Friday, 21 August 2026

New best story on Hacker News: Felony charges for citizen deleting phone data at US Border

Felony charges for citizen deleting phone data at US Border
537 by floathub | 721 comments on Hacker News.
https://ift.tt/LEDmvOl https://www.youtube.com/watch?v=_2rokxux5cU

New best story on Hacker News: AI companies destroy physical books – let's scan rare books before it's too late

AI companies destroy physical books – let's scan rare books before it's too late
440 by Cider9986 | 792 comments on Hacker News.


New best story on Hacker News: Malicious Rust crate Arrayref runs a build-time payload

Malicious Rust crate Arrayref runs a build-time payload
538 by abhisek | 489 comments on Hacker News.
https://ift.tt/70VEhbz... https://ift.tt/3YQc94z

New best story on Hacker News: Show HN: I trained a 125M model to autocomplete piano on-device

Show HN: I trained a 125M model to autocomplete piano on-device
565 by simedw | 113 comments on Hacker News.
I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.

New best story on Hacker News: The August 17 outage

The August 17 outage
583 by 0xedb | 647 comments on Hacker News.


Monday, 17 August 2026

New best story on Hacker News: Ask HN: Alternatives to GitHub

Ask HN: Alternatives to GitHub
538 by dhruv3006 | 343 comments on Hacker News.
Github has been down consistently over the last few months - does it make sense to switch to alternatives?

New best story on Hacker News: AI;DR (AI; Didn't Read)

AI;DR (AI; Didn't Read)
470 by mooreds | 288 comments on Hacker News.


New best story on Hacker News: Incident with Github.com

Incident with Github.com
458 by SpyCoder77 | 835 comments on Hacker News.
Just got this message: "No server is currently available to service your request. Sorry about that. Please try refreshing and contact us if the problem persists." Edit: at the time of posting there was not an incident on githubstatus.com. Now there is. https://ift.tt/Q603OnF Original Title: "Tell HN: GitHub Is Overloaded"

New best story on Hacker News: A Preview of DuckDB v2.0

A Preview of DuckDB v2.0
453 by ibotty | 73 comments on Hacker News.


Sunday, 16 August 2026

New best story on Hacker News: Tell HN: Cloudflare silently injects its analytics when you switch nameservers

Tell HN: Cloudflare silently injects its analytics when you switch nameservers
328 by stagas | 89 comments on Hacker News.
A few hours ago I switched my nameservers to Cloudflare in order to enable R2 bucket serving through my own subdomain, and I found out that it silently had injected a JS analytics snippet in my HTML-only JS-free site textlog.cc — I had to go to the Analytics dashboard, Add the site to the analytics and then disable the snippet. I find this approach entirely invasive, you should opt-in to features like that not have to opt-out. Just a warning out there to folks who might not be aware of this.

New best story on Hacker News: A 3rd World Embedded Engineer Responds to "RISC-V They Should Have Known Better"

A 3rd World Embedded Engineer Responds to "RISC-V They Should Have Known Better"
328 by Narishma | 171 comments on Hacker News.


New best story on Hacker News: Research papers using "kidney disappointment" instead of "kidney failure"

Research papers using "kidney disappointment" instead of "kidney failure"
316 by Alifatisk | 114 comments on Hacker News.


New best story on Hacker News: Abdominal fat predicts heart disease risk better than BMI

Abdominal fat predicts heart disease risk better than BMI
312 by theanonymousone | 282 comments on Hacker News.
https://ift.tt/g0e96vM

Thursday, 13 August 2026

Wednesday, 5 August 2026

New best story on Hacker News: Changes at Google DeepMind: Demis Hassabis from CEO to Chair, Jeff Dean departs

Changes at Google DeepMind: Demis Hassabis from CEO to Chair, Jeff Dean departs
479 by colesantiago | 594 comments on Hacker News.
https://ift.tt/gMtND4P... https://ift.tt/679E3UJ... https://ift.tt/XjAaK08 , https://ift.tt/GpkhvlW https://twitter.com/JeffDean/status/2085034604172603724 , https://ift.tt/UKsZyS0

New best story on Hacker News: Cloudflare OS: an open platform for agents, apps, and work

Cloudflare OS: an open platform for agents, apps, and work
459 by speckx | 229 comments on Hacker News.


New best story on Hacker News: Civilian plane crash in New Mexico tied to military GPS blocking

Civilian plane crash in New Mexico tied to military GPS blocking
442 by dzdt | 238 comments on Hacker News.


New best story on Hacker News: Discovery Loop

Discovery Loop
426 by xtreak29 | 270 comments on Hacker News.


New best story on Hacker News: FFmpeg 9.0

FFmpeg 9.0
445 by gyan | 96 comments on Hacker News.


New best story on Hacker News: Show HN: Simple algorithm and color space to generate diverse skin tones

Show HN: Simple algorithm and color space to generate diverse skin tones
503 by automatoney | 92 comments on Hacker News.
Hello HN! I found that picking out plausible but diverse skin tones for my digital art and game development projects was kind of difficult, and I got curious about if there was a way to define a color space that made it easy. I've built a color picker and procedural generation algorithm based on the space as well as a bunch of other fun js features and demos throughout the page that use the equations. If you find it interesting, I have lots of explanations of how I built it and what properties the space has. The methodology might be a bit shaky, but hopefully the result is as helpful for others as I have found it! There's lots of room for improvements (see the Future Work section), but I'm really happy with how it turned out.