Elsewhere

Things we find interesting we think you might too. Grab the RSS feed for your newsreader of choice.

AI-assisted coding for teams that can’t get away with vibes

June 17, 2025

AI should be adopted by serious engineering teams that want to build thoughtful, well-crafted products. This requires skillful usage of these tools. Our obsession with building high-quality software f...

Read More

AI Product Managers Will Be In-Demand

June 17, 2025

Many companies have an Engineer:PM ratio of, say, 6:1. (The ratio varies widely by company and industry, and anywhere from 4:1 to 10:1 is typical.) As coding becomes more efficient, I think teams will...

Read More

Make the Web a More Colorful Place! | OddBird

June 17, 2025

OddBird’s color tool not only checks contrast ratios, but supports the new CSS color formats and spaces. For years designers and developers were limited to colors in the sRGB colors space, using for...

Read More

Malleable software: Restoring user agency in a world of locked-down apps

June 16, 2025

The original promise of personal computing was a new kind of clay—a malleable material that users could reshape at will. Instead, we got appliances: built far away, sealed, unchangeable. When your t...

Read More

Design Patterns for Securing LLM Agents against Prompt Injections

June 16, 2025

As long as both agents and their defenses rely on the current class of language models, we believe it is unlikely that general-purpose agents can provide meaningful and reliable safety guarantees. Thi...

Read More

A new breed of GenAI Application Engineers

June 16, 2025

There’s a new breed of GenAI Application Engineers who can build more-powerful applications faster than was possible before, thanks to generative AI. Individuals who can play this role are highly so...

Read More

My AI Skeptic Friends Are All Nuts · The Fly Blog

June 10, 2025

Some of the smartest people I know share a bone-deep belief that AI is a fad — the next iteration of NFT mania. I’ve been reluctant to push back on them, because, well, they’re smarter than me. ...

Read More

Comma v0.1 1T and 2T—7B LLMs trained on openly licensed text

June 10, 2025

Source: Comma v0.1 1T and 2T—7B LLMs trained on openly licensed text...

Read More

JavaScript’s upcoming Temporal API and what problems it will solve

June 2, 2025

JavaScript will soon have a new feature that many developers are eagerly awaiting. The feature is the Temporal API which will fix many problems and inconveniences of the old Date object. Source: JavaS...

Read More

AI-assisted development needs automated tests

May 30, 2025

I wonder if one of the reasons I’m finding LLMs so much more useful for coding than a lot of people that I see in online discussions is that effectively all of the code I work on has automated t...

Read More

Will the Model Eat Your Stack? | Drew Breunig

May 30, 2025

The haunting question facing every AI product team: what can you build today that won’t be subsumed by tomorrow’s model?A good chunk of the first wave of AI-powered products got crushed by this dy...

Read More

Shipping Temporal | SpiderMonkey JavaScript/WebAssembly Engine

May 29, 2025

The Temporal proposal provides a replacement for Date, a long standing pain-point in the JavaScript language. This blog post describes some of the history and motivation behind the proposal. The Tempo...

Read More

Introduction to JavaScript Frameworks

May 29, 2025

Have you ever wondered why it feels like there are so many JavaScript Frameworks? In this video we will look at 5 popular frameworks: React, Angular, Vue, Svelte, and Solid, to better understand why t...

Read More

The Recurring Cycle of ‘Developer Replacement’ Hype

May 28, 2025

From NoCode to AI-AssistedEvery few years, a shiny new technology emerges that promises to make software developers obsolete. The headlines follow a predictable pattern: “The End of Coding,̶...

Read More

Ladybird: That Rare Breed of Browser Based on Web Standards

May 26, 2025

There appear to be a lot of different web browsers available — but on closer examination, this isn’t entirely true. Many browsers are based on Chromium, the open source code behind Google’s Chro...

Read More

Dialog is for modals, popover is for everything else

May 26, 2025

<dialog> and <popover> are currently the only two ways1 to access the browser’s top layer. So what’s the difference between them and which one should you use when? Source: Dialog is fo...

Read More

Microsoft is opening its on-device AI models up to web apps in Edge

May 23, 2025

Web developers will be able to start leveraging on-device AI in Microsoft’s Edge browser soon, using new APIs that can give their web apps access to Microsoft’s Phi-4-mini model, the company annou...

Read More

Adactio: Journal—The landing zone

May 23, 2025

But there is no fold. We pretended that everyone’s screens were 640 by 480 pixels. Then we pretended that everyone’s screens were 800 by 600 pixels. But we never really knew. It was all a consensu...

Read More

Who’s Afraid of a Hard Page Load?

May 23, 2025

The friction involved with a hard page load doesn’t exist because web developers are too lazy to do performance work—it reflects a real, physical limitation in the system that is beyond the abilit...

Read More

What Would “Good” AI Look Like? – Anil Dash

May 22, 2025

This isn’t a comprehensive list, but it’s possible to imagine some traits of an AI system that could credibly offer an alternative to the offerings that are currently dominating the conver...

Read More

MCP is the coming of Web 2.0 2.0 – Anil Dash

May 22, 2025

Over the last few months, all the nerds have gotten excited about Model Context Protocol, or MCP. It’s a spec that was designed by Anthropic (the Claude folks) last year to let their LLM know ho...

Read More

After months of coding with LLMs, I’m going back to using my brain

May 21, 2025

Source: After months of coding with LLMs, I’m going back to using my brain • albertofortin.com...

Read More

Unlocking Generative AI in your Web App

May 19, 2025

Source: Unlocking Generative AI in your Web App - firt.dev...

Read More

I think the ergonomics of generators is growing on me.

May 19, 2025

To be fair, I have found them handy at least once. I’ve written about using them for destructuring an arbitrary number of items on demand. I still love that use case, but I d...

Read More