this post was submitted on 06 Aug 2023
875 points (100.0% liked)

Announcements

115 readers
1 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
 

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

(page 2) 50 comments
sorted by: hot top controversial new old
[–] sally@vunzi.com 33 points 1 year ago (1 children)

Is it possible to disable the caching of images from other instances onto my server?

load more comments (1 replies)
[–] 4011isbananas@lemm.ee 32 points 1 year ago (1 children)

Is there a reason we don't have users ability to block entire instances, or is it difficult to code? (I don't mean to sound ungrateful)

load more comments (1 replies)
[–] iByteABit@lemm.ee 29 points 1 year ago (1 children)

First off, thank you for this awesome platform and for being my first real experience with contributing to FOSS, I learned quite a bit and I had a lot of of fun! I really hope Rust ends up becoming the new standard in web backends instead of Java with Spring/Springboot.

The only question I have that hasn't already been asked is about the legal side of things:

What are you responsible for as the developers of Lemmy, and what are you responsible for as the owners of a Lemmy instance?

Do you have to take certain measures to keep the platform clean from illegal activities and CP/gore? If so, what has been done?

The same question applies to GDPR rules for Europe.

Thanks for doing this :D

load more comments (1 replies)
[–] A_Very_Big_Fan@lemm.ee 29 points 1 year ago (4 children)

Any plans to make it easier to interact with links to other instances?

The QoL value to automatically open links to other instances inside my current instance would be enormous.

load more comments (4 replies)
[–] nix@merv.news 26 points 1 year ago (3 children)

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:

spoiler

When creating an account the backend can automatically create a community thats the same as your username. make you the mod, and enable mod only posts to the community by default. On the update to the new version with the Follow User Feature a script can run to auto create communities with the names of users.

The script can also change any usernames that exist with the same name as a current community and add a U at the end of the user (an extremely small amount of users would be affected and usernames aren’t as important as preserving community names/urls)

Then we just need to follow the community of the same name as the user to follow them. The way mastodon already federates with Lemmy currently would allow you to recurve updates whenever the user posts to their own community since only they (and assigned mods) can post to their community.

load more comments (3 replies)
[–] Temperche@feddit.de 26 points 1 year ago (2 children)

Do you aim for Lemmy to become GDPR-compatible in the future ( see https://gdpr-info.eu/ for details)?

load more comments (2 replies)
[–] Annoyed_Crabby@monyet.cc 25 points 1 year ago* (last edited 1 year ago) (1 children)

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?

[–] nutomic@lemmy.ml 26 points 1 year ago

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.

[–] deadlyremote@lemmy.ml 25 points 1 year ago (8 children)
  1. What is the best Linux distribution?
  2. Favorite instance outside of lemmy.ml?
  3. Best and worst Lemmy client?
load more comments (8 replies)
[–] salient_one@lemmy.villa-straylight.social 24 points 1 year ago (1 children)

Why did you choose Rust for the backend and Inferno for the frontend?

P.S. Thank you for your work!

[–] dessalines@lemmy.ml 21 points 1 year ago (1 children)

Performance.

For web services, check out https://www.techempower.com/benchmarks/

For front-end, check out https://github.com/krausest/js-framework-benchmark

At the time of making lemmy, actix (for back end), and inferno, were two of the highest-performing in their areas.

load more comments (1 replies)
[–] HobbitFoot@thelemmy.club 23 points 1 year ago (3 children)

One of the major complaints on Reddit was the mod governance structure, with rank dependent on who showed up first. On the roadmap, do you see implementing other ways to govern mods, maybe something like how a lot of video game guilds govern themselves?

[–] dessalines@lemmy.ml 29 points 1 year ago (5 children)

As a communist, I'm also receptive to a more democratic and less-hierarchical style of moderation. A LOT of reddit communities have been wrecked by an absent top moderator, who suddenly and suspiciously "becomes active" and removes the moderators who have been keeping the sub going for years.

We've had several people make proposals on github, but my issue has always been this: these are mostly untested, and potentially insecure. In the online space without any sort of real-person verification, If some kind of voting on mod actions were implemented, people could just create fake accounts to game the system, or find other ways.

AFAIK there hasn't been any forum or community software that doesn't implement the top-down chain of trust model. And of course this is less of concern with decentralized software like lemmy, where people always have the option to host their own instance, or create their own community, and moderate it exactly as they see fit. That's not an option you have with reddit.

load more comments (5 replies)
load more comments (2 replies)
[–] vettnerk@lemmy.ml 23 points 1 year ago (3 children)
  1. What's your favorite dinosaur?

  2. The way lemmy instances are organized reminds me of IRC. Was that any part of the inspiration?

load more comments (3 replies)
[–] jackpot@lemmy.ml 21 points 1 year ago (2 children)

Thoughts on a GPL4?

Many examples indicate an even stronger license is needed, I will list a few

  1. The current RedHat debacle

  2. MuseScore's closed source Musehub (after being acquired by Ultimatw Guitar)

  3. Google commiting copyright infringement by combining free (as in freedom) software with code under Apache license for Android

We clearly need a stronger, more all encompassing license.

load more comments (2 replies)
[–] sverit@feddit.de 21 points 1 year ago (1 children)

Sorry, no question, only: Thank you for your hard work :)

load more comments (1 replies)
[–] nix@merv.news 21 points 1 year ago (1 children)

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

load more comments (1 replies)
[–] Xylight@programming.dev 21 points 1 year ago (2 children)

How much experience did you have with Rust when you started making Lemmy? What programming languages did you use before?

[–] dessalines@lemmy.ml 24 points 1 year ago

Just a little, on a few side projects. But lemmy was the one that I used to teach myself rust. Before I was mainly a Java developer.

Having a good idea + learning the new thing to program it in, is one of the best motivators for me, as I'm sure it is for a lot of devs.

load more comments (1 replies)
load more comments
view more: ‹ prev next ›