Curated river of news

Reader

Latest posts from blogs I follow

2877 entries
58 pages

(opens in new tab)

“This is somewhat of a thought experiment, thinking is still free, so let’s indulge.”The Cognitive Dark Forest is fun — by “fun” I mean existential dystopian nightmare. It only works if AI progress hasn’t already stalled. I have a blog ...

#475: Haunted warehouses(opens in new tab)

Topics covered in this episode: Lock the Ghost Fence for Sandboxing MALUS: Liberate Open Source Harden your GitHub Actions Workflows with zizmor, dependency pinning, and dependency cooldowns Extras Joke Watch on YouTube About the show Sponsored by us! Support our ...

(opens in new tab)

What Is CSS Containment and How Can I Use It? — Harry Roberts explains all with clear examples and gotchas. I’ve used contain sparingly but with this guide I’ll be more confident. Side note: I considered the effect of contain: ...

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) { ...

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 ...

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 ...