Remix.run Logo
franga2000 2 days ago

I really don't get why redhat decided to kill SPICE. It was the only thing that got using a VM on open source virtualization (e.g. proxmox) close to the experience of using one on vmware.

VNC is truly the worst remote desktop protocol you can have. Bad latency, bad quality, bad integration.

rwmj 2 days ago | parent | next [-]

Not enough people want to pay for VDI basically, certainly compared to how much it costs to maintain it. SPICE at the time that we abandoned it "only" supported 2D and video compression, which is complicated enough, but everyone wanted 3D support which would have added another labyrinthine stack on top.

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.

x3haloed 2 days ago | parent | prev | next [-]

Now that NoMachine 10 has no free option, I’ve decided that I should try to burn some tokens on making a good, performant remote desktop system. I’m targeting moonlight-like performance with Windows RDP-like user experience. Cross-platform.

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.

CamperBob2 2 days ago | parent | next [-]

Did the same thing. Added the exact features I wanted/needed to the FreeRDP client and had Claude generate a lightweight server from scratch. Bye, bye, TeamViewer, Windows RDP, and RealVNC.

Magniquick 2 days ago | parent | prev | next [-]

404 for me

indigodaddy 2 days ago | parent | prev [-]

404

Tostino 2 days ago | parent | prev | next [-]

I did all of my development for a couple years on my first startup in a VM on my proxmox server, connected through spice. Was extremely nice being able to just go from desktop to laptop to any other machine that I had available and have the same environment available everywhere.

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.

g8oz 2 days ago | parent | prev | next [-]

100% agree. VNC is well past its prime.

Daviey 2 days ago | parent | prev [-]

and insecure by default