I also have the account @[email protected].
Helix apparently doesn’t yet have it, but I’m sure it’ll be added at some point.
lmgtfy always was needlessly unfriendly, but in the age of search result enshittification, it’s even lost the excuse of technically providing a good solution (at least in cases like this).
Creating a live USB with persistence is lengthy and even the decent tutorials out there vary greatly in their suggested approach, making it perfectly legitimate (even for non-beginners) to ask for guides that others have found helpful.
What a needlessly unfriendly response.
Also, more amateur-ish, but trying to get a scoping overview over the arguments against the gate theory: https://classictheology.org/2021/10/12/through-the-eye-of-an-actual-needle-the-fake-gate-theory/
Some local libraries (e.g. in Heidelberg) or ecological initiatives lend devices to measure electricity consumption at the power plug. In particular, this is useful to measure other appliances as well.
Specifically for computers, they probably have some means to tell you their own consumption, but they may not be accurate or complete and will most certainly omit any peripherals, e.g. external hard drives.
Eingehenderer Artikel vom selben Blatt
Das darf übrigens gerne Schule machen: Lasst uns bei jeder Meldung über eine Straftat fragen, ob der Verdächtige etwa AfD-Mitglied war. Monieren wir es jedes mal, wenn die Journalisten kein Wort über diese wichtige Frage verlieren. Und lassen wir es auch nicht an Dogwhistle-Persiflage mangeln: “Das war bestimmt wieder einer von dieser heimatliebenden Partei, die garantiert nicht rechtsextrem ist. Aber die Polizei soll über sowas ja nicht berichten.”
In case anyone wonders about the context, this is the paragraph:
In April, Palantir co-founder Joe Lonsdale got into a brawl with former Coinbase chief technology officer and Network State advocate Balaji Srinivasan. It wasn’t on a prominent stage or even Twitter/X; it happened in a Signal group chat that’s become a virtual gathering place for influential tech figures. Srinivasan wasn’t going along with the tech right’s aggressive anti-China rhetoric, so Lonsdale accused him of “insane CCP thinking.” “Not sure what leaders hang out w you in Singapore but on this you have been taken over by a crazy China mind virus,” he wrote.
It could also have something to do with white rice, if consumption in India exceeds that in otherwise similar countries.
By the way, the WHO states that only 77 million adults in India have Type 2 Diabetes, but maybe that’s due to them using a different method.
Yeah, this being the context of your abrasive toot in question, it was very much a defense of the original toot, which roughly translates to:
does one automatically become a right-wing extremist just because one is right [about something]? Is a judge a right-wing extremist just because he judges about what is right [law]? Why is a party right-wing extremist it it wants the right thing?
Also, as you post something like this here
I’m all for survival of the fittest. If people are too stupid to stay on the pavement, it’s on them. Why let drivers suffer to protect those idiots that blindly run into traffic?"
and double down on it when challenged, even if the mastodon.social admins may not have seen it, you absolutely deserve to be shadowbanned.
Hier erstmal ein sehr interessanter Artikel zur ganzen Thematik “Pazifismus seit der russischen Großinvasion und seit Trump 2.0”: https://www.kontextwochenzeitung.de/debatte/731/die-friedens-tauben-10151.html
In der Linken sind mittlerweile recht Viele – nicht nur aber auch gerade bei den Neumitgliedern – die sich auch mit den neueren Positionen der Partei zum Thema Krieg und Frieden, Nato, Russland, Waffenindustrie und -exporte nicht so richtig identifizieren. Diese Debatte werden wir jetzt zunehmend in unserer Partei führen; inwiefern sich das dann in geänderten Positionen der Gesamtpartei niederschlägt, muss sich zeigen.
TIL about the Gell-Mann amnesia effect. From Wikipedia:
The Gell-Mann amnesia effect is a cognitive bias describing the tendency of individuals to critically assess media reports in a domain they are knowledgeable about, yet continue to trust reporting in other areas despite recognizing similar potential inaccuracies.
For a simple distraction-free control via Linux’s command line, you can install mpg123 and add the following script files to /usr/bin/ or /usr/local/bin/:
/usr/local/bin/soma:
#! /usr/bin/bash
kill $(pgrep mpg123)
mpg123 -@ http://somafm.com/nossl/$1.pls
/usr/local/bin/somaoff:
#! /usr/bin/bash
kill $(pgrep mpg123)
Make them executable for everyone by running sudo chmod a+x /usr/local/bin/soma /usr/local/bin/somaoff
.
You can now run from your console (or from KRunner on KDE, or via :sh
from within helix):
# Tune into station "Lush"
soma lush
# Turn Soma off
somaoff
Works fine from a tty as well, even with bluetooth on my OpenSUSE at least.
The specific station names to enter after soma
are the ones in the URL of each station’s webpage, e.g. “folkfwd” for Folk Forward, as its URL is https://somafm.com/folkfwd/.
This (e.g. on DuckDuckGo) only excludes the results for that one search, by adding the option “-site:example.com” to the query. When one conducts an entirely new search, the domain is included again. (Also, one will probably quickly reach a limit if one were to append a growing number of domain exclusion options to the search string.)
Me neither, but since it’s about operating on external files, one can likely use procedure that’s more or less the same.