2026-01-07
Semantic Compression
caseymuratori.com/blog_0015In 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
Recreation of Persona 3 Reload UI in Godot | Ultipuk's tab
ultipuk.xyz/blog/recreation-of-persona-3-reload-ui2025-12-20
SwiftUI Field Guide
www.swiftuifieldguide.com2025-12-15
Scott Jenson – Exploring the world beyond mobile
jenson.org2025-11-28
Artificial Innovation
4u.lol/writing/artificial-innovation2025-10-01
Go 101 -Go 101
go101.orgSadServers - Linux & DevOps Troubleshooting Interviews
sadservers.com2025-08-20
Design foundations from idea to interface - WWDC25 - Videos - Apple Developer
developer.apple.com/videos/play/wwdc2025/359Just 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
SwiftUI Font and Texts - swiftyplace
www.swiftyplace.com/blog/swiftui-font-and-texts2025-07-30
If it cites em dashes as proof, it came from a tool. § Scott Smitelli
www.scottsmitelli.com/articles/em-dash-toolThe 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
Overview of last 20 years of DBMSs
db.cs.cmu.edu/papers/2024/whatgoesaround-sigmodrec2024.pdfAnd some talk about SQL and relational models.
2025-07-25
Multi-Version Concurrency Control in Postgres (its funny)
www.cs.cmu.edu/~pavlo/blog/2023/04/the-part-of-postgresql-we-hate-the-most.html2025-07-08
Welcome | 7P Drawing tablets
docs.thesevenpens.com/drawtabSite of a dude that owns 70+ drawing tablets and shares his experience. Nice.
2025-06-30
Programming languages resources | Max Bernstein
bernsteinbear.com/pl-resourcesCommunity-driven shader library for Godot
godotshaders.com2025-06-13
The Narrative Fallacy — Ludicity
ludic.mataroa.blog/blog/the-narrative-fallacy“Structuring your theory into a story makes it more compelling.”
Am I Even Good Enough For Imposter Syndrome?
www.hermit-tech.com/blog/am-i-even-good-enough-for-imposter-syndromeSo 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
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-accessSoftware: betula | FediIndex
fedi.wrm.sr/software/betulaFediIndex 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
CSS Minecraft
benjaminaster.github.io/CSS-MinecraftA Minecraft clone made with pure HTML & CSS – no JavaScript.