@mkljczk @kemona_halftau btw the download command in the documentation (curl -O https://web.nicolium.app/release.zip) doesn’t work because it’s a redirect, you need to add -L to make curl follow redirects
@mkljczk @kemona_halftau I’m not sure.
For the media-src error the relevant lines in lib/pleroma/web/plugs/http_security_plug.ex don’t seem to have changed since the fork from Pleroma (the specific line I changed, media_src = "media-src 'self'", was last modified in 29ff6d414ba096e74e04264af895abcabcf580b4, which is also present in Pleroma).
After I changed that line to media_src = "media-src 'self' data:", fixing that error, there were more errors like:
Content-Security-Policy: The page’s settings blocked an inline style (style-src-elem) from being applied because it violates the following directive: “style-src 'self' 'nonce-WlLRBgEccsn_Tmf'”. Consider using a hash ('sha256-Nqnn8clbgv+5l0PgxcTOldg8mkMKrFn4TvPL+rYUUGg=', requires 'unsafe-hashes' for style attributes) or a nonce.
which appear to be related to the CSP nonce plug (lib/pleroma/web/plugs/csp_nonce_plug.ex), which is new in Akkoma and was added in e2320f870e6ef4e8fc9f63282cbd459e819d740a in December 2022.
Succubard's Library
@akiiwata @PsyChuan that's what I use when I'm talking to someone who understands
to add to the explanation 
・ some spells are different levels for different people
・lower spells can be cast using higher slots but not the reverse
・getting interrupted in the middle of a cast will still usually eat the spell slot
・you only have so many of each level, and higher level slots are especially precious
・if you're really desperate, you can cast without a proper spell slot, but it includes penalties disproportionate to what it would cost otherwise
・some classes just don't get certain spells
thunderstorms are fun to watch
for some reason I couldn’t hear any thunder
video cut, slowed down (from 30 FPS to 15 FPS), and transcoded from H.265 to AV1 using ffmpeg:
ffmpeg -i lightning.mp4 -ss 00:40 -to 00:43 -map 0:v -c:v copy -bsf:v hevc_mp4toannexb lightning-raw.h265
ffmpeg -fflags +genpts -r 15 -i lightning-raw.h265 -c:v copy lightning-cut.mp4
ffmpeg -i lightning-cut.mp4 -c:v libsvtav1 lightning-cut.webm
@5225225 JPEG is also an ITU-T standard, a copy of which is freely available from the W3C
JPEG XL, however, I haven’t been able to find even a draft of. Which is a shame since it’s otherwise probably the best image format