Live data from Hacker News

Viewing profile — dpryden

dpryden

HN member
Joined
Tue, Sep 01, 2020, 7:53 PM UTC
HN karma
230
Public activity
19 items

About dpryden

I'm just this guy, you know?

Recent public activity

  1. comment
    Comment #44677180

    I think you might be thinking of https://cdsmith.wordpress.com/2011/01/09/an-old-article-i-wr... It says: > I give the following general definitions for strong and weak typing, at …

  2. comment
    Comment #33971819

    I was actually expecting a discussion of the PC Magazine humor page, and was disappointed when I clicked through. It did make me go pick up an old copy of PC Magazine from 1995 fro…

  3. comment
    Comment #33730876

    I recall from my time in Google Geo years ago that the idea of integrating Search and Maps was a big part of the "New Maps" release that happened around 2014. The rumor I heard was…

  4. comment
    Comment #32525557

    The K&R book is primarily focused on Unix and similar operating systems, and they didn't have threads when the book was written. The first edition of K&R was published in 1978. Wik…

  5. comment
    Comment #32277562

    This article is naive to the point of being flat-out wrong, since it makes extremely naive assumptions about how a garbage collector works. This is basically another C++-centric pr…

  6. comment
    Comment #30639690

    This is similar to the old debate about the meaning of "frontend" and "backend". I maintain that something cannot be a "frontend" or a "backend" in isolation, it can only be a fron…

  7. comment
    Comment #30101368

    This hints at an (IMO underrated) skill: being able to look at a problem and decomposing it into sub-problems that are solved by known algorithms. Topological sort is a pretty fund…

  8. comment
    Comment #29309005

    I am finding this article and the comments here very surprising. Do a large number of people actually believe that the word "crypto" means exclusively "cryptocurrency"? Does anyone…

  9. comment
    Comment #29240774

    Overall this seems like a very positive change. However, I wonder how it will affect local development of servers that participate in API flows with public-facing systems. As an ex…

  10. comment
  11. comment
    Comment #29084479

    I can't tell if this comment is implying that my comment is unclear, or if you're agreeing with the first line of my comment. In either case, though, it's an inside joke precisely …

  12. comment
    Comment #29084181

    Non-Googler: What do all those words mean? Noogler: Haha, this video is so funny! L4 SWE: (Crying because the video is so true) L5 SWE: Haha, this video is so funny! I should show …

  13. comment
    Comment #29061915

    It always amazes me how people believe they have a right to retrive data from a website. The HTTP protocol calls it a request for a reason: you are asking for data. The server is a…

  14. comment
    Comment #29019594

    If you are using floating point numbers implemented in hardware, then infinity is absolutely a valid value and one that your code will encounter. This is true regardless of languag…

  15. comment
    Comment #25648570

    I'd like to chime in and say that I also like C but really dislike Go. C is simple, to what today is nearly an absurd degree, but it at least integrates well with an enormous ecosy…

  16. comment
    Comment #24792957

    "PC LOAD LETTER" was a very common message on the old HP LaserJet Series II printers. This cryptic message on the tiny LCD display was short for: PC: "Paper Cassette" Load: "out of…

  17. comment
    Comment #24754211

    My first reaction to the page was: how do I know who wrote these? How do I know whether they are right or wrong? How do I correct ones that I can see are incorrect (or at least mis…

  18. comment
    Comment #24687262

    I think much of the difference here depends on your workflow. Where do you run tests? How do you manage build infrastructure? What is your process for code review? What is your pro…

  19. comment
    Comment #24346276

    I'm confused about how the documentation recommends using a Kubernetes operator to manage OS updates. That seems weird and backwards to me. I would rather see an immutable OS AMI i…