HN Buddy

Daily digest of top Hacker News posts and comments

Subscribe to the HN Buddy Daily Digest

Your email will only be used for the HN Buddy Daily Digest. I will not share it with anyone.

HN Buddy Daily Digest

Friday, October 31, 2025

Hey buddy, Man, Friday's Hacker News was pretty wild. Lemme quickly hit you with some of the cool stuff that popped up:

Your Brain Needs Sleep to Flush Out Crap

First up, there was this MIT article talking about how when you don't get enough sleep, your brain can't properly flush out all the waste fluid. And that's why you get those "attention lapses." It's like your brain's plumbing gets clogged.

Cool thing: Someone in the comments said this might explain why their autistic kid has more energy at night – maybe that's when their brain is finally getting around to its deep cleaning! Also, people were pointing out how crazy long doctor shifts are, and how that must mess with their attention.

John Carmack's Take on Mutable Variables

Then, the legendary John Carmack (you know, Doom, Quake, Oculus guy) was tweeting about mutable variables. Basically, variables that you can change after you set them. It sparked a huge debate.

Cool thing: A big part of the talk was about how JavaScript's `const` keyword is super confusing. Like, `const myArray = []` means you can't re-assign `myArray` to something else, but you totally *can* still do `myArray.push(x)` and change the array itself. Wild, right?

OpenAI's Shady Money Moves

The New York Times dropped an article about how OpenAI does these super complex, circular deals to keep raking in billions. Sounds like some pretty fancy financial footwork to boost their valuation.

Cool thing: People in the comments were lamenting how Google Search has become "99% crap" and are hoping someone comes along to really innovate search engines. Also, some thought Nvidia might be looking to get more into AI services, given all their investments.

AMD Might Be Getting Into ARM Chips

Big hardware news: AMD could be jumping into the ARM chip market with something called a "Sound Wave APU" made on a new 3nm process. This is a pretty big deal since AMD is usually all about x86 processors.

Cool thing: The comments mentioned AMD actually acquired a company (Xilinx) that made ARM chips, so it's not totally out of left field. And some folks were dreaming about chips that could just run both ARM and x86 code directly for max efficiency.

Running AI Coding Assistants Locally

There was an "Ask HN" thread where people were sharing their setups for running open Large Language Models (LLMs) and coding assistants right on their own laptops. No cloud needed!

Cool thing: A lot of people are rocking Mac Studio M4 Max machines with a ton of RAM (like 128GB!) because they're powerful but stay quiet. They're using tools like Ollama and Open WebUI. The big draw is keeping all their code and data private, not sending it off to some company's servers.

Just Use a Button, Seriously

This web dev article was a classic rant: if something is clickable, for the love of god, just use a proper HTML `

All Stories from Today

Attention lapses due to sleep deprivation due to flushing fluid from brain (news.mit.edu)

John Carmack on mutable variables (twitter.com)

How OpenAI uses complex and circular deals to fuel its multibillion-dollar rise (www.nytimes.com)

Show HN: Strange Attractors (blog.shashanktomar.com)

Futurelock: A subtle risk in async Rust (rfd.shared.oxide.computer)

AMD could enter ARM market with Sound Wave APU built on TSMC 3nm process (www.guru3d.com)

Ask HN: Who uses open LLMs and coding assistants locally? Share setup and laptop (news.ycombinator.com)

Just use a button (gomakethings.com)

Addiction Markets (www.thebignewsletter.com)

Another European agency shifts off US Tech as digital sovereignty gains steam (www.zdnet.com)

ICE and the Smartphone Panopticon (www.newyorker.com)

Kimi Linear: An Expressive, Efficient Attention Architecture (github.com)

Reasoning models reason well, until they don't (arxiv.org)

AI scrapers request commented scripts (cryptography.dog)

Ground stop at JFK due to staffing (www.fly.faa.gov)

Use DuckDB-WASM to query TB of data in browser (lil.law.harvard.edu)

My Impressions of the MacBook Pro M4 (michael.stapelberg.ch)

Nix Derivation Madness (fzakaria.com)

The cryptography behind electronic passports (blog.trailofbits.com)

Nim 2.2.6 (nim-lang.org)

Tim Bray on Grokipedia (www.tbray.org)

Claude outage (status.claude.com)

Immutable releases are now generally available on GitHub (github.blog)

Ubuntu Introduces Architecture Variants (lwn.net)

How to build silos and decrease collaboration on purpose (www.rubick.com)

S.A.R.C.A.S.M: Slightly Annoying Rubik's Cube Automatic Solving Machine (github.com)

A theoretical way to circumvent Android developer verification (enaix.github.io)

Perfetto: Swiss army knife for Linux client tracing (lalitm.com)

Sustainable memristors from shiitake mycelium for high-frequency bioelectronics (journals.plos.org)

Show HN: Quibbler – A critic for your coding agent that learns what you want (github.com)