Bookmarks


Tradeoffs in Implementing Primary backup

Jan 16, 2026

Describes a fundamental approach to fault tolerance through primary-backup replication, where a primary server handles requests and backs up its state to secondary servers.

#resources #paper #nextread #distributedsystems #unread

Less is More: Recursive Reasoning with Tiny Networks

Jan 16, 2026

This is the codebase for the paper: “Less is More: Recursive Reasoning with Tiny Networks”. TRM is a recursive reasoning approach that achieves amazing scores of 45% on ARC-AGI-1 and 8% on ARC-AGI-2 using a tiny 7M parameters neural network.

#resources #paper #nextread #AI #unread

Game Boy Coding Adventure | No Starch Press

Oct 29, 2025

A comprehensive tutorial on programming in assembly using the iconic Game Boy, teaching the basics of computer science in a fun and engaging way.

#book #gamedevelopment #assembly #unread

GPU Programming Glossary

May 9, 2025

https://x.com/ludwigABAP/status/1873845449196790080

#someday #links #gpuarch #gpuprog #unread

Game Engine Architecture

May 9, 2025

https://x.com/iHR4K/status/1892712182950793640

#book #resources #gamedevelopment #unread

Writing A Compiler In Go | Thorsten Ball

Apr 23, 2025

This is the sequel to Writing An Interpreter In Go and this time we’re writing a compiler and a virtual machine for Monkey. Same codebase, same approach, new goals. Code front and center, step by step explained, fully unit tested and runnable.

#book #resources #systemprogramming #unread

End-to-End Arguments in System Design , Saltzer, Reed, Clark,

Mar 17, 2025

Presents the fundamental principle that certain functions must be implemented end-to-end and cannot be completely satisfied by lower levels. This shapes how communication protocols are designed in distributed systems.

#resources #nextread #distributedsystems #paper #unread

Practical Byzantine Fault Tolerance

Feb 26, 2025

Implementation of Byzantine fault tolerance for real systems More difficult, but provides practical implementation techniques

#resources #nextread #distributedsystems #paper #unread

Design a Spell List

Feb 25, 2025

https://github.com/calmsacibis995/svr4-src/blob/main/cmd/spell/huff.c#L105 https://github.com/calmsacibis995/svr4-src/blob/main/cmd/spell/huff.c#L83 https://substack.com/@abhinavupadhyay/p-154139305

#resources #systemprogramming #paper #unread

Byzantine General's Problem

Feb 25, 2025

This paper introduces fundamental concepts about achieving consensus in distributed systems with potentially faulty components

#resources #nextread #distributedsystems #paper #unread

Timestamps in Message Passing Systems

Feb 23, 2025

Introduces vector clocks, which capture causality more precisely than scalar clocks

#resources #nextread #distributedsystems #paper #read

Types and Programming Languages

Feb 21, 2025

The core topics include the untyped lambda-calculus, simple type systems, type reconstruction, universal and existential polymorphism, subtyping, bounded quantification, recursive types, kinds, and type operators.

#book #resources #someday #unread

OSDev Wiki

Feb 21, 2025
#resources #links #operatingsystems #unread

Algorithms for Modern Hardware - Algorithmica

Feb 21, 2025

its intended audience is everyone from performance engineers and practical algorithm researchers to undergraduate computer science students who have just finished an advanced algorithms course and want to learn more practical ways to speed up a program than by going from O ( n log ⁡ n ) O(nlogn) to O ( n log ⁡ log ⁡ n ) O(nloglogn).

#book #resources #someday #unread