Live data from Hacker News

Viewing profile — petmon

petmon

HN member
Joined
Wed, Aug 21, 2019, 9:58 PM UTC
HN karma
180
Public activity
68 items

About petmon

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #34474766

    Why? Did Fuschia enable any new features on Google Home Hubs which would have been more difficult/impossible with a Linux kernel? It's an honest question, my bias is that Fuschia i…

  3. comment
    Comment #34144885

    Imagine if what were Trump? Per the article, the Trump administration sought "help from the tech companies to combat misinformation."

  4. comment
  5. comment
  6. comment
    Comment #33779150

    China has already banned Google which is of a similar scale and impact.

  7. comment
    Comment #33779139

    Apple in many cases goes out of their way to avoid collecting your data. See Maps for example. Users' usage of Maps is associated with a random rotating identifier not tied to thei…

  8. comment
    Comment #33415944

    How would you handle clicks and stuff?

  9. comment
    Comment #33271030

    Is the neutron similarly complicated?

  10. comment
    Comment #33227551

    > historically they have never told my spouse about my affair Have we forgotten Google Buzz? Google changed GMail to publicly list the people you email most. In one case, this de-a…

  11. comment
    Comment #32959437

    It's of note that Trump wanted to reduce the SPR by half. The plan was rebuffed by Congress. https://www.cnbc.com/2017/05/24/trumps-strategic-oil-reserve...

  12. comment
    Comment #32908798

    It's common in other programming languages for string literals to have type string. It's weird and confusing that they do not in both Rust and in C++.

  13. comment
  14. comment
    Comment #32908617

    I think you DO have to know about those, or close analogs, in writing Rust. I like both C++ and Rust but I will rise to defend C++. 1. Exception safety becomes "catch_unwind." You …

  15. comment
    Comment #32908210

    Rust's "feature surface area" reaches or exceeds that of C++ through procedural macros, which surfaces the entire Rust AST to the developer. Major Rust crates like serde use this f…

  16. comment
    Comment #32775606

    It's about personal taste: some people want no ketchup on a burger, others only a little, some want a lot. Separate ketchup gives the customer that choice. Those little ketchup pac…

  17. comment
    Comment #32447605

    The C++ stdlib (aka STL) is 100% usable without exceptions. This is deliberate: major players and code bases disable exceptions, including Google, LLVM, Firefox, so it has to work …

  18. comment
    Comment #32435068

    The chief perceived benefit of Bitcoin is its speculative asset value. We may try to unseat this with a new, less environmentally harmful speculative asset, but it's unethical to d…

  19. comment
    Comment #32033023

    How does Go handle allocation failure? In my understanding objects may be allocated on the stack or heap per the compiler's whims. If a heap allocation fails, you just get "fatal e…

  20. comment
    Comment #32032920

    The case for particles is quantization. We've never seen half a photon or half an electron. This dates back to the ultraviolet catastrophe. If it was all about waves that would be …

  21. comment
    Comment #31898409

    Yes Chrome installers install themselves. Chrome is bundled with installers for unrelated products, and you have to deliberately uncheck it to not install it. Example: https://www.…

  22. comment
    Comment #31898250

    Microsoft got in legal trouble for coercing OEMs like Dell to ship IE. The OEMs, not Microsoft, should decide what ships on their own hardware. Here Apple is the OEM and is being c…

  23. comment
    Comment #31787957

    It is possible to allocate every object in its own page. In practice this is useful as a debugging tool but far too expensive for day-to-day operation.

  24. comment
    Comment #31721955

    A few years back we had this same discussion orbiting around Service Workers. Here's a post from 2017 where the top comment argues that what's holding back the web is the lack of S…

  25. comment
    Comment #31689559

    The cost of a bitcoin transaction is not adequately captured by transaction fees. There's two alternative ways to look at it: 1. Divide miner revenue (fees + seignorage) by the num…