Live data from Hacker News

Viewing profile — appcypher

appcypher

HN member
Joined
Wed, Jun 21, 2017, 10:15 AM UTC
HN karma
116
Public activity
53 items

About appcypher

No profile information was provided.

Recent public activity

  1. 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.

  2. story
  3. story
  4. story
  5. comment
    Comment #48251906

    that's the tldr. we used fuse and we learnt we shouldn't for a sandbox filesystem

  6. 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…

  7. 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.

  8. story
  9. story
  10. comment
    Comment #44147172

    What do you mean?

  11. comment
    Comment #44144825

    Not sure what that entails. You can try and I can help along the way

  12. 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

  13. comment
    Comment #44143207

    They are similar. We use libkrun under the hood. Firecracker team seems not to be interested in a macOS implementation

  14. 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 …

  15. comment
    Comment #44142937

    No they are not.

  16. 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.

  17. comment
    Comment #44142915

    Will fix the docs

  18. 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

  19. 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…

  20. 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.

  21. 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...

  22. comment
  23. 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.

  24. 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…

  25. 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 …