I spent a year of my life making an ASN.1 compiler in D
bradley.chatha.dev
The Game Theory of How Algorithms Can Drive Up Prices
quantamagazine.org
VST3 audio plugin format is now MIT
forums.steinberg.net
We tested 20 LLMs for ideological bias, revealing distinct alignments
anomify.ai
Google flags Immich sites as dangerous
immich.app
Programming with Less Than Nothing
joshmoody.org
Ask HN: Does anyone have scans of these missing PC Plus issues (1991–1993)?
Show HN: Deta Surf – An open source and local-first AI notebook
github.com
Nango (YC W23) is hiring Staff Back end Engs (remote)
nango.dev
Radios, how do they work? (2024)
lcamtuf.substack.com
Scripts I wrote that I use all the time
evanhahn.com
Run interactive commands in Gemini CLI
developers.googleblog.com
SpaceX disables 2,500 Starlink terminals allegedly used by Asian scam centers
arstechnica.com
Willow quantum chip demonstrates verifiable quantum advantage on hardware
blog.google
Accessing Max Verstappen's passport and PII through FIA bugs
ian.sh
Why China is winning the trade war
economist.com
Conflict-Free Replicated Data Types (CRDTs): Convergence Without Coordination
read.thecoder.cafe
Karpathy on DeepSeek-OCR paper: Are pixels better inputs to LLMs than text?
twitter.com
JMAP for Calendars, Contacts and Files Now in Stalwart
stalw.art
Power-over-Skin: Full-Body Wearables Powered by Intra-Body RF Energy (2024)
dl.acm.org
Which Collatz numbers do Busy Beavers simulate (if any)?
gbragafibra.github.io
Ovi: Twin backbone cross-modal fusion for audio-video generation
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