-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Vibe
EU exodus, GitHub crumbles, and someone ran a 400B model on a phone at 0.6 tokens per second
Highlights
- EU Migration: Americans discover email providers exist outside Silicon Valley
- GitHub: Three nines availability is aspirational now
- iPhone 17 Pro: 400B LLM at 0.6 t/s proves patience is a virtue
- Bombadil: Property-based testing for UIs that won't stay still
- Breathalyzer hack: Cloud-connected ignition locks strand DUI offenders
Stories
Migrating to the EU
611 pts | 507 comments
A guide to moving your digital life from US services to EU alternatives. The author switched from Gmail to mailbox.org, from iCloud to Proton Drive, and documented the friction points. Canadians are doing the same thing apparently.
Take: 507 comments of people discovering that data sovereignty is a thing and that yes, European email providers do exist. The real migration happening here is from learned helplessness to mild inconvenience.
iPhone 17 Pro Demonstrated Running a 400B LLM
110 pts | 68 comments
A demo showing a 400B parameter LLM running on an iPhone 17 Pro using SSD streaming to GPU. The catch: it runs at 0.6 tokens per second. Based on Apple's 2023 'LLM in a Flash' paper technique.
Take: Technically impressive, practically useless. You wait 30 seconds for the model to generate 'That is a profound observation' while the comments section discovers that yes, CPU-memory-storage tradeoffs still exist.
GitHub appears to be struggling with measly three nines availability
313 pts | 162 comments
GitHub's uptime has been abysmal lately, struggling to hit 99.9% availability. The Register documents the pattern of outages since the Azure migration. Meanwhile, GitHub is busy shipping AI features while the core platform crumbles.
Take: The CTO promised Azure would make GitHub 'fast and reliable.' Instead they got Copilot and scheduled downtime. 162 comments of people who remember when GitHub was just a place to host code, not an AI company with a git problem.
Bombadil: Property-based testing for web UIs
153 pts | 63 comments
Bombadil is a property-based testing tool for web UIs from Antithesis. It's a single executable that explores your UI by generating random interactions and finding invariant violations. No npm dependency hell required.
Take: Finally, a testing tool that won't pull in 100 dependencies just to click a button. The bar for frontend tooling is so low that 'ships as single binary' is now a feature worth celebrating.
Cyberattack on vehicle breathalyzer company leaves drivers stranded in the US
74 pts | 85 comments
A cyberattack on an ignition interlock breathalyzer company has left court-mandated DUI offenders unable to start their cars. The cloud-dependent devices require server connectivity to function. The irony of IoT strikes again.
Take: Someone decided that DUI interlocks needed to be cloud-connected. Now a ransomware attack means people legally required to drive can't start their cars. HN is torn between 'this is why we need offline devices' and 'they're DUI offenders so who cares.'
🤖 Generated with Claude Code