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.

  • sabreW4K3@lazysoci.al
    link
    fedilink
    English
    arrow-up
    1
    ·
    18 days ago

    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

    • flamingos-cant@feddit.uk
      link
      fedilink
      English
      arrow-up
      2
      ·
      18 days ago

      Seems they’re all running the same version, or Piefed doesn’t tag releases:

      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"
      }
      
      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"
      }