Rimu published yet another hit piece against the /0 instance and this time posted it in his own instance comms as well. One of his mods jumped in, admitted they don’t know anything about anything, but nevertheless felt confident enough to state their opinion as fact and in the process insult all of us collectively, then stickied his opinion for good measure.

So I decided to reply sarcastically, at which point that mod insulted me and locked the thread, which is apparently a feature in piefed which simply hides/deletes further replies in that thread, but since it’s not a feature in lemmy, it appears to function like a shadow delete.

This is what my last reply would have been.

(Yes I’m being snarky, but that “I’m so mature” bullshit just rubs me the wrong way.)
In my opinion, using mod powers to get the last insult in, is just bastard behaviour.


I say he is building a worst reddit since he programmed social credit score into it
https://mander.xyz/post/46371251/24881755
It also violates basic compatibility with the fediverse. https://communick.news/comment/8015757
That’s a painful comment thread to slog through. Usually technical concerns aren’t so clearly demonstrated and explained, and the same mods just derail the topic with astoundingly selective comprehension, just sheer crazymaking.
Pretty sure that’s the reason rimu says you can only ask questions or make comments about the code in a specific comm.
They ever do anything about that or stop adding in their own stuff to the protocol?
ChooseAnswer still seems to be used
Don’t forget it tracks comment quality as well. So not only it you post memes but gifs or reddits favorite phrase this
What does the code look for when deciding if something is low quality? And how do they decide if someone is posting memes specifically? It just feels like it could easily lead to false positives if he did it poorly (or even if he didn’t)
https://codeberg.org/rimu/pyfedi/src/commit/7ddd5d0b69d4be8e8dd4b3a32731f3379b1b83b6/app/models.py#L2739-L2741
Specific phrases rimu doesn’t like, urls rimu doesn’t like or if it’s a meme.
Also this function could have just been a regex, or a one-liner:
return body.lower().strip() in ('this', 'this.', 'this!')There’s so much of little things like that in the code. Gif check is just stringed together if thens