<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Barry Frost</title><description>Articles and weeknotes from Barry Frost</description><link>https://barryfrost.com</link><item><title>My Atmospheric personal website</title><link>https://barryfrost.com/articles/atmospheric</link><guid isPermaLink="true">https://barryfrost.com/articles/atmospheric</guid><description>Introducing my new website and its atproto-centric approach.</description><pubDate>Mon, 03 Aug 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;When I post on &lt;a href=&quot;https://bsky.app/profile/barryfrost.com&quot;&gt;Bluesky&lt;/a&gt;, upload photos to &lt;a href=&quot;https://grain.social/profile/barryfrost.com&quot;&gt;Grain&lt;/a&gt;, finish reading a book on &lt;a href=&quot;https://bookhive.buzz/profile/barryfrost.com&quot;&gt;BookHive&lt;/a&gt;, listen to an album with &lt;a href=&quot;https://rocksky.app/profile/barryfrost.com&quot;&gt;Rocksky&lt;/a&gt; or rate a film on &lt;a href=&quot;https://popfeed.social/profile/did:plc:j5ksi3y4tdtbp7vpsxsfyask&quot;&gt;Popfeed&lt;/a&gt;, within a minute this activity also appears on my website.&lt;/p&gt;
&lt;p&gt;None of these services know my website exists. I haven’t written integrations or used their APIs. They all store my data in the same place: my &lt;a href=&quot;https://atproto.wiki/en/wiki/reference/core-architecture/pds&quot;&gt;Personal Data Server&lt;/a&gt; (PDS) to which I’ve given them permission to write using &lt;a href=&quot;https://atproto.com&quot;&gt;AT Protocol&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;My website polls my PDS every minute, and if there’s been a change made by one of the services it’s watching, it fetches collections from the PDS and rebuilds its pages directly from the records.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;My website’s back-end is my PDS.&lt;/em&gt;&lt;/p&gt;
&lt;h2 id=&quot;version-7&quot;&gt;Version 7&lt;/h2&gt;
&lt;p&gt;This is my first personal website rebuild in five years. My last was a (deliberately) over-engineered Serverless platform that ran only on AWS. This time, I wanted a &lt;a href=&quot;https://strapi.io/blog/what-is-a-static-website&quot;&gt;static website&lt;/a&gt; for greater end-user performance, to reduce server costs, and to make it easily portable to another static host.&lt;/p&gt;
&lt;p&gt;For the front-end, I’m using &lt;a href=&quot;https://astro.build&quot;&gt;Astro&lt;/a&gt;, my PDS for the back-end, &lt;a href=&quot;https://www.cloudflare.com/products/workers/&quot;&gt;Cloudflare Workers&lt;/a&gt; to host, and a number of other technologies described in more detail in the &lt;a href=&quot;https://barryfrost.com/colophon&quot;&gt;colophon&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;indieweb&quot;&gt;IndieWeb&lt;/h2&gt;
&lt;p&gt;Building with atproto means a change from using &lt;a href=&quot;https://micropub.net&quot;&gt;Micropub&lt;/a&gt; to maintain content. The previous &lt;a href=&quot;https://indieweb.org/POSSE&quot;&gt;POSSE&lt;/a&gt; approach meant I owned my data, but I then needed to maintain endpoints for posting, and create integrations to syndicate copies elsewhere. Even though I built my own &lt;a href=&quot;https://micropublish.net&quot;&gt;Micropub client&lt;/a&gt;, posting always felt clunky and added friction. Instead, someone else’s polished atproto app is now the interface.&lt;/p&gt;
&lt;p&gt;My website is still &lt;a href=&quot;https://indieweb.org&quot;&gt;IndieWeb&lt;/a&gt;: I use Microformats 2 markup, including &lt;code&gt;h-feed&lt;/code&gt;, &lt;code&gt;h-card&lt;/code&gt;, &lt;code&gt;h-entry&lt;/code&gt; and &lt;code&gt;rel=me&lt;/code&gt;. And my identity, &lt;em&gt;barryfrost.com&lt;/em&gt;, is the same, as is my philosophy of owning my data, but I’ve removed the steps required to syndicate to other websites.&lt;/p&gt;
&lt;h2 id=&quot;exceptions&quot;&gt;Exceptions&lt;/h2&gt;
&lt;p&gt;One design decision I flip-flopped on was how to handle long-form writing. I strongly considered using &lt;a href=&quot;https://leaflet.pub&quot;&gt;Leaflet&lt;/a&gt;, &lt;a href=&quot;https://offprint.app&quot;&gt;Offprint&lt;/a&gt; or &lt;a href=&quot;https://pckt.blog&quot;&gt;Pckt&lt;/a&gt; - the main atproto long-form services - so that all content would be sourced in the PDS, but I wanted more control over layout, performance and URLs. Instead, I write &lt;a href=&quot;https://barryfrost.com/articles&quot;&gt;articles&lt;/a&gt; and &lt;a href=&quot;https://barryfrost.com/weeknotes&quot;&gt;weeknotes&lt;/a&gt; in Markdown and publish &lt;a href=&quot;https://standard.site&quot;&gt;Standard Site&lt;/a&gt; records back to my PDS.&lt;/p&gt;
&lt;p&gt;For check-ins I wanted to continue using &lt;a href=&quot;https://swarmapp.com&quot;&gt;Foursquare Swarm&lt;/a&gt; on my phone. There are atproto check-in services, but none are compatible with Swarm, so I decided to define my own &lt;a href=&quot;https://pdsls.dev/at://did:plc:j5ksi3y4tdtbp7vpsxsfyask/com.atproto.lexicon.schema/com.barryfrost.checkin&quot;&gt;custom lexicon&lt;/a&gt;. This is one of the strengths of the protocol: it’s easy to just add what’s missing.&lt;/p&gt;
&lt;h2 id=&quot;ai&quot;&gt;AI&lt;/h2&gt;
&lt;p&gt;As part of this rebuild, I wanted to practise using AI for coding. Apart from tweaking layouts and text, I’ve deliberately used &lt;a href=&quot;https://claude.com/product/claude-code&quot;&gt;Claude Code&lt;/a&gt; to write all the code. I’ve fired off sub-agents, asked Opus to orchestrate Sonnets, built full features on the iPhone app, and I’ve come away impressed. And by reviewing the code, I’ve improved my knowledge of TypeScript.&lt;/p&gt;
&lt;p&gt;Unlike the build, however, I’ve not used AI for the design. I experimented with &lt;a href=&quot;https://claude.com/product/design&quot;&gt;Claude Design&lt;/a&gt;, but the outputs felt too manufactured, and not like something I would create. The design I’ve settled on is more me.&lt;/p&gt;
&lt;h2 id=&quot;next&quot;&gt;Next&lt;/h2&gt;
&lt;p&gt;I’ve lowered the bar for posting on my website. What used to require conscious effort is now automatic. This does mean I’m relying on a handful of reasonably new services, but the records are mine, and if a service shuts down (or makes breaking changes) I can migrate elsewhere.&lt;/p&gt;
&lt;p&gt;There’s more that I want to do. I want to set up my own PDS - I’m currently using Bluesky’s. I’m considering whether replies and bookmarks belong on these pages. And I want to explore whether &lt;a href=&quot;https://webmention.net&quot;&gt;Webmention&lt;/a&gt; fits.&lt;/p&gt;
&lt;p&gt;In the atproto community, services built on the protocol are called &lt;em&gt;Atmospheric&lt;/em&gt;, which I’m happy to say, now includes &lt;em&gt;barryfrost.com&lt;/em&gt;.&lt;/p&gt;
</content:encoded></item><item><title>Week 257 - Seaside</title><link>https://barryfrost.com/weeknotes/week-257</link><guid isPermaLink="true">https://barryfrost.com/weeknotes/week-257</guid><pubDate>Mon, 27 Jul 2026 11:39:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;I’ve joined a gym. Well, I’ve started a seven-day trial at a gym, and went for my welcome session on Thursday. I’m not convinced I’m a gym person, but I need to force myself to go 2-3 times per week to improve my fitness levels and be a bit healthier.&lt;/li&gt;
&lt;li&gt;I’m starting off gradually: I had a half-hour swim followed by the sauna and steam rooms. I’m building up to trying the treadmills and bikes next.&lt;/li&gt;
&lt;li&gt;The school year has now finished and the boys (and L) have started their six weeks of holidays. I’m jealous. However, their vocal demands to be entertained because they’re bored have already begun.&lt;/li&gt;
&lt;li&gt;On Saturday we drove east to &lt;a href=&quot;https://en.wikipedia.org/wiki/Walton-on-the-Naze&quot;&gt;Walton-on-the-Naze&lt;/a&gt;, joining some local families at the seaside. The boys joined their friends and ran straight to the sea to surf with bodyboards. We played games of beach football, beach cricket and beach rugby, while the younger children built sandcastles. I had an ice cream and allegedly had a snooze lying in the sunshine.&lt;/li&gt;
&lt;li&gt;Unlike &lt;a href=&quot;https://genius.com/Blur-tracy-jacks-lyrics&quot;&gt;Tracy Jacks&lt;/a&gt;, I didn’t run around naked and get caught by the police, but I did stand on the seafront eating fish and chips, and undoing my good work at the gym. Walton: recommended.&lt;/li&gt;
&lt;li&gt;To end the week, I went to my first quiz night at the &lt;a href=&quot;https://thegoatcodicote.co.uk&quot;&gt;Goat&lt;/a&gt;. Our team of 40-somethings came a respectable fourth, although I expected better after a storming 38/40 in the 90s indie music round. Sadly, we did poorly at the country silhouette picture round, although one of the Claude-generated questions had been hallucinated, causing mild outrage.&lt;/li&gt;
&lt;/ul&gt;
</content:encoded></item><item><title>Week 256 - Crayons</title><link>https://barryfrost.com/weeknotes/week-256</link><guid isPermaLink="true">https://barryfrost.com/weeknotes/week-256</guid><pubDate>Mon, 20 Jul 2026 16:03:57 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Week 2^8&lt;/li&gt;
&lt;li&gt;So, England failed to beat Argentina in their &lt;a href=&quot;https://www.bbc.co.uk/sport/football/live/c77yp11e4r6t&quot;&gt;World Cup semi-final&lt;/a&gt;, owing to a tactical cock-up from our supposed super-tactician head coach. Irritating. No “second star” this time, then. The boys went to bed at half-time, and then shed a few tears when they watched the second-half highlights the morning after.&lt;/li&gt;
&lt;li&gt;Football: it toughens you up for future hope-then-disappointment events in life. Or it mentally scars you, I’m not quite sure which.&lt;/li&gt;
&lt;li&gt;I ordered a &lt;a href=&quot;https://busy.app&quot;&gt;BUSY Bar&lt;/a&gt; in the early-bird sale. I’m not sure what I’ll do with it, but I’m looking forward to hacking on its API and with its integrations. I’m confident it will be a valued addition to my desk, unlike the &lt;a href=&quot;https://www.elgato.com/uk/en/p/stream-deck&quot;&gt;Stream Deck&lt;/a&gt;, which I really must get round to selling (offers welcome).&lt;/li&gt;
&lt;li&gt;After so much scorching weather, it was inevitable that there would need to be a hosepipe ban. Shame, I was just about to wash my car. At least it’s been a little cooler.&lt;/li&gt;
&lt;li&gt;On Saturday we had &lt;a href=&quot;https://codicotevillageday.co.uk&quot;&gt;Village Day&lt;/a&gt;, starting with a parade along the high street, up to the fair in the north of the village. The boys and L joined their school’s &lt;a href=&quot;https://harpercollins.co.uk/products/the-day-the-crayons-quit-drew-daywalt?variant=40026905935950&quot;&gt;The Day The Crayons Quit&lt;/a&gt; theme, dressed from head-to-toe in a single colour. I looped around the stalls, ignoring the Temu tat, and then settled down in front of the beer tent. It’s a lovely community we live in.&lt;/li&gt;
&lt;li&gt;I endured the &lt;a href=&quot;https://www.bbc.co.uk/sport/football/live/cgk4ymn3n72t&quot;&gt;World Cup Final&lt;/a&gt; and was pleased to see Spain win in extra-time, partly because of their Arsenal contingent, but also because it meant the dirty Argies lost. Argentina really didn’t win any friends this week.&lt;/li&gt;
&lt;/ul&gt;
</content:encoded></item><item><title>Week 255 - Hill</title><link>https://barryfrost.com/weeknotes/week-255</link><guid isPermaLink="true">https://barryfrost.com/weeknotes/week-255</guid><pubDate>Mon, 13 Jul 2026 13:49:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;I was back at &lt;a href=&quot;https://www.kiaoval.com&quot;&gt;The Oval&lt;/a&gt; on Wednesday, in scorching sunshine, to watch &lt;a href=&quot;https://www.cricinfo.com/series/vitality-blast-men-2026-1512690/surrey-vs-sussex-south-group-1512860/live-cricket-score&quot;&gt;Surrey crush Sussex&lt;/a&gt; in the evening T20 cricket.&lt;/li&gt;
&lt;li&gt;Arriving at the ground, sensibly sunscreened, I swallowed my pride and bought a Surrey cap to protect my head. Last time I went to the cricket my head was fairly pink, and I knew it was time to do the right thing, even if, &lt;a href=&quot;https://genius.com/The-libertines-time-for-heroes-lyrics&quot;&gt;“There’s fewer more distressing sights than that of an Englishman in a baseball cap.”&lt;/a&gt; Sorry Pete, but the Panamas were £85.&lt;/li&gt;
&lt;li&gt;We were drinking lovely refreshing pints of &lt;a href=&quot;https://brixtonbrewery.com/products/electric-tropical-lager&quot;&gt;Brixton Electric tropical lager&lt;/a&gt;, which tasted just like &lt;a href=&quot;http://www.umbongo.com&quot;&gt;Um Bongo&lt;/a&gt;, but much more expensive.&lt;/li&gt;
&lt;li&gt;This week I’ve been trying out Anthropic’s new &lt;a href=&quot;https://www.anthropic.com/claude/fable&quot;&gt;Claude Fable&lt;/a&gt; model while it’s still available in my Pro account. The challenge is finding a task equal to its capability. It was pretty good at finding security vulnerabilities and my accessibility misses, but I mostly feel like I’m asking a Michelin-starred chef to boil me an egg.&lt;/li&gt;
&lt;li&gt;The relentless sun kept us indoors all Saturday, with fans on full-blast, and kids (and parents) listless and tired. By the time &lt;a href=&quot;https://www.bbc.co.uk/sport/football/live/cgl33l55100t&quot;&gt;England’s World Cup Quarter-Final against Norway&lt;/a&gt; started at 10pm, despite wanting to watch it on TV, H was tucked up asleep in bed. Finishing at 1am after the extra-time win, I was pretty tired myself.&lt;/li&gt;
&lt;li&gt;I had a rare Sunday gig. It was well worth the walk up the infamous Alexandra Palace hill to see &lt;a href=&quot;https://www.alexandrapalace.com/whats-on/super-furry-animals/&quot;&gt;Super Furry Animals&lt;/a&gt;, with support from &lt;a href=&quot;https://www.thebetaband.com&quot;&gt;The Beta Band&lt;/a&gt; and &lt;a href=&quot;https://en.wikipedia.org/wiki/Badly_Drawn_Boy&quot;&gt;Badly Drawn Boy&lt;/a&gt;. BDB left us wanting more, getting a lot of love from an audience, with lumps in our throats, as he battled through his first gig since his mother died. The Beta Band set the mood as the sun went down, with lots of drumming and bongos, and then the Super Furries smashed it. So many great melodic songs. My highlight was &lt;a href=&quot;https://www.electronicsound.co.uk/features/landmarks/ice-hockey-hair/&quot;&gt;Ice Hockey Hair&lt;/a&gt; from their 1998 EP.&lt;/li&gt;
&lt;li&gt;Not used to two late nights out of three though 🥱&lt;/li&gt;
&lt;/ul&gt;
</content:encoded></item><item><title>5 albums</title><link>https://barryfrost.com/articles/5-albums</link><guid isPermaLink="true">https://barryfrost.com/articles/5-albums</guid><pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Here are &lt;em&gt;five albums that shaped me&lt;/em&gt;, inspired by &lt;a href=&quot;https://olly.world/5-albums&quot;&gt;Olly’s post&lt;/a&gt;
via &lt;a href=&quot;https://martinschuhmann.com/5-albums&quot;&gt;Martin Schuhmann&lt;/a&gt;.
To echo Olly’s point, these aren’t necessarily favourites, but were influential in my life.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Ten (1991) - Pearl Jam&lt;/li&gt;
&lt;li&gt;Tragic Kingdom (1995) - No Doubt&lt;/li&gt;
&lt;li&gt;Olympian (1995) - Gene&lt;/li&gt;
&lt;li&gt;If You’re Feeling Sinister (1996) - Belle and Sebastian&lt;/li&gt;
&lt;li&gt;Transatlanticism (2003) - Death Cab for Cutie&lt;/li&gt;
&lt;/ol&gt;
</content:encoded></item><item><title>Week 254 - Bed</title><link>https://barryfrost.com/weeknotes/week-254</link><guid isPermaLink="true">https://barryfrost.com/weeknotes/week-254</guid><pubDate>Mon, 06 Jul 2026 11:20:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;A few holidays among colleagues, so it was a nice, quiet week at work.&lt;/li&gt;
&lt;li&gt;I bought a pack of Tim Tams for a slice of nostalgia from my time in Australia/NZ. I think they’re fairly widespread in the UK now, but I hadn’t had one for years. Still better than Penguins.&lt;/li&gt;
&lt;li&gt;I took H over the road to the park early on Saturday morning, where we had the whole football pitch to ourselves. He defeated me 10-5 in an epic end-to-end match. I had no excuses. His fitness and skills now win against my longer legs.&lt;/li&gt;
&lt;li&gt;The local sports club has started a summertime Saturday happy hour at its bar, so we joined some neighbouring friends for a few evening Aperols on the outside tables. Their boys are in H’s class and the children ran themselves happy-tired on the football pitches in the evening sunshine. I then spent a little too much on Deliveroo’d Wagamama for us.&lt;/li&gt;
&lt;li&gt;So many plastic containers to recycle!&lt;/li&gt;
&lt;li&gt;I finished reading &lt;a href=&quot;https://bookhive.buzz/books/bk_pz78h4Ly13sY0iwvntPa&quot;&gt;How to Stop Time&lt;/a&gt; which I quite enjoyed. I now need to either finish reading a couple of other books I’ve previously begun, or declare &lt;em&gt;book bankruptcy&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;TV this week: the new/last series of The Bear and From, and the House of the Dragon. Plus lots of football from the World Cup, although mostly in the form of highlights packages and build-ups. The kick-offs mean make watching live a challenge, but the excitement is growing now we’re in the knockout stages.&lt;/li&gt;
&lt;li&gt;Talking of which, in the early hours of Monday morning we… didn’t stay up to watch England play Mexico. We chose bed. Instead, we got up at 7am to watch the highlights before school/work without knowing the result. 3-2. A perfect end/start to a week.&lt;/li&gt;
&lt;/ul&gt;
</content:encoded></item><item><title>Week 253 - Scorching</title><link>https://barryfrost.com/weeknotes/week-253</link><guid isPermaLink="true">https://barryfrost.com/weeknotes/week-253</guid><pubDate>Mon, 29 Jun 2026 12:11:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;The forecasts were sadly right: temperatures hit the mid-30s for several days in a row, resulting in poor sleep, irritability and general lethargy. Our homes and bodies just don’t function in such heat.&lt;/li&gt;
&lt;li&gt;L and the kids thankfully had air-conditioning in their classrooms during the day, as did I in my office, but tower fans weren’t enough in the evenings at home. We’re strongly considering getting AC units installed ready for future extreme summers. It’s sadly our new climate.&lt;/li&gt;
&lt;li&gt;I still went ahead with Tuesday lunch plans in London with some ex-colleagues. I’d kept reasonably cool on the train in to town, but the Underground closure at King’s Cross meant I was sweaty from walking in the fierce afternoon heat to Euston Square. A few glasses of wine sat in the mercifully cool restaurant made up for it.&lt;/li&gt;
&lt;li&gt;I was then home in time to watch England struggle through a goalless draw against Ghana in the World Cup. After Saturday’s laboured 2-0 win against Panama, we’re now through to the knockout rounds, but need to improve.&lt;/li&gt;
&lt;li&gt;As the temperature dropped a little on Sunday, I went for a lovely coffee and catch-up with Calum who had cycled up from London. We used to meet regularly to organise the &lt;a href=&quot;https://hwclondon.co.uk&quot;&gt;London IndieWeb meet-up&lt;/a&gt; over &lt;a href=&quot;https://hwclondon.co.uk/meetups/20170712/&quot;&gt;ten years ago&lt;/a&gt;. Time flies.&lt;/li&gt;
&lt;li&gt;Back home, I took the boys down some country lanes to collect sticks and leaves for an art project at school, keeping a close eye on the horse and dog poo piles they came perilously close to touching 🤦&lt;/li&gt;
&lt;li&gt;New personal website is getting closer. Soon.&lt;/li&gt;
&lt;/ul&gt;
</content:encoded></item><item><title>Week 252 - Pigeon</title><link>https://barryfrost.com/weeknotes/week-252</link><guid isPermaLink="true">https://barryfrost.com/weeknotes/week-252</guid><pubDate>Mon, 22 Jun 2026 11:16:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;We paid for our very overgrown hedges to be cut back and shaped. It’s not cheap, but the garden instantly looks smarter. It also means I can drive onto the street without risking scratches from bush talons.&lt;/li&gt;
&lt;li&gt;I then found a pigeon chick in the back garden, just out of reach of next door’s little dogs that were barking and scrambling furiously through the chain-link fence. I moved it to safety on the other side of the garden. A nest must have been disturbed by the trimming and the chick fell out. It’s gone now, hopefully back to its mother, or more realistically, has met a grizzly end 😬&lt;/li&gt;
&lt;li&gt;Our blocked guttering was cleared by a man with a long vacuum pole. We should now be able to avoid rain waterfalls soaking the brick wall on one side when the weather turns wet again.&lt;/li&gt;
&lt;li&gt;I spent Thursday at the Oval with Andy for the second day of &lt;a href=&quot;https://www.bbc.co.uk/sport/cricket/scorecard/e-229342&quot;&gt;England’s second test against New Zealand&lt;/a&gt;. NZ were the better team (and won on day four). Watching cricket in the glorious sunshine is the best, although we were all sweaty messes by early afternoon. We stayed well-hydrated of course.&lt;/li&gt;
&lt;li&gt;For Father’s Day, I received a shirt, a book on Japan and some chocolate to enjoy. I took C to his cricket practice, L cooked us lunch, then we all went to a Quaker meeting house for C’s piano recital with other junior musicians. He played The Bells beautifully.&lt;/li&gt;
&lt;li&gt;It’s getting hot.&lt;/li&gt;
&lt;/ul&gt;
</content:encoded></item><item><title>Week 251 - Ping-pong</title><link>https://barryfrost.com/weeknotes/week-251</link><guid isPermaLink="true">https://barryfrost.com/weeknotes/week-251</guid><pubDate>Mon, 15 Jun 2026 16:30:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;The World Cup is here and I am loving the wall-to-wall football. The scheduling of the matches isn’t ideal for our timezone, but I’m enjoying waking up to video highlights. And although the politics and grubby monetisation are awful, the purity of football is rising above. Over a month still to go!&lt;/li&gt;
&lt;li&gt;I watched Apple’s fairly low-key WWDC keynote. I was pleased to see further parental controls, and approve of the bug-fixing and performance improvements, but there was little excitement. Yep, AI is now in everything.&lt;/li&gt;
&lt;li&gt;It was my mum’s birthday on Saturday, so I drove the boys over for lunch and garden sports while L recovered at home from a busy work week. A milestone was reached: it was the first time H has beaten me at table tennis. He’s pretty good. Is it time for me to start researching zimmer frames? However, I did bowl him out and hit him for repeated sixes playing cricket. My parents were both on good form, and still spritely in their mid-seventies.&lt;/li&gt;
&lt;li&gt;Back home, I went for a few evening beers with local dads in the local pub. I’ve not drunk for a while, but kept to pints and didn’t disgrace myself.&lt;/li&gt;
&lt;li&gt;In the morning, I took C to his cricket practice while H went with his mum to his end-of-season football presentation. We then had a lazy Sunday afternoon on the sofa watching Germany’s 7-1 win. A quiet end to the week.&lt;/li&gt;
&lt;/ul&gt;
</content:encoded></item><item><title>Week 250 - Coffee</title><link>https://barryfrost.com/weeknotes/week-250</link><guid isPermaLink="true">https://barryfrost.com/weeknotes/week-250</guid><pubDate>Sun, 07 Jun 2026 12:20:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;It’s been a less hectic week after our Disneyland holiday. The boys had an &lt;a href=&quot;https://en.wikipedia.org/wiki/Inset_day&quot;&gt;INSET day&lt;/a&gt; on Friday, so L drove them to her parents’ for the weekend, while I stayed behind to work (and enjoy the peace and quiet).&lt;/li&gt;
&lt;li&gt;With some time to myself, I’ve been researching our big trip to Japan next year. Claude is helping, advising that we avoid Golden Week, and suggesting a tailored itinerary before it gets too warm or busy. Lots more work to do, but the planning has begun.&lt;/li&gt;
&lt;li&gt;I streamed a couple of films while L’s been away that she wouldn’t have liked: &lt;a href=&quot;https://www.themoviedb.org/movie/1054867-one-battle-after-another&quot;&gt;One Battle After Another&lt;/a&gt; - Sean Penn is superb - and &lt;a href=&quot;https://www.themoviedb.org/movie/1198994-send-help&quot;&gt;Send Help&lt;/a&gt; - ditto Rachel McAdams. We’re also watching plenty of TV series, all of which release their new episodes each week. At least with linear TV you knew when to watch; with streaming, release patterns are frustratingly unclear.&lt;/li&gt;
&lt;li&gt;I tried the &lt;a href=&quot;https://www.instagram.com/theredhouse_coffee&quot;&gt;new coffee shop&lt;/a&gt; in the village for the first time. A local family bought what was an old sweet shop and have brought it back to life. Decent flat white, decent pain aux raisins. Even though I have my own nice coffee at home, I now have a good option when on the way back from a lunchtime walk.&lt;/li&gt;
&lt;li&gt;As is traditional, the boys organised a family sweepstake for the upcoming World Cup. I was stitched up. They drew eight countries for me, of which no-hopers, the US, was my highest ranked team.&lt;/li&gt;
&lt;li&gt;I’m getting closer to launching my new personal website. I’m 90% done, but I’m stuck on the design. While I’ve successfully used Claude with the back-end, I’ve not liked its front-end designs. I suppose that’s fine: a personal website should be personal after all.&lt;/li&gt;
&lt;/ul&gt;
</content:encoded></item></channel></rss>