HackerLangs
TopNewTrendsCommentsPastAskShowJobs

yoav

367 karmajoined 17 yıl önce
[email protected]

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

Submissions

Electrobun and WGPU: high perf games and ML in TypeScript

twitter.com
1 points·by yoav·4 ay önce·0 comments

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

blackboard.sh
10 points·by yoav·4 ay önce·3 comments

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

github.com
2 points·by yoav·5 ay önce·0 comments

Build tiny, fast desktop apps with Bun

blackboard.sh
2 points·by yoav·5 ay önce·1 comments

comments

yoav
·17 saat önce·discuss
Electrobun is still zig and doubling down on it
yoav
·2 ay önce·discuss
Better in every way
yoav
·2 ay önce·discuss
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 ay önce·discuss
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 ay önce·discuss
Yes he said multiple times including to me yesterday that humans won’t code review as a matter of practice going forward.
yoav
·2 ay önce·discuss
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 ay önce·discuss
The video demos are wild, but also how many people are already shipping apps with Electrobun.
yoav
·5 ay önce·discuss
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 ay önce·discuss
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 ay önce·discuss
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.