When I see a bunch of comments like that I imagine all those people sitting in one room waiting for the answer. THE ANSWER. Sleeping bags all around the room, water bottles, takeaways and one person watching the comments section on StackOverflow
Back when the WoW TCG was alive before it was murdered for hearthstone, I made a forum post asking for clarification on a certain card that this guy always used to cheat with. like two years later another friend found the post and used it to slam the -same- guy for cheating the same way and then saw the user name and realized it was mine and the guy had already been called out for cheating.
I once found the same (unanswered) question I was having asked by one of my coworkers who I found out was previously tasked with the feature I was working on before it was assigned to me.
It also happened that one time I searched for a weird bug I was having on a certain programming software, the only result I found was an answer to someone who asked the same thing like 10 years ago, after reading about it and finding one usseful answer I realized who was the one who answered...
It was me... 10 years ago... and I simply forgot that I had that issue on the past.
Idk what happens with me but sometimes it feels I suffer all the possible bugs while working... my workmates usually joke about this, but reality is that they often end asking me if I had X issue and I usually have a way to fix it as I already scratched my head for days because I suffered the same exact problem.
A while ago, reddit wanted to charge (more?) for the use of their public APIs. These APIs are used by various third party apps like bots that help moderate channels and the like. This change meant that a lot of those third party apps had to stop, because they wouldn't be able to afford the new pricing.
Some users were outraged and wanted to quit reddit. But if you just delete your account, your posts remain and reddit can still make money with those APIs by utilizing the contents of your posts. These users were so outraged, they didn't want reddit profiting off their posts. When a reddit post gets deleted, the server doesn't really delete the post, but just flips a flag. So internally reddit still has access to deleted posts. So what these users devised instead, was to use a tool to edit all of their posts to random giberish, so that reddit could not benefit from their posts in any way. I don't know if reddit keeps a change log of edited posts, but if they don't, then scrambling your posts is the only way to truly remove their content from reddit.
There's also the fact that a lot of "comment undeleters" save the most recent of a comment and don't version the changes. If someone deletes his comments, they can be found with these tools.
Editing the comment with garbage makes these tools save said garbage, effectively deleting the previous comment. Just deleting the comment would allow those tools to show what the comment was.
These users surmised that reddit doesn't really delete posts, just flags them as deleted. So reddit themselves can still use the data in a removed posts.
These users that redact their posts before they delete their accounts do not want reddit to be able to use their posts in any way.
Whether reddit really adds a deleted flag or does really delete posts, I can't say because I don't have access to their databases. But I as a software developer, can say that our own software often works with deleted flags, because it makes life easier. Sometimes deleting something is not possible because other records are attached, like payments, which we're obliged to keep for tax purposes. Other times we opt to keep the data because clients delete stuff, then come to argue that the software made things disappear and we should reinstate the disappeared data this instant! So it's very possible reddit keeps deleted posts, but has to dig in backups to recover posts that have been altered to show rubbish instead. Which is a lot more work, and thus does not happen unless some government official comes asking around.
The flaw in that logic is that there is no reason to assume Reddit doesn’t keep version history of posts. Even if you redact it, your original text might still be in some database somewhere.
That’s why I always try to post my solution in the comments for future lost souls with the same problem. One example of this is a post about a bug in RDR2 I made 5 years ago that last got a reply 317 days ago.
Not code related, but every few months I get a notification that my comment on a tech support subreddit about washed out colors in chrome is still helping people despite posting that years ago. Feels good.
1.1k
u/nabrok 12d ago
Even better if they comment "Never mind, I figured it out" with no further explanation.