Viewing profile — isomel
isomel
HN member- Joined
- Wed, Jan 12, 2022, 7:15 AM UTC
- HN karma
- 52
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About isomel
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
comment
Comment #30585055
Yes. Unless you use `unsafe`. Then the undefined behaviour rules gets even more difficult I'd say.
-
comment
Comment #30585031
http://www.0euro.org/ It's for tourists
-
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, …
-
comment
Comment #30581472
Also, the car having automated sound alerts, or following the road and breaking automatically helps
-
comment
Comment #30580818
Wikipedia for example Edit: oh, and Hackernews, too
-
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…
-
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 …
-
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"?
-
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…
-
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)
-
comment
Comment #30531251
Qt is already idiomatic C++17. Isn't it?
-
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 …
-
comment
Comment #30527261
Exactly. But there are already bindings to Qt in different states. Let's see if this one bring anything.
-
comment
Comment #30527116
There are already plenty of GUI solutions for rust. All with a diverse level of polishing and convenience.
-
comment
Comment #30502184
I believe you're orders of magnitude off.
-
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…
-
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…
-
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?
-
comment
Comment #30424840
Signed overflow is not defined in C++
-
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…
-
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, …
-
comment
Comment #30363478
if you have better example suggestions, you can easily make a pull requests with them.