HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lewq

no profile record

Submissions

[untitled]

1 points·by lewq·قبل 4 أشهر·0 comments

[untitled]

1 points·by lewq·قبل 4 أشهر·0 comments

Ask HN: Can our bootstrapped startup keep up?

3 points·by lewq·قبل 4 أشهر·0 comments

GPU Virtualization Architecture for Multi-Desktop Containers

blog.helix.ml
1 points·by lewq·قبل 5 أشهر·0 comments

Show HN: GPU-accelerated sandboxes for running AI coding agents in parallel [video]

youtube.com
1 points·by lewq·قبل 8 أشهر·0 comments

Tech Deep Dive on Streaming AI Agent Sandboxes: Gaming Protocols Meet Multi-User

blog.helix.ml
2 points·by lewq·قبل 8 أشهر·0 comments

Is MCP authentication that complicated?

blog.helix.ml
1 points·by lewq·قبل 9 أشهر·0 comments

comments

lewq
·قبل 7 أشهر·discuss
Hi, author of the post here. Just fixed up some formatting issues from when we copied it into substack, sorry about that. Yeah, I used Opus 4.5 to help me write it (and it actually made me laugh!). But the struggle was real. Something I didn't make clear enough in the post is that jpeg works because each screenshot is taken exactly when it's requested. Whereas streaming video is pushing a certain frame rate. The client driving the frame rate is exactly what makes it not queue frames. Yes, I wish we could UDP in enterprise networks too, but we can't. The problem actually isn't opening the UDP port, it's hosting UDP on their Kubernetes cluster. "You want to what?? We have ingress. For HTTPS"

Join our discord for private beta in January! https://discord.gg/VJftd844GE

(This post written by human)
lewq
·قبل 8 أشهر·discuss
Yes
lewq
·قبل 8 أشهر·discuss
Interesting, thanks!
lewq
·قبل 8 أشهر·discuss
Fascinating, wanna compare notes on a call some time?
lewq
·قبل 8 أشهر·discuss
Hey! Yeah we are working with partners on fully integrated hardware+software stack for this. We particularly like the RTX 6000 Pro Blackwell chips for this
lewq
·قبل 8 أشهر·discuss
Vision language models have been trained on how to operate human UIs though, so at least for a while, computer use will be an interesting area to explore. I think debugging web apps and building UIs is a particularly fruitful area for this
lewq
·قبل 8 أشهر·discuss
That's the next move :-D
lewq
·قبل 8 أشهر·discuss
I should have said creator. He seems to have a healthy community backing him, but we should ask him!
lewq
·قبل 8 أشهر·discuss
There's also value in being able to run multiple agents in parallel with their own isolated filesystems and runtimes. One agent won't tread on the toes of another whatever they do. You can let it loose and it doesn't matter if it breaks something, you can just spin up another one
lewq
·قبل 8 أشهر·discuss
Mainly so you can give the agent access to the desktop as well. Then it can debug your web app in Chrome Dev tools but also you can pair with it with streaming that is so good it feels local
lewq
·قبل 8 أشهر·discuss
Itself, more recently
lewq
·قبل 8 أشهر·discuss
I suppose but we got it working, and the primary interface is webrtc in the browser, and going via moonlight internally is just an implementation detail that got us here quickly. We are open to refactoring in the future of course :)
lewq
·قبل 8 أشهر·discuss
It's nice for unmodified moonlight clients to be able to connect - they have tons of them, you can even run it on a Nintendo DS
lewq
·قبل 8 أشهر·discuss
https://github.com/helixml/helix/releases/tag/2.5.3
lewq
·قبل 8 أشهر·discuss
Wolf now supports multiple clients connecting to the same session via the wolf-ui branch that landed recently. After lots of stability work we are now running that mode in production (and in the latest release) https://github.com/helixml/helix/releases/tag/2.5.3
lewq
·قبل 8 أشهر·discuss
Join our discord for the beta https://discord.com/invite/VJftd844GE
lewq
·قبل 8 أشهر·discuss
Yeah that's what we did :) https://youtu.be/vVmnpcnLDGM?si=b6LxW6lmM7843LY0
lewq
·قبل 8 أشهر·discuss
Author of helix code here. Here's a demo of the full system working. https://youtu.be/vVmnpcnLDGM?si=b6LxW6lmM7843LY0

We're opening the private beta where we provide a hosted environment for testing, or you can install the latest Helix release and run the installer with --code to try it on your own GPUs