(Dr.) Eric Fritz (@ericfritz) 's Twitter Profile
(Dr.) Eric Fritz

@ericfritz

Everything is a compiler to those with eyes to see. Doing cool stuff (mostly not compilers) at @render.

ID: 1263514289815592962

linkhttp://eric-fritz.com calendar_today21-05-2020 16:58:26

2,2K Tweet

251 Followers

322 Following

Xeophon (@thexeophon) 's Twitter Profile Photo

Coders love vibe coding because it’s just gambling: You give Claude code something you worked on for a long time, it takes some money, the little Claude asshole spins, and either your repo got a shiny new feature or it is fucked beyond repair. But the next prompt could fix it

Varun / 王潤 / げんじ (@typesanitizer) 's Twitter Profile Photo

In case you're the kind of person heading into the weekend and thinking to yourself "gosh, I wish I had a 15K+ word blog post on error handling to mull over", I've got just the thing for you. typesanitizer.com/blog/errors.ht…

(Dr.) Eric Fritz (@ericfritz) 's Twitter Profile Photo

Update: o3-mini fixed the death spiral I was on with Sonnet 3.7 (although it got everything _except_ parent relationships in a LOUDS trie right ... on the fifth from-scratch attempt).

Update: o3-mini fixed the death spiral I was on with Sonnet 3.7 (although it got everything _except_ parent relationships in a LOUDS trie right ... on the fifth from-scratch attempt).
Daniel Lemire (@lemire) 's Twitter Profile Photo

The talk about AI making professionals obsolete needs to stop. It is hype, dangerous hype that is causing unnecessary fear. I keep hearing smart people say that translators are made obsolete by AI. There is no evidence to support this claim. 1. Translators have been using

(Dr.) Eric Fritz (@ericfritz) 's Twitter Profile Photo

Me: "commits.txt contains 150k git hashes. It's too large for me to use effectively. Please convert it to 160 byte integers laid end-to-end." AI: Reads the entire fucking file and blows up the conversation.

(Dr.) Eric Fritz (@ericfritz) 's Twitter Profile Photo

It seems like AI really HATES the new syntax in Go that lets you do: for i := range 25 { ... } Every time I give it code with this syntax it just OBSESSES over how wrong it is. And then mansplains Go syntax to me. And then doesn't answer my original question.