this post was submitted on 26 Aug 2024
38 points (77.1% liked)

Fediverse

28059 readers
286 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 [email protected]!

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
[–] [email protected] 49 points 1 month ago (3 children)

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

[–] [email protected] 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.

[–] [email protected] 1 points 1 month ago

Naw bro it's neat

[–] [email protected] 0 points 1 month ago

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

[–] [email protected] 34 points 1 month ago (4 children)

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

stop using the anuses.

[–] [email protected] 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:



[–] [email protected] 3 points 1 month ago (1 children)

the bottom one is just straight up Greendale.

[–] [email protected] 4 points 1 month ago (2 children)
[–] [email protected] 2 points 1 month ago

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

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago) (1 children)
[–] [email protected] 2 points 1 month ago

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

[–] [email protected] 3 points 1 month ago

We should federate the various fediverse symbols

[–] [email protected] 0 points 1 month ago

Pfft, its clearly the 3 seashells.

[–] [email protected] 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