181 Followers
108 Following
892 Posts
Tüftler, Feuerwehrmann, Rettungssanitäter, F99, Puppenkiste, #CERT, Agnostiker/Atheist, Poly.
PGPA5397EB2 971D3D4F
ThreemaCKZWUW78
Twitter@yetanothermist

Project manager: "What's technical debt? Explain it to me like I'm 6 years old"

Devs:

(source: "Richard Scarry's Storybook Dictionary" : https://archive.org/details/1scarryRichardStorybookDictionary/page/n56/mode/1up )

Storybook Dictionary Richard Scarry's : Free Download, Borrow, and Streaming : Internet Archive

  Storybook Dictionary Richard  Scarry's

Internet Archive

Today was ... interesting. If you followed me for the past months over on the shitbird site, you might have seen a bunch of angry German words, lots of graphs, and the occassional news paper, radio, or TV snippet with yours truely. Let me explain.

In Austria, inflation is way above the EU average. There's no end in sight. This is especially true for basic needs like energy and food.

Our government stated in May that they'd build a food price database together with the big grocery chains. But..

Okay, so. I have a #PDF and a #DOCX file. And I’d like to compare them. And since I’m a programmer, I don’t want to compare them visually, but with a #diff. But how?

Like this.

alias pdfcat='gs -q -sDEVICE=txtwrite -o-'
alias doccat='pandoc -t plain'

pdfcat a.pdf > a.txt
doccat b.docx > b.txt

git diff --no-index --word-diff a.txt b.txt

And since we’re using --word-diff, it doesn’t matter that the two files use _wildly_ different line wrapping.

#Unix #Linux #terminal #CLI

Dann auch zum kotzen, wenn in der linken Szene permanent über soziales Verhalten gesprochen wird.
Das was ich in der Realität sehe, Menschen mit unerwünschtem Verhalten, haben mehr Erfolg beim kennenlernen.
Soon …
Diese Kälte mach mich so happy! Alles weiß, überall. Selbst die Straßen. Das habe ich die letzten Jahre massiv vermisst :)
Ich weiß nicht wieso, weil es so hell ist durch den Schnee vielleicht?
*grinsend aus dem Bus gesendet*

Ich habe jetzt schon mehrfach pseudolustige Posts von Accounts in die TL gespült bekommen, die schon auf Twitter sehr reichweitenstark sind. Die sind für mich noise, ich will ja wissen, was eure Gehirnwindungen beschäftigt, nicht, was euch zu einem Schmunzler gebracht hat.
Jetzt habe ich zwei Möglichkeiten: So Leute wie ElHotzo direkt blocken/muten oder den Leuten entfolgen, die mir das in die TL spülen. Beides hat seine Nachteile.

Was würdet ihr tun?

So klein und schon eine Eurobox 🥰
"Tage, an denen man plant, Bananen zu essen, heißen übrigens Bananenplantage."
OH: Wenn du eine API baust, und die ist echt kacke, kommt die dann in den RESTmüll?