Ja, gut, ist eben auch Forschung. Es geht eher darum ein Verständnis von den Möglichkeiten und Limitierungen aufzubauen als dass das jetzt irgendwie in der aktuellen Fassung mega krass nützlich wäre...
Everything I implement at work is open source because I don’t want to wait for a purchase approval.
Just to say, though, I feel like 99% of the software we deploy is open-source for that exact reason. Projects generally start out small, where you try to evaluate some concept. You're not gonna spend months to go through the purchase process of some proprietary tool, if you can help it...
Yeah, it's saying to just put the text "uinput" into that file.
It's basically just a list of kernel modules to load. You only need one kernel module, which's name happens to be "uinput".
What might confuse you, is that you already had to name that file "uinput.conf", but that name is actually completely irrelevant. It will just concatenate all the files in /etc/modules-load.d/, throw out the duplicate lines and then load all those kernel modules.
The advantage of a separate file like this, is that you can easily template it, if you want to script these setup steps, rather than having to build complex logic to try to check whether the "uinput" line is already in the file, and only adding it, if it isn't.
Here's some more documentation: https://www.man7.org/linux/man-pages/man5/modules-load.d.5.html
This is already the second meme I've seen with that joke, just different examples. Seems like the invasion in the Middle East triggers a whole lot of dejavuing. 🥴
Yeah, there's a bias in these image generator AIs, because model photographs are:
- easy to get in bulk and in relatively high resolution etc.,
- relatively uniform (even lighting, facial symmetry etc.), meaning they reinforce existing patterns in the training data, and
- relatively easy to generate good-looking results with them, for obvious reasons, so more likely to be optimized towards by anyone involved in the training.
I think, why people perceive that right image as older is because the wrinkles carve much deeper. Yeah, same number of wrinkles, but it looks like they got chiseled down by 20 additional years...
Don't forget SuperTux! It got a larger update just a few days ago.
Yeah, if the fascists want to lock you up, they'll declare you a terrorist. You need to make sure that the non-fascists know this is not true.
Find in dem Videobeitrag geil, wie bei den Interviews quasi ständig die Antwort kommt "Ihr konsumiert wahrscheinlich nur ein halbes Glas Hafermilch am Tag; selbst wenn das Zuckerwasser wäre, würdet ihr deswegen nicht explodieren". 🙃
Hmm, also ich bin immer überrascht, wie gut die Hafermilch dann doch zum Kochen funktioniert. Mache nicht viel damit, aber bisher hat's eigentlich immer funktioniert.
Wobei ich mittlerweile Oatly-Schnösel bin, die ist schon nochmal von der Konsistenz anders als die Durchschnittshafermilch, also vielleicht liegt's auch daran. 🥴
So, uh, if you're already using jq, this should also format JSON:
echo "{\"key\":\"value\"}" | jq
😅
Yeah, IPv4 addresses use four bytes. Those four bytes are represented as four decimal numbers, separated by dots. And a byte can only represent the decimal values 0–255.