Live data from Hacker News

Viewing profile — dhconnelly

dhconnelly

HN member
Joined
Tue, Oct 04, 2011, 5:22 PM UTC
HN karma
713
Public activity
138 items

About dhconnelly

dhconnelly.com

Recent public activity

  1. comment
    Comment #40364380

    Interesting. It’s definitely more abstract and philosophical than books like “Effective C++/Java/etc,” but I personally got a lot out of it and find it to be a really useful resour…

  2. story
  3. comment
    Comment #38735607

    https://www.youtube.com/watch?v=S0LVuPQ3GdM

  4. story
    Help: FB closed account of dog rescue volunteer

    Hi folks, an acquaintance of mine works (like, 100% of their free time) with stray and abused dogs. They use their Facebook account extensively to find homes for the dogs and other…

  5. story
  6. comment
    Comment #37255091

    Also interesting: https://go.dev/blog/ismmkeynote

  7. comment
    Comment #35471708

    While it’s true that difficult decisions need to be made, it seems that the point of democracy is that such decisions should have popular mandates. This reform doesn’t seem to have…

  8. comment
    Comment #34422405

    from a previous HN submission ( https://news.ycombinator.com/item?id=32607187 ): https://acoup.blog/2022/08/26/collections-why-no-roman-indus...

  9. comment
    Comment #31147166

    From the same link: > Please don't complain that a submission is inappropriate. If a story is spam or off-topic, flag it. Don't feed egregious comments by replying; flag them inste…

  10. comment
    Comment #28201179

    I dealt with a lot of the same issues around meaninglessness vs. golden handcuffs (at Google incidentally) and recently took a job at a smaller company, albeit without a pay cut. I…

  11. story
  12. comment
    Comment #27513846

    Yeah, no argument there. And I definitely like the Go community’s tendency towards straightforward code. But even there (among less Go philosophy-minded engineers, possibly) I’ve s…

  13. comment
    Comment #27508194

    Oh man, I read this article a few months back and it immediately resonated with me. I've never used Scala, but this advice has been applicable in every language, project, and team …

  14. comment
    Comment #27099326

    Okay, so there is consensus. I guess I was confused. Seems like quite a few people here are confused, though. Seems worth considering!

  15. comment
    Comment #27099130

    The commenter I'm replying to uses an entirely different toolchain, and the frequently-recommended Cornell book ( https://www.cs.cornell.edu/courses/cs3110/2021sp/textbook/ ) uses …

  16. comment
    Comment #27098878

    The Cornell textbook is great. I worked through most of it last year and learned a ton.

  17. comment
    Comment #27098836

    I've done a few small projects in OCaml. It's a brilliant language that I deeply enjoy using. But the situation for newcomers and those who don't have established patterns is bad. …

  18. comment
    Comment #23020088

    I suspect the downvotes are due to a lack of critical engagement. Even the Holodomor link offers a litany of reasons that aren't just "socialism," and we've been interfering in Ven…

  19. comment
    Comment #22370353

    No, didn't know about it. Interesting!

  20. comment
    Comment #22367863

    I've been working on Google Maps for close to five years now. I somehow missed the previous postings of this thread, but a little hyperbole never hurt anyone :) Your larger point a…

  21. comment
    Comment #22021417

    It’s not consistent. It mostly varies with levels of stress and anxiety, but there’s also a strong feedback loop.

  22. comment
  23. comment
    Comment #22017788

    My father is also an alcoholic, went to AA for a while, has had two divorces since because of drinking. My sister is an alcoholic, my mother is a prescription drug addict. The way …

  24. comment
    Comment #21585164

    Here it is in Python, if that's interesting: https://github.com/dhconnelly/paip-python (Also responded directly to your comment above, but just in case this is helpful here as well…

  25. comment
    Comment #21585139

    What a great book! I translated most of the Lisp code into Python a while back. You can find it on Github: https://github.com/dhconnelly/paip-python The logic programming bits in p…