Viewing profile — Kabie
Kabie
HN member- Joined
- Sat, Jul 11, 2015, 5:14 AM UTC
- HN karma
- 5
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About Kabie
No profile information was provided.
Recent public activity
-
comment
Comment #33313627
Using stream can be faster here. Because you don't have to rebuild the same huge list again and again.
-
comment
Comment #32671126
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.
-
comment
Comment #32103907
Interestingly enough, I find myself rarely using regex with Elixir. Thanks to erlang's excellent pattern matching syntax for binary.
-
comment
Comment #31845940
As someone using Elixir since 2013, I would suggest always learn you some lisp.
-
comment
Comment #31513370
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?
-
comment
Comment #30496239
Human seconds or CPU seconds?
-
comment
Comment #24621110
Dependent type on BEAM? Can't wait to try it.
-
comment
Comment #15272938
They renamed the kernel(Magenta) to Zircon.
-
comment
Comment #14190144
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)…
-
comment
Comment #12669669
The model of TIS-100 is more like the blocking channels in Go.
-
comment
Comment #12364151
`de` and `prin`, wut?
- comment
-
comment
Comment #11350430
Why `~Function(Int -> Int -> Int)` instead of `~Int -> Int -> Int`?
-
comment
Comment #9946813
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.