Curated river of news

Reader

Latest posts from blogs I follow

2873 entries
58 pages

Playing a Different Game(opens in new tab)

Sometimes you can win big by playing the game differently. My father shared a story about one of the most famous football games in history. We were asking him about great sports moments he had witnessed such as Joe DiMaggio ...

We Are Confusing Two Types of AGI(opens in new tab)

We Are Confusing Two Types of AGI/images/two-types-of-agi.webp/images/two-types-of-agi.webp I think the biggest problem with the AGI debate is that we're confusing two types of AGI. I propose thinking and discussing them as two different things: 1. Soft AGI: An AI system ...

Hawai’i(opens in new tab)

I’m just back from the United States 50th state, a staggering 2,500 miles from the mainland. For the next week or two, I’ll pronounce it Ha-Vie-ee, like how it’s pronounced in the native Hawaiian language. A language, by the way, ...

AI Unmasked Our Work as Scaffolding(opens in new tab)

AI Unmasked Our Work as Scaffolding/images/blog/ai-unmasked-our-work-as-scaffolding/header.webp/images/blog/ai-unmasked-our-work-as-scaffolding/header.webp I think AI is revealing that a vast percentage of knowledge work is scaffolding overhead. Maybe 75-99%. 1. In my own field of cybersecurity, ...

(opens in new tab)

“Accessibility had never really played a significant role since I started working as a front-end developer in 2019. It didn’t have a significant role in my boot camp, or in YouTube tutorials I watched, and certainly not in my job. ...

Using Perfetto in ZJIT(opens in new tab)

Originally published on Rails At Scale. Look! A trace of slow events in a benchmark! Hover over the image to see it get bigger. img { max-width: 100%; } img:hover { transform: scale(2); transition: transform 0.1s ease-in; } img:not(:hover) { ...

(opens in new tab)

“The whole tech industry is nothing but scumbag billionaires and smarmy marketing and unbridled enshittification and oppressive management and AI psychosis and alpha-bro startup-hustle grind-culture bullshit and I’m just… so tired. The End - Craig Cook”Don’t we all know that ...

Generative UI Notes(opens in new tab)

Looking at research and experiments that are designed to automatically generate user interfaces based on user preferences. Generative UI Notes originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.

Prompting(opens in new tab)

I’ve noticed lately that more people are writing forum postings and Reddit questions as if they were writing a prompt for an LLM. Here’s an example from a Buddhist forum I lurk on:

Don’t trust, verify(opens in new tab)

Software and digital security should rely on verification, rather than trust. I want to strongly encourage more users and consumers of software to verify curl. And ideally require that you could do at least this level of verification of other ...

(opens in new tab)

Elena from Ariel Salminen looks to solve many problems. “Layout shifts, flash of unstyled content, poor server-side rendering support, too much reliance on client side JavaScript, doesn’t play well with frame­works like React Server Components, accessibility issues, and so on… ...

Code as a Tool of Process(opens in new tab)

Steve Krouse wrote a piece that has me nodding along: Programming, like writing, is an activity, where one iteratively sharpens what they're doing as they do it. (You wouldn't believe how many drafts I've written of this essay.) There’s an ...