Because it's not using hot steam, but vapor, it's more like sweating.
The heat exchangers are sprayed with misted water, which evaporates and takes away heat. But the resulting vapor is still only slightly above ambient temperature and can't be reasonably condensated.
I really wonder what's going on in the editors minds here.
The entire premise of the article is "All experts say no, but I think yes" - why would anyone about any topic publish this? If it would be an actual debate, maybe some contrarian but actual experts arguing in favor of sentience, you could get into an argument here. But this article is blatant science denial. Climate change deniers and antivaxxers use the exact same approach "facts say X, but my feelings say Y".
Don't underestimate the stupidity of white people looking for an identity to fill the void of meaning in their lives.
Since New Zealand isn't very big, there's a good chance we're just a fad away from having millions of 22 year olds getting shitty imitations onto their faces thus ruining it for the Maori.
It's not cultural appropriation BTW, because Kaylee and Braden absolutely do have Maori heritage 409 generations ago!
I mean, obviously. They had no other choice after the woke mob and their "slavery is bad, mkay" destroyed the entire workforce market!!!
(/s, just in case)
Wie soll man denn sowas auf Papier bringen???
Wo bekommt man den?
Ich hätte ein paar Denkmäler zu schützen.
And you really think "the elites" are the ones buying and selling here?
Yes, they have a lot of wealth in stocks, but usually they simply own a large chunk of their (or their parents) company and the rest is managed by a fund manager. And if you have millions or billions, you don't need to think quarter to quarter.
What happened to librem anyway? They used to be all the rage, now it's nothing.
One part is a reverse game of chicken, buy the dippest dip to realize most profit from less dippy dip buyers.
The other part is the assumption that this means the tariffs will never actually come or at least in a much relaxed form.
I mean, "safest" is a superlative, not a positive. It's perfectly possible that all other pipelines ruptured three times or more.
Das ist aber trotzdem eine eher unorthodoxe Vorstellung von Demokratie.
Du kannst nicht einfach die Grundgesamtheit nach Gutdünken bestimmen. Und vor allem kannst du nicht die Wahlergebnisse von einer Gruppe auf eine demografisch vollkommen andere Gruppe übertragen.
Naja, das ist schon etwas stark vereinfachend.
Wer nicht wählen kann - sei es aus alters- oder staatsrechtlichen Gründen, kann nicht für oder gegen irgendwas stimmen. Die dann in die Rechnung einzubeziehen, ist in diesem Falle ein bisschen unredlich.
That is ...
Surprisingly deep.
Pronouns are not adjectives, they're pronouns.
Maybe I'm talking weird, but how often do you refer to yourself by any non-reflexive pronoun?
It's not gatekeeping, it's a medical definition.
What's so hard to understand about that?
You're not OCD because you sorted Skittles by color once either.
But trauma, as I understand it, is more like a broken bone
That's a medical trauma, yes. But the situation described here is a light bruise at best.
Yes, these terms encompass a range of severities, but at some point you have to say "No, Terry, a broken nail is not a trauma, and you can't go to the emergency room because of it".
People love the feeling of being super empathetic if they support this language. And others love the feeling of self victimization.
And the actual victims don't get the attention they need, because Terry cries about having made a bad joke yesterday.
Of course there is. As I wrote above: if everything is a trauma, nothing is.
You can't just expand the meaning of a well defined word just because you like the vibe of it applying to the victim group of the day.
... And that in turn means the term is practically meaningless - as you can see in the example above.
If everything is a trauma, nothing is.
Not every bad experience is traumatic. Abusing that word devalues the actually traumatizing experiences. Being an outsider in school and being raped by your dad are categorically extremely different experiences. Lumping them into "traumatic" is just not helpful.

Booting NixOS with a missing drive
In very short, I have a NixOS install with an /etc/fstab using UUIDs. However, my bulk drive died. I have backups, the data is not the problem.
But I can't boot NixOS without the drive. It throws me into an emergency shell, in which I can't edit /etc/fstab (read-only FS) and since I'm in emergeny mode, nixos rebuild doesn't work either (seems to be mostly a network issue).
So, what's the best, non-reinstalling way to fix that?

Tear down script for Nix develop
I'm working on small nix flake to standardize the developer environments at my job.
What I'm still missing, however, is a way to clean up after leaving the shell. Some hook to call a shell script, when the shell is closed.
Is there something like this? I thought about wrapping the actual nix develop
call inside a bash script and waiting for nix to terminate, but that seems rather hacky.

Easiest way to get old Windows games to run?
I'm trying to get an old Windows game running for a friend.
It seems to be a 16bit macromedia app and I kind of got it running in a Win 98 VM using Virtualbox. DOSBox seems to get confused by it being a Windows app.
Thing is, the friend is very much not good with tech and I want to set everything up for him to "just work". Installing VBox might be a bit too much.
Apparently, you can install Windows inside DOSBox, but is that really stable and usable for layman? Are there any other approaches?

What languages/frameworks for small, very low usage apps on limited hardware?
I have a small homelab running a few services, some written by myself for small tasks - so the load is basically just me a few times a day.
Now, I'm a Java developer during the day, so I'm relatively productive with it and used some of these apps as learning opportunities (balls to my own wall overengineering to try out a new framework or something).
Problem is, each app uses something like 200mb of memory while doing next to nothing. That seems excessive. Native images dropped that to ~70mb, but that needs a bunch of resources to build.
So my question is, what is you go-to for such cases?
My current candidates are Python/FastAPI, Rust and Elixir, but I'm open for anything at this point - even if it's just for learning new languages.

How much current can I safely pull from an ESP8266?


I asked a while ago, how to build an automatic light switch and finally got around to actually building it.
My board is an ESP8266 mini D, and ignoring all the sensor parts, my problem right now is powering the actual light.
It's just a small LED array and I connected it directly to the 5V and GND pins (controlled via a transistor).
Measuring from the wall (so including the PSU), this whole setup pulls about 3W (so far expected), however, one small component close to the USB connector gets uncomfortably warm, and I'm not sure, whether that's ok.
The hot component is one of the two small thingies circled in the picture. I thought the 5V get pulled directly from the USB plug, so I'm not sure, why there is any circuitry involved.

Simple light-sensitive light switch?
I'm trying to build a very simple, stupid light switch for my grow light. Essentially, I want to turn on the light, if it gets too dark outside, so that my plants can survive the northern winter.
Since I'm a software guy, my first thought was an ESP32, but that seems excessive.
My current approach would be something like this: https://www.ebay.com/itm/313561010352 In conjunction with a relay, both powered by a USB-PSU.
If the light level is low enough, the logic DO pin should send a signal and that should be enough to trigger a small relay, so that the relay then closes the circuit to switch on the lights.
Is that idea completely stupid? With electronics, I'm usually missing something very obvious.
The lights themselves are already just usb powered and only draw 5W, so that shouldn't be problem.
What I'm concerned with is the actual switching. Is the logic signal "strong" enough to activate a relay? Would simple transistor maybe sufficient?