smolvm is awesome. The team is highly responsive and very experienced. They clearly know what they’re doing. I’m currently evaluating smolvm for my project, https://withcave.ai , where I’m using Incus for isolation. The initial integration results look very promising!
Show HN: Smol machines – subsecond coldstart, portable virtual machines
81–90 of 162 posts
Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#82Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#83Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#84I see you support Linux and MacOS hosts. Any Windows support planned?
Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#85Earlier quoted context omitted.
[flagged]
Hey 'software engineer', how much of the output of an LLM it's actually reproducible vs the one from a calculator or any programming language with the same input in different sessions?
Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#86Doesn't Docker's sbx do this? https://docs.docker.com/reference/cli/sbx/
sandboxing is one of the features of virtual machines. I'm building a different virtual machine.
Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#87Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#88What I really like about containers is quickly being able to spin one up without having to specify resources (e.g. RAM limit). I hope this would let me do that also.
I'm trying to do away the model of cpu and memory tbh.
Virtio- balloon dynamically resizes based on memory consumed.
CPU is oversubscribed by default
Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#89Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#90Hello, 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…