Update: If you swipe each individual item to the left, there’s a QR code option. I’m using that to manually export everything to https://itsfoss.com/authenticator/
HN user
mpeyton
https://mpeyton.com/
I was able to restore my entries after clicking the “Restore” button, and choosing iCloud. However, the export feature is now paywalled.
This is hostageware, plain and simple.
I even had a todo to move away from it after I heard it had been acquired… guess it’s my fault for getting busy and not getting around to it.
One of my rules is to only use software where you can export your data easily. I guess I need to add another rule where I only use software where I control when it updates. That might be impossible with Apple devices though…
Does anyone know a way to get a full dump of pre-2021 Wikipedia?
Their dumps page only has current dumps.
I know it’s not perfect (i.e. anyone can edit Wikipedia), but I think having it would be a good hedge in case things get really bad.
I recently wrote a blog post about doing this to create timelapses of Rimworld colonies. I didn’t realize -pattern_type glob didn’t work on windows though… I’ll have to update it.
Also, an assumption in your command is that all the images are the same aspect ratio. If they’re not, you can use this to dynamically pad it out with black bars on either size:
‘-vf "scale=1920:1080:force_original_aspect_ratio=decrease:eval=frame,pad=1920:1080:-1:-1:eval=frame"’
I’m working on a small side project that allows you to react to any URL with any emoji.
It’s mainly an excuse to learn some new things (HTMX, Prisma, DigitalOcean, etc.), as well as get comfortable building and shipping something from scratch on my own.
My goal is to eventually see large (and funny) swings in reactions in realtime.