I’m wondering if the HD2 mouse issue was bc he had a controller plugged in as well.
I’m wondering if the HD2 mouse issue was bc he had a controller plugged in as well.
Elijah putting one monitor behind the corner of his primary monitor is giving me SUCH anxiety omg how has it not cracked yet!


to get something as flexible as my android tv i’d need an nvidia shield and those are going on ten years old at this point. maybe if/when they do a hardware refresh, assuming sideloading isn’t completely impossible by then.


Yeah. To be honest on the DNS side it would probably be far easier to just do a whitelist instead, block everything except your specific service. and yeah, its a stupid amount of work. i hate smart tvs but i’ll be damned if im gonna pay extra for a streaming box =|


just saying its possible


Not sure if you mean hardcoded DNS IPs or hardcoded “phone home” IPs. Hardcoded DNS addresses in devices are annoying, the only way i’ve found to get around that is using destination nat rules (DNAT) which requires more than a consumer router typically. hardcoded phone home IPs would get blocked by your firewall. you’re right that most firewalls are set up by default to implicitly allow outbound traffic. you set up a rule that explicitly denies all outbound traffic from the TV, then only allow port 443 (or whatever port your streaming service uses) on the specific IP/IPs that your service uses. Here’s Netflix’s published IP info for example.
edit also i’m fully aware it’s fucking ridiculous that we as consumers have to go through this much rigamarole. you shouldnt have to be a literal network engineer to do something as simple as have an internet-connected tv that doesnt spy on you.


no it helps to block everything that isnt just netflix or whatever streaming service you use. you combine a DNS adblock along with blocking all the unused ports and it severely limits the communications. you could also add a vpn to add another layer of security. idk about jellyfin but most streaming services i know use https/443 to stream to your tv. so youre only allowing the specific service you want and only on a specific port. buncha great dns blocklists here https://github.com/hagezi/dns-blocklists, and a smart tv specific one for pihole here https://github.com/Perflyst/PiHoleBlocklist/blob/master/SmartTV.txt


It’s relatively easy to restrict a smart tv to TLS/HTTPS traffic only using your router and a dns adblocker.


I’m throwing in my vote for CachyOS. Not because it’s the easiest to use (though it isnt difficult imo) but because it works out of the box, then they have nice wiki to guide you through simple things (like using Lutris and Proton). It’s also Arch based so there’s the arch wiki to fall back on. I ran Windows for 35 years and just switched to Linux in like October, fwiw.


Naw, we just need equal access to cocaine. Level the playing field with subsidized cocaine I say!
iiiinteresting. good to know my whole house is a fire hazard by UK standards!
Which makes it extra amusing to me that they coat the pins or whatever with plastic so you cant accidentally touch live while inserting it.
Fun fact, the only reason North America can get away with our dinky plugs and sockets is because we only run 120V (typically). Anything here that’s 240V will have a much beefier plug and socket, more similar to the UK plugs. Heres a 240V/30A and a 240V/50A. These don’t bother with the coated pins because it would typically be plugged in once behind a big appliance and never touched again.



That nvme drive just hanging out next to the power cord is giving me a type of anxiety I never knew I had, thanks.


A smallish (6U) rack mount that you can bolt into the wall. Even if they rip it down it’ll weigh a ton and have locked doors (with ventilation obvi),


OP already acknowledged in their edit that logging in with a local IP ‘fixed’ the issue.


Fuck, thanks for posting that. I’m usually happy to be wrong about something but this sucks.


That’s pretty fucked up. I’d be shootin off some angry emails to customer support. Sorry to hear that!


It means the same specific subnet. If you have multiple subnets (one for wired, one for wireless for example) it will also trigger that limitation unless you go in and manually tell it hey these are local.
Cachy has been basically rock solid for me, after figuring out a couple nvidia issues. The biggest problem I faced was trying to understand wine/proton prefixes for restoring saves files on some of my older games. Though I’m running Plasma which I guess is kinda “vanilla” compared to these fancier DEs. Props to the Cachy team and the Arch Wiki team for having such a vast wealth of information available that’s pretty easy to follow!