Live data from Hacker News

Bun 1.0 announcement [video]

youtube.com

31–40 of 86 posts

Re: Bun 1.0 announcement [video]

#31
post #3

Despite the 1.0 release tag, given that it's written in Zig, which is super duper Alpha, I'd trust it only as far as I can throw a floppy with its source code.

I completely forgot it was written in Zig. Thanks for the heads up. I completely agree, I don't see how this can be labeled 1.0 release.

I see it as a commitment to keep the public API stable.

Re: Bun 1.0 announcement [video]

#33

Very nice project, not a tool I would use (I rarely use Javascript) but I like the design philosophy behind it, and the focus on performance and simplicity. I think the announcement video was a bit forced/awkward, obviously reading a prompt, professionally produced but maybe not the most efficient way to promote this tool for this team.

Hopefully our careers in software work out because we will not be successful as actors. Actually Ashcon will be fine.

Re: Bun 1.0 announcement [video]

#34

Earlier quoted context omitted.

Changes to Zig could force changes to Bun, and changes to Zig are all but guaranteed.

It could force changes to Bun _internals_, which doesn't really affect users if the Bun team does not want to break API.

I’m just not sure how you guarantee no changes to the API without knowing the size or scope of changes that may come to the language it’s built on.

Re: Bun 1.0 announcement [video]

#35

Nearly totally unrelated, but what is with the recent trend of showing people talking to but not look at the camera? Do they save money that way? It drives me bananas and is just a distraction from the content being conveyed.. Altogether, with their obvious attempt at slickness, I find this video rather corny.

I dunno, but Corny + Computer Related topics make my heart warm. I love it.

Re: Bun 1.0 announcement [video]

#36
post #32
post #9

Why are we wasting time saying "Bun runtime" when "Buntime" is right there? The video is well done, and I'm fascinated that it's built on WebKit instead of V8. Good luck, Bun.team()!

I believe it’s CoreJS not WebKit.

It uses JavaScriptCore, which is a GPL submodule of WebKit.

Re: Bun 1.0 announcement [video]

#37
Everything about Bun is so exciting, not just the runtime, but the package manager is impressively fast.

On my small website, Bun is twice as fast pnpm which is already much faster than yarn which is much faster than npm.

Re: Bun 1.0 announcement [video]

#38
I've not used Bun (yet), but this video managed to be to the point while delivering the information in a way that I probably would have skimmed through if reading a blog entry.

I do wish the "each speaker holds the bun while talking" bit was kept the whole way through

Re: Bun 1.0 announcement [video]

#39
How different are the performance between Bun and Go ?

It'd be really convenient to have a decently fast backend runtime, but more expressive than Go and without the hassle of NodeJS

Post reply on HN