this post was submitted on 26 Aug 2024
37 points (76.8% liked)

Fediverse

27958 readers
291 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS
all 18 comments
sorted by: hot top controversial new old
[–] AsudoxDev@programming.dev 49 points 1 month ago (3 children)

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

[–] CrayonMaster@midwest.social 10 points 1 month ago* (last edited 1 month 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.

[–] secret300@lemmy.sdf.org 0 points 1 month ago

I like it but I'm still not used to it

[–] spaduf@slrpnk.net 0 points 1 month ago

Naw bro it's neat

[–] Nima@leminal.space 34 points 1 month ago (4 children)

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

stop using the anuses.

[–] ericjmorey@programming.dev 9 points 1 month ago (1 children)

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



[–] Nima@leminal.space 3 points 1 month ago (1 children)

the bottom one is just straight up Greendale.

[–] ericjmorey@programming.dev 4 points 1 month ago (2 children)

Ah yes, the "Play-Doh Fun Factory" variant.

[–] m4t@h4.io 1 points 1 month ago* (last edited 1 month ago) (1 children)
[–] ericjmorey@programming.dev 2 points 1 month ago

It provides for control over certain functions, but it is underutilized.

[–] Flax_vert@feddit.uk 3 points 1 month ago

We should federate the various fediverse symbols

Pfft, its clearly the 3 seashells.

[–] ericjmorey@programming.dev 9 points 1 month ago* (last edited 1 month 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