announcements

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

Inui, (edited ) in Lemmy Developer AMA and Dev Update, 2024-01-26, 1500 CEDT

I’m not sure if this will entirely make sense, but do you believe there could be some kind of feature to authenticate with a specific instance, but make your ‘home’ instance another?

In other words, to create your account on lemmy.ml, but visit lemmy.world and be signed into your account, effectively changing what your home page and ‘local’ looks like without needing to subscribe to all communities on another instance if you’re interested in having them curate your feed? Piped has something like this, where you auth with one server, but proxy video through another.

The reason I ask is that this helps to get around tricky defederation situations and can improve privacy. Perhaps I want to auth from a server I trust more with my data, but I want to make .world or .ml my home page because they have more content that is relevant to me and that helps me discover it. Or I want to auth from lemmy.ml so I have access to instances that were defederated from .world, meaning I can still use them as my ‘home page’ without needing to actually make an account there.

nutomic,
@nutomic@lemmy.ml avatar

So basically Oauth support? Theres an open PR for that.

github.com/LemmyNet/lemmy/pull/4238

aeharding, in Lemmy Developer AMA and Dev Update, 2024-01-26, 1500 CEDT
@aeharding@lemmy.world avatar

What does lemmy v1 look like?

OsrsNeedsF2P,

Nutomic said in another comment:

Yes once we reach 1.0 there will be way fewer breaking changes and then it will be easier to do more frequent releases.

So maybe that?

nutomic,
@nutomic@lemmy.ml avatar

Yes thats it, 1.0 just means there are no more breaking changes (until we decide to release 2.0).

aeharding,
@aeharding@lemmy.world avatar

I’m more curious what it will take to get to 1.0, rather than what happens after 1.0.

nutomic,
@nutomic@lemmy.ml avatar

We want to change the API paths to make them more consistent, and have separate endpoints for image uploads (eg POST /api/v3/account/avatar). Not much else really.

dessalines,

I’m sry I can’t give a good answer there… but to me it seems like when we go a certain length of time (not sure how long) without any breaking changes. That will have proven that the API as it exists is stable and well-formed.

That seems a long way off atm, because of all the features and new fields we’ve been adding and modifying on existing data structures.

J12, in Lemmy Developer AMA and Dev Update, 2024-01-26, 1500 CEDT

Will there be flairs?

phiresky,

I think flairs would be the same as user-tagging. There’s an open proposal for post-tagging github.com/LemmyNet/rfcs/pull/4 and the discussion there was so far to add tagging for one type of thing and then later expand to others (like user tagging).

It’s a bit of a complicated feature because it needs decision who can tag whom, and what is the scope (who is it federated two), and how does it transfer / interact with other ActivityPub software.

Danterious, in Lemmy Developer AMA and Dev Update, 2024-01-26, 1500 CEDT

What is currently in the works to help admins locate spammers and problematic users on their instance?

Right now I believe it relies heavily on users reporting and admins looking through a users history however I think that is really inefficient.

Are there any better visualization tools that could be made to aid admins?

nutomic,
@nutomic@lemmy.ml avatar

How would you suggest to make it more efficient?

Danterious, (edited )

Well I am not 100% sure on what the best method would be.

I think the addition of letting moderators see who is voting on what posts is a nice addition since they would tend to be closer to where the content is.

More generally I was thinking about creating a dashboard that gave the admins statistics about that user.

Similar to how we as users can see how many comments and posts any user makes, it might be useful to allow admins to see statistics about which communities the user interacts with or some rudimentary similarity score with other users?

These are some ideas I thought of on the fly and have not thought about the implications but the gist is something that allows the admins to get a better understanding of what is going on from like a bird eye’s view.

Edit: and where -> on what posts

nutomic,
@nutomic@lemmy.ml avatar

The main implication is that someone would have to implement it, and we dont have enough developers for that.

Danterious,

Yeah that’s fair. It was just more of a possible what if.

Hopefully you’re able to get more people that can help develop the features that are in the backlog.

Anyways thx for answering. I was half expecting it to be skipped.

dessalines,

Hrm… I remember my time as a reddit mod, community statistics were very useful in making mod decisions. But that was only because reddit hosts so many vile communities, which isn’t a problem we really have at the moment.

dessalines,

Registration applications, and user reports are the best way to handle trolls. The first stops 90% of them, the second means we can ban and remove all their spam at the click of a button.

I don’t see how you could prematurely know about spammers or trolls until someone reports them. We don’t plan on adding any text-analyzing AI or anything like that into lemmy’s codebase.

Danterious, (edited )

I don’t see how you could prematurely know about spammers or trolls until someone reports them.

I don’t think you can. My suggestion was more focused on how admins make decisions after a report. Right now they have to do a manual scan of the person’s comment history and that is the part I find inefficient. If it was possible to just show extra high level information on the user it might make it easier for the admin to make a decision.

We don’t plan on adding any text-analyzing AI or anything like that into lemmy’s codebase.

Yeah using AI to try and analyze comments would be overkill and probably prone to manipulation anyways.

Edit: I’m sorta talking more specifically towards banning a user or seeing if what a user is doing is a repeated pattern.

dessalines,

I don’t think there’s a way you could avoid going into their history. I do that as an admin to verify that the account in question is indeed repeatedly breaking rules. I’m open to suggestions tho.

treadful, in Lemmy Developer AMA and Dev Update, 2024-01-26, 1500 CEDT
@treadful@lemmy.zip avatar

Is there an official roadmap for Lemmy?

What are the current needs of the project, if any? For instance, are you currently looking for skilled or financial contributions?

nutomic,
@nutomic@lemmy.ml avatar

Check the updated OP. We can definitely use more donations, at the moment we are getting around 4000 Euros per month which is not much for two fulltime devs. And code contributions are also helpful, there is an almost endless amount of open issues.

Blaze,
@Blaze@discuss.online avatar

Very interesting, thank you for this

deadlyremote, in Lemmy Developer AMA and Dev Update, 2024-01-26, 1500 CEDT
@deadlyremote@lemmy.ml avatar

How did you feel when everyone was coming from Reddit to Lemmy?

phiresky,

Personally I came with them so I guess they are my people ;)

dessalines, (edited )

We pretty much all came from reddit, just at different times 😄

nutomic, (edited )
@nutomic@lemmy.ml avatar

Very excited, and then very overwhelmed because everything started breaking left and right.

dessalines,

Excited, but also extremely stressed out and exhausted. For about 2 months I was getting an average of 4 hours of consistent sleep a night after that happened. We were very happy when things calmed down.

CrypticCoffee,

Do you feel fully recharged now, or still catching up from the intensity of it all?

dessalines,

Mostly recharged from that now.

CrypticCoffee,

Good to hear. Thanks for the work you do on Lemmy. It’s nice to be free from the corporate machine that is Reddit.

dessalines,

No probs!

mlg, in Lemmy Developer AMA and Dev Update, 2024-01-26, 1500 CEDT
@mlg@lemmy.world avatar

Is there any new p2p/decentral technology that is trying to advance beyond federation?

It would be cool to have a generic framework to make web resources that are inherently decentralized without the need for sponsor and hosting.

Like IPFS but as a social site. Everyone helps partially host content in exchange for access to all the content.

Danterious, (edited )

There are different software that could help this happen but I’m not sure how they’d handle all of lemmy’s content

There is Gun.js and OrbitDB (OrbitDB runs on IPFS using Helia)

and there is FreeNet which allows hosting of freesites on their network if you have something downloaded to your computer.

Some of the problems could be mitigated by volunteers running relay nodes hosting the kind of content they want to stay up (this would work with Gun.js and OrbitDB since it allows subscribing to specific data) or just general relay nodes that gives the network more capacity (this would be the method if you are working with FreeNet)

Again not sure how easy or hard this would be so I hope the developers share their thoughts.

Edit: When I say relay nodes hosting I don’t mean they have control over the data but instead keeps the data online. The data is still stored on the users own device and is shared between users if both are online at the same time.

phiresky,

There is a ton of decentralized projects that no one has really ever heard of, new ones pop up all the time (I was watching multiple of them in the past). Sadly in most cases it seems like most authors stop working on their projects after a while.

The same ideas have existed for a long time but both decade old projects (ever heard of Freenet? Probably no) and new ones . Many of them are very ambitious and try to replace huge swaths of things (not just file storage but also social aspects, web of trust, etc) but then collapse under the complexity. IPFS is the most well known new project and (good imo) has limited its scope, but sadly (still) suffers from huge scalability issues, some of which are deep in the design.

I think it’s really hard to align incentives there - the nicer it is the harder it is to make money with it. So either these projects tend towards control by one entity or they tend towards death.

Really the only one that seems to have a long lasting life so far is torrents. Which are amazing. And Email if you want to count that.

dessalines,

Torrents are truly one of the best inventions of the internet.

They’ve fully solved the static data distribution problem, in a way that’s resilient and practical. I do a few torrent-related side projects, and I’m also super-interested in how we could integrate them into lemmy UIs and apps in order to take on YouTube.

Omega_Haxors,

I’m fed up to shit with youtube’s bullshit. Between their excessive advertising, unmoderated comments and far-right bias I want so bad to leave that shit and never come back.

dessalines,

I take a deep breath before I enter any youtube comment section that isn’t a cooking video lol.

Danterious,

I’d love to see that happen.

possiblylinux127, in Lemmy Developer AMA and Dev Update, 2024-01-26, 1500 CEDT

Will Lemmy ever become more of an organization? I’m slightly concerned about hostile take overs and or major changes that could be driven by personal views or bias.

Also a organization could facilitate cooperation and organize events.

pingveno,

If Lemmy does become more of an organization, it would be nice to have a level of public assurance over any control exerted by the organization. A lot of people see that the lead developers of Lemmy are communist and shy away from it based merely on that. I have one of the oldest accounts on Lemmy, I’ve seen plenty of them, and my impression is that they have conducted themselves with only the utmost ethics. However, it can still help newcomers who don’t want to feel like someone might be breathing down their neck.

phiresky, (edited )

Lemmy is somewhat protected by being an AGPL-licensed project, preventing proprietarization. If there’s ever a relicensing effort, ba fearful.

I’m not sure what exactly becoming a organization would entail, but so far I’d say the development part is not really large enough? For me I would start being suspicious when a significant amount of dev power came from compan(ies), but so far no company has shown any interest afaik.

There’s already been a few forks, for example lemmynsfw has made some changes on their side, which nutomic is now looking to integrate back into lemmy.

dessalines,

As a multi-national open source dev team, it would only complicate our lives to try to set up a more formal legal structure.

I wouldn’t be too afraid of hostile takeovers: this is a dev-run-and-controlled project. People will go where the development is, and the federated nature of lemmy protects against the kind of attacks its possible to make against centralized entities.

Pacrat173, in Lemmy Developer AMA and Dev Update, 2024-01-26, 1500 CEDT

Will Lemmy ever have another source of income like official merch or will it rely on donations for the foreseeable future?

possiblylinux127,

May canvas event posters?

nutomic,
@nutomic@lemmy.ml avatar

Would people really pay for Lemmy merch?

Blaze,
@Blaze@discuss.online avatar

There might need to be a revamp of the logo to make it a bit more appealing.

What I could definitely see happening would be instance-based merch, especially if the community feeling is strong.

Grayox,
@Grayox@lemmy.ml avatar

I think they would, it would be super cool to do art competitions and have the community pick the designs, could do it once a quarter to help boost funding.

aeharding,
@aeharding@lemmy.world avatar

Personally maybe with some better art, not with the plain mouse logo

Oha,

I definitely would

veeesix,
@veeesix@lemmy.ca avatar

I’d be down for an enamel pin. I’m sure you guys are familiar with the Apollo app (RIP), but in his merch store he had enamel pins made in the style of some of his app icons.

dessalines,

To add, recurring donations, no matter how small, help us plan for the future, as we can then reliably estimate how many developers we can support off them. One-offs donations and merch sales wouldn’t help us out in that regard.

ademir, in Lemmy Developer AMA and Dev Update, 2024-01-26, 1500 CEDT
@ademir@lemmy.eco.br avatar

Bomber, Ace of Spades or Overkill?

dessalines,

Overkill for me, but to me Motorhead’s also one of those singles-type bands where the songs kind of stand individually great on their own, rather than the album. So I usually just relisten to a ~40 song greatest hits of theirs.

ademir,
@ademir@lemmy.eco.br avatar

Cool which more bands do you like?

dessalines,

Looking at my most playeds: Radiohead, Bjork, NIN, Sigur Ros, GYBE, the War on Drugs, Soundgarden, Smiths / Morrissey, Blondie, Calexico, Talk Talk, Aimee Mann, Public Enemy, RATM, M83, Pavement, Explosions in the Sky, Sufjan, Pumpkins, Tallest Man on Earth, Andrew Bird, Massive attack, Soda Stereo, Yes.

U?

Omega_Haxors, (edited ) in Lemmy Developer AMA and Dev Update, 2024-01-26, 1500 CEDT

A lot of people say there are a bunch of tankies on Lemmy which really begs the question: Where do you all keep your tanks and can I drive one?

davel,
@davel@lemmy.ml avatar

Maybe the real tankies are the comrades we made along the way soviet-bashful

dessalines,

They stay in the bunker except for emergencies like facebooks threats.net . You get to drive one when you can recite the first section of the communist manifesto from memory.

Omega_Haxors, (edited )

Thank you for being honest, most would deny the existence of the tanks. I’ll get to work on that right away, I wanna drive the tankie tank.

Kaboom, in Lemmy Developer AMA and Dev Update, 2024-01-26, 1500 CEDT

What is your take on right wing subs like !conservative ?

Should they get the boot? Good for growth? What do you think?

soviettaters,

Why should there not be right wing subs? Would we not just be becoming like Reddit by banning them?

Inui,

Do you think the problem with Reddit was that they removed the_Donald?

Regardless, this should be an instance decisions and others are free to defederate with any instance hosting content they don’t want to see. Just like what happened to exploding heads.

OnlyTakesLs,

Not soviet, but that removal was unpopular for a reason.

soviettaters,

I don’t think it should be an instance decision. The best part about the fediverse is that we can pick and choose what we want to see.

Inui,

How do you see this playing out? Instances are free to set and enforce their own rules and standards. You can’t force them to host content they don’t want to.

davel,
@davel@lemmy.ml avatar

The way it plays out is bugs-no

I don’t know what mental model someone is working from to draw such a conclusion. A free speech absolutist one? A consumer rights one? 🤷

Omega_Haxors, (edited )

important context: Lemm ee has a conservative c/ run by a pedophile who the admin of that instance protects.

davel, (edited )
@davel@lemmy.ml avatar

Whether there should be right wing comms is up to an instance’s admins, and whether other instances should federate with it is up to the admins of other instances.

As for freeze-peach absolutism, consider the paradox of tolerance.

The USian obsession with free speech comes from the over-application of a first amendment right. That freedom is in fact a restriction on the State to abridge speech, and not a restriction on Lemmy mods or admins.

whoisearth,
@whoisearth@lemmy.ca avatar

What’s wrong with a “right-wing” community? I’m not right wing but I’m definitely not afraid of them. Anything can be solved with education. Why would you censor based on what side of the political spectrum you’re on?

Omega_Haxors, (edited )

Because it signals to actual neo-nazis that it’s safe to set up here, and of course they take their pedophilia and toxicity with them. Remember all those CSAM attacks that were happening? They were all coming from those instances with a reputation for being soft on the right.

They treat passive tolerance as active acceptance, and then throw disastrous temper tantrums when they find out that isn’t actually the case.

nutomic,
@nutomic@lemmy.ml avatar

Remember all those CSAM attacks that were happening? They were all coming from those instances with a reputation for being soft on the right.

Is this your opinion or do you have actual evidence for this?

Omega_Haxors, (edited )

I’ve done a little investigation in the matter but as the admin for lemmy you should have a way better information on the subject.

nutomic,
@nutomic@lemmy.ml avatar

So you are making factual statements with zero facts to support them. Got it.

Omega_Haxors,

I apologize.

possiblylinux127,

I would hope we aren’t going to start kicking people out because of there political views.

davel,
@davel@lemmy.ml avatar

Perhaps you are not aware that some instances already do, and that some—for example hexbear & lemmygrad—have done so since their inception.

Omega_Haxors, (edited )

Conservativism isn’t a political view, it’s a crime against humanity. They have exactly one ““legitimate”” claim (lower taxes) and the rest is shit like “lets make child marriage legal”, “lets murder people for crossing the border”, “lets dogwhistle neofascist hatred” and “lets roll back every human right known to man” and that’s before you get into the MAGA shit which is every form of outright nazism stuffed into a trenchcoat.

Instances with conservative /c are all full of notoriously toxic and anticommunist users who go around making the federation way shittier.

Kaboom, (edited )

So to summarize, you don’t think women, minorities, and the poor should be able to arm themselves? Got it, thanks.

Omega_Haxors,

Conservativism is when guns

Kaboom,

Communism is when you hurt women, minorities, and the poor.

Omega_Haxors,

actually it’s when vuvuzela 9 gorillian dead & no iphone

nutomic,
@nutomic@lemmy.ml avatar

This is so ridiculous I dont even know where to start.

Omega_Haxors, (edited )

You’ve probably better things to do than to go into this, but maybe someone else here can showcase the flaws in my reasoning. All I have to go off of is my own personal experiences and what I see is a direct translation of right-acceptance converting directly into right-wing toxicity.

possiblylinux127,

Just to be clear, being conservative is very much a political view. No one is making you agree with there views and no one is making you spend time on conservative communities.

Additionally you are complaining about them being anti communist but you are very anti conservative. Maybe we should just keep those two ideas in there respective communities. I certainly don’t care for people posting about communism or conservative ideas on random posts.

Omega_Haxors, (edited )

Well that’s just the thing, they don’t keep to themselves. I’ve no problem with people having different views to my own. That changes when they start harassing anyone who expresses views distasteful to them. Maybe that’s justifiable in cases where the “other side” are actual nazis, but it’s a lot harder to make that same justification when it’s the other way around. What I care most about is freedom of speech which doesn’t just turn into “oops all nazism” because you can get that nearly everywhere these days and i’m already starting to see traces of that taking root here too, at least on some instances.

hendrik, (edited )

I think the instance admins should handle that. Lemmy itself should be a open and agnostic platform. Admins should use defederation and block specific communities.

(My oppinion, I’m not associated with Lemmy development.)

nutomic,
@nutomic@lemmy.ml avatar

Lemmy is licensed under AGPL which states that everyone can use it, there are no restrictions based on politics. Besides, “right wing” is not the same as “evil”, the real world is much more complicated than that. If you ask me, the whole right-left classification is way too simplistic and doesnt make sense anymore (if it ever did).

TORFdot0,

I’m not a Lemmy dev but I’m interested in this question so I’m commenting so I remember to check up on this one.

I subscribe to that sub because I feel like it’s important to engage with people that I don’t agree with. Even though the two main contributors to that sub are peculiar in their views, I haven’t seen them break any rules of lemm.ee or post outright hate to any group but democrats.

I know sh.it.justworks had their own drama with a the_donald popup community which led to calls for defederation before the community was banned but if people are posting within the rules and properly moderate their own; we ought to let them post their politics even if we don’t agree.

Omega_Haxors, (edited )

of course sh.itholefor.nazis had a T_d community. I’m not even fucking surprised. This is what happens when you go soft on nazism.

interdimensionalmeme, in Lemmy Developer AMA and Dev Update, 2024-01-26, 1500 CEDT

When will there be default view agglomeration of posts sent to identically named communities. For example /c/books. The current setup cntralizes power into the hands of whoever gets traction first on the platform. If I go to /c/books on any server, all posts of all federated servers’ /c/books should be visible. This way no server owner gets the stranglehold on the community that they host.

ademir,
@ademir@lemmy.eco.br avatar

I think this is interesting but should not be an automatic feature.

interdimensionalmeme,

If it is not the default and automatic, then lemmy is a pointless reddit clone.

You have to filter out what you don’t want because it is not possible to undelete what has already been deleted.

Users will just circulate ready made blacklists of spammer and thoughtcriminal communities to automatically remove them all from their feed.

The alternative is that only the biggest instance and the biggest community will matter and writing everywhere else is just a exercise in pointlessness

Blaze,
@Blaze@discuss.online avatar

The current setup cntralizes power into the hands of whoever gets traction first on the platform.

There are other factors at hand, such as the moderation and the instance politics

interdimensionalmeme,

Which is another centralization incentive.

Don’t want to be ostracized because your user is registered on the wrong politic instance ? Join biggest instance instead.

Going to the biggest local community of the biggest instance is always the way of least resistance.

And that’s how you make a worse reddit with extra steps.

Blaze,
@Blaze@discuss.online avatar

Don’t want to be ostracized because your user is registered on the wrong politic instance ? Join biggest instance instead.

There are plenty of politically neutral instance. Most of them are, actually, the only ones that come to mind as politically oriented are hexbear, lemmygrad and to an extend, lemmy.ml.

That leaves lemm.ee, sh.itjust.works, all the feddit.country, discuss.tchncs.de, sopuli.xyz, reddthat.com, lemmy.zip as neutral alternatives

spaduf,

Another option here is FEP-d36d which is a standard for group-to-group following. This looks to me like a slightly more organic and opt-in approach.

interdimensionalmeme,

Any opt-in approach will be irrelevant. Most user never change the defaults.

Example are “multireddit” feature. Statistically speaking, nobody used them and they never mattered.

Imagine a combination of /r/books /r/books2 and /r/books3

Owner of /r/books goes mad with power (as tgey all do) abd sells out the community.

So you post in /r/books2 because you use the multireddit, and if everyone else did, the defective owner would be transparently bypassed.

But what actually happens ?

To 99% if users in /r/books, you have simply ceased to exist. New users still to biggest /r/books and never know of the alternatives.

Multireddits are socially irrelevant.

The default MUST whole fediverse aggloneration which the users filters out what they don’t like out of

By manual removal of individual communities

By including or subscribing to circulating blacklists of communities (think spamfilter lists)

And by the owner of their instance defederating from other servers.

spaduf, (edited )

I think one thing you’re missing here is that under such a system the defaults would likely become your locally hosted /c/books rather than the largest one. Even still you’d probably see posts from the largest books communities because /c/books@your_instance follows multiple /c/books@big_instance. Community blocking would likely still work as it currently does so any books communities that you were not fond of could still be blocked.

There is still the issue of where do you post and I think the answer looks something like:

  • Post in /c/books@your_instance if you want to talk to your neighbors
  • Post in /c/books@big_instances if you want to talk to everybody

Which is more or less how most people would decide where to post book stuff anyway.

interdimensionalmeme,

Yes, the majority of content would still come from bigcommunity/c/books, the crucial difference in that system is that posting in otherserver/c/books would get the same probabibility of being viewed by random and non logged users.

I cannot emphasize enough how important that is. It is the only way to break the stranglehold that bigcommunity/c/books will always have over almist every lemmy users.

Without this, this is just reddit all over again. Meet the new boss, same as old boss.

Blaze,
@Blaze@discuss.online avatar

Meet the new boss, same as old boss.

Who’s Lemmy’s spez?

The main difference of Lemmy compared to Reddit is the ability that communities have to walk away, as I explained in another comment: discuss.online/comment/5393546

hendrik, (edited )

I’d like that. I think some other platforms/projects have features like this. And on Lemmy some instances duplicate everything. For example beehaw.

Blaze,
@Blaze@discuss.online avatar

And on Lemmy some instances duplicate everything. For example beehaw

Are they not allowed to?

Beehaw exists for people who wanted a heavily-moderated space, and they seem to be doing well activity-wise. Do you want to force them with the rest of the instances?

hendrik, (edited )

Sure, that’s not the point at all. But wouldn’t it be great if the knitting community (for example) on beehaw.org, lemmy.ml, lemmy.world and feddit.de would be merged for me into one entity for a better browsing experience? And people wouldn’t post the same breaking news 3 times and the cross-posts always showed up 3 times in my timeline? (And sometimes it’s the same 30 people anyways that are subscribed to all of them so the cross-posting doesn’t add anything?)

I currently don’t have a good idea for a UI design for that. But I think a feature like that would add to federated platforms (if done right.) But nobody said you’re not allowed or it’s bad to open a dozen communities with the same name and topic on different servers. That’s perfectly alright. In the real world we also sometimes discuss the same topic with different people at different locations.

Blaze,
@Blaze@discuss.online avatar

But wouldn’t it be great if the knitting community (for example) on beehaw.org, lemmy.ml, lemmy.world and feddit.de would be merged for me into one entity for a better browsing experience?

Why wouldn’t they merge on one instance? Seems easier, and can be done today compared to having to ask the developers to implement a complex feature.

hendrik, (edited )

Is there a client that does that? Sorry I lost track of the different clients. But I’d like to try. I know Eternity (which I use on my Android phone) and the default webui can’t do that. But I haven’t tried all the options.

I don’t quite get your wording. If you mean similar communities should be merged in all cases, I think I’d disagree. People might want to subscribe to a specific community. And it’d be complex to figure out moderation etc, since the root of the platform is a federated architecture and this somewhat goes against that. I think it’d be more a UI / client feature, tied into a cross-posting mechanism.

nutomic,
@nutomic@lemmy.ml avatar

Then who would moderate this? And what if lemmygrad.ml/c/books wants to have different discussions from lemmy.world/c/books?

interdimensionalmeme,

Lemmygrad still can send all the kulaks to the gulags. But only when the discussion happening inside their hard drive. Aka “I take my ball and go home”

They do not get to silence the rest of the fediverse/c/books

dessalines,
Die4Ever,
threelonmusketeers, (edited ) in Lemmy Developer AMA and Dev Update, 2024-01-26, 1500 CEDT

Will private messages ever be displayed in a threaded or grouped manner?

Please correct me if I’m wrong, but the current web interface is just a reverse chronological list of all sent and received messages. This can be confusing to follow if one is messaging multiple users over an extended period of time. I think the ability to group messages by user would be useful.

Aurelius, (edited )
@Aurelius@lemmy.world avatar

This is already possible in many Lemmy apps. I built the Quiblr web app and messages are more similar to a messaging app. Many Lemmy apps probably do similar as it’s just a front-end change.

threelonmusketeers, (edited )

Cool! I haven’t tried out web apps, but many mobile apps have this feature as well. Would be nice to see this feature merged into the native web interface.

nutomic,
@nutomic@lemmy.ml avatar

Maybe, if someone implements it. Basically the same answer as all other low-priority feature requests.

dessalines, (edited )

There can definitely be improvements, but I agree that they’re low priority. I’m hesitant to put too much work into Lemmy’s private messages or its interface, as they’re inherently insecure and not E2EE (we even have warnings in the lemmy-ui interface about this).

Its best to rely on messaging apps like matrix and xmpp that were made for that job, which you can add to your profile. We also added a specific matrix_id field to your user settings, which enables a “Send secure message” button.

SorteKanin, (edited ) in Lemmy Developer AMA and Dev Update, 2024-01-26, 1500 CEDT
@SorteKanin@feddit.dk avatar

There was a big time gap between 0.18.5 and 0.19. Have you considered adopting a release train model, similar to what Rust does? The Bevy game engine has also adopted the idea.

More frequent but smaller releases would probably cause less friction and make upgrading less of a “big thing” and “big things” are always where things go wrong.

1984, (edited )
@1984@lemmy.today avatar

They normally do have smaller releases (18.1, 18.2, 18.3, 18.4, 18.5) but going from 18 to 19 was a big update that also required a database upgrade. Rust releases don’t have database upgrades or anything that is not backwards compatible, so it’s not really comparable.

phiresky,

0.19 was a bit of a special case because there was a set of breaking updates that had to be done at some point, and trickle releasing breaking changes isn’t really great either. Usually hopefully the breaking changes are rare, so releases can be more frequent.

nutomic,
@nutomic@lemmy.ml avatar

Yes once we reach 1.0 there will be way fewer breaking changes and then it will be easier to do more frequent releases.

dessalines,

For sure. Releasing breaking changes frequently would be much worse for stability than increased time between releases.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • announcements@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 622592 bytes) in /var/www/kbin/kbin/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 171

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 528384 bytes) in /var/www/kbin/kbin/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php on line 81