20 random bookmarks

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

2025-05-09

72.

Can It Run Doom? An Archive of All Known Ports

www.canitrundoom.org

Explore an archive of Doom ports showcasing how the game has been adapted to run on various devices, even those not originally intended for gaming.

2025-03-22

66.

When you deleted /lib on Linux while still connected via ssh

tinyhack.com/2022/09/16/when-you-deleted-lib-on-linux-while-still-connected-via-ssh

Some clever tricks you can employ to salvage an essentially un-salvageable machine. I learned a lot of new things from this!

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

54.

The hardest working font in Manhattan

aresluna.org/the-hardest-working-font-in-manhattan

A great essay diving into an obscure font that is present all over New York City, and tracing its history all the way back to physical milling presses in the early 1900s. Both the information and its presentation are top notch

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.

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!

2024-12-01

45.

Kotlin trick: writing shared Enum utility code

whtwnd.com/p-y.wtf/entries/Kotlin trick: writing shared Enum utility code

Some tips from P-Y to write handy utilities for enums like ensuring entries are sorted or that they have unique labels, in a generic fashion.

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

41.

Australia/Lord_Howe is the weirdest timezone

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

Timezones are insane

2024-09-19

32.

Using YouTube to steal your files

lyra.horse/blog/2024/09/using-youtube-to-steal-your-files

Great vulnerability research but the highlight is definitely the hand-crafted interactive mock ups of Google websites

2024-09-10

30.

You Want My Password or a Dead Patient?

web.archive.org/web/20240910052425/https://cohost.org/mononcqc/post/3647311-paper-you-want-my-p0

A great summary of a paper that analyzed how medical professionals teach themselves to work around security hygiene that prevents them from doing their job. It's a great look into how people working on securing systems often overlook the day to day reality of how these systems are operated.

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-08-01

25.

A Story About Jessica

harihareswara.net/posts/2024/a-story-about-jessica-by-swiftonsecurity

SwiftOnSecurity wrote this in 2014, about a fictional teenager named Jessica and how general purpose computing let her down. Must read for everyone in tech.

2024-07-30

24.

Java 21 Virtual Threads - Dude, Where’s My Lock?

netflixtechblog.com/java-21-virtual-threads-dude-wheres-my-lock-3052540e231d

Another great deep dive from the Netflix team on real-world problems they face as a primarily Java-oriented shop.

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

22.

Restic Backups on NixOS

www.arthurkoziel.com/restic-backups-b2-nixos

Super simple and straightforward guide to setting up backups on your NixOS machine via https://restic.net

2024-07-01

10.

The Shareholder Supremacy

www.wheresyoured.at/tss

Businesses prioritizing shareholder value over everything else seems to have become the norm, but I didn't know how this insane sounding behavior started and this is a great history lesson on it.

2024-06-25

9.

Compose-ur-Pres

github.com/KodeinKoders/CuP

Being able to make slides with Compose sounds fun!

2024-06-19

5.

I Will Fucking Piledrive You If You Mention AI Again

ludic.mataroa.blog/blog/i-will-fucking-piledrive-you-if-you-mention-ai-again

2024-06-10

3.

So you want to build a browser engine

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