Holy FUCK, I’m going to use that so much.
I take my shitposts very seriously.
- 29 Posts
- 1.72K Comments
rtxn@lemmy.worldOPto
Steam Hardware@sopuli.xyz•[Controller] Bricked by failed firmware update, FIXED
8·16 hours agoI managed to fix it by forcing a firmware update in Steam’s developer mode, I’ve updated the post with details.
rtxn@lemmy.worldOPto
Steam Hardware@sopuli.xyz•[Controller] Bricked by failed firmware update, FIXED
3·16 hours agoI managed to fix it, and updated the post with details.
rtxn@lemmy.worldOPto
Steam Hardware@sopuli.xyz•[Controller] Bricked by failed firmware update, FIXED
8·16 hours agoThere is, and it worked perfectly. Updated the post.
If I have to install Windows on a machine (mostly work-related), I always use Chris Titus’ WinUtil to strip out the garbage bits and delay or completely stop updates. It’s basically a GUI wrapper around various Powershell commands.
rtxn@lemmy.worldto
Selfhosted@lemmy.world•Plex’s price hikes prove I was right to switch to JellyfinEnglish
161·3 days agoYou grossly overestimate the number of people who are both willing and able to deploy, secure, manage, and maintain this kind of infrastructure. You may not find any value in offloading these responsibilities to a service provider operated by trained professionals, but your outright refusal to acknowledge that other people might is nothing short of callous.
rtxn@lemmy.worldto
Selfhosted@lemmy.world•Plex’s price hikes prove I was right to switch to JellyfinEnglish
532·3 days agoNot having to configure a separate utility is part of the user-friendliness
rtxn@lemmy.worldto
Selfhosted@lemmy.world•How to block unwanted outbound traffic from your containersEnglish
39·4 days agoedit: this is way funnier with the original title: Your containers are leaking (and how to plug the holes)

Suckless shampoo is just a bucket of wood ash and pork tallow.
rtxn@lemmy.worldto
196@lemmy.blahaj.zone•ENTIRE trans community rules on Chasers for making CIA honeypot appEnglish
29·9 days agoLots of red flags if you take a peek at the developer’s account. https://bsky.app/profile/getamouraapp.bsky.social/post/3mknta2ejrv2q/quotes
rtxn@lemmy.worldto
Games@lemmy.world•My quest to get a steam controller has failedEnglish
5·9 days agoThey were shipped into the US from Hong Kong, so probably manufactured (or at least assembled) in East Asia.
rtxn@lemmy.worldto
Games@lemmy.world•My quest to get a steam controller has failedEnglish
6·9 days agoI knew the inventory would be sold in minutes, so I prepped. I loaded 150 EUR into my Steam wallet in case the 99 didn’t include taxes, I double checked that my shipping and billing info is automatically filled in, and I made sure to be at my computer one hour before the release time just in case I fucked up the time zone conversion.
rtxn@lemmy.worldto
Games@lemmy.world•My quest to get a steam controller has failedEnglish
33·10 days agoOof. That’s rough. But given how insanely profitable these ~90 minutes must have been for Valve, I’m sure they’ll be back in stock in a few weeks since none of the components seem to have supply issues.
I managed to get one by just spam-clicking the continue button for about two minutes. I know, I’m part of the problem.
rtxn@lemmy.worldto
Games@lemmy.world•What game has the weirdest/nicest/meanest fandom?English
20·10 days agoWarframe has all three. Late-game players will gladly carry new players through some of the early farms and often foist upon them a crapton of important items that are difficult to get in the early game (we remember and nobody should have to go through the early game alone).
There are some who call the game woke trash and trying to boycot it because the latest female warframe has a larger body type and they can’t goon to it, or because of a relationship between two male characters that is hinted at being romantic, or because there are two nonbinary characters (both of whom are far better executed than most in media)… and some who sent the developers death threats for making a particular farm easier for new players.
Realistically, I don’t think any year will be the year when Linux for mobile takes off, ironically for the same reason why Windows Phone failed, and that is app availability, or the “will my banking app work on it?” problem.
Is 2026 going to be the year of the Linux handheld? /s
(No, Android is no more a Linux OS than the PlayStation is a BSD fork.)
rtxn@lemmy.worldto
Linux Gaming@lemmy.world•Steam Hardware Survey April 2026 Linux at 4.52%English
9·12 days agoIs that before or after Emperor Palpatine’s cameo in Rugrats?

rtxn@lemmy.worldto
Games@lemmy.world•Valve's £85 Steam Controller divides gamers ahead of May launchEnglish
31·13 days agoYou’ll shit bricks when you learn about
dinput8.dll.













XDG Desktop files are a mostly standardized way to integrate individual programs into the desktop. For example, a desktop file in
/usr/share/applicationsor~/.local/share/applicationscan add programs to the application launcher, both desktop launcher menus and separate apps likedmenu-run; or they can be used to start applications when the desktop session starts by placing them in~/.config/autostart.Desktop files can also set properties related to an application. In this particular case, the
MimeTypefield tells the desktop session what MIME types should be associated with the application. For example, my desktop file for Blender associates theapplication/x-blenderMIME type with it, which causes Blender to show up in the Open with… dialog.The
MimeTypefield is a semicolon-separated list. One desktop file can define multiple associated MIME types for the same application. Krita instead creates a separate file for each association.