A genius wouldn’t post something this pointless and idiotic in the first place. If they felt inclined to, they would likely not think it worth the time.
i’d nominate Ramanujan as the geniuses’ genius: he had basically no formal education on mathematics, and yet he solved problems that the rest of the world collectively couldn’t crack.
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”
“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.”
@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 .
Loopback Addresses, Always your computer
127.x.x.x
Private 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.255
Broadcast, Addresses all computers on your local network
255.255.255.255
CGNAT 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 addresses
Which 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.
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.
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.
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
Posts must be relevant to programming, programmers, or computer science.
No NSFW content.
Jokes must be in good taste. No hate speech, bigotry, etc.
He truly is an idiot’s concept of a genius.
No one who anctually understands Unix or IP networking would ever craft that as an explanation for this concept.
That said, it’s an excellent explanation of how a lobotomy helped him embrace his true self.
Now I want to see:
A genius wouldn’t post something this pointless and idiotic in the first place. If they felt inclined to, they would likely not think it worth the time.
deleted by creator
i’d nominate Ramanujan as the geniuses’ genius: he had basically no formal education on mathematics, and yet he solved problems that the rest of the world collectively couldn’t crack.
Ah true I haven’t heard of him! Love to hear about autodidact geniuses.
I think I just wanted to mention arrested development lol. It being a smart, well-written show about very dumb people
Fair! I hope I didn’t ruin your fun.
No dramas!
You know nothing, Elon Musk!
He knows as much about Unix as he knows about PoE2
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.
He tries so hard to sound intelligent…
He tries so hard to sound like an smart it guy.
But he isn’t…
“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.”
the woke was coming from inside the house!
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?
@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.
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.
Loopback Addresses, Always your computer
127.x.x.x
Private 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.255
Broadcast, Addresses all computers on your local network
255.255.255.255
CGNAT 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 addresses
Which 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.
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.
Those are non-routed IP blocks. 127.0.0.1 is the machine you’re on, the localhost.
Days after exposing himself as a fake poser of a gamer, Elon has conveniently (again) reminded us he’s also a fake poser of a programmer
@theneverfox @HiddenLayer555 Euh… that’s network / sysadmin more than programming .
Not if you’re a Bash programmer ·υ·
He exposed himself as a poser especially as a bash programmer
My sister’s name is Amanda, not Admin!
He is still bad at it
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.
Anyone else besides me want a moratorium on musk spam? No one should have to see anything he tweets.
Well, maybe not a moratorium, but I certainly would appreciate some peace and quiet.
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.
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.
The woke mind virus is coming from inside the Musk!
pretty sure he is saying the woke mind people found themselves and deleted themselves, that quote retweet makes no sense to me
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.