[-] Decipher0771@lemmy.ca 22 points 3 months ago* (last edited 3 months ago)

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.

46
submitted 5 months ago by Decipher0771@lemmy.ca to c/privacy@lemmy.ml

I’m getting tired of the extremely loud ads on that don’t seem to be subject to the old TV broadcasting laws that prevent them from being blasted 10db louder than the actual content. Wondering if there’s stuff out there that would let me take the hdmi stream from my Apple TV or other streaming source, and do ad detection like the olden days so that it could just mute or do volume leveling at least.

I suppose something very basic might just be an hdmi splitter to a rpi with hdmi that’ll detect ads via the black screens or “this ad will over over in 30s” overlays, then send a mute signal over CEC or something to a receiver or TV….but would be nice if it could modify the hdmi signal directly.

Thoughts on what to search for to do something like this?

[-] Decipher0771@lemmy.ca 11 points 5 months ago

Yes. That’s what allows Unix legends like this: https://www.ee.torontomu.ca/~elf/hack/recovery.html

[-] Decipher0771@lemmy.ca 8 points 9 months ago

It’s astounding. The same reason why the Steamdeck is better than the Asus and Lenovo imitation handhelds is why people will want the Apple Vision Pro compared to building your own headset and PC. Yet just because it’s Apple, all the edgelords are out in force refusing to see why a product combining existing technologies for you is better for the masses than one you cobble together yourself.

[-] Decipher0771@lemmy.ca 56 points 9 months ago

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.

[-] Decipher0771@lemmy.ca 9 points 10 months ago

From Pearson directly it probably a bus. You’d probably have better options taking the Up Express from Pearson down to Union Station, then taking the Go from Union to Niagara Falls. Go only has a couple trips a day that run all the way to Niagara though, but you might be able to do a Via train from Union instead. Then just Uber the last leg from there to your hotel.

[-] Decipher0771@lemmy.ca 8 points 10 months ago

Didn’t we do this already back in the 90s with IE bundling??

[-] Decipher0771@lemmy.ca 11 points 11 months ago

My 701 with 2gb ram and extended battery still works. I used to go wardriving with that thing!

[-] Decipher0771@lemmy.ca 22 points 1 year ago

So I’m SUPPOSED to run a miner to keep mine from being overly idle??

[-] Decipher0771@lemmy.ca 9 points 1 year ago

The most annoying part I think is because I so rarely need them. All my Pis run headless, but the one time I do need direct console access I have to find the bloody adapters. Leaving them attached and unused is just asking them to get damaged.

Rather than using micro-hdmi (which hardly anything uses), stick a pair of usb-c DP ports instead if size is an issue. at least then I don't need adapters that are ONLY needed for the Pi.

[-] Decipher0771@lemmy.ca 19 points 1 year ago

I loved Pi’s, but I hate the micro hdmi connectors

[-] Decipher0771@lemmy.ca 7 points 1 year ago* (last edited 1 year ago)

Depends on your system. Desktop have different requirements than servers.

On both at minimum, I'd keep /home and /var/log separate. Those usually see the most writes, are least controlled, and so long as they're separate partitions they can fill up accidentally and your system should still remain functional. /tmp and /var/tmp should usually be mounted separately, for similar reasons.

/boot usually keep separate because bootloaders don't always understand the every weird filesystem you might use elsewhere. It would also be the one unencrypted partition you need to boot off of.

On a server, /opt and /srv would usually be separate, usually separate volumes for each directory within those as well, depending how you want to isolate each application/data store location. You could just use quotas; but mounting separately would also allow you to specify different flags, i.e. noexec, nosuid for volumes that should only ever contain data.

/var/lib/docker and other stuff in /var/lib I usually like to keep on separate mounts. i.e. put /var/lib/mysql or other databases on a separate faster disk, use a different file system maybe, and again different mount options. In distant past, you'd mount /var/spool on a different filesystem with more inodes than usual.

Highly secure systems usually require /var/log/audit to be separate, and needs to have enough space guaranteed that it won't ever run out of space and lock the system out due to inability to audit log.

Bottom line is its differnet depending on your requiremtns, but splitting unnecessarily is a good way to waste space and nothing else. Separate only if you need it on a different type of device, different mount options, different size guarantees etc, don't do it for no reason.

[-] Decipher0771@lemmy.ca 10 points 1 year ago

Yknow, if that assholes goal was to make SpaceX, X, and rename Tesla to CarX that might actually make sense

view more: next ›

Decipher0771

joined 1 year ago