Live data from Hacker News

Viewing profile — juecd

juecd

HN member
Joined
Mon, Jul 20, 2015, 11:44 PM UTC
HN karma
87
Public activity
45 items

About juecd

Something new YC founder (S16) https://x.com/juecd__

Recent public activity

  1. story
    Show HN: Hypeman – OSS multi-hypervisor VM runtime for OCI images

    @rgarcia and @sjmiller609 have been working on a multi-hypervisor VM runtime to support our work as serverless cloud browser infra. It now runs in our prod services managing >1 mil…

  2. comment
    Comment #48413109

    firecracker is an obvious place to start because it offers best-in-class support fast cold starts and hard isolation. we can't speak to what exactly the other browser infra provide…

  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. comment
    Comment #44653735

    As part of launching our MCP server, we wrote a short blog post about some of our technical decisions and limitations of the current landscape. The space still feels very early, so…

  10. story
  11. comment
    Comment #44511534

    Thank you! Just saw your GH, will check out your WebRTC work more deeply :)

  12. comment
    Comment #44510990

    Oops, I forgot to add the link: https://github.com/onkernel/kernel-images

  13. story
    Show HN: Live streaming for CUA models using WebRTC (OSS, Apache 2.0)

    Hey HN, We’ve been building on top of our browser-unikernel repo [0] and wanted to replace the noVNC remote GUI with something much faster. NoVNC is okay but it’s super laggy with …

  14. comment
    Comment #43723270

    The big motivation we had for trying to do this on a unikernel is actually the session pause/resume. The fast cold restart is a nice addition (or put the other way, a super slow re…

  15. comment
  16. comment
    Comment #43710088

    Yeah, this is mostly just an OSS implementation for self-hosting! I'm not entirely sure what any of those companies use under the hood, in theory they could use this implementation…

  17. comment
    Comment #43710046

    Haven't tried on a Lambda. Would be curious to know the results if you do! It took us 8gb to get it up - maybe could be slimmed down if you took out the Anthropic Computer Use comp…

  18. comment
    Comment #43710028

    Are you referring to Unikraft Cloud's pricing? I'm not really sure, since I'm not affiliated. Maybe they'll chime in

  19. comment
    Comment #43710019

    Yeah, there are some nuances to Unikraft Cloud that their team did to get it running. I'll see if they can chime in and shed some light!

  20. comment
    Comment #43707103

    Thank you!

  21. comment
    Comment #43707012

    Thank you! Yeah, the current implementation basically performs the same as a Docker container (i.e. not much). The interface is the same, so you can use BU/Playwright/Puppeteer's h…

  22. comment
    Comment #43706498

    From what we've seen, micro VMs could probably do something very fast too (150ms?) but we thought 20ms was pretty crazy.

  23. comment
    Comment #43706397

    Thank you!

  24. comment
    Comment #43705276

    (OP) Happy to answer any questions! Some things we're still exploring: - Mounting persistent storage for file i/o - Replacing noVNC with a faster alternative Would love feedback, e…

  25. story
    Show HN: We Put Chromium on a Unikernel (OSS Apache 2.0)

    We’ve been building infrastructure to spin up browsers for AI agents. Originally, we built[0] it as a pool of warm Docker containers running Chromium, exposing: - Chrome DevTools P…