GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by Rimu (rimu@piefed.social)

  1. Embed this notice
    Rimu (rimu@piefed.social)'s status on Friday, 24-Apr-2026 10:38:29 JST Rimu Rimu

    PieFed has some pretty intense ban-evasion countermeasures. I won’t go into details but yeah - good luck. It’s intentionally confusing because anyone trying to get around it probably deserves to have their time wasted.

    Sorry if we have unintentionally caught you in this. Some false positives are likely.

    Probably easier for you to just use another instance.

    In conversation about a month ago from piefed.social permalink
  2. Embed this notice
    Rimu (rimu@piefed.social)'s status on Thursday, 16-Apr-2026 23:04:24 JST Rimu Rimu
    in reply to

    It’s not on the roadmap because the first time I heard of FASP was yesterday :)

    It’s a nice idea. I’ll be interested to see how they solve the problems of

    • Instances wasting a ton of space everyone ends up paying for.
    • What will it cost and who pays. Something at this scale can’t be volunteer-run.
    • Instances allowing stuff like lolicon which others find repugnant.
    • Instances uploading CSAM.

    The shared blocklists (FIRES) is more straightforward and I’m keen on doing that ASAP.

    In conversation about a month ago from piefed.social permalink
  3. Embed this notice
    Rimu (rimu@piefed.social)'s status on Wednesday, 15-Apr-2026 20:31:24 JST Rimu Rimu

    All piefed.social communities have infinite retention. Our stuff is high quality and worth keeping forever, it’s just the trashy Lemmy content that gets deleted ;-)

    In conversation about a month ago from piefed.social permalink
  4. Embed this notice
    Rimu (rimu@piefed.social)'s status on Wednesday, 15-Apr-2026 20:31:19 JST Rimu Rimu
    in reply to

    Even though you might post into a Lemmy community, piefed.social still has to store the original copy of the meme.

    It would be good if the instance chooser showed content retention policies in some way so people could take that into account when they choose an instance.

    In conversation about a month ago from piefed.social permalink
  5. Embed this notice
    Rimu (rimu@piefed.social)'s status on Monday, 30-Mar-2026 06:12:50 JST Rimu Rimu
    in reply to

    Congrats!

    In conversation about 2 months ago from piefed.social permalink
  6. Embed this notice
    Rimu (rimu@piefed.social)'s status on Friday, 30-Jan-2026 06:36:52 JST Rimu Rimu

    PieFed does this but it needs to be enabled at the community level before replies can be flagged as answers. See !piefed_help@piefed.social

    In conversation about 4 months ago from piefed.social permalink
  7. Embed this notice
    Rimu (rimu@piefed.social)'s status on Wednesday, 22-Oct-2025 06:48:32 JST Rimu Rimu

    quokka.au changed from Lemmy to PieFed and it was ok once the remote servers refreshed their public key caches, about a day.

    Mastodon to GTS could turn out different but yeah.

    In conversation about 7 months ago from piefed.social permalink

    Attachments


  8. Embed this notice
    Rimu (rimu@piefed.social)'s status on Saturday, 04-Oct-2025 01:59:12 JST Rimu Rimu

    We only federate the deletion if it is in one of our local communities.

    The activity is signed by the person who did it, so if Mastodon detects that the person deleting is not the author and doesn’t know how to find out if someone is a moderator or not, that’s their problem.

    Mastodon has been dropping the ball on groups support for years so I didn’t even bother to find out if they handle it well - I bet they don’t.

    In conversation about 8 months ago from piefed.social permalink
  9. Embed this notice
    Rimu (rimu@piefed.social)'s status on Friday, 03-Oct-2025 05:34:57 JST Rimu Rimu

    I can make it so that web+pf://sopuli.xyz/post/32069389 opened it on your home instance. Would that do?

    It has to start with web+ just because - https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler and I put pf after that because PieFed.

    In conversation about 8 months ago from piefed.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: developer.mozilla.org
      Navigator: registerProtocolHandler() method - Web APIs | MDN
      from MozDevNet
      The Navigator method registerProtocolHandler() lets websites register their ability to open or handle particular URL schemes (also known as protocols).
  10. Embed this notice
    Rimu (rimu@piefed.social)'s status on Saturday, 13-Sep-2025 08:23:43 JST Rimu Rimu
    in reply to

    FYI piefed released v1.1.6 and v1.1.7 in the last week.

    https://codeberg.org/rimu/pyfedi/releases

    I'll put more fulsome release notes on minor point releases like that if I know people are going to link to them.

    In conversation about 8 months ago from piefed.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: codeberg.org
      pyfedi
      from rimu
      Project background: https://join.piefed.social Demo site / Flagship instance: https://piefed.social
  11. Embed this notice
    Rimu (rimu@piefed.social)'s status on Sunday, 07-Sep-2025 20:44:06 JST Rimu Rimu

    Rather than try to rescue the hamburger menu, I created a new always-there bottom menu which is only shown on mobile devices.

    Please give it a try on https://crust.piefed.social/ if you're on a mobile when you read this.

    In conversation about 9 months ago from piefed.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: media.piefed.social
      PieFed - Explore Anything, Discuss Everything.
      This is a staging area where we test out the latest PieFed code, before releasing it. Expect occasional breakages which will be more than compensat…
  12. Embed this notice
    Rimu (rimu@piefed.social)'s status on Sunday, 07-Sep-2025 09:19:02 JST Rimu Rimu

    Yes, a Delete activity is sent to all instances with actors that follow the category/community. Those instances then delete their local copy. In Lemmy/PieFed there is no distinction between deletion and removal.

    The deletes are soft so it is possible to un-delete by sending an Undo activity. PieFed keeps soft-deleted posts (topics, in NodeBB language) for a few days then after a week deletes the content from the database.

    All of these activities are enclosed in an Announce and the http POST is signed using the community key. So in a way the content 'belongs' to the community, not to the original author. With that model of ownership the idea of removal redundant - a post without a community is not a post.

    Tangentially - it would be good to come up with a way to move a topic to another category and federate that so the move can happen on other instances, too. We could go off-piste and create a Move activity, or use Remove (from old topic/comm) followed by Add (to new topic/comm) to do the same thing. I feel more inclined to go with Move as it's a single atomic operation that either succeeds or fails, despite it not being in the spec.

    The AP spec is so badly stretched by various implementation-specific differences that I don't think it's worth being ideological about adherence to it it anymore.

    In conversation about 9 months ago from piefed.social permalink
  13. Embed this notice
    Rimu (rimu@piefed.social)'s status on Sunday, 07-Sep-2025 08:57:45 JST Rimu Rimu

    We have this running on https://crust.piefed.social if anyone wants to test the PieFed implementation of context out.

    In conversation about 9 months ago from piefed.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: media.piefed.social
      PieFed - Explore Anything, Discuss Everything.
      This is a staging area where we test out the latest PieFed code, before releasing it. Expect occasional breakages which will be more than compensat…
  14. Embed this notice
    Rimu (rimu@piefed.social)'s status on Sunday, 12-May-2024 15:24:31 JST Rimu Rimu

    Please see https://join.piefed.social/features/ for some background and comparison ☺️

    Your reply came through to me at PieFed. Fingers crossed that this reply reaches you!

    In conversation Sunday, 12-May-2024 15:24:31 JST from piefed.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Features - PieFed
      from piefedadmin
      Nice things about PieFed: Bad things about PieFed: There are two other options for reddit-style federated forums, Lemmy and Kbin (recently forked to Mbin, which shows some promise). Having used them both extensively I came away unsatisfied, for a variety of reasons. It is unlikely that their trajectory will change in future, either. However we […]

User actions

    Rimu

    Rimu

    Developer of PieFed, a sibling of Lemmy & Kbin.

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          259883
          Member since
          12 May 2024
          Notices
          14
          Daily average
          0

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.