And I bet those power mods are frothing at the mouth at the idea of having more power.
SNOOcalypse - document, discuss, and promote the downfall of Reddit.
SNOOcalypse is closing down. If you wish to talk about Reddit, check out !reddit@lemm.ee, !reddit@lemmy.world and !RedditMigration@kbin.social.
This community welcomes anyone who wants to see Reddit gone. Nuke the Snoo!
When sharing links, please also share an archived version of the target of your link.
Rules:
- Follow lemmy.ml's global rules and code of conduct.
- Keep it on-topic.
- Don't promote illegal stuff here.
- Don't be stupid, noisy, obnoxious or obtuse (S.N.O.O.)
- Have fun, and enjoy the popcorn! πΏ
So weird to spend all day working for Reddit for free just so Spez can make more money. Itβs one thing to mod one or two communities, but anything else is like a full time job.
It made sense under the framework that they were your communities and reddit was just the host, but now that everyone knows that to be a lie you'd have to be ridiculously self hating to continue to do that for free
Most do literally nothing for the vast majority of subs they mod.
I think they are absolutely 100% getting kickbacks in some forms. Not necessarily monetary. My basis is that years ago when I was very active in my corners of the internet I got tons of stuff just for knowing the right people. I was far from any sort of power mod. Reddit power mod is much higher profile. So there's no way they aren't getting benefits.
Another thing is I've been on reddit since early on. I lurked a community that was a few hundred subscribers. Today it is over a hundred thousand. I know the familiar usernames and the little cliques of their inner circles. Over the years there have been a few promotional giveaways on the subreddit. Coincidentally the familiar usernames won the prizes. It was rigged. Had to be.
Maybe most reddit mods work for free. The mod of that random little subreddit? Probably working for free. The power users though? There's no doubt in my mind they've been getting compensations. The power users want reddit to continue succeeding to their benefit (whatever it maybe) as much as reddit needs them to keep working.
Sometimes even just one is a massive chore, depending how large/brigaded it is.
Don't sweat the small stuff. It's dead. Let it go.
You're posting "so what, who cares" on a community specifically dedicated to watching the reddit implosion. What do you think would be more appropriate content for this community?
(If your answer is "nothing, let it go" then maybe you should block the community instead of what's tantamount to complaining that it exists?)
It is not dead, it's still moving! Oh wait it's because insects are carrying its body.
Exactly, reddit has been shit ever since 2016. I'm so happy I found this place. Reminds me of the old days.
I hope that guy enjoys the 3 years of Reddit Premium he has left....
Don't worry. Reddit will find a way to ban him for "violating the code of conduct" and shorten those three years to just three months.
lol reddit, forgot about that place.
What if new mods volunteers go continuously rogue after being assigned to the job?
It will be fun to look at. Free drama without screen writer.
Instance-neutral link:
!RedditMigration@kbin.social/post/233339
That doesn't work with posts or comments, as each instance assigns a different number.
I wonder how much work it would be to make that a hash and make it so that itβs the same across instances
I could see a system being both easy, and hard to implement; Without thinking about it too much, it'd require a hash table filled with every single already-used key that is always perfectly synced with every other instance regardless of each instance's chosen federated instances.
Best bet might be to just have a non-linear, randomly chosen, hash with a fixed key-length backed by a very large keyspace. This could effectively defeat the need for perfect syncing due to a greatly decreased chance of collision over short periods of time (statistically covering any minute-or-two long desyncs).
They could just go with UUIDs. Assuming all servers choose actually random UUIDs, the probability of a collision is astronomically low. Even if a server tries to maliciously "claim" UUIDs, that server could be defederated from, and the number of UUIDs it'd be able to eat is similarly tiny in comparison.
Yeah, I mean the goal would be to link the IDs across all instances. Rather than having different numbers and running a calculation into a table that links the IDs, you could just have a table, or better yet just have the same ID.
The issue probably lies in creation of new IDs. Different instances may have to be allocated a block of IDs, so that they can create new IDs without conflicting with any other instance.
If youvwant that you'd be using public key cryptography and having the user hold a private key
The idea behind UUIDs is that there are so many (128 bits) that you don't need to worry about allocating blocks or anything. Each post gets a random UUID, that's its ID, and it's propagated along with the post so other instances can reuse that UUID.
Not necessarily. A hash of the body/url+timestamp would always point to the same place, and could be calculated on the fly.
So every comment and post would have a calculation and entry into a table, and this would be done by every instance every time one instance creates a new comment or post? That sounds like a massive unnecessary overhead.
Just use the same ID across all instances. Hell, they could just do https://inst.ance/post/number@inst.ance