Add links

This commit is contained in:
David Eisinger
2025-11-06 00:11:21 -05:00
parent 7bfbf5d020
commit 0899b91eb2
9 changed files with 1985 additions and 8 deletions

View File

@@ -4,6 +4,31 @@ date: 2025-11-05T22:43:42-05:00
draft: false
tags:
- dispatch
references:
- title: "Software is supply-constrained (for now) | justinsearlsco"
url: https://justin.searls.co/links/2025-11-04-software-is-supply-constrained-for-now
date: 2025-11-06T05:03:05Z
file: justin-searls-co-y5dsjo.txt
- title: "Why engineers can't be rational about programming languages | spf13"
url: https://spf13.com/p/the-hidden-conversation/
date: 2025-11-06T05:07:24Z
file: spf13-com-enwyvy.txt
- title: "Scripts I wrote that I use all the time"
url: https://evanhahn.com/scripts-i-wrote-that-i-use-all-the-time/
date: 2025-11-06T05:07:26Z
file: evanhahn-com-6hstph.txt
- title: "What if people don't want to create things - macwright.com"
url: https://macwright.com/2025/10/21/what-if-they-dont-want-to.html
date: 2025-11-06T05:07:29Z
file: macwright-com-rbiipx.txt
- title: "Just Talk To It - the no-bs Way of Agentic Engineering | Peter Steinberger"
url: https://steipete.me/posts/just-talk-to-it
date: 2025-11-06T05:07:36Z
file: steipete-me-ayczze.txt
- title: "Vibe engineering"
url: https://simonwillison.net/2025/Oct/7/vibe-engineering/
date: 2025-11-06T05:07:42Z
file: simonwillison-net-yekorg.txt
---
I fear the days of Big Baby Nico are coming to a close. My man's walking, talking, making his desires known. It was a good run, 17 months almost. It felt like Nev sort of skipped this phase, so this was a novel experience, and Tiny Toddler Nico is awesome. The best is when we're putting on a fresh diaper and he looks down, waves, and says, "bye bye my penis."
@@ -50,7 +75,6 @@ I ran the Bull City Race Fest half-marathon for the fourth year in a row. I didn
[8]: /journal/dispatch-33-november-2025/bcrf-2025-result.pdf
[9]: /journal/dispatch-33-november-2025/bcrf-2025-cert.png
[21]: https://macwright.com/2025/11/02/fewer-people-should-run-marathons.html
We did a weekend at [Fairy Stone State Park][10] with a bunch of Durham friends. Great times, wholesome family fun.
@@ -85,10 +109,28 @@ I went to Nashville for a team offsite last week. Highlights included [Third Man
### Links
* [Title][18]
* [Title][19]
* [Title][20]
* [Why engineers can't be rational about programming languages | spf13][18]
[18]: https://example.com/
[19]: https://example.com/
[20]: https://example.com/
> Every time an engineer evaluates a language that isnt “theirs,” their brain is literally working against them. Theyre not just analyzing technical trade offs, theyre contemplating a version of themselves that doesnt exist yet, that feels threatening to the version that does. The Python developer reads case studies about Gos performance and their amygdala quietly marks each one as a threat to be neutralized. The Rust advocate looks at identical problems and their Default Mode Network constructs narratives about why “only” Rust can solve them.
* [Scripts I wrote that I use all the time][19]
> In my decade-plus of maintaining my dotfiles, Ive written a lot of little shell scripts. Heres a big list of my personal favorites.
* [What if people don't want to create things - macwright.com][20]
> When I look back on TileMill in 2010, Mapbox Studio, Observable, the whole arc: I cant help but worry about the supply of creativity in society. In particular: If we give everyone the tools to build their dreams, very few people will use them.
* [Just Talk To It - the no-bs Way of Agentic Engineering | Peter Steinberger][21]
> The benchmarks only tell half the story. IMO agentic engineering moved from “this is crap” to “this is good” around May with the release of Sonnet 4.0, and we hit an even bigger leap from good to “this is amazing” with gpt-5-codex.
* [Vibe engineering][22]
> I feel like vibe coding is pretty well established now as covering the fast, loose and irresponsible way of building software with AI—entirely prompt-driven, and with no attention paid to how the code actually works. This leaves us with a terminology gap: what should we call the other end of the spectrum, where seasoned professionals accelerate their work with LLMs while staying proudly and confidently accountable for the software they produce?
[18]: https://spf13.com/p/the-hidden-conversation/
[19]: https://evanhahn.com/scripts-i-wrote-that-i-use-all-the-time/
[20]: https://macwright.com/2025/10/21/what-if-they-dont-want-to.html
[21]: https://steipete.me/posts/just-talk-to-it
[22]: https://simonwillison.net/2025/Oct/7/vibe-engineering/