efm's comments

efm | 9 months ago | on: The Universal Tech Tree

Thanks for doing this research!

The information is organized clearly by date, technology and predecessor/descendant.

But,technology continues to improve, and this site has no database or github for continuing to update with new tech or to fill in the gaps.

This website format also makes it difficult to do other forms of analysis.

I wonder if the authors would make the data available in a knowledge graph form.

efm | 1 year ago | on: Scythe Works Without Borders

The Future is already here, it's just unevenly distributed. William Gibson

What is the skill tree of development, and how do we speed run it?

efm | 2 years ago | on: Ask HN: What materials to consume to gain knowledge about cutting edge ML?

I read a new paper a day with a study group, and when I do not understand something, look at the prior work references. A well written paper is an introduction to the area, and few will help catch you up. Read them closely, there are clues in the details. Then attempt to implement the algorithm, on a tiny example. It's slow going in the beginning but you will catch up. A study group helps.

efm | 2 years ago | on: Kris Nóva has died

I also only spoke with Nova once. She was kind and helpful beyond what I could have hoped for.

Her energy and enthusiasm for life shone like a bright star.

She will be missed.

efm | 2 years ago | on: Secure Software Development Framework (SSDF)

Following these practices should help software producers reduce the number of vulnerabilities in released software, mitigate the potential impact of the exploitation of undetected or unaddressed vulnerabilities, and address the root causes of vulnerabilities to prevent future recurrences.

efm | 3 years ago | on: Data-first and data-last: a comparison

There is a convention in functional languages that consists on passing the "data" or "object" that will be processed by the function as the last parameter to a function. This is commonly known as "data-last".

efm | 3 years ago | on: Human-Centered Documentation for Web Developers

Ubuntu has a built in screen reader, Orca [1].

"Welcome to Orca Orca is a free, open source, flexible, and extensible screen reader that provides access to the graphical desktop via speech and refreshable braille. Orca works with applications and toolkits that support the Assistive Technology Service Provider Interface (AT-SPI), which is the primary assistive technology infrastructure for Linux and Solaris. Applications and toolkits supporting the AT-SPI include the GNOME Gtk+ toolkit, the Java platform's Swing toolkit, LibreOffice, Gecko, and WebKitGtk. AT-SPI support for the KDE Qt toolkit is being pursued." [1] https://help.ubuntu.com/stable/ubuntu-help/a11y-screen-reade...

page 1