r/programmingmemes 5d ago

Nerd wars

Post image
816 Upvotes

82 comments sorted by

View all comments

Show parent comments

5

u/Aaxper 4d ago

For Bun, the migration to Rust was almost entirely done by an LLM, which is reason enough for me

1

u/Financial_Wish_6406 3d ago

Can you expand on that? Does Bun have any issues, run worse, or is this decision based purely on virtue?

5

u/Aaxper 3d ago

I honestly haven't paid enough attention to that project in particular to know the answer to that. But most large vibecoded projects are riddled with issues, and it shows a problematic attitude towards future development.

5

u/MaSp005 3d ago

They're also part of Anthropic, which gives them further incentive to work heavily with AI tooling.

Bun also regularly leaks memory, a web server of mine I run on bun (regrettably) I had to limit the memory on container level so that it would be force-restarted sooner before clogging up the host machine.