

Worst of all, root access is often granted to humans — a species known to be vulnerable to the most idiotic phishing scams you could imagine.
I’d appreciate it if everyone could just stop burning fossil fuels, please. Thank you for your cooperation.
Worst of all, root access is often granted to humans — a species known to be vulnerable to the most idiotic phishing scams you could imagine.
Debian is still the best at being Debian. I rate it the least likely to give me any unpleasant surprises.
Yeah making jam is quite easy. Basically just add some sugar and pectin and put it on the stove until it’s jam.
Otherwise, put them in the freezer.
I assume they do sometimes have feelings but it’s pretty hard to imagine how people who’d agree to work for Palantir would feel about literally anything other than being highly paid which they presumably enjoy.
If there’s a sign saying “do not feed the alligators” you can guess that it’s probably because they had a problem with too many people feeding the alligators. There’s no reason to ask if that means it’s okay to feed the crocodiles.
For a serious answer I suppose you’d need to read several books about the history of Israel and its relationship with Europe, the semiotic position of the term Zionism in contemporary political discourse, and methodologies for dealing with problematic topics in online communities.
But in short I’d say that the more evil is done in the name of Zionism, the more the name itself becomes perceived as synonymous with it, and there’s a lot of that going on these days.
You are the one who started off the stupid argument in a pointlessly combative way, based on trite caricatures of complex and controversial topics, then used your mod powers to delete the responses of the guy you picked a fight with for no better reason than that they said something “unhelpful.” It’s not what I would call ideal behaviour for a community moderator.
People in 2032: “Weren’t we supposed to give up fossil fuels? I can’t believe we’re still using cleangreen comfygas.”
Huddled masses yearning to breathe free
I have only one strict rule: I see the Moomin comic, I upvote it.
If you’re only going to watch one video this week about urban planning in Prague, this one is a fine choice.
Mostly I just install Skyrim mods manually because I’m insane I guess, but for some games I like to run Mod Organizer 2 under proton. Your whole linux filesystem can be made accessible to windows programs, not sure if it is by default. But anyway since we’re talking steam games here the game itself normally will be in the same place as usual, as far as windows programs know.
Don’t do it at this time of year.
You’re not really living with as much free software as possible until you’ve installed all of the 103818 packages in debian.
For me it was when we all started having regular Satanic death metal sex parties, the left wing was pretty boring before that.
Sure, but don’t forget to include the basics such as the root name servers: Verisign(A), USC-ISI, Cogent, U of Maryland, NASA Ames, ISC, Defence Information Systems Agency, US Army Research Lab, Netnod, Verisign(J), RIPE, ICANN, WIDE
#!/bin/bash # Recursively rename everything in the current directory as necessary # to make it match the case of filenames in Skyrim’s “Data” directory,
from=`pwd -P`
to="${HOME}/.steam/debian-installation/steamapps/common/Skyrim_1.5.97/Data"
tmp="/tmp/skydata_index"
filez="/tmp/skydata_from"
IFS='
'
match_case() {
cd "$2"
find . | grep -v '^[.]$' > "$tmp"
cd "$1"
find . -maxdepth 1 | grep -v '^[.]$' > "$filez"
for j in `cat $filez`; do
if ( grep -i "^${j}$" $tmp ); then
name=`grep -i "^${j}$" $tmp | head -1`
if [ "${name}xx" != "${j}xx" ] ; then
mv "$j" "$name"
fi
fi
done
# going recursiv
find . -maxdepth 1 -type d | grep -v '^[.]$' > "$filez"
for j in `cat $filez`; do
if ( test -d "${2}/${j}" ) ; then
match_case "${1}/${j}" "${2}/${j}"
fi
done
}
match_case $from $to
rm $tmp $filez
Similar things could be said about things like “real” and “official.”
brb I’m just going to take a few minutes to go through my records and see if any of my recent upvotes need revising in light of your latest comment.