RU version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
78% Positive
Analyzed from 1227 words in the discussion.
Trending Topics
#spice#hat#https#years#thing#wish#support#vnc#red#circuit

Discussion (51 Comments)Read Original on HackerNews
Using it often. Mostly via ngspice nowadays: https://en.wikipedia.org/wiki/Ngspice
(I had nothing to do with SPICE, other than as a user. It's by Laurence Nagel, and I'm John Nagle. Not related.)
Ngspice is okay but it's a bit clumsy switching between it and xschem.
Only later in the job I realized that they had meant Software Process Improvement and Capability Determination.
Edit: typo
You mean ‘virtualization’ here, I guess.
The circuit one is definitely older, probably has more users, and is just as relevant in this forum.
I didn't know I wanted it until you said it.
I have a few QEMU VMs where I use PCI-passthrough of a whole GPU and a USB controller, and wire the display and USB outputs physically into a KVM switch - works great, but not having to fiddle with the KVM (and run out of physical ports) would be - indeed, killer app.
VNC is truly the worst remote desktop protocol you can have. Bad latency, bad quality, bad integration.
Also the code at the time was a massive security nightmare, written with no validation of fields in the network protocol. It was unmarshalling stuff off the network and sending it directly to X11 libs without even bounds checking. (I sincerely hope this has improved.)
With that said, I wish the project well. SPICE is a much better user experience than VNC, especially if you're looking for something that supports audio, video and USB passthru.
https://github.com/x3haloed/ascry
I don’t need my particular repo to be the one where this gets solved, but now that coding agents are really good, we shouldn’t have to put up with paying for shit software anymore, IMO.
It's been a few years and I haven't had a need for it recently, but it's sad to hear that they stopped supporting it.
These days I prefer docker-based KASM Workspaces, or if you just want a nice GUI over your "bare-metal" VM or server then KasmVNC is great and easy to setup (not that KASM Workspaces is hard to setup)
https://hub.docker.com/r/linuxserver/kasm https://github.com/kasmtech/KasmVNC
Regardless, thanks for picking this up, OP.
I don't think we have a VDI product as such, assuming you discount VNC which we do support but is hardly a full VDI solution.
I wish op all the best, it's a tough journey
Edit: great work on this fork, by the way.
x11rdp has been good to me.