Comment by lioeters

1 day ago

It's alarming how people are willing to overlook the obvious in-your-face sloppiness of the Bun rewrite. A million lines of code in 9 days, pushed to main branch, forced on the existing userbase irresponsibly.

Nobody understands the code, nor will they be able to maintain it without AI service as an external dependency. Give me a break, I'm not running that monstrosity on my machine. Everyone running production software should move away from Bun purely as a technical decision.

Do you use Claude code on your machine? That seems mostly vibe coded

  • 1. I don't use Claude Code, no.

    2. It's amazing that a CLI wrapper is as buggy as it is.

    3. Nevertheless, it's useable, and maybe for a CLI that's enough. I don't want a JS runtime running production to be the same mess.

  • that seems comparable to taking a dev-time dependency, while bun is a runtime dependency. THey need to be treated very differently.