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