Nutomic
Lemmy Lead Developer and father of two children.
I also develop Ibis, a federated wiki.
- 47 Posts
- 390 Comments
Nutomic@lemmy.mlto
Open Source@lemmy.ml•Any projects that want/require translations from English to Portuguese(Brazil)?
15·8 days 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·12 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
Fediverse@lemmy.world•What are some Fediverse server hosting tips?English
1·12 days agoHow does the json for a batched vote activity look like?
Nutomic@lemmy.mlto
Ask Lemmy@lemmy.world•Are you doing something to fuck over "the powerful"? If so, what?
19·20 days 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·22 days 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·22 days 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
8·22 days 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·22 days 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·22 days 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·22 days agoAnd private communities. As mod you need to approve every follower manually. Others cannot see any posts/comments in the community.
Nutomic@lemmy.mlMto
Lemmy@lemmy.ml•The new web UI for lemmy 1.0.0 is looking CLEANEnglish
9·22 days agoCompletely agree about this, we are currently discussing it. One possible solution would be a label for the dropdown.
We need to make some uncommon buttons (eg. show hidden posts) more hidden in the UI. While others such as switching sort type and feed type should be very prominent. So that a new user can figure out intuitively how to find good content. If any of you know about design and UX, please tell us your suggestions!
Yes there is something strange going on, because blocked instances shouldnt be in the linked list.
Nutomic@lemmy.mlOPMto
Lemmy@lemmy.ml•[Help Design Lemmy] Joinlemmy website and New User OnboardingEnglish
2·23 days agoWe already have server location based on the IP shown on join-lemmy.org, and this can also be used for filtering. There are a few ideas to improve it further, most importantly Regional Instances for Quick Join.
The instance is blocked, I suppose thats why the link is rendered wrong. Why it was blocked I dont know.
Good idea, I just implemented this.
Nutomic@lemmy.mlto
Fediverse@lemmy.world•Is there any service that provide a community growth chart on lemmy?English
61·25 days agoYou’re in luck, I just modified the instance crawler on join-lemmy.org to collect statistics for all Lemmy instances. You can find them in this repo in JSON format. Now we need someone to build a tool that can visualize it. The stats could even be shown directly on join-lemmy.org.
Lemmy also has an admin setting like that. Additionally there will be private, federated communities available in version 1.0.
I made a couple of “Help Design Lemmy” posts in [email protected] recently to get feedback and ideas, which was very helpful. I will continue to make such posts to improve join-lemmy.org, and also Lemmy itself.
Had a look at the Piefed signup now, choosing categories like that is a good idea. But the question is how these categories get curated. We have something similar with the instance topics on join-lemmy.org but no one is really helping to maintain them. So for community categories it would probably similar. In 1.0 we will have some improvements for discovery, like multi-communities and a “suggested communities” collection which can be set by local admins.
For the Mastodon recommendation there isnt any good alternative software that I can see. So its probably best to recommend a single Mastodon instance, depending on the target audience.
Not everyone likes infinite scroll, but some apps such as vger.app offer it.






Thanks 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.