• Asudox
    link
    English
    5023 days ago

    Oh, please don’t start using that symbol for the fediverse.

    • @[email protected]
      link
      fedilink
      English
      11
      edit-2
      23 days ago

      I kind of like the symbol, so long as it’s used as a symbol. The problem is it doesn’t really make sense in the headline; imagine if we inserted a bird symbol before the word Twitter or the little space dude before reddit.

  • @[email protected]
    link
    fedilink
    English
    3423 days ago

    the 3 butthole symbol is really bad. fediverse already has a symbol.

    stop using the anuses.

    • Skull giver
      link
      fedilink
      English
      1122 days ago

      Only three? Not directly connected? No, we should use something like ꙮ instead.

      • Asudox
        link
        English
        122 days ago

        That honeycomb is better fit tbh. Who cares about the meaning of the symbol? 99.99% people only look at the visual symbol itself.

        • Skull giver
          link
          fedilink
          English
          122 days ago

          I think using the O from an obscure text describing a many-eyed seraphim as a logo may just attract some conspiracy nuts…

        • Flax
          link
          fedilink
          English
          122 days ago

          We should use this as the fediverse flag

          1000047908

          /J

    • @ericjmorey
      link
      English
      923 days ago

      I like the diversity of sphincter options in unicode and encourage their use. Here are a few of my favorites:



    • Flax
      link
      fedilink
      English
      322 days ago

      We should federate the various fediverse symbols

  • @ericjmorey
    link
    English
    9
    edit-2
    23 days ago

    This is a web service that returns the ActivityPub data for any URL that returns an ActivityPub message. For instance this post (https://lemmy.ml/post/19589249) returns:

    {
      "@context": [
        "https://join-lemmy.org/context.json",
        "https://www.w3.org/ns/activitystreams"
      ],
      "type": "Page",
      "id": "https://lemmy.ml/post/19589249",
      "attributedTo": "https://lemmy.ml/u/hongminhee",
      "to": [
        "https://lemmy.world/c/fediverse",
        "https://www.w3.org/ns/activitystreams#Public"
      ],
      "name": "BrowserPub: A browser for debugging ActivityPub and the ⁂fediverse",
      "cc": [],
      "mediaType": "text/html",
      "attachment": [
        {
          "href": "https://podcastindex.social/@js/113011966366461060",
          "mediaType": "text/html; charset=utf-8",
          "type": "Link"
        }
      ],
      "sensitive": false,
      "published": "2024-08-26T11:43:09.033551Z",
      "language": {
        "identifier": "en",
        "name": "English"
      },
      "audience": "https://lemmy.world/c/fediverse",
      "tag": [
        {
          "href": "https://lemmy.ml/post/19589249",
          "name": "#fediverse",
          "type": "Hashtag"
        }
      ]
    }
    

    Prepend https://browser.pub/ to the URL you want to check: https://browser.pub/https://lemmy.ml/post/19589249