| ▲ | gavinray 5 hours ago | |
The feature that lets you create self-contained binaries seems like a potentially simpler way to package JVM apps than GraalVM Native. Probably a lot of other neat usecases for this, too | ||
| ▲ | binsquare 4 hours ago | parent | next [-] | |
yeah, it's analogous to Electron. Electron ships your web app bundled with a browser. Smol machines ship your software packaged with a linux vm. No need for dependency management or compatibility issues because it is baked in. I think this is how Codex or Claude Code should be shipped by default, to avoid any isolation issues tbh | ||
| ▲ | fqiao 2 hours ago | parent | prev [-] | |
yah, i guess everybody share the experience of "i messed up with my dev env" right? We want this "machine" to be shippable, meaning that once it is configured correctly, it can be shared to anyone and use right away. | ||