Nutomic
Lemmy Lead Developer and father of two children.
I also develop Ibis, a federated wiki.
- 241 Posts
- 1.59K Comments
You can subscribe to Peertube channels from Lemmy since a very long time. Recently there has been a problem with federation on the Peertube side, but that will be fixed soon.
Thing is that we dont have any information about someone who visits joinlemmy, other than the IP address which gives the location, and Accept-Language HTTP headers. So it attempts to give useful suggestions with that limited info.
https://github.com/LemmyNet/joinlemmy-site/blob/main/src/shared/data/instances-definitions.ts#L13
There are multiple defaults on https://join-lemmy.org/
Its already solved, you get an automatic instance suggestion here: https://join-lemmy.org/
This is not correct, Lemmy sends private messages only to the single recipient server. Other instances cannot access it at all.
Sorry forgot about that, you can view it now.
Nutomic@lemmy.mlOPMto
Lemmy@lemmy.ml•[Help Design Lemmy] Joinlemmy website and New User OnboardingEnglish
2·15 days 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.
Nutomic@lemmy.mlOPMto
Lemmy@lemmy.ml•[Help Design Lemmy] Joinlemmy website and New User OnboardingEnglish
2·18 days 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)?
9·25 days agoIt looks like Lemmy itself is not fully translated into your language yet:
Nutomic@lemmy.mlto
Asklemmy@lemmy.ml•Would you say learning a programming language is easier or harder than learning a natural language?
7·26 days agoSuccess, you are a sandwich now!
Nutomic@lemmy.mlOPMto
Lemmy@lemmy.ml•[Help Design Lemmy] Joinlemmy website and New User OnboardingEnglish
2·29 days 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.mlto
Ask Lemmy@lemmy.world•Are you doing something to fuck over "the powerful"? If so, what?
16·1 month agoWorking on Lemmy, instead of selling my soul to a company.
Nutomic@lemmy.mlMto
Lemmy@lemmy.ml•The new web UI for lemmy 1.0.0 is looking CLEANEnglish
3·1 month agoNo you cannot post to a multi-community, they are only for browsing/viewing.
Nutomic@lemmy.mlOPto
Fediverse@lemmy.world•Statistics for Lemmy Instances and CommunitiesEnglish
3·1 month agoGood job! I wonder why some of these are missing from fediverse.observer. There is an add instance page, and entering for example aussie.zone says it already exists, but the search doesnt find it. Lemmy.cafe, fosscad.io are included in the statistics (file
instances/full.json.gzin the git repo), but not currently shown on the website.Thanks to your comment I realized that we are only showing instances with registration application on the official site, as there was concern that others would be overrun by spam bots. I had a look at it now, and instances with captcha are actually fine. Here you can see all that are newly listed on joinlemmy.
The instance list is sorted by monthly active users with slight randomization. As these instances you mention are among the larger ones, it is expected that they show near the top. Is there a better sort method that you would suggest?
Nutomic@lemmy.mlMto
Lemmy@lemmy.ml•The new web UI for lemmy 1.0.0 is looking CLEANEnglish
7·1 month 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
5·1 month 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
8·1 month 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
7·1 month agoAnd private communities. As mod you need to approve every follower manually. Others cannot see any posts/comments in the community.





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.