ATProto Browser

ATProto Browser

Experimental browser for the Atmosphere

Post

2025 is a special year for databases. If you insert birth year and age, their sum using a SELECT returns 2025! Magical ✨

Jan 4, 2025, 2:43 PM

Record data

{
  "uri": "at://did:plc:iwpxnj7rzdynjkkr7rxaa5is/app.bsky.feed.post/3lewdorxg5g2c",
  "cid": "bafyreic7gcqa2ydwcqzf6vdyihmg2o42ebg4bvwjiup4pimykoh7hepk6i",
  "value": {
    "text": "2025 is a special year for databases. If you insert birth year and age, their sum using a SELECT returns 2025! Magical ✨",
    "$type": "app.bsky.feed.post",
    "embed": {
      "$type": "app.bsky.embed.images",
      "images": [
        {
          "alt": "CREATE TABLE users (\n\tname TEXT,\n    year INTEGER, --- birth year\n    age INTEGER\n);\n\nINSERT INTO users VALUES ('andy', 1950, 75);\n\nSELECT year + age FROM users WHERE name='andy';\n\n2025",
          "image": {
            "$type": "blob",
            "ref": {
              "$link": "bafkreiaz2kslrlniyi5u6sywifp5swtsou24vhlrjcs4nkvmtxag3xmb7q"
            },
            "mimeType": "image/png",
            "size": 49904
          },
          "aspectRatio": {
            "width": 1060,
            "height": 562
          }
        }
      ]
    },
    "createdAt": "2025-01-04T14:43:01.094Z"
  }
}