Nutomic
Lemmy Lead Developer and father of two children.
I also develop Ibis, a federated wiki.
- 82 Posts
- 532 Comments
Nutomic@lemmy.mlMto
Lemmy@lemmy.ml•[Suggestion] Duplicate URLs should be grouped together into singular posts on the front pageEnglish
2·1 month agoSo the problem only occurs after you use “Hide Post”? That might be part of the problem, I suppose that deduplication only considers posts that are visible to you. Though I cant find the corressponding code right now to confirm it. Best if you open an issue in the lemmy repo.
Nutomic@lemmy.mlMto
Lemmy@lemmy.ml•[Suggestion] Duplicate URLs should be grouped together into singular posts on the front pageEnglish
3·1 month agoYes I don’t doubt that you were having this problem, another post was also complaining about it a few days ago. It’s just that I cant think of any reason why this would happen if the image urls are identical.
Nutomic@lemmy.mlMto
Lemmy@lemmy.ml•[Suggestion] Duplicate URLs should be grouped together into singular posts on the front pageEnglish
2·1 month agoHere are the posts on lemmy.ca, they both have the same image url and are also shown as crossposts:
So these should be grouped together without any problem, not sure why it would fail.
Nutomic@lemmy.mlMto
Lemmy@lemmy.ml•[Suggestion] Duplicate URLs should be grouped together into singular posts on the front pageEnglish
1·1 month agoYes 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.
Nutomic@lemmy.mlMto
Lemmy@lemmy.ml•[Suggestion] Duplicate URLs should be grouped together into singular posts on the front pageEnglish
2·1 month agoI 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?
Nutomic@lemmy.mlMto
Announcements@lemmy.ml•Lemmy Development Update February 2026English
7·1 month agoLooks like youre right, I’m removing it.
Sorry forgot about that, you can view it now.
Nutomic@lemmy.mlOPMto
Lemmy@lemmy.ml•[Help Design Lemmy] Joinlemmy website and New User OnboardingEnglish
1·2 months agoNo problem, this is my job after all. And I got lucky to end up with a job like this :)
Nutomic@lemmy.mlOPMto
Lemmy@lemmy.ml•[Help Design Lemmy] Joinlemmy website and New User OnboardingEnglish
3·2 months agoThanks for letting me know! I made a fix, it should be deployed within half an hour.
Nutomic@lemmy.mlOPMto
Lemmy@lemmy.ml•[Help Design Lemmy] Joinlemmy website and New User OnboardingEnglish
2·2 months agoIm not a designer, so for me its very difficult to make such changes. I prefer making a small adjustment rather than messing the whole thing up.
Got it, was a problem in pictrs. Upgraded to the latest version and it seems fully fixed now.
https://git.asonix.dog/asonix/pict-rs/releases/tag/v0.5.22#fix-https-proxy-and-download
Nutomic@lemmy.mlOPMto
Lemmy@lemmy.ml•[Help Design Lemmy] Joinlemmy website and New User OnboardingEnglish
2·2 months agoThanks for your feedback! I made the theme colors a bit darker, what do you think? https://github.com/LemmyNet/joinlemmy-site/pull/597
Now that you mention it, I also notice the problem with scroll performance, hard to say what might cause it.
Nutomic@lemmy.mlto
Open Source@lemmy.ml•Any projects that want/require translations from English to Portuguese(Brazil)?
15·2 months agoIt looks like Lemmy itself is not fully translated into your language yet:
Nutomic@lemmy.mlOPMto
Lemmy@lemmy.ml•[Help Design Lemmy] Joinlemmy website and New User OnboardingEnglish
2·2 months agoIts a difficult decision to send people to the homepage or the registration page. Homepage makes sense to explore like you say, but then someone might not find the registration button or dislike the frontpage posts and close the page. Registration page makes sense because with an account you can actually start voting, posting and following so you get the full experience. Its also what joinmastodon.org or pixelfed.org do.
I can see how that warning is a turnoff, but the registration approval is necessary to prevent spam bots. And its better to make users aware of that than having them think something is broken. In 1.0 there will be estimated approval time shown, and it will also be possible to use a plugin for automatic approval based on keywords.
Nutomic@lemmy.mlMto
Lemmy@lemmy.ml•The new web UI for lemmy 1.0.0 is looking CLEANEnglish
3·2 months agoNo you cannot post to a multi-community, they are only for browsing/viewing.
Nutomic@lemmy.mlMto
Lemmy@lemmy.ml•The new web UI for lemmy 1.0.0 is looking CLEANEnglish
8·2 months agoFollow these steps:
- Use the
nightlyDocker image for Lemmy and lemmy-ui - Setup postgres, pictrs and nginx according to the usual 0.19 instructions
- Specify plugins in Lemmy config (docs, example)
- You need to specify the hash for each wasm file (check logfile for error message), or set
DANGER_PLUGIN_SKIP_HASH_CHECK(not merged yet, part of the PR above)
Let me know if this works, then I will add it to the documentation. Or better yet, make a PR yourself ;)
Edit: Config from the test server:
plugins: [{ file: "https://github.com/LemmyNet/lemmy-plugins/releases/download/0.1.3/rust_lingua.wasm", hash: "e1f58029f2ecca5127a4584609494120683b691fc63a543979ea071f32cf690f", allowed_hosts: ["0.0.0.0"] }]- Use the
Nutomic@lemmy.mlMto
Lemmy@lemmy.ml•The new web UI for lemmy 1.0.0 is looking CLEANEnglish
6·2 months agoThere is also enterprise.lemmy.ml which runs the stable version. And ds9.lemmy.ml but that is currently not active.
Nutomic@lemmy.mlMto
Lemmy@lemmy.ml•The new web UI for lemmy 1.0.0 is looking CLEANEnglish
9·2 months agoWhat exactly do you like about Alexandrite compared to the default? From what I can see:
- Full-page layout while lemmy-ui is more centered
- Posts open in overlay
- Comment search, neat!
- Card view (you can also try that on our test instance with Lemmy)
- Anything else?
Nutomic@lemmy.mlMto
Lemmy@lemmy.ml•The new web UI for lemmy 1.0.0 is looking CLEANEnglish
8·2 months agoAnd private communities. As mod you need to approve every follower manually. Others cannot see any posts/comments in the community.

Found it now, crosspost detection actually happens in the frontend. It only works if posts have the same url and are shown on the same page.
Opened an issue, but it will likely take a while to fix.
https://github.com/LemmyNet/lemmy/issues/6413