bunmaska alpha.8 is out! Now running on Bun 1.4.2 on all three OSes.
@jarredsumner rewrote Bun in Rust and made bun:ffi 3x faster. That makes every bunmaska app faster too. Thanks for the free speed.
Try building your next desktop app with bunmaska.
npm i bunmaska
https://t.co/F4lBL8PVAw
Everyone has that one tool they use constantly but barely see anyone talk about.
What’s yours?
Could be an IDE, CLI tool, library, extension, anything.
There are two hard problems in computer science: cache invalidation, naming things, and off-by-one errors. Check out https://t.co/yy6m1oLAIo to solve your desktop app bloat problems at least.
I’ve been playing around with Bunmaska for small desktop app experiments.
One thing I like: you can write against familiar Electron-style APIs without bundling Chromium into the app.
Definitely an interesting project to keep an eye on.
https://t.co/yy6m1oLAIo
@Anthony_K81 Mostly curiosity. I kept wondering when you actually need distributed systems vs. when you’re just adding complexity for no reason. One rabbit hole led to another.
Currently trying to understand distributed systems better.
The funny part:
The more I learn, the more I appreciate simple systems.
If you can solve the problem with one server, one database and a queue…
maybe you should.