HackerLangs
TopNewTrendsCommentsPastAskShowJobs

cbmuser

no profile record

Submissions

Grub 2.14 Released

lists.gnu.org
7 points·by cbmuser·6 maanden geleden·2 comments

Debian adds LoongArch as officially supported architecture

lists.debian.org
162 points·by cbmuser·7 maanden geleden·54 comments

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

youtube.com
4 points·by cbmuser·8 maanden geleden·0 comments

comments

cbmuser
·19 dagen geleden·discuss
[flagged]
cbmuser
·2 maanden geleden·discuss
Might be because the article doesn’t tell you the whole story.
cbmuser
·2 maanden geleden·discuss
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 maanden geleden·discuss
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 maanden geleden·discuss
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 maanden geleden·discuss
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 maanden geleden·discuss
»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 maanden geleden·discuss
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 maanden geleden·discuss
Would you call it free speech if the whole world was able to track your position anywhere in the world 24/7?
cbmuser
·3 maanden geleden·discuss
> 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 maanden geleden·discuss
Compare the price and carbon density of the French electricity grid with that of California to understand why that rebuttal is justified.
cbmuser
·3 maanden geleden·discuss
Capacity doesn’t matter, generation does.
cbmuser
·3 maanden geleden·discuss
»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 maanden geleden·discuss
Yeah, just build a 300 GW transmission line from the US to Europe. It will basically costs nothing.
cbmuser
·3 maanden geleden·discuss
[flagged]
cbmuser
·5 maanden geleden·discuss
> 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 maanden geleden·discuss
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 maanden geleden·discuss
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 maanden geleden·discuss
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 maanden geleden·discuss
> 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.