Bun has completely changed my outlook on the JS ecosystem. Prior to Bun, there was little focus on performance. Now the entire space rallies around it. Congrats to Jarred and the team!
That's because it's not written in JS at all but a compiled systems language, no wonder it's gonna be fast.
Anthropic acquires Bun
251–260 of 1001 posts
Re: Anthropic acquires Bun
#252As someone who have been using Deno for the last few years, is there anything that Bun does better? Bun seems to use a different runtime (JSC) which is less tested than V8, which makes me assume it might perform worse in real-world tasks (maybe not anymore?). The last time I checked Bun's source code, it was... quite messy and spaghetti-like, plus Zig doesn't really offer many safety features, so it's not that hard t…
I don't know how Deno is today. I switched to Bun and porting went a lot smoother.
Philosophically, I like that Bun sees Node compatibility as an obvious top priority. Deno sees it as a grudging necessity after losing the fight to do things differently.
Re: Anthropic acquires Bun
#253So many comments about reasoning here, yet none about the very obvious one, it's not stability of the infrastructure, it's future direction of a product like Claude Code. They need to know how to continue their optimisation machine to fit developers needs the best way possible (for good or for worse). I guess we should wait for some opt-out telemetry some time soon. It'll be nothing too crazy at first, but we'll see…
Re: Anthropic acquires Bun
#254Earlier quoted context omitted.
But how is another company that is also VC backed and losing money providing stability for Bun? How long before we hear about “Our Amazing Journey”? On the other hand, I would rather see someone like Bun have a successful exit where the founders seem to have started out with a passion project, got funding, built something out they were excited about and then exit than yet another AI company by non technical founders…
Anthropic may be losing money, but a company with $7bn revenue run rate ( https://www.anthropic.com/news/statement-dario-amodei-americ... ) is a whole lot healthier than a company with a revenue of 0.
Re: Anthropic acquires Bun
#255Earlier quoted context omitted.
pnpm does all that on top of node. Also disables postinstall scripts by default, making the recent security incidents we've seen a non-issue.
I’m not sure why but bun still feels snappier.
Re: Anthropic acquires Bun
#256[1] www.bunn.com
Re: Anthropic acquires Bun
#257Earlier quoted context omitted.
Weird, AI writes terrible code for me that would never pass a code review. I guess people have different standards for good code.
Or maybe he's working in a space that is less out of distribution than the work you're doing?
Re: Anthropic acquires Bun
#258Earlier quoted context omitted.
But how is another company that is also VC backed and losing money providing stability for Bun? How long before we hear about “Our Amazing Journey”? On the other hand, I would rather see someone like Bun have a successful exit where the founders seem to have started out with a passion project, got funding, built something out they were excited about and then exit than yet another AI company by non technical founders…
Often it happens that VCs buy out companies from funds belonging to a fresh because the selling fund wants to show performance to their investors until "the big one", or move cash one from wealthy pocket to another one. "You buy me this, next time I save you on that", etc... "Raised $19 million Series A led by Khosla Ventures + $7 million" "Today, Bun makes $0 in revenue." Everything is almost public domain (MIT) and…
An analogous example off the top of my head is Shopify hired Rafael Franca to work on Rails full-time.
Re: Anthropic acquires Bun
#259As someone who have been using Deno for the last few years, is there anything that Bun does better? Bun seems to use a different runtime (JSC) which is less tested than V8, which makes me assume it might perform worse in real-world tasks (maybe not anymore?). The last time I checked Bun's source code, it was... quite messy and spaghetti-like, plus Zig doesn't really offer many safety features, so it's not that hard t…
Telling prospective employees that if you're not ready to work 60-hour weeks, then what the fuck are you doing here? for one.
> Zig does force some safety with ReleaseSafe IIRC
which Bun doesn't use, choosing to go with `ReleaseFast` instead.
Re: Anthropic acquires Bun
#260As someone who have been using Deno for the last few years, is there anything that Bun does better? Bun seems to use a different runtime (JSC) which is less tested than V8, which makes me assume it might perform worse in real-world tasks (maybe not anymore?). The last time I checked Bun's source code, it was... quite messy and spaghetti-like, plus Zig doesn't really offer many safety features, so it's not that hard t…
Stopped following Deno while they were rejecting the need for a package management solution. Used Bun instead.