

Yes that’s me ;)
They contacted us just a few days ago, asking if we want to sign. So I also don’t know any more details yet, only what the public declaration says.
Lemmy Lead Developer and father of two children.
I also develop Ibis, a federated wiki.


Yes that’s me ;)
They contacted us just a few days ago, asking if we want to sign. So I also don’t know any more details yet, only what the public declaration says.


Okay I’m adding that to the donation page on join-lemmy.org.


Better integration with Mastodon or Pixelfed mainly needs to be done from their side, but it seems those projects are not interested. Are there any specific improvements you would like to see?
Thanks for donating!


Lemmy puts up full-page advertisements for donations but a lot of that funding goes to running Lemmy.ml and seemingly only very little to actual code development.
Please stop spreading misinformation. The server for lemmy.ml only costs ~70€ per month which is only 2% of the total donation amount (3336€). With Lemmy we care a lot about writing high-quality and bug-free code as well as offering a good user experience. All of that takes time to do well.
Edit: For your information, only donations via Opencollective pay for lemmy.ml hosting. All other donation methods are exclusively paying for developer salaries.


FYI only donations via OpenCollective are used for lemmy.ml hosting (see the expenses). Other donation methods are purely to pay for development work.


I asked @dessalines@lemmy.ml about this as he is more familiar with the ranking algos:
Maybe not renaming active, but possibly renaming hot… but IMO they’re fine. Its just different from reddit, and more like the hackernews algorithm: join-lemmy.org/docs/contributors/07-ranking-algo.html#hacker-news . It’s more new-focused to prevent the main problem of reddits which is rewarding first posts / comments, regardless of their quality
If your instance invents fake users for voting, that is very easy to spot if you view the profile and its all empty. So you need to add a profile picture, bio and some posts as well. But if the names and avatars are all similar, or the posts are obviously LLM generated, its still quite easy to spot manipulation. Or if the modlog for that user has entries for vote manipulation. On the other hand if there is only the total number of votes, there is no way at all to see if they are legit.
I think a much better option for vote privacy is what Piefed tried using “Local-only votes”. So privacy-conscious users can choose that their votes are not federated, and then only the local admin can see them. This could be a simple boolean user setting, or could be more granular to allow/disallow vote federation with specific instances.
Here it is: https://codeberg.org/fediverse/fep/src/branch/main/fep/1a11/fep-1a11.md
By the way sent you a private message, hope you received that.


Do you think it would make sense renaming Active to Hot and vice versa?


MediaWiki is a much bigger project, with probably dozens of developers working on it full-time. It has a lot more features. Ibis on the other hand is only a small project which I’m developing on the side. If Wikipedia wanted to federate, the best option would be adding that logic directly into MediaWiki.


Oops youre right, I closed registrations a while ago as I wasnt working on Ibis and there were too many spam accounts. Opened it for now, later I need to add something like Lemmy’s registration application.


Yes that is what I mean, admins can only see private messages that their own local users are either sending or receiving. Not from users on other instances.
I agree that privacy is important, but most admins probably couldnt care less what their users are writing in private messages. And there is a tradeoff between implementing end-to-end encryption, or implementing other features that may be more important.


Setting an instance is easy, but actually getting a significant amount of users is much more difficult. And as admin you can only see the private messages of your local users, no one else. So if you are not talking about illegal stuff the risk is negligible. And if you are, use a real messenger application or better yet avoid all computers.


Private messages are completely private, you as normal user can never see someone elses private message. The only ones who can theoretically read private messages from other users are instance admins. Exactly the same on Reddit or Twitter by the way. But if any admin actually does that, people would quickly spread the word and leave that instance.
End-to-end encryption does add some extra security in that admins also cannot read other users private messages. I dont think that people really send very sensitive information through Lemmy private messages, it is better to use an actual messenger application for that.


What do you mean by instance url redirection?
We discussed about merged comments for same post url, but there was no clear support for it. Many people dont care or warn that it could have unwanted side effects.


Mods are developed by fans in their free time, like the original Counter-Strike. To play it you had to own the original game and could get the mod for free. In contrast games like Half-Life are developed by a company with full-time employees, and sold for money.
Of course Counter-Strike hasn’t been a mod for a long time now. Valve took it over and turned it into a full game.


This is a known bug in lemmy-ui. Looks like the fix was not backported to stable yet.
https://github.com/LemmyNet/lemmy-ui/pull/3459
Edit: Fixed in #3968, will be included in the next 0.19 release.


Yes but apparently its not working for some reason. My first guess is that these posts have identical looking images, but they are actually loaded from different urls.


I cant find these duplicate posts, can you share the URLs that you were viewing? Is it possible that these identical images actually have different URLs?
deleted by creator