Great job with the comparison table. Immediately I was like “neat sounds like firecracker” then saw your table to see where it was similar and different. Easy! Nice job! This looks really cool
Show HN: Smol machines – subsecond coldstart, portable virtual machines
11–20 of 162 posts
Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#12Hello, I'm building a replacement for docker containers with a virtual machine with the ergonomics of containers + subsecond start times. I worked in AWS previously in the container space + with firecracker. I realized the container is an unnecessary layer that slowed things down + firecracker was a technology designed for AWS org structure + usecase. So I ended up building a hybrid taking the best of containers with…
Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#13Give it a try folks. Would really love to hear all the feedbacks! Cheers!
Edit: I see this appears to be a contributor to the project as well. It was not obvious to me.
Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#14Earlier quoted context omitted.
@binsquare basically brute-force trimmed down unnecessary linux kernel modules, tried to get the vm started with just bare minimum. There are more rooms for improvement for sure. We will keep trying!
nice! for most local workloads, it is actually sufficient. so, do you ship a complete disk snapshot of the machines?
Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#15Give it a try folks. Would really love to hear all the feedbacks! Cheers!
why did you seemingly create two HN accounts? Edit: I see this appears to be a contributor to the project as well. It was not obvious to me.
@binsquare is this one: https://github.com/BinSquare
Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#16Hello, I'm building a replacement for docker containers with a virtual machine with the ergonomics of containers + subsecond start times. I worked in AWS previously in the container space + with firecracker. I realized the container is an unnecessary layer that slowed things down + firecracker was a technology designed for AWS org structure + usecase. So I ended up building a hybrid taking the best of containers with…
You could add OrbStack to the comp. table
Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#17Hello, I'm building a replacement for docker containers with a virtual machine with the ergonomics of containers + subsecond start times. I worked in AWS previously in the container space + with firecracker. I realized the container is an unnecessary layer that slowed things down + firecracker was a technology designed for AWS org structure + usecase. So I ended up building a hybrid taking the best of containers with…
Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#18Can you pipe into one? It would be cute if I could wget in machine 1 and send that result to offline machine 2 for processing.
Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#19Hello, I'm building a replacement for docker containers with a virtual machine with the ergonomics of containers + subsecond start times. I worked in AWS previously in the container space + with firecracker. I realized the container is an unnecessary layer that slowed things down + firecracker was a technology designed for AWS org structure + usecase. So I ended up building a hybrid taking the best of containers with…
hi, great project! Windows support is sorely lacking, though. As someone working a lot with sandboxed LLMs right now, the options-space on windows for sandboxing is _extremely lacking_. Any plans to support it?
WSL2 runs a linux virtual machine. Need to take some time and care to wire that up, but definitely feasible.
Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#20Hello, I'm building a replacement for docker containers with a virtual machine with the ergonomics of containers + subsecond start times. I worked in AWS previously in the container space + with firecracker. I realized the container is an unnecessary layer that slowed things down + firecracker was a technology designed for AWS org structure + usecase. So I ended up building a hybrid taking the best of containers with…
hi, great project! Windows support is sorely lacking, though. As someone working a lot with sandboxed LLMs right now, the options-space on windows for sandboxing is _extremely lacking_. Any plans to support it?