Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
perlancar3
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
perlancar3
5y ago
OpenOffice Writer and LibreOffice Writer have their proper bugs of their own, to the point that it's very frustrating to work with a non-trivial document. Many of these include some aspects of formatting not being saved to file and not
2.
▲
by
perlancar3
5y ago
From the video, 1ms feels real time, but with 5ms you can still notice the lag. So wouldn't it be more appropriate to say "4ms is significant"?
3.
▲
by
perlancar3
5y ago
My guess is same argument as adding blood type to ID: it could help you in situations like emergency or accident (checking blood type is a few seconds anyway, but there might be situation where a test kit is not available when needed).
4.
▲
by
perlancar3
5y ago
Wow, I wonder how you got by. I'm useless when I had -2 or -3 myopia: couldn't recognize people's faces, couldn't read signs. With -3 I think your computer screen even looks blurry.
5.
▲
by
perlancar3
7y ago
There's also a Perl script with the same name since 2009, written by Audrey Tang (of pugs fame) and then rewritten by Ricardo Signes (of Dist::Zilla fame). I've used this script for years, not realizing there were other implementa
6.
▲
Dwindling CPAN Releases
(perlancar.wordpress.com)
141 points
by
perlancar3
7y ago
|
170 comments
7.
▲
by
perlancar3
8y ago
By the way, how should one measure language difficulty objectively? I think one proxy can be: the number of years a non-native learner typically requires before reaching a certain level.
8.
▲
by
perlancar3
8y ago
Yup, typically what a native Indonesian would say about how easy their language is. But foreigners are often tripped with other aspects of the grammar, which the native take for granted, such as those tikwidd mentions: noun classifiers, mor
9.
▲
by
perlancar3
8y ago
I wouldn't quite say "equally". Jakarta is a melting pot and the most significant portion of the population there is of Javanese descent. But many many people who are of Javanese descent don't even speak Javanese, especi
10.
▲
by
perlancar3
8y ago
Don't worry, it's improving :) We used to only be recognized as "the country which has Bali" (or even sometimes falsely as "located in Bali").
11.
▲
by
perlancar3
8y ago
Malay and Indonesian language are like British and American English, except with far more difference in vocabulary and far more false cognates. Although not nearly as different as, say, Portuguese and Spanish. Yes, a typical Malaysian or Si
12.
▲
by
perlancar3
8y ago
I'm Indonesian. Lots of people have Bahasa Indonesia as their first language, especially in the cities. Unless you go to the remote areas, you practically won't find people who can't speak Indonesian. In fact, it's the u
13.
▲
by
perlancar3
9y ago
As someone else pointed out, I think NO_COLOR should be COLOR (my preferred name, and I've used it in many of my scripts) or CLICOLOR or whatever, to be able to force turning off or turning on colors.
14.
▲
by
perlancar3
9y ago
Some prior arts: Data::Abridge, Data::Visitor::Callback, Data::Rmap, Data::Clean.
15.
▲
by
perlancar3
9y ago
It has been like that since forever (at least since 5.10, 2007). To only match 0-9, use [0-9] or /\d/a (/a is available since 5.14, 2011).
16.
▲
by
perlancar3
9y ago
Author of the module here. Didn't expect to see my blog post posted here. Feel free to ask any question you might have.
17.
▲
by
perlancar3
9y ago
Hi, I'm the author of the module. Thanks for the comment. The documentation definitely needs some work. Only the absolute basics is shown in the module's Synopsis, and some more info is written in the FAQ, but it's not as com
18.
▲
by
perlancar3
10y ago
By the way, do the guys who maintain www.builtinperl.com happen to be here? I submitted a new entry for it but haven't heard back for weeks. Another email has been sent but also hasn't seen any response.