Live data from Hacker News

Viewing profile — xonea

xonea

HN member
Joined
Mon, Mar 04, 2013, 6:30 AM UTC
HN karma
33
Public activity
8 items

About xonea

No profile information was provided.

Recent public activity

  1. comment
    Comment #5740486

    You have to tell to interpret stdin as UTF-8 (flag -C) - then it works: https://news.ycombinator.com/item?id=5734641

  2. comment
    Comment #5735348

    The speed difference is bigger than I would have expected - about one order of magnitude in perl with a simple test script : http://ideone.com/Yso23W

  3. comment
    Comment #5734641

    You have to tell perl to expect utf8 from stdin (switch -C). $ echo '੧' | perl -C -pe 'print "yes: " if m/\d/' and $ perl -e 'use utf8; print "yes\n" if "੧" =~ m/\d/;' both work :)…

  4. comment
    Comment #5576567

    This is not new and probably will not be fixed fast - the situation has been like that (unchanged) since at least 2011.

  5. comment
    Comment #5576559

    nope, bing did not work correctly in the past. A few web searches reveal that it has been like that since at least 2011.

  6. comment
    Comment #5576458

    Well, it is not really a flub of this year. Or even something specific to Bing (try https://www.nba.com/ or https://www.jetstar.com/ ) Basically Akamai is using the same ssl certif…

  7. comment
    Comment #5349324

    Yup. So - the answer to the question "What Does Pi Have To Do With Gravity" is pretty much - nothing. The article also notes that it does not work it you use feet instead of meters…

  8. story