Viewing profile — laylomo
laylomo
HN member- Joined
- Sun, Mar 20, 2016, 2:06 AM UTC
- HN karma
- 24
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About laylomo
No profile information was provided.
Recent public activity
-
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
-
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
-
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 …
-
comment
Comment #13046338
It's because of words like anden and andEN. That second version is sing-songy because it has two stresses.
-
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…
- comment
-
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…