Live data from Hacker News

Viewing profile — deschutes

deschutes

HN member
Joined
Mon, Jul 28, 2014, 2:55 AM UTC
HN karma
181
Public activity
135 items

About deschutes

No profile information was provided.

Recent public activity

  1. comment
    Comment #48691932

    What is so objectionable about data centers anyway? That they consume utilities without employing a substantial amount of people? Compared to actual manufacturing like fabs the pol…

  2. comment
    Comment #48042853

    It's hard to find anyone that doesn't have some motivation in this problem. I won't claim any percentages because I do not know them and I would not trust them even if I did. That …

  3. comment
    Comment #46662771

    It sounds like std::atomic_ref ::{load,store}(relaxed) to me. 1. ad-hoc atomicity with ref 2. no ordering https://godbolt.org/z/4h893P7hG

  4. comment
    Comment #45369229

    You cannot use the rust standard library in environments where arbitrary allocations may fail but neither can you use the STL. The difference is the rust standard library doesn't p…

  5. comment
    Comment #45272386

    You are correct, it does not affect the lifetime of the pointed object (pointee). But a shared_ptr manages at least 3 things: control block lifetime, pointee lifetime, and the life…

  6. comment
    Comment #44842879

    Average citizen on receipt of news that swiss business is impaired

  7. comment
    Comment #43755039

    If you squint hard enough, any potentially allocating function is fallible. This observation has motivated decades of pointless standards work defending against copy or initializat…

  8. comment
    Comment #42942492

    Assuming memory is infinite for the purposes of a program is a very reasonable assumption for the vast majority of programs. In the rare contexts where you need to deal with the al…

  9. comment
    Comment #41314246

    Trying to apply heuristics like patterns to this problem is attacking the wrong thing. It boils down to a lack of belonging, trust and motivation of reviewers to do the right thing…

  10. comment
    Comment #41211953

    Be that as it may, from cursory research, there is a body of US law on these kinds of practices under the term "commercial bribery". I can't speak to the legal details at all but t…

  11. comment
    Comment #41211864

    This is exactly the kind of scenario that the foreign corrupt practices act identifies as a crime. It would be kind of ironic if it wasnt recognized as a crime in the US.

  12. comment
    Comment #41211843

    Author is untrustworthy and misrepresenting the actual details of the purported misdeeds if the sources cited in this thread are accurate. Whether or not there is some legal argume…

  13. comment
    Comment #41207281

    It may be obvious but rarely is it the focus of public discourse on drug companies. Basically the only thing that gets discussed is the apparent naked greed of drug research compan…

  14. comment
    Comment #41087806

    It's a creative thought but this kind of thinking is in direct contradiction to the widely accepted principles of safe firearm handling. Trying to mitigate the damage of negligent …

  15. comment
    Comment #41075960

    I think the dark side of it is unintentional ADL but it's mostly good. C++ gets a lot of mileage out of concepts in templates. The newer language feature just makes the existing pr…

  16. comment
    Comment #41075235

    This seems to be saying nothing. constexpr allows you to maintainably express the computation of a constant. This is useful, even if it morally is a script generating that constant…

  17. comment
    Comment #40949644

    To my understanding there is and there isn't. The driving force behind this demonstrated that it was possible to speed up the existing CPython interpreter by more than the performa…

  18. comment
    Comment #40032493

    Better odds and no work at a game of chance. That's pretty damning.

  19. comment
    Comment #39901826

    Have you ever taken a cab?

  20. comment
    Comment #39535050

    As far as design and ergonomics go, I'd compare servicelogs to a pile of trash that may yet grow massive enough to accrete into a planetoid. A text based format whose sole virtue i…

  21. comment
    Comment #39122620

    Is there a better way for something like an optimizing (jit) compiler? My barely informed understanding is that many of these bugs aren't soundness issues in the compilation proces…

  22. comment
    Comment #39119167

    You can't be everything to everyone. Packaging considerations for niche use cases rightfully take a back seat to debuggability and packaging considerations in modern web deployment…

  23. comment
    Comment #39119039

    It's not the same. You expect that the other team will score with so many possessions remaining. And when they do, they will be able to capitalize on the information gained from yo…

  24. comment
    Comment #39099241

    please. i'll take any odds that the vast majority of people on the plane are voluntarily flying for leisure. it's hysteria.

  25. comment
    Comment #39085135

    It's a symbol. Basically a glorified string literal.