Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Kabie
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Kabie
4y ago
Using stream can be faster here. Because you don't have to rebuild the same huge list again and again.
2.
▲
by
Kabie
4y ago
They are teammates, so they know how each other plays. And Ye is a more experienced player. But she is also famous, so players from other countries studied how she plays.
3.
▲
by
Kabie
4y ago
Interestingly enough, I find myself rarely using regex with Elixir. Thanks to erlang's excellent pattern matching syntax for binary.
4.
▲
by
Kabie
4y ago
As someone using Elixir since 2013, I would suggest always learn you some lisp.
5.
▲
by
Kabie
4y ago
I'm on mac and I put it under ~/Applications. But it told me: > Please move Arctype into your Applications folder What's the difference?
6.
▲
by
Kabie
5y ago
Human seconds or CPU seconds?
7.
▲
by
Kabie
6y ago
Dependent type on BEAM? Can't wait to try it.
8.
▲
by
Kabie
9y ago
They renamed the kernel(Magenta) to Zircon.
9.
▲
by
Kabie
9y ago
Quick correction: it's `Kangxi Dictionary`, instead of `Kang Yi Zi dictionary`. And the comparison between `本` and `未`. It makes more sence with `本`(root, origin) and `末`(tip, end). In modern Chinese, `蚤` and `早` are distinguish well.
10.
▲
by
Kabie
10y ago
The model of TIS-100 is more like the blocking channels in Go.
11.
▲
by
Kabie
10y ago
`de` and `prin`, wut?
12.
▲
by
Kabie
10y ago
Why `~Function(Int -> Int -> Int)` instead of `~Int -> Int -> Int`?
13.
▲
by
Kabie
11y ago
I'm surprised that no one mentioned Functional Programming languages. I think the way they think would be quite refreshing for someone get bored of OO.