{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "myles' garden",
  "home_page_url": "https://myles.garden/",
  "feed_url": "https://myles.garden/feed.json",
  "description": "Myles Braithwaite's garden of ideas. A collection of thoughts, photos, and things I love.",
  "icon": "https://myles.garden/apple-touch-icon.png",
  "favicon": "https://myles.garden/apple-touch-icon.png",
  "authors": [
    {
      "name": "myles",
      "url": "https://myles.garden/",
      "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
    }
  ],
  "items": [
    {
      "id": "https://myles.garden/2026/02/27/late-night-walk",
      "url": "https://myles.garden/2026/02/27/late-night-walk",
      "title": "Untitled Photo Post",
      "content_html": "<p>Took a walk through the neighbourhood after dark.</p><img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2026/02/27/late-night-walk\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2026-02-28T02:30:00Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ],
      "tags": [
        "City of Toronto"
      ]
    },
    {
      "id": "https://myles.garden/2026/02/26/drive-slow-cat-at-play",
      "url": "https://myles.garden/2026/02/26/drive-slow-cat-at-play",
      "title": "Untitled Photo Post",
      "content_html": "<img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2026/02/26/drive-slow-cat-at-play\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2026-02-26T15:00:00Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ],
      "tags": [
        "City of Toronto"
      ]
    },
    {
      "id": "https://myles.garden/2026/02/25/whistler",
      "url": "https://myles.garden/2026/02/25/whistler",
      "title": "Untitled Photo Post",
      "content_html": "<img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2026/02/25/whistler\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2026-02-25T17:12:34Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ],
      "tags": [
        "Whistler",
        "Photo Dump"
      ]
    },
    {
      "id": "https://myles.garden/2026/02/25/ontarios-icon-computer",
      "url": "https://myles.garden/2026/02/25/ontarios-icon-computer",
      "title": "Bookmarked Ontario's ICON Computer by Jacob Filipp.",
      "content_html": "<p>Jacob Filipp writes about a moment in the 1980s when the Ontario Ministry of Education commissioned a computer designed specifically for students.</p>\n<p>A time when public institutions believed they could build their own tools, and did.</p>\n<blockquote>\n<p>1984 was an alternative reality where we could do things. Like <em>build a computer in Ontario</em>.</p>\n</blockquote><img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2026/02/25/ontarios-icon-computer\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2026-02-25T17:10:42Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ]
    },
    {
      "id": "https://myles.garden/2026/02/23/ladybird-adpotion-of-rust-with-help-from-ai",
      "url": "https://myles.garden/2026/02/23/ladybird-adpotion-of-rust-with-help-from-ai",
      "title": "Bookmarked Ladybird adopts Rust, with help from AI by Andreas Kling for Ladybird.",
      "content_html": "<p><a href=\"https://ladybird.org\">Ladybird</a> (a new web browser), recently <a href=\"https://ladybird.org/posts/adopting-rust/\">migrated part of their code base to a new programming language</a> with the help of Claude Code and Codex (OpenAI’s code model). I thought this idea of human-directed LLM tasks is really great:</p>\n<blockquote>\n<p>I used Claude Code and Codex for the translation. This was human-directed, not autonomous code generation. I decided what to port, in what order, and what the Rust code should look like. It was hundreds of small prompts, steering the agents where things needed to go. After the initial translation, I ran multiple passes of adversarial review, asking different models to analyze the code for mistakes and bad patterns.</p>\n</blockquote><img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2026/02/23/ladybird-adpotion-of-rust-with-help-from-ai\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2026-02-23T17:25:08Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ],
      "tags": [
        "Rust",
        "LLMs",
        "Software Engineering"
      ]
    },
    {
      "id": "https://myles.garden/2026/02/15/flight-to-vancouver",
      "url": "https://myles.garden/2026/02/15/flight-to-vancouver",
      "title": "Untitled Photo Post",
      "content_html": "<img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2026/02/15/flight-to-vancouver\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2026-02-16T00:00:00Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ],
      "tags": [
        "British Columbia"
      ]
    },
    {
      "id": "https://myles.garden/2026/02/14/lumiere-at-trillium-park",
      "url": "https://myles.garden/2026/02/14/lumiere-at-trillium-park",
      "title": "Untitled Photo Post",
      "content_html": "<p><a href=\"https://ontarioplace.com/en/special_programs/lumiere/\">Lumière</a> is back at Trillium Park.</p><img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2026/02/14/lumiere-at-trillium-park\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2026-02-15T01:00:00Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ],
      "tags": [
        "Trillium Park"
      ]
    },
    {
      "id": "https://myles.garden/2026/02/09/snow",
      "url": "https://myles.garden/2026/02/09/snow",
      "title": "Untitled Photo Post",
      "content_html": "<p>A quiet, snowy winter weekend at the farm.</p><img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2026/02/09/snow\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2026-02-09T14:29:23Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ],
      "tags": [
        "Photo Dump",
        "Family Farm"
      ]
    },
    {
      "id": "https://myles.garden/2026/02/05/the-moment",
      "url": "https://myles.garden/2026/02/05/the-moment",
      "title": "Untitled Watch Post",
      "content_html": "<p>Went to see Charli xcx’s new film <a href=\"https://myles.garden/reelbook/films/the-moment\">The Moment</a>.</p><img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2026/02/05/the-moment\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2026-02-06T02:51:44Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ],
      "tags": [
        "The Moment",
        "Scotiabank Theatre Toronto"
      ]
    },
    {
      "id": "https://myles.garden/2026/02/04/water-colour",
      "url": "https://myles.garden/2026/02/04/water-colour",
      "title": "Bookmarked watercolors by Bruce MacEvoy.",
      "content_html": "<p>Bruce MacEvoy, has an awesome website <a href=\"https://www.handprint.com/HP/WCL/water.html\">for water colour painters</a>.</p><img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2026/02/04/water-colour\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2026-02-04T16:55:52Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ],
      "tags": [
        "Bruce MacEvoy",
        "That's a website"
      ]
    },
    {
      "id": "https://myles.garden/2026/02/03/everdeck",
      "url": "https://myles.garden/2026/02/03/everdeck",
      "title": "Bookmarked The Everdeck: A Universal Card System for The Wrong Tools.",
      "content_html": "<p><a href=\"https://thewrongtools.wordpress.com/2019/10/10/the-everdeck/\">The Everdeck</a> is a versatile 120-card system designed to support a wide range of traditional and modern card games. Its design weaves together mathematical and linguistic patterns, allowing it to map cleanly onto many existing systems, standard decks, Tarot, Hanafuda, and more, which makes it especially interesting as a piece of universal game infrastructure.</p><img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2026/02/03/everdeck\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2026-02-03T20:46:23Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ]
    },
    {
      "id": "https://myles.garden/2026/01/31/cairn",
      "url": "https://myles.garden/2026/01/31/cairn",
      "title": "Untitled Note Post",
      "content_html": "<p>Started playing <a href=\"https://www.thegamebakers.com/cairn/\">Cairn</a> on my Steamdeck, such an amazing game.</p><img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2026/01/31/cairn\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2026-01-31T22:25:00Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ],
      "tags": [
        "Video Games",
        "Cairn"
      ]
    },
    {
      "id": "https://myles.garden/2026/01/30/night-shift",
      "url": "https://myles.garden/2026/01/30/night-shift",
      "title": "Untitled Listen Post",
      "content_html": "<p>My current jam is <em>Night Shift</em> by Lucy Dacus.</p><img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2026/01/30/night-shift\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2026-01-30T20:19:23Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ],
      "tags": [
        "This Is My Jam",
        "Lucy Dacus"
      ]
    },
    {
      "id": "https://myles.garden/2026/01/29/sophie-calle-suite-venitienne",
      "url": "https://myles.garden/2026/01/29/sophie-calle-suite-venitienne",
      "title": "Bookmarked Sophie Calle: Suite Vénitienne by Harriet Baker for AnOther.",
      "content_html": "<p><em>Harriet Baker</em> reviews Sophie Calle’s first book <strong>Suite Venitienne</strong>, which documents her pursuit of one man through the streets of Venice.</p><img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2026/01/29/sophie-calle-suite-venitienne\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2026-01-29T15:40:53Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ],
      "tags": [
        "Harriet Baker",
        "Sophie Calle",
        "Photography"
      ]
    },
    {
      "id": "https://myles.garden/2026/01/24/a-knight-of-the-seven-kingdoms",
      "url": "https://myles.garden/2026/01/24/a-knight-of-the-seven-kingdoms",
      "title": "Untitled Watch Post",
      "content_html": "<p>I started watching the <em>A Knight of the Seven Kingdoms</em>.</p><img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2026/01/24/a-knight-of-the-seven-kingdoms\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2026-01-24T18:11:44Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ]
    },
    {
      "id": "https://myles.garden/2026/01/22/the-science-of-life-and-death-in-mary-shelleys-frankenstein",
      "url": "https://myles.garden/2026/01/22/the-science-of-life-and-death-in-mary-shelleys-frankenstein",
      "title": "Bookmarked The Science of Life and Death in Mary Shelley’s Frankenstein by Sharon Ruston for The Public Domain Review.",
      "content_html": "<p><a href=\"https://publicdomainreview.org/essay/the-science-of-life-and-death-in-mary-shelleys-frankenstein/\">Sharon Ruston surveys the scientific background to Frankenstein</a>, grounding its horror in real debates about resuscitation, galvanism, and ambiguous states between life and death.</p><img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2026/01/22/the-science-of-life-and-death-in-mary-shelleys-frankenstein\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2026-01-22T19:53:04Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ]
    },
    {
      "id": "https://myles.garden/2026/01/22/thai-kane",
      "url": "https://myles.garden/2026/01/22/thai-kane",
      "title": "Untitled Listen Post",
      "content_html": "<p>My current jam is <em>Thai Kane</em> by Emerson Woolf &amp; the Wishbones.</p><img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2026/01/22/thai-kane\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2026-01-22T19:07:52Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ],
      "tags": [
        "This Is My Jam",
        "Emerson Woolf & the Wishbones"
      ]
    },
    {
      "id": "https://myles.garden/2026/01/18/the-river-has-roots",
      "url": "https://myles.garden/2026/01/18/the-river-has-roots",
      "title": "Untitled Note Post",
      "content_html": "<p>I’m really enjoying <em>The River Has Roots by Amal El-Mohtar</em>.</p><img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2026/01/18/the-river-has-roots\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2026-01-18T21:29:00Z",
      "authors": [
        {
          "name": "milo",
          "url": "https://milo.omg.lol/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmilo.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ]
    },
    {
      "id": "https://myles.garden/2026/01/13/the-stuff-that-stuck-in-2025",
      "url": "https://myles.garden/2026/01/13/the-stuff-that-stuck-in-2025",
      "title": "The Stuff That Stuck in 2025",
      "summary": "Not a definitive list, just the books and movies that followed me out of the room in 2025.",
      "content_html": "",
      "date_published": "2026-01-13T14:00:00Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ],
      "tags": [
        "Annual Epilogue",
        "Ballerina",
        "I'm a Fool for Loving You",
        "It's Lonely at the Centre of the ",
        "Land of Mirrors",
        "Perfection",
        "Can I Get a Witness",
        "The Red Turtle",
        "La Jetée",
        "Mars Express"
      ]
    },
    {
      "id": "https://myles.garden/2026/01/07/transformer-panasoonic-lumix-g9ii-into-leica-m-style",
      "url": "https://myles.garden/2026/01/07/transformer-panasoonic-lumix-g9ii-into-leica-m-style",
      "title": "Bookmarked I wanted a camera that doesn’t exist — so I built it by Cristian Băluță.",
      "content_html": "<p>Cristian Băluță writes about <a href=\"https://medium.com/@cristi.baluta/i-wanted-a-camera-that-doesnt-exist-so-i-built-it-5f9864533eb7\">he moded a Panasonic Lumix G9II into a Leica M-Style camera</a>.</p><img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2026/01/07/transformer-panasoonic-lumix-g9ii-into-leica-m-style\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2026-01-07T18:23:50Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ],
      "tags": [
        "Cristian Băluță",
        "Photography"
      ]
    },
    {
      "id": "https://myles.garden/2026/01/04/coronation-park",
      "url": "https://myles.garden/2026/01/04/coronation-park",
      "title": "Untitled Photo Post",
      "content_html": "<img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2026/01/04/coronation-park\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2026-01-05T01:14:12Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ],
      "tags": [
        "Coronation Park"
      ]
    },
    {
      "id": "https://myles.garden/2026/01/02/memphis-kitten",
      "url": "https://myles.garden/2026/01/02/memphis-kitten",
      "title": "Untitled Listen Post",
      "content_html": "<p>My current jam is <em>Memphis</em> by Kitten.</p><img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2026/01/02/memphis-kitten\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2026-01-02T18:31:43Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ],
      "tags": [
        "This Is My Jam"
      ]
    },
    {
      "id": "https://myles.garden/2026/01/02/a-website-to-destroy-all-websites",
      "url": "https://myles.garden/2026/01/02/a-website-to-destroy-all-websites",
      "title": "Bookmarked A website to destroy all websites. by Henry Desroches for Henry from Online.",
      "content_html": "<p>Henry Desroches makes a thoughtful case for <a href=\"https://henry.codes/writing/a-website-to-destroy-all-websites/\">reclaiming the Web we actually want</a> by embracing personal, hand-coded, syndicated websites and protocols like RSS &amp; Webmentions.</p>\n<blockquote>\n<p>Hand-coded, syndicated, and above all personal websites are exemplary: They let users of the internet to be autonomous, experiment, have ownership, learn, share, find god, find love, find purpose. Bespoke, endlessly tweaked, eternally redesigned, built-in-public, surprising UI and delightful UX. The personal website is a staunch undying answer to everything the corporate and industrial web has taken from us.</p>\n</blockquote><img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2026/01/02/a-website-to-destroy-all-websites\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2026-01-02T17:30:29Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ],
      "tags": [
        "Henry Desroches",
        "IndieWeb"
      ]
    },
    {
      "id": "https://myles.garden/2025/12/31/trinity-bellwoods-park",
      "url": "https://myles.garden/2025/12/31/trinity-bellwoods-park",
      "title": "Untitled Photo Post",
      "content_html": "<img src=\"https://tinylytics.app/pixel/ymfFkwoWSf1HXryY5zFH.gif?path=/2025/12/31/trinity-bellwoods-park\" alt=\"\" style=\"width:1px;height:1px;border:0;\" />",
      "date_published": "2025-12-31T17:30:00Z",
      "authors": [
        {
          "name": "myles",
          "url": "https://myles.garden/",
          "avatar": "https://myles.garden/_vercel/image?url=https%3A%2F%2Fmyles-garden-public-uploads.s3.us-east-1.amazonaws.com%2Fpersona-pfps%2Fmyles.jpg&w=640&q=100&dpl=dpl_54WkPrWsrURSwyGB2GMT8syteNTt"
        }
      ],
      "tags": [
        "Trinity Bellwoods Park"
      ]
    }
  ]
}