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
[–] Chana@hexbear.net 8 points 4 months ago (2 children)

I'm sure the API supports it. If there isn't a tool already, someone should make one. For infosec purposes, think of these two things to balanve expectations:

  1. Deleting history to prevent leaking any level of personal info is good, as is rotating accounts, because it limits exposure and makes it harder for someone else to "connect the dots".

  2. You should assume that anything you post to a website is permanently archived somewhere. If a public website like this one, a person could simply archive hexbear once a day with little effort. Federated instances basically do this in real time. Basically every stateful website uses a database and users have no control over what happens to the data in it - we just hope that admins are careful.

[–] Edie@hexbear.net 5 points 4 months ago (1 children)

It shouldn't be too difficult, I've made other shitty python scripts to do stuff with the API, I can whip up one in an hour? or something.

[–] Chana@hexbear.net 3 points 4 months ago (1 children)

Nice! I don't know if I personally need it yet so don't do any work just for me, ha! But parent might want it!

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

I kinda wanna make it, just because I am unsure how technical the userbase is going to be so I need to add logging with messages describing whats happening, and I already have ideas for some stupid ones ("I'm being rate-limited, literally 1984", "honk shu mimimi")

[–] Chana@hexbear.net 2 points 4 months ago
[–] thelastaxolotl@hexbear.net 4 points 4 months ago (1 children)

It surely supports it, because before we had federation the delete button used to just delete posts and comments but not the account

[–] Chana@hexbear.net 3 points 4 months ago (1 children)

I'm sure! Deleting or editing any post must go through the API. Just need whatever authentication/authorization mechanism is needed, which for Lemmy (I believe) is a JWT.

[–] Edie@hexbear.net 3 points 4 months ago

Yup.

It's also the part I have never touched and am therefore unsure about.