Live data from Hacker News

Viewing profile — notb

notb

HN member
Joined
Tue, Aug 09, 2011, 6:12 PM UTC
HN karma
99
Public activity
46 items

About notb

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #6348352

    shbobo.net

  4. comment
    Comment #6331710

    Google does the same kind of software interviews as anywhere else. They aren't special. You code on a whiteboard and it's supposed to be compilable in C or Java. The process beyond…

  5. comment
    Comment #5985859

    But.. Socket.io is built in sooo realtime ... Right?

  6. comment
    Comment #5985830

    Probably could be considered a competitor. This offers socket.io built-in, but doesn't seem to have the reactive data binding templates like meteor. This looks to be a Ruby on Rail…

  7. comment
    Comment #5916284

    There's a whole spectrum of users, as well. Programmers can be Python users, wherein the python implementation takes complexity hits to simplify it for the user. It's all subjectiv…

  8. comment
    Comment #5864029

    Can't tell if trolling... every single icon has a different drop shadow.

  9. story
  10. comment
    Comment #5759674

    Seems like a disadvantage to me. It's mostly just confusing and the only thing it affords is the ability to use :keywords as functions (:like so) which is just sugar for property a…

  11. comment
    Comment #5705157

    The work FOR us theme is present throughout. I'd guess it was intentional...

  12. comment
    Comment #5705069

    This has been my experience with recruiters but once you get past the wall of pleasantries and fake attitudes, they usually talk with more sense. Edit: Sibling comments are talking…

  13. comment
    Comment #5569305

    I think he's asking how it got so obfuscated in the first place. Seemingly, the spammers could just pilot a standard up to date client with a bot, rather than try and figure out th…

  14. comment
    Comment #5528859

    The whole aesthetic seems wrong. The perfect circles and even lines seriously clash with the naturally drawn clefs. In the example music, they adopt a new font for the time signatu…

  15. comment
  16. comment
    Comment #5496798

    I don't understand these questions: “Is optimization of speed premature while productivity languishes?”; “Are semantic elegance and lexical simplicity just means by which to furthe…

  17. comment
    Comment #5487633

    Its also a self fulfilling prophecy. When everyone colludes to start selling at the $200 mark, it will certainly burst.

  18. comment
  19. comment
  20. comment
    Comment #5268267

    Lexical scoping is a term to classify languages. The 'point' is to make it easier to understand how a language behaves. If you want to have var with the same name as something in a…

  21. comment
    Comment #5268199

    That article points out a design decision that the author disagrees with. It does not prove that CoffeeScript's scoping is broken.

  22. comment
    Comment #5235815

    Very good introduction to Lisp, as well.

  23. comment
    Comment #5230997

    Oh I see. Yes I was thinking of alpha-equivalence, sorry. Now I must ask, do you know any good papers/algos on that reduction? And how would you envision animating? It seems a bit …

  24. comment
    Comment #5230833

    Agreed, it is unwieldy. However, because of it, eta-reduction is not as important because equivalent terms look the same, and name collisions can't happen. It made it a bit simpler…

  25. comment
    Comment #5230674

    Right, thanks! Corrected.