spotted a baby bunny while out mowing the lawn, which mean the process took thrice as long because i slowed waaay down like a responsible boater keeping their distance from an orca pod
(š Marielle) After talking with a mutual, I remembered a concept my system thought about that I want to test: how much influence you have is not directly tied to how many followers you have.
our reasoning is that even with a few (less than 500) followers, you can still have a lot of influince with how many unique followers your followers have (personal annecdote: this concept is why my system is well-known around fedi).
If anyone wants to help test this with me, please boost only once
you donāt have to boost if you donāt want to, though
if the test works as planned, a large boost count should mean the concept holds true.
Thank you in advance for those who help with this!
(Please be careful, though, since I'm *not* trying to stress-test enby.life with this!)
I'm missing an ingredient to make breakfast but I can't go out to buy it until I've had breakfast
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
my last name has wound up on some campaign database without my first name, so i keep hitting unsubscribe pages that ask "Not white? Please don't use this form"
just got CC'd in an insane email along with a bunch of other kernel devs, seems like someone went off the deep end with chatGPT. Documented it in a Gist, anyone have any theories? XD
https://gist.github.com/kcxt/2489f17398cd1ea10da8be516323582d
I would recommend jumping to line 490 for the weirdest bits https://gist.github.com/kcxt/2489f17398cd1ea10da8be516323582d#file-prepare_our_fighters_100k_1_million_30_million-c-L490