dvt
7 hours ago
> The last three months have not looked good for Bun.
Apart from pro-AI or anti-AI posturing how have the last few months not looked good for Bun, exactly? I use it daily and I've seen basically zero regressions. I get it, you don't like AI or you like Zig over Rust, or whatever. I just haven't seen any serious argument that Bun has somehow become worse software.
> The project has over 5k open pull requests, which is the largest number of pull requests I’ve seen.
Terrible argument, and not really an argument at all.
> The biggest worry is, of course, the code itself.
I agree, so look at the code and point out what's wrong with it.
Insofar as Andrew Kelley is concerned, it's obvious he has an axe to grind and is salty about Bun embarassing Zig (which he freely admits). Not sure why you'd invoke an unreliable narrator as some sort of final nail in the coffin.
tipiirai
7 hours ago
Unused code is one issue. A project called Buz[1] found over 11,000 lines of dead code from the Rust port.
aureate
7 hours ago
That was 11,000 lines of dead code removed from pre-rust Bun. In a million lines of vibed Rust Bun I'd be astonished if there was a mere 11,000 unused LoC. Noticing unused code isn't a strength of LLMs in my experience.
unified101
7 hours ago
11k out of a million. I wish I had a project under 1% of "dead code".
verdverm
7 hours ago
there are linters that check for dead code (depending on your language / ecosystem), it should always be 0%
dminik
5 hours ago
I mean, how do you check that your frontend code (possibly not even managed by your team) is calling and needs all of your backend endpoints? I'm sure it can be done, and it probably should, but saying it should always be 0% is not very pragmatic.
jibal
7 hours ago
The dead code was removed from the pre-Rust Zig version. The OP has no credibility.
P.S. Nor does new user parenting my comments.
unified101
7 hours ago
Flag the article and move on.
dvt
7 hours ago
First of all, I'd need to see a diff on that. It's insane to make that kind of claim without backing it up. Second of all, dead code (as in truly dead code: like an if statement that is guaranteed to never be true), is optimized away by the compiler. So even if we had all this dead code, it is not an issue that would ever impact the final product. Third of all, the Bun runtime consists of over a million lines of code, so that figure (again, even if true) is insignificant.
aureate
7 hours ago
> It's insane to make that kind of claim without backing it up.
A bizarre accusation. It's a fork of Bun that says they removed the dead code. All you have to do to see the diffs is look at its history. Most of the commits are code removal.
It's a fork of Zig bun, though, not Rust, so hardly relevant to the AI argument.
jibal
7 hours ago
Congrats on completely undermining your own argument and credibility. Did you not even read your link?
> Buz is an early-stage experimental fork of pre-Rust Bun.... Over 11,000 lines of dead code removed from upstream Bun.
locknitpicker
4 hours ago
> Apart from pro-AI or anti-AI posturing how have the last few months not looked good for Bun, exactly?
The blog post states quite clearly that Bun stopped posting any release.
During the Zig/pre-Rust days, Bun was posting s new release each 2-3 weeks.
Since then, Bun's Rust migration is correlated with a complete stop of Bun's release cadence.
frail_figure
7 hours ago
> how have the last few months not looked good for Bun, exactly?
The article answers this. hint: they're not shipping.
> I get it, you don't like AI or you like Zig over Rust, or whatever
The article doesn't argue for either of these. hint: it's arguing that the team is not shipping.
> Terrible argument, and not really an argument at all.
It's an argument for the devs not shipping
> I agree, so look at the code and point out what's wrong with it.
It's not being shipped.
Hope that helps.
re-thc
7 hours ago
> The article answers this. hint: they're not shipping.
They're shipping though.
Claude Code and many others use it. There's just not been a "public" release.
aureate
6 hours ago
In other words, it hasn't shipped.
The bun rewrite is looked to as proof that this sort of full-throttle vibecoding is the future of software development, at least for large porting projects like this one, and for many people on this site that is a high stakes question.
To prove that, a proper release is needed, and the Bun community needs to adopt it. There's a huge partisan eagerness to declare the Claude Code release or anecdotal experiences on the canary as victory, but the viability of 1.4 hasn't been demonstrated until it has been released and adopted by the bulk of the community.
There isn't actually any hurry on that. Nobody needs Bun 1.4 tomorrow. It's Jarred that keeps saying it'll be released tomorrow, while the code churns at an astonishing rate (see below). People with a skeptical outlook will inevitably suspect that he doesn't have confidence in the release and is struggling to acquire it.
Github insights for the last week:
> Excluding merges, 57 authors have pushed 349 commits to main and 6892 commits to all branches.
> On main, 2026 files have changed and there have been 189,502 additions and 133,836 deletions
re-thc
2 hours ago
> The bun rewrite is looked to as proof that this sort of full-throttle vibecoding is the future of software development
To who? You?
> To prove that, a proper release is needed
For who? Who is trying to prove what?
> It's Jarred that keeps saying it'll be released tomorrow
There's no official blog... he's just rambling on x?
> Github insights for the last week
That's the problem with the rest of your post. Bun is no longer VC-fueled open source project. It got sold to Anthropic.
> There's a huge partisan eagerness to declare the Claude Code release
Hence there isn't. The Claude Code release is for its own use.
aureate
2 hours ago
None of that makes any sense whatsoever.
dvt
7 hours ago
> It's not being shipped.
What are you talking about? I'm running 1.4 canary (the Rust rewrite) right now.
λ bun --version
1.4.0
Hope that helps.locknitpicker
7 hours ago
> What are you talking about?
I think GP was pointing out how bun's release cadence stalled and the project is going nowhere at the moment.
https://github.com/oven-sh/bun/releases
The project was pretty healthy up to 1.13.14, but since may they stopped shipping anything.
That's quite odd for a project that just went through a major rewrite and is lauded as being developed primarily by LLM coding assistants.
Personally I expected the release cadence was going to go through the roof, but instead it flat lined.