this post was submitted on 13 May 2024
13 points (100.0% liked)
Lemmy Apps
5485 readers
79 users here now
A home for discussion of Lemmy apps and tools for all platforms.
RULES:
- No spamming
- Be nice and have fun
- Follow the general lemmy.world rules
An extensive list of Lemmy apps is available here:
Visit our partner Communities!
Lemmy Plugins and Userscripts is a great place to enhance the Lemmy browsing experience. !plugins@sh.itjust.works
Lemmy Integrations is a community about all integrations with the lemmy API. Bots, Scripts, New Apps, etc. !lemmy_integrations@lemmy.dbzer0.com
Lemmy Bots and Tools is a place to discuss and show off bots, tools, front ends, etc. you’re making that relate to lemmy. !lemmy_dev@programming.dev
Lemmy App Development is a place for Lemmy builders to chat about building apps, clients, tools and bots for the Lemmy platform. !lemmydev@lemm.ee
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
A generalization, but it sounds like you're trying to fix Federation, by making things defederated, to make things more centralized.
Federation has good points, and bad points. I don't mean to discourage you from your conversation, but I think you need to consider the meta of what Federation is.
Having said all that, I recently participated in a conversation about EA putting ads in their games, and there was three different posts in three different communities, on the same subject.
I literally had to add links in my comment, that I was duplicating, to the other two duplicated comments of mine, so they were all cross referenced. It was definitely a pain in the butt to do so.
~Anti~ ~Commercial-AI~ ~license~ ~(CC~ ~BY-NC-SA~ ~4.0)~
That's basically the hassle I'm trying to address (won't go so far as to call it a problem, just an annoyance). I wouldn't say I'm attempting to centralize things, just bring multiple conversations together into one view.
When I think of centralization, I think of something that makes the aggregation point a load-bearing facet. In this case, it'd just be detecting that there's 3 posts for the same item (from the
cross_posts
list from the API) and pulling the comment trees from all 3 into one UI display. Each still exists as its own, and nothing relies on the UI doing the merging.That said, it wouldn't do much in your scenario unless other UIs did something similar (i.e. you'd still need to cross-reference you comments to accommodate other UIs that view them separately). It would just make it easier on you to participate in conversation on 3 posts simultaneously. I guess it would be a bit easier to cross-reference your comments since you could do it from the same page, though.
You're right, and something else to consider, I use the Lemmy web client, not a mobile app client.
~Anti~ ~Commercial-AI~ ~license~ ~(CC~ ~BY-NC-SA~ ~4.0)~
The app I develop is a web app that also works as a mobile PWA. I try to keep the number of "apps" to a minimum on my devices lol. Half of the icons in my app tray are PWAs I run myself :)