GotaTun -- Mullvad's WireGuard Implementation in Rust
mullvad.net
Amazon will allow ePub and PDF downloads for DRM-free eBooks
kdpcommunity.com
Beginning January 2026, all ACM publications will be made open access
dl.acm.org
Show HN: Stepped Actions – distributed workflow orchestration for Rails
github.com
Texas is suing all of the big TV makers for spying on what you watch
theverge.com
Getting bitten by Intel's poor naming schemes
lorendb.dev
We pwned X, Vercel, Cursor, and Discord through a supply-chain attack
gist.github.com
1.5 TB of VRAM on Mac Studio – RDMA over Thunderbolt 5
jeffgeerling.com
How to think about durable execution
hatchet.run
Noclip.website – A digital museum of video game levels
noclip.website
Show HN: I implemented generics in my programming language
axe-docs.pages.dev
History LLMs: Models trained exclusively on pre-1913 texts
github.com
From Zero to QED: An informal introduction to formality with Lean 4
sdiehl.github.io
Prompt caching for cheaper LLM tokens
ngrok.com
Pingfs: Stores your data in ICMP ping packets
github.com
Designing a Passive Lidar Detector Device
atredis.com
How China built its ‘Manhattan Project’ to rival the West in AI chips
japantimes.co.jp
Show HN: Picknplace.js, an alternative to drag-and-drop
jgthms.com
Reconstructed Commander Keen 1-3 Source Code
pckf.com
Show HN: I open-sourced my Go and Next B2B SaaS Starter (deploy anywhere, MIT)
github.com
Show HN: Stop AI scrapers from hammering your self-hosted blog (using porn)
github.com
Great ideas in theoretical computer science
cs251.com
Property-Based Testing Caught a Security Bug I Never Would Have Found
kiro.dev
Abstract:
"We present the design of CompFuzzCI, a framework for incorporating compiler fuzzing into the continuous integration (CI) workflow of the compiler for Dafny, an open-source programming language that is increasingly used in and contributed to by industry. CompFuzzCI explores the idea of running a brief fuzzing campaign as part of the CI workflow of each pull request to a compiler project. Making this effective involved devising solutions for various challenges, including how to deduplicate bugs, how to bisect the project’s revision history to find the commit responsible for a regression (challenging when project interfaces change over time), and how to ensure that fuzz testing complements existing regression testing efforts. We explain how we have engaged with the Dafny development team at Amazon to approach these and other problems in the design of CompFuzzCI, and the lessons learned in the process. As a by-product of our work with CompFuzzCI, we found and reported three previously-unknown bugs in the Dafny compiler. We also present a controlled experiment simulating the use of CompFuzzCI over time on a range of Dafny commits, to assess its ability to find historic bugs. CompFuzzCI prioritises support for the Dafny compiler and the fuzz-d fuzzer but has a generalisable design: with modest modification to its internal interfaces, it could be adapted to work with other fuzzers, and the lessons learned from our experience will be relevant to teams considering including fuzzing in the CI of other industrial software projects."
https://github.com/CompFuzzCI