Live data from Hacker News

Viewing profile — sahil-shubham

sahil-shubham

HN member
Joined
Fri, Feb 11, 2022, 10:50 AM UTC
HN karma
37
Public activity
18 items

About sahil-shubham

No profile information was provided.

Recent public activity

  1. comment
    Comment #49242647

    Hey, creator of bhatti here, let me know if you any questions.

  2. comment
    Comment #48133613

    Author here. Reposting because the first attempt didn't land. Spent the last few months trying every snapshottable-sandbox product on the market to run my own coding agents. sprite…

  3. story
  4. comment
  5. comment
    Comment #48040110

    Nice work on the website! Building something for the same problem but more so from the perspective of self-hostable stateful sandboxes, and not just the filesystem (see https://bha…

  6. comment
    Comment #48007865

    I did a "Show HN" post regarding bhatti here - https://news.ycombinator.com/item?id=47996509

  7. comment
    Comment #47996649

    On the AI question: a lot of bhatti's code came out of an LLM. The discipline I held onto was the boring kind — long planning docs before each chunk, integration tests against a re…

  8. comment
    Comment #47996645

    A bit more context on why I built this: I have a materials engineering degree but knew halfway through that I liked computers more. Software ever since, mostly self-taught — bhatti…

  9. story
    Show HN: Bhatti – Self-hostable Firecracker orchestrator with auto pause/wake

    Bhatti spins up Linux VMs on any box with KVM — Pi 5, Hetzner AX, cloud VM with nested virt. - Each VM has its own kernel, filesystem, and IP - Idle VMs pause their CPUs and snapsh…

  10. comment
    Comment #47878171

    Love the website and how you have implemented payments! Also giving each box an email is a nice touch. Thank you for sharing!

  11. comment
    Comment #47876703

    No worries! I too have been using machines/sandboxes/VMs/microVMs very interchangeably these days. Former is understood by a broader group, but latter is more precise. Trying to fi…

  12. comment
    Comment #47876584

    Thank you for the feedback! I appreciate it, looking forward to you trying it out and logging any issues. I am aware of the documentation, it’s what I have been focusing on before …

  13. comment
    Comment #47874879

    Thank you :)

  14. comment
    Comment #47874035

    Not sure what you mean. I use the above linked personal project, bhatti, which internally uses Firecracker microVMs.

  15. comment
    Comment #47873440

    The point about VMs being the wrong shape because they’re tied to CPU/memory resonates hard. The abstraction forces you to pay for time, not work. I ended up buying a cheap auction…

  16. comment
    Comment #47819725

    Yes! Checkout the bhatti volume They are ext4 blocks which exist independent of sandboxes.

  17. comment
    Comment #47809220

    Nice work on Shuru — I remember looking at it when I was researching this space. You went with a Rust wrapper on Apple’s Virtualization framework right? I have been working on some…

  18. comment
    Comment #47664788

    I've been building an open-source, self-hostable Firecracker orchestrator for the past month: https://github.com/sahil-shubham/bhatti ( https://bhatti.sh ) Still WIP, but the core …