this post was submitted on 04 Aug 2025
76 points (100.0% liked)

PieFed Meta

1390 readers
21 users here now

Discuss PieFed project direction, provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics.

Wiki

founded 2 years ago
MODERATORS
 

It's been 6 weeks since 1.0 and we've merged in 80+ PRs and closed as many issues. A third of the issues originally intended for v1.2 are already completed and so they are included in 1.1 instead.

Some signs of maturity

There are now 32 PieFed instances, serving 1750+ MAU. Voyager, Summit, Blorp and Interstellar are mobile apps that connect to PieFed.

From now on https://piefed.social/ will change from following the main development branch of the repo and instead stay on v1.1 until v1.2 is released. This will provide a more stable experience for people using the instance and allow for wilder experiments on the development branch. I recommend all other instances do the same.

It will also put less pressure on other instances to keep up with piefed.social. A new instance will be created soon that will use the dev branch and serve as a staging instance.

To upgrade

To upgrade from 1.0.x (or switch to 1.1 from the main branch):

git pull  
git checkout v1.1.x  
./deploy.sh or ./deploy-docker.sh  

Bare-metal installations should add these two lines at the end of celery_worker.py:

from app.shared.tasks import maintenance  
from app.shared.tasks import follows, likes, notes, deletes, flags, pages, locks, adds, removes, groups, users, blocks  

Also the systemd configuration for celery has changed, see https://codeberg.org/rimu/pyfedi/src/branch/main/INSTALL.md#celery. NB both celery.service and celeryd are slightly different.

Highlights of 1.1

Most instances have been on the dev branch anyway so they will already have these:

You can set a default comment sort, for when viewing a post.

LDAP support, so people can use their piefed.social login for chat.piefed.social and translate.piefed.social

More Ajax throughout, creating a more fluid UI.

Better notifications, with types and which are removed if the post they're notifying about is deleted.

Private votes are just non-federated votes.

Popup tooltips all over the place.

New login methods:

  • Mastodon
  • Discord

Hashtags in community side pane, e.g. this community

Daily maintenance tasks execute in parallel, which is a lot faster.

Batched ActivityPub federation that will significantly improve federation performance between PieFed instances

Filter out posts based on a keyword search of community name.

Reduce deadlocks and improve DB performance

  • use redis for locking.
  • extensive refactors to stop connection leakage.

Load comments using ajax when there are > 100 on a post, making the initial loading of a post quicker.

Automatic post archiving of old posts, to slow DB growth and reduce operating costs. Post body and comments are saved in S3 as JSON instead of in the DB.

Show/hide text inside password fields, making confusion during login less common.

Mods can lock comments and their children.

A lot of improvements to scheduled posts.

Several improvements in the markdown to html parsing.

Upgrade to Flask 3.

Swagger for API developers (in progress).

API: new json serialization lib that is 10x faster.

API: Get topics & feeds endpoints. Replacement for comments/list endpoint.

Things planned for 1.2

An instance chooser during registration - no separate instance choosing website needed

Optional post approval process for mods

Communities populated by a RSS feed.

Remind me

AI content filter

Event post type which federates with Friendica and Mobilizon

top 16 comments
sorted by: hot top controversial new old
[–] otter@piefed.ca 22 points 2 days ago (1 children)

Those improvements sound great, thanks to everyone that helped out!

In addition to the apps mentioned in the post:

There may be others, those are the ones that I have been following along with

[–] Blaze@lemmy.zip 5 points 2 days ago

the Boost developer says that PieFed support is almost ready, with a beta coming soon: https://piefed.ca/post/1629#comment_743438

Great news!

[–] Blaze@lemmy.zip 20 points 2 days ago

Congratulations, thank you all the devs for their work! 🎉

[–] Ek-Hou-Van-Braai@piefed.social 11 points 2 days ago (3 children)

Nice!! Great to see.

Suggestion: We already have NSWF content filter, and AI Content filter is planned for 1.2, could we also add US Politics or Politics as filters?

I personally won't use them, but I know some people are overwhelmed with all the doom and gloom in the media, and would rather not use social media because of it.

[–] antler@feddit.online 6 points 2 days ago (2 children)

What about user-shareable block lists, similar to those used by ad-blockers? For example, there could be a user-maintained, dynamically updating, shared keyword filter for US politics so that the current hot topics are quickly blocked. This would be more scaleable than the devs making new content filters for everyone that has a specific request.

[–] klu9@piefed.social 3 points 2 days ago (1 children)

That was one feature I liked about ZeroNet. While you could easily block every toxic user individually as you came across them, you could also subscribe to already-existing user-made block lists and never even see them in the first place.

[–] antler@feddit.online 4 points 2 days ago* (last edited 2 days ago)

That's what I'm thinking. Community block lists, too; for example, without blocking the All feed has a much higher anime concentration than I need.

I think we should be careful to not have too many filters, maybe it can be limited to:

NSFW, NSFL, US Politics, Politics, AI Content

[–] felsiq@piefed.zip 1 points 2 days ago

This is the one part I’m not clear on, are the filters different from just keyword filters? Will they work with content produced on lemmy/mastodon/etc? If they’re different from keyword filters, how will they be enforced cross-instance?

The other changes look really great and I really appreciate the devs putting in so much work and making so much progress - especially on feedback that they didn’t even get that long ago, for some of these features.

[–] Blaze@lemmy.zip 1 points 2 days ago (1 children)

Why distinguish US politics and Politics in general? There's enough politics content from other countries to feel gloom and doom too

[–] Ek-Hou-Van-Braai@piefed.social 1 points 2 days ago (1 children)

Because of Americentrism, I swear I see more US news than I see of the rest of the world combined, it would be amazing to have a mute button for that

[–] Blaze@lemmy.zip 1 points 2 days ago

I blocked all news, US or not, but I get the feeling

[–] WillStealYourUsername@piefed.blahaj.zone 10 points 2 days ago* (last edited 2 days ago)
  • Mods can lock comments and their children.
  • Batched ActivityPub federation that will significantly improve federation performance between PieFed instances
  • All the other technical things

<3

Not sure how those alternative login methods work, but that's interesting.

The planned features look great also! Remind me, rss comms, and instance chooser sounds amazing!

[–] Jerry@feddit.online 5 points 2 days ago

Congratulations! And kudos!! 🎉 🎆🍾🥂 ⭐⭐⭐⭐⭐

[–] klu9@piefed.social 4 points 2 days ago

Thanks for all the great work!

[–] Tiger@sh.itjust.works 3 points 2 days ago