Viewing profile — juecd
juecd
HN member- Joined
- Mon, Jul 20, 2015, 11:44 PM UTC
- HN karma
- 87
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About juecd
Recent public activity
-
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…
-
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…
- story
- story
- story
- story
- story
- story
-
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…
- story
-
comment
Comment #44511534
Thank you! Just saw your GH, will check out your WebRTC work more deeply :)
-
comment
Comment #44510990
Oops, I forgot to add the link: https://github.com/onkernel/kernel-images
-
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 …
-
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…
- comment
-
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…
-
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…
-
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
-
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!
-
comment
Comment #43707103
Thank you!
-
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…
-
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.
-
comment
Comment #43706397
Thank you!
-
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…
-
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…