Clojure hacker. Emacs enthusiast. Game jamer.

Joined December 2013
203 Photos and videos
Pinned Tweet
Two way data bindings when you need them makes #datastar an absolute joy to work with.
3
2
36
2,892
Tech CEOs positions have never been more precarious.
1
92
Thoroughly enjoyed this episode!
I finally got the chance to sit down with Darren Shepard @ibuildthecloud and figure out what there is to hate about ... well, basically every web technology
1
1
4
193
Anders Murphy retweeted
For people using AI in commercial game development: I'd be interested in hearing the best arguments as to why you think people should pay for the resulting game instead of pirating it. Concisely, if you pirated the inputs, why shouldn't they pirate the output?
334
256
3,177
166,919
Anders Murphy retweeted
the pattern is: incrementally maintained indexes / materialized views over caches sqlite's pretty great at that
1
1
6
305
Anders Murphy retweeted
Optimistic updates are the worst idea that is direct spread by SPA advocates that don't work on real world systems that effect people directly.
12
4
48
3,233
RT @levelsio: I think the challenge is that everyone can now build apps But 1) almost nobody has distribution (like an audience), or 2)…
427
RT @toly: AI is smart enough to improve without people, but not smart enough to avoid a huge data center liability
9
Anders Murphy retweeted
Have stupid KPIs wind stupid prices
Replying to @AnthropicAI
Today, Anthropic engineers on average ship 8x as much code per quarter as they did compared to 2021-2025.
1
1
4
186
UUIDs vs INT primary keys. How bad could it be?
1
6
111
Anders Murphy retweeted
Good software is invisible. That's why all software is bad because the managers demand visibility of programmers work.
76
230
3,457
95,023
Anders Murphy retweeted
A life-changing amount of money was wasted on tokens that didn’t produce anything of value
JUST IN: Sam Altman says AI budgeting has suddenly become a “huge issue” for companies.
82
413
6,434
265,718
Anders Murphy retweeted
Goldman Sachs forcing every pension fund to buy AI companies with $10 billion net losses at $1 trillion valuations
62
779
5,825
166,978
Anders Murphy retweeted
Either way I'll continue to promote fixing the problem instead of given into the collapse. This is definitely getting bookmarked to go in my talk for softwareshould.work/ A great talk that covers this pre AI youtube.com/watch?v=ZSRHeXYD…
1
1
9
390
Anders Murphy retweeted
Sorry, we can't afford a PR department, I thought we did it for the love of the game

ALT 100k 50k GIF

1
1
2
218
Anders Murphy retweeted
Replying to @elias_de_jong
@elias_de_jong inspired by the excellent @Anders' "billion checkboxes", I present to you: Billion Characters!!!! Just kidding, I did not actually build that. Because I built A TRILLION CHARACTERS!!!! RIGHT NOW. IN YOUR BROWSER. Our community is based as fuck
3
5
33
875
Anders Murphy retweeted
I've got an agent in a loop optimizing a renderer with the goal to minimize frame times (and tests to measure). It got times down from 88ms to 2ms and allocations down from ~150K to 500. Sounds good, right? Wrong. This is exactly why agent psychosis is a big fucking problem. As an experiment, I rewrote the Ghostty core render state in Go, with access to identically laid out data structures as Ghostty and the exact same validation tests. I made a purposely naive renderer (simple, correct, but slow). 88ms per frame with 150,000 allocations (horrendous, lol)! I then kickstarted a Ralph loop to bring the frame times down. I told it it can't modify input data structures or the public API or tests (they're correct), but it can do anything else it wants. It got to work. It has worked for about 4 hours. I've spent around $350 on this experiment so far. The results? 88ms => 1.5ms 150K allocs => ~500 allocs Incredible right? Nope. My hand-written renderer I ported has frame times (same benchmark) of ~20us (0.020ms) and 0 allocations in the update path. This is the problem with psychosis and lacking systems understanding. If you don't understand the system, you're going to accept that this is an incredible result. If you understand the system, you'll see better solutions immediately and can do roughly 75x better on throughput. The people who blindly trust agent output are in the former camp. They're sheeple, overdrinking from a fountain of mediocrity. Standard disclaimer: I use AI all the time. I like AI. The point I'm making is to not blindly accept results. Think. Analyze. Learn.
308
979
8,937
791,346
Anders Murphy retweeted
Replying to @Polymarket
They were calling everybody Luddites for even slightly criticizing any current gen AI practices. Well, there you. Real Luddites are coming for your Data Centers. A self-fulfilling prophecy.
5
13
440
34,690
Anders Murphy retweeted
We are the most efficient intelligence on earth and its not even close
23
133
1,458
12,633
Anders Murphy retweeted
It’s 2026. Do you understand and have an engineer independently review your code (apart from autonomous testing)? Do you agree that critical code should be simple, a pleasure for generations to read and maintain? I guess what I am asking is: Are you tigerstyle.dev?
9
24
241
12,159