Readit News logoReadit News
hvb2 commented on Scientist exposes anti-wind groups as oil-funded, now they want to silence him   electrek.co/2025/08/25/sc... · Posted by u/xbmcuser
ACCount37 · a day ago
Germany and piss poor energy policy - name a more iconic duo.

The way I understand it, Germany had a horrid mix of anti-nuclear eco-activists, local coal lobbyists and Gazprom's natural gas lobbyists. The politicians not included in any of the above were too toothless, and couldn't fight through this bullshit and secure good outcomes regardless.

hvb2 · a day ago
> Germany and piss poor energy policy - name a more iconic duo.

I mean not always, they put feed in tarifs for solar in law at the end of the 90s. This led to a huge boom in solar production and it made the Germans very big in solar panel production. Unfortunately, like all other countries they were eventually outproduced by china.

This model has been copied in a lot of places afterwards and only when a mature market for solar exists does it stop working (it becomes a subsidy for people that produce paid for by people that don't).

hvb2 commented on Tipping point in Gulf Stream may be reached as early as mid-century   agupubs.onlinelibrary.wil... · Posted by u/tcumulus
deadbabe · a day ago
Aren’t most crops watered via irrigation? Why is precipitation necessary
hvb2 · a day ago
Because irrigation needs fresh water. Fresh water is brought inland by precipitation. No precipitation no rivers to irrigate from after the glaciers that might also feed them run out
hvb2 commented on Malicious versions of Nx and some supporting plugins were published   github.com/nrwl/nx/securi... · Posted by u/longcat
3036e4 · a day ago
Your dependencies are also part of your product and your full responsibility. No one you deliver a product to will accept "it wasn't my code, it was in a dependency of one of my dependencies" as an excuse. Of course you need to depend on things, but it is insane to not keep that to a minimum.
hvb2 · a day ago
So you're expecting to see every product affected by this to go and do a big mea culpa because one of their dependencies broke?

Like how xz was attacked, everyone pointed at that and no one said they didn't vet their dependencies.

That's the whole point, you attack a dependency that everyone relies on because it's been good and stable. That's how these pyramids build up over time.

So spoiler, it's not unlikely one of the dependencies in your minimal set gets exploited...

hvb2 commented on Malicious versions of Nx and some supporting plugins were published   github.com/nrwl/nx/securi... · Posted by u/longcat
3036e4 · a day ago
Small, trivial, things, each solving a very specific problem, and that can be fully understood, sounds pretty amazing though. Much better than what we have now.
hvb2 · a day ago
That's what a package is supposed to solve, no?

Sure there are packages trying to solve 'the world' and as a result come with a whole lot of dependencies, but isn't that on whoever installs it to check?

My point was that git clone of the source can't be the solution, or you own all the code... And you can't. You always depend on something....

hvb2 commented on Malicious versions of Nx and some supporting plugins were published   github.com/nrwl/nx/securi... · Posted by u/longcat
christophilus · a day ago
I’d like a package manager that essentially does a git clone, and a culture that says: “use very few dependencies, commit their source code in your repo, and review any changes when you do an update.” That would be a big improvement to the modern package management fiasco.
hvb2 · a day ago
Is that realistic though? What you're proposing is letting go of abstractions completely.

Say you need compression, you're going to review changes in the compression code? What about encryption, a networking library, what about the language you're using itself?

That means you need to be an expert on everything you run. Which means no one will be building anything non trivial.

hvb2 commented on Ban me at the IP level if you don't like me   boston.conman.org/2025/08... · Posted by u/classichasclass
JohnFen · 3 days ago
How are passwords ending up in your logs? Something is very, very wrong there.
hvb2 · 3 days ago
If the caller puts it in the query string and you log that? It doesn't have to be valid in your application to make an attacker pass it in.

So unless you're not logging your request path/query string you're doing something very very wrong by your own logic :). I can't imagine diagnosing issues with web requests and not be given the path + query string. You can diagnose without but you're sure not making things easier

hvb2 commented on Building ultra cheap energy storage for solar PV   austinvernon.substack.com... · Posted by u/theptip
nabla9 · 9 days ago
> The purpose of Standard Thermal is to make energy from solar PV available 24/7/365 at a price that is competitive with US natural gas.

They compare to natural gas. Not the cheapest alternative.

>Pipes run through the pile, and fluid flowing through them removes heat to supply the customer

Just basic district level geothermal heat pumps do the same. You don't need to heat the soil. Just drill down and install pipes. Earth generates heat. What is the cost difference now?

hvb2 · 4 days ago
> Just basic district level geothermal heat pumps do the same.

This doesn't with everywhere though? Because of geology?

hvb2 commented on Building ultra cheap energy storage for solar PV   austinvernon.substack.com... · Posted by u/theptip
myself248 · 4 days ago
Isn't it cheaper to just buy more panels, enough to meet your winter needs? Then who cares if they sit mostly idle for most of summer; energy not used is harmless.

Then your storage model becomes "a cloudy week" rather than "a whole season", and the storage scale changes significantly.

hvb2 · 4 days ago
In almost all cases you lack the area for doing that. And that's not even considering exposure, as in winter most north facing panels on a roof won't get any direct sun because it's lower on the horizon
hvb2 commented on Ask HN: Best codebases to study to learn software design?    · Posted by u/pixelworm
teiferer · 5 days ago
> for me it seems like you have to actually run into problems over and over and figure out how to avoid the problems

This shows how immature the field of software engineering is. Imagine bridges or houses were built like that. Or your surgeon was trained like that.

Over time, we hopefully develop estblished norms, but at the moment, things are too much in flux. Put 5 sw engineers in a room, pose a problem and you will get not just 5 different solution proposals, but there will likely be strong disagreements on which approach is a good one.

"I recognize a good solution when I see it" is just not good enough for a serious engineering discipline.

hvb2 · 5 days ago
> Imagine bridges or houses were built like that. Or your surgeon was trained like that.

While I don't disagree with you in general, this does feel a bit off.

By that logic you can call the field of music immature, and all of the arts. I think the difference is that its easy to experiment without high costs.

I genuinely think that if building bridges was cheap and quick, the fastest way to learn was to try...

u/hvb2

KarmaCake day187July 20, 2025View Original