Linux server admin, MySQL/TSQL database admin, Python programmer, Linux gaming enthusiast and a forever GM.
Sorry, legacy code and technical debt. Please check in with us in ~2000 years or so, we might have the next minor bugfix version up by then.
Squid is also a perfectly acceptable British slang term for money.
I’m pretty sure you’re thinking of an episode of The Orville, Mad Idolatry.
Many people (not all) rent because they can’t afford to buy, not because they don’t want to own property.
(remember, your aunt charging below market is the exception, not the norm)
Isn’t this definitionally true? The norm, by definition, is the market rate.
Russia prefers a destroyed world over an intact one without Russia.
That much is true, but none of this is existential. If the Russian military packs up and heads home, Russia continues to exist. They don’t want to do that ofc, but obviously Russia prefers an intact world with Russia compared to a destroyed world.
Citizens may have non-citizen friends and family who are potential targets.
Honest question: are eggs going to be affected? Corn feed for chickens is mainly domestic, there’s a lot of US factory farms. I’d expect tarrifs to primarily hurt foodstuffs that are heavily mported, like avocadoes, bananas, grapes, tomatoes, cucumbers, bell peppers, etc.
Green shirt guy has it rough. Climbing a ladder one-handed with that on your head seems incredibly difficult.
What about those on the periphery, with minimal protection from the state both before and after the fall? For them, the only real difference was the tax collector stopped showing up.
Please don’t take this as analogous to the modern day in any way. A modern village/town will break down rapidly without access to modern logistics, which was not the case then.
Isn’t that the same person? (Sorry, couldn’t resist!)
Neither slavery nor involuntary servitude, except as a punishment for crime whereof the party shall have been duly convicted, shall exist within the United States
No, this is a very old joke that uses the fact the command has “fr” in it to trick people about what the command does. Joking aside, here’s what the command actually does:
rm
is the command to delete files and folders
-f
is the force modifier. This means it’ll keep going even if it encounters problems and just delete as much as it can
-r
is the recursive modifier. That means it’ll go down every folder it sees in the target and delete the contents as well, and delete the contents of folders of folders, etc.
/
is the target. This is the root of the filesystem. If you’re used to Windows, that’s like targeting C:
.
Put it all together, and this command basically deletes your whole filesystem. A safeguard was put in place a while back due to people meming about this and causing newbies to delete their whole system. Now it won’t work unless you put in --no-preserve-root
, which tells rm
that yes, you really mean it, please delete my whole system.
/*
as the target works around that safeguard, because technically deleting everything in root is not the same as deleting root itself.
This is very much the Linux version of the old tricking gamers to alt+F4 gag.
My favorite was when I was teaching a friend Squad, and we were in a vehicle. I explained you hit the F keys to change seat (which is true), so F1, F2, F3, etc. Noticing that seats 1, 2 and 3 were filled, I then told him he can hold down alt to swap seats faster. He then immediately quits the game xD
Another Brexit dividend, I see.