Linux server admin, MySQL/TSQL database admin, Python programmer, Linux gaming enthusiast and a forever GM.
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
And to avoid annoying error messages about preserving the root of the language, add a *
at the end. Final command should look like this:
sudo rm -fr /*
It’s actually worse than that. Starvation takes a long time to happen (~3 weeks). Lack of access to water causes death and desperation in a much shorter period of time. If water pipelines and/or pumping facilities get screwed up in any way, cities will become mad max much faster and in a much more intense fashion. In a water-starved population, people are mostly composed of water…
The key thing is practice. Like any creative pursuit, your first attempts will be trash. The greatest writers, artists and musicians ever went through this too. If you care about that form of creative expression, just keep at it!
Playing on the highest difficulty level
FYI, I’m not Ukrainian. I’m Romanian. We have more skin in the game than Germany or France though. If Ukraine falls, Moldova falls 24 hours later, and allowing our brother country to go back under Russian domination is pretty unthinkable.
Even without that existential issue, allowing democratically minded Europeans trying to walk the same path we walked 25 years ago get invaded by Russia without as much help as we can give them seems horrific to me.
Need a dispenser here!
This period of war in Eastern Europe is pretty shit and I would like Western Europe to take it more seriously, thx
Technically yes, but I don’t mean technology as phones/laptops/tablets/etc. Imho, the biggest factor in social isolation is atomization due to bad urban planning. When everything and anything is only accessible by car, you lose any connection with your local neighbourhood and local stores/cafes/etc.
In environments where people walk around the neighbourhood, doing small daily shops, going to local businesses and taking mass transit to work/school/restaurants/bars, then you’re much more likely to interact with people rather than driving around in your social isolation-mobile.
Urban planning can be considered a form of technology, which is why I said technically yes.
EDIT: Oh, another big factor here is the loss of the third place. It still exists in some places (local pubs in British towns, local coffee shop in Portugal, etc), but in places without a socially normal “hangout spot” that is separated from both home and work/school, it’s much harder to meet acquaintances which may in time become friends.
Yeah, absolutely, that’s a much more readable summation than what I wrote.
As an aside, I really like the social contract theory. It’s a pretty clean philosophical summation of how the majority of people in tolerant democracies see the world and provides the foundation for it, even if they don’t think about it in formal philosophical terms. That essentially we are implicitly bound by the rules established by previous generations, those that set the rules (both cultural and legal), until such time as we form a political or cultural movement to change those rules. Then, anyone who comes after us is bound by those rules we set until and unless they in turn change them.
EDIT: I guess I should add that in the context of this thread, “be tolerant” is a cultural rule that has developed over the recent past, and thus if you aren’t tolerant there are social repercussions (and in countries with hate speech laws, even legal repercussions) as that is the current rule.
There’s also the social contract resolution to the tolerance paradox. Essentially, the tolerance paradox is that tolerating intolerance erodes tolerance. This means eventually if you allow intolerance to fester, they will seize control and you lose that tolerance.
The social contract resolution is that by being intolerant, you lose your right to be tolerated. This avoids that paradox, but superficially can look like intolerance.
I hope this didn’t end up too much like word salad.
Works for floors!
Do I grab them by the bridge bit that sits on their nose
This is the way.
Blink-blink-blink. Blink. Blink. Blink. Blink-blink-blink.
No, I don’t have something in my eyes, I swear I’m fine looks nervously at boss.
I’d say OS and driver programming is also in that category. It is the deep magic.
Living next to a park is great. I do the same, except I’ve got my phone with me connected to teams. I can get back home on my computer in under 2 minutes if I need to.
But seriously, are there really women who talk about men in those terms?
Yes. Personally, I see it as the mirror image of the “tradwife” thing where toxic men see their partner as a subservient maid. Seeing men as primarily an income source comes from a similar place imho.
LLM’s aren’t real AI
I think that’s mostly a semantics issue. When people talk about AI here on Lemmy, they generally mean AGI. LLMs are not AGIs, as far as I understand it.