@jleedev Oh, I see, this undecorated "CSV" text is actually a link. Don't care for that one bit.
employee of the moth
@jleedev Oh, I see, this undecorated "CSV" text is actually a link. Don't care for that one bit.
@FritzAdalis Yeah, I had no problem requesting or downloading or anything. Just the generated archive is broken.
I know I can migrate followers across instances, but I'm not sure if I retain access to the old account to try downloading the archive again or not.
Who do I hassle about mastodon.social issues? I set up an archive download in preparation to move my account, but the archive is horked. It has entries for all the media uploads, but the actual files are zero bytes.
Also doesn't seem to have any follower/block info, but I don't know if that's normal or not.
You can only request an archive once a week, so uh. yeah.
@molly0xfff The weirdest I've seen is "select all images containing a horse made of clouds."
@untitaker You get less disk space with Hetzner than DO. I have 50gb on my DO machine currently, and need more.
I think DO dropped their storage tiers and I'm on an older one that's a better value than the current price list.
Maybe I'll just go back to Time4VPS? They're having a Black Friday sale and are wicked cheap right now.
I like wicked cheap.
Can get a full year's worth of time on a quad-core 16gb RAM 160gb disk VPS for ~$73.
But that's a teaser rate and it jumps to ~$250/yr after that year.
@untitaker Neither compare favoriably to DO pricing.
I'm looking for a new VPS host, anyone have suggestions? Currently with DigitalOcean, but would like more value for the money.
Previously used Time4VPS, they're fine, but take like a year to support new versions of Linux distros, which I didn't like.
Oh damn tinybaby is on here now.
@Retrograde I love the C64G style so much.
@darius Whether it horks prod is going to vary based on your work/load. I think UPDATE is what drives most of the vacuum work, so if you're in a primarily append-only world (as I'd assume Mastodon mostly is), you're probably fine.
@darius autovacuum has been a thing for years. If you're running production stuff on postgres, I strongly recommend that you disable autovacuum and run it manually on a schedule, during off-peak hours.
Thing about auto VACUUM is that postgres can decide to do it whenever. And if that's peak hours, the overhead of it will tank performance and can take down production.
@Retrograde Ah, makes perfect sense!
I sometimes use sockets with kinked leads that hold them in the board, but I'm also afraid they'll be impossible to remove if they fail down the road.
I've also taken a balled-up rag and put it under the socket while I solder pins at opposite corners.
I think I like your solution better than either of those.
Is there already a #clojure thing to parse uBlock/AdBlock/AdGuard filter list rules, or am I gonna have to write my own?