AI Briefing

Today's Technology Briefing

Updated 9 hours, 51 minutes ago · 30 articles · 5 publishers
The tech world is feeling nostalgic and a little rebellious this week. We're seeing a wave of stories that pit the tangible, hand-crafted past against an increasingly automated and AI-driven present. On one side, you have the enduring appeal of classic hardware, like the lovingly restored PDP-11/83 and the NEC V20 CPU, a chip that gave Intel's 8088 a run for its money in the 1980s. These aren't just museum pieces; they represent a philosophy of computing where understanding the machine was part of the job. That sentiment is echoed by the developers at Handcrafted Code, who are pushing back against the notion that nobody writes code by hand anymore, and even in a new essay on what Sun Microsystems got wrong. It's a reminder that innovation isn't always about the newest, shiniest object. This tension is playing out in the consumer market too. Apple's new M6 Mac mini is a fantastic machine, but as one review notes, the $300 price hike spoils a nice upgrade, making it a harder sell than its beloved M4 predecessor. Meanwhile, the push for local AI is driving serious hardware, with the M5 Ultra Mac Studio being hailed as a dream machine for running AI agents locally. But the push for AI is also creating friction. Robin Williams' daughter is calling out fans for creating AI-generated videos of her father, and a new piece on "spymarks" warns about hidden signals in your work. Even the tools we rely on are getting a second look, with a new essay arguing that AI-generated writing is often unreadable, and a look at how AI agents are being used to create self-organizing behavior. Beyond the philosophical battles, there are concrete developments in the infrastructure that runs our world. A new system called Hermes is using the ionosphere to link remote communities with shortwave radio, offering a low-infrastructure alternative to satellites. And for a more mundane example, a deep dive into how traffic signals actually work is a great reminder of the complex systems we interact with daily. However, not all the news is positive. The FAA had to halt some flights on the East Coast due to communication issues, and a new report highlights how cities are swapping out one company's license plate readers for Axon's, raising fresh privacy concerns. The regulatory landscape is also shifting, with the Irish Data Protection Commission fining Google a massive €403 million over its data processing location, and Seattle banning rental "junk fees" to protect tenants.
⚖️

Big Tech faces regulatory heat

Google's massive fine in Europe signals that data privacy enforcement is getting serious, forcing companies to rethink where and how they process user data.

📰

The AI backlash is growing

From celebrity estates to software engineers, a cultural and professional pushback against AI-generated content is gaining momentum, questioning its value and ethics.

📰

Resilient networks are key

Innovations in shortwave radio and robotics telemetry highlight a growing focus on building communication systems that work when traditional infrastructure fails.

📰

Hardware is getting personal

The demand for local AI is driving powerful new hardware, but the value proposition is being challenged by price hikes, making the choice between cloud and local more complex.

droprun.sh

Drop sandbox for Linux

Isolate programs and coding agents without leaving your familiar work environment Install Drop Use cases Isolate coding agents Run agents with --dangerously-skip-permissions and let Drop enforce permissions at the OS...

arcturus-labs.com

Will OpenAI Eat Jev's Lunch?

TypeSafe's Jev introduced a new spin on large language models that has taken the AI world by storm. According to Vercel, "Jev was adopted faster than any other model in AI Gateway history."... But there are clouds...

web.archive.org

EvilVM Documentation Site

NolaCon 2019 Presentation I presented EvilVM’s Alpha release at NolaCon, 2019. You can see Irongeek ’s video recording on YouTube, for a good intro to the project and some demos: Download slides from NolaCon 2019 talk...

daniel.lawrence.lu

Muni heritage weekend

2026-09-20 I went to San Francisco for Muni Heritage Weekend 2026! I stood by the tracks for three hours with my line scan camera, scanning trams. Tram pics are freely licensed under CC-By-SA 4.0 (I’ve also uploaded a...

fzakaria.com

A build graph that rolls dice

We are right around the corner from NixCon 2026. Another year where I sadly won’t be present. I looked at the lineup and saw quite a few talks on dynamic derivations, along with some recent other posts on the topic such...

blog.pwkf.org

Type Punning in C and C++

I had a bug that took me a while to track down. The problem was type punning. A pointer cast worked fine at -O0 and silently broke at -O2. The C vs C++ distinction here is genuinely treacherous, and most blog posts on...

dbushell.com

I said no and Apple said yes

Tuesday 22 Sept 2026 The nice thing about keeping a blog is that I can say at precisely 9:51am, Wednesday 5th February 2025, I discovered that macOS 15.3 had enabled a feature that was phoning home every 15 minutes with...

www.bobble.tech

Used ThinkPad Buyer's Guide

New, live technology Q&A weekly on YouTube! Email your questions to robbie@bobble.tech, and join live or view the archive for the answers! Use CTRL/CMD+F to search the page for specific models or topics! Trying to...

nathan.rs

Can gzip be a language model?

A while back I wrote about language modeling without neural networks, where I generated Shakespeare with an unbounded n-gram model: no weights, no training, just counting. Fortuitously, I came across the paper Language...

playtaurus.com

Firmware freedom

When we released CoyoPedal, we ended with a paragraph about owning hardware and choosing what runs on it, and promised it deserved a post of its own. The discussion that followed on Reddit made it clear that the...

steveklabnik.com

Arguing about arguments

Sep 21, 2026 Here’s some Rust code: // define a function fn foo (x: i32, y: i32 ) - i32 { // body elided } // call it let z = foo ( 5, 6 ); In programming language jargon, we call x and y parameters and 5 and 6...

pepsipu.com

Sammy Hajhamid — Blog

A few years ago, I wrote boogie-woogie for DiceCTF 2024. The premise was to convert relative byte swaps in the.data section to code execution. The challenge itself isn’t important for this post, but it inspired enzocut...