Spyke

Replies

Comment on

What DID Apple innovate?

Polish.

It useless to be first if that product isn’t reliable, sustainable, practical. Apple adds polish to other concepts to make them usable by the vast majority of people.

Laptops existed…..with weird keyboard layouts and mice that were afterthoughts. PowerBook pioneered the keyboard forward design that every laptop now has.

Smartphones existed……incredibly limited, weird UI, awkward input, targeted at businesses instead of regular people. iPhone changed everything so much that every other design died.

Collecting different innovations and figuring how to combine them in a way that is practical and sellable is their continuous innovation.

piracy

Comment on

Can mp4 or mkv files contain virus?

Sure. Whether they’re effective and actually able to execute is another question.

A simple way might simply be to put an actual executable in the file instead, and when a user double clicks to open it it’ll run instead. Or there’s stuff to hide in metadata that could exploit particular players, or even some OS preview systems, and get execution that way.

But…..really pretty unlikely. Possible definitely, but you’d have to go through a lot of effort to get hit by something.

Comment on

Fully Virtualized Gaming Server?

I’ve been doing exactly that at home for a couple years now. First with Parsec, now Sunshine/Moonlight.

Host is Proxmox on Ryzen 5800x, 64gm RAM GPU is 2070 Super, with VGPU patched drivers from https://gitlab.com/polloloco/vgpu-proxmox

When I’m gaming I’ll dedicate the full 8Gb to my windows Vm, otherwise I split it in 2 or 4Gb chunks to Jellyfin or my home camera monitoring. 8gb can’t split very many ways, and most things require at least 2 to run.

Locally at home I can run 1440p 60fps rock solid over wifi on any device, from my phone/old laptop/apple tv/raspberry pi. Remote I can do 1080p60, but a bit more hit or miss depending on my network connection.

Experimenting with LLMs I’ve done through the same windows VM, or to a ubuntu dev VM. Works the same way. I’m thinking of transitioning my gaming VM to Linux too.

The amount of VRAM is the hard limitation to get past, the virtualization tech itself has been there for a while.

But to be perfectly honest……it really was just a “let’s see if I could do this” type task, direct GPU pass though is more straightforward and it’s not really worth splitting 8Gb these days. Unless you get a card with significantly more VRAM passthrough is much less work.