Links
2025 Feb 21
2025 Feb 11
- Situated Software - Re-reading Clay Shirky articles I first read before the Facebook era just hurts. I hear a Ron Howard Arrested Development Narrator voice in the back of my head saying, "But unfortunately, Facebook."
- An app can be a home-cooked meal - If “learn to code” were meant the same way as “learn to cook.”
2025 Feb 06
- You Can’t Post Your Way Out of Fascism - “You can discourse and quote-dunk and fact-check until you’re blue in the face, but at a certain point, you have to stop and decide what truth you believe in. The internet has conditioned us to constantly seek new information, as if becoming a sponge of bad news will eventually yield the final piece of a puzzle. But there is also such a thing as having _enough_ information.”
2025 Feb 02
2025 Jan 31
- CodeCharta - Codebases visualized as architectural models seems very much like my jam.
- A Rant about "Technology" - “Technology is the active human interface with the material world. But the word is consistently misused to mean only the enormously complex and specialised technologies of the past few decades, supported by massive exploitation both of natural and human resources. This is not an acceptable use of the word.”
2025 Jan 30
2025 Jan 27
2025 Jan 26
- JAR on 'Object-Oriented' - "Because OO is a moving target, OO zealots will choose some subset of this menu by whim and then use it to try to convince you that you are a loser."
- In defense of blub studies | benkuhn.net - "So I always feel a little bit embarrassed and boring when I instead suggest going really deep on what you already know: your main programming language, web framework, object-relational mapper, UI library, version control system, database, Unix tools, etc. It’s not shiny or esoteric, but for me, building a detailed mental model of those (and how they compare to alternatives) might be the learning that’s contributed most to my effectiveness as an engineer."
2024 Dec 28
2024 Dec 27
- Ghostty - Ghostty came out yesterday, if you're into terminal emulators.
- filipesilva/datomic-pro-sqlite - Datomic is so abstract on the storage end that it took me a long time to figure out how to ... store stuff. Thus, I am really liking this docker image for quickly setting up a transactor that uses sqlite. (For low to medium write volumes this seems fine, since architecturally nothing is competing with the transactor for writes anyway.