20 random bookmarks

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

2025-09-12

86.

links ~ glfmn.io

glfmn.io/links

Gwen Lofman's living collection of links that has some incredibly good stuff.

2025-09-09

83.

The Gentrification of Video Game History

felipepepe.medium.com/the-gentrification-of-video-game-history-dfe11f1e08ae

Very well written post explaining the reality of gaming in the Global South and how the US-based media knowingly and unknowingly participates in its erasure.

2025-08-27

79.

Forklifts Require Training

www.zacsweers.dev/forklifts-require-training

Great post explaining how the software engineering industry has been walking into a potential labor collapse by alienating junior engineers.

2025-04-02

68.

How to Sync Anything

neighbourhood.ie/blog/2025/04/06/how-to-sync-anything

2025-03-04

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

57.

What is the post launch Discovery Queue – How To Market A Game

howtomarketagame.com/2025/02/19/what-is-the-post-launch-discovery-queue

Super interesting look into the #Steam discovery queue system and the impact it has on your game's visibility on the platform

2025-02-16

55.

"A calculator app? Anyone could make that."

chadnauseam.com/coding/random/calculator-app

Super interesting deep dive into why the Android calculator app is so much better than iOS', and the incredible amount of work Hans Boehm put into making it so. I have never been more interested in calculators than reading this post!

2025-02-07

52.

Stifle Hungry Tasks using BuildService

www.liutikas.net/2025/02/06/Stifle-Hungry-Tasks.html

Gradle will always parallelize tasks to the maximum possible degree, which might not always be desirable when tasks have extreme memory and/or CPU usage and end up starving the whole build out. Aurimas shares a great trick with Gradle BuildServices that lets tasks have a maximum parallelism.

2024-12-14

47.

JVM Anatomy Quirks

shipilev.net/jvm/anatomy-quarks

An ongoing mini-series documenting specific, often niche parts of the JVM. They're all pretty short and to the point, and the author encourages to treat them as chapters in a book as they reference each other quite often.

2024-11-29

44.

Storing times for human events

simonwillison.net/2024/Nov/27/storing-times-for-human-events

Simon Willison draws on his past experience working on event management websites to explain the real world problems that arise when you try to keep time for humans, along with actionable advice to minimize both your own and your users' suffering.

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-11-28

42.

Beyond Bcrypt

soatok.blog/2024/11/27/beyond-bcrypt

Great write up on password hashing techniques and their pros and cons

2024-09-03

29.

Notes on Distributed Systems for Young Bloods

www.somethingsimilar.com/2013/01/14/notes-on-distributed-systems-for-young-bloods

A somewhat dated but still quite useful list of things to look out for when diving into building distributed systems

2024-08-15

26.

A font with built-in syntax highlighting

blog.glyphdrawing.club/font-with-built-in-syntax-highlighting

Super interesting stuff, it's wild how capable OpenType is.

2024-07-30

23.

Upgrading the JioCinema carousel

blog.jiocinema.com/upgrading-carousel-design

Surprisingly bullshit-free breakdown of all the considerations that went into creating a brand new front page carousel component for the JioCinema apps.

2024-07-06

17.

The history of Git

blog.brachiosoft.com/en/posts/git

Probably the most in-depth history of the events that led to the creation of Git by Linus. Great read!

2024-07-05

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-10

3.

So you want to build a browser engine

robert.ocallahan.org/2024/06/browser-engine.html