- cross-posted to:
- programmer_humor@programming.dev
- cross-posted to:
- programmer_humor@programming.dev
He’s saying the enemy is within and must be wiped out completely.
Recursively and forcefully remove virus at Localhost.
Just sent to a friend and I broke it down like this
The commands wouldn’t work on Linux/Unix due to the format. But… They don’t need to if you’re just sending a message.
127.0.0.1 means the local machine. The host.
rm is remove. -r is recursively. -f means use force if necessary.
The commands, when put together, would look something like this:
traceroute wokemindvirus (find the location of and path to the virus)
The virus has been located at localhost (internally)
rm -rf /127.0.0.1/wokemindvirus
Remove, forcefully and recursively until nothing is left, the woke virus, in the local host - USA.
In other words, the enemy within must be wiped out.
Tell me I’m crazy.
It’s such a stupid joke that I prefer to interpret it like this:
He discovered that he is the source of the woke mind virus, and then he forcefully lobotomized himself.
Didn’t the woke virus delete /usr/bin/rm ?
Although rm might be a builtin, I didnt check.
❯ which rm /usr/bin/rm
Ah, no, apparently it isn’t.
the woke was coming from inside the house!
Anyone else besides me want a moratorium on musk spam? No one should have to see anything he tweets.
Please.
If I wanted to read Musk, I’d follow him.
If I wanted to see someone’s tweets all day, I’d be Twitter instead of Lemmy.
I use Lemmy to read Lemmy, not to be reading screenshots of Twitter in Lemmy.
Thanks.
I don’t even have X, but everywhere I go there’s an Elon’s tweet
maybe we need a dunk comm thats just for elon, quarantine it lol
There’s always a Trump quote, there’s always a Musk Tweet….I suppose.
Monetize this spam with $8 donations please.
Well, maybe not a moratorium, but I certainly would appreciate some peace and quiet.
“The surge of emotion that shot through me when I saved your life taught me an even more valuable lesson: where woke_mind_virus lives in my brain. [Announcer: “woke_mind_virus deleted.”] Goodbye, woke_mind_virus.”
sudo rm -fr - -no-preserve-root
The magic spell that removes the woke mind virus, but only if used on the main twitter server as a high level admin user with full access.
Just tell everyone it’s to delete the french language pack.
It would remove the Latin language packas well because its specifying the --no-preserve-root flag.
Actually I’d worry that it might purge language all the way back to Indo-European, but if it means getting rid of French, its a risk I’m willing to take.
He is just person born in rich family that used social media to create image of some kind of engineering genius, when his actual “skill” was to have money, push engineers to work hard and knowing how to get money from the government.
Does each provider have their own? Most of the ones I’ve had your local network was 192.168.0.1, but my recent one is 10.0.0.1.
It’s all just modem access I’m guessing in the end and they can choose mostly what they want?
Those are non-routed IP blocks. 127.0.0.1 is the machine you’re on, the localhost.
@SchmidtGenetics @HiddenLayer555 No. 127.0.0.x will always be localhost / local machine in any network. What you’re referring to 192.168.x.x and 10.x.x.x are normalized local network addressing, 192.168 widely used by ISP on their router for home client and 10 being used by companies IT.
Ah on my end, both are the same companies IP provider and they are different modem manufacturers. Both were used to log into the modem to change settings.
@SchmidtGenetics There’s a lot of way of doing in things in network and all of them are “good” given a specific context or need. As long it work the way you want, that the point .
That’s good to know, I just didn’t know the context of the 127, and it’s not the same, so that good to know.
Cheers mate.
127.0.0.x
It’s actually a /8. 127.x.x.x
No, 127.0.0.1 is the loop back, so it doesn’t even leave the machine and doesn’t need to be connected to any network.
127.0.0.1 is a special IP address that loops back to the device itself.
For local area networks there are 3 groups of private IPv4 address spaces
192.168.0.0 - 192.168.255.255 172.16.0.0 - 172.31.255.255 10.0.0.0 - 10.255.255.255
Basically you can use any address range in any of those 3 ranges, ones in the 192.168.x.y block have been pretty common for home routers for a while.
Normally you can change the address ranges set in the router if there’s a particular range you want to use.
Loopback Addresses, Always your computer
127.x.x.xPrivate IP Addresses, Computers on your local network
10.x.x.x
172.16.0.0 -172.31.255.255
192.168.x.x
169.254.x.x (link local, used if your network has no DHCP server)Multicast, Addresses multiple computers on your local network
224.0.0.0 - 239.255.255.255Broadcast, Addresses all computers on your local network
255.255.255.255CGNAT Addresses, Computers on your same ISP/carrier
100.64.0.0 - 100.127.255.255
(Only applicable if your ISP/carrier uses CGNAT)Public Internet Addresses
Most other IP addressesWhich block of private IPs your local network uses depends on how your router/DHCP server is configured. If you’re using the standard router your ISP provided then whatever default settings on that will determine your local subnet.
So he isn’t even a techy, the whole thing has been an act
after he bought twitter and made a big thing about auditing their code, there was a post going around that was something like
first he talked about cars, and i know nothing about cars but people said he was a genius so i believed it
then he talked about rockets, and i know nothing about rockets but people said he was a genius so i believed it
now he’s talking about computers, and i know a lot about computers, and he’s saying some of the most batshit insane things i’ve ever heard, so i’m starting to reevaluate my earlier choices…
He should have asked some genAI to write this 😐
Scanning 104.244.42.129 for fascist_bullshit
fascist_bullshit found!
Adding host to block list.
gameindustry.eu/ good site for tracker blocking etc in games
Removed by mod
Removed by mod
Removed by mod
Removed by mod
I’m sorry you live in Baltimore, for what it’s worth.
This is hilarious to meI need to know 😭
deleted by creator
The woke mind virus is coming from inside the Musk!
This is what that indian kid would write on facebook after his first programming course lesson, to show off career choice
I think that kid made the youtube channel “Engineering Made Easy”
It’s a channel about an Indian guy badly explaining physics in order to justify his spiritual beliefs, featuring the best of “Shit Roger Penrose absolutely did not say, not even when talking about Orch-OR”
Lmao, so accurate.
All the Linux details are weirdly off, like it’s correct enough if you were copying someone’s homework, but it’s just wrong if you’ve actually done anything in linux.