blog.pckt.document

pckt.blog

Samples

215 randomly sampled records from the AT Protocol firehose

blog.pckt.document (100 samples)
{
  "site": "at://did:plc:q75sfnprgu2fqckhm74w5qhr/blog.pckt.publication/3mhatdvjmjap7",
  "$type": "blog.pckt.document",
  "document": {
    "cid": "bafyreigugjcgck5movwaxqrkgmcweptfcij6zo355y4mugrux4hmbnhhjq",
    "uri": "at://did:plc:q75sfnprgu2fqckhm74w5qhr/site.standard.document/3mj2zepmjilvd"
  }
}

did:plc:q75sfnprgu2fqckhm74w5qhr | at://did:plc:q75sfnprgu2fqckhm74w5qhr/blog.pckt.document/3mj2zepmjilvd

blog.pckt.block.heading (nested within blog.pckt.document) (4 samples)
{
  "path": "/test",
  "site": "at://did:plc:pbjvqaziagcyv2vqodldn5op/site.standard.publication/3mmegwfjzau2k",
  "tags": [],
  "$type": "blog.pckt.document",
  "title": "Testing ATproto Migration to Standard.site",
  "content": {
    "$type": "blog.pckt.content",
    "items": [
      {
        "$type": "blog.pckt.block.text",
        "facets": [
          {
            "index": {
              "byteEnd": 111,
              "byteStart": 98
            },
            "features": [
              {
                "$type": "blog.pckt.richtext.facet#bold"
              }
            ]
          }
        ],
        "plaintext": "This is a clean test post to verify that the Node.js script uploads to the correct publication on Standard.site and respects our original frontmatter timestamps."
      },
      {
        "$type": "blog.pckt.block.heading",
        "level": 2,
        "plaintext": "Checking the Elements"
      },
      {
        "$type": "blog.pckt.block.text",
        "facets": [
          {
            "index": {
              "byteEnd": 29,
              "byteStart": 21
            },
            "features": [
              {
                "uri": "https://felix.offprint.app",
                "$type": "blog.pckt.richtext.facet#link"
              }
            ]
          },
          {
            "index": {
              "byteEnd": 41,
              "byteStart": 34
            },
            "features": [
              {
                "uri": "https://felix.leaflet.pub",
                "$type": "blog.pckt.richtext.facet#link"
              }
            ]
          }
        ],
        "plaintext": "Since platforms like Offprint and Leaflet expect pure Markdown, we've replaced any Astro components with standard alternatives:"
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "1. Lists: Standard ordered and unordered list blocks work everywhere."
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "2. Formatting: Bold text, italics, and inline code elements like BskyAgent are fully compatible."
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "3. Quotes: Blockquotes render perfectly for highlights or side notes."
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "Verification Tip: Once uploaded, verify the post on pdsls.dev under your DID repo to confirm the createdAt date matches May 15, 2024 rather than today's date!"
      },
      {
        "$type": "blog.pckt.block.heading",
        "level": 2,
        "plaintext": "Sample Code Block"
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "Here is a standard code block without any Astro-specific properties like collapse or ins:"
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "```javascript\n// A simple validation test\nconst checkTimestamp = (dateString) => {\n  return new Date(dateString).getFullYear() === 2024;\n};\nconsole.log(checkTimestamp(\"2024-05-15T00:00:00.000Z\")); // true\n```"
      }
    ]
  },
  "updatedAt": "2024-05-15T00:00:00.000Z",
  "description": "A quick, clean test markdown post to verify the automated migration script and timestamp preservation.",
  "publishedAt": "2024-05-15T00:00:00.000Z",
  "textContent": "This is a clean test post to verify that the Node.js script uploads to the correct publication on Standard.site and respects our original frontmatter timestamps.\nChecking the Elements\nSince platforms like Offprint and Leaflet expect pure Markdown, we've replaced any Astro components with standard alternatives:\nLists: Standard ordered and unordered list blocks work everywhere.\nFormatting: Bold text, italics, and inline code elements like BskyAgent are fully compatible.\nQuotes: Blockquotes render perfectly for highlights or side notes.\nVerification Tip: Once uploaded, verify the post on pdsls.dev under your DID repo to confirm the createdAt date matches May 15, 2024 rather than today's date!\nSample Code Block\nHere is a standard code block without any Astro-specific properties like collapse or ins:\n// A simple validation test\nconst checkTimestamp = (dateString) => {\n  return new Date(dateString).getFullYear() === 2024;\n};\nconsole.log(checkTimestamp(\"2024-05-15T00:00:00.000Z\")); // true"
}

did:plc:pbjvqaziagcyv2vqodldn5op | at://did:plc:pbjvqaziagcyv2vqodldn5op/blog.pckt.document/3mnfv4gfvji2f

blog.pckt.block.text (nested within blog.pckt.document) (4 samples)
{
  "path": "/test",
  "site": "at://did:plc:pbjvqaziagcyv2vqodldn5op/site.standard.publication/3mmegwfjzau2k",
  "tags": [],
  "$type": "blog.pckt.document",
  "title": "Testing ATproto Migration to Standard.site",
  "content": {
    "$type": "blog.pckt.content",
    "items": [
      {
        "$type": "blog.pckt.block.text",
        "facets": [
          {
            "index": {
              "byteEnd": 111,
              "byteStart": 98
            },
            "features": [
              {
                "$type": "blog.pckt.richtext.facet#bold"
              }
            ]
          }
        ],
        "plaintext": "This is a clean test post to verify that the Node.js script uploads to the correct publication on Standard.site and respects our original frontmatter timestamps."
      },
      {
        "$type": "blog.pckt.block.heading",
        "level": 2,
        "plaintext": "Checking the Elements"
      },
      {
        "$type": "blog.pckt.block.text",
        "facets": [
          {
            "index": {
              "byteEnd": 29,
              "byteStart": 21
            },
            "features": [
              {
                "uri": "https://felix.offprint.app",
                "$type": "blog.pckt.richtext.facet#link"
              }
            ]
          },
          {
            "index": {
              "byteEnd": 41,
              "byteStart": 34
            },
            "features": [
              {
                "uri": "https://felix.leaflet.pub",
                "$type": "blog.pckt.richtext.facet#link"
              }
            ]
          }
        ],
        "plaintext": "Since platforms like Offprint and Leaflet expect pure Markdown, we've replaced any Astro components with standard alternatives:"
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "1. Lists: Standard ordered and unordered list blocks work everywhere."
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "2. Formatting: Bold text, italics, and inline code elements like BskyAgent are fully compatible."
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "3. Quotes: Blockquotes render perfectly for highlights or side notes."
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "Verification Tip: Once uploaded, verify the post on pdsls.dev under your DID repo to confirm the createdAt date matches May 15, 2024 rather than today's date!"
      },
      {
        "$type": "blog.pckt.block.heading",
        "level": 2,
        "plaintext": "Sample Code Block"
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "Here is a standard code block without any Astro-specific properties like collapse or ins:"
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "```javascript\n// A simple validation test\nconst checkTimestamp = (dateString) => {\n  return new Date(dateString).getFullYear() === 2024;\n};\nconsole.log(checkTimestamp(\"2024-05-15T00:00:00.000Z\")); // true\n```"
      }
    ]
  },
  "updatedAt": "2024-05-15T00:00:00.000Z",
  "description": "A quick, clean test markdown post to verify the automated migration script and timestamp preservation.",
  "publishedAt": "2024-05-15T00:00:00.000Z",
  "textContent": "This is a clean test post to verify that the Node.js script uploads to the correct publication on Standard.site and respects our original frontmatter timestamps.\nChecking the Elements\nSince platforms like Offprint and Leaflet expect pure Markdown, we've replaced any Astro components with standard alternatives:\nLists: Standard ordered and unordered list blocks work everywhere.\nFormatting: Bold text, italics, and inline code elements like BskyAgent are fully compatible.\nQuotes: Blockquotes render perfectly for highlights or side notes.\nVerification Tip: Once uploaded, verify the post on pdsls.dev under your DID repo to confirm the createdAt date matches May 15, 2024 rather than today's date!\nSample Code Block\nHere is a standard code block without any Astro-specific properties like collapse or ins:\n// A simple validation test\nconst checkTimestamp = (dateString) => {\n  return new Date(dateString).getFullYear() === 2024;\n};\nconsole.log(checkTimestamp(\"2024-05-15T00:00:00.000Z\")); // true"
}

did:plc:pbjvqaziagcyv2vqodldn5op | at://did:plc:pbjvqaziagcyv2vqodldn5op/blog.pckt.document/3mnfv4gfvji2f

blog.pckt.content (nested within blog.pckt.document) (4 samples)
{
  "path": "/test",
  "site": "at://did:plc:pbjvqaziagcyv2vqodldn5op/site.standard.publication/3mmegwfjzau2k",
  "tags": [],
  "$type": "blog.pckt.document",
  "title": "Testing ATproto Migration to Standard.site",
  "content": {
    "$type": "blog.pckt.content",
    "items": [
      {
        "$type": "blog.pckt.block.text",
        "facets": [
          {
            "index": {
              "byteEnd": 111,
              "byteStart": 98
            },
            "features": [
              {
                "$type": "blog.pckt.richtext.facet#bold"
              }
            ]
          }
        ],
        "plaintext": "This is a clean test post to verify that the Node.js script uploads to the correct publication on Standard.site and respects our original frontmatter timestamps."
      },
      {
        "$type": "blog.pckt.block.heading",
        "level": 2,
        "plaintext": "Checking the Elements"
      },
      {
        "$type": "blog.pckt.block.text",
        "facets": [
          {
            "index": {
              "byteEnd": 29,
              "byteStart": 21
            },
            "features": [
              {
                "uri": "https://felix.offprint.app",
                "$type": "blog.pckt.richtext.facet#link"
              }
            ]
          },
          {
            "index": {
              "byteEnd": 41,
              "byteStart": 34
            },
            "features": [
              {
                "uri": "https://felix.leaflet.pub",
                "$type": "blog.pckt.richtext.facet#link"
              }
            ]
          }
        ],
        "plaintext": "Since platforms like Offprint and Leaflet expect pure Markdown, we've replaced any Astro components with standard alternatives:"
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "1. Lists: Standard ordered and unordered list blocks work everywhere."
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "2. Formatting: Bold text, italics, and inline code elements like BskyAgent are fully compatible."
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "3. Quotes: Blockquotes render perfectly for highlights or side notes."
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "Verification Tip: Once uploaded, verify the post on pdsls.dev under your DID repo to confirm the createdAt date matches May 15, 2024 rather than today's date!"
      },
      {
        "$type": "blog.pckt.block.heading",
        "level": 2,
        "plaintext": "Sample Code Block"
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "Here is a standard code block without any Astro-specific properties like collapse or ins:"
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "```javascript\n// A simple validation test\nconst checkTimestamp = (dateString) => {\n  return new Date(dateString).getFullYear() === 2024;\n};\nconsole.log(checkTimestamp(\"2024-05-15T00:00:00.000Z\")); // true\n```"
      }
    ]
  },
  "updatedAt": "2024-05-15T00:00:00.000Z",
  "description": "A quick, clean test markdown post to verify the automated migration script and timestamp preservation.",
  "publishedAt": "2024-05-15T00:00:00.000Z",
  "textContent": "This is a clean test post to verify that the Node.js script uploads to the correct publication on Standard.site and respects our original frontmatter timestamps.\nChecking the Elements\nSince platforms like Offprint and Leaflet expect pure Markdown, we've replaced any Astro components with standard alternatives:\nLists: Standard ordered and unordered list blocks work everywhere.\nFormatting: Bold text, italics, and inline code elements like BskyAgent are fully compatible.\nQuotes: Blockquotes render perfectly for highlights or side notes.\nVerification Tip: Once uploaded, verify the post on pdsls.dev under your DID repo to confirm the createdAt date matches May 15, 2024 rather than today's date!\nSample Code Block\nHere is a standard code block without any Astro-specific properties like collapse or ins:\n// A simple validation test\nconst checkTimestamp = (dateString) => {\n  return new Date(dateString).getFullYear() === 2024;\n};\nconsole.log(checkTimestamp(\"2024-05-15T00:00:00.000Z\")); // true"
}

did:plc:pbjvqaziagcyv2vqodldn5op | at://did:plc:pbjvqaziagcyv2vqodldn5op/blog.pckt.document/3mnfv4gfvji2f

blog.pckt.richtext.facet (nested within blog.pckt.document) (4 samples)
{
  "path": "/test",
  "site": "at://did:plc:pbjvqaziagcyv2vqodldn5op/site.standard.publication/3mmegwfjzau2k",
  "tags": [],
  "$type": "blog.pckt.document",
  "title": "Testing ATproto Migration to Standard.site",
  "content": {
    "$type": "blog.pckt.content",
    "items": [
      {
        "$type": "blog.pckt.block.text",
        "facets": [
          {
            "index": {
              "byteEnd": 111,
              "byteStart": 98
            },
            "features": [
              {
                "$type": "blog.pckt.richtext.facet#bold"
              }
            ]
          }
        ],
        "plaintext": "This is a clean test post to verify that the Node.js script uploads to the correct publication on Standard.site and respects our original frontmatter timestamps."
      },
      {
        "$type": "blog.pckt.block.heading",
        "level": 2,
        "plaintext": "Checking the Elements"
      },
      {
        "$type": "blog.pckt.block.text",
        "facets": [
          {
            "index": {
              "byteEnd": 29,
              "byteStart": 21
            },
            "features": [
              {
                "uri": "https://felix.offprint.app",
                "$type": "blog.pckt.richtext.facet#link"
              }
            ]
          },
          {
            "index": {
              "byteEnd": 41,
              "byteStart": 34
            },
            "features": [
              {
                "uri": "https://felix.leaflet.pub",
                "$type": "blog.pckt.richtext.facet#link"
              }
            ]
          }
        ],
        "plaintext": "Since platforms like Offprint and Leaflet expect pure Markdown, we've replaced any Astro components with standard alternatives:"
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "1. Lists: Standard ordered and unordered list blocks work everywhere."
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "2. Formatting: Bold text, italics, and inline code elements like BskyAgent are fully compatible."
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "3. Quotes: Blockquotes render perfectly for highlights or side notes."
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "Verification Tip: Once uploaded, verify the post on pdsls.dev under your DID repo to confirm the createdAt date matches May 15, 2024 rather than today's date!"
      },
      {
        "$type": "blog.pckt.block.heading",
        "level": 2,
        "plaintext": "Sample Code Block"
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "Here is a standard code block without any Astro-specific properties like collapse or ins:"
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "```javascript\n// A simple validation test\nconst checkTimestamp = (dateString) => {\n  return new Date(dateString).getFullYear() === 2024;\n};\nconsole.log(checkTimestamp(\"2024-05-15T00:00:00.000Z\")); // true\n```"
      }
    ]
  },
  "updatedAt": "2024-05-15T00:00:00.000Z",
  "description": "A quick, clean test markdown post to verify the automated migration script and timestamp preservation.",
  "publishedAt": "2024-05-15T00:00:00.000Z",
  "textContent": "This is a clean test post to verify that the Node.js script uploads to the correct publication on Standard.site and respects our original frontmatter timestamps.\nChecking the Elements\nSince platforms like Offprint and Leaflet expect pure Markdown, we've replaced any Astro components with standard alternatives:\nLists: Standard ordered and unordered list blocks work everywhere.\nFormatting: Bold text, italics, and inline code elements like BskyAgent are fully compatible.\nQuotes: Blockquotes render perfectly for highlights or side notes.\nVerification Tip: Once uploaded, verify the post on pdsls.dev under your DID repo to confirm the createdAt date matches May 15, 2024 rather than today's date!\nSample Code Block\nHere is a standard code block without any Astro-specific properties like collapse or ins:\n// A simple validation test\nconst checkTimestamp = (dateString) => {\n  return new Date(dateString).getFullYear() === 2024;\n};\nconsole.log(checkTimestamp(\"2024-05-15T00:00:00.000Z\")); // true"
}

did:plc:pbjvqaziagcyv2vqodldn5op | at://did:plc:pbjvqaziagcyv2vqodldn5op/blog.pckt.document/3mnfv4gfvji2f

site.standard.document (nested within blog.pckt.document) (99 samples)
{
  "site": "at://did:plc:fcowxw466jfhouc2xhg6usbp/blog.pckt.publication/3mhwsoj727bfs",
  "$type": "blog.pckt.document",
  "document": {
    "cid": "bafyreiamgatjbqfshqj7nrukknunackmxvxmncogqd4imsb5yhcquc5rnm",
    "uri": "at://did:plc:fcowxw466jfhouc2xhg6usbp/site.standard.document/3mhwspygfw5dz"
  }
}

did:plc:fcowxw466jfhouc2xhg6usbp | at://did:plc:fcowxw466jfhouc2xhg6usbp/blog.pckt.document/3mhwspygfw5dz

Lexicon Garden

@