HackerLangs
トップ新着トレンドコメント過去質問紹介求人

yoav

367 カルマ登録 17 年前
[email protected]

https://bsky.app/profile/yoav.codes

投稿

Electrobun and WGPU: high perf games and ML in TypeScript

twitter.com
1 ポイント·投稿者 yoav·4 か月前·0 コメント

Electrobun and WGPU: Tiny, cross-platform games and ML with Bun

blackboard.sh
10 ポイント·投稿者 yoav·4 か月前·3 コメント

Show HN: My 16MB vibe-coded voice cloning app

github.com
2 ポイント·投稿者 yoav·5 か月前·0 コメント

Build tiny, fast desktop apps with Bun

blackboard.sh
2 ポイント·投稿者 yoav·5 か月前·1 コメント

コメント

yoav
·17 時間前·議論
Electrobun is still zig and doubling down on it
yoav
·2 か月前·議論
Better in every way
yoav
·2 か月前·議論
They want us to believe Mythos was so bad it kept shipping segfaults for the last 6 months.

And also that it’s capable and trustworthy enough to rewrite the whole runtime in another language flawlessly such that no human needs to code review?

Idiocracy.
yoav
·2 か月前·議論
That explains the massive rise in segfaults since they got acquired.

It’s approaching being as buggy as claude code which I’ve had to stop using even though I have 6 months free of max because it just crashes and freezes all the time.
yoav
·2 か月前·議論
Yes he said multiple times including to me yesterday that humans won’t code review as a matter of practice going forward.
yoav
·2 か月前·議論
Hi. Electrobun creator here.

I am building a new JS runtime called cottontail.

It’s just a prototype now but the goal is to have a huge standard library powered by native zig such that you don’t need npm.

So you’re right that npm is a disaster and I’m working on solving.
yoav
·4 か月前·議論
The video demos are wild, but also how many people are already shipping apps with Electrobun.
yoav
·5 か月前·議論
Hey HN, Electrobun creator here. Thanks for posting this.

We just hit v1 - stable which means I've locked down the architecture. If you run into any bugs or need specific apis that you miss from Electron or Tauri please open Github issues and I'll prioritize them. I shipped 50,000 lines of code changes stabilizing and polishing electrobun for v1 over the last month.

Here's a video demo of Colab (also open source) (a hybrid web browser + code editor + PTY terminal) that is built with Electrobun https://www.youtube.com/watch?v=WWTCqGmE86w

Electrobun uses the system webview by default, but a lot of the hello worlds feature the bundleCEF option. Because Electrobun is architected to be webview agnostic when servo and ladybird are ready they should be drop-in alternatives.

Electrobun apps also auto generate a zstd self-extraction wrapper and patch files with every release, so your initial download will be much smaller than if you'd used zip and your updates will be as small as 14KB so you can ship as often as you like without you or your users paying the bandwidth tax.
yoav
·5 か月前·議論
Electrobun is now v1 stable. Ship full cross platform desktop apps in a few MB, ship often with diff updates as small as 14KB.
yoav
·6 か月前·議論
Fun marketing experiment, but you basically implemented ralph wiggum in the cloud.

Claude code locally in a vm and/or with work trees will 1 shot far better without burning cloud infra cash.

I’d bet this ends up wasting more money and time than it’s worth in practice.