Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
johnlinvc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
johnlinvc
3y ago
ssh://bbs@ptt.cc is the largest one in Taiwan with ~60k concurrent user at this moment. You'll need to switch to BIG5 encoding to display properly. There's also a web version https://www.ptt.cc/bbs/i
2.
▲
by
johnlinvc
7y ago
Swift also have them.
3.
▲
by
johnlinvc
7y ago
I don't use toggles for these common symbols like /\'[-+] . The trick is that you make the top row as same as a normal keyboard, move ]\ from second row to the bottom row as they seldom get typed (] got auto completion most o
4.
▲
by
johnlinvc
7y ago
For those who want to see them or just like Nodejs. National Palace Museum(NPM) is the place to find them.
5.
▲
by
johnlinvc
7y ago
yes, the regex part handles the validation.
6.
▲
by
johnlinvc
7y ago
Not exactly the same, since there's no UInt8 in Ruby. require 'sinatra' get %r{/hello/([^/]+)/(\d+)} do |name, age| "Hello, #{age} year old named #{name}!" end
7.
▲
by
johnlinvc
7y ago
Seems like the Swift slowness comes from ARC. > Unfortunately, the performance analysis shows, that the retain and release introduce a big performance hit, with little information on why exactly so many calls are necessary. https:/
8.
▲
by
johnlinvc
7y ago
The battle has not over yet. RHEL 8 has Python 2.7 in their Application Streams. So looks like Red Hat will provide security updates until Jun 2024 https://access.redhat.com/node/4079021
9.
▲
by
johnlinvc
7y ago
It's interesting to see that languages try to get features that other languages have. In Swift they have position argument in block from the start users.map{$0.name} now they want to add Ruby's &:attr feature[1]
10.
▲
by
johnlinvc
8y ago
Ruby's bundler is pretty neat. It's one of the first systems that introduced lock files.
11.
▲
by
johnlinvc
10y ago
Since we can reference other requirements with `-r req-dev.txt` inside requirements.txt . Current requirements.txt isn't really machine-readable without firing up a full Python interpreter.
12.
▲
Show HN: I made a match game to propose to my girlfriend
(github.com)
14 points
by
johnlinvc
10y ago
|
2 comments
13.
▲
by
johnlinvc
10y ago
We can even use string interpolation let x = "\(number)"
14.
▲
by
johnlinvc
10y ago
It's HNed, I got 509 Bandwidth Limit Exceeded. Looking forward to play it.
15.
▲
by
johnlinvc
11y ago
IIRC, Whatsapp is the first popular app of smartphone in Taiwan. In the beginning, A.P.P stand for Whatsapp in TV talk shows, just like F.B(Facebook) & I.G(Instagram) nowadays. Hence people trend to spell the word app as A.P.P.. As more
16.
▲
by
johnlinvc
11y ago
He got Cambridge Diploma in Computer Science. [1] http://en.wikipedia.org/wiki/Lee_Hsien_Loong#Background_and_...
17.
▲
by
johnlinvc
11y ago
We can also do that with unicorn-worker-killer.
18.
▲
by
johnlinvc
12y ago
"The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet." — Michael A. Jackson
19.
▲
by
johnlinvc
12y ago
Looks like the bank need a random excuse generating algorithm.
20.
▲
by
johnlinvc
12y ago
How about clojure and jruby? Adding these will be pretty awesome.
21.
▲
by
johnlinvc
12y ago
For the ruby/node guys, pkgr do the same thing: http://pkgr.io/
22.
▲
by
johnlinvc
13y ago
English
23.
▲
by
johnlinvc
14y ago
Is it hacker newsed? I'm having 502 bad gate way.
24.
▲
by
johnlinvc
14y ago
The ctrl location on that old machine is much more handy. I've changed my caps lock to ctrl for years.