20 random bookmarks

@msfjarvis@androiddev.social's personal link log, mostly revolving around tech and tech-adjacent culture.

2025-09-10

84.

Simple Sabotage Field Manual by United States. Office of Strategic Services

www.gutenberg.org/ebooks/26184

A historical publication written during the early 1940s amid World War II, "Simple Sabotage Field Manual" serves as a unique historical artifact that illustrates grassroots resistance efforts and the belief in the collective power of ordinary people during wartime.

2025-03-27

67.

Things that go wrong with disk IO

notes.eatonphil.com/2025-03-27-things-that-go-wrong-with-disk-io.html

2025-03-11

63.

20 years of Linux on the Desktop (part 1)

ploum.net/2024-10-20-20years-linux-desktop-part1.html

2025-03-04

61.

The Hierarchy of Hazard Controls

www.hillelwayne.com/post/hoc

Insightful post from Hillel Wayne exploring how to apply the Hierarchy of Hazard Controls they learned about from a mechanical engineer to a contrived example in programming.

60.

Avoid the nightmare bicycle

www.geoffreylitt.com/2025/03/03/the-nightmare-bicycle

Short and to the point post about designing things with a little trust in your users to intuit a relatively easy model rather than papering over the slightest complexity with things that erase the mental model of the underlying concepts.

2025-03-01

59.

How CouchDB Prevents Data Corruption: fsync

neighbourhood.ie/blog/2025/02/26/how-couchdb-prevents-data-corruption-fsync

Very neat explanation of how databases work hard to keep your data safe. I was surprised to learn about the failure mode of reading from page cache twice and the database convincing itself that the data has been written out even though it really hasn't.

2025-02-20

58.

The origins of Firefox

vmst.io/@jalefkowit/114037556786892479

Today I learned that Firefox started as an act of protest from Mozilla engineers who hated the bloated product they were being forced to create

2025-02-01

51.

Visualizing all books in ISBN space

phiresky.github.io/blog/2025/visualizing-all-books-in-isbn-space

Highly interactive and beautiful view of some 100,000 books, it's hard for me to describe what makes it so great to me. Seeing is believing!

2025-01-28

50.

DeepSeek: The Greatest Growth Hack of All Times meets its David in a Chinese Quant

centreforaileadership.org/resources/deepseeks_narrative_attack

Great read on the state of the AI industry post the release of DeepSeek R1, which has shattered the idea of AI training only being available to the biggest players in the field.

2024-12-31

48.

Raymond Chen's 2024 linklog

devblogs.microsoft.com/oldnewthing/20241231-01?p=110698

A great round up of interesting stuff, mostly centered around C++

2024-12-07

46.

Writing down (and searching through) every UUID

eieio.games/blog/writing-down-every-uuid

2024-11-29

43.

hi, i made some frogs for your desktop

www.youtube.com/watch?v=5Fxw1DqZaYA

Beautifully written and illustrated video explaining shar's journey of creating a frog pond idler game

2024-10-30

41.

Australia/Lord_Howe is the weirdest timezone

ssoready.com/blog/engineering/truths-programmers-timezones

Timezones are insane

2024-10-06

40.

Generating OpenGraph images for Hugo sites at build time

aarol.dev/posts/hugo-og-image

I've wanted to have consistent OpenGraph images for my website for a long time but did not want to involve any expensive-to-run services. The approach outlined here worked perfectly for what I needed.

2024-07-18

20.

Code is run more than read

olano.dev/blog/code-is-run-more-than-read

Great read on understanding the incentives behind software development.

2024-07-06

16.

Properly Testing Concurrent Data Structures

matklad.github.io/2024/07/05/properly-testing-concurrent-data-structures.html

2024-07-05

15.

"Technical" skills

sashalaundy.com/writing/technical-skills

Great read on why the distinction between technical and non-technical folks is simply meant to be exclusionary, and whether the word holds any weight at all.

14.

Kowloon Walled City: An Illustrated Guide

aftermath.site/kowloon-walled-city-cross-section-illustrated

Kinda wild to me that such a city could ever have existed outside the pages of Science Fiction.

2024-07-02

11.

On Burnout, Mental Health, And Not Being Okay

ludic.mataroa.blog/blog/on-burnout-mental-health-and-not-being-okay

Just beautifully written. I would recommend reading this even if you are in a good place mentally.

2024-06-25

9.

Compose-ur-Pres

github.com/KodeinKoders/CuP

Being able to make slides with Compose sounds fun!