as explained in this post, the original implementation of “private voting” has already been replaced with non-federated voting, which addresses the abuse concerns, as it’s then limited to just the instance the votes are cast on.
other accounts:
- @MrKaplan@piefed.world
- @MrKaplan@discuss.online (not actively monitored)
- 0 Posts
- 60 Comments
it’s the software, similar to how you’re using lemmy right now
no notification of a moderation event
lemmy.world has notifications for local users or users in local communities for removed content.
piefed is a fair bit younger, the first commitin the git repo was on Fri Jul 28 02:07:44 2023 +0000. it has only in recent months started really picking up some traction with several lemmy instances already creating piefed instances as well.
did you see an orange/white cloudflare error page or something else? i tried searching for it in our server logs but i don’t find it.
you may however have hit an outage we had for several minutes around an hour before your comment due to running out of memory on the host.
lemmy doesn’t support subscribing to users, but you can subscribe to communities the same way you’d subscribe to other communities from other instances.
what kind of error did you see and what did you click on? a link to a post?
piefed doesn’t support animated media yet, iirc it doesn’t work in posts either
pixelfed supports signing in with mastodon, not sure about others
pretty much, yeah. different people, different programming languages, some feature differences, etc. but still the same content.
nobody needs to move to another platform. both lemmy and piefed show the same content, think of it more like using a different client that also has different features. both lemmy.world and piefed.world will continue to exist.
not that i know of. old.lemmy.world is a whole separate user interface, but a similar look can probably be achieved with themes alone.
no, accounts are completely separate.
piefed does have some social auth support, which is currently also being worked on, but lemmy is not an auth provider that can be used with that. once social auth in piefed becomes more stable we will consider enabling it for supported providers.
MrKaplan@lemmy.worldto Fediverse@lemmy.world•What is happening on Programming.dev instance?English4·11 days agoi think the graph might not be fully accurate for the current hour? looking at it now it doesn’t show that significant of a spike anymore. i don’t see anything in our logs about federation issues from LW to p.d in the last 15 days.
MrKaplan@lemmy.worldto Today I Learned@lemmy.world•TIL about “passive houses,” building that are airtight and require barely any energy to heat or coolEnglish1·20 days agothat’s because it’s a spam bot
Removed by mod
MrKaplan@lemmy.worldto PieFed Meta@piefed.social•What Features Make PieFed Better/WorseEnglish2·30 days agoyes,
post_read
marks which posts a user has marked as read. it links post ids with user ids and adds a timestamp on top to allow for sorting.edit:
for comments, lemmy only stores the number of read comments per post, which is what goes into
person_post_aggregates
. this is a tradeoff, it has some limitations, e.g. when comments are deleted or removed, which affects the total count. as there is also a timestamp attached it might be possible to use that in combination with comment creation times, though this would likely impact query performance quite a bit more.
MrKaplan@lemmy.worldto PieFed Meta@piefed.social•What Features Make PieFed Better/WorseEnglish4·30 days agoat least in lemmy’s db structure, it wouldn’t make that much of a difference compared to other tables that use significantly more space:
MrKaplan@lemmy.worldto PieFed Meta@piefed.social•What Features Make PieFed Better/WorseEnglish1·30 days agohow does that affect db bloat? or rather, how does it protect from that?
lemmy currently doesn’t have granular federation controls. the only option right now is to defederate from mbin instances, but other instances might still announce your users’ votes to mbin instances. the more hacky way would be to also block federation related http requests from mbin instances to prevent them from retrieving user profiles, which is probably the most effective method that could be used.
piefeds non-federated votes are a user setting for the default value and users have the option for each vote whether it should be federated. see also https://piefed.social/post/982478