Hacker Newsnew | past | comments | ask | show | jobs | submit | akeruu's commentslogin

On a rather unrelated note, those binders are called "fardes à anneaux" in my dialect of French. Translating directly to "ring binders". Languages are fun


That's the first time I hear the word "farde". Thanks for sharing.


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.


Yes, I’ll continue upvoting this classic when it pops up in the years ahead.


I did. And it was not only informative but also hilarious.


One of the most endearing xkcd strips. A bit lightbulb moment when I figured this out in my life.


There are but I could not find many details about them in English. Some of the well knowns are:

すもももももももものうち or ははははははははのははははははとわらった

Please see MeCab (https://en.wikipedia.org/wiki/MeCab) segmentation output below:

http://www.edrdg.org/~jwb/cgi-bin/mecabdisp?sent=%E3%81%99%E...

http://www.edrdg.org/~jwb/cgi-bin/mecabdisp?sent=%E3%81%AF%E...


Mecab fails miserably on the second. It doesn't find the hidden "母は", but it's hard to blame it.


This happens more often then you might think.

A lot of people are adding padding when they need to store IPs. So they can be easily sorted using alphanumeric sort:

192.168.001.001 192.168.001.002 192.168.001.003 ... 192.168.001.254

And then use it that way to connect to servers, causing lots of confusions.


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?


Yes.

    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'


Oh, wow.

I.. wow.

No words come to me!

Learn something new everyday!


It sounded genuinely honest to me and I find being proud of oneself when tough times where endured is pretty healthy.


It was stories like this that made me know when I was young I could get out of my situation if I worked hard and used common sense


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.


I really like the tone and the realization.

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 ?)


Hmm, that's strange. I'm not seeing it on my desktop. Do you mind posting a screenshot of it?


For me they all get more and more misaligned: https://imgur.com/gallery/QUDuE

FF 55.0.2 on Ubuntu 16.04.3 with uBlock and Privacy Badger


For me, the Vine tile doesn't have an app icon (looks like uBlock is suppressing it), and everything below shifts up:

https://kek.gg/i/3kytsn.png

(probably an argument for min-height)


Thanks for the screenshot! I cannot reproduce this on my end but will watch out for it.


Seems to be blocked by uBO filter:

##img[alt="Vine"]

Arguably an issue with the filterlist being too broad. Changing the alt-text would probably work as a workaround for now.


Thanks! It should be fixed now.


I might be a tad late to the game, but I'm really happy with my Wenger. Specifically this one : http://wenger.swissluggage.com/proddetail.asp?prod=600628

I previously used one from SwissGear too but found the Wenger a bit more robust for my commute heavy life.


I'm simply using Heroku free tier for both hosting and database, which is PostgreSQL.

It is really simple to setup although you get some delay due to their "sleeping dyno" system. [0]

[0] https://devcenter.heroku.com/articles/free-dyno-hours#dyno-s...


There are some nice online book recommendations website. Most of the time I use Good Reads [0] or What Should I Read Next [1]

[0] https://www.goodreads.com

[1] http://whatshouldireadnext.com


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: