This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will block this actor and hide all of their past and future posts. Are you certain you want to block this actor?
This action will block this object. Are you certain you want to block this object?
Are you sure you want to delete the OAuth client [Client Name]? This action cannot be undone and will revoke all access tokens for this client.
Are you sure you want to revoke the OAuth token [Token ID]? This action cannot be undone and will immediately revoke access for this token.

"Der Text ist ja total schlecht geschrieben"
"Kein Wunder, den habe ich erzeugen lassen, und zwar mit einer..."
"Sag. Es. Nicht."
"... Günstigen Intelligenz"
<Handgemenge>

Two largest unsolved problems in computer graphics? 1) computers, and 2) graphics


Kinda wild reading about this spam wave from afar. Apparently the only real Mastodon (as in the server software) account I use has admins who won, and then I have 2 accounts on... quite more exotic server software.
... or I have no friends and even the spammers avoid me. win-win in any case.

Yes, Thunderbird, surely people will never fatfinger moving a folder with 10k mails into another. Surely you don't need a confirmation dialog here because people use folders in mailboxes every single hour of every single day. I know there was an extension to add this, pretty sure they broke it. Let's see. It's really one of these weeks...

times new roman on a plain white background isn't "cute"; it's something websites only output when they're in distress

tired: ham radio reply guys
wired: software defined randos

MS pls sell Teams to Google just so they shut it down 24 months from now




I've been working on some changes to Leiningen to make it easier to safely do analysis on projects: the new static-classpath task will give you a classpath without any dynamic loading of plugins, hooks, middleware, etc: https://codeberg.org/leiningen/leiningen/src/branch/main/src/leiningen/static_classpath.clj
if you have a #clojure project you could test this out on, please try pulling the latest Leiningen from git and running lein static-classpath on it to see how it works; this would be helpful so we can shake out problems before getting it into a release
(note that unfortunately it won't work on projects that depend on plugins in order to resolve the classpath, like if you use lein-parent)