I’m wondering if the HD2 mouse issue was bc he had a controller plugged in as well.
- 0 Posts
- 67 Comments
Elijah putting one monitor behind the corner of his primary monitor is giving me SUCH anxiety omg how has it not cracked yet!
kieron115@startrek.websiteto
Games@lemmy.world•Games you've given honest tries for and just don't find funEnglish
2·5 days agoI’ll admit i rarely used the machine fusing, I was just talking about the weapon inventory system. I’d just pick up sticks or whatever was around and slam the first “good enough” damage monster part I had to it and kept going. It’s a lot better IMO than having to hang onto all the good stuff and constantly be underpowered because “what if i need it for a boss?”
kieron115@startrek.websiteto
Games@lemmy.world•Games you've given honest tries for and just don't find funEnglish
1·5 days agoFWIW, I think they did a much better job in Tears of the Kindgom. Your weapons still break, but you can carry around a basically endless supply of monster parts that you “fuse” to whatever base weapon you happen to come across and it makes them powerful again. Sometimes all you need is a stick to make a good weapon. Still annoying, but waaaaaay less of an inventory management sim IMO.
kieron115@startrek.websiteto
Selfhosted@lemmy.world•After Years of Waiting Jellyfin Finally Lands on Samsung Tizen TVsEnglish
1·1 month agoto 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.
kieron115@startrek.websiteto
Selfhosted@lemmy.world•After Years of Waiting Jellyfin Finally Lands on Samsung Tizen TVsEnglish
1·1 month agoYeah. 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 =|
kieron115@startrek.websiteto
Selfhosted@lemmy.world•After Years of Waiting Jellyfin Finally Lands on Samsung Tizen TVsEnglish
1·1 month agojust saying its possible
kieron115@startrek.websiteto
Selfhosted@lemmy.world•After Years of Waiting Jellyfin Finally Lands on Samsung Tizen TVsEnglish
2·1 month agoNot 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.
kieron115@startrek.websiteto
Selfhosted@lemmy.world•After Years of Waiting Jellyfin Finally Lands on Samsung Tizen TVsEnglish
2·1 month agono 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
kieron115@startrek.websiteto
Selfhosted@lemmy.world•After Years of Waiting Jellyfin Finally Lands on Samsung Tizen TVsEnglish
2·1 month agoIt’s relatively easy to restrict a smart tv to TLS/HTTPS traffic only using your router and a dns adblocker.
kieron115@startrek.websiteto
Linux@programming.dev•Nvidia is reportedly bringing official Linux support to GeForce Now soon, not just for Steam DeckEnglish
25·2 months agoFuck that, host it yourself. Sunshine and Moonlight.
kieron115@startrek.websiteto
Linux@lemmy.ml•Reccommending a Linux distro for a friendEnglish
8·3 months agoI’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.
kieron115@startrek.websiteto
Games@lemmy.world•Do we have No Man's Sky fans here?English
3·3 months agoI would pay good money for a mod that has Jayne as a crewmember, and any time you ask him to do anything he just walks away murmuring “I’ll be in my bunk”.
kieron115@startrek.websiteto
Games@lemmy.world•Do we have No Man's Sky fans here?English
4·3 months agoI broke my joystick dogfighting in that game in VR lol. A little TOO immersive!
kieron115@startrek.websiteto
Games@lemmy.world•Do we have No Man's Sky fans here?English
4·3 months agoNMS did such a better job of looking like a movie poster than Starfield could ever have hoped to.
kieron115@startrek.websiteto
Gaming@lemmy.zip•Helldivers 2 install size reduction effort yields 131GB in cuts, and you can try the slim build right nowEnglish
5·3 months agoThey also took the worst case predictions and then doubled them to be “conservative”.
kieron115@startrek.websiteto
Linux@programming.dev•Building the PERFECT Linux PC with Linus Torvalds - LTTEnglish
6·3 months agoI watch it for the same reason I watch William Osman. They do a lot of fun bullshit videos like trying to watercool a server rack with a swimming pool.
kieron115@startrek.websiteto
Linux@programming.dev•Linux comes for Windows at 40 — and gaming can't save itEnglish
1·4 months agoSpeaking from personal experience with family? Quicken. Yes you CAN get it running in Wine but not everything works. Also I could get it running in exactly one distro and then I could never seem to get it installed again, even following advice from someone on WineHQ.
I’m always afraid to test ESC during a cutscene because I’ve been burned by games that auto skip cutscenes when you hit ESC. Who does that.
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!