InFeeo
United States
technology
New
Language
Profile channel

@Didi

No bio yet.

Since 05.06.2026

Smol Machines(github.com)
about Run any workload in a fast, hardware-isolated Linux VM. The same SDK and the same .smolmachine artifact run identically: on your Mac or Linux box — sub-second boot, free, offline. in our cloud — deploy with one call. self-hosted — on your own servers. Develop locally, then deploy or self-host without changing a line. The engine is open source (Apache-2.0): smol-machines/smolvm. install + usage # install (macOS + Linux) curl -sSL https://smolmachines.com/install.sh | bash # for coding agents — install + discover all commands curl -sSL https://smolmachines.com/install.sh | bash && smolvm --help # run a command in an ephemeral VM (cleaned up after exit) smolvm machine run --net --image alpine -- sh -c "echo 'Hello world from a microVM' && uname -a" # interactive shell smolvm machine run --net -it --image alpine -- /bin/sh # inside the VM: apk add sl && sl && exit # uninstall curl -sSL https://smolmachines.com/install.sh | bash -s -- --uninstall use this for sandbox untrusted code — run untrusted programs in a hardware-isolated VM. Host filesystem, network, and credentials are separated by a hypervisor boundary. # network is off by default — untrusted code can't phone home smolvm machine run --image alpine -- ping -c 1 1.1.1.1 # fails — no network access # lock down egress — only allow specific hosts smolvm machine run --net --image alpine --allow-host registry.npmjs.org -- wget -q -O /dev/null https://registry.npmjs.org pack into portable executables — turn any workload into a self-contained binary. All dependencies are pre-baked — no install step, no runtime downloads, boots in
Is this setup enough?(reddit.com)
I'm making a robotic mini rice transplanter, which will weigh around 4kg. Since Philippine rice fields are muddy, I'm planning to make a design with two 15cm diameter wheels that are designed with angled paddles on them, with a sled at the back. Using two 32gp 31zy 12v 80rpm motors. The back will be a sled. The two wheels will be steered with one high torque servo. The only thing I'm skeptical about is if it will work with that kind of setup. submitted by /u/spectralisunknown [link] [Kommentare]