Skip Navigation

We're the creators of Lemmy, Ask Us Anything. Starts Monday, 7 Aug, 1500 CEST

This is an opportunity for any users, server admins, or interested third parties to ask anything they'd like to @nutomic@lemmy.ml and I about Lemmy. This includes its development and future, as well as wider issues relevant to the social media landscape today.

Note: This will be the thread tmrw, so you can use this thread to ask and vote on questions beforehand.

Original Announcement thread

577 comments
  • I asked in the other thread about GDPR.

    Nobody thinks it's very interesting but if instances don't follow gdpr, the entire network is at risk of legal consequences.

    So please bring this up, even though it's not very fun.

    • Neither @nutomic@lemmy.ml or I are too familiar with the GDPR, so we don't know everything that it requires. Lemmy doesn't do any logging of IPs or other sensitive info, but of course instance runners could be doing their own logging / metrics via their webservers.

      We have a Legal section under admin settings, that's an optional markdown field, that can probably be used for it. We'd need someone with GDPR expertise though to help put things together. Lemmy is international software, not european-specific, so we have to keep that in mind when supporting GDPR.

      • As a person who oversaw the implementation of GDPR in a large software house (which wasn't EU specific, but had to in order to operate legally in the EU), the requirements were:

        1. Allow users to request data deletion or a copy of their data.
        2. If the former, delete all data of their data on the server, send it to them, and then (this was the important part) forward the data deletion request to every single partner we were working with.

        For us, this was multiple ad companies. We had to e-mail each one, ask them about their GDPR implementation (most of them were somewhere between "we're thinking about it" and "we have an e-mail address you can send something automated to and we'll get to it sometime within the next month"), and then build an automated back-end system to either query their APIs for automated deletion, or craft/send e-mails for the more primitive companies.

        As far as the data being deleted, it was anonymized IDs that were tied to their advertising IDs from their mobile phones. I used to try and argue that "no, it's anonymous" - but we also had some player data (these were games) associated with that, so we ended up just clearing house and deleting everything on request.

        So, legally, this means every instance - in order to be GDPR compliant - would have to inform every instance it federates with that a user wants their data deleted. If you're not doing that, you're not fully compliant.

        Kind of shitty, but that's how it went for me. (this was back when GDPR was first being released)

        Edit: Also, the one month thing was relevant: you have 30 days to delete GDPR stuff after receiving a data clear request. I don't recall what the time was for a "see my data" request. Presumably, though, on Lemmy the latter is superfluous as all your data is already present on your profile page. An account export option would be enough to satisfy that.

      • It's often too expensive to support GDPR for Europeans and disable it for other people. Most services just support GDPR for everyone.

    • Im not a lawyer so I dont know about GDPR. Do you know how similar platforms such as Mastodon handle it?

    • You don't have to bother with GDPR until you're a certain size company

  • Right now, instances with transphobic and racist content like exploding-heads are still listed on join-lemmy.org. Are you planning to implement a Server Convenant like on joinmastodon.org? To be listed on joinmastodon.org, an instance needs ā€œActive moderation against racism, sexism, homophobia and transphobiaā€.

  • I'm gonna be asking hard questions, I think, sorry about that. I hope you consider it tough love considering our past interactions.

    As an instance admin, I have some questions:

    • How are you doing? I know there was a lot of pressure when things blew up and it seems to be calming down a bit now.
    • How is Lemmy doing financially?
    • Considering past releases and their associated breaking bugs (including 0.18.3), what measures are you taking to help prevent that?
    • Can we consider the possibility of downgrades being supported?
    • Why are bugs affecting moderation not release blockers? Does anything block releases?
    • Are there plans to give instance administrators a voice in shaping the future of Lemmy's development?

    As someone who is trying to help with Lemmy's development, I have some other questions:

    • What do you think are the biggest problems with Lemmy as a software project and what are your priorities for Lemmy?
    • Considering fairly low amounts of developers contributing to Lemmy, how are you working to help new people get into the project?
    • Do you worry about the message it sends to potential contributors when the main developers are working on a different project which competes with the former? (Example: Lemmy-ui vs Lemmy-ui-Leptos)
    • Considering most work is done voluntarily, how are you trying to organize and prioritize work?
    • Do you believe you are stretching yourself too thin between Lemmy, Lemmy-ui, Lemmy-ui-leptos, Jerboa and Lemmy.ml? If so, what are you doing to help you focus?
    • Wow lots of questions here.

      • Im doing well, its exciting to know that so many people like the software Ive worked on for the last years. The first month after the migration was really stressful, but by now its calmed down a lot. Plus there are many contributors now which are helping a lot.
      • Unfortunately the user donations are just barely enough to pay our salaries, by my calculations the income from Liberapay, Patreon and Open Collective is around 4000 USD per month. Luckily we still have some NLnet funding left, and should be able to work on those milestones now that things have calmed down. I hope the user donations will increase so that they can pay us proper salaries. Maybe even hire additional people, but that seems very optimistic now. It would also be good if we could find other funding sources besides NLnet, as its not clear if they will fund us another year.
      • I think the "breaking bugs" were really minor considering how we had to constantly rush out performance and security fixes. This should get better as we dont need to make emergency fixes, and have more time to let the community test release candidates before making the full release.
      • Supporting downgrades means that someone has to test them and report/fix problems. We dont have time for that, but feel free to do it.
      • Like I said, our recent releases had urgent performance/security fixes so we didnt have enough time for testing. We also didnt find out about these problems until later. Part of the problem is that keeping up with issues is almost a full-time job on its own, so I rarely read them anymore. If you see something important reported, do let me know.
      • No concrete plans, but I definitely think that admins are the main actors who should have a voice in development. Its impossible for us to listen to all the individual users, because there are too many and they often dont have the necessary technical knowledge. If you have some ideas how to facilitate communication between devs and admins, let me know.

      Are we almost done? Nope, only halfway. Will answer the second half a bit later.

    • Alright second part:

      • The biggest problem is definitely that there are too many things to do, but only the two of us working on it fulltime. The day only has so many hours and its impossible to keep up with everything. Thats why community contributions are really important.
      • The amount of contributors is very high compared to a few months ago, its not easy to keep up with all the pull requests. Its going to take some time for processes to adjust to the new scale, and for new contributors to learn how everything works.
      • This is a question for @dessalines@lemmy.ml
      • People work on whatever they are passionate about. Generally that works quite well.
      • I am only working on Lemmy and thats already a lot. So another question for @dessalines@lemmy.ml
    • These are great questions

  • Hope multiples are ok ...

    1. As platform developers, do you have any thoughts about ActivityPub? Positive/negative critiques, needed developments (in your opinions), usage gripes or tips for other platform devs, future predictions?
    2. As devs of (now) the second largest platform next to mastodon (by some metrics), which are probably as distinct platforms can be in terms of format, do you have any views on interoperability between platfroms over ActivityPub, where a common critique (AFAIK), from *diaspora devs for example, is that sharing posts/information of different formats just doesn't work well over AtivityPub and so is one of its major flaws?
    3. Arguably the fediverse has so far sought to replicate the corporate big-social platforms ... should new design evolution occur now and if so how?
    4. Much has been made by some of how the lack of user-friendliness of the fediverse really isn't anything to celebrate and should be taken more seriously by users and devs alike (see, eg, Erin Kissane who focuses on mastodon). However much this applies to lemmy (where issues of user mobility probably do apply), do you think the fediverse needs a better story around catering to user needs?
    5. Do you have any thoughts on the server-based architecture of the fediverse (where all user accounts are bound to a particular user) and whether alternative architectures have a future or could be better (p2p, more single-user based for instance)?
    6. Should lemmy and the fediverse seek to grow with any and all users or seek to stay relatively small and limited to ensure a healthy cutlure?
    7. Journalism and journalists ... should they be on the fediverse (like the BBC recently with their own mastodon instance) ... and if so, how?
    8. What are the biggest or proudest moments you've had with Lemmy so far, and the worst or most embarrassing?
    9. How does it feel to have so many users using and developing against your software?!
    • Haha youre a very curious one :D

      1. See https://lemmy.ml/comment/2348893
      2. It sure isnt perfect, partly because Mastodon makes no efforts to be compatible and expects everyone else to cater to their way of doing things. Regardless, the fact that you can interact between different platforms is a huge improvement over current social media platforms. And Im certain that interoperability will only get better over time.
      3. Its already happening, look at Kbin combining the concepts of Reddit and Twitter into one. Or mitra which adds cryptocurrency integrations. There are probably others which Im unaware of.
      4. Sure usability needs to improved, this will happen naturally over time as more users join and suggest improvements.
      5. Its really genius because it combines the best aspect of centralized (simple login with username/password and an admin who manages technical stuff) with those of p2p (no central point of failure). Real p2p is great in theory, but it requires way too much technical knowledge for the average user, so its unlikely to ever gain mass appeal.
      6. Personally I think the Fediverse is really the future of social media, so it will grow whether we want it or not. And its much healthier than the corporate platforms with their tracking, advertising and manipulating algorithms, so the more people leave them behind, the better. I dont see a way to influence this growth, we just need to adapt and deal with it.
      7. Basically my previous reply, I dont know enough about journalism to give a more specific answer.
      8. The biggest and proudest was definitely when tens of thousands of Reddit users suddenly came here, and most of them actually liked it. Cant say there was anything bad or embarrassing, the experience for me is really positive.
      9. It feels great, I never expected this when I started contributing to Lemmy.
        1. ... I never expected this when I started contributing to Lemmy.

        Honestly heart warming to hear!

  • First of all, I'd like to say thank you and that I appreciate your work. Lemmy is great and I've found a new home (at least for the foreseeable future). I first joined lemmy.ml once I learned about lemmy, and I have to say I had a good experience there. You guys even responded directly to my noob questions, and I honestly felt welcome which helped me decide to stay.

    My questions are about account migration. As you may have already seen, I'm not with lemmy.ml anymore. The reason is I saw you guys stickied a post encouraging users to use different instances (since the server was having trouble with the influx of redditors at that time). I figured I'd help by first moving to a smaller instance. I have no regrets, although switching was a bit tricky since I had to start from scratch.

    What are your thoughts on account migration? Is it in the works or is it something that's a little far into the future? No pressure since I know you guys are busy with other stuff.

    • Account migration is not in the works, and I consider it very low priority. Unlike Mastodon, Lemmy isnt focused on individual users, so it doesnt matter much if you start posting from another instance one day. If its important for you, you can always put a link in your profile to your other accounts. I would rather implement a way to export/import account data. Thats much simpler and can also be used as a backup in case your instance goes down.

      • I would rather implement a way to export/import account data.

        This is perfectly reasonable. I think a lot of users will be happy with this. Also, I agree with the view that lemmy isn't focused on individual users. We have X, Mastodon, etc. for that. Thanks for the response!

      • I would rather implement a way to export/import account data. Thats much simpler and can also be used as a backup in case your instance goes down.

        This makes a lot of sense and would be quite useful too! As taking your posts with you is hard to implement (AFAIU), migration really just comes down to importing data like subscriptions.

      • For communities, howver, it is much more important thing. Re-tart a community from scratch on another instance has a huge "cost".

  • I asked this in the original thread but Iā€™ll repeat it here:

    1. Are there any limitations with the ActivityPub protocol you find limiting? Do you have recommendations for future versions of the protocol?
    2. Do you have any thoughts on the AT Protocol (a potential competitor to AP)?
    • Limitations no, if anything the protocol is too extensive and lets you do too many things (or do the same thing in different ways). But thats somewhat expected for a protocol which can handle all types of social media platforms. I think the protocol is fine as is, but it needs minor changes here and there to keep up with how it is being used in the real world. The FEP process is doing a good job of that.

      From what I know the AT protocol used by Bluesky is entirely centralized, so it doesnt look like a competitor yet. They claim that it will be decentralized in the future, but I will believe it when I see it. For now the decentralization seems more like a marketing gimmick.

      • Iā€™ve been following BlueSky closely for a while and Iā€™ll just add a few points here:

        1. There is currently a federation sandbox for developers, itā€™s definitely on the way but it is a significantly different model than AP. Severs are really ā€œdumbā€ and it has an emphasis on using a handful of services to crawl the network and generate a pipeline of all posts.
        2. Moderation and custom algorithms are also a part of the decentralized model. Custom algorithms are out now, and custom moderation services are also under development.

        Having played with both AP and ATP a fair amount they definitely both have strengths and weaknesses, very different approaches to decentralized social networking.

  • I'm not asking anything because I'm a potato when it comes to software. I just wanted to drop by and say: thank you both for Lemmy. The platform is amazing, and it's clear that you guys are pouring some heavy love (and labour hours) in it, as it's improving at an amazing pace.

  • I'm gonna ask some tough questions, but I am hopeful to get a response. Thank you for all that you do.

    1. Do you envision NSFW content having a place in the federation safely? And if so, would lemmy.ml ever refederate with NSFW instances? What would it take for that to happen?
    2. How do you feel about lemmy.world being the proto "default" lemmy instance right now, especially on Sync app. Some have expressed concern about it causing centralization on the platform, others are hoping that people will spread out.
    3. Do you anticipate making a distinction between NSFW and pornographic content at all? And taking that a step further potentially, is implementing activitypubs content warnings on the road map?
  • Since you're very upfront with your political preferences, how much did it play a role in motivating you to create Lemmy? Was it a tech experiment first and a political project second?
    Do you have some kind of core principle to not let your political preferences excessively interfere with your role as founders, main developers and moderators of Lemmy?

    Thanks for your work, it's projects like that keep the ideal of the open internets alive.

  • Hi! This isn't really a question, but I was a former admin on Lemmy.ml and I just want to say that I really appreciated the opportunity to be on your team and it was a really valuable experience for me! I'm no longer an admin due to inactivity and personal life events causing me to no longer have the time to serve such a role, but I enjoyed the time I was and I really hope I was able to make a positive contribution to the instance!

    Thank you for your continued work developing this project and running your instance comrades! This is still by far my favourite fediverse platform, actually, favourite social media in general. I intend to continue using both Lemmy.ml and Lemmygrad and I hope I can continue to contribute by using Lemmy when I have the chance!

    • Thanks for your help :)

    • I appreciate you a ton comrade, you've been such a great help in getting this instance off the ground. Personal stuff should always be more important, so I hope all goes well. If you ever decide you want to admin again, lmk!

      • Thank you so much comrade! I loved working with you and the other admins and am very grateful for the experience!

    1. Are you proud/happy/satisfied how Lemmy progresses and its current status?
    2. Does it make sense to spend your time to develop client apps when there are so many other already (including open source)
    3. What are your ambitions/goals/hopes for Lemmy in one year from now?
    4. What do you see as the biggest issue for Lemmy (as a platform) which must be addressed?

    Ps: thank you for your work!

      1. For sure! I'm just glad we can provide an alternative that some people enjoy and get some use out of, and to not feel like they're just adding to a company's market cap. Development has certainly picked up with this massive migration, and people have helped us find and fix so many security and performance issues that just two people would never have found before.
      2. The current official UIs (lemmy-ui and somewhat jerboa), have had a ton of developer contributions, and more people added as direct contributors besides me, and they've made those apps better than I ever could. So while I never want to be completely hands-off from those, its wonderful to have the help.
      3. A few I can think of: I hope that performance issues stabilize, that we can create a better onboarding site / improve join-lemmy.org , do lots of code maintenance, become financially stable and grow our little developer co-op into more than just us two, learn how to scale handling issues better, that we can add notifications / unified push, better sorting, and move the web-ui over to a more stable app in rust / leptos : lemmy-ui-leptos
      4. Currently, performance and security, so that we can focus on the above.

      Thanks!

  • what new feature would Lemmy have in the 1.0.0? I know it's quite a long way to go, but what is the vision you guys have moving toward it?

    Edit: bonus question: what does Chat supposed to do?

    • 1.0 is not about features, but stability. It means there wont be any breaking changes to the api or federation for a while, until 2.0. In fact we were thinking to make some breaking changes and then release 1.0 later this year. But then the Reddit migration happened and those plans had to be scrapped.

      Chat simply orders the comments in a different way, newest first without any nesting.

  • Why are Lemmy devs so adamantly opposed to a Follow User feature?

    This is the one feature that is the biggest hurdle for full federation between Lemmy and all the other fediverse instances. Mastodon (and its forks), Peertube, Pixelfed, and kbin all allow this and federate extremely well together while Lemmy is the worst at federating because its the only one to exclude this feature.

    (Please donā€™t reply with ā€œuse kbin if you want to follow usersā€ again as its very dismissive and frustrating)

    Hereā€™s my crude write up on a somewhat hacky way this can be implemented as is:

  • Could you please create a middle ground between the nuclear option (banning sites) and the whack a mole option of banning users. It would be effective to be able to ban communities (at least temporarily) during bot spam attacks while you wait for admins to police up their site. Could there also be a way for admins to notify other admins that their site is spamming garbage so that admins know that their board is the cause of a problem and what that problem is?

    • We can't ban communities, because they aren't people and don't do actions. iirc there is a proposalto "temp-block" sites in the same way admins can "temp-ban" users, but we haven't been working on it.

      Lemmy's bot problems used to be muuuch worse than they are now, and I encourage most instances to use the registration application method of signups, which has been time-tested by older forum software, and which we've found to work the best for blocking bots.

      As far as admins notifying others, we don't want to reinvent the wheel by creating a chatroom in lemmy, so we recommend admins / mods use matrix or something else to communicate with each other about these things.

    • As an admin you can remove a remote community, then it shouldnt federate anymore. Though admittedly this isnt very intuitive.

  • Will an AMA comment sort type be added? Would be convenient to scroll by new replies from OP so we can easily keep up with AMAs

  • Thank you a lot for building such an awesome platform! Here are my questions:

    How did you get into communism? Were there any events that had an influence on you becoming communists and what personally motivates you to keep working on lemmy even though you could earn much more as developers working on proprietary software?

  • Why are Lemmy devs so opposed to a Follow Thread feature? (The feature request is always immediately closed on github with the message: not planned)

    Users being able to opt in to receive updates whenever a thread receives an edit to the post, a new comment, or a reply to a comment thread would be extremely useful.

577 comments