SQLite Disk Page Explorer
github.com
OpenLDK: A Java JIT compiler and runtime in Common Lisp
github.com
Scala 3 Migration: Report from the Field
blog.pierre-ricadat.com
Simulating Water over Terrain
lisyarus.github.io
Self-hosted, simple web browser service – send URL, get screenshots
github.com
Understanding Reasoning LLMs
magazine.sebastianraschka.com
Evaluating Code Embeddings
blog.voyageai.com
Steve Meretzky – Working with Douglas Adams on the Hitchhiker's Guide
spillhistorie.no
Aluminum Batteries Outlive Lithium-Ion with a Pinch of Salt
spectrum.ieee.org
Transfinite NIM (the game, not the programming language)
jdh.hamkins.org
T1: A RISC-V Vector processor implementation
github.com
Programming SDF Animations of Rick and Morty
danielchasehooper.com
Microsoft Go 1.24 FIPS changes
devblogs.microsoft.com
Pre-Trained Large Language Models Use Fourier Features for Addition (2024)
arxiv.org
Explorable Flexagons: Learn to create and flex flexagons (2020)
loki3.com
U.S. Government Disclosed 39 Zero-Day Vulnerabilities in 2023, First-Ever Report
zetter-zeroday.com
Why is Warner Bros. Discovery putting old movies on YouTube?
tedium.co
Okta Bcrypt incident lessons for designing better APIs
n0rdy.foo
I wrote a little LD_PRELOAD library that makes it easy to inspect and interact with a running program's glibc heap.
It's fun to pause processes, free a bunch of their allocations, then resume them. Most of the time, the processes continue as though nothing happened, but sometimes they do interesting things :)