HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ruricolist

no profile record

comments

ruricolist
·10 giorni fa·discuss
"If you have an active subscription, Translate still works."
ruricolist
·29 giorni fa·discuss
If you're actually planning on reading any of the essay, "The Poisoned Chalice" is the section most likely to be of interest to this audience, especially this bit:

> Big AI essen­tially uses its tech customers as an R&D facility. Big AI licenses models to these compa­nies. Tech compa­nies compete to adapt their busi­nesses to AI. Once a concept is proven, Big AI directly takes over that market. The labor-replace­ment story will grow into a company-replace­ment story.
ruricolist
·7 mesi fa·discuss
The sketch here would be that Lisps used to be exceptionally resource-intensive, allowing closer-to-metal languages to proliferate and become the default. But nowadays even Common Lisp is a simple and lightweight language next to say Python or C++. Still it's hard to overcome the inertia of the past's massive investments in education in less abstraction-friendly languages.
ruricolist
·10 mesi fa·discuss
I'll mention the recent Second Act as an excellent survey of the phenomenon of the late bloomer: https://www.henry-oliver.co.uk/home.
ruricolist
·6 anni fa·discuss
Contrary data point: I watch a lot of classical music on YouTube and it gives me consistently excellent recommendations.

(Although I only take recommendations from the front page, and ignore the playlists entirely.)
ruricolist
·11 anni fa·discuss
Does anyone read actually read code left-to-right, line-by-line?

I for one start with the shape of the code -- the pattern of color (from syntax highlighting) and negative space (from indentation) -- and only then focus on the different parts.

And Lisp is particularly helpful this way, because instead of paragraph-like blocks of code where you have to reconstruct the state of the code in your head by mentally modeling side effects, you can see the general outlines of what's happening from the levels of indentation.

I want to defend Lisp, of course, but I'm also genuinely curious about different ways people read code.