1
111
submitted 2 months ago* (last edited 2 months ago) by dessalines@lemmy.ml to c/lemmy@lemmy.ml

We're adding the ability to customize this in the upcoming release, but I'm wondering what people think would be a good default.

The 4 pieces of showable/hideable info are: Upvotes, Downvotes, Score, and Upvote %.

In Jerboa, I had a temporary default (until the next lemmy release), of Score + Upvote %, but people seem to dislike this a lot.

I'll check back on this in a few days to see the result.

2
15
submitted 17 hours ago by sabreW4K3@lazysoci.al to c/lemmy@lemmy.ml

So yesterday I was posting up a storm, posts that would've gone down as the best posts of all time! But randomly my home instance reset and the posts and replies I made in the ten minutes before, all got orphaned. They're still there, but replies to them don't get sent to me. Anyway, it's one of those edge cases that no one would likely ever face again, but thought I'd share.

3
41
submitted 3 days ago by pelletbucket@lemm.ee to c/lemmy@lemmy.ml

is there a particular third party app that's useful? or should it all be handled from a desktop website

4
101
submitted 6 days ago* (last edited 6 days ago) by dessalines@lemmy.ml to c/lemmy@lemmy.ml

What is Lemmy?

Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.

Changes

This is a smaller bugfix release, with the following changes:

Lemmy

Lemmy-UI

Full Changelog

Upgrade instructions

Follow the upgrade instructions for ansible or docker.

If you need help with the upgrade, you can ask in our support forum or on the Matrix Chat.

Thanks to everyone

We'd like to thank our many contributors and users of Lemmy for coding, translating, testing, and helping find and fix bugs. We're glad many people find it useful and enjoyable enough to contribute.

Support development

We (@dessalines and @nutomic) have been working full-time on Lemmy for over three years. This is largely thanks to support from NLnet foundation, as well as donations from individual users.

If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider donating to support its development. A recurring donation is the best way to ensure that open-source software like Lemmy can stay independent and alive, and helps us grow our little developer co-op to support more full-time developers.

5
18
submitted 5 days ago* (last edited 4 days ago) by hetzlemmingsworld@lemmings.world to c/lemmy@lemmy.ml

Reposted from: https://lemmings.world/post/10530999

Please what are the easiest and fastest steps in order to find backup of a currently unavailable post thanks to no longer running Lemmy instance?

Lets say it is this post we are reading, that become offline. I am not asking for the links to instances that hosts it, but for the way on how to discover all the instances myself.

So far I have found only this way:

  1. open largest instances list: https://lemmyverse.net/?order=posts&open=true
  2. open one after another and under magnifier button, search for the same post ID (number) as your dead link has
6
18
submitted 1 week ago* (last edited 1 week ago) by maegul@lemmy.ml to c/lemmy@lemmy.ml

This seems to be the case from what I've seen and from a quick check just now.

Is this intentionally so? Is it likely to remain so?

Not that I have any problems with it. I'm just thinking about trying to run a poll through lemmy's current features (where native polls are in the roadmap anyway). And I figure, for simple polls, a bunch of comments for each option in a locked thread where people can only up vote would roughly do the trick (except that a voter would know the results ahead of time).

7
17
submitted 1 week ago by DreitonLullaby@lemmy.ml to c/lemmy@lemmy.ml

Is it possible to make upvotes/downvotes on my own posts (and comments on my posts) visible, while making everyone else's invisible on the Lemmy website? I like making upvotes & downvotes invisible, because it makes it harder for me to be biased on what I upvote or downvote, based on the amount of upvotes/downvotes posts/comments already have from others. But on the other hand, I would still like to see how many upvotes & downvotes my own posts have, and how many upvotes & downvotes the comments below my post have. Thanks.

8
32
submitted 1 week ago by Die4Ever@programming.dev to c/lemmy@lemmy.ml

something that didn't get mentioned in the announcement but I think is nice, the Chat view has been fixed!

https://github.com/LemmyNet/lemmy-ui/issues/1639#issuecomment-2172090390

I believe it was fixed here https://github.com/LemmyNet/lemmy-ui/pull/2480

it even allows sorting in either direction, you can do Chat view with New or Old sort!

9
68
submitted 1 week ago by grue@lemmy.world to c/lemmy@lemmy.ml

In my profile it says my cake day is today (June 13), but it was displaying a cake icon on my comments all day yesterday (June 12).

The icon was a black and white outline so I thought maybe it was showing it the day before on purpose so other people would see ahead of time, and that it would turn colorful on the actual day. But then midnight hit and it disappeared, so it must be a bug instead.

10
64
submitted 1 week ago by TheImpressiveX@lemmy.ml to c/lemmy@lemmy.ml
11
119
submitted 2 weeks ago by dessalines@lemmy.ml to c/lemmy@lemmy.ml

What is Lemmy?

Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.

Major Changes

This v0.19.4 release is a big one, with > 200 pull requests merged since v0.19.3. As such we can only give a general overview of the major changes in this post, and without going into detail. For more information, read the full changelogs at the bottom of this post.

Local Only Communities

Communities have a new visibility setting, which can be either Public (current behaviour) or LocalOnly. The latter means that the community won't federate, and can only be viewed by users who are logged in to the local instance. This can be useful for meta communities discussing moderation policies of the local instance, where outside users shouldn't be able to participate. It is also a first step towards implementing private communities. Local only communities still need more testing and should be considered experimental for now.

Image Proxying

There is a new config option called image_mode which provides a way to proxy external image links through the local instance. This prevents deanonymization attacks where an attacker uploads an image to his own server, embeds it in a Lemmy post and watches the IPs which load the image.

Instead if image_mode is set to ProxyAllImages, image urls are rewritten to be proxied through /api/v3/image_proxy. This can also improve performance and avoid overloading other websites. The setting works by rewriting links in new posts, comments and other places when they are inserted in the database. This means the setting has no effect on posts created before the setting was activated. And after disabling the setting, existing images will continue to be proxied. It should also be considered experimental.

Many thanks to @asonix for adding this functionality to pict-rs v0.5.

Post hiding

You can now hide a post as a dropdown option, and there is a new toggle to filter hidden posts in lemmy-ui. Apps can use the new show_hidden field on GetPosts to enable this.

Moderation enhancements

With the URL blocklist admins can prevent users from linking to specific sites.

Admins and mods can now view the report history and moderation history for a given post or comment.

The functionality to resolve reports automatically when a post is removed was previously broken and is now fixed. Additionally, reports for already removed items are now ignored.

The site.content_warning setting lets admins show a message to users before rendering any content. If it is active, nsfw posts can be viewed without login.

Mods and admins can now comment in locked posts.

Mods and admins can also use external tools such as LemmyAutomod for more advanced tools.

Media

There is a new functionality for users to list all images they have previously uploaded, and delete them if desired. It also allows admins to view and delete images hosted on the local instance.

When uploading a new avatar or banner, the old one is automatically deleted.

Instance admins should also checkout lemmy-thumbnail-cleaner which can delete thumbnails for old posts, and free significant amounts of storage.

Federation

Lemmy can now federate with Wordpress, Discourse and NodeBB. So far there was only minor testing and these projects are still under heavy development. If you encounter any issues federating with these platforms, open an issue either in the Lemmy repo or in the respective project's issue tracker. You can test it by fetching the following posts:

In order to improve interoperability with Mastodon and other microblogging platforms, Lemmy now automatically includes a hashtag with new posts. The hashtag is based on the community name, so posts to /c/lemmy will automatically have the hashtag #lemmy. This makes Lemmy posts much easier to discover.

Reliability and security of federation have been improved, and numerous bugs squashed. Signed fetch was broken and is fixed now.

Vote display user setting

There is now a user setting to change the way vote counts are displayed, called vote display mode.

You can specify which of the following vote data you'd like to see (or hide): Upvotes, Downvotes, Score, Upvote Percentage, or none of the above. The default (based on user feedback) is showing the upvotes + downvotes.

App developers will need to update their apps to support this setting.

RSS Feeds

RSS feeds now include post thumbnail and embedded images.

Security Audit

A security audit was recently performed on Lemmy. Big thanks to Radically Open Security for the generous funding, and to Sabrina Deibe and Joe Neeman for carrying out the audit. The focus was on federation logic, and discovered various problems in this area. Most of the problems are being mitigated as part of this release. Fortunately no critical security vulnerabilities were discovered.

This is already the third security audit of Lemmy, all organized by ROS. We're greatly indebted to them for their support.

Other Changes

Full Changelog

Upgrade instructions

Warning: This version requires both a Postgres and Pictrs version upgrade, which requires manual intervention.

Follow the upgrade instructions for ansible or docker.

If you need help with the upgrade, you can ask in our support forum or on the Matrix Chat.

Thanks to everyone

We'd like to thank our many contributors and users of Lemmy for coding, translating, testing, and helping find and fix bugs. We're glad many people find it useful and enjoyable enough to contribute.

Special thanks goes to Radically Open Security, @sleepless and @matc-pub for their work on lemmy-ui and lemmy-ui-leptos, @dullbananas for their help cleaning up the back-end, DB, and reviewing PRs, @phiresky for federation work, @MV-GH for their work on Jerboa and API suggestions, @asonix for developing pictrs, @ticoombs and @codyro for helping maintain lemmy-ansible, @kroese, @povoq, @flamingo-cant-draw, @aeharding, @Nothing4U, @db0, @MrKaplan, for helping with issues and troubleshooting, and too many more to count.

Support development

We (@dessalines and @nutomic) have been working full-time on Lemmy for over three years. This is largely thanks to support from NLnet foundation, as well as donations from individual users.

If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider donating to support its development. A recurring donation is the best way to ensure that open-source software like Lemmy can stay independent and alive, and helps us grow our little developer co-op to support more full-time developers.

12
23
submitted 2 weeks ago by maegul@lemmy.ml to c/lemmy@lemmy.ml

I'm sure this will get clarified in the release notes for 19.4, and I'm probably annoyingly jumping the gun ... I'm just curious.

Otherwise, I find it cool to see this feature come out!

13
15
How do I migrate a Lemmy account? (lemmy.d.thewooskeys.com)

I host my own Lemmy instance and have a user account on it that I use everywhere (I don't host local communities, I just use it as a home for my Lemmy user account). I needed to re-home my Lemmy server, and though it's a docker installation, copying the /var/lib/docker/volumes/lemmy_* directories to the new installation didn't work. So I created a new Lemmy server.

How can I move my old account to the new server, so I can keep all my subscriptions and post/comment history?

14
26
submitted 3 weeks ago by grant@toast.ooo to c/lemmy@lemmy.ml

always wondered this, but kept forgetting to post it

eg users would be on @grant@toast.ooo and a community would be on @canvas@group.toast.ooo or something like that

then it would still follow the AP spec but still allow for identical identifiers (like a user account being @sc07@toast.ooo and a community also being [!sc07@toast.ooo](/c/sc07@toast.ooo))

15
17

Did I miss something? The site is pretty much broken, I can't post, and I can't view my profile, etc. I guess the site was shutdown but can't find any info

16
70
submitted 4 weeks ago by maegul@lemmy.ml to c/lemmy@lemmy.ml

This is just to followup from my prior post on latencies increasing with increasing uptime (see here).

There was a recent update to lemmy.ml (to 0.19.4-rc.2) ... and everything is so much snappier. AFAICT, there isn't any obvious reason for this in the update itself(?) ... so it'd be a good bet that there's some memory leak or something that slows down some of the actions over time.

Also ... interesting update ... I didn't pick up that there'd be some web-UI additions and they seem nice!

17
289
submitted 1 month ago by Josselin@lemmy.world to c/lemmy@lemmy.ml

Today I deleted my Reddit account.

I think the platform is now just a playground for AIs and has integrated lots of ways to make money (prenium subscription, NFT, way too many ads for my taste).

What really made me take the plunge was Reddit's interface. Seriously, go to the website, what's with the attrocity? It's like Fandom but as a social network?

Now why am I on Lemmy? Because in my opinion, it's the first step towards a mainstream Fedivers! Mastodon, Peertube and Pixelfed aren't very widespread, but when you see the number of people active in Lemmy communities, it's really impressive! It's also free and Open Source which is always great, but also as open as possible, I mean, Reddit killed Apollo on iOS, I can now have lots of apps on my iPhone with Lemmy!

Now what do I expect from Lemmy. For this universe of instances to grow, but also to add a bit of personality to the platform! Do a bit of Reddit and add customization options for each community, like on the Minecraft Subreddit of old Reddit that I've always smiled at.

In short, I'm happy to be on Lemmy.

18
35
submitted 1 month ago* (last edited 1 month ago) by maegul@lemmy.ml to c/lemmy@lemmy.ml

Just a general observation I've made in my time on lemmy.ml, which I figure is attributable to lemmy the software, that may or may not be useful.

I'm talking about writing comments to posts (or replies to other comments, not sure if I've seen a difference).

And, just anecdotally, it seems that the longer the instance has been up without a restart or update (AFAICT of course), the longer the time between me clicking the Reply button and the time that the request is completed.

Usually, the first sign in my experience that the instance has been restarted is that this latency speeds right up to being almost instantaneous.

Anyone else notice the same or on other instances? It might be a clue to performance issues??

EDIT: applies to posts too (including this one incidentally)

19
21

I saw that the community i moderate is available on blahaj.zone, and it has pulled some old comments, but new ones did not federate. There is also an old stickied post still stickied.

https://lemmy.blahaj.zone/c/bicycle_touring@lemmy.world

I assume somone from that instance had the c subscribed at some point, but then unsubscribed, so new comments and actions did not federate. If now somebody on that instance would subscribe again - will the obsolete sticky post just stay there forever? Because i am not sending the mod activity again to unsticky it?

20
29
submitted 1 month ago by sabreW4K3@lazysoci.al to c/lemmy@lemmy.ml

Sometimes you post on Lemmy and it gets a level of traction that you were unprepared for. Right now, that just ends up filling your inbox. It would be nice if we could mute posts and then no responses would be sent to the inbox and everyone else can continue their discussions.

21
24
submitted 1 month ago* (last edited 1 month ago) by maegul@lemmy.ml to c/lemmy@lemmy.ml

It recently struck me recently that a number of users mostly scroll the All feed. This came up in a conversation where people were discussing how their main usage of lemmy was to scroll All and then rely entirely on blocking to refine their feed.

Now whether that's a pathological instance of Hyrum's law of all possible uses being relied on or an intended or fair use of a lemmy/reddit system, it does strike me that a substantial portion of the user base doing this likely has an effect on what happens within communities and the ability for communities to define themselves.

Thoughts and speculations (and perhaps paranoia/exaggeration):

  • I don't know what happened on reddit in this regard, but I wouldn't be surprised if a relatively high proportion of users rely on All as described above compared to reddit in order to "fill out" their feeds more due to the smaller user base here.
  • A higher amount of All-feeders means fewer people willing to invest, contribute to or even care about specific communities.
  • This likely means community migrations away from toxic mods, or, starting new communities can run into more friction or less engagement.
  • Which, arguably, becomes a problematic feedback cycle in which All becomes a "better" feed than curating a set of subscriptions.
  • Perhaps a clear mechanism for this to manifest is that anyone can up/down vote anything, which means All-feeders can influence what appears in Subscription-feeders' feeds by imposing their tastes/preferences on posts' scores. In fact, if All-feeders are substantial in number and activity relative to Sub-feeders, this could be a sizeable influence on post ordering across lemmy/threadiverse.

Now I don't know if any of this is really a problem at all, I'm just thinking out loud here (as, to make my bias clear, someone who doesn't get using the All).

As far as Lemmy design decisions go:

  • Should non-subscribers be allowed or disallowed to vote on posts/comments in communities they're not subscribed to? My intuition on this is obviously not (ie, disallowed) and that the All feed is just for browsing not participating. For me, it's about enabling communities to form their own identity and sub-culture that doesn't get pushed around by others.
    • How this could be enforced? No voting from the All and/or Local feed. Seems easy and straight forward.
    • You could limit voting to those who have a subscription to the community, but then anyone could just easily subscribe and then vote while sticking to All. And that'd be harder to implement too I'd imagine.
  • Maybe communities should be able to control this behaviour. Private and local-only communities are apparently on the road map. Excluding non-subscribers from voting seems like a reasonable continuation of such options.
    • To get even more annoyingly complex, I could imagine communities having the option to exclude down votes or exclude down votes for non-subscribers. I'm sure that'd raise issues for some people's feeds as non-down-voting communities might unreasonably rise to the top or something. But if multi-communities come along, and voting in All is off or not guaranteed, this feels like a non-issue to me.
22
14
submitted 1 month ago by DreitonLullaby@lemm.ee to c/lemmy@lemmy.ml

I'm really confused here. I was kind of freaking out for 10 minutes because all the posts on my Lemmy account on the lemm.ee instance from the last 7 months completely vanished out of thin air on my profile.

Than I loaded my profile page (this account) on my new account which I just created on lemmy.ml, and the posts all appear to still be there. So I'm confused, why is it that others can see my posts, but I cannot? If you're reading this, can you check my profile and see if the posts appear for me please? The last post should be 5 days ago.

There's only two things I can think of that might have bugged Lemmy out:

  1. I was playing around in the settings earlier, and clicked the "Bot Account" checkbox; but I can't see how this would glitch anything, because I didn't click "Save".
  2. The profile I'm posting this on is on lemm.ee. My newly created profile is on lemmy.ml and has the exact same username (DreitonLullaby) as this one; but I'm not sure how this would cause issues, because they are on two completely separate instances.

That's all I can think of. Is this a known bug? How can I fix this?

23
42
submitted 1 month ago* (last edited 1 month ago) by Legend@lemmy.sdf.org to c/lemmy@lemmy.ml

Now anyone can be made mod/admin without their consent . A yes or no option would be much appreciated so someone can't abuse it and make innocent people mod/admin of troubling instances or communities .

24
100
submitted 1 month ago* (last edited 1 month ago) by nutomic@lemmy.ml to c/lemmy@lemmy.ml

If you write a plugin, let me know how it goes!

Link to PR

25
175
submitted 1 month ago by nutomic@lemmy.ml to c/lemmy@lemmy.ml
view more: next ›

Lemmy

11947 readers
28 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.

founded 4 years ago
MODERATORS