Live data from Hacker News

Viewing profile — tomTheBom

tomTheBom

HN member
Joined
Fri, Jun 07, 2013, 2:08 AM UTC
HN karma
1
Public activity
3 items

About tomTheBom

No profile information was provided.

Recent public activity

  1. comment
    Comment #21108594

    I have thought about this idea of a personal "knowledge base". There are so many important bits of knowledge that are scattered among things like Evernote (and its like), browser b…

  2. comment
    Comment #5838986

    Of course. Shoulda seen that. ;) forEach on an empty collection returns immediately. Thanks.

  3. comment
    Comment #5836718

    Very interesting post but I'm having trouble with one thing. pipeline(5) returns 5. When I try to follow that path, I get to this: reduce(function(l,r) { return r(l); }, seed, funs…