Live data from Hacker News

Viewing profile — laylomo

laylomo

HN member
Joined
Sun, Mar 20, 2016, 2:06 AM UTC
HN karma
24
Public activity
7 items

About laylomo

No profile information was provided.

Recent public activity

  1. comment
    Comment #16832698

    This is awesome! Is the code available as open source anywhere? I might be interested in making my own personal deployment because I think youtube is far too distracting

  2. comment
    Comment #15243332

    Nice, reminds me of the equivalent OCaml implementation: let fizzbuzz n = match n mod 3, n mod 5 with | 0, 0 -> "fizzbuzz" | 0, _ -> "fizz" | _, 0 -> "buzz" | _ -> string_of_int n

  3. comment
    Comment #14708222

    Excellent post, Jared. Thanks for making it. I figured I should share a project I made as well with ReasonReact. I'm a noob to React and frontend programming in general, but I was …

  4. comment
    Comment #13046338

    It's because of words like anden and andEN. That second version is sing-songy because it has two stresses.

  5. comment
    Comment #13011767

    It's easy. The first bit: [person tells you that you're getting a list of persons. That's the most important part. The rest is telling you how they're getting in that list. It's al…

  6. comment
  7. comment
    Comment #11321454

    And if I recall correctly, the 2 million figure was just an artificial limit that they hit due to the configuration settings during the test, since it just "seemed like a really bi…