TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Oven: The Company Behind Bun

279 点作者 mostafah超过 2 年前

19 条评论

hardwaregeek超过 2 年前
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 未加载
AaronFriel超过 2 年前
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 未加载
dang超过 2 年前
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)
brrrrrm超过 2 年前
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 未加载
alberth超过 2 年前
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 未加载
tsujp超过 2 年前
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 未加载
benreesman超过 2 年前
Are Bun and Deno in direct competition or do these projects address different markets?
评论 #32574879 未加载
评论 #32587427 未加载
mwexler超过 2 年前
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 未加载
j3s超过 2 年前
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.
christophilus超过 2 年前
&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.
vasergen超过 2 年前
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?
hestefisk超过 2 年前
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.
behnamoh超过 2 年前
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 未加载
yencabulator超过 2 年前
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.
qudat超过 2 年前
Grats! Excited to see where this ends up
howon92超过 2 年前
Congrats on the funding!
latenightcoding超过 2 年前
&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 未加载
anothernewdude超过 2 年前
Why do they call it oven when you of in the cold food of out hot eat the food?
评论 #32574673 未加载
评论 #32574638 未加载
评论 #32577660 未加载
评论 #32574893 未加载
oandrew超过 2 年前
.b