Landa :graz:

Grazer.
Member of the Council of Marios.
Tricks grains of sand into keeping scores.

Landa :graz:Landa@graz.social
2025-06-21

@Njord Surely, „Other“ is the best name for a cat.

Landa :graz:Landa@graz.social
2025-06-21

@susankayequinn
The Waymo probably hasn’t even registered that anything happened so this and similar cases will never appear in their statistics thus further distorting the actual safety statistics :(

Landa :graz:Landa@graz.social
2025-06-21

@fraggle that’s a so-called Zwischenablagenschwangerschaft.

If the fact of your Zwischenablagenschwangerschaft makes you feel bad, that’s a Zwischenablagenschwangerschaftsdepression.

Also yeah, Sopwith made many „computer lessons“ in school bearable ^^

@spiralganglion

Landa :graz:Landa@graz.social
2025-06-21

@spiralganglion well, the opposite of that word would be „Sendungsbewusstsein“ (when you’re aware what you have to do to send the message).

So if that’s missing, you end up feeling Sendungsbewusstlosigkeit which could turn into full scale Versandunfähigkeit when your fears overwhelm your executive functions and you can’t even anymore.

Landa :graz: boosted:
2025-06-21

Wien, Gürtel

Landa :graz: boosted:
Julia Evansb0rk@jvns.ca
2025-06-21

here's the final version of the "redirects cheat sheet" draft I posted a while back!

("The Secret Rules of the Terminal" is finished! 95 beta readers have read it! the copy editor is done! technical review is done! the illustrator has made the cover! It's going to be out on *****Tuesday June 24*****")

cmd > file.txt
cmd >> file.txt
cmd < file.txt
cmd 2> file.txt
cmd > file.txt 2>&1
cmd1 | cmd2
cmd1 2>&1 | cmd2

three gotchas:

1. cmd file.txt > file.txt  will delete the contents of file.txt

some people use set -o noclobber (in bash/zsh) to avoid this

But I just have "never read from and redirect to the same file" seared into my memory.

2. sudo echo blah > /root/file.txt doesn't write to /root/file.txt as root. Instead, do:

echo blah | sudo tee /root/file.txt

or

sudo sh -c 'echo blah > /root/file.txt'

3. cmd 2>&1 > file.txt  doesn't write both stdout and stderr to file.txt. Instead, do:

cmd > file.txt 2>&1

panel 3: cat vs <

I almost always prefer to do:

cat file.txt | cmd

instead of

cmd < file.txt

it usually works fine & it feels better to me

using cat can be slower if it's a GIANT file though

panel 4: &> and &|

some shells support &> and &| to redirect/pipe both stdout and stderr

(also some shells use |& instead of &|)
Landa :graz:Landa@graz.social
2025-06-20

@jeremycshipp would you consider moving into the alps?

We need someone to drink Jagertee with the mountain gnomes from Plabutsch and Schöckl on Wednesdays and the water spirits need someone who can do safe underwater fireworks (the last one moved to Finland)

Landa :graz:Landa@graz.social
2025-06-19

@GeePawHill lol, now I imagine them quarreling over who gets to be my alias 😆

Landa :graz:Landa@graz.social
2025-06-19

@GeePawHill probably one of the characters I’ve played over the years and that have been living in my thought attic ever since I pulled them from primordial Chaos. ;)

Landa :graz: boosted:
2025-06-19

JSON implies the existence of JDÓTTIR

Landa :graz: boosted:
2025-06-18

Transmuting between chemical elements is dangerous because there are 256 possible atomic numbers but only 81 of them correspond to valid elements. The rest give you glitch elements that behave erratically and can even corrupt nearby atoms and molecules. Most of these are caused by indexing the periodic table out of bounds, though a couple elements were deleted before release.

Landa :graz: boosted:
Karl Voit :emacs: :orgmode:publicvoit@graz.social
2025-06-14

Größter #Sandspeicher für #Fernwärme steht in Finnland
heise.de/news/Groesster-Sandsp

Sowas sollte man beispielsweise bei #Technologieoffenheit meinen, liebe Konservative. Nicht diese idiotischen Irrwege mit #Wasserstoff oder gar #Atomkraft. 🤷

Wo sind unsere Testanlagen mit Schwungräder? Oder massenweise Altbatterien aus eAutos?

weiterer Kontext: youtube.com/watch?v=uTbiMGl0mt

#ÖVP #CDU #CSU #Energiespeicher #Stromspeicher

Landa :graz: boosted:
endrift 🏳️‍⚧️endrift@treehouse.systems
2025-06-13

void*

A hand pointing at a black cat sitting in a cat tree
Landa :graz: boosted:
Baldur Bjarnasonbaldur@toot.cafe
2025-06-12

The only way digital twinning comes close to making sense is if you think people are automata with no internal life. Otherwise it’s just shitty sci-fi nonsense

Fucking Kurzweil

Landa :graz:Landa@graz.social
2025-06-11

@eniko
You’re not the only one looking

Landa :graz:Landa@graz.social
2025-06-11

@eniko IIRC they also recycled some scripts originally written earlier for a failed bid to restart TOS with (mostly) the old crew.

That can’t have helped reaching a consistent tone…

Landa :graz:Landa@graz.social
2025-06-09

@_RyekDarkener_ And people who reliably make money playing on casino slot machines are such a tiny sliver of the total gamblers on those machines that not even the Casinos themselves care about them all that much.

@briankrebs

Landa :graz:Landa@graz.social
2025-06-08

Putting the „oh no“ in „Karaoke“ 😆

Landa :graz:Landa@graz.social
2025-06-07

@_RyekDarkener_ every gambler thinks they‘re in control.

@briankrebs

Landa :graz: boosted:
Gabriele Sveltogabrielesvelto@mas.to
2025-06-07

I had a couple of thoughts about that article from Thomas Ptacek calling AI skeptics "nuts" which I'd like to share.

First of all, claiming that LLMs are useful for *programming* is a non-sensical statement. They're not universal tools. They work for some languages, for a codebase of a certain size, or with a certain amount of complexity. Elsewhere they simply don't work. Seeing him handwave this problem simply as "they're bad for Rust" doesn't exactly inspire confidence. 🧵 1/8

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst