Lemmy has an open API, and instance admins have even more data available by accessing the database directly. One of the lemmy.world admins is also working on a feature for vote analytics, though at Lemmy’s current size it seems very low priority.
Nutomic
Lemmy Lead Developer and father of two children.
I also develop Ibis, a federated wiki.
- 191 Posts
- 1.32K Comments
I thought about that too, have to figure out how it can be implemented (im not very good at frontend stuff).
No worries. Make sure to follow the documentation on join-lemmy.org for development, and use the
release/v0.19
branch for both lemmy and lemmy-ui as the main branch is currently broken due to 1.0 changes.
Makes sense. My idea is to use a fixed order for the different types of results, eg always put communities first, then users etc. What do you think? For communities it would make sense to display the short description as well, and for users both post and comment count?
The tabs could make sense, but then they should be between the search bar and results, because each tab has the same buttons. You can make a pull request with what you have so far and then we can discuss it in detail.
Right, this is because it currently uses two separate api calls for search and resolve object. It will be fixed in 1.0 with https://github.com/LemmyNet/lemmy/pull/5752.
Yes exactly.
Its basically a collection of communities, so you can browse multiple related communities at the same time. Piefed already implements this under a different name:
This is already implemented, admins can specify a “suggested” multi-community which will be shown next to Subscribed/Local/All just like you say.
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·25 days agoSounds like a variant of Doom. Now I want to play this game and shoot up the monsters.
Nutomic@lemmy.mlto Fediverse@lemmy.ml•Has anyone considered potentially building a Lemmy community migration bot to simplify instance transitions?11·1 month 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.
Thanks :)
Fully agree that theres too much politics. Like you say too often about attacking some kind of enemy rather trying to understand other perspectives. For better or for worse, those seem to be the types of people more likely to use a new platform like Lemmy. Hopefully in the future they will also get tired of this stuff.
Thank you, all donations help :)
Liberapay is preferable as it has low fees and is also open source.
I actually got in contact with them yesterday, will probably have a meeting soon to discuss how we can work together with them.
Liberapay is the best option, because it doesnt take any fees beyond payment processing, and its also open source. Thanks for donating!
I see, or simpler yet a special badge which is shown next to donor’s username. Definitely worth considering. Thanks for the suggestion!
Good point, this is one of those features which is already implemented in the backend but not added to lemmy-ui yet. Made a pull request for it.
https://github.com/LemmyNet/lemmy-ui/pull/3220/files