Viewing profile — jlipps
jlipps
HN member- Joined
- Wed, Apr 02, 2008, 7:07 AM UTC
- HN karma
- 209
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About jlipps
Recent public activity
-
comment
Comment #46774590
Yes, good point! Further underscoring the fetishistic nature of efficiency as highest value ;-)
-
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…
-
comment
Comment #44241895
RIP Mikeal. Will always fondly remember our random philosophy/religion chats at tech conferences.
- story
-
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…
-
comment
Comment #26393379
My brother (SF) and I (Vancouver) have some epic indie alt/rock/pop tunes! https://splendourhyaline.bandcamp.com/album/present-future
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
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…
- story
- story
- story
- story
-
comment
Comment #8087135
Nice! Interested in adding the contra approach to https://github.com/jlipps/async-showcase ?
- story
-
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…
-
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()