#piefed

17 posts · Last used 5d

Back to Timeline
𝙈𝙞𝙖 @Quokka@quokk.au · Aug 01, 2026

PyLova v0.2.2 Released!

V0.2.2 includes: For Users: A new dynamic 3 panel layout, this will show depending on resolution. A feeds bar to access your feeds from the main page (Toggle-able under your settings page) 2 New Themes by the wonderful @luminous5481@anarchist.nexus No daily maximum number of votes Cakeday! A small icon appears next to users celebrating their anniversary date Add alt text to avatars and banner images. For Admins: Removal of user access to admin page Deleted emoji stay deleted instead of getting re-discovered and added back the following day Working SVG sanitisation, stopping malicious and harmful SVG files from being uploaded. New Themes: MatrixTerm: Vaporweave:
0
1
0
Rimu @rimu@piefed.social · Aug 03, 2026
Boosted by fedicat @fedicat@pc.cafe

PieFed 1.7.9 includes Anubis-like scraper blocking

AI scrapers have been hammering fediverse servers for years with things getting especially intense lately. Fediverse developers have been slow to respond with solutions so desperate instance admins have been bolting on Anubis which is fragile and really hard to configure in a way that doesn’t break federation, mobile clients or web UI access. Anubis forces browsers to run some CPU-heavy javascript for a few seconds, increasing the cost to scrapers hopefully to the point where they go elsewhere instead. PieFed now includes that functionality as a core feature, not a separate container, proxy or process that needs to be set up. Just set the ANOOBIS environment variable and you’re done. Yes, that spelling is intentional. The amount of work a client needs to do can be tuned with the ANOOBIS_DIFFICULTY_DESKTOP and ANOOBIS_DIFFICULTY_MOBILE environment variables - the defaults are quite weak. Early results are very promising and a 50% CPU and network reduction on the server is commonly seen. Clients that are not logged in will see a brief loading screen, once every 1000 days, before being taken to the post they were trying to view. I’m sure this isn’t the end of this war but I’ve been enjoying a respite from it for the last week, long may it continue. (Image supplied by @dosdude@retrofed.com, thank you!)
0
0
1
Rimu @rimu@piefed.social · Jul 28, 2026
Boosted by fedicat @fedicat@pc.cafe

PieFed is 3 years old today

The first commit to the git repository was this day in 2023. What a ride, how time flies, etc. So many people have helped and contributed, in big and small ways. Code, translations, ideas, testing, feedback, writing docs, running instances - PieFed wouldn’t be what it is without you all! Thank you to everyone who has been a part of this journey so far! Onwards to the next chapter!
0
0
1
Rimu @rimu@piefed.social · Jul 16, 2026
Boosted by fedicat @fedicat@pc.cafe

You can now block posts based on their flair

You can join /c/technology and then block all the posts in there about Windows, for example. Or join /c/politics and block all the USA news. In the video I demo this with !movies@piefed.social
72
11
1
Rimu @rimu@piefed.social · Jul 04, 2026
Boosted by fedicat @fedicat@pc.cafe

PieFed now has a font for people with dyslexia

Go to https://piefed.social/user/settings and choose ’OpenDyslexia’ in the Font setting, halfway down the form. This font looks odd to me but I’m told that it really helps some people. If you’re one of those people, please let me know if you have any preferences around letter spacing or line height, etc.
0
29
1
Rimu @rimu@piefed.social · Jul 03, 2026
Boosted by fedicat @fedicat@pc.cafe

PieFed v1.7 is released: Following People, Faster Browsing & Smarter Moderation

This release saw contributions from some new people, which is great to see. In this release you can now follow other people, not just join communities. When you follow someone their posts will show up in your ‘Subscribed’ feed, regardless of whether you have joined the community it was posted in or not. You can also follow Mastodon+ accounts. Getting Mastodon integration working really well is going to be a long journey but this release gets us headed in that direction. Eventually I hope that this integration will provide a steady source of timely content to cross-post into threadiverse communities as well as being a peer citizen in the Mastodon-flavored parts of the fediverse. New: You can follow other users and their posts will always show up in your ‘Subscribed’ feed, regardless of the community they were posted into. Following Mastodon users works also but should be considered as very experimental. This will improve soon. In the future you will be able to upload a list of people that you exported from your mastodon profile and follow them in one go. And add people that your instance doesn’t already know about - but not yet. These features will be rolled out in future versions once the dust settles on this version. Mastodon posts have a new design that is distinct from threadiverse posts - there is no post title and larger author profile pic. Communities can be marked as being a favorite, which makes them more prominent in the ‘Communities’ menu. Clicking anywhere in a post teaser takes you to the teaser - you don’t need to aim for the title Dramatically improved page load times on Chrome-based browsers (Speculation Rules API). Little spinner thing while a vote is being cast Updated translations Preview markdown when editing a wiki page RSS feeds on the home page, including a feed of posts from your subscribed communities Topic selection during onboarding looks way nicer now. Accessibility improvements to headers. For Developers: Massive CSS reorganisation by travis-jeans. Lots more usage of CSS variables. Improves maintenance and accessibility. API: Users can now log out API: Follow and unfollow users API: video file upload works now For Instance Admins: Communities where every moderator is a bot or inactive are flagged as un-moderated. Reports about posts in un-moderated local communities go to admins. Warnings on domains can be 3 types instead of only a warning - the other two are ‘helpful context’ and ‘recommendation’ Send a DM to a user asking them if they are a bot, with 1 click. If they do not respond their account is automatically flagged as a bot Email bounce inbox can now be accessed through POP3, not just IMAP Tokens used by mobile apps can be set to expire, using the JWT_EXPIRY_DAYS environment variable More accurate tracking of when a user was last active. This will significantly increase your MAU stats. Strict allowlist mode to reduce attack surface exposed by federation /admin/federation form split up into 3 separate pages rather than one long confusing page. Option to disable DM sending for individual users if they lack the self-control to use it responsibly. compose.yaml has changed a bit: For most containers the build target is now “runtime’ instead of ‘builder’. For example celery: build: context: . target: runtime Topics can be associated with countries, for more targeted onboarding suggestions based on the viewer’s location. To reduce server load and network traffic, a maximum number of votes that can be cast each day has been set at a level that will only affect the top 2% of voters, leaving the bottom 98% unaffected. This quota can be altered with an environment variable. View a profile to see how much of their daily quota has been used. To upgrade from 1.6.x git pull git checkout v1.7.x At this point you might see an error message about a merge conflict with compose.yaml. To preserve your custom compose.yaml you will need to copy it somewhere else, then git checkout compose.yaml then git pull again (or use git’s stash feature). This time the pull will succeed so after that copy your custom compose.yaml it back, overwriting the one from git. Then, ./deploy.sh or ./deploy-docker.sh If you had to do the compose.yaml fix up earlier then you might want to compare what you have with https://codeberg.org/rimu/pyfedi/src/branch/main/compose.yaml and manually copy and paste some improvements in particular the target: part of the db container. Donations PieFed is free and open-source software while operating without any advertising, monetization, or reliance on venture capital. Your donations are vital in supporting the PieFed development effort, allowing us to expand and enhance PieFed with new features. Donations can be made via Patreon, Liberapay or Ko-fi.
101
53
2
PugJesus @PugJesus@piefed.social · Jun 03, 2026
Boosted by Tim Chambers @tchambers@indieweb.social

That's my secret, Cap. I'm always stressed.

0
0
1
𝙈𝙞𝙖 @Quokka@quokk.au · May 14, 2026
Boosted by Tim Chambers @tchambers@indieweb.social

PieFed v1.6.24 is released

Two new themes, Groovebox and Quokka (Incorrectly listed as Quack) from the PyLova fork Allow cross-posting of images - from the PyLova fork Back button in header on iOS - good for PWA when browser controls are hidden Improve Irix theme It’s great to see PieFed is starting to implement some of the improvements being bought about by PyLova. We hope in the future they will adopt some of the other current improvements towards moderation report viewing and adding the custom instance emojis into comment bodies.
0
0
1
PugJesus @PugJesus@piefed.social · May 03, 2026

Today in "Tankies on .world's PoliticalMemes", Part 1

0
1
0
Codewizard @codewizard@hear-me.social · Apr 27, 2026
Boosted by Tim Chambers @tchambers@indieweb.social
@fediverse @rimu@mastodon.nzoss.nz @Snoopy@piefed.social @Jerry@hear-me.social #piefed is fairly new as a social media platform. There was no piefed instance before COVID if I'm not mistaken. There ought to be more #instances of #piefed in order to reach newer users. And you might be aware that #piefed would find huge number of users in geographical areas like #china and #southAsia . What are your thoughts on this ?? Moreover, the #fediverse has its own neat rules when it comes to federating servers. Please share your thoughts on this each of you. @praveen@social.masto.host @ml@social.mitexleo.one
0
0
1
Codewizard @codewizard@hear-me.social · Apr 25, 2026
@FediFollows@social.growyourown.services you ought to include the contacts of #opensource champions like the #developers of #linux #distros like #mxlinux #linuxMint #debian #archlinux, #developers of some prime #mastodon instances, #piefed instances, #codeberg , #github and email services like #mailo and #proton. That way, we would be able to reach out to them through #socialmedia whenever we need their support. This informal channel is oftentimes better than your regular email.
5
3
20
𝙈𝙞𝙖 @Quokka@quokk.au · Apr 22, 2026
Boosted by Tim Chambers @tchambers@indieweb.social

Introducing Threadirator - A Threadiverse Community Federator

This is a service to help communities propagate to other instances and help with discovery of communities. So far tested and working with PieFed & Lemmy Instances - I suspect it should work with Mbin, but need to test it (Any Mbin Instance volunteers?) Anyone is free to add their community to the list, but only admins can add their instance to receive communities. This tool is designed to be simple to use, not requiring fiddling with your instances DNS unlike Lemmy-Federate. Verification for authority to register your instance is done via a message that checks to see if the person confirming is an admin account. It also back-propagates, so on joining your instance will subscribe to all previously added rather than only new ones going forward. This is my first time launching a service like this, and as such it may not work flawlessly - please share any feedback or suggestions. https://federation.quokk.au/
0
21
0
Tim Chambers @tchambers@indieweb.social · Apr 15, 2026
Replying to @rimu@piefed.social
@rimu@piefed.social Are there upcoming #FASP offerings that might help with media storage? I think @Mastodon@mastodon.social may be building something like that that seems to apply to any fediverse software. Does #piefed have #FASP support on its roadmap? "We will implement a new Fediverse Auxiliary Service Provider (FASP) that will allow sharing storage and media processing between servers. The timeline for implementation is by the end of 2026." https://blog.joinmastodon.org/2026/04/sovereign-tech-agency-funding/
0
1
2
Sam @sam@break3.social · Apr 14, 2026
Boosted by Tim Chambers @tchambers@indieweb.social

Bigger Versions of these Fediverse Stickers will be coming to our store in the near future. Each being updated to a 50mm Height format instead of the current 25mm of these small ones.

Bigger Versions of these Fediverse Stickers will be coming to our store in the near future. Each being updated to a 50mm Height format instead of the current 25mm of these small ones. What do you think of these stickers? Would you purchase something like this? @advertising@lemmy.ml #Fediverse #FediverseStickers #Stickers #SmallBusiness #Mastodon #Sharkey #Lemmy #PieFed #Misskey #PeerTube #Loops #PixelFed #Advert #Decentralized #SupportSmallCreators
0
4
3
Daniel Supernault @dansup@mastodon.social · Apr 10, 2026
MAU are tanking across every major platform and nobody wants to say what's obvious — the corporate social media model is broken. People are sick of being fed algorithmic garbage and influencer ads disguised as content. The fediverse is what social media was supposed to be. Human connections. No gamification. No bullshit. GotoSocial, Loops and Piefed aren't just part of the next chapter — we're writing it. 🚀 #ActivityPub #SocialMedia #GotoSocial #Loops #PieFed
34
9
17

You've seen all posts