this post was submitted on 03 Jul 2025
35 points (100.0% liked)

hexbear

10494 readers
1 users here now

Hexbear Meta Community

Posts should be a a Proposal (idea for changing the site), Feedback (regarding non-technical aspects of the site, for technical please use https://hexbear.net/c/feedback), or Appeals (regarding admin/moderator actions).

Discussion regarding these will be within comments under the post, appeals and feedback that is resolve may be removed as well as duplicate posts.

The following behavior will result in mod action:

founded 5 years ago
MODERATORS
 

I tend to purge my account around once a year for opsec but I want to keep this username for when Chuck kicks the bucket. How would I go about that? Also if anyone has any username recommendations that would be appreciated.

you are viewing a single comment's thread
view the rest of the comments
[–] RedWizard@hexbear.net 8 points 4 months ago (1 children)

You could use the API to pull all your posts and delete them. My understanding is that posts that are deleted eventually become purged from the DB. Comments you can always undelete, so you would want to have your script edit the comment before deleting it. You'll have to respect the rate limits while doing that, which, I think, are part of the site json object.

[–] Edie@hexbear.net 10 points 4 months ago* (last edited 4 months ago) (1 children)

Comments you can always undelete

That isn't true anymore, they get deleted after 30 days.

It's still a fine idea to edit them, but I just wanted to correct it.

[–] RedWizard@hexbear.net 6 points 4 months ago

Oh, I didn't know that! That's good to know.