this post was submitted on 12 Aug 2026
135 points (97.9% liked)

Programmer Humor

43154 readers
4 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Natanox@discuss.tchncs.de 43 points 4 days ago (1 children)

It's even more funny if you know the backstory of bun. It was basically the perfect example of how to not to do things before they burned a whole forrest to have Claude slop it into another language, based on a codebase that was measurably bad. Now nobody actually knows the whole codebase anymore.

Given the phenomenal garbage that are the other big vibecoded projects (like the "compiler that can compile Linux" - it can't) using bun now is just like lottery.

[–] PotatoesFall@discuss.tchncs.de 13 points 4 days ago (2 children)

What was wrong with bun before? I never used it just heard it had some great performance

[–] Natanox@discuss.tchncs.de 53 points 4 days ago* (last edited 4 days ago) (1 children)

The code quality apparently was abysmal and full of dirty hacks due to a mix of "beginner energy" and "go fast & break things" Silicom Valley mindset. The issues with bun (leading to the big Anthropic hack) were subtly blamed on the Zig language, even though Zig is completely fine; Bun's code (which already was full of bad generated slop at that point, as well as code by programmers who were treated badly -> more bad code) was just crap.

After Zig was blamed the Zig creator wrote a blogpost detailing all of it. Worth a read, certainly more human than the corposlop Anthropic announces.

[–] PotatoesFall@discuss.tchncs.de 15 points 4 days ago (1 children)

andrew kelley is such a cool guy his attitude alone made me want to learn zig

[–] Tabitha@hexbear.net 4 points 4 days ago
[–] Tabitha@hexbear.net 4 points 4 days ago

I heard it had a lot of "just works" magic (and I've been burned many times on the cjs/mjs thing plus whatever the fuck deno is doing) so I get the appeal but also never used it.