Viewing profile — xonea
xonea
HN member- Joined
- Mon, Mar 04, 2013, 6:30 AM UTC
- HN karma
- 33
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About xonea
No profile information was provided.
Recent public activity
-
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
-
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
-
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 :)…
-
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.
-
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.
-
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…
-
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…
- story