For me, notably absent from the release changelog and accompanying YouTube video they were excited to trumpet in the blog back in July, and the claim (still) this took 11 days. It's August 20th.
Yes, I'm fine with the AI rewrite, just don't claim it was done in 11 days when it actually took ~50.
Bun 1.4
91–100 of 198 posts
Re: Bun 1.4
#92Absolute crickets from the "there's no way LLM's can rewrite Bun to Rust this quickly, it's going to be buggy, it's marketing" crowd Comments here 3 months ago are quite something: https://news.ycombinator.com/item?id=48132488
Re: Bun 1.4
#93Re: Bun 1.4
#94Absolute crickets from the "there's no way LLM's can rewrite Bun to Rust this quickly, it's going to be buggy, it's marketing" crowd Comments here 3 months ago are quite something: https://news.ycombinator.com/item?id=48132488
Re: Bun 1.4
#95Re: Bun 1.4
#96Earlier quoted context omitted.
> Why would I want everything reimplemented in this massive binary? Why would Bun be anymore in touch with nuances of all these different technologies then individual projects dedicated to their own speciality? It's funny because the top article on HN is about a malicious rust crate package, and people keep making comparisons to js/npm and how both language suffer from frequent security issues because they have weak…
I saw a post recently about how LLMs are much more effective in Ruby on Rails because it's batteries included, so you don't get so many implementation details crapping up the context window. I assume the same benefit applies to humans as well!
Re: Bun 1.4
#97Re: Bun 1.4
#98So this is kind of a systemd for web developers. All functionality is absorbed into a vibe coded, un-auditable black box. Maybe run it as process 1 in a future ClaudeOS.
The code is here https://github.com/oven-sh/bun/ go and audit all you want
This is unmaintable mess, and the author himself is struggling already, given how he pushed the release date ten times.
Re: Bun 1.4
#99Congratulations to the Bun team!
Re: Bun 1.4
#100Earlier quoted context omitted.
Its strange how flip floppy the JS ecosystem is, because go back literally 1-3 years or so and the BIGGEST complaint was the lack of a standard library and having to use a package for everything. But now that Bun is actually doing it its somehow bad? Its also still open source, so those implementations you mention need dedicated teams can still get the attention they need by the community if needed. I'm on the side t…
I would guess that many devs' preference would be for a larger standard library, but not a kitchen sink. Personally, I'd be happy with a larger suite of utility functions (say, most of Lodash / es-toolkit - remove the need for left-pad silliness), probably SQLite bindings (having a good persistence layer is great, it's perhaps the most robust and most widely deployed software on the planet), but not YAML (complex, se…