If the server doesn’t know the followed communities or saved posts yet, it has to fetch them from the origin instance. Which also means fetching the author profiles and some other stuff.
Nutomic
Lemmy Lead Developer and father of two children.
I also develop Ibis, a federated wiki.
- 217 Posts
- 1.72K Comments
You can setup a Lemmy community and link it in all your project repos. Sooner or later people will show up.
In what way is the search function in Lemmy awkward to use, is there anything specific that can be fixed? You are right about subtopics, and also Lemmy normally doesnt show discussions organized by topic on the frontpage. That can be changed though with different frontends like lemmyBB.
Nutomic@lemmy.mlto Fediverse@lemmy.world•Small Instance Admin Adventures: How to definitely kill and maybe resurrect a lemmy instanceEnglish2·4 days agoThe lifecycle of open-source software development is well-established in lore if not in fact: under- or unpaid developers work on a project that started as a labor of love. The love disappears, and the labor quickly turns to animosity and dread, as Git repos devolve into loud, angry people demanding this or that, reporting bugs but not contributing to fixing existing ones, and always the politics, politics, politics.
That might be true for some open source projects, but I personally am still very happy to work on Lemmy. If there are loud or angry people on Github we quickly ban them so that has never be a real problem. And politics on Lemmy are easy to block if you want to.
I’ll back up a moment. I am not naive. I will ever conflate lemmy, or really any open-source software written by a small handful of volunteer or underpaid developers, with stability. And that’s OK. I accepted the fact that I would be in for a few bumps and scrapes here and there: like the time a new lemmy UI version was released that cocked up any form fields, resulting in a shitty UI experience. Or the time that the lemmy backend would just fuck around and die, taking others down with it in a spectacular blaze of error messages, all cryptic to me. Or the time when never-ending scrolling was dismissed because one person who happens to be the main developer just does not want it.
The vast majority of Lemmy servers are absolutely stable. Lemmy.ml has been running for 6 years now and there have never been any problems like you describe. Maybe you have corrupt hardware or something, but its definitely not something you can blame on the Lemmy software. You should join the admin chat, people there can probably help you to resolve the problem.
Concurrently, as lemmy.fan slowly grew and went through its adolescent phase, development on lemmy became less predictable and eventually stalled to the point where significant bugs and other issues were, and still are, being neglected as lemy version 1 is developed. I will NOT be that loud, vocal, open-source criticizer who laments the lack of work and progress from underpaid developers not giving into my demands and wants, so I began to research other options.
Development is definitely not stalled, there were 87 pull requests merged and 66 issues closed just in the last month. The only unresolved issues are very minor or only affect the development version. And there is a lot of progress on 1.0, it will include many features such as private communities and multi-communities.
Thats from the rate limit, it seems you already did a settings import recently. That can take a lot of resources so its limited to once every 24 hours by default. If the import didnt work last time try again a day later.
Nutomic@lemmy.mlto Programmer Humor@lemmy.ml•Python’s GIL Removal Reveals Second, Stronger GIL Behind It7·13 days agoSounds like a variant of Doom. Now I want to play this game and shoot up the monsters.
Nutomic@lemmy.mlto Fediverse@lemmy.world•Clarifying Costs of Running the Fediverse with Jerry from Infosec.ExchangeEnglish1·15 days agoHe is right though, 5000 USD per month for an instance with 12k monthly active users is completely unrealistic, or it is run very inefficiently. mastodon.world is a similar size and costs much less than 2300 Euro per month (which includes numerous other instances like lemmy.world etc).
Nutomic@lemmy.mlto Fediverse memes@feddit.uk•They Have No Idea How Fun The Water Park Is!English3·19 days agoIt helps if you block all those communities you don’t care about. Or even block some instances.
Nutomic@lemmy.mlto Fediverse memes@feddit.uk•They Have No Idea How Fun The Water Park Is!English3·19 days agoSignatures are only used to deliver activities to inboxes. The Activitypub json data of posts is usually available without any auth.
Nutomic@lemmy.mlto Fediverse memes@feddit.uk•They Have No Idea How Fun The Water Park Is!English3·19 days agoPrivate communities will be in 1.0, along with some other visibility modes.
Nutomic@lemmy.mlto Fediverse@lemmy.ml•Has anyone considered potentially building a Lemmy community migration bot to simplify instance transitions?11·25 days agoWe don’t have the capacity to implement all the features users ask for, at least not without additional contributors or waiting a long time. So it’s better to implement it as a bot.
The cleanest solution seems to be the one described in my previous comment, so you get an archived community with all the original content, correct usernames etc. And make a new community for new posts. Or have the bot create new posts and comments with the same content, and credit the author in markdown body. But that seems like a worse solution in many ways.
Nutomic@lemmy.mlto Fediverse@lemmy.world•Migrating communities in the wake of the lemm.ee shutdownEnglish22·27 days agoMany of these are already implemented in Lemmy, others are too controversial and wont be added (such as karma).
Nutomic@lemmy.mlto Fediverse@lemmy.world•lemm.ee is shutting down at the end of this monthEnglish121·27 days agoWe are currently preparing the 1.0 release which will have lots of major new features, such as private communities, multi-communities and much more. Although 0.19 is also getting constant updates with smaller improvements, for example 0.19.11.
Nutomic@lemmy.mlto Fediverse@lemmy.world•Migrating communities in the wake of the lemm.ee shutdownEnglish11·27 days agoCan you say which mod tools Piefed has that are missing from Lemmy?
Nutomic@lemmy.mlto [Closed] Moved to !fedigrow@lemmy.zip@lemm.ee•Best way to migrate a community post history?English8·27 days agoYou can write a script for this:
# loop through all post GET https://lemm.ee/api/v3/post/list?limit=50&sort=New&community_name=fedigrow&page=*page* # take `post.ap_id` for each item # then fetch it over activitypub on the other instance GET https://lemmy.ml/api/v3/resolve_object?q=*urlencode post.ap_id* # same thing for comments GET https://lemm.ee/api/v3/comment/list?limit=50&sort=New&community_name=fedigrow&page=*page* # again fetch GET https://lemmy.ml/api/v3/resolve_object?q=*urlencode comment.ap_id*
Nutomic@lemmy.mlto Fediverse memes@feddit.uk•The backlog was bigger than I expected...English1·28 days agoPart of the reason is that Lemmy forwards all replies and votes to community followers. Mastodon doesn’t do that, so if you’re on a different instance you can miss a lot of content.
Nutomic@lemmy.mlMtoIbis@lemmy.ml•YSK: Ibis articles can be found on Lemmy at each Ibis instance's Lemmy community: !wiki@`<instance-domain>`English1·29 days agoFeel free to open an issue for federation between Piefed and Ibis, at least in theory it should work. The wikis in Piefed are not federated.
Thanks this is very useful feedback. Especially the search box in community sidebar would be very useful and easy to add. Formatting for community ids should also be easy to improve. A bit later when I have time I will implement these things, and then make a post in the Help Design Lemmy Series regarding search.
By the way basic reading is working for me in Tor browser with JS disabled. Though buttons like switching Local/All, sorting and of course forms like register, login and search are not supported. We could use contributors to help fix these things.