This is in regard to Lemmy.world blocking piracy communities from other instances. This post is not about whether you agree with the decision. It’s about how the admins informed their users.
A week ago Lemmy.world announced their Discord server. This wasn’t very well received (about 25% downvotes, which is rather bad compared to other announcements). The comments on that post were turned off, presumably to avoid backlash.
Before that, announcements about the instance used to be posted to !lemmyworld@lemmy.world. This time, the information was posted on the Discord server instead.
I don’t agree with this. Having to use a proprietary platform to participate in an open-source one goes against the very purpose for me, especially when the new solution isn’t really an improvement (as before the information about the platform was closer to it).
Edit: Corrected the announcements community name.
Update: Lemmy.world finally released an announcement and promised they would inform about similar actions and gather feedback in advance in future.
Discord is pretty much against everything the open web is about. Closed source and proprietary protocols… Probably tons of data mining of users as well.
Not even probably, there is.
Probably? Nah, they legit advertise what their users do. Seemingly increasingly so.
Discord has “drops” (in beta for over a year now to be fair as it wasn’t super popular), aka the status snippet that shows when and what app you’re using gets shared with developers. Basically, what you do on your system gets logged. You can opt out of that, of course, but still they do collect it. Pretty sure they also stored calls and screen recordings at some point (for convenience reasons of course), but there are now too many users for that. At least, I think they no longer do that. But every single thing you type into discord is logged and can be traced back to you with perfect accuracy.
Awaiting the fall of discord once it goes full anti consumer
Including the parts you type out and don’t post.
A decentralized platform making an announcement on a centralized, more or less, platform? Doesn’t that sound contradicting?
Like, Lemmy, are you losing faith in even yourself?
Very reddit of them?
Coins incoming! :)
Just kidding. So much drama, needs some comic relief and this is all I had.
This whole situation is rubbing me the wrong way. I can understand the motives behind defederating even if I don’t agree but it’s been a day and the only announcement is still on Discord. Not ideal.
I couldn’t agree more. We shouldn’t need to be somewhere else to receive announcements (especially such important ones).
Not to mention Discord’s horrible record of privacy and security. I don’t have an account and will never make one, and I’m sure many others in the fediverse will agree.
I actually just tested out the account making process, and I got asked for my phone number. No. Way.
We’re here because we care about a decentralized, open network. Aside from its confusing and busy UX, it’s not even indexable. Discord is literally a black hole for information and terrible for everyone except for Discord itself, who is doing who knows what with all of our data.
Discord is everything the fediverse stands against.
It would definitely make more sense to post the announcements on Lemmy rather than another discord server.
IMHO, Rather than dividing the stream of new information it would be better to focus on one platform.
Personally I dislike discord as the conversations there are too fast for me.
Personally I dislike discord as the conversations there are too fast for me.
Same. I never really liked how it’s used for discussion purposes because the conversation format doesn’t work there, especially if tons of people are chatting at the same time.
Sh.itjust.works uses matrix like any normal lemmy instance would.
Sh.itjust.works uses matrix like any normal lemmy instance would.
Why should announcements happen in a real time chat anyway? Lemmy is actually best suited for announcements.
Indeed. But if there must be a chat, it should be matrix. But I’ve read it sucks for moderation.
Well, I doubt there must be a public chat in the first place, especially when it kind of serves as a competition to the *.World products. Some form of private chat between admins: sure. Public: IMO no.
I mean, I do get it to some extent.
As an admin myself, every time I make a post on lemmy aimed at members of my instance, it gets drowned out by folk from other instances that want to offer their thoughts and opinions.
That being said, Discord is not the answer to that problem…
What is the problem with getting down votes ? Visibility? I thought Lemmy supported pinned posts.
I’m not sure I follow. Where do downvotes come in to it?
I misread drowned as downvoted. 🤣
They do. Personally, I think it makes the most sense, in regards to instance news like this, to put a pinned and locked post on the actual platform you’re talking about, and then put a discord or matrix or whatever off-site link in the body of the post for those who wish to discuss. That’s what a lemmy.zip admin did recently, and I think it worked well.
As an admin you can use your special admin powers to pin posts.
I would like Lemmy to have a “don’t defederate” or “only internal votes” checkbox for server-only posts, though.
In theory you could also drop external votes for an a community. Here’s an SQL query I quickly threw together to select all upvotes submitted to a community that don’t come from the server the community is hosted on:
select post_like.id, community_id, community.actor_id, voter.actor_id from post inner join community on community.id = post.community_id inner join post_like on post_like.post_id = post.id inner join person voter on ( voter.instance_id != community.instance_id and voter.id = post_like.person_id) where community.id = ?You’ll need to change
select...fromtodelete fromto wipe the votes from the database. I imagine it’ll take a while to complete, but on smaller servers it should be feasible? You could also add something likeand post_like.score = - 1to only delete downvotes.
The moment I learned about defederation, I made an account on an instance that didn’t do that.
Here’s a website you can use to check what your instance is blocking.
Alternatively if you scroll to the bottom page of any individual lemmy instance there should be a link called Instances which will take you to a page of all the instances yours is federated and defederated with.
Oh neat I didn’t know that.
can you recommend a good instance with a no defederation policy?
An instance with no defederation policy is going to end up exactly like an instance with no moderation policy. It’s going to become Voat or whatever the latest far-right website is these days.
You might be better served to seek out an instance with a transparent defederation policy, and admins that use it as a tool of last resort, instead of first resort. I was, perhaps mistakenly, under the impression that lemmy.world fit that bill, but maybe not so much.
This isn’t true, I think. You can have an instance that federates with nearly everyone but which still has a higher standard for behavior for its own users. This way, users on such an instance can see all the problematic instances but are not permitted to be problematic themselves. It’s an option.
(Even still, I think you’d find yourself de-federating from someone eventually for spam or other technical reasons if not due to objections over content.)
It’s a problem of scale. If you don’t defederate from a racist-focused instance (for example; hypothetically speaking), then you need to devote resources to moderating those users who make racist comments, as allowed by their instance, but directed at your users. Sure, you could do this, but it’s probably smarter to just defederate and save the resources for other uses. And no moderation team is going to be flawless, so racism will still creep in and be missed by the mod team.
It might be a different story if users are given the tools to block entire instances (like kbin has) but even then I think the ROI would be low.
It’s going to become Voat or whatever the latest far-right website is these days.
Not at all. I mean maybe if you only look at the local feed. But this is the Fediverse, I can still see every other instance.
I don’t need anyone choosing for me what I should and should not see. I can (and do) do that myself, thank you.
I don’t need anyone choosing for me what I should and should not see. I can (and do) do that myself, thank you.
I see this a lot, and first off, it’s not true at the instance level, for lemmy-- unless there’s a new option I didn’t see. Second, having to block someone that suggests you should die for your skin color, after reading the comment, is not without harm. There is value in preventing the speech from being seen at all, versus blocking people after the fact.
It’s obviously a generalization, but generally the people who say “just block them” are also people that haven’t lived with systemic bigotry directed at them for their entire lives.
And for the record, I don’t think piracy falls into this category of speech.
That’s incorrect. Mods need to moderate the content hosted on their OWN instance. Not stop the people on their instance from having access to outside information.
I think one of us doesn’t understand federation-- and to be clear, it might be me.
This is my understanding:
Every instance is like an email server and every account is like an email address. I’m NAME@lemmy.sdf.org and you’re NAME@lemmy.world. I think where people (and I used to) get confused is with how Communities play into this. Both of our instances have a “cats” community. And we both can see and post to each others “cats” communities. Our community could have a rule that also allows dogs, and your community could prohibit dogs. So, when you post you have to follow the rules of the community that you’re on, and those rules could be influenced by the instance admins themselves. So, kind of like how subreddits operate. So, the instance and the community moderators can control the content that is hosted on their own instance. So, you can have an instance that moderates only what’s happening on their own server, and that’s it.
Now, if lemmy.world decides to de-federate from lemmy.sdf.org, then as far as you can see, the other “cats” community doesn’t exist, I don’t exist, I can’t communicate with you, and you can’t with me. And the only reason you would do this is to make the moderating job easier. If you want, you can disconnect from from every other lemmy instance and then you don’t have to worry about outside people coming in and having to also moderate what they say on your forum, but then it changes from being an open forum to just being a “friend group”.
Also, I think the problem of “reddit supermods” is repeating. Lemmy.ml and lemmy.world are the two largest instances and at this point if they choose to de-federate from a smaller instance, it can basically kill that instance. And it can also be used to control the narrative. There are a few people making choices for many.
You can block users and communities yourself. Go sort by “All” and start blocking everything you don’t want to see again. After a short time your feed will be cleared up.
Removed by mod
I know reading comprehension isn’t much valued in some political circles, but I didn’t say what you think I said, so I’m not sure you really mean “agreed”.
Some moderation is required because an honest dialog cannot happen if all parties don’t feel safe. This is not the same as “no moderation”, but it’s also not the same as what you pretended I said, which is “heavy moderation”. I don’t understand why you think this discussion in any way translates to a government, but generally speaking, the US government has less ability to “censor” than a non-government entity.
And, as I already alluded to, the result of lax moderation is bigotry and hate, every time. If I had to pick between heavy moderation or voat, and to be clear, I don’t have to make that choice because there is nuance allowed, then I’d pick heavy moderation over a site infested with redhats and the like.
I don’t know if it’s their policy, but it’s against the spirit of the organization. This is where I’m at: lemmy.sdf.org
I actually saw it on this list: https://github.com/maltfield/awesome-lemmy-instances You can look at their list and find instances that show 0,0 for BI,BB (blocked instances, blocked by).
They could have gotten feedback if the comments were not turned off. I’ll give the benefit of the doubt there’s a good reason to not have comments on for that post but that and using Discord is two orange flags.
Discord is cancer, and FOSS communities should avoid it like the plague. It’s everything that is against foss philosophy.
Even assuming my ancient Discord login still works (didn’t they make everyone change their names or something? idk if that affects accounts) it doesn’t look like you can use it on a phone without downloading the app, and I’m not doing that just to check for Lemmy announcements. Discuss controversial decisions there if you have to, but announce them here first.
There actually is a mobile web version, if you go to https://discord.com/app
Ah, that’s good to know. Thanks.
You can use the web app on phone but it’s a pain in the ass to get to without it redirecting you to the app/app store.
There’s admin drama now. Oh boy Lemmy really is busy like reddit.
I think Discord is great, as long as you account for its shortcomings:
- It should be treated as ephemeral - up to the point of “the service could completely shut down tomorrow”
- It should not be treated as fully private or secure
I love how snappy it is (I never have to wait minutes for messages to load, as I do in Matrix), and also how there are a ton of Lemmy users who have Discord open in the background anyway. While I wouldn’t ever propose moving something like the main Lemmy communication channels to Discord, I do think it’s much easier to have IMs with regular Lemmy users on Discord than it is to do so on Matrix (as in my experience, most regular users do not have a Matrix client installed).
By the way, lemm.ee also has a Discord server. It’s only treated as a secondary channel, all announcements are posted in our meta community on Lemmy itself, and just linked to from Discord, but it’s still nice to have IMO.
as in my experience, most regular users do not have a Matrix client installed
I understand your point, but by that logic, we should use Reddit rather than Lemmy, as most users are there. It’s not only about ease of use, it’s about being sure users won’t be abused. Discord is still in its acquisition phase, but you can be sure enshitification will come next.
I like discord as a communication platform (as long as you keep the spying in mind) as the devs truly believe in their product and as such have created something truly amazing. It will be a sad day when the enshitification phase begins. It somehow hasn’t yet which is very shocking in all honesty. Guess that nitro revenue still more than makes up for the dev and hosting costs.
The issue people are having is the announcement was made exclusively in lemmy.worlds discord server. Beehaw has a discord server as well, but they relay announcements to there, not from there usually
I enjoy using your instance, thank you. The problem at hand is not about the usability (UI/UX, performance, etc.) of Discord but rather it’s private, closed source for-profit existence being used as a “support” channel for a free and open (source, platform, communication) environment. I personally see it as a compromise of morals/ethics if you’re really into the open nature of code and communication, and am sad to now have learned you’ve landed on closed-off Discord instead of an open alternative which might have some rough edges.
The problem at hand is not about the usability (UI/UX, performance, etc.) of Discord but rather it’s private, closed source for-profit existence being used as a “support” channel for a free and open (source, platform, communication) environment.
I agree with you in principle, but on a pragmatic level, it’s very hard to disconnect UI/UX/performance from everything else. I think it’s OK to acknowledge that Discord has a weakness when it comes to not being OSS, but a strength when it comes to UX, and I also think it’s OK to take advantage of that strength for users that want to do so.
Just to be fully clear, I am never planning to make Discord the main communication channel for lemm.ee announcements, nor to make users feel like it’s in any way necessary for them to use Discord just for lemm.ee communications. I am also active on Matrix constantly, and read most of what happens in the Lemmy Matrix channels. Any user that wishes to reach me over Matrix can do so.
Just to be fully clear, I am never planning to make Discord the main communication channel for lemm.ee announcements, nor to make users feel like it’s in any way necessary for them to use Discord just for lemm.ee communications.
Thank you! Not being a fan of discord aside, I believe announcements of a platform shoud be done on the platform itself, with the only exception being uptime/downtime status pages (obviously).
And for those that don’t know (most of you probably do), this (sunarus) is the main/head/founding admin of lemm.ee (and, last I checked, a substantial contributor to the lemmy source code too).
(and, last I checked, a substantial contributor to the lemmy source code too).
I think not a substantial contributor yet, but I hope to become one eventually 😃
This is disappointing because thus far, I have been really happy with the communication and transparency of lemmy.world. But with this change, I will unfortunately not see announcements anymore.





















