SatyrSack
@SatyrSack@quokk.au
Known aliases:
* /u/SatyrSack@lemmy.one
* /u/SatyrSack@feddit.org
* /u/SatyrSack@lemmy.sdf.org
- Comment on Linux gamers on Steam finally cross over the 3% mark 6 days ago:
SteamOS is only 27% of linux use on steam
Wow, that is the surprising stat here
- Comment on 1 week ago:
I was really hoping for Linux support some day. Now, I am totally fine sticking with GIMP.
- Comment on YouTube is taking down videos on performing nonstandard Windows 11 installs 1 week ago:
Awesome, thanks! You should definitely post that to a Linux meme community or something.
- Comment on YouTube is taking down videos on performing nonstandard Windows 11 installs 1 week ago:
Type (no quotes) “net user Prefferedusername /add”
Using backticks instead of quotation marks is the ideal way to document technical instructions like this here:
Type
net user Prefferedusername /add(replacing Prefferedusername with the user name you wish to use) and press enter.Next typenet localgroup administrators Prefferedusername /addand press enter.Type `net user Prefferedusername /add` (replacing Prefferedusername with the user name you wish to use) and press enter.Next type `net localgroup administrators Prefferedusername /add` and press enter. - Comment on YouTube is taking down videos on performing nonstandard Windows 11 installs 1 week ago:
I cannot find this meme I know I have seen
Panel 1: “Installing Windows 20 years ago” screenshot of install wizard with just a couple buttons
Panel 2: “Installing Linux 20 years ago” screenshot of a busy command line
Panel 3: “Installing Windows today” screenshot of a busy command line
Panel 4: “Installing Linux today” screenshot of install wizard with just a couple buttons - Comment on "A computer can never be held accountable. Therefore computers are a valuable tool for law enforcement and the ruling class." 2 weeks ago:
Lemmy spoilers use a different syntax than Reddit
::: spoiler Roland spoiler He's dead! :::Roland spoiler
He’s dead!
- Comment on When did people start saying "have a good rest of your day" 2 weeks ago:
Are “enjoy the rest of your day” and “have a good rest of your day” different enough that one sounds odd but not the other?
- Comment on Another WSJ banger about why the poors aren't doing more 2 weeks ago:
That is the beauty of being able do choose to use an instance that fits your needs. If you really care about that censorship enough, you can just make a new account somewhere other than Lemmy World.
- Comment on Another WSJ banger about why the poors aren't doing more 2 weeks ago:
God dammit, Sarah
- Comment on In bizarre move, Framework embraces deeply extremist views 3 weeks ago:
I do genuinely believe this to be sort of a Hanlon’s Razor situation, but I will quickly (aibeit disappointedly) admit to being wrong if any evidence comes out to disprove that. This seems like the company is being run by someone who subscribes to a black-and-white “Let’s all just get along with one another” mentality without understanding that humanity just does not work this way. I hope to see an official statement retracting the initial “big tent” response and publicly aligning the morals of the company with that of the CEO.
- Comment on The Lost Ratchet & Clank Game Has Been Found 4 weeks ago:
Direct Internet Archive link: https://archive.org/details/ratchet-and-clank-clone-home
It very much feels like Going Mobile, which I remember definitely enjoying. I was able to play this a little on my phone using this emulator: https://github.com/nikita36078/J2ME-Loader
- Comment on Why are fruits and berries healthy, even though they are mostly just sugar? 4 weeks ago:
nobody serious is suggesting you eat only fruit
- Comment on There's nothing you can do about it 4 weeks ago:
The feet/tail should have been cut off. Having them poke out of frame like the head does takes away from the effect on the head a bit
- Comment on Is anyone NOT steaming their Music? 5 weeks ago:
Monster uses Ultra Premium Distilled Hydrofluid in their steamers, and no other brand comes close. If you’re not using a Monster steamer, you are losing fidelity.
- Comment on Is Star Trek Discovery that bad? 1 month ago:
Tell me more about this Star Trek that we are to never talk about
- Comment on FFS Plex, the server is on my local network 1 month ago:
If I’m not mistaken Jellyfin is actually a fork of Emby so they’re pretty similar, but one is a bit older.
Jellyfin forked from Emby in 2018 when Emby chose to switch to a closed-source model. Because of this, there are many similarities, but the projects continue to become very different from one another as well over the years.
- Comment on Amazon is making it impossible to remove the DRM from Kindle Books 1 month ago:
Basically a one-click install on supported devices. You just need a PC and a USB cable. Highly recommended
https://github.com/koreader/koreader/wiki/Installation-on-Kobo-devices
- Comment on YSK Lemvotes.org will show you votes on any post, comment, or by user, or anything on the fediverse 1 month ago:
Is it known what Lemmy instance is actually running that site? Even if it were widely known and most instances decided to defederated from it, Lemvotes is open source software that is made to be self-hosted. Anyone could revive the website by running their own instance.
- Comment on Hollow Knight: Silksong is out now on Steam - and it broke Steam servers for 15 minutes and counting now 2 months ago:
The game is there, but the link is redirecting to the main page for me right now
- Comment on Hollow Knight: Silksong is out now on Steam - and it broke Steam servers for 15 minutes and counting now 2 months ago:
I played many hours of the original, and do not expect to ever try this new one. Even if I got it free with a bundle or something... I just didn't enjoy playing the original enough.
- Comment on [Important] Catbox Needs Your Help 2 months ago:
What is the value add of this product? The donors and recipients still need to set up a Monero wallet and everything to use the service. A recipient may just as well instead use any other means (social media, etc.) to announce that they are accepting Monero donations at xyz address.
- Comment on [Important] Catbox Needs Your Help 2 months ago:
Their FAQ lists multiple reasons that various countries, ISPs, etc. block CatBox, and using a VPN is often mentioned as the solution. Here is an archive of their FAQ that you should be able to read from any connection:
https://web.archive.org/web/20250822215754/https://catbox.moe/faq.php
- Comment on [fluff post] If lemmy users are Lemmites, what would we like to call piefed users? 2 months ago:
Not too late for PieFed to rename "communities" to "slices"
- Comment on Piefed now has a built-in alternative to Lemmyverse to discover active communities, with the "Active people" filter on the communities page (weekly basis) 2 months ago:
- Comment on Piefed now has a built-in alternative to Lemmyverse to discover active communities, with the "Active people" filter on the communities page (weekly basis) 2 months ago:
I do see there is code to throw an error when it detects an instance is not Lemmy, so it definitely doesn't work out-of-the-box. But the APIs for each are supposedly similar to each other, so it fortunately should not take any major rewrite to support both in the same wrapper.
- Comment on Piefed now has a built-in alternative to Lemmyverse to discover active communities, with the "Active people" filter on the communities page (weekly basis) 2 months ago:
Is there a Python wrapper for writing PieFed bots? Or does Pythörhead work of-the-box for PieFed?