Live data from Hacker News

Viewing profile — jnmuel

jnmuel

HN member
Joined
Fri, Jan 02, 2015, 8:48 PM UTC
HN karma
9
Public activity
4 items

About jnmuel

No profile information was provided.

Recent public activity

  1. comment
    Comment #8962062

    Yeah, it's easy to see how you monetize something like this (hiring a good programmer has $$$ attached to it) and you don't need a hard sell to make it work. It seems like it'd be …

  2. comment
    Comment #8833210

    I know someone that went from a Macbook Pro to one of these. He's been incredibly happy with it, and described the "just works" factor as being in the same range as his old Pro.

  3. comment
    Comment #8832738

    It's interesting that you can't imagine code that explicitly prints fizzbuzz with a third conditional. It's as simple as this: for i in fizzbuzz range fizz = i % 3 == 0 buzz = i % …

  4. comment
    Comment #8828469

    It's essentially the opposite of polymorphism. Polymorphism says that if you look at the same thing in two different contexts you should get two different results. Isomorphism says…