ATProto Browser

ATProto Browser

Experimental browser for the Atmosphere

Post

ok, let's break it down. at the core of atproto is the data. it lives own your own computer (or someone hosts it for you). think of it as a hard drive with JSON files on it data is structured (i.e. has a type), and can references other records on other peoples' computer with a URI like a hyperlink

Nov 3, 2024, 1:51 AM

Record data

{
  "uri": "at://did:plc:p2cp5gopk7mgjegy6wadk3ep/app.bsky.feed.post/3l7z3o5kl3s2v",
  "cid": "bafyreie3uzfc22rbrjbza7zzjap7deu57jhtjq46446h2qobnreqgd6maa",
  "value": {
    "text": "ok, let's break it down.\n\nat the core of atproto is the data. it lives own your own computer (or someone hosts it for you). think of it as a hard drive with JSON files on it\n\ndata is structured (i.e. has a type), and can references other records on other peoples' computer with a URI like a hyperlink",
    "$type": "app.bsky.feed.post",
    "embed": {
      "$type": "app.bsky.embed.recordWithMedia",
      "media": {
        "$type": "app.bsky.embed.images",
        "images": [
          {
            "alt": "Diagram labelled network state\n\nTwo areas, my data storage and your data storage\nIn my data storage, there is a post and a like. the like has an arrow to a post in your data storage",
            "image": {
              "$type": "blob",
              "ref": {
                "$link": "bafkreih6sri5df4fyay5erakiq2wuck6jok62e5lyhyulqbm27o55mv4pe"
              },
              "mimeType": "image/jpeg",
              "size": 284947
            },
            "aspectRatio": {
              "width": 2000,
              "height": 856
            }
          }
        ]
      },
      "record": {
        "$type": "app.bsky.embed.record",
        "record": {
          "cid": "bafyreih2yptcd3rrlego4qayykj4medmmgz5bvvounmyoul4hfcnghzccq",
          "uri": "at://did:plc:sbm4yvf5ueaanyrjnguz33v3/app.bsky.feed.post/3l7y5iv3s3v2y"
        }
      }
    },
    "langs": [
      "en"
    ],
    "createdAt": "2024-11-03T01:51:30.892Z"
  }
}