Viewing profile — tomTheBom
tomTheBom
HN member- Joined
- Fri, Jun 07, 2013, 2:08 AM UTC
- HN karma
- 1
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About tomTheBom
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #5838986
Of course. Shoulda seen that. ;) forEach on an empty collection returns immediately. Thanks.
-
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…