302
submitted 1 week ago by nutomic@lemmy.ml to c/announcements@lemmy.ml

In the last weeks Lemmy has seen a lot of growth, with thousands of new users. To welcome them we are holding this AMA to answer questions from the community. You can ask about the beginnings of Lemmy, how we see the future of Lemmy, our long-term goals, what makes Lemmy different from Reddit, about internet and social media in general, as well as personal questions.

We'd also like to hear your overall feedback on Lemmy: What are its greatest strengths and weaknesses? How would you improve it? What's something you wish it had? What can our community do to ensure that we keep pulling users away from US tech companies, and into the fediverse?

Lemmy and Reddit may look similar at first glance, but there is a major difference. While Reddit is a corporation with thousands of employees and billionaire investors, Lemmy is nothing but an open source project run by volunteers. It was started in 2019 by @dessalines and @nutomic, turning into a fulltime job since 2020. For our income we are dependent on your donations, so please contribute if you can. We'd like to be able to add more full-time contributors to our co-op.

We will start answering questions from tomorrow (Wednesday). Besides @dessalines and @nutomic, other Lemmy contributors may also chime in to answer questions:

Here are our previous AMAs for those interested.

(page 3) 50 comments
sorted by: hot top controversial new old
[-] OsrsNeedsF2P@lemmy.ml 25 points 1 week ago
  1. From a code architecture perspective, how close is Lemmy/ActivityPub to reaching its maximum capacity for posts/comments per second? Are there any ways to 10x the load ActivityPub can handle?
  2. With Nicole in everyone's DMs, what does the future of spam filtering look like on Lemmy?
[-] nutomic@lemmy.ml 18 points 1 week ago* (last edited 1 week ago)
  1. There is no specific maximum capacity, in theory it can scale indefinitely with horizontal scaling. Also see my reply here regarding scaling.
  2. 0.19.10 already includes a fix to remove private messages when a user gets banned which should help a lot. There is an issue about disabling private messages by default, but Im not sure if that will be necessary. Also 1.0 will include a plugin system, so other devs and instance admins can write their own checks. That way spam waves can be fought in a more flexible way, without having to get a change merged into Lemmy and then waiting for a new release.
load more comments (2 replies)
[-] Azzu@lemm.ee 25 points 1 week ago* (last edited 1 week ago)

Are there any plans to deal with the most common annoyances regarding Lemmy? In my opinion these are all based on federation:

  1. Some completely automated way for users to join Lemmy. Yeah, it's not hard to select a server and it's a "good thing to do", but it's still better to give people the option to go for convenience instead of the "proper" path. Maybe some kind of system where instances sign up for this general, convenience way of signing up, and the registered users just get automatically distributed evenly across those instances.
  2. Duplicate post aggregation. The nature of federation will always make it make sense to have duplicate communities, but this will also make posts with the same links, same images, same videos, etc show up in people's "all" feeds multiple times. It is technically possible to algorithmically detect these duplicates and offer users a UI option (not actual backend merge) to merge them all visually into one post.
  3. A way to backup your whole user data and completely restore it on any instance you want. If an instance goes under, it should be possible to keep all subscriptions, all your posts, all your comments, and migrate them to a new instance.
[-] Blaze@lemmy.dbzer0.com 14 points 1 week ago

it’s still better to give people the option to go for convenience instead of the “proper” path.

https://phtn.app/signup gives a prepopulated list

show up in people’s “all” feeds multiple times.

Which interface do you use? Crossposts only show up once on the default UI

A way to backup your whole user data and completely restore it on any instance you want. If an instance goes under, it should be possible to keep all subscriptions, all your posts, all your comments, and migrate them to a new instance.

You can already export and import your subscriptions between instances (account settings - import/export)

Posts and comments can't be migrated, but Mastodon doesn't allow it either.

Mastodon currently does not support importing posts or media due to technical limitations, but your archive can be viewed by any software that understands how to parse Activity Streams 2.0 documents.

https://docs.joinmastodon.org/user/moving/#export

load more comments (5 replies)
load more comments (11 replies)
[-] poVoq@slrpnk.net 25 points 1 week ago

What are your thoughts on blocking AI scraper access? Any attempts to improve that on the side of Lemmy? Basic things like allowing to customize the robots.txt easily would already help.

I also recently tried this new AI block tool called Anubis with Lemmy, but for some reason it fails with Lemmy-ui. Might be interesting to investigate further.

[-] Vent@lemm.ee 21 points 1 week ago

Anyone that wants to scrape Lemmy would have an easier time setting up their own server, federating with everyone, and reading straight from their DB. No web scraping required. Though, web scraping defenses would be useful against general web scrapers/crawlers.

[-] poVoq@slrpnk.net 22 points 1 week ago

That would require the authors of these AI scrapers to actually give a f*ck. The problem is that they don't, and just scrape what ever they can find repeatatly almost like a ddos attack on the open web.

load more comments (1 replies)
[-] nutomic@lemmy.ml 15 points 1 week ago

You can load a different robots.txt in your nginx config, something like this:

location /robotx.txt {
    index /path/to/my/robots.txt;
}

Additionally 1.0 will change the "private instance" to work with federation enabled (see https://github.com/LemmyNet/lemmy/pull/5530). Then only logged-in users will see content, while AI scrapers wont see anything except the login page.

load more comments (4 replies)
[-] lgsp@feddit.it 22 points 1 week ago

Hi, I think that Lemmy is great thank you for your hard work

I actually think that given the ads and other distorsions, and thanks to federation, Lemmy is overall actually better than reddit!

Some features I miss are:

  • tags
  • direct messages outside Lemmy (even if not encrypted)
  • better rendering of posts on mastodon (something beyond the title only). Not sure what side is responsible for this, tho!

Keep up the good work guys!

[-] nutomic@lemmy.ml 15 points 1 week ago
  • Tags are work in progress
  • Not exactly sure what you mean by "direct messages outside Lemmy", but in version 1.0 they will be compatible with Mastodon and other platforms
  • Its a known problem with Mastodon because it only renders Note objects properly, which are meant for short texts less than a paragraph. Lemmy uses Page which is meant for longer text. Some platforms like Wordpress (iirc) have an option to federate even long posts as Note so that it gets rendered fully in Mastodon, but that seems like a bad idea to me. In the end its up to Mastodon how to render different types of federated content on their frontend, so it needs to be fixed by them. Here is an entire discussion about this by developers of different Fediverse platforms (including a Mastodon dev).
load more comments (1 replies)
[-] Blaze@lemmy.dbzer0.com 21 points 1 week ago

Hello,

Thank you for organizing this AMA!

Starting with a quite expected question: when do you think you'll be able to release Lemmy 1.0?

load more comments (3 replies)
[-] sabreW4K3@lazysoci.al 20 points 1 week ago

Are you disappointed with the way things are growing with people trying to marginalise the likes of ML and Grad?

[-] KimBongUn420@lemmy.ml 17 points 1 week ago

Communities that go against hegemonic capitalist/imperialist discourse will always get marginalised. Not being able to take down those communities easily like on Reddit is a huge win by itself for Lemmy. The software offers a valuable savehaven for e.g ex r/chapotraphouse, r/genzedong etc.

[-] Cowbee@lemmy.ml 17 points 1 week ago* (last edited 1 week ago)

Yep, the fact that Communists can build their own platform and networks free from any outside censorship on corporatized platforms is itself the strategy for building leftist spaces. The goal isn't hurt by more non-Communists being on the overall Lemmy platform because these non-Communists can't actually do much to shut the Communists out.

That's a good thing, as a Communist I'm happy we have spaces.

[-] dessalines@lemmy.ml 15 points 1 week ago

The anti-communist witch-hunters are extremely peeved that they can't remove our communities like they can on reddit. Overall it doesn't bother me because I don't work for them, and they can always go back to reddit where their views are already dominant.

Anyone trying to make the world a better place, will always be hated and hunted by some people; it's a fact of life, and the sooner we accept it, the better.

load more comments (1 replies)
[-] sleeplessone@lemmy.ml 15 points 1 week ago

I get a chuckle out of the "Tankie Triad" talking point some people keep using. It sounds like a villain organization from a Saturday morning cartoon.

[-] nutomic@lemmy.ml 15 points 1 week ago

It seems some people simply need some target to hate on. Hopefully they will learn to accept different opinions when they arent being manipulated by for-profit social media anymore.

[-] MemmingenFan923@feddit.org 18 points 1 week ago

Some companies use Reddit as their main forum or an established way to communicate with customers. Are there any companies that have explored Lemmy and have their community yet?

[-] totallyNotARedditor@lemm.ee 18 points 1 week ago

We are seeing an influx of new users, but what's happening to older users? Are they still active? What's the average lifetime of Lemmy users nowadays? I'm kinda curious about the user retention in general

[-] Blaze@lemmy.dbzer0.com 15 points 1 week ago

The best data we have on that is probably https://lemmy.fediverse.observer/dailystats

Not sure how to get the user retention from that, though

[-] nutomic@lemmy.ml 12 points 1 week ago

I believe they are still active. User numbers have been stable for a long time, and there are some names that I recognize from the very early days 5 years ago.

load more comments (3 replies)
[-] CheeseToastie@lazysoci.al 18 points 1 week ago

Just wanted to say I LOVE lemmy! It's a really positive community, the atmosphere is great and I like how it's unique but also familiar. I really appreciate your work on it. I know this is AMA... what's your favourite animal?

load more comments (3 replies)
[-] jsomae@lemmy.ml 16 points 1 week ago

Communities should be more unified across servers, especially for niche ones. I want to see an active Metroid community, I don't give a crap what instance is hosting it (or if it's a mostly-opaque medley of instances) so long as I'm federated with it. This is probably the biggest UX misunderstanding new users have.

[-] dessalines@lemmy.ml 22 points 1 week ago

Having distinct communities is a feature, not a bug. If two cities set up their own lemmy instances, say lemmy.sao_luis.br, and lemmy.lagos.ng, they can each have a news community, without them overlapping.

Do a search for metroid, and subscribe to whichever ones you like.

load more comments (9 replies)
[-] Cowbee@lemmy.ml 14 points 1 week ago

Consolidation isn't always a good thing, communities on different instances will have different styles and trends, and that's a good thing. The benefit of federated social media is just as much in local instances as it is in federation, unique niches are going to have unique comments even if the post is the exact same.

load more comments (16 replies)
load more comments (20 replies)
[-] murd0x@lemmy.ml 15 points 1 week ago

Is there a way to move myself as an user from one server to another?

load more comments (29 replies)
[-] abobla@lemm.ee 14 points 1 week ago

Do you guys have plans to add a spoiler tag? I post a lot of memes about tv shows that I watch, but the users complain that the post isn't blurred.

I know I can use the NSFW tag, but this gives the wrong idea and limits the post visibility (since people can hide nsfw posts).

load more comments (13 replies)
[-] sabreW4K3@lazysoci.al 13 points 1 week ago

What was the last post that made you really laugh?

load more comments (3 replies)
[-] prototype_g2@lemmy.ml 12 points 1 week ago

Some Lemmy clients offer the option to auto-hide posts and comments which contain certain keywords of the choice of the user. Are there any plans to implement this feature into the stock Lemmy experience?

I know it is possible to do some hacky stuff with UblockOrigin to do the same, but that is not something most know about and are willing to do.

load more comments (1 replies)
load more comments
view more: ‹ prev next ›
this post was submitted on 25 Mar 2025
302 points (98.4% liked)

Announcements

2 readers
6 users here now

Official announcements from the Lemmy project. Subscribe to this community or add it to your RSS reader in order to be notified about new releases and important updates.

You can also find major news on join-lemmy.org

founded 5 years ago
MODERATORS