Viewing profile — appcypher
appcypher
HN member- Joined
- Wed, Jun 21, 2017, 10:15 AM UTC
- HN karma
- 116
- Public activity
- 53 items
- HN profile
- View on Hacker News ↗
About appcypher
No profile information was provided.
Recent public activity
-
comment
Comment #49251577
it's been mentioned on this thread already, we think https://github.com/superradcompany/microsandbox/ is the closest OSS to it and we have a great DX and improving.
- story
- story
- story
-
comment
Comment #48251906
that's the tldr. we used fuse and we learnt we shouldn't for a sandbox filesystem
-
comment
Comment #48251523
interested. is the split for dedup, parallel pulls, or lazy loading specific files? maybe all. we've played with some chunking ideas on our end but haven't landed on a format. drop…
-
comment
Comment #48251455
fair point. that's the title we used on our X article and i copy-pasted. updated the article's actual title.
- story
- story
-
comment
Comment #44147172
What do you mean?
-
comment
Comment #44144825
Not sure what that entails. You can try and I can help along the way
-
comment
Comment #44143214
Wow. Just seeing this. I've not done proper benchmarking yet but rn we are lagging behind in file I/O for the OverlayFS impl
-
comment
Comment #44143207
They are similar. We use libkrun under the hood. Firecracker team seems not to be interested in a macOS implementation
-
comment
Comment #44142988
Katacontainers is an interesting project. Microsandbox is a more opinionated project with a UX that focuses on getting up and running with microVMs quickly. I want this experience …
-
comment
Comment #44142937
No they are not.
-
comment
Comment #44142936
If by embeddable, you mean having the vm run in the same process, then no. The vm aborts its process when it's done so it has to run as separate process.
-
comment
Comment #44142915
Will fix the docs
-
comment
Comment #44140369
We support just Docker hub for now. Let me know if you want any other OCI-compatible registry. PS: microsandbox will likely have its own OCI registry in the future
-
comment
Comment #44140180
They are Linux VMs and you can host any executable that can work on that. The python/node environment you see is part of what makes the SDK work. Really, it's very similar to Docke…
-
comment
Comment #44140097
Your statement initially went over my head. Sorry lol. You can always download the installer script and audit yourself. I will set up proper distribution later.
-
comment
Comment #44140049
Right. You can skip the `with` context manager and call start and stop yourself. There is an example of that here: https://github.com/microsandbox/microsandbox/blob/0c13fc27ab...
- comment
-
comment
Comment #44139267
It will be maintained as I will be using it for some other product. And it will be audited in the future but it still early days.
-
comment
Comment #44139259
> can you share some thoughts on how you compare or future direction? Microsandbox does not offer a cloud solution. It is self-hosted, designed to do what E2B does, to make it easi…
-
comment
Comment #44138849
We want microsandbox to be usable for everything you can with Docker. That said, hosting microVMs require dedicated hardware or VMs with nested virt support. Containers don’t have …