Live data from Hacker News

Viewing profile — Kabie

Kabie

HN member
Joined
Sat, Jul 11, 2015, 5:14 AM UTC
HN karma
5
Public activity
14 items

About Kabie

No profile information was provided.

Recent public activity

  1. comment
    Comment #33313627

    Using stream can be faster here. Because you don't have to rebuild the same huge list again and again.

  2. 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.

  3. comment
    Comment #32103907

    Interestingly enough, I find myself rarely using regex with Elixir. Thanks to erlang's excellent pattern matching syntax for binary.

  4. comment
    Comment #31845940

    As someone using Elixir since 2013, I would suggest always learn you some lisp.

  5. 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?

  6. comment
    Comment #30496239

    Human seconds or CPU seconds?

  7. comment
    Comment #24621110

    Dependent type on BEAM? Can't wait to try it.

  8. comment
    Comment #15272938

    They renamed the kernel(Magenta) to Zircon.

  9. 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)…

  10. comment
    Comment #12669669

    The model of TIS-100 is more like the blocking channels in Go.

  11. comment
    Comment #12364151

    `de` and `prin`, wut?

  12. comment
  13. comment
    Comment #11350430

    Why `~Function(Int -> Int -> Int)` instead of `~Int -> Int -> Int`?

  14. 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.