Tootfinder

Opt-in global Mastodon full text search. Join the index!

@frankstohl@mastodon.social
2025-09-13 08:43:09

Irgendwann wird wohl schon jemand zuschauen #raab #wtf #rtl

@phpmacher@sueden.social
2025-08-11 15:40:03

Was ist denn das für eine Unsitte, wenn Endkunden irgendwo anrufen, die Netto-Preise zu nennen?
#wtf

@midtsveen@social.linux.pizza
2025-09-06 16:58:24

RIP #WTF
lemmy-status.org/endpoints/_le

@bici@mastodon.social
2025-08-10 23:07:41

How did the Dark Ages manage to rmake a comeback ?
#wtf

@iam_jfnklstrm@social.linux.pizza
2025-08-05 08:48:35

Microsoft surface headset does not work properly on Windows - works great on Linux #wtf #irony

@mgorny@social.treehouse.systems
2025-07-25 15:17:11

Who can tell me WTF?
In case the photo wasn't clear: near the crossroads there's a combined bicycle and pedestrian paths, which suddenly gets narrower and becomes a bicycle-only. However, the whole length where this happens is surrounded by barriers, and there's nothing a pedestrian can reach by walking this way.
#Poland #WTF

@voks@social.tchncs.de
2025-08-18 16:23:42

I scored 14/21 on #EMail #WTF

@michabbb@social.vivaldi.net
2025-09-27 18:27:42

these endless threads where everything is repeated a hundred times just because people are too lazy to open the topic in the browser 🙄
unbelievable fucking annoying.... 😞
btw: so much hdd wasted on this planet
#WTF #GITHUB

@phpmacher@sueden.social
2025-09-22 07:14:53

Im Musik-Streaming Dienst wurden mir Playlists von/mit/über dem/den erschossenen Vollhonk empfohlen.
#WTF

@michabbb@social.vivaldi.net
2025-07-20 19:04:25

that's the dropdown of #callofduty when getting asked for your birthdate. and people are still complaining about a not working anti-cheat 😂 😂 😂
#WTF #gaming

@mgorny@social.treehouse.systems
2025-07-16 17:17:46

So you need to get the version of Intel #MKL.
You can't really take it out of the pkg-config files, because not every distro mkl version combo supplies these files. On top of that, without pointing fingers, certain distribution installs pkg-config files with "debian" in the version field.
Well, there's INTEL_MKL_VERSION you can get via the C preprocessor, right? Except that its semantics depend… on mkl version. Given that mkl is released as "<major>.<update>.<patch>", versions prior to 2025.0.0 constructed the version number from <major> <minor> <update> (where <minor> seems to be always 0, and <patch> was not included), and 2025.0.0 forward use the more logical <major> <update> <patch>.
Well, yeah, it's kinda doable. You parse the major first, and parse the rest depending on whether it's >= 2025 or not. For versions prior to 2025, you get it truncated to update. It works, but still kinda funny.
#WTF