just installed cachyOS on my gaming pc after 7 years of no Linux desktop, what the hell, everything worked out of the box, no driver install, no BS, overwatch in 4k120hz runs perfectly smooth, took like 30min from USB boot to gaming
Stanislas
tired of computers 
Posts
A new chapter for the Nix language, courtesy of WebAssembly https://determinate.systems/blog/builtins-wasm/
Mutate your locked state inside a closure https://rednafi.com/go/mutex-closure/
M5 Pro and M5 Max are surprisingly big departures from older Apple Silicon https://arstechnica.com/gadgets/2026/03/m5-pro-and-m5-max-are-surprisingly-big-departures-from-older-apple-silicon/
Crawling a billion web pages in just over 24 hours https://andrewkchan.dev/posts/crawler.html
How will OpenAI compete? https://www.ben-evans.com/benedictevans/2026/2/19/how-will-openai-compete-nkg2x
Google quantum-proofs HTTPS by squeezing 2.5kB of data into 64-byte space https://arstechnica.com/security/2026/02/google-is-using-clever-math-to-quantum-proof-https-certificates/
Video Conferencing with Postgres https://planetscale.com/blog/video-conferencing-with-postgres
How we reduced the size of our Agent Go binaries by up to 77% https://www.datadoghq.com/blog/engineering/agent-go-binaries/
Trouble will find you: How Cloudflare uses ClickHouse to scale analytics at quadrillion-row scale https://clickhouse.com/blog/cloudflare
Feels good to be able to use netclode as infrastructure and build on top of it.
Dependency PRs on my project now trigger ephemeral sandbox sessions where netclode will review the diffs and inspect if code paths of the project are impacted by the bump, run checks etc, including for transitive dependencies.
Doesn't mean that it will catch everything, but most of the dependency bumps are basically no-op and it's tiring to review 50 dependabot PRs every monday. Now I have a little help ☺️