20 random bookmarks

2026-01-07

39.

Semantic Compression

caseymuratori.com/blog_0015

In other words, revisiting the code you've already written and making it more concise could improve its readability (and also why code review is a thing).

This also aligns with the "Writing code that is easy for others to read" chapter in the Programmer's Brain book.

2026-01-06

38.

Recreation of Persona 3 Reload UI in Godot | Ultipuk's tab

ultipuk.xyz/blog/recreation-of-persona-3-reload-ui

2025-12-20

37.

SwiftUI Field Guide

www.swiftuifieldguide.com

2025-12-15

35.

Scott Jenson – Exploring the world beyond mobile

jenson.org

2025-11-28

33.

Artificial Innovation

4u.lol/writing/artificial-innovation

2025-10-01

32.

Go 101 -Go 101

go101.org
31.

SadServers - Linux & DevOps Troubleshooting Interviews

sadservers.com

2025-08-20

27.

Design foundations from idea to interface - WWDC25 - Videos - Apple Developer

developer.apple.com/videos/play/wwdc2025/359

Just a simple demo of transforming one iOS app design to another where upon using an app we try to ask to the following questions:

- Where am I?

The app should make it clear right away, so Im not left wondering where I am or how I got here

- What can I do?

I shouldn't have to guess – actions should be clear and easy to understand

- Where can I go?

A clear sense of next steps to keep the flow going and helps me avoid hesitation or second-guessing

I wish some professional software answered those questions. As well as mine, really. Should rewatch it from time to time.

2025-08-19

26.

SwiftUI Font and Texts - swiftyplace

www.swiftyplace.com/blog/swiftui-font-and-texts

2025-07-30

22.

If it cites em dashes as proof, it came from a tool. § Scott Smitelli

www.scottsmitelli.com/articles/em-dash-tool

The language models’ greatest feat is also their most significant drawback—by absorbing the personal voice from every piece of content they have ever encountered, they produce a whole bunch of nonspecific, generic, mean-reverting Whatever that manages to say much but convey very little. All it can ever be is a circumlocution machine. It won’t tell deeply embarrassing tales of its youth, wear its grudges on its sleeve, passionately hold an unpopular position, or tug at threads without knowing ahead of time what the other end might be attached to. It doesn’t wander off onto interesting tangents that bring the reader along on a little shared journey of discovery. It has no discernible soul, no passion for its work, no real ability to justify the screen space it has filled up—let alone the time and attention the reader is now giving it. We can tell when it’s genuine. God dammit, we can tell.

2025-07-28

21.

Overview of last 20 years of DBMSs

db.cs.cmu.edu/papers/2024/whatgoesaround-sigmodrec2024.pdf

And some talk about SQL and relational models.

2025-07-25

20.

Multi-Version Concurrency Control in Postgres (its funny)

www.cs.cmu.edu/~pavlo/blog/2023/04/the-part-of-postgresql-we-hate-the-most.html

2025-07-08

18.

Welcome | 7P Drawing tablets

docs.thesevenpens.com/drawtab

Site of a dude that owns 70+ drawing tablets and shares his experience. Nice.

2025-06-30

16.

Programming languages resources | Max Bernstein

bernsteinbear.com/pl-resources
14.

Community-driven shader library for Godot

godotshaders.com

2025-06-13

12.

The Narrative Fallacy — Ludicity

ludic.mataroa.blog/blog/the-narrative-fallacy

“Structuring your theory into a story makes it more compelling.”

10.

Am I Even Good Enough For Imposter Syndrome?

www.hermit-tech.com/blog/am-i-even-good-enough-for-imposter-syndrome

So much of building tech stuff is a figurative conversation - between you and the machine, you and the abstraction, you and the people who will use what you build, you and the people who will maintain it, you and those who came before you. To understand such a varied audience you need to anchor on your understanding of yourself. Improve the one tool you can never replace - you.

2025-06-01

7.

I Want to Love Linux. It Doesn't Love Me Back: Post 3 – Speakup, BRLTTY, and the Forgotten Infrastructure of Console Access — fireborn

fireborn.mataroa.blog/blog/i-want-to-love-linux-it-doesnt-love-me-back-post-3-speakup-brltty-and-the-forgotten-infrastructure-of-console-access
Reposted 4.

Software: betula | FediIndex

fedi.wrm.sr/software/betula

FediIndex data on Betula. Very interesting! 1.3.0 is still used by some, 1.2.0 has ceased to exist. Third of all instances are hosted in Russia.

I wish it knew more Betula instances though.

2025-05-31

Reposted 3.

CSS Minecraft

benjaminaster.github.io/CSS-Minecraft

A Minecraft clone made with pure HTML & CSS – no JavaScript.