winkDickenhobelix

"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>

winkAras Pranckevičius

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

winkJaunty Art
wink shared a note by Jaunty Art Feb 19, 2024

Old MacDonald Had A Theremin

wink

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.

wink

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...

winkBrooke Vibber :neocat_cofe:

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

winkGraham Sutherland / Polynomial

tired: ham radio reply guys

wired: software defined randos

winkinfinimatt
wink shared a note by infinimatt Jan 28, 2024

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

winkpretty fungi
wink shared a note by pretty fungi Apr 19, 2023
winktechnomancy (turbonerd aspect)

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)