Live data from Hacker News

Viewing profile — jlipps

jlipps

HN member
Joined
Wed, Apr 02, 2008, 7:07 AM UTC
HN karma
209
Public activity
37 items

About jlipps

jlipps.com

Recent public activity

  1. comment
    Comment #46774590

    Yes, good point! Further underscoring the fetishistic nature of efficiency as highest value ;-)

  2. comment
    Comment #46774512

    I love the references to Jacques Ellul's ideas, which I think are interesting to reflect on in an AI age. It helps make clear that what is fundamentally at stake in much technologi…

  3. comment
    Comment #44241895

    RIP Mikeal. Will always fondly remember our random philosophy/religion chats at tech conferences.

  4. story
  5. comment
    Comment #27174487

    I found myself frustrated with Node’s child_process library. Some great primitives but a lot of boilerplate to do simple tasks like return a Promise when a subprocess is known to h…

  6. comment
    Comment #26393379

    My brother (SF) and I (Vancouver) have some epic indie alt/rock/pop tunes! https://splendourhyaline.bandcamp.com/album/present-future

  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. comment
    Comment #9972499

    Thanks for your thoughts. The point of my article wasn't to deny that there are any counterexamples to my overarching theme. No argument involving society is going to be free of co…

  18. story
  19. story
  20. story
  21. story
  22. comment
    Comment #8087135

    Nice! Interested in adding the contra approach to https://github.com/jlipps/async-showcase ?

  23. story
  24. comment
    Comment #7157741

    I'm surprised there's yet another JS implementation of the webdriver protocol. I wonder what was lacking in the existing frameworks from the author's perspective? disclaimer: I wor…

  25. comment
    Comment #6105617

    You could wrap the whole thing in a try-catch and catch the first error to occur. In my experience, running this with Mocha, errors are handled automatically by it()