doasu.dev is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.

My instance has ~20 users (slowly growing) so that'd mean I'd have to manually add each new user to each repo / org.
I think it's a pretty valid use case. I'm not doing that out of malevolence either. 0.o
My code forge (#forgejo) is publicly accessible, but I want to restrict some repositories (e.g., mirrors) to logged-in users, so this is perfect.
CC: @bstn@social.bstn.nohost.me @mkljczk@fediverse.pl @alexia@starlightnet.work
If I understand correctly, they're using this module in particular:
https://git.madhouse-project.org/iocaine/nam-shub-of-enki
I also found a 'tutorial' for iocaine, which you might find useful:
https://winnerwind.in/tutorials/self-host/iocaine
That being said, I've been looking into alternatives, like iocaine, so I'm curious about your experience.
Perhaps the nvme kernel module was built-in, and some update made it a loadable module?Doesn't seem that way:
% diff <(rg NVME /boot/config-6.17.9-*) <(rg NVME /boot/config-6.19.12-*)hmm...
30a31
> CONFIG_NVMEM_QNAP_MCU_EEPROM=m
nvme kernel module wasn't being loaded for some reason??Worked around it by putting force_drivers+=" nvme " in /etc/dracut.conf.d/, but I'm not quite sure why it suddenly broke... Perhaps the nvme kernel module was built-in, and some update made it a loadable module?
I use #KOReader (https://koreader.rocks/) on my Kindle, and I like it far more than Kindle's native interface.
KOReader is also available on other platforms (e.g., Android, Linux) so you can try it there first!
It can even synchronise reading progress between devices, so I can resume reading on my tablet/phone. :)
(yes, I shill koreader. its awesome)
Tokodon has some problems here and there, but I'm not entirely sure if it's a snac/mastoAPI problem or just a Tokodon bug.
Regardless, I'm tired, too. I can definitely relate. guhhh... –_–
CC: @mateusz6768@esp32fedi.cjdgrevival.com @rose@snac.pinkro.se
unfortunately, afaik you don't get push notifs via the masto api, so you either have to poll, or get them via ntfy.sh/telegram/email
Still, Codeberg is awesome :))
setopt deadserious#!/bin/zsh:DD
galiases[=]='()' # declare the '=' global alias
aliases[return]=echo # additional curse# consider the following:
greet = return "Hi! $1 :)"
greet Lea # -> Hi! Lea :)# also:
square = {
return $(( $1 * $1 ))
}
square 2 # -> 4
square 46.228 # -> 2137.027984