He revealed the secrets !

ElCanut@jlai.lu to Technology@beehaw.org – 411 points –
53

You are viewing a single comment

Spoken like a true normie 👍

Anti Commercial-AI license

Can ya please go back to the Drop-Down thingy for your license? It's already annoying on its own, but it gets even more so when Voyager adds the Link-Preview

Dropdown doesn't work for at least 2 clients. This is the best I can do.

If it really does bother you, block me 🤷

Anti Commercial-AI license

You know what's funny, the two clients that don't support your dropdown/spoiler for anti-commercial licences were commercial closed-source Lemmy clients.

I say sod them and go back to your dropdown.

why would someone go out of their way to use closed source lemmy clients?

please don't, it literally fills half the screen for me

Hey, how do you get the creative Commons attribution to automatically appear under your comments?

Unfortuately, it's manual :) Keyboard shortcut to put the text into the clipboard and then paste it into the comment.

::: spoiler If you're on linux using X11

#!/usr/bin/env nix-shell
#!nix-shell -i bash --packages xautomation xclip

sleep 0.2
printf '[Anti Commercial-AI license](https://creativecommons.org/licenses/by-nc-sa/4.0/)' | xclip -selection clipboard
#(echo '::: spoiler Anti Commercial AI thingy
#[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
#
#Inserted with a keystroke running this script on linux with X11
#```bash'
#cat "$0"
#echo '```
#:::') | xclip -selection clipboard
xte "keydown Control_L" "key V" "keyup Control_L"

:::

Anti Commercial-AI license

Obviously your way works fine, but I think a browser extension could make it 100% automatic.