TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Oven: The Company Behind Bun

279 pointsby mostafahover 2 years ago

19 comments

hardwaregeekover 2 years ago
I have a lot of respect for Jarred and bun. The lean approach of just one person working for a year is rather underrated imo. No funding and therefore no pressure for growth. No overhead from scaling up a team and having to implement process, standards, etc. And at the same time, incredible content marketing by just tweeting about every little detail. Me and many others got hooked just because Jarred was posting interesting stuff and kept posting interesting stuff. It wasn&#x27;t a stuffy blog or padded out conference talks, it was just good, technical content.<p>My only hope is that Jarred gets some rest for a bit. According to his Twitter he&#x27;s been pulling 80 hour weeks and while that does lead to impressive work, it&#x27;s not great from a human perspective. Hope he can rest up and keep this going for the long haul!
评论 #32575422 未加载
评论 #32575124 未加载
评论 #32586282 未加载
AaronFrielover 2 years ago
It&#x27;s an incredible achievement, though I worry about the use of an unproven language (Zig) that lacks memory safety by design. JavaScript runtimes, especially those with JITs, have been plagued by vulnerabilities from memory safety, type confusion, and data races.<p>Node.js, despite being based on V8, is still susceptible <i>independently</i> of V8 and introduces its own vulnerabilities. It&#x27;s not sufficient for the runtime to be secure, but the new facilities Bun provides must <i>also</i> be vetted.<p>Bun&#x2F;Oven are new, and similar in position to Node. Here are the hard questions I&#x27;d ask if I were on a security team and asked to review adopting Bun:<p>1. Will Oven adopt a security policy for Bun? (<a href="https:&#x2F;&#x2F;github.com&#x2F;oven-sh&#x2F;bun&#x2F;security" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;oven-sh&#x2F;bun&#x2F;security</a>)<p>2. What measures is Oven taking to proactively detect and mitigate vulnerabilities? (e.g.: fuzzing, audits, bug bounties)<p>3. Will Oven support Zig development to avoid an existential risk in upstream vulnerabilities?
评论 #32575171 未加载
评论 #32574989 未加载
评论 #32574933 未加载
评论 #32579026 未加载
评论 #32574814 未加载
评论 #32577821 未加载
dangover 2 years ago
Related:<p><i>Will Bun JavaScript Take Node&#x27;s Crown</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32457587" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32457587</a> - Aug 2022 (321 comments)<p><i>Bun: A Complete Overhaul of the JavaScript Ecosystem</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32243534" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32243534</a> - July 2022 (25 comments)<p><i>Bun gets “bun:FFI” – call native libraries from JavaScript</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32120090" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32120090</a> - July 2022 (16 comments)<p><i>Bun (can become) the ideal JavaScript runtime</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32067268" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32067268</a> - July 2022 (14 comments)<p><i>Bun: Fast JavaScript runtime, transpiler, and NPM client written in Zig</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31993429" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31993429</a> - July 2022 (314 comments)<p><i>Bun – fast JavaScript and CSS bundler</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29179848" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29179848</a> - Nov 2021 (36 comments)<p>Kind of related:<p><i>Hop: Faster than unzip and tar at reading individual files</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29178710" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29178710</a> - Nov 2021 (128 comments)
brrrrrmover 2 years ago
Congrats to Jarred! Bun has blown me away in terms of performance. Often (in other projects) performance claims out of nowhere are simply cherry-picked but I’ve found bun repeatedly impressing me with both speed and elegance.<p>What doesn’t get mentioned enough is just how friggin ergonomic bun is. Install it and you’ll see what I mean immediately. Play with any API in the “bun:” namespace and it’s just a breath of fresh air.
评论 #32574491 未加载
评论 #32574453 未加载
评论 #32577432 未加载
alberthover 2 years ago
My moneys on Just-JS.<p>It’s consistently in the top 5 fastest web framework (beating out Rust, etc).<p>Just-JS is already faster than Bun.<p>Additionally, JSCore appears to be a significant reason why Bun is faster than NodeJS (V8). Just-JS is investigating switching to JSCore as well - which will only extend its lead.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;just-js&#x2F;just" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;just-js&#x2F;just</a><p><a href="https:&#x2F;&#x2F;www.techempower.com&#x2F;benchmarks&#x2F;#section=data-r21" rel="nofollow">https:&#x2F;&#x2F;www.techempower.com&#x2F;benchmarks&#x2F;#section=data-r21</a><p><a href="https:&#x2F;&#x2F;twitter.com&#x2F;justjs14&#x2F;status&#x2F;1560741923106725889#m" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;justjs14&#x2F;status&#x2F;1560741923106725889#m</a><p><a href="https:&#x2F;&#x2F;twitter.com&#x2F;justjs14&#x2F;status&#x2F;1557856790897106944#m" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;justjs14&#x2F;status&#x2F;1557856790897106944#m</a>
评论 #32575309 未加载
评论 #32578061 未加载
评论 #32575134 未加载
评论 #32575127 未加载
tsujpover 2 years ago
While obviously extremely impressed with Bun and Jarred&#x27;s achievement (especially because I really like Zig being similar to C) I&#x27;m also shocked that he was able to get a 3-letter `.sh` domain (bun) _and_ a 4-letter `.sh` domain (oven) both real words!<p>Looked to me that Oven was registered shortly after Bun exploded in popularity.
评论 #32575973 未加载
benreesmanover 2 years ago
Are Bun and Deno in direct competition or do these projects address different markets?
评论 #32574879 未加载
评论 #32587427 未加载
mwexlerover 2 years ago
For those like me who didn&#x27;t know:<p><a href="https:&#x2F;&#x2F;bun.sh&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bun.sh&#x2F;</a>. &quot;Bun is a fast all-in-one JavaScript runtime. Bundle, transpile, install and run JavaScript &amp; TypeScript projects — all in Bun. Bun is a new JavaScript runtime with a native bundler, transpiler, task runner and npm client built-in.&quot;
评论 #32579113 未加载
j3sover 2 years ago
finally, a tech company with a cute design aesthetic :D i&#x27;m so happy to see a cute little bun in an oven instead of standard tech company imagery. i&#x27;ve never used bun and don&#x27;t have great reason to, but it makes me hopeful to see.
christophilusover 2 years ago
&gt; Before Oven can offer hosting, Bun needs a stable release. The goal: a stable release of Bun in under six months from today (August 23rd).<p>Wow! That is an ambitious timeline. Also ambitious is this:<p>&gt; The plan is to run our own servers on the edge in datacenters around the world. Oven will leverage end-to-end integration of the entire JavaScript stack (down to the hardware) to make new things possible.<p>That’s a lot of work in a crowded space. Maybe they’re aiming for an acquisition or something?<p>Anyway, I wish them luck. Bun probably tops the list of projects I’m excited about at the moment.
vasergenover 2 years ago
from the bun website &gt; Bun natively implements hundreds of Node.js and Web APIs, including ~90% of Node-API functions<p>Is there any status tracker to see what is supported and what is not, or in other words how do I know if bun supports a particular framework or a library?
hestefiskover 2 years ago
Interesting effort. How do you plan to make money? I would love to do something like this but it must be really hard to figure how to turn revenue sustainably apart from donations, consulting and maybe some sort of hosting services.
behnamohover 2 years ago
I love these funny names. First time I introduced HomeBrew to my gf, she was all laughing at the funny terms:<p><pre><code> keg - Program binaries created from source bottle - Program binaries downloaded cellar - Directory where kegs &#x2F; binaries are stored tap - git repository cask - macos native binary (not used in Linux)</code></pre>
评论 #32574569 未加载
评论 #32574543 未加载
评论 #32576905 未加载
yencabulatorover 2 years ago
Someone please translate this into non-buzzwordspeak:<p>&gt; Oven will leverage end-to-end integration of the entire JavaScript stack (down to the hardware) to make new things possible.
qudatover 2 years ago
Grats! Excited to see where this ends up
howon92over 2 years ago
Congrats on the funding!
latenightcodingover 2 years ago
&quot;Oven, the company behind Bun, has raised $7m in funding&quot;<p>&quot;Oven will provide incredibly fast serverless hosting &amp; continuous integration for backend &amp; frontend JavaScript apps&quot;<p>Isn&#x27;t trying to dethrone node.js (by making Bun better and more popular) something worth pursuing on its own, or there is no money in that?
评论 #32574404 未加载
评论 #32574909 未加载
评论 #32574409 未加载
评论 #32574412 未加载
评论 #32574556 未加载
anothernewdudeover 2 years ago
Why do they call it oven when you of in the cold food of out hot eat the food?
评论 #32574673 未加载
评论 #32574638 未加载
评论 #32577660 未加载
评论 #32574893 未加载
oandrewover 2 years ago
.b