Apple Photos app corrupts images
tenderlovemaking.com
Optimizing ClickHouse for Intel's 280 core processors
clickhouse.com
Gluon: a GPU programming language based on the same compiler stack as Triton
github.com
Tinycolor supply chain attack post-mortem
sigh.dev
DeepMind and OpenAI win gold at ICPC
codeforces.com
YouTube addresses lower view counts which seem to be caused by ad blockers
9to5google.com
Drought in Iraq reveals tombs created 2,300 years ago
smithsonianmag.com
Launch HN: RunRL (YC X25) – Reinforcement learning as a service
runrl.com
The Asus gaming laptop ACPI firmware bug
github.com
Noise cancelling a fan
chillphysicsenjoyer.substack.com
Ton Roosendaal to step down as Blender chairman and CEO
cgchannel.com
Famous cognitive psychology experiments that failed to replicate
buttondown.com
Event Horizon Labs (YC W24) Is Hiring
ycombinator.com
Anthropic irks White House with limits on models’ use
semafor.com
U.S. investors, Trump close in on TikTok deal with China
wsj.com
DeepSeek writes less secure code for groups China disfavors?
washingtonpost.com
Infinite Mac: Resource Fork Roundtripping
blog.persistent.info
Ask HN: What's a good 3D Printer for sub $1000?
Just for fun: animating a mosaic of 90s GIFs
alexplescan.com
Depression reduces capacity to learn to actively avoid aversive events
eneuro.org
Tau² benchmark: How a prompt rewrite boosted GPT-5-mini by 22%
quesma.com
Alibaba's new AI chip: Key specifications comparable to H20
news.futunn.com
UUIDv47: Store UUIDv7 in DB, emit UUIDv4 outside (SipHash-masked timestamp)
github.com
I've been slightly annoyed by how the Speculative Decoding paper has gotten all the credit for the technique – I first learned about the technique from a paper more than a year older[1], Shallow Aggressive Decoding.
They introduce the same method, but apply it to grammatical error correction, meaning the "draft" output is just the input itself. The Speculative Decoding paper tries to emphasize differences between this and their method, saying that theirs is more general, as they apply it to more domains, allowing the draft to come from a smaller model, and extend it to allow sampling.
All of that is great, and deserves another paper, but doesn't deserve the credit for inventing and rights to rename the method, especially when they were aware of Shallow Aggressive Decoding before uploading their first draft.
[1]: https://arxiv.org/abs/2106.04970