The latest version of #Lemmy (0.18.x) being so broken, that I can only reply to posts using #Pleroma / #Akkoma but not Lemmy, is something I frankly didn’t expect. Hopefully the #Kbin packaging for #YunoHost is working soon
A quick technical comparison between the two leading tools in the #Threadiverse:
#Kbin: requires several external dependencies not available in the default repositories, including one that isn't even in a distro package, just the tarball with the binaries
#Lemmy: an architecture so complex, that @yunohost decided to just decompress the #Docker image to package it LOL
By the way, if somebody could help me convert the installation script for #KBin to a @yunohost script, that'd be great. (Yes I know it's #GitHub but until the YNH team can put on the work to move elsewhere, I'll have to mirror) https://github.com/csolisr/kbin_ynh
My #FollowFriday recommendation goes to the New Communities meta-community at Lemmy World, where you can find pretty much every group that is moving away from #Reddit in almost real time: https://lemmy.world/c/newcommunities
Here’s hoping that @mozilla ensures that all of the training data they use on their upcoming #MozillaAI is under a #FreeCulture license. Consent is very important, and if #AI developers want to recover the trust of the creative circles, this is an important step.
Talking about #Calckey. I found a more efficient way to install it, by directly patching the existing #Misskey installer for @yunohost . To get the latest version and checksum, visit https://codeberg.org/calckey/calckey/releases and download the tarball, then run sha256sum on it. Then substitute it on the script below and run it on your server:
#!/bin/bash
version='13.0.5'
checksum='97a19c8f4e58e3dfb7085a0aca0d48540a5b39e3fabec3a623aad866de634c74'
git clone https://github.com/YunoHost-Apps/misskey_ynh
mv misskey_ynh calckey_ynh
cd ./calckey_ynh
find ./ -type f -not -ipath "*.git" -exec sed -i 's/misskey-hub.net/i.calckey.cloud/g' {} \;
find ./ -type f -not -ipath "*.git" -exec sed -i 's/github.com\/misskey-dev/codeberg.org\/thatonecalculator/g' {} \;
find ./ -type f -not -ipath "*.git" -exec sed -i 's/misskey/calckey/g' {} \;
find ./ -type f -not -ipath "*.git" -exec sed -i 's/Misskey/Calckey/g' {} \;
find ./ -type f -not -ipath "*.git" -exec sed -i 's/refs\/tags\/[0-9]*.[0-9]*.[0-9]*/v'$version'/g' {} \;
find ./ -type f -not -ipath "*.git" -exec sed -i 's/[0-9]*.[0-9]*.[0-9]*~ynh[0-9]/'$version'~ynh1/g' {} \;
find ./ -type f -not -ipath "*.git" -exec sed -i 's/SOURCE_SUM=[0-9a-f]*/SOURCE_SUM='$checksum'/g' {} \;
cd ..
sudo yunohost app install ./calckey_ynh --force
I remember the good old times of #Identica, when you could subscribe to groups (instead of a @ they started with a !) and everyone subscribed to that group would receive a notification. Real handy to coordinate public topics. I wonder why didn't #ActivityPub implement it? @Gargron
@jorge Eso me recuerda el caso de Sri Lanka, recientemente se decidieron a impulsar la agricultura orgánica al punto que prohibieron importar fertilizantes. Las cosechas han caído bastante, no voy a mentir, pero al menos tienen cierta inmunidad a sufrir hambruna por falta de fertilizantes porque ya estaban preparados para el caso. Igual caso en los países que han impulsado el transporte eléctrico y eso los ha blindado parcialmente de la subida del petróleo.