What features are missing from piefed, or, why aren't we reccommending piefed instead of lemmy?
-
Is there even a second instance running piefed? I've only seen piefed.social
-
What's missing from Lemmy that would make it unattractive to the average user? Remember the majority of users don't post, comment or otherwise interact with the platform beyond voting.
What’s missing from Lemmy that would make it unattractive to the average user?
I don't think it's always easy to pinpoint UX issues and user friction. Sometimes these things just don't stick with mainstream users. I say it's worth a try to see which platform the average Reddit user will prefer.
But if you're gonna use from a phone, Lemmy's selection of mobile apps is unbeatable.
-
What’s missing from Lemmy that would make it unattractive to the average user?
I don't think it's always easy to pinpoint UX issues and user friction. Sometimes these things just don't stick with mainstream users. I say it's worth a try to see which platform the average Reddit user will prefer.
But if you're gonna use from a phone, Lemmy's selection of mobile apps is unbeatable.
Fair point. It probably hard to see this things when you've been in the thick of Lemmy for as long as most of us here have. It's easy to dismiss not liking lemmy-ui because alternative frontends exist (written from Photon), but does that matter when the overwhelming majority of instances use it as their landing page.
-
Oh, I'm aware that both Lemmy and Mastodon have good apps. I'm just pointing out that if the 'argument' is that alternatives don't have an app, MBin does have one.
MBin does have one.
…for Android. Nothing for iOS.
-
Is there a way to see version number? Everything else seems way slower than the flagship instance and even that seems slower than every Lemmy instance
-
Is there a way to see version number? Everything else seems way slower than the flagship instance and even that seems slower than every Lemmy instance
Seems they're all running the same version, or Piefed doesn't tag releases:
::: spoiler piefed.social nodeinfo
curl -s https://piefed.social/nodeinfo/2.0 | jq { "openRegistrations": true, "protocols": [ "activitypub" ], "software": { "name": "PieFed", "version": "0.1" }, "usage": { "localComments": 12382, "localPosts": 1169, "users": { "activeHalfyear": 561, "activeMonth": 309, "total": 800 } }, "version": "2.0" }
:::
::: spoiler feddit.online nodeinfo
curl -s https://feddit.online/nodeinfo/2.0 | jq { "openRegistrations": true, "protocols": [ "activitypub" ], "software": { "name": "PieFed", "version": "0.1" }, "usage": { "localComments": 503, "localPosts": 214, "users": { "activeHalfyear": 85, "activeMonth": 34, "total": 85 } }, "version": "2.0" }
:::
-
MBin does have one.
…for Android. Nothing for iOS.
-
Yeah, this would be my concern as well if I had to run it. Sure Python apps can be fast and most time is spend in IO, not compute, and if you're running a profitable operation the exact cost of compute might not matter much. However if you're running a non-profit service and you want it to be as dirt cheap as possible so it can be free for most users, then the cost of compute very much does matter.
If you want it to be "free to most users", the cost of data storage and IO will completely dominate over the cost of CPU.
There are plenty of good arguments to prefer Rust over python for a distributed application, but "language efficiency" is not one of them.
Anyway, if you are biased in favor of Rust and want a decent argument to justify it, I will let you use 'It's easier to compile Rust to WASM and have the application run on the browser, while compiling python in a cross-platform way is a nightmare', free of charge.
-
MBin does have one.
…for Android. Nothing for iOS.
I don't really have a positive thing to say about people who want to stick to Apple as their primary device ecosystem.
-
The rate of growth does matter yea. If an instance gets worried, they can lock signups. Slow growth means the software has time to improve as they notice issues.
Lemmy had many issues scaling before, except Lemmy had huge surges with the Reddit API blackouts.
If people start recommending PieFed now, it's on their own terms instead of a massive wave. They can backoff if they get too many users.
Yeah, that makes sense for the defect class of performance problems. I'm more concerned with the inherent performance (compute) disadvantages of Python. Perhaps they wouldn't matter, hard to know without load testing.
I didn't downvote.
-
Personally, because I think all server-centric AP software is broken and I want to see a client-first application to browse the social web.
Piefed goes in the opposite direction, giving more power to the server admins and taking a good page of social engineering / "nudge theory" principles to apply in its design. Much like Mastodon, it seems to be strongly opinionated about how people should behave and it kinda gives me an icky feeling about its culture.
It may be a bit opiniated, but it's nice to see a different approach from Lemmy devs who don't see the need for any additional moderation tool.
I brought up mod mail during the AMA, it has been considered too complex to implement. A moderation panel with an overview of the mod queue would be nice too, but not a priority.
I'm not saying Piefed is perfect, but at least they prioritize that aspect.
-
I don't really have a positive thing to say about people who want to stick to Apple as their primary device ecosystem.
If you want to debate Apple, start another thread. This post is about Mbin and Piefied, and for me, I use Voyager on iOS to surf Lemmy. I don’t want to switch to or recommend Mbin or Piefied if there’s not an app for it and the best I can do is a PWA.
Don’t try to hijack the thread to push your anti Apple agenda. You can dislike Apple all you want, just not in this thread.
-
Every time I go to the piefed frontpage I'm blown away by how much more polished it is. It has all the bells and whistles that lemmy is sometimes missing.
Whats the catch? Why aren't we recommending everyone goes to piefed instead of lemmy?
App support is one thing I can think of.
- apps
- alternative front ends
- Comments view / chat view
-
You may not be from the US, but in the US smartphone market, as of late 2024, iOS (Apple) holds a larger market share than Android, with iOS at around 58% and Android at 42%.
-
MBin does have one.
…for Android. Nothing for iOS.
Valid point
-
What's missing from Lemmy that would make it unattractive to the average user? Remember the majority of users don't post, comment or otherwise interact with the platform beyond voting.
As I said, it has a lot more polish. Its easier to discover communities, and it has feeds.
-
Apps make or break those platforms. Lemmy apps are way better than even anything Mastodon has. We got really lucky that Lemmy exploded in popularity due to Reddit API changes which meant many app developers gave Lemmy a shot. I probably wouldn’t use Lemmy so much if Voyager didn’t fill the hole Apollo left in my heart.
Voyager is so polished, it elevates the whole experience.
-
It may be a bit opiniated, but it's nice to see a different approach from Lemmy devs who don't see the need for any additional moderation tool.
I brought up mod mail during the AMA, it has been considered too complex to implement. A moderation panel with an overview of the mod queue would be nice too, but not a priority.
I'm not saying Piefed is perfect, but at least they prioritize that aspect.
"moderation duties" and "regular participants" in a forum system have such different use cases, it makes no sense to try to make it work with the software itself.
It would be better/faster/easier to simply build a separate tool that can be useful for moderators, instead of trying to shoehorn it in the existing API. But I don't really think that this is something that really bothers people enough, given that last time I asked if I could get 20 people interested to sponsor the development of the moderation tool, and to this day only one person showed up.
-
As I said, it has a lot more polish. Its easier to discover communities, and it has feeds.
Two questions for you, I'm genuinely curious, I hope they don't come up as agressive
- why are you still using your Lemm.ee account instead of Piefed
- why create this post here instead of [email protected] ?
-
"moderation duties" and "regular participants" in a forum system have such different use cases, it makes no sense to try to make it work with the software itself.
It would be better/faster/easier to simply build a separate tool that can be useful for moderators, instead of trying to shoehorn it in the existing API. But I don't really think that this is something that really bothers people enough, given that last time I asked if I could get 20 people interested to sponsor the development of the moderation tool, and to this day only one person showed up.
It would be better/faster/easier to simply build a separate tool that can be useful for moderators,
Piefed built it in their software without a separate tool