Comment on
Yay! More centralisation!
Stop making good the enemy of perfect!
Comment on
Yay! More centralisation!
Stop making good the enemy of perfect!
Comment on
Cars don't belong in cities, says Top Gear's James May
This is nice to hear after finding out what an absolute boomer Jeremy is.
Comment on
Comment threads, on the default lemmy-ui.
it's so fucking true
Anytime they pull you into an argument, suddenly 5 more show up to try and overwhelm you. There's no way it isn't a deliberate tactic.
Comment on
It's almost kind of wholesome
we used to be a hijinks society
Comment on
Is this picture idea immature?
It is immature and if you go around showing it to girls expecting a date you'll be disappointed.
Do it because it's funny, not because you could use it as an ice-breaker (you can't). If you really want to impress girls, doing it and not giving a fuck what your sister thinks is more likely the impress someone, girl or not- but it's not an ice-breaker.
Comment on
Vance on Trump admin’s plans to bomb Houthis: ‘I just hate bailing Europe out again’
Maybe they should take their soldiers and get off our soil, then. Putting US bases on European soil isn't a favor to Europeans, it's a mutually assured defense. If they're unhappy with the deal, they can leave.
Comment on
When will I get the permission?
alias stopresisting="sudo"
stopresisting !!
Comment on
Had to scroll pretty far to get to it, great stuff
Comment on
E-Bikes Are Real Bikes—and They’re Great for Everyone
Only semi-related but: The only people I've heard say e-bikes aren't real bikes are people who don't own bikes of either kind.
Comment on
My Windows machine woke itself up from hibernation while I was at work. An obscure torrent that was stuck at ~80% for almost a year completed during this time.
I feel oddly… responsible. For propagating knowledge to future seekers.
It is your burden and duty to seed
Comment on
Star Citizen has now raised over $800m, with still no release in sight
Reply in thread
Oh for the 5th year in a row? Alright, I'll believe that when I see it.
Comment on
conduwuit, “featureful fork of conduit” (Rust Matrix homeserver), is discontinued
Why is it so important to them that their antagonists are queer? They keeps mentioning it as if that matters.
I don't know this project or this person, but this reads like someone who has really bad opinions and people told them so repeatedly.
Comment on
how private are RSS feeds?
An RSS feed is literally the same as going to the website. A request is being made to the domain and anyone who can see the data between you and the website can see it. If you think you're secure going to the website normally, then an RSS feed would be secure, too.
Comment on
Cars don't belong in cities, says Top Gear's James May
Reply in thread
What kind of car you like is one thing but does he understand that when he sits at a café next to a busy, congested road and blame the cyclists for the congestion that he's actually just factually wrong? Because I don't think he knows that. Jeremy Clarkson is fiercely anti-bicycle and until he says, in front of an audience, that he's wrong about this and will stop spewing vitriol at bicyclists, I frankly don't care about him.
Comment on
Is Tor Trustworthy and Safe? A 2025 guide to all the basics you need to know about Tor, and more
Man I'm not going to dive into it but this reads like a FUD piece and I know the article explicitly calls out people who dismiss evidence as FUD, but please read just the first point that 'Tor is compromised':
the agency has worked on several methods that, if successful, would allow the NSA to uncloak anonymous traffic
If succesful, implying that they haven't been. I'd love to read the paper but I'm European and they block me from clicking it, citing GDPR issues :-)
promised to reveal how a $3,000 piece of kit could unmask the IP addresses of Tor hidden services as well as their users.
a much anticipated talk at the Black Hat hacking conference was abruptly canceled.
The university cancelled the speech and cited no reasons but I can think of several legal ones even if the device didn't work. No proof.
the FBI is able to de-anonymize Tor users and discover their real IP address remains classified information. In a 2017 court case, the FBI refused to divulge how it was able to do this,
I can fly. No, I don't have to prove it.
Comment on
finally got static IP from a new ISP
I pray your ISP is more competent than mine!
Sometimes I'll lose the static IP I pay them for and they say it's not their fault. Why am I paying you for it, then!?
Comment on
"The Shopping Center Disconnect" (Art by Sylvia Odhner)
It's the kind of engineering where the law is followed to the letter but no one building it cares to mention the oversight and no one in charge cares to look.
Comment on
GOG Stellaris+DLC on Linux, how to install all the DLCs, when they are separate executables?
Reply in thread
It was really that simple! Thank you so much, I had no idea proton could just be run like this.
Full tutorial for potential future readers:
First add the base game installer as a non-steam game and run it, then close the installer when it is done.
Go to the shortcut settings for the non-steam game (the installer) and set TARGET to "C:\GOG Games\Stellaris\stellaris.exe" and START IN to "C:\GOG Games\Stellaris"
Run the game to confirm it works. Close the game, then adjust and run the script. Start the game and confirm the DLC were added. It should just work.
#!/bin/bash
# PROTON="$HOME/.steam/steam/steamapps/common/Proton 10/proton"
PROTON="/mnt/450G/SteamLibrary/steamapps/common/Proton 10.0/proton"
PREFIX="$HOME/.steam/steam/steamapps/compatdata/3543916168"
DLC_DIR="$HOME/Downloads/stellaris_4.2.3_(86961)_win_gog/DLC"
export STEAM_COMPAT_CLIENT_INSTALL_PATH="$HOME/.steam/steam"
export STEAM_COMPAT_DATA_PATH="$PREFIX"
INSTALLERS=$(find "$DLC_DIR" -maxdepth 1 -type f -iname "setup_stellaris*.exe")
if [ -z "$INSTALLERS" ]; then
echo "No DLC installers found."
exit 1
fi
echo "Running Stellaris DLC installers in silent mode under Proton..."
echo
for inst in $INSTALLERS; do
echo "Installing: $(basename "$inst")"
# /silent or /VERYSILENT
"$PROTON" run "$inst" /silent
echo
done
echo "Done. DLC should now be installed inside the Proton prefix."
Comment on
Discord going public. Plz help a future refugee.
Reply in thread
That doesn't really change that it's one company hosting it. Unless you're willing to make 10 different accounts because your super-FOSS friends aren't willing to join each others instances?
Comment on
‘The most insane hateful people I’ve ever seen in my life run rescues': Cat lovers online expose the reality of animal shelter employees
At 19 I worked IT at a local shelter and the administration was so psychotic I cried in the bus to work.