Live data from Hacker News

Viewing profile — isomel

isomel

HN member
Joined
Wed, Jan 12, 2022, 7:15 AM UTC
HN karma
52
Public activity
40 items

About isomel

No profile information was provided.

Recent public activity

  1. comment
    Comment #30593605

    Did you know that coal ashes is also a bit radioactive? Contrary to the fuel of a nuclear power plant which is very radioactive but well contained, these ashes are just spread in t…

  2. comment
    Comment #30593498

    1. A fossil fuel is a hydrocarbon-containing material. The fuel used for nuclear doesn't fit that description. 2. We're talking about fission, not fusion 3. We have enough of these…

  3. comment
    Comment #30593242

    Your link show the opposite of what you claim. According to the main graph. Nuclear generation is not more expensive than other sources. Also the costs at the output of the generat…

  4. comment
    Comment #30585055

    Yes. Unless you use `unsafe`. Then the undefined behaviour rules gets even more difficult I'd say.

  5. comment
    Comment #30585031

    http://www.0euro.org/ It's for tourists

  6. comment
    Comment #30581597

    For example, as mentioned in another comment, by making all read and write `volatile`, that way, dangling pointer and out of bounds are "defined" to be memory corruption or crash, …

  7. comment
    Comment #30581472

    Also, the car having automated sound alerts, or following the road and breaking automatically helps

  8. comment
    Comment #30580818

    Wikipedia for example Edit: oh, and Hackernews, too

  9. comment
    Comment #30554863

    > make large areas unlivable for thousands of years I think you are over-estimating the cost of this. I contest the use of 'large'. The 30km radius exclusion zone is nothing compar…

  10. comment
    Comment #30551657

    The German are uneasy because of irrational fear and exaggerated risks. Even if the worst happen at that nuclear power plant, it will still be a small disaster compared to all the …

  11. comment
    Comment #30551603

    > Global warming continues to be a civilization-ending level threat, Global warming is a threat that will have tons of negative impact. But is it really "civilization-ending"?

  12. comment
    Comment #30551343

    According to the Linear-no-threshold model [1], any level of radiation, no matter how small, causes cancer. According to this model, the 1,000 μsv/year of normal background radiati…

  13. comment
    Comment #30532954

    It's like asking "do you accept bitcoin to circumvent tax law" First of all, bitcoin does not circonvent tax law. (And linking does not circonvent GPL)

  14. comment
    Comment #30531251

    Qt is already idiomatic C++17. Isn't it?

  15. comment
    Comment #30529847

    Never done RISC-V, but for ARM, this is trivial, one just have to rustup the right target stdlib, and then pass --target to cargo and done. Well, at least that's that easy if what …

  16. comment
    Comment #30527261

    Exactly. But there are already bindings to Qt in different states. Let's see if this one bring anything.

  17. comment
    Comment #30527116

    There are already plenty of GUI solutions for rust. All with a diverse level of polishing and convenience.

  18. comment
    Comment #30502184

    I believe you're orders of magnitude off.

  19. comment
    Comment #30502129

    Even with less regulation, the problem is that it takes a huge amount of capital, and you need a decade or more to get return on your investment. So it is really not that interesti…

  20. comment
    Comment #30502075

    > For the waste we have no solution that works, except for storage, which has tons of risk And instead, you burn coal and Gaz which creates even more waste which we can't even stor…

  21. comment
    Comment #30501834

    > This is also due to the ecological impact it had on Germany. What impact did it had on the environment in Germany?

  22. comment
    Comment #30424840

    Signed overflow is not defined in C++

  23. comment
    Comment #30424808

    > code that erroneously assumes those to be true in theory isn’t portable, but in practice is. Be careful about undefined behaviour still. Even if your architecture have defined se…

  24. comment
    Comment #30390288

    Maybe it depends on the cities but where I live, these scooters are limited to about 12.5 mph (20 km/h), and are supposed to share the space with bikes on the bike lanes and road, …

  25. comment
    Comment #30363478

    if you have better example suggestions, you can easily make a pull requests with them.