doorss

Monday, March 23, 2026 — 18 items

AI's Impact on Software Engineering & Coding

Hacker News · www.wsj.com · comments
WSJ reports on how young professionals are adapting their career strategies to remain relevant as AI transforms the job market. The article explores specific tactics workers are using to differentiate themselves from AI capabilities.
Lobsters · nolanlawson.com · comments
Nolan Lawson reflects on how AI coding assistants are changing the nature and perceived value of hand-written code. The essay explores what is lost when the craft of programming becomes increasingly automated.
Hacker News · stevekrouse.com · comments
Steve Krouse argues that code remains essential because natural language lacks the precision needed to specify complex systems. A counterpoint to the narrative that AI will eliminate the need for traditional programming.
Lobsters · davidbau.com · comments
David Bau examines whether the field of computer science retains its identity and relevance in an era when AI can generate code and solve many traditional CS problems. A thought-provoking look at the discipline's evolving role.
Yle pääuutiset · yle.fi
Tekoälyjätit ovat selvittäneet, mitkä ammatit muuttuvat tai katoavat tekoälyn takia. Uutta on, että nyt myös vaativaa ajatustyötä tekevien työ on muuttumassa.

AI Models & Local Inference

Hacker News · github.com · comments
Flash-MoE enables running a massive 397 billion parameter mixture-of-experts model on consumer laptop hardware. This project demonstrates significant progress in making large AI models accessible without expensive cloud infrastructure.
Lobsters · tombedor.dev · comments
An exploration of whether open-source, locally-run AI models will become the dominant paradigm over cloud-hosted services. The post examines the privacy, cost, and performance tradeoffs of running models on your own hardware.
Hacker News · www.connorjdavis.com · comments
A deep dive into building intuitive understanding of how transformer circuits work internally. This mechanistic interpretability piece helps demystify the inner workings of the architecture powering modern LLMs.

Privacy & Security

Hacker News · grapheneos.social · comments
GrapheneOS reaffirms its commitment to allowing anonymous usage without requiring any personal information. This is a strong privacy stance as other mobile platforms increasingly push for identity verification.
Hacker News · jtsylve.blog · comments
A trivial copy-paste error in PSpice's implementation completely undermined its AES-256 encryption, rendering it ineffective. A cautionary tale about how small coding mistakes can catastrophically break cryptographic security.
Lobsters · blog.rust-lang.org · comments
The Rust team disclosed CVE-2026-33056, a security vulnerability in Cargo, Rust's package manager. Users are advised to update to the patched version promptly.

Vibe Coding & AI in Practice

Hacker News · tedium.co · comments
Spammers are now using AI 'vibe coding' techniques to rapidly generate email spam campaigns at scale. The article documents how low-effort AI-generated code is being weaponized for malicious purposes.
Hacker News · nesbitt.io · comments
A guide on making open source projects more accessible and useful for AI coding agents. As AI bots become significant contributors and consumers of open source, project maintainers need new strategies.

Web Performance & Developer Tools

Hacker News · stuartbreckenridge.net · comments
The irony of PC Gamer recommending RSS readers — a lightweight content delivery format — in a bloated 37MB web page is hard to miss. A perfect illustration of the modern web's performance problems.
Simon Willison · simonwillison.net
Simon Willison used Claude Code to benchmark five different approaches to implementing tagging in SQLite. The results offer practical guidance for developers choosing a tagging strategy for SQLite-based applications.

Notable Engineering Deep Dives

Hacker News · www.ibm.com · comments
Charles Bennett, pioneer of quantum information theory and reversible computation, has been awarded the Turing Award. His work fundamentally reshaped our understanding of the relationship between physics and information.
Hacker News · larstofus.com · comments
A technical deep dive into the legendary assembly-level optimizations Chris Sawyer used to build RollerCoaster Tycoon. The article examines specific techniques that made the game run smoothly on 1990s hardware.
Hacker News · americanexpress.io · comments
American Express shares the engineering story of migrating their massive payment processing network not once but twice. A rare look at the challenges of modernizing mission-critical financial infrastructure at scale.
My preferences