kinoroll – a list of selected programming and cs posts
filter by tag:
all tags
golang
rust
llm
c
ruby
machine-learning
database
computer-science
python
cloud
science
git
reverse-engineering
data-structures
math
terminal
hardware
networking
software-architecture
distributed-systems
blogging
compilers
linux
cuda
zig
gpu
wasm
c++
assembly
auth
sql
hacking
optimization
programming-languages
lisp
homelab
haskell
vim
language-design
java
design-patterns
algorithms
Go Optimization Guide
golang
https://goperf.dev/
Towards Fearless SIMD
rust
https://linebender.org/blog/towards-fearless-simd/
Tracing the thoughts of a large language model
llm
https://www.anthropic.com/research/tracing-thoughts-language-model
Golang on the PlayStation 2
golang
https://rgsilva.com/blog/ps2-go-part-1/
Modern C
c
https://gustedt.gitlabpages.inria.fr/modern-c/
Ruby, Ractors, and Lock-Free Data Structures
ruby
https://iliabylich.github.io/ruby-ractors-and-lock-free-data-structures/
A (Long) Peek into Reinforcement Learning
machine-learning
https://lilianweng.github.io/posts/2018-02-19-rl-overview/
How to create value objects in Ruby, the idiomatic way
ruby
https://allaboutcoding.ghinda.com/how-to-create-value-objects-in-ruby-the-idiomatic-way
Improving Recommendation Systems and Search in the Age of LLMs
llm
https://eugeneyan.com/writing/recsys-llm/
Concise Machine Learning
machine-learning
https://people.eecs.berkeley.edu/~jrs/papers/machlearn.pdf
MySQL transactions per second vs fsyncs per second
database
https://sirupsen.com/napkin/problem-10-mysql-transactions-per-second
The little book about OS development
computer-science
https://littleosbook.github.io/
PyTorch internals
python
https://blog.ezyang.com/2019/05/pytorch-internals/
Sync Engines are the Future
database
https://www.instantdb.com/essays/sync_future
Diagrams AI Can, and Cannot, Generate
llm
https://www.ilograph.com/blog/posts/diagrams-ai-can-and-cannot-generate/
How to get to that European cloud?
cloud
https://berthub.eu/articles/posts/now-how-to-get-that-european-cloud/
Stupid Smart Pointers in C
c
https://blog.kevinalbs.com/stupid_smart_pointers
Artificial photosynthesis directed toward organic synthesis
science
https://www.nature.com/articles/s41467-025-56374-z
zlib-rs is faster than C
rust
https://trifectatech.org/blog/zlib-rs-is-faster-than-c/
Going down the rabbit hole of Git's new bundle-uri
git
https://blog.gitbutler.com/going-down-the-rabbit-hole-of-gits-new-bundle-uri/
RubyLLM: A delightful Ruby way to work with AI
ruby
https://paolino.me/rubyllm-1-0/
Why I stopped everything and started writing C again
c
https://www.kmx.io/blog/why-stopped-everything-and-started-writing-C-again
Exploring Polymorphism in C: Lessons from Linux and FFmpeg's Code Design
c
https://leandromoreira.com/2019/08/02/linux-ffmpeg-source-internals-a-good-software-design/
Performance of the Python 3.14 tail-call interpreter
python
https://blog.nelhage.com/post/cpython-tail-call/
Reverse Engineering OpenAI Code Execution to make it run C + JavaScript
reverse-engineering
https://x.com/benswerd/status/1899853533761200300
Some Thoughts on Autoregressive Models
llm
https://wonderfall.dev/autoregressive/
Succinct Data Structures
data-structures
https://blog.startifact.com/posts/succinct/
Differentiable Logic Cellular Automata
math
https://google-research.github.io/self-organising-systems/difflogic-ca/?hn
The Cost of Go's Panic and Recovery
golang
https://jub0bs.com/posts/2025-02-28-cost-of-panic-recover/
Tmux: The Essentials
terminal
https://davidwinter.dev/2019/03/14/tmux-the-essentials
Bayleaf Wireless Keyboard
hardware
https://www.graz.io/articles/bayleaf-wireless-keyboard
ARC-AGI without pretraining
llm
https://iliao2345.github.io/blog_posts/arc_agi_without_pretraining/arc_agi_without_pretraining.html
Writing an LLM from scratch, part 8 -- trainable self-attention
llm
https://www.gilesthomas.com/2025/03/llm-from-scratch-8-trainable-self-attention
Hallucinations in code are the least dangerous form of LLM mistakes
llm
https://simonwillison.net/2025/Mar/2/hallucinations-in-code/
Why do we have both CSRF protection and CORS?
networking
https://smagin.fyi/posts/cross-site-requests/
API design note: Beware of adding an “Other” enum value
software-architecture
https://devblogs.microsoft.com/oldnewthing/20250217-00/?p=110873
Zen 5's AVX-512 Frequency Behavior
hardware
https://chipsandcheese.com/p/zen-5s-avx-512-frequency-behavior
There Isn't Much Point to HTTP/2 Past The Load Balancer
ruby
https://byroot.github.io/ruby/performance/2025/02/24/http2-past-the-load-balancer.html
Distributed Systems Programming Has Stalled
distributed-systems
https://www.shadaj.me/writing/distributed-programming-stalled
Blogging in the age of AI
blogging
https://www.gilesthomas.com/2025/02/blogging-in-the-age-of-ai
It is not a compiler error
compilers
https://blog.plover.com/2017/11/12/
Tokio + prctl = nasty bug
rust
https://kobzol.github.io/rust/2025/02/23/tokio-plus-prctl-equals-nasty-bug.html
OpenBSD: innovations
linux
https://www.openbsd.org/innovations.html
Why Ruby on Rails still matters
ruby
https://www.contraption.co/rails-versus-nextjs/
Introduction to CUDA Programming for Python Developers
cuda
https://www.pyspur.dev/blog/introduction_cuda_programming
Zig Build System Internals
zig
https://mitchellh.com/zig/build-internals
TinyCompiler: a compiler in a week-end
compilers
https://ssloy.github.io/tinycompiler/
Debugging Hetzner: Uncovering Failures with Powerstat, Sensors, and Dmidecode
hardware
https://www.ubicloud.com/blog/debugging-hetzner-uncovering-failures-with-powerstat-sensors-and-dmidecode
Softmax Forever, or Why I Like Softmax
machine-learning
https://kyunghyuncho.me/softmax-forever-or-why-i-like-softmax/
The Ultra-Scale Playbook: Training LLMs on GPU Clusters
llm
https://huggingface.co/spaces/nanotron/ultrascale-playbook
Rethinking LoRA Initialization for Faster Convergence
machine-learning
https://datta0.github.io/posts/rethink-lora-init/
Vision Transformer in pure JAX
python
https://alessiodevoto.github.io/ViT-in-pure-JAX/
Implementing LLaMA3 in 100 Lines of Pure Jax
llm
https://saurabhalone.com/blogs/llama3/web
Parsing JSON in 500 lines of Rust
rust
https://www.krish.gg/blog/json-parser-in-rust
XOR
computer-science
https://www.chiark.greenend.org.uk/~sgtatham/quasiblog/xor/
One year after switching from Java to Go
golang
https://glasskube.dev/blog/from-java-to-go/
How I helped fix sleep-wake hangs on Linux with AMD GPUs
gpu
https://nyanpasu64.gitlab.io/blog/amdgpu-sleep-wake-hang/
MySQL at Uber
database
https://www.uber.com/en-IT/blog/mysql-at-uber/
Rethinking The C Time API
c
https://oliverkwebb.github.io/articles/newtime/
A calculator app? Anyone could make that
computer-science
https://x.com/ChadNauseam/status/1890889465322786878
IPv6 is hard
networking
https://techlog.jenslink.net/posts/ipv6-is-hard/
Introduction to Zig
zig
https://pedropark99.github.io/zig-book/
We were wrong about GPUs
gpu
https://fly.io/blog/wrong-about-gpu/
Generalized Transformers from Applicative Functors
llm
https://cybercat.institute/2025/02/12/transformers-applicative-functors/
Is NixOS Truly Reproducible?
linux
https://luj.fr/blog/is-nixos-truly-reproducible.html
WASM will replace containers
wasm
https://creston.blog/wasm-will-replace-containers/
Zig Bits 0x4: Building an HTTP client/server from scratch
zig
https://blog.orhun.dev/zig-bits-04/
Fun with C++26 reflection - Keyword Arguments
c++
https://pydong.org/posts/KwArgs/
Exotic Data Structures
data-structures
https://concatenative.org/wiki/view/Exotic%20Data%20Structures
How Does Ada's Memory Safety Compare Against Rust?
rust
https://ajxs.me/blog/How_Does_Adas_Memory_Safety_Compare_Against_Rust.html
7 Common Mistakes in Architecture Diagrams
software-architecture
https://www.ilograph.com/blog/posts/diagram-mistakes/
Go Data Structures: Interfaces
golang
https://research.swtch.com/interfaces
Easy 6502
assembly
https://skilldrick.github.io/easy6502/
Software development topics I've changed my mind on after 10 years in the industry
computer-science
https://chriskiehl.com/article/thoughts-after-10-years
Deep Reinforcement Learning: Pong from Pixels
machine-learning
http://karpathy.github.io/2016/05/31/rl/
Go Data Structures
golang
https://research.swtch.com/godata
No-Panic Rust: A Nice Technique for Systems Programming
rust
https://blog.reverberate.org/2025/02/03/no-panic-rust.html
A computer can never be held accountable
computer-science
https://simonwillison.net/2025/Feb/3/a-computer-can-never-be-held-accountable/
I Wrote a Wasm Interpreter in C
c
https://irreducible.io/blog/my-wasm-interpreter/
Pointers Are Complicated II, or: We need better language specs
c
https://www.ralfj.de/blog/2020/12/14/provenance.html
A short introduction to RLHF and post-training focused on language models
machine-learning
https://rlhfbook.com/
Analyzing the codebase of Caffeine: a high performance caching library
computer-science
https://adriacabeza.github.io/2024/07/12/caffeine-cache.html
Reverse-engineering and analysis of SanDisk High Endurance microSDXC card
reverse-engineering
https://ripitapart.com/2020/07/16/reverse-engineering-and-analysis-of-sandisk-high-endurance-microsdxc-card/
Mini-R1: Reproduce Deepseek R1 „aha moment“ a RL tutorial
llm
https://www.philschmid.de/mini-deepseek-r1
Parsing PDFs (and more) in Elixir using Rust
rust
https://www.chriis.dev/opinion/parsing-pdfs-in-elixir-using-rust
Decompiling 2024: A Year of Resurgance in Decompilation Research
computer-science
https://mahaloz.re/dec-progress-2024
Hard Mode Rust
rust
https://matklad.github.io/2022/10/06/hard-mode-rust.html
An analysis of DeepSeek's R1-Zero and R1
llm
https://arcprize.org/blog/r1-zero-r1-results-analysis
Zig running on the Nintendo 64
zig
https://fsl.yellowapple.us/zig64/doc/trunk/README.md
Discovery Coding
computer-science
https://jimmyhmiller.github.io/discovery-coding
What's OAuth2 Anyway?
auth
https://www.romaglushko.com/blog/whats-aouth2/
Composable SQL
sql
https://borretti.me/article/composable-sql
Speculative attacks on Apple CPUs (SLAP and FLOP)
hacking
https://predictors.fail/
ggml : x2 speed for WASM by optimizing SIMD
llm
https://simonwillison.net/2025/Jan/27/llamacpp-pr/
My failed attempt to shrink all npm packages by 5%
optimization
https://evanhahn.com/my-failed-attempt-to-shrink-all-npm-packages-by-5-percent/
Using AI for Coding: My Journey with Cline and Large Language Models
llm
https://pgaleone.eu/ai/coding/2025/01/26/using-ai-for-coding-my-experience/
The Illustrated DeepSeek-R1
llm
https://newsletter.languagemodels.co/p/the-illustrated-deepseek-r1
Go 1.24's go tool is one of the best additions to the ecosystem in years
golang
https://www.jvt.me/posts/2025/01/27/go-tools-124/
Turning the database inside-out
database
https://martin.kleppmann.com/2015/11/05/database-inside-out-at-oredev.html
Open-R1: a fully open reproduction of DeepSeek-R1
llm
https://huggingface.co/blog/open-r1
Machine Learning in Production (CMU Course)
machine-learning
https://mlip-cmu.github.io/s2025/
Reinforcement Learning – A Reference
machine-learning
https://jakubhalmes.substack.com/p/reinforcement-learning-a-reference
DeepSeek-R1 with Dynamic 1.58-bit Quantization
llm
https://unsloth.ai/blog/deepseekr1-dynamic
Using the most unhinged AVX-512 instruction to make the fastest phrase search algo
computer-science
https://gab-menezes.github.io/2025/01/13/using-the-most-unhinged-avx-512-instruction-to-make-the-fastest-phrase-search-algo.html
Qwen2.5-1M: Deploy Your Own Qwen with Context Length up to 1M Tokens
llm
https://qwenlm.github.io/blog/qwen2.5-1m/
Supercharge SQLite with Ruby Functions
ruby
https://blog.julik.nl/2025/01/supercharge-sqlite-with-ruby-functions
Hard numbers in the Wayland vs X11 input latency discussion
linux
https://mort.coffee/home/wayland-input-latency/
So you wanna write Kubernetes controllers?
cloud
https://ahmet.im/blog/controller-pitfalls/
Emerging reasoning with reinforcement learning
llm
https://hkust-nlp.notion.site/simplerl-reason
Susctl CVE-2024-54507: A particularly 'sus' sysctl in the XNU kernel
hacking
https://jprx.io/cve-2024-54507/
Life pro tip: Oracle Linux is the best local VM for MacBooks
linux
https://xeiaso.net/notes/2025/k8s-dev-mac-oracle-linux/
Hacking Subaru: Tracking and Controlling Cars via the STARLINK Admin Panel
hacking
https://samcurry.net/hacking-subaru
How I wrote my own 'proper' programming language
programming-languages
https://mukulrathi.com/create-your-own-programming-language/intro-to-compiler/
Building a full-text search engine in 150 lines of Python code
python
https://bart.degoe.de/building-a-full-text-search-engine-150-lines-of-code/
I made a multiplayer shooter game in Lisp
lisp
https://ertu.dev/posts/i-made-an-online-shooter-game-in-lisp/
Foundations of Large Language Models
llm
https://arxiv.org/abs/2501.09223
Simple CPU design
hardware
http://simplecpudesign.com/
I made an open-source laptop from scratch
hardware
https://www.byran.ee/posts/creation/
Stop saying Rust is Complicated
rust
https://rust-on-nails.com/blog/rust-complicated/
Reverse Engineering Call Of Duty Anti-Cheat
reverse-engineering
https://ssno.cc/posts/reversing-tac-1-4-2025/
Build a Tiny Certificate Authority For Your Homelab
homelab
https://smallstep.com/blog/build-a-tiny-ca-with-raspberry-pi-yubikey/
JTAG Hacking the Original Xbox in 2023
hacking
https://blog.ret2.io/2023/08/09/jtag-hacking-the-original-xbox-2023/
Prototyping in Rust
rust
https://corrode.dev/blog/prototyping/
Reverse Engineering Bambu Connect
reverse-engineering
https://wiki.rossmanngroup.com/wiki/Reverse_Engineering_Bambu_Connect
Beating cuBLAS in Single-Precision General Matrix Multiplication
gpu
https://salykova.github.io/sgemm-gpu
Rust: Investigating a Strange Out-of-Memory Error
rust
https://www.qovery.com/blog/rust-investigating-a-strange-out-of-memory-error/
Haskell: A Great Procedural Language
haskell
https://entropicthoughts.com/haskell-procedural-programming
So You Want to Build Your Own Data Center
homelab
https://blog.railway.com/p/data-center-build-part-one
My Framework for Writing Systems in C++
c++
https://deplet.ing/#/post/8
Transformer^2: Self-Adaptive LLMs
llm
https://sakana.ai/transformer-squared/
How rqlite is tested
database
https://philipotoole.com/how-is-rqlite-tested/
Distributed Transactions at Scale in Amazon DynamoDB
distributed-systems
http://muratbuffalo.blogspot.com/2023/08/distributed-transactions-at-scale-in.html
HardBreak - a Hardware Hacking Wiki
hardware
https://www.hardbreak.wiki/
I spent 18 years in the Linux console and I don't regret it
linux
https://eugene-andrienko.com/en/it/2024/01/02/life-in-console
Why Rust nextest is process-per-test
rust
https://sunshowers.io/posts/nextest-process-per-test/
From ASCII to ASIC: Porting donut.c to a tiny slice of silicon
c
https://www.a1k0n.net/2025/01/10/tiny-tapeout-donut.html
Entropy of a Large Language Model output
llm
https://nikkin.dev/blog/llm-entropy.html
Debugging: Indispensable rules for finding even the most elusive problems
computer-science
https://dwheeler.com/essays/debugging-agans.html
What is an Invariant?
computer-science
https://matklad.github.io/2023/10/06/what-is-an-invariant.html
Writing a simple pool allocator in C
c
https://8dcc.github.io/programming/pool-allocator.html
We Cracked a 512-Bit DKIM Key for Less Than $8 in the Cloud
hacking
https://dmarcchecker.app/articles/crack-512-bit-dkim-rsa-key
Operating System in 1,000 Lines
computer-science
https://operating-system-in-1000-lines.vercel.app/en
The Most Elegant Configuration Language
computer-science
https://chshersh.com/blog/2025-01-06-the-most-elegant-configuration-language.html
Caches in Rust
rust
https://matklad.github.io/2022/06/11/caches-in-rust.html
Ownership
rust
https://without.boats/blog/ownership/
World's First MIDI Shellcode
hacking
https://psi3.ru/blog/swl01u/
Reverse Engineering the Constants in the Pentium FPU
reverse-engineering
http://www.righto.com/2025/01/pentium-floating-point-ROM.html
Ghostty Is Native—So What?
zig
https://gpanders.com/blog/ghostty-is-native-so-what/
In search of a faster SQLite
database
https://avi.im/blag/2024/faster-sqlite/
Fast LLM Inference From Scratch
llm
https://andrewkchan.dev/posts/yalm.html
LLM abstraction levels inspired by fish eye lens
llm
https://wattenberger.com/thoughts/fish-eye
What is Vim?
vim
https://blog.jonas.foo/whats_vim.html
GPU Glossary
gpu
https://modal.com/gpu-glossary/readme
Ways to use torch.compile
python
http://blog.ezyang.com/2024/11/ways-to-use-torch-compile/
Rust's incremental compiler architecture
rust
https://lwn.net/Articles/997784/
Mastering Ruby Debugging: From puts to Professional Tools
ruby
https://blog.jetbrains.com/ruby/2024/12/mastering_ruby_debugging/
Reverse engineering the Sega Channel game image file format
reverse-engineering
https://www.infochunk.com/schannel/index.html
Optimizing a Rust GPU matmul kernel
rust
https://rust-gpu.github.io/blog/optimizing-matmul/
7 Databases in 7 Weeks for 2025
database
https://matt.blwt.io/post/7-databases-in-7-weeks-for-2025/
Move semantics in rust, C++, and Hylo
language-design
https://lukas-prokop.at/articles/2024-11-29-move-semantics-in-rust-cpp-and-hylo
Nous DisTrO
distributed-systems
https://distro.nousresearch.com/
Creating a Proxmox or QEMU ChromeOS Flex VM
homelab
https://kevindavid.org/code/2024/03/20/chrome-os-flex-proxmox.html
Optimization adventures: making a parallel Rust workload 10x faster with (or without) Rayon
rust
https://gendignoux.com/blog/2024/11/18/rust-rayon-optimized.html
Kubernetes on Hetzner
software-architecture
https://bilbof.com/posts/kubernetes-on-hetzner
An Intuitive Explanation of Sparse Autoencoders for LLM Interpretability
llm
https://adamkarvonen.github.io/machine_learning/2024/06/11/sae-intuitions.html
A Vanity VNC server (or Joke over RFB)
networking
https://ache.one/articles/a-vanity-vnc-server
Model Context Protocol Quickstart
llm
https://glama.ai/blog/2024-11-25-model-context-protocol-quickstart
This Website is Hosted on BlueSky
computer-science
https://danielmangum.com/posts/this-website-is-hosted-on-bluesky/
Traits are a Local Maxima
rust
https://thunderseethe.dev/posts/traits-are-a-local-maxima/
ML in Go with a Python sidecar
machine-learning
https://eli.thegreenplace.net/2024/ml-in-go-with-a-python-sidecar/
Constraints in Go
golang
https://bitfieldconsulting.com/posts/constraints
1 week with David Beazley and SICP
computer-science
https://ezzeriesa.notion.site/1-week-with-David-Beazley-and-SICP-4c440389cf1e43f48fe67c969967f655
File Over App: A Philosophy for Digital Longevity
computer-science
https://rishikeshs.com/file-over-app/
Reverse Engineering iOS 18 Inactivity Reboot
reverse-engineering
https://naehrdine.blogspot.com/2024/11/reverse-engineering-ios-18-inactivity.html
Inside M4 chips: E and P cores
hardware
https://eclecticlight.co/2024/11/18/inside-m4-chips-e-and-p-cores/
All the data can be yours
computer-science
https://jero.zone/posts/reverse-engineering-apis?utm_source=tldrwebdev
Rust's Sneaky Deadlock With `if let` Blocks
rust
https://brooksblog.bearblog.dev/rusts-sneaky-deadlock-with-if-let-blocks/
How We Built a Self-Healing System to Survive a Terrifying Concurrency Bug At Netflix
distributed-systems
https://pushtoprod.substack.com/p/netflix-terrifying-concurrency-bug
Finding Exploits in Video Games
reverse-engineering
https://shalzuth.com/Blog/FindingExploitsInGames
Git and jujutsu: in miniature
computer-science
https://lottia.net/notes/0013-git-jujutsu-miniature.html
Optimizing a WebGPU Matmul Kernel for 1TFLOP+ Performance
gpu
https://www.nuss-and-bolts.com/p/optimizing-a-webgpu-matmul-kernel
How I ship projects at big tech companies
computer-science
https://www.seangoedecke.com/how-to-ship/
Improving Steam Client stability on Linux: setenv and multithreaded environments
linux
https://ttimo.typepad.com/blog/2024/11/the-steam-client-update-earlier-this-week-mentions-fixed-some-miscellaneous-common-crashes-in-the-linux-notes-which-i-wante.html
I sent an Ethernet packet
networking
https://github.com/francisrstokes/githublog/blob/main/2024%2F11%2F1%2Fsending-an-ethernet-packet.md
Build Your Own Text Editor
c
https://viewsourcecode.org/snaptoken/kilo/
Perhaps Rust needs defer
rust
https://gaultier.github.io/blog/perhaps_rust_needs_defer.html
I'm Not Mutable, I'm Partially Instantiated
data-structures
https://blog.dnmfarrell.com/post/incomplete-data-structures/
AI for Real-time Fusion Plasma Behavior Prediction and Manipulation
machine-learning
https://control.princeton.edu/machine-learning-for-rt-profile-control-in-tokamaks/
Why I love Rust for tokenising and parsing
rust
https://xnacly.me/posts/2024/rust-pldev/
Under the microscope: Ecco the Dolphin — Defender of the Future
reverse-engineering
https://32bits.substack.com/p/under-the-microscope-ecco-the-dolphin
Algorithm = Logic + Control
computer-science
https://www.doc.ic.ac.uk/~rak/papers/algorithm%20=%20logic%20+%20control.pdf
Hacking 700 Million Electronic Arts Accounts
hacking
https://battleda.sh/blog/ea-account-takeover
What Every Developer Should Know About GPU Computing
gpu
https://blog.codingconfessions.com/p/gpu-computing
Low-Poly Image Generation Using Evolutionary Algorithms in Ruby
ruby
https://thomascountz.com/2023/07/30/low-poly-image-generation
Writing secure Go code
golang
https://jarosz.dev/article/writing-secure-go-code/
Weird Lexical Syntax
computer-science
https://justine.lol/lex/
Implementing a tiny CPU rasterizer
c++
https://lisyarus.github.io/blog/posts/implementing-a-tiny-cpu-rasterizer.html
Using Rust in Non-Rust Servers to Improve Performance
rust
https://github.com/pretzelhammer/rust-blog/blob/master/posts/rust-in-non-rust-servers.md
418 I'm a teapot
networking
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/418
Understanding Round Robin DNS
networking
https://blog.hyperknot.com/p/understanding-round-robin-dns
What Every Programmer Should Know About Memory
computer-science
https://people.freebsd.org/~lstewart/articles/cpumemory.pdf
Why Distributed Computing?
distributed-systems
https://www.artima.com/weblogs/viewpost.jsp?thread=4247
Never Missing the Train Again, Thanks to Rust
rust
https://lilymara.xyz/posts/2024/01/transit-kindle/
On Designing and Deploying Internet-Scale Services
distributed-systems
https://mvdirona.com/jrh/talksAndPapers/JamesRH_Lisa.pdf
Adding syntax to the CPython Interpreter
python
https://leontrolski.github.io/grammar.html
How to do Distributed Locking
distributed-systems
https://martin.kleppmann.com/2016/02/08/how-to-do-distributed-locking.html
AAA gaming on Asahi Linux
linux
https://rosenzweig.io/blog/aaa-gaming-on-m1.html
The Ultimate Guide to Error Handling in Python
python
https://blog.miguelgrinberg.com/post/the-ultimate-guide-to-error-handling-in-python
(Re)Using rustc components in gccrs
rust
https://rust-gcc.github.io/2024/09/20/reusing-rustc-components.html
Rust GPU – The future of GPU programming
rust
https://rust-gpu.github.io/
An Illustrated Proof of the CAP Theorem
distributed-systems
https://mwhittaker.github.io/blog/an_illustrated_proof_of_the_cap_theorem/
Are We Web Yet?
rust
https://www.arewewebyet.org/
Whence newline?
computer-science
https://rodarmor.com/blog/whence-newline/
AVX Bitwise ternary logic instruction busted
computer-science
https://arnaud-carre.github.io/2024-10-06-vpternlogd/
Smolderingly fast B-Trees
data-structures
https://www.scattered-thoughts.net/writing/smolderingly-fast-btrees/
Why does man print 'gimme gimme gimme' at 00:30?
c
https://unix.stackexchange.com/questions/405783/why-does-man-print-gimme-gimme-gimme-at-0030
Rust by Example
rust
https://doc.rust-lang.org/rust-by-example/
rustlings
rust
https://github.com/rust-lang/rustlings/
The Rust Programming Language (The Book)
rust
https://doc.rust-lang.org/book/
Linux From Scratch
linux
https://www.linuxfromscratch.org/
Java for Everything
java
https://www.teamten.com/lawrence/writings/java-for-everything.html
Why and how we are migrating many of our servers from Linux to the BSDs
linux
https://it-notes.dragas.net/2024/10/03/i-solve-problems-eurobsdcon/
Reverse Engineering and Dismantling Kekz Headphones
reverse-engineering
https://nv1t.github.io/blog/kekz-headphones/
Efficient Distributed LLM Inference with Dynamic Partitioning
llm
https://www2.eecs.berkeley.edu/Pubs/TechRpts/2024/EECS-2024-108.pdf
Type-erased generic functions for C: A modest non-proposal
c
https://duriansoftware.com/joe/type-erased-generic-functions-for-c:-a-modest-non-proposal
The Fastest Mutexes
c
https://justine.lol/mutex/
NixOS is a good server OS, except when it isn't
linux
https://sidhion.com/blog/posts/nixos_server_issues/
A half-hour to learn Rust
rust
https://fasterthanli.me/articles/a-half-hour-to-learn-rust
Hunting for Gems
ruby
https://www.railsexplained.com/pages/hunting-for-gems/
Some Go web dev notes
golang
https://jvns.ca/blog/2024/09/27/some-go-web-dev-notes/
Too much efficiency makes everything worse: overfitting and the strong version of Goodhart's law
computer-science
https://sohl-dickstein.github.io/2022/11/06/strong-Goodhart.html
How Discord Stores Trillions of Messages
database
https://discord.com/blog/how-discord-stores-trillions-of-messages
Attacking Unix Systems Via CUPS, Part I
computer-science
https://www.evilsocket.net/2024/09/26/Attacking-UNIX-systems-via-CUPS-Part-I/
It's hard to write code for computers, but it's even harder to write code for humans
computer-science
https://erikbern.com/2024/09/27/its-hard-to-write-code-for-humans.html
Rewriting Rust
rust
https://josephg.com/blog/rewriting-rust/
Time, Clocks and the Ordering of Events in a Distributed System
distributed-systems
https://www.microsoft.com/en-us/research/publication/time-clocks-ordering-events-distributed-system/
Why I rewrote my Rust keyboard firmware in Zig: consistency, mastery, and fun
zig
https://kevinlynagh.com/rust-zig/
Rearchitecting: Redis to SQLite
database
https://wafris.org/blog/rearchitecting-for-sqlite
Jetstream: Shrinking the AT Proto Firehose by >99%
networking
https://jazco.dev/2024/09/24/jetstream/
Tune Llama3 405B on AMD MI300x (our journey)
llm
https://publish.obsidian.md/felafax/pages/Tune+Llama3+405B+on+AMD+MI300x+(our+journey)
Linux/4004: booting Linux on Intel 4004 for fun, art, and no profit
computer-science
https://dmitry.gr/?r=05.Projects&proj=35.%20Linux4004
Overview of cross-architecture portability problems
software-architecture
https://blogs.gentoo.org/mgorny/2024/09/23/overview-of-cross-architecture-portability-problems/
http:, ftp:, and ... dict:?
networking
https://shkspr.mobi/blog/2024/09/http-ftp-and-dict/
Training Language Models to Self-Correct via Reinforcement Learning
llm
https://arxiv.org/pdf/2409.12917
Visual guide to SSH tunneling and port forwarding
networking
https://ittavern.com/visual-guide-to-ssh-tunneling-and-port-forwarding/
Distributed Systems Shibboleths
distributed-systems
https://jolynch.github.io/posts/distsys_shibboleths/
A generalised solution to distributed consensus
distributed-systems
https://blog.acolyer.org/2019/03/08/a-generalised-solution-to-distributed-consensus/
Rearchitecting Core Services at X
software-architecture
https://x.com/cambridgemike/status/1835774409786986572
Motivating Adam Optimizer
optimization
https://noahgsolomon.com/motivating-adam-optimizer
Conditionally Disabling Code with Comptime in Zig
zig
https://mitchellh.com/writing/zig-comptime-conditional-disable
6 Techniques I Use to Create a Great User Experience for Shell Scripts
computer-science
https://nochlin.com/blog/6-techniques-i-use-to-create-a-great-user-experience-for-shell-scripts
Understanding the Tilde Operator in Python
python
https://x.com/0x_pix/status/1834722202182152527
My Homelab Setup
homelab
https://arslan.io/2024/09/10/my-homelab-setup/
My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures
homelab
https://louwrentius.com/my-71-tib-zfs-nas-after-10-years-and-zero-drive-failures.html
Reverse Engineering and Modding Mario Pinball Land (GBA)
reverse-engineering
https://cturt.github.io/pinball.html
Reverse Engineering for Noobs
reverse-engineering
https://x86re.com/
The Secret Inside One Million Checkboxes
computer-science
https://eieio.games/essays/the-secret-in-one-million-checkboxes/
Safe C++
c++
https://safecpp.org/draft.html
The Perfect Voxel Engine
computer-science
https://voxely.net/blog/the-perfect-voxel-engine/
Why Haskell?
haskell
https://www.gtf.io/musings/why-haskell
Design Patterns Are Temporary, Language Features Are Forever
design-patterns
https://ptrtojoel.dev/posts/design-patterns-are-temporary/
SQLite on Rails: The how and why of optimal performance
database
https://fractaledmind.github.io/2024/04/15/sqlite-on-rails-the-how-and-why-of-optimal-performance/
Ditherpunk — The article I wish I had about monochrome image dithering
computer-science
https://surma.dev/things/ditherpunk/
Introduction to GGML
machine-learning
https://huggingface.co/blog/introduction-to-ggml
Odin is a weird programming language to advertise/market for
computer-science
https://x.com/TheGingerBill/status/1832797478728433873
Don't defer Close() on writable files
golang
https://www.joeshaw.org/dont-defer-close-on-writable-files/
Towards high-performance AI compilers
compilers
https://hy3na.com/posts/compilers.html
PyTorch is dead. Long live JAX
machine-learning
https://neel04.github.io/my-website/blog/pytorch_rant/
5000x faster CRDTs: An Adventure in Optimization
optimization
https://josephg.com/blog/crdts-go-brrr/
How to do distributed locking
distributed-systems
https://martin.kleppmann.com/2016/02/08/how-to-do-distributed-locking.html
The intuition behind Rust’s borrowing rules and ownership
rust
https://rainingcomputers.blog/dist/the_intuition_behind_rusts_borrowing_rules_and_ownership.md
Rust Atomics and Locks – Low-Level Concurrency in Practice
rust
https://marabos.nl/atomics/
Crafting an event system
design-patterns
https://deplet.ing/#/post/2
Lockfree Algorithms
algorithms
https://www.1024cores.net/home/lock-free-algorithms
Flattening ASTs (and Other Compiler Data Structures)
data-structures
https://www.cs.cornell.edu/~asampson/blog/flattening.html
From the Transistor
computer-science
https://www.fromthetransistor.com/
How to Optimize a CUDA Matmul Kernel for cuBLAS-like Performance: a Worklog
gpu
https://siboehm.com/articles/22/CUDA-MMM
B-trees and database indexes
data-structures
https://planetscale.com/blog/btrees-and-database-indexes
normcore-llm / anti-hype LLM reading list
llm
https://gist.github.com/veekaybee/be375ab33085102f9027853128dc5f0e
llama3 implemented from scratch
llm
https://github.com/naklecha/llama3-from-scratch
My first superoptimizer
optimization
https://austinhenley.com/blog/superoptimizer.html
The Transformer Family Version 2.0
llm
https://lilianweng.github.io/posts/2023-01-27-the-transformer-family-v2/
Go Garbage Collector
golang
https://cs.opensource.google/go/go/+/master:src/runtime/mgc.go
Notes on Distributed Systems for Young Bloods
distributed-systems
https://www.somethingsimilar.com/2013/01/14/notes-on-distributed-systems-for-young-bloods/
Equals as Assignment
language-design
https://www.hillelwayne.com/post/equals-as-assignment/
The world in which IPv6 was a good design
networking
https://apenwarr.ca/log/20190318