{
 "items": [
  {
   "type": [
    "h-feed"
   ],
   "properties": {
    "name": [
     "Ryan Barrett"
    ]
   },
   "children": [
    {
     "type": [
      "h-card"
     ],
     "properties": {
      "name": [
       "Ryan Barrett"
      ],
      "url": [
       "https://snarfed.org/about",
       "https://snarfed.org/about"
      ],
      "uid": [
       "https://snarfed.org/about",
       "https://snarfed.org/about"
      ],
      "locality": [
       "San Francisco"
      ],
      "region": [
       "California"
      ],
      "photo": [
       {
        "value": "https://snarfed.org/ryan_profile_medium.jpg",
        "alt": "Ryan"
       }
      ],
      "email": [
       "mailto:public@ryanb.org"
      ],
      "key": [
       "https://snarfed.org/pubkey.txt"
      ],
      "featured": [
       "https://snarfed.org/w/wp-content/uploads/2013/06/copy-cropped-iraq_bar.jpg"
      ]
     },
     "lang": "en-US"
    },
    {
     "type": [
      "h-entry"
     ],
     "properties": {
      "name": [
       ""
      ],
      "url": [
       "https://snarfed.org/2026-08-18_57517"
      ],
      "published": [
       "2026-08-18T11:49:34-0700"
      ],
      "syndication": [
       "https://bsky.app/profile/snarfed.org/post/3mteuwxyloc2u",
       "https://bsky.app/profile/snarfed.org/post/3mteuwxz2d22u",
       "https://bsky.app/profile/snarfed.org/post/3mteuwxyloc2u",
       "https://bsky.app/profile/snarfed.org/post/3mteuwxz2d22u"
      ],
      "author": [
       {
        "type": [
         "h-card"
        ],
        "properties": {
         "photo": [
          {
           "value": "https://secure.gravatar.com/avatar/8bc1fa68e66351467e5284c8a5aa45bd515c09449cea9213a9d07e59b74710d3?s=96&d=blank&r=g",
           "alt": "",
           "srcset": {
            "2x": "https://secure.gravatar.com/avatar/8bc1fa68e66351467e5284c8a5aa45bd515c09449cea9213a9d07e59b74710d3?s=192&d=blank&r=g"
           }
          }
         ],
         "name": [
          "Ryan Barrett"
         ],
         "url": [
          "https://snarfed.org/"
         ]
        },
        "value": "Ryan Barrett",
        "lang": "en-US"
       }
      ],
      "content": [
       {
        "value": "High gas and oil prices may be hard on working class people, and on supply chains, but they\u2019re good for progress on the climate crisis.\n\nI\u2019m optimistic that cheap EVs from BYD, Slate, etc will help both sides of this tradeoff.\n\nIdeally gas and oil prices should increase due to price on carbon regulations, not just macro events like wars or inflation, but I\u2019ll take what I can get.",
        "lang": "en-US",
        "html": "<p class=\"wp-block-paragraph\">High gas and oil prices may be hard on working class people, and on supply chains, but they\u2019re good for progress on the climate crisis.</p>\n<p class=\"wp-block-paragraph\">I\u2019m optimistic that cheap EVs from BYD, Slate, etc will help both sides of this tradeoff.</p>\n<p class=\"wp-block-paragraph\">Ideally gas and oil prices should increase due to price on carbon regulations, not just macro events like wars or inflation, but I\u2019ll take what I can get.</p>"
       }
      ]
     },
     "id": "post-57517",
     "lang": "en-US"
    },
    {
     "type": [
      "h-entry"
     ],
     "properties": {
      "name": [
       ""
      ],
      "url": [
       "https://snarfed.org/2026-08-16_57510"
      ],
      "published": [
       "2026-08-16T09:39:06-0700"
      ],
      "syndication": [
       "https://bsky.app/profile/snarfed.org/post/3mt7mpbsta226",
       "https://bsky.app/profile/snarfed.org/post/3mt7mpbsta226"
      ],
      "author": [
       {
        "type": [
         "h-card"
        ],
        "properties": {
         "photo": [
          {
           "value": "https://secure.gravatar.com/avatar/8bc1fa68e66351467e5284c8a5aa45bd515c09449cea9213a9d07e59b74710d3?s=96&d=blank&r=g",
           "alt": "",
           "srcset": {
            "2x": "https://secure.gravatar.com/avatar/8bc1fa68e66351467e5284c8a5aa45bd515c09449cea9213a9d07e59b74710d3?s=192&d=blank&r=g"
           }
          }
         ],
         "name": [
          "Ryan Barrett"
         ],
         "url": [
          "https://snarfed.org/"
         ]
        },
        "value": "Ryan Barrett",
        "lang": "en-US"
       }
      ],
      "content": [
       {
        "value": "Bridgy Fed is roughly 20k lines of code.\n\nIf you add in all the other parts of the stack that we own \u2013 granary, arroba, lexrpc, etc \u2013 it\u2019s 51kloc total.\n\n(Excluding tests; those add another 81kloc.)\n\nI\u2019m not really proud of this, or embarrassed. Just wanted to put it out there for anyone who thinks more code is better, or worse, or an important metric either way.\n\nAll code is liability. Results are what matters. Write code to do what you need to do, try to minimize it in general, don\u2019t over-index on it. Focus on results.",
        "lang": "en-US",
        "html": "<p class=\"wp-block-paragraph\"><a href=\"https://fed.brid.gy/\">Bridgy Fed</a> is roughly 20k lines of code.</p>\n<p class=\"wp-block-paragraph\">If you add in all the other parts of the stack that we own \u2013 granary, arroba, lexrpc, etc \u2013 it\u2019s 51kloc total.</p>\n<p class=\"wp-block-paragraph\">(Excluding tests; those add another 81kloc.)</p>\n<p class=\"wp-block-paragraph\">I\u2019m not really proud of this, or embarrassed. Just wanted to put it out there for anyone who thinks more code is better, or worse, or an important metric either way.</p>\n<p class=\"wp-block-paragraph\">All code is liability. Results are what matters. Write code to do what you need to do, try to minimize it in general, don\u2019t over-index on it. Focus on results.</p>"
       }
      ]
     },
     "id": "post-57510",
     "lang": "en-US"
    },
    {
     "type": [
      "h-entry"
     ],
     "properties": {
      "name": [
       ""
      ],
      "url": [
       "https://snarfed.org/2026-08-16_57508"
      ],
      "published": [
       "2026-08-16T09:26:18-0700"
      ],
      "syndication": [
       "https://bsky.app/profile/snarfed.org/post/3mt7lxz4nsc2g",
       "https://bsky.app/profile/snarfed.org/post/3mt7lxz4nsc2g"
      ],
      "author": [
       {
        "type": [
         "h-card"
        ],
        "properties": {
         "photo": [
          {
           "value": "https://secure.gravatar.com/avatar/8bc1fa68e66351467e5284c8a5aa45bd515c09449cea9213a9d07e59b74710d3?s=96&d=blank&r=g",
           "alt": "",
           "srcset": {
            "2x": "https://secure.gravatar.com/avatar/8bc1fa68e66351467e5284c8a5aa45bd515c09449cea9213a9d07e59b74710d3?s=192&d=blank&r=g"
           }
          }
         ],
         "name": [
          "Ryan Barrett"
         ],
         "url": [
          "https://snarfed.org/"
         ]
        },
        "value": "Ryan Barrett",
        "lang": "en-US"
       }
      ],
      "content": [
       {
        "value": "office\n Field of grass, trail, flowers and plants, then ocean. In the foreground, a laptop on a table",
        "lang": "en-US",
        "html": "<p class=\"wp-block-paragraph\">office</p>\n<figure class=\"wp-block-image\"><a href=\"https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260816_1621319697E2908893523009402880-1024x768.jpg?ssl=1\"><img alt=\"Field of grass, trail, flowers and plants, then ocean. In the foreground, a laptop on a table\" class=\"wp-image-57507 u-photo\" data-attachment-id=\"57507\" data-comments-opened=\"1\" data-image-caption=\"\" data-image-description=\"\" data-image-title=\"pxl_20260816_162131969~2908893523009402880.\" data-large-file=\"https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260816_1621319697E2908893523009402880.jpg?fit=696%2C522&amp;ssl=1\" data-orig-file=\"https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260816_1621319697E2908893523009402880.jpg?fit=2000%2C1500&amp;ssl=1\" data-orig-size=\"2000,1500\" data-permalink=\"https://snarfed.org/2026-08-16_57508/pxl_20260816_1621319692908893523009402880#main\" data-recalc-dims=\"1\" decoding=\"async\" height=\"522\" loading=\"lazy\" sizes=\"auto, (max-width: 696px) 100vw, 696px\" src=\"https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260816_1621319697E2908893523009402880.jpg?resize=696%2C522&amp;ssl=1\" srcset=\"https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260816_1621319697E2908893523009402880.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260816_1621319697E2908893523009402880.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260816_1621319697E2908893523009402880.jpg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260816_1621319697E2908893523009402880.jpg?resize=1536%2C1152&amp;ssl=1 1536w, https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260816_1621319697E2908893523009402880.jpg?resize=1272%2C954&amp;ssl=1 1272w, https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260816_1621319697E2908893523009402880.jpg?w=2000&amp;ssl=1 2000w, https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260816_1621319697E2908893523009402880.jpg?w=1392&amp;ssl=1 1392w\" width=\"696\"/></a></figure>"
       }
      ],
      "photo": [
       {
        "value": "https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260816_1621319697E2908893523009402880.jpg?resize=696%2C522&ssl=1",
        "alt": "Field of grass, trail, flowers and plants, then ocean. In the foreground, a laptop on a table",
        "srcset": {
         "1024w": "https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260816_1621319697E2908893523009402880.jpg?resize=1024%2C768&ssl=1",
         "300w": "https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260816_1621319697E2908893523009402880.jpg?resize=300%2C225&ssl=1",
         "768w": "https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260816_1621319697E2908893523009402880.jpg?resize=768%2C576&ssl=1",
         "1536w": "https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260816_1621319697E2908893523009402880.jpg?resize=1536%2C1152&ssl=1",
         "1272w": "https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260816_1621319697E2908893523009402880.jpg?resize=1272%2C954&ssl=1",
         "2000w": "https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260816_1621319697E2908893523009402880.jpg?w=2000&ssl=1",
         "1392w": "https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260816_1621319697E2908893523009402880.jpg?w=1392&ssl=1"
        }
       }
      ]
     },
     "id": "post-57508",
     "lang": "en-US"
    },
    {
     "type": [
      "h-entry"
     ],
     "properties": {
      "name": [
       ""
      ],
      "url": [
       "https://snarfed.org/2026-08-13_57498"
      ],
      "published": [
       "2026-08-13T09:25:36-0700"
      ],
      "syndication": [
       "https://bsky.app/profile/snarfed.org/post/3msy2jd7kuk2l",
       "https://bsky.app/profile/snarfed.org/post/3msy2jd7kuk2l"
      ],
      "author": [
       {
        "type": [
         "h-card"
        ],
        "properties": {
         "photo": [
          {
           "value": "https://secure.gravatar.com/avatar/8bc1fa68e66351467e5284c8a5aa45bd515c09449cea9213a9d07e59b74710d3?s=96&d=blank&r=g",
           "alt": "",
           "srcset": {
            "2x": "https://secure.gravatar.com/avatar/8bc1fa68e66351467e5284c8a5aa45bd515c09449cea9213a9d07e59b74710d3?s=192&d=blank&r=g"
           }
          }
         ],
         "name": [
          "Ryan Barrett"
         ],
         "url": [
          "https://snarfed.org/"
         ]
        },
        "value": "Ryan Barrett",
        "lang": "en-US"
       }
      ],
      "content": [
       {
        "value": "Old picture of a dive bar bathroom with lots of graffiti and three people peeing at urinals, a woman between two men. The older man on the left is looking at the woman.\nSeen at Finnegan\u2019s Wake, Cole Valley, SF. Marked Canterbury Posters. Haven\u2019t found a source online yet.",
        "lang": "en-US",
        "html": "<figure class=\"wp-block-image\"><a href=\"https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260811_2348365766283275996736811210.jpg?ssl=1\"><img alt=\"Old picture of a dive bar bathroom with lots of graffiti and three people peeing at urinals, a woman between two men. The older man on the left is looking at the woman.\" class=\"wp-image-57497 u-photo\" data-attachment-id=\"57497\" data-comments-opened=\"1\" data-image-caption=\"\" data-image-description=\"\" data-image-title=\"pxl_20260811_2348365766283275996736811210\" data-large-file=\"https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260811_2348365766283275996736811210.jpg?fit=696%2C522&amp;ssl=1\" data-orig-file=\"https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260811_2348365766283275996736811210.jpg?fit=2000%2C1500&amp;ssl=1\" data-orig-size=\"2000,1500\" data-permalink=\"https://snarfed.org/2026-08-13_57498/pxl_20260811_2348365766283275996736811210#main\" data-recalc-dims=\"1\" decoding=\"async\" height=\"522\" loading=\"lazy\" sizes=\"auto, (max-width: 696px) 100vw, 696px\" src=\"https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260811_2348365766283275996736811210.jpg?resize=696%2C522&amp;ssl=1\" srcset=\"https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260811_2348365766283275996736811210.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260811_2348365766283275996736811210.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260811_2348365766283275996736811210.jpg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260811_2348365766283275996736811210.jpg?resize=1536%2C1152&amp;ssl=1 1536w, https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260811_2348365766283275996736811210.jpg?resize=1272%2C954&amp;ssl=1 1272w, https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260811_2348365766283275996736811210.jpg?w=2000&amp;ssl=1 2000w, https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260811_2348365766283275996736811210.jpg?w=1392&amp;ssl=1 1392w\" width=\"696\"/></a></figure>\n<p class=\"wp-block-paragraph\">Seen at <a data-id=\"http://www.finneganssf.com/\" data-type=\"link\" href=\"http://www.finneganssf.com/\">Finnegan\u2019s Wake</a>, Cole Valley, SF. Marked <em>Canterbury Posters</em>. Haven\u2019t found a source online yet.</p>"
       }
      ],
      "photo": [
       {
        "value": "https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260811_2348365766283275996736811210.jpg?resize=696%2C522&ssl=1",
        "alt": "Old picture of a dive bar bathroom with lots of graffiti and three people peeing at urinals, a woman between two men. The older man on the left is looking at the woman.",
        "srcset": {
         "1024w": "https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260811_2348365766283275996736811210.jpg?resize=1024%2C768&ssl=1",
         "300w": "https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260811_2348365766283275996736811210.jpg?resize=300%2C225&ssl=1",
         "768w": "https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260811_2348365766283275996736811210.jpg?resize=768%2C576&ssl=1",
         "1536w": "https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260811_2348365766283275996736811210.jpg?resize=1536%2C1152&ssl=1",
         "1272w": "https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260811_2348365766283275996736811210.jpg?resize=1272%2C954&ssl=1",
         "2000w": "https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260811_2348365766283275996736811210.jpg?w=2000&ssl=1",
         "1392w": "https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/pxl_20260811_2348365766283275996736811210.jpg?w=1392&ssl=1"
        }
       }
      ]
     },
     "id": "post-57498",
     "lang": "en-US"
    },
    {
     "type": [
      "h-entry"
     ],
     "properties": {
      "name": [
       ""
      ],
      "url": [
       "https://snarfed.org/2026-08-07_57460"
      ],
      "published": [
       "2026-08-07T06:56:03-0700"
      ],
      "syndication": [
       "https://bsky.app/profile/snarfed.org/post/3msiopuyfss2u",
       "https://bsky.app/profile/snarfed.org/post/3msiopuyfss2u"
      ],
      "author": [
       {
        "type": [
         "h-card"
        ],
        "properties": {
         "photo": [
          {
           "value": "https://secure.gravatar.com/avatar/8bc1fa68e66351467e5284c8a5aa45bd515c09449cea9213a9d07e59b74710d3?s=96&d=blank&r=g",
           "alt": "",
           "srcset": {
            "2x": "https://secure.gravatar.com/avatar/8bc1fa68e66351467e5284c8a5aa45bd515c09449cea9213a9d07e59b74710d3?s=192&d=blank&r=g"
           }
          }
         ],
         "name": [
          "Ryan Barrett"
         ],
         "url": [
          "https://snarfed.org/"
         ]
        },
        "value": "Ryan Barrett",
        "lang": "en-US"
       }
      ],
      "content": [
       {
        "value": "Graph from Ember Global Electricity Review 2026 showing annual change in electricity generation breakdown\nSurprising but true: in 2025, all net new electricity generation added worldwide was clean, ie non greenhouse gas emitting. 99% was renewable! 75% solar, 24% wind.\n\nIt was actually over 100% total. We added 849 TWh of generation overall in 2025, an increase of 4.5%, but GHG emitting (ie fossil fuel) generation shrank by 0.2%. Clean energy covered the gap and then some.\n\nEven more surprising: this was true for China and India individually too. All of their net new generation added in 2025, and more, was non-emitting.\n\nChina\u2019s overall generation grew by 5%, but its fossil fuel output fell 0.9%. Its electricity emissions have been flat for two years now. India\u2019s generation grew 2.4%; its fossil generation fell 3.3%!\n\nThere\u2019s plenty of bad news on the climate crisis. There\u2019s lots of fear-mongering on energy etc, as always. But there\u2019s more good news, and progress, than we realize.",
        "lang": "en-US",
        "html": "<div class=\"wp-block-image\">\n<figure class=\"alignright size-full is-resized\"><a href=\"https://ember-energy.org/latest-insights/global-electricity-review-2026/\"><img alt=\"Graph from Ember Global Electricity Review 2026 showing annual change in electricity generation breakdown\" class=\"wp-image-57463 u-photo\" data-attachment-id=\"57463\" data-comments-opened=\"1\" data-image-caption=\"\" data-image-description=\"\" data-image-title=\"Ember Global Electricity Review 2026\" data-large-file=\"https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/ember.png?fit=696%2C495&amp;ssl=1\" data-orig-file=\"https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/ember.png?fit=996%2C709&amp;ssl=1\" data-orig-size=\"996,709\" data-permalink=\"https://snarfed.org/ember\" data-recalc-dims=\"1\" decoding=\"async\" height=\"495\" loading=\"lazy\" sizes=\"auto, (max-width: 696px) 100vw, 696px\" src=\"https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/ember.png?resize=696%2C495&amp;ssl=1\" srcset=\"https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/ember.png?w=996&amp;ssl=1 996w, https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/ember.png?resize=300%2C214&amp;ssl=1 300w, https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/ember.png?resize=768%2C547&amp;ssl=1 768w\" style=\"aspect-ratio:1.4048079525807553;width:383px;height:auto\" width=\"696\"/></a></figure>\n</div>\n<p class=\"wp-block-paragraph\">Surprising but true: <a href=\"https://ember-energy.org/latest-insights/global-electricity-review-2026/\">in 2025, <em>all</em> net new electricity generation added worldwide was clean</a>, ie non greenhouse gas emitting. 99% was renewable! 75% solar, 24% wind.</p>\n<p class=\"wp-block-paragraph\">It was actually over 100% total. We added 849 TWh of generation overall in 2025, an increase of 4.5%, but GHG emitting (ie fossil fuel) generation shrank by 0.2%. Clean energy covered the gap and then some.</p>\n<p class=\"wp-block-paragraph\">Even more surprising: this was true for China and India individually too. All of their net new generation added in 2025, and more, was non-emitting.</p>\n<p class=\"wp-block-paragraph\">China\u2019s overall generation grew by 5%, but its fossil fuel output fell 0.9%. Its electricity emissions have been flat for two years now. India\u2019s generation grew 2.4%; its fossil generation fell 3.3%!</p>\n<p class=\"wp-block-paragraph\">There\u2019s plenty of bad news on the climate crisis. There\u2019s lots of fear-mongering on energy etc, as always. But there\u2019s more good news, and progress, than we realize.</p>"
       }
      ],
      "photo": [
       {
        "value": "https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/ember.png?resize=696%2C495&ssl=1",
        "alt": "Graph from Ember Global Electricity Review 2026 showing annual change in electricity generation breakdown",
        "srcset": {
         "996w": "https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/ember.png?w=996&ssl=1",
         "300w": "https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/ember.png?resize=300%2C214&ssl=1",
         "768w": "https://i0.wp.com/snarfed.org/wp-content/uploads/2026/08/ember.png?resize=768%2C547&ssl=1"
        }
       }
      ]
     },
     "id": "post-57460",
     "lang": "en-US"
    },
    {
     "type": [
      "h-entry"
     ],
     "properties": {
      "name": [
       ""
      ],
      "url": [
       "https://snarfed.org/2026-08-03_57445"
      ],
      "published": [
       "2026-08-03T12:46:20-0700"
      ],
      "syndication": [
       "https://bsky.app/profile/snarfed.org/post/3ms7b5abfsc26",
       "https://bsky.app/profile/snarfed.org/post/3ms7b5abfsc26"
      ],
      "author": [
       {
        "type": [
         "h-card"
        ],
        "properties": {
         "photo": [
          {
           "value": "https://secure.gravatar.com/avatar/8bc1fa68e66351467e5284c8a5aa45bd515c09449cea9213a9d07e59b74710d3?s=96&d=blank&r=g",
           "alt": "",
           "srcset": {
            "2x": "https://secure.gravatar.com/avatar/8bc1fa68e66351467e5284c8a5aa45bd515c09449cea9213a9d07e59b74710d3?s=192&d=blank&r=g"
           }
          }
         ],
         "name": [
          "Ryan Barrett"
         ],
         "url": [
          "https://snarfed.org/"
         ]
        },
        "value": "Ryan Barrett",
        "lang": "en-US"
       }
      ],
      "content": [
       {
        "value": "Much of my career boils down to:\n\nAll code is liability. Minimize it.\n\nFeedback loops are everywhere. Speed them up; do them more.\n\nWe\u2019re bad at predicting the future. Avoid it.\n\nMore tests.\n\nHire smart, motivated people, then get out of their way.\n\nFind the right thing to turn off and on again.",
        "lang": "en-US",
        "html": "<p class=\"wp-block-paragraph\">Much of my career boils down to:</p>\n<p>All code is liability. Minimize it.</p>\n<p>Feedback loops are everywhere. Speed them up; do them more.</p>\n<p>We\u2019re bad at predicting the future. Avoid it.</p>\n<p>More tests.</p>\n<p>Hire smart, motivated people, then get out of their way.</p>\n<p>Find the right thing to turn off and on again.</p>"
       }
      ]
     },
     "id": "post-57445",
     "lang": "en-US"
    },
    {
     "type": [
      "h-entry"
     ],
     "properties": {
      "name": [
       ""
      ],
      "url": [
       "https://snarfed.org/2026-07-31_57433"
      ],
      "published": [
       "2026-07-31T11:31:58-0700"
      ],
      "syndication": [
       "https://bsky.app/profile/snarfed.org/post/3mrxlj3ooyk2r",
       "https://bsky.app/profile/snarfed.org/post/3mrxlj3ooyk2r"
      ],
      "author": [
       {
        "type": [
         "h-card"
        ],
        "properties": {
         "photo": [
          {
           "value": "https://secure.gravatar.com/avatar/8bc1fa68e66351467e5284c8a5aa45bd515c09449cea9213a9d07e59b74710d3?s=96&d=blank&r=g",
           "alt": "",
           "srcset": {
            "2x": "https://secure.gravatar.com/avatar/8bc1fa68e66351467e5284c8a5aa45bd515c09449cea9213a9d07e59b74710d3?s=192&d=blank&r=g"
           }
          }
         ],
         "name": [
          "Ryan Barrett"
         ],
         "url": [
          "https://snarfed.org/"
         ]
        },
        "value": "Ryan Barrett",
        "lang": "en-US"
       }
      ],
      "content": [
       {
        "value": "The world is a comedy to those that think; a tragedy to those that feel\n\n\u2013 Horace Walpole",
        "lang": "en-US",
        "html": "<div class=\"wp-block-jetpack-markdown\">\n<blockquote>\n<p>The world is a comedy to those that think; a tragedy to those that feel</p>\n</blockquote>\n<p><a href=\"https://en.wikiquote.org/wiki/Horace_Walpole\">\u2013 Horace Walpole</a></p>\n</div>"
       }
      ]
     },
     "id": "post-57433",
     "lang": "en-US"
    },
    {
     "type": [
      "h-entry"
     ],
     "properties": {
      "name": [
       ""
      ],
      "url": [
       "https://snarfed.org/2026-07-30_57428"
      ],
      "published": [
       "2026-07-30T14:59:25-0700"
      ],
      "syndication": [
       "https://bsky.app/profile/snarfed.org/post/3mrvgm4ly2s2l",
       "https://bsky.app/profile/snarfed.org/post/3mrvgm4ly2s2l"
      ],
      "author": [
       {
        "type": [
         "h-card"
        ],
        "properties": {
         "photo": [
          {
           "value": "https://secure.gravatar.com/avatar/8bc1fa68e66351467e5284c8a5aa45bd515c09449cea9213a9d07e59b74710d3?s=96&d=blank&r=g",
           "alt": "",
           "srcset": {
            "2x": "https://secure.gravatar.com/avatar/8bc1fa68e66351467e5284c8a5aa45bd515c09449cea9213a9d07e59b74710d3?s=192&d=blank&r=g"
           }
          }
         ],
         "name": [
          "Ryan Barrett"
         ],
         "url": [
          "https://snarfed.org/"
         ]
        },
        "value": "Ryan Barrett",
        "lang": "en-US"
       }
      ],
      "content": [
       {
        "value": "Huge, and surprising, and important: dementia is down by almost half over the last 40-50y!\n\n(Also reconfirms that amyloid beta was largely a red herring, APOE4 is real, and \u2013 news to me \u2013 the shingles vaccine seems preventative!)",
        "lang": "en-US",
        "html": "<p class=\"wp-block-paragraph\">Huge, and surprising, and important: <a href=\"https://www.economist.com/briefing/2026/07/09/how-dementia-is-being-defeated?giftId=MzIwZTMyZWEtOWUwNi00YzViLWE1YWMtMzYwYzU0YmQyZDlj\">dementia is down by almost half over the last 40-50y!</a></p>\n<p>(Also reconfirms that amyloid beta was largely a red herring, APOE4 is real, and \u2013 news to me \u2013 the shingles vaccine seems preventative!)</p>"
       }
      ]
     },
     "id": "post-57428",
     "lang": "en-US"
    },
    {
     "type": [
      "h-entry"
     ],
     "properties": {
      "name": [
       ""
      ],
      "url": [
       "https://snarfed.org/2026-07-25_57421"
      ],
      "published": [
       "2026-07-25T22:42:36-0700"
      ],
      "syndication": [
       "https://bsky.app/profile/snarfed.org/post/3mrjobxwc622f",
       "https://bsky.app/profile/snarfed.org/post/3mrjobxwc622f"
      ],
      "author": [
       {
        "type": [
         "h-card"
        ],
        "properties": {
         "photo": [
          {
           "value": "https://secure.gravatar.com/avatar/8bc1fa68e66351467e5284c8a5aa45bd515c09449cea9213a9d07e59b74710d3?s=96&d=blank&r=g",
           "alt": "",
           "srcset": {
            "2x": "https://secure.gravatar.com/avatar/8bc1fa68e66351467e5284c8a5aa45bd515c09449cea9213a9d07e59b74710d3?s=192&d=blank&r=g"
           }
          }
         ],
         "name": [
          "Ryan Barrett"
         ],
         "url": [
          "https://snarfed.org/"
         ]
        },
        "value": "Ryan Barrett",
        "lang": "en-US"
       }
      ],
      "content": [
       {
        "value": "every packet is an adventure",
        "lang": "en-US",
        "html": "<p class=\"wp-block-paragraph\">every packet is an adventure</p>"
       }
      ]
     },
     "id": "post-57421",
     "lang": "en-US"
    },
    {
     "type": [
      "h-entry"
     ],
     "properties": {
      "name": [
       ""
      ],
      "url": [
       "https://snarfed.org/2026-07-25_57418"
      ],
      "published": [
       "2026-07-25T12:18:47-0700"
      ],
      "syndication": [
       "https://bsky.app/profile/snarfed.org/post/3mrilcduu722e",
       "https://bsky.app/profile/snarfed.org/post/3mrilcduu722e"
      ],
      "author": [
       {
        "type": [
         "h-card"
        ],
        "properties": {
         "photo": [
          {
           "value": "https://secure.gravatar.com/avatar/8bc1fa68e66351467e5284c8a5aa45bd515c09449cea9213a9d07e59b74710d3?s=96&d=blank&r=g",
           "alt": "",
           "srcset": {
            "2x": "https://secure.gravatar.com/avatar/8bc1fa68e66351467e5284c8a5aa45bd515c09449cea9213a9d07e59b74710d3?s=192&d=blank&r=g"
           }
          }
         ],
         "name": [
          "Ryan Barrett"
         ],
         "url": [
          "https://snarfed.org/"
         ]
        },
        "value": "Ryan Barrett",
        "lang": "en-US"
       }
      ],
      "content": [
       {
        "value": "TIL: \u201cvalley-free\u201d routing",
        "lang": "en-US",
        "html": "<p class=\"wp-block-paragraph\">TIL: <a href=\"https://blog.ipspace.net/2018/09/valley-free-routing/\">\u201cvalley-free\u201d routing</a></p>"
       }
      ]
     },
     "id": "post-57418",
     "lang": "en-US"
    }
   ],
   "lang": "en-US"
  }
 ],
 "rels": {
  "profile": [
   "http://gmpg.org/xfn/11"
  ],
  "pingback": [
   "https://snarfed.org/xmlrpc.php"
  ],
  "dns-prefetch": [
   "https://fonts-api.wp.com"
  ],
  "preconnect": [
   "https://i0.wp.com",
   "https://c0.wp.com"
  ],
  "alternate": [
   "https://snarfed.org/feed",
   "https://snarfed.org/comments/feed"
  ],
  "stylesheet": [
   "https://snarfed.org/wp-content/plugins/jetpack/modules/infinite-scroll/infinity.css?ver=20140422",
   "https://snarfed.org/wp-content/plugins/webmention/build/rsvp/index.css?ver=cf27850653096e14ffab",
   "https://snarfed.org/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css?ver=3.1",
   "https://snarfed.org/wp-content/themes/snarfed-ryu/style.css?ver=7.1",
   "https://fonts-api.wp.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic&subset=latin,latin-ext",
   "https://fonts-api.wp.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic&subset=latin,latin-ext",
   "https://snarfed.org/wp-content/plugins/jetpack/_inc/blocks/swiper.css?ver=16.2-a.1",
   "https://snarfed.org/wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.css?ver=16.2-a.1",
   "https://snarfed.org/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery.css?ver=2023-08-21",
   "https://snarfed.org/wp-content/plugins/syndication-links/css/syn.min.css?ver=4.5.3"
  ],
  "https://api.w.org/": [
   "https://snarfed.org/wp-json/"
  ],
  "EditURI": [
   "https://snarfed.org/xmlrpc.php?rsd"
  ],
  "indieauth-metadata": [
   "https://snarfed.org/wp-json/indieauth/1.0/metadata"
  ],
  "authorization_endpoint": [
   "https://snarfed.org/wp-json/indieauth/1.0/auth"
  ],
  "token_endpoint": [
   "https://snarfed.org/wp-json/indieauth/1.0/token"
  ],
  "icon": [
   "https://i0.wp.com/snarfed.org/wp-content/uploads/2024/11/cropped-iraq_square.jpg?fit=32%2C32&ssl=1",
   "https://i0.wp.com/snarfed.org/wp-content/uploads/2024/11/cropped-iraq_square.jpg?fit=192%2C192&ssl=1"
  ],
  "apple-touch-icon": [
   "https://i0.wp.com/snarfed.org/wp-content/uploads/2024/11/cropped-iraq_square.jpg?fit=180%2C180&ssl=1"
  ],
  "micropub": [
   "https://snarfed.org/wp-json/micropub/1.0/endpoint"
  ],
  "micropub_media": [
   "https://snarfed.org/wp-json/micropub/1.0/media"
  ],
  "me": [
   "https://snarfed.org/about",
   "mailto:public@ryanb.org",
   "https://fed.brid.gy/web/snarfed.org",
   "https://fed.brid.gy/snarfed.org",
   "https://fed.brid.gy/r/https://snarfed.org/",
   "https://bsky.app/profile/snarfed.org",
   "https://twitter.com/schnarfed",
   "https://www.facebook.com/snarfed.org/about",
   "https://www.instagram.com/snarfed/",
   "https://github.com/snarfed",
   "https://micro.blog/snarfed",
   "https://www.threads.net/@shnarfed",
   "https://fed.brid.gy/r/https://bsky.app/profile/snarfed.bsky.social",
   "https://bsky.brid.gy/ap/did:plc:3ljmtyyjqcjee2kpewgsifvb",
   "mailto:public_at_ryanb.org",
   "https://snarfed.org/pubkey.txt"
  ],
  "pgpkey": [
   "https://snarfed.org/pubkey.txt"
  ],
  "home": [
   "https://snarfed.org/"
  ],
  "category": [
   "https://snarfed.org/category/uncategorized"
  ],
  "tag": [
   "https://snarfed.org/category/uncategorized"
  ],
  "bookmark": [
   "https://snarfed.org/2026-08-18_57517",
   "https://snarfed.org/2026-08-16_57510",
   "https://snarfed.org/2026-08-16_57508",
   "https://snarfed.org/2026-08-13_57498",
   "https://snarfed.org/2026-08-07_57460",
   "https://snarfed.org/2026-08-03_57445",
   "https://snarfed.org/2026-07-31_57433",
   "https://snarfed.org/2026-07-30_57428",
   "https://snarfed.org/2026-07-25_57421",
   "https://snarfed.org/2026-07-25_57418"
  ],
  "author": [
   "https://snarfed.org/"
  ],
  "designer": [
   "http://wordpress.com/themes/ryu/"
  ],
  "noopener": [
   "https://wordpress.org/"
  ],
  "noreferrer": [
   "https://wordpress.org/"
  ]
 },
 "rel-urls": {
  "http://gmpg.org/xfn/11": {
   "text": "",
   "rels": [
    "profile"
   ]
  },
  "https://snarfed.org/xmlrpc.php": {
   "text": "",
   "rels": [
    "pingback"
   ]
  },
  "https://fonts-api.wp.com": {
   "text": "",
   "rels": [
    "dns-prefetch"
   ]
  },
  "https://i0.wp.com": {
   "text": "",
   "rels": [
    "preconnect"
   ]
  },
  "https://c0.wp.com": {
   "text": "",
   "rels": [
    "preconnect"
   ]
  },
  "https://snarfed.org/feed": {
   "text": "",
   "rels": [
    "alternate"
   ],
   "type": "application/rss+xml",
   "title": "Ryan Barrett \u00bb Feed"
  },
  "https://snarfed.org/comments/feed": {
   "text": "",
   "rels": [
    "alternate"
   ],
   "type": "application/rss+xml",
   "title": "Ryan Barrett \u00bb Comments Feed"
  },
  "https://snarfed.org/wp-content/plugins/jetpack/modules/infinite-scroll/infinity.css?ver=20140422": {
   "text": "",
   "rels": [
    "stylesheet"
   ],
   "media": "all"
  },
  "https://snarfed.org/wp-content/plugins/webmention/build/rsvp/index.css?ver=cf27850653096e14ffab": {
   "text": "",
   "rels": [
    "stylesheet"
   ],
   "media": "all"
  },
  "https://snarfed.org/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css?ver=3.1": {
   "text": "",
   "rels": [
    "stylesheet"
   ],
   "media": "all"
  },
  "https://snarfed.org/wp-content/themes/snarfed-ryu/style.css?ver=7.1": {
   "text": "",
   "rels": [
    "stylesheet"
   ],
   "media": "all"
  },
  "https://fonts-api.wp.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic&subset=latin,latin-ext": {
   "text": "",
   "rels": [
    "stylesheet"
   ],
   "media": "all"
  },
  "https://fonts-api.wp.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic&subset=latin,latin-ext": {
   "text": "",
   "rels": [
    "stylesheet"
   ],
   "media": "all"
  },
  "https://snarfed.org/wp-content/plugins/jetpack/_inc/blocks/swiper.css?ver=16.2-a.1": {
   "text": "",
   "rels": [
    "stylesheet"
   ],
   "media": "all"
  },
  "https://snarfed.org/wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.css?ver=16.2-a.1": {
   "text": "",
   "rels": [
    "stylesheet"
   ],
   "media": "all"
  },
  "https://snarfed.org/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery.css?ver=2023-08-21": {
   "text": "",
   "rels": [
    "stylesheet"
   ],
   "media": "all"
  },
  "https://snarfed.org/wp-content/plugins/syndication-links/css/syn.min.css?ver=4.5.3": {
   "text": "",
   "rels": [
    "stylesheet"
   ],
   "media": "all"
  },
  "https://snarfed.org/wp-json/": {
   "text": "",
   "rels": [
    "https://api.w.org/"
   ]
  },
  "https://snarfed.org/xmlrpc.php?rsd": {
   "text": "",
   "rels": [
    "EditURI"
   ],
   "type": "application/rsd+xml",
   "title": "RSD"
  },
  "https://snarfed.org/wp-json/indieauth/1.0/metadata": {
   "text": "",
   "rels": [
    "indieauth-metadata"
   ]
  },
  "https://snarfed.org/wp-json/indieauth/1.0/auth": {
   "text": "",
   "rels": [
    "authorization_endpoint"
   ]
  },
  "https://snarfed.org/wp-json/indieauth/1.0/token": {
   "text": "",
   "rels": [
    "token_endpoint"
   ]
  },
  "https://i0.wp.com/snarfed.org/wp-content/uploads/2024/11/cropped-iraq_square.jpg?fit=32%2C32&ssl=1": {
   "text": "",
   "rels": [
    "icon"
   ]
  },
  "https://i0.wp.com/snarfed.org/wp-content/uploads/2024/11/cropped-iraq_square.jpg?fit=192%2C192&ssl=1": {
   "text": "",
   "rels": [
    "icon"
   ]
  },
  "https://i0.wp.com/snarfed.org/wp-content/uploads/2024/11/cropped-iraq_square.jpg?fit=180%2C180&ssl=1": {
   "text": "",
   "rels": [
    "apple-touch-icon"
   ]
  },
  "https://snarfed.org/wp-json/micropub/1.0/endpoint": {
   "text": "",
   "rels": [
    "micropub"
   ]
  },
  "https://snarfed.org/wp-json/micropub/1.0/media": {
   "text": "",
   "rels": [
    "micropub_media"
   ]
  },
  "https://snarfed.org/about": {
   "text": "Ryan Barrett",
   "rels": [
    "me"
   ]
  },
  "mailto:public@ryanb.org": {
   "text": "public@ryanb.org",
   "rels": [
    "me"
   ]
  },
  "https://fed.brid.gy/web/snarfed.org": {
   "text": "",
   "rels": [
    "me"
   ]
  },
  "https://fed.brid.gy/snarfed.org": {
   "text": "",
   "rels": [
    "me"
   ]
  },
  "https://fed.brid.gy/r/https://snarfed.org/": {
   "text": "",
   "rels": [
    "me"
   ]
  },
  "https://bsky.app/profile/snarfed.org": {
   "text": "",
   "rels": [
    "me"
   ]
  },
  "https://twitter.com/schnarfed": {
   "text": "Twitter",
   "rels": [
    "me"
   ],
   "title": "Twitter"
  },
  "https://www.facebook.com/snarfed.org/about": {
   "text": "Facebook",
   "rels": [
    "me"
   ],
   "title": "Facebook"
  },
  "https://www.instagram.com/snarfed/": {
   "text": "Instagram",
   "rels": [
    "me"
   ],
   "title": "Instagram"
  },
  "https://github.com/snarfed": {
   "text": "GitHub",
   "rels": [
    "me"
   ],
   "title": "GitHub"
  },
  "https://micro.blog/snarfed": {
   "text": "micro.blog",
   "rels": [
    "me"
   ],
   "title": "micro.blog"
  },
  "https://www.threads.net/@shnarfed": {
   "text": "Threads",
   "rels": [
    "me"
   ],
   "title": "Threads"
  },
  "https://fed.brid.gy/r/https://bsky.app/profile/snarfed.bsky.social": {
   "text": "Bluesky test account",
   "rels": [
    "me"
   ]
  },
  "https://bsky.brid.gy/ap/did:plc:3ljmtyyjqcjee2kpewgsifvb": {
   "text": "Bluesky test account",
   "rels": [
    "me"
   ]
  },
  "mailto:public_at_ryanb.org": {
   "text": "Email",
   "rels": [
    "me"
   ]
  },
  "https://snarfed.org/pubkey.txt": {
   "text": "PGP public key",
   "rels": [
    "me",
    "pgpkey"
   ]
  },
  "https://snarfed.org/": {
   "text": "",
   "rels": [
    "author",
    "home"
   ],
   "title": "Ryan Barrett"
  },
  "https://snarfed.org/category/uncategorized": {
   "text": "Uncategorized",
   "rels": [
    "category",
    "tag"
   ]
  },
  "https://snarfed.org/2026-08-18_57517": {
   "text": "",
   "rels": [
    "bookmark"
   ],
   "title": "11:49am"
  },
  "https://snarfed.org/2026-08-16_57510": {
   "text": "",
   "rels": [
    "bookmark"
   ],
   "title": "9:39am"
  },
  "https://snarfed.org/2026-08-16_57508": {
   "text": "",
   "rels": [
    "bookmark"
   ],
   "title": "9:26am"
  },
  "https://snarfed.org/2026-08-13_57498": {
   "text": "",
   "rels": [
    "bookmark"
   ],
   "title": "9:25am"
  },
  "https://snarfed.org/2026-08-07_57460": {
   "text": "",
   "rels": [
    "bookmark"
   ],
   "title": "6:56am"
  },
  "https://snarfed.org/2026-08-03_57445": {
   "text": "",
   "rels": [
    "bookmark"
   ],
   "title": "12:46pm"
  },
  "https://snarfed.org/2026-07-31_57433": {
   "text": "",
   "rels": [
    "bookmark"
   ],
   "title": "11:31am"
  },
  "https://snarfed.org/2026-07-30_57428": {
   "text": "",
   "rels": [
    "bookmark"
   ],
   "title": "2:59pm"
  },
  "https://snarfed.org/2026-07-25_57421": {
   "text": "",
   "rels": [
    "bookmark"
   ],
   "title": "10:42pm"
  },
  "https://snarfed.org/2026-07-25_57418": {
   "text": "",
   "rels": [
    "bookmark"
   ],
   "title": "12:18pm"
  },
  "http://wordpress.com/themes/ryu/": {
   "text": "WordPress.com",
   "rels": [
    "designer"
   ]
  },
  "https://wordpress.org/": {
   "text": "Proudly powered by WordPress",
   "rels": [
    "noopener",
    "noreferrer"
   ]
  }
 },
 "debug": {
  "description": "mf2py - microformats2 parser for python",
  "source": "https://github.com/microformats/mf2py",
  "version": "2.0.1",
  "markup parser": "html5lib"
 },
 "alternates": [
  {
   "url": "https://snarfed.org/feed",
   "text": "",
   "type": "application/rss+xml",
   "title": "Ryan Barrett \u00bb Feed"
  },
  {
   "url": "https://snarfed.org/comments/feed",
   "text": "",
   "type": "application/rss+xml",
   "title": "Ryan Barrett \u00bb Comments Feed"
  }
 ]
}