On a rather unrelated note, those binders are called "fardes à anneaux" in my dialect of French. Translating directly to "ring binders". Languages are fun
Yes, this story gets posted a lot, and many of us might know it, but at the same time, I like to think about the ones that didn't. They will learn something new today. XKCD said it better than I could: https://xkcd.com/1053/
Genuine perennial favs are worth repeating every so often --- a year or two's interval seems reasonable, and is vouched by HN.
A marker of aging for me was seeing, a decade or two after I'd first read them in the local paper as a callow youth, repeats of previous features, by topic if not the actual text. Eventually the thought occurred to me that perhaps the versions I'd remembered were themselves not original.
People tell, and repeat, and embellish, stories. Sometimes because the young'uns and whippersnappers and new arrivals haven't heard them yet. Sometimes because they're just damned good stories and we enjoy the retelling.
wait, really? padding with zeros maps to a different IP address than the non-padded version?
Is that because a leading zero causes it to be interpreted as an octal number?
In [2]: socket.inet_aton('226.000.000.037')
Out[2]: b'\xe2\x00\x00\x1f'
In [3]: socket.inet_aton('226.000.000.37')
Out[3]: b'\xe2\x00\x00%'
In [4]: socket.inet_ntoa(b'\xe2\x00\x00\x1f')
Out[4]: '226.0.0.31'
In [5]: socket.inet_ntoa(b'\xe2\x00\x00%')
Out[5]: '226.0.0.37'
I am so late to the party I feel so ashamed but here is my 2 cents.
Please, please, travel, and by that I don't mean doing a full a world tour. Just explore what exists outside of your surroundings. Exercise yourself to questioning. Making money is fine, and most of the time needed, but discovering what your like / loathe is as important. Talk to people, share stories, get into argument, confront yourself with other way of thinking.
Being able to code or having a nice portfolio might make you hire-able but true maturity will make you shine amongst others.
Just a small thing that bother me is that on my desktop machine, the second column is not aligned as neatly as the others (due to two lines descriptions maybe ?)