HackerLangs
トップ新着トレンドコメント過去質問紹介求人

cbmuser

no profile record

投稿

Grub 2.14 Released

lists.gnu.org
7 ポイント·投稿者 cbmuser·6 か月前·2 コメント

Debian adds LoongArch as officially supported architecture

lists.debian.org
162 ポイント·投稿者 cbmuser·7 か月前·54 コメント

Still Epic: Maintaining Linux on Itanium in 2025 (Tomáš Glozar) [video]

youtube.com
4 ポイント·投稿者 cbmuser·8 か月前·0 コメント

コメント

cbmuser
·18 日前·議論
[flagged]
cbmuser
·2 か月前·議論
Might be because the article doesn’t tell you the whole story.
cbmuser
·2 か月前·議論
Well, it’s HN. People love to spread articles that push renewables. In the meantime, France has the cleanest and cheapest electricity among the large countries in Europe.
cbmuser
·2 か月前·議論
France is proving every day that load-following is a thing for nuclear reactors.

I don’t understand why people keep spreading this nonsense.

Just stop it, it’s simply untrue!
cbmuser
·2 か月前·議論
A nuclear power plant cannot free all of its energy at once as the fuel enrichment is too low for an exponential excursion of power, i.e. an explosion.
cbmuser
·2 か月前·議論
The nearby nuclear power plant produced these 6 GWh every four and a half hours, 24 hours a day, 7 days a week and more than 8000 days of the year.
cbmuser
·3 か月前·議論
»We're off grid and have 7kw of panels, and 40kwh of 48v lithium batteries, with a generator for backup, which is rarely used since we are frugal with electricity and switch everything off when not in use.«

Good for you, but this is neither a concept for large cities nor for the industry.
cbmuser
·3 か月前·議論
I find it hard to believe that WhatsApp, Facebook and Instagram have almost the exact same number of users. This seems to be skewed data.
cbmuser
·3 か月前·議論
Would you call it free speech if the whole world was able to track your position anywhere in the world 24/7?
cbmuser
·3 か月前·議論
> What you should do instead is write all your code so it is little-endian only, as the only relevant big-endian architecture is s390x, and if someone wants to run your code on s390x, they can afford a support contract.

Or you can just be a nice person and make your code endian-agnostic. ;-)
cbmuser
·3 か月前·議論
Compare the price and carbon density of the French electricity grid with that of California to understand why that rebuttal is justified.
cbmuser
·3 か月前·議論
Capacity doesn’t matter, generation does.
cbmuser
·3 か月前·議論
»In 10 years it has not just amortised it's costs, it has made me money, and qualifies as a tax right off.«

Great, so basically the tax payer is subsidizing your energy consumption.

Sounds like a fair system.
cbmuser
·3 か月前·議論
Yeah, just build a 300 GW transmission line from the US to Europe. It will basically costs nothing.
cbmuser
·3 か月前·議論
[flagged]
cbmuser
·5 か月前·議論
> It is just so much simpler with electricity.

Yet the market still thinks differently. Lots of countries still keep subsidizing EV despite them already being mature technology for such a long time.

We didn't have to subsidize the smart phone to make it successful, we shouldn't have to subsidize electric cars either.
cbmuser
·5 か月前·議論
Unless you produce it using the Sulfur-Iodine cycle in a high-temperature nuclear reactor.

See: https://en.wikipedia.org/wiki/Sulfur%E2%80%93iodine_cycle

and: https://www.jaea.go.jp/04/o-arai/nhc/en/research/hydrogen_he...
cbmuser
·5 か月前·議論
I'm not sure why your comment is being downvoted, but it's spot on.

Rust has definitely gained some ground while they're hardly any relevant products using Zig.
cbmuser
·5 か月前·議論
A new software stack isn't free. Someone has to maintain it.

And if the new software stack just improves a fraction of the ecosystem, it isn't worth the effort.
cbmuser
·5 か月前·議論
> As always with Zig posts, here come the haters. I really wonder why you even care about it.

It's another language stack that would need to be maintained within Linux distributions for years to come (security support, architecture support etc).

Upstream developers always seem to assume that there is no cost associated to introducing new software stacks. But in the end, someone has to maintain it. And they keep forgetting the purpose of software is to serve users, not developers.

And I'm not sure what's so revolutionary about Zig that couldn't have been solved by improving other languages.

For Zig in particular, the language isn't even stable enough that you can compile packages like Ghostty with any recent version of the Zig compiler. It has to be a very specific version of the compiler.