Live data from Hacker News

Viewing profile — davisp

davisp

HN member
Joined
Thu, Aug 20, 2009, 9:18 PM UTC
HN karma
171
Public activity
74 items

About davisp

No profile information was provided.

Recent public activity

  1. comment
    Comment #48360873

    > If I build a Markov chain based on a statistical analysis of word sequences in Hamlet, and then use it to produce a new sentence that isn't found in the text of that work, I have…

  2. comment
    Comment #43430057

    I’m gonna give this a very charitable read by saying that while I find the ways that the treatment of burn victims was advanced by abhorrent means, we as a society have still benef…

  3. comment
    Comment #43366152

    So there's a bit of a misunderstanding here in the chain of blog posts that I can clear up. First, from this article: That’s the question I’ve been mulling over for days, because I…

  4. comment
    Comment #42925847

    I'm no rustc expert, but from what little I know it seems like disabling panics for a crate would be an obvious first step. You make a great point though. Turning that into a compi…

  5. comment
    Comment #42925690

    What caught my eye in the article was the desire to have something that doesn't panic with a release profile, while allowing for panics in dev profiles. Based on other comments I t…

  6. comment
    Comment #42925067

    Does anyone know if there's an obvious reason that adding a `no_panic` crate attribute wouldn't be feasible? It certainly seems like an "obvious" thing to add so I'm hesitant to ta…

  7. comment
    Comment #42606250

    Absolutely correct! Had the bird strike not occurred, there wouldn’t have been a crash. Had things with the go around been handled properly, there would have been no crash. Etc etc…

  8. comment
    Comment #42501645

    There’s a few more than three. https://leanpub.com/cppinitbook https://www.reddit.com/r/ProgrammerHumor/comments/8nn4fw/for...

  9. comment
    Comment #42312677

    That’ll just depend on whatever code was deployed to the cluster. For the clusters I used to operate, the answer would be absolutely all nodes talk to all nodes all the time. I per…

  10. comment
    Comment #42305911

    > If you actually have 1000 nodes worth of work, the heartbeats are not at all a big deal. I think you’re missing the fact that the heart beats will be combined with existing packe…

  11. comment
    Comment #42301350

    Most likely those are just the states where they already have a tax presence. For whatever reason they happen to currently employ folks in those states so adding employees is easy.…

  12. comment
    Comment #42285950

    A wild tangent but reading “heritable metabolizing” really hit me on the “are viruses alive” question. I’ve been around enough biotech to have considered the differences between pl…

  13. comment
    Comment #42204986

    Sometimes science doesn’t have to be precise to demonstrate a result. Consider trying to measure feedback from a microphone and speaker. You don’t have to be an expert to know that…

  14. comment
    Comment #42189462

    This matches my experience. I spent a decade operating Erlang clusters and using hot code upgrades is a superpower for debugging a whole class of hard to track bugs. Although, with…

  15. comment
    Comment #42160063

    > Introductory summary: The current scientific consensus is that the placebo effect is a real healing effect operating through belief and suggestion. I have no idea what the rest o…

  16. comment
    Comment #42121700

    [flagged]

  17. comment
    Comment #42121567

    I made it through a few paragraphs before noping out because of how terrible this article is. Your comment made me go actually look to see what they could possibly be arguing again…

  18. comment
    Comment #42098257

    You can make a video, but odds are it won’t be good or get traction. I think you’re better off with a book. Books can remain indexed and accumulate readers for centuries, whereas m…

  19. comment
    Comment #41573889

    “Simplicity is a great virtue but it requires hard work to achieve it and education to appreciate it. And to make matters worse: complexity sells better.” — Edsger Dijkstra

  20. comment
    Comment #41523962

    Also, for anyone not completely familiar with Erlang's terminology, the translation of "per process garbage collection" to Go would be "per goroutine garbage collection". As mentio…

  21. comment
    Comment #41286806

    FWIW, I’ve been working on a project that has transitioned from a standard-ish CMake super build to vcpkg and it has been a fantastic upgrade in terms of usability and reliability.…

  22. comment
    Comment #41286756

    Probably so! Although, given that C++ doesn’t have ABI contracts to begin with, I’m not sure how it would matter in practice.

  23. comment
    Comment #40886894

    Information leakage since they have a timestamp component. Some people may not care, but plenty of folks do. As others have said, anything security related likely should UUIDv4. UU…

  24. comment
    Comment #40886858

    Worrying about UUID collisions is like worrying about being hit in the head by a meteor. Sure, its technically possible, but it happens so rarely that worrying about a collision as…

  25. comment
    Comment #40613201

    Royal Road is a place for a lot of folks to get audiences seeded before they inevitably move on to some combination of Patreon, Amazon Kindle Unlimited, and Audible. One very notab…