<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <updated>2026-04-16T01:29:25Z</updated>
  <generator>https://yabu.me</generator>

  <title>Nostr notes by raboof</title>
  <author>
    <name>raboof</name>
  </author>
  <link rel="self" type="application/atom+xml" href="https://yabu.me/npub19peuy69dxyn2vx8c8lqnr0ecuw8mrd6krxunsj7c69kd8w0kjhtqpw8hz3.rss" />
  <link href="https://yabu.me/npub19peuy69dxyn2vx8c8lqnr0ecuw8mrd6krxunsj7c69kd8w0kjhtqpw8hz3" />
  <id>https://yabu.me/npub19peuy69dxyn2vx8c8lqnr0ecuw8mrd6krxunsj7c69kd8w0kjhtqpw8hz3</id>
  <icon>https://assets.merveilles.town/accounts/avatars/000/104/220/original/f4f97441c1d6e466.png</icon>
  <logo>https://assets.merveilles.town/accounts/avatars/000/104/220/original/f4f97441c1d6e466.png</logo>




  <entry>
    <id>https://yabu.me/nevent1qqsq82fye69n64qxgmcgzwl925ez7vmcp3y75axnkrddehwa8u2sangzyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762av5g6chk</id>
    
      <title type="html">wait I thought the two mechanisms were aligned for 2025 and 2026 ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsq82fye69n64qxgmcgzwl925ez7vmcp3y75axnkrddehwa8u2sangzyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762av5g6chk" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsyxhyw0guh5uw7geswnhk4lqkscdtyx9qa875fml5d2td8z740c9qvdsqsx&#39;&gt;nevent1q…sqsx&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;wait I thought the two mechanisms were aligned for 2025 and 2026 (except for Sunday) - is there a third mechanism?
    </content>
    <updated>2025-12-29T12:18:07Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs80l4ydxg5ws5fcd28zurxuuctqcup8ntlpcxc57ytcshdmp3aa2qzyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762av9hlamt</id>
    
      <title type="html">Welcome to week 1 of 2026! What, week 1 of 2026 is in 2025? Yes: ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs80l4ydxg5ws5fcd28zurxuuctqcup8ntlpcxc57ytcshdmp3aa2qzyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762av9hlamt" />
    <content type="html">
      Welcome to week 1 of 2026!&lt;br/&gt;&lt;br/&gt;What, week 1 of 2026 is in 2025? Yes: the &amp;#34;first week of 2026&amp;#34; starts on the Monday of the first week that has at least 4 days that fall in 2026, AKA the week with the first Thursday of the year.&lt;br/&gt;&lt;br/&gt;Since years don&amp;#39;t have an integer number of weeks, a &amp;#34;weekyear&amp;#34; has either 52 or 53 weeks - so you can say we have &amp;#39;leap weeks&amp;#39; sometimes. &lt;br/&gt;&lt;br/&gt;This is all laid out in ISO8601:&lt;br/&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/ISO_week_date&#34;&gt;https://en.wikipedia.org/wiki/ISO_week_date&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;However, the nice thing about standards is that there&amp;#39;s so many to choose from. Yes, there are also people who count differently. The Java docs for their utility classes to count weeks cheekily claims &amp;#34;the common definition&amp;#34; is one where a week starts on Sunday (and week 1 is the first week where *any* day falls into the new year): &lt;a href=&#34;https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/temporal/WeekFields.html#field-summary&#34;&gt;https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/temporal/WeekFields.html#field-summary&lt;/a&gt; . Do not believe their lies.
    </content>
    <updated>2025-12-29T10:16:15Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsyrudu7nmhaw7h7dxz259rhyzvvmw934jvz5ppc5wr52rhlf3e36szyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avxl8zk5</id>
    
      <title type="html">On the heels of the NixOS 25.11 release, I reproduced the minimal ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsyrudu7nmhaw7h7dxz259rhyzvvmw934jvz5ppc5wr52rhlf3e36szyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avxl8zk5" />
    <content type="html">
      On the heels of the NixOS 25.11 release, I reproduced the minimal&lt;br/&gt;installation ISO again.&lt;br/&gt;&lt;br/&gt;My approach is to take a NixOS VM from 2020, and then build the ISO (almost) without relying on the binary cache. This means it builds essentially all of the build-time dependencies and all of the items that make it into the ISO&lt;br/&gt;from source, without directly relying on Nix-specific prebuilt packages. On the other hand, NixOS is somewhat less strict than for example Debian in&lt;br/&gt;requiring package &amp;#39;sources&amp;#39; are actually sources, so a few builds (notably go) are actually &amp;#39;built&amp;#39; from upstream binary releases.&lt;br/&gt;&lt;br/&gt;It&amp;#39;s very satisfying to see such a long (albeit well-controlled) Rube Goldberg machine of builds results in a single hash that is identical to the one from the ISO you can download from the website.&lt;br/&gt;&lt;br/&gt;Full write-up with all details at &lt;a href=&#34;https://arnout.engelen.eu/blog/reproducing-nixos-25.11-minimal-iso/&#34;&gt;https://arnout.engelen.eu/blog/reproducing-nixos-25.11-minimal-iso/&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#NixOS #ReproducibleBuilds
    </content>
    <updated>2025-12-23T12:36:44Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqszlr6yapkxwchn3kz53fjya4ztshaw8z6g3khr7s2m3f3ygytxwwqzyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avu3txzg</id>
    
      <title type="html">NixOS tests are pretty cool! I&amp;#39;ve been fixing an issue where, ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqszlr6yapkxwchn3kz53fjya4ztshaw8z6g3khr7s2m3f3ygytxwwqzyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avu3txzg" />
    <content type="html">
      NixOS tests are pretty cool!&lt;br/&gt;&lt;br/&gt;I&amp;#39;ve been fixing an issue where, if you do a deployment to a remote machine (with &amp;#39;nixos-rebuild switch --target-host=foo&amp;#39;), and the connection would get broken off during the &amp;#39;switch&amp;#39;, the switch would be aborted - worst-case leading to that connection not getting restored.&lt;br/&gt;&lt;br/&gt;I initially tested this manually, with the Raspberry Pi I encountered this problem with, which was elaborate and painful (especially when I got something wrong and  the connection was lost). What&amp;#39;s more, this would be useless to someone reviewing my code, as they don&amp;#39;t have my pi sitting on their desk.&lt;br/&gt;&lt;br/&gt;I now recreated the situation in a NixOS test, which spins up 2 VM&amp;#39;s and exercises them with some Python code. Very smooth, and there&amp;#39;s also an &amp;#39;interactive&amp;#39; mode where you get access to the Python REPL and the consoles of the QEMU VM&amp;#39;s for manual inspection and manipulation.&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://github.com/NixOS/nixpkgs/pull/463029&#34;&gt;https://github.com/NixOS/nixpkgs/pull/463029&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Also at &lt;a href=&#34;https://arnout.engelen.eu/blog/nixos-tests/&#34;&gt;https://arnout.engelen.eu/blog/nixos-tests/&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#NixOS #RaspberryPi&lt;br/&gt; &lt;img src=&#34;https://assets.merveilles.town/media_attachments/files/115/740/789/404/919/953/original/db81504eeb665ad7.png&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2025-12-18T12:57:07Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs9h90tftmu5dvg982c26vztjfrpq3ca8v77u80p39u05ugpkp9muczyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762av088wsg</id>
    
      <title type="html">you select one the votes are then first used to assign a number ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs9h90tftmu5dvg982c26vztjfrpq3ca8v77u80p39u05ugpkp9muczyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762av088wsg" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsg0aanrxf5c28d0qwqlng2p5sd7wsvhyp22efwn8am50ft2yjqwcc56473e&#39;&gt;nevent1q…473e&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;you select one&lt;br/&gt;&lt;br/&gt;the votes are then first used to assign a number of &amp;#39;seats&amp;#39; to &amp;#39;parties&amp;#39; (there are 150 seats for 27 parties, some more serious than others). Which exact person you voted on then determines how the seats assigned to that party are filled.
    </content>
    <updated>2025-10-29T12:35:08Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsrx7rc8rju259vee5x24qq3fzwtgmccegfv8t7emz8hduhcyzhdeszyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avswad74</id>
    
      <title type="html">&amp;#34;We will not charge you for the period in which our services ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsrx7rc8rju259vee5x24qq3fzwtgmccegfv8t7emz8hduhcyzhdeszyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avswad74" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsprcys05742hwavn6spx66mlkmr8smwlu79u74e9clf2yr00jetasczarax&#39;&gt;nevent1q…arax&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;&amp;#34;We will not charge you for the period in which our services were unavailable - and you&amp;#39;ll thank us for it.&amp;#34;
    </content>
    <updated>2025-10-20T10:41:04Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsymz95vdzk4yfw9wglt9wkgll64e2rwandj0cxm6uz6y9lkpwdehgzyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avag87d0</id>
    
      <title type="html">Cool debugging story time! A few months ago, I was writing an ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsymz95vdzk4yfw9wglt9wkgll64e2rwandj0cxm6uz6y9lkpwdehgzyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avag87d0" />
    <content type="html">
      Cool debugging story time!&lt;br/&gt;&lt;br/&gt;A few months ago, I was writing an integration test for the Nextcloud integration with OnlyOffice, to be run in a NixOS QEMU virtual machine. Curiously, I saw corrupt filesystem reads interfering with the test. That was the start of a journey that eventually led me into the core internals of the Linux kernel.&lt;br/&gt;&lt;br/&gt;The issue seemed to occur under very particular circumstances, and was I convinced it likely only affected a very limited set of users - but I was determined to get to the bottom of it. I added diagnostic logging, which confirmed the issue appeared to be inside the Linux kernel. Sadly, when I attached a debugger, all it showed was gibberish.&lt;br/&gt;&lt;br/&gt;With this challenge top-of-mind I joined the &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1ux8clvzv6te9u9xpl3fegmjrkrf5e2ttnmr3xafljtvrumucknlspzhm28&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;why2025camp&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1ux8…hm28&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt; Dutch hacker camp, a great place to meet interesting people. Here I bumped into &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1t0g05573nfzptecrc0gnqkshqt78f0k5kx8rj3wrx5hy2shz9fxsjjr0cv&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;Raito Bezarius&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1t0g…r0cv&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt; who pointed me to a thread on the Linux kernel &amp;#39;regressions&amp;#39; mailing list where several people were running into a suspiciously-similar problem.&lt;br/&gt;&lt;br/&gt;Encouraged by the fact that the impact might be wider than I originally thought, I persevered and managed to get accurate insight from the debugger - revealing suspicious circumstances in the memory management data structures.&lt;br/&gt;&lt;br/&gt;With the problem pinned down like this, I felt comfortable sharing my findings on the &amp;#39;regressions&amp;#39; list. What’s more, I could share not only my description of the situation, but an actually-working Nix configuration demonstrating it. With that, maintainer Dominique Martinet could reproduce the issue within hours and write a preliminary fix overnight.&lt;br/&gt;&lt;br/&gt;What looked like a bug in an obscure corner of QEMU turned out to be a subtle issue in the Linux Kernel Memory subsystem that, had we not found it, may have caused countless hard-to-diagnose problems in the future. Happy we could nip it in the bud!&lt;br/&gt;&lt;br/&gt;You can read the full story (with many more technical details!) on my blog at &lt;a href=&#34;https://arnout.engelen.eu/blog/linux-kernel-adventure/&#34;&gt;https://arnout.engelen.eu/blog/linux-kernel-adventure/&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#linux #kernel #qemu #debugging #programming #nixos #OpenSource
    </content>
    <updated>2025-09-24T12:36:59Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsw9vfhdcma6rmcy2pcf6j44uqqq05yhatygvn5qm5ezyu0ckad0hszyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avjcaf8w</id>
    
      <title type="html">this being the internet in its GenAI phase I double-checked, but ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsw9vfhdcma6rmcy2pcf6j44uqqq05yhatygvn5qm5ezyu0ckad0hszyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avjcaf8w" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsvfqce8lzlr9ctw7c6vcx9wkq7tds5zgczg9m5uzagqhxf65yzcng8mphh7&#39;&gt;nevent1q…phh7&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;this being the internet in its GenAI phase I double-checked, but yeah, this is totally legit - only the color was added afterwards.&lt;br/&gt;&lt;br/&gt;There&amp;#39;s more at &lt;a href=&#34;https://www.vintag.es/2020/01/soldiers-in-drag.html&#34;&gt;https://www.vintag.es/2020/01/soldiers-in-drag.html&lt;/a&gt;
    </content>
    <updated>2025-07-23T06:55:37Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsgvmplz8z9h700v87r9hqtwyzddut88j6rmr6jvy4f7f986gple6czyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avnkeup2</id>
    
      <title type="html">interesting... with which browser is that?</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsgvmplz8z9h700v87r9hqtwyzddut88j6rmr6jvy4f7f986gple6czyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avnkeup2" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsfe3vxcu97rnxcz7ny7hd6ayj0fqw8fyxu3watqqaza5q9cl9hv4gl06t4r&#39;&gt;nevent1q…6t4r&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;interesting... with which browser is that?
    </content>
    <updated>2025-03-01T10:26:20Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsplxwayj70xedz27qydhashplxm9xwnk7k575mekk38fvgmeahqfgzyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avjp8vh4</id>
    
      <title type="html">This chair was in the weird limbo state where fixing it ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsplxwayj70xedz27qydhashplxm9xwnk7k575mekk38fvgmeahqfgzyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avjp8vh4" />
    <content type="html">
      This chair was in the weird limbo state where fixing it professionally is not worth it, but throwing it away would be a shame.&lt;br/&gt;&lt;br/&gt;Amateur upholstery it is!&lt;br/&gt;&lt;br/&gt;(replacing both the fabric and the padding, which was also well-worn. the fabric is actually fabric from an old couch that we disposed of last year, and had some sentimental value. WIP, some sewing still pending)&lt;br/&gt; &lt;img src=&#34;https://assets.merveilles.town/media_attachments/files/114/069/700/642/846/650/original/3a9ee4e9a1ab1890.png&#34;&gt; &lt;br/&gt; &lt;img src=&#34;https://assets.merveilles.town/media_attachments/files/114/069/705/485/733/886/original/344e56315ec0f7c7.png&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2025-02-26T10:28:13Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs06rzp5ey6n5fyjz7f2ak34ry5l65ajstyvftvulvahaxxpxldu3gzyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762av5gp008</id>
    
      <title type="html">Looking forward to NixCon in Berlin this weekend! I&amp;#39;ll be ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs06rzp5ey6n5fyjz7f2ak34ry5l65ajstyvftvulvahaxxpxldu3gzyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762av5gp008" />
    <content type="html">
      Looking forward to NixCon in Berlin this weekend!&lt;br/&gt;&lt;br/&gt;I&amp;#39;ll be bringing a small rant to the first lightning talks block, Friday evening 😃
    </content>
    <updated>2024-10-23T11:30:58Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsqkxupf0grusq6adqv57j5qmns7qduk5rk5xyjknewzgy522glr0gzyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avrkd28e</id>
    
      <title type="html">I&amp;#39;m not very into geospatial, but I love that the venue for ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsqkxupf0grusq6adqv57j5qmns7qduk5rk5xyjknewzgy522glr0gzyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avrkd28e" />
    <content type="html">
      I&amp;#39;m not very into geospatial, but I love that the venue for &lt;a href=&#34;https://foss4g.be/nl/&#34;&gt;https://foss4g.be/nl/&lt;/a&gt; is in Baarle #foss4g #foss4gbe #FOSS4GBENL&lt;br/&gt; &lt;img src=&#34;https://assets.merveilles.town/media_attachments/files/113/196/915/410/048/062/original/1c09c100d8dae560.jpg&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2024-09-25T07:08:58Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsr02zc9yjz8xctr8dck7ya4h39y00mv356na96pal4zm5lvjcmujgzyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avs8330e</id>
    
      <title type="html">yeah - TBH I was somewhat concerned about coming off as ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsr02zc9yjz8xctr8dck7ya4h39y00mv356na96pal4zm5lvjcmujgzyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avs8330e" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsrdvlv3ul4cwcedkuwlsy0z9ucl679ugsv8l7taxdltw8ttagn20qv29syh&#39;&gt;nevent1q…9syh&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;yeah - TBH I was somewhat concerned about coming off as condescending by unsolicitedly providing the alt text. I&amp;#39;m glad I did. TIL there is some convention to use a &amp;#39;Alt4Me&amp;#39; hashtag to signal when you&amp;#39;re happy to take alt text suggestions.
    </content>
    <updated>2024-09-02T13:17:09Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsf4ydzcanmgq9fky5ycng3aagnpr5vgrnt6d0x85c003fl783tmfczyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avhpgk4x</id>
    
      <title type="html">happy to help! And thanks for applying the alt: I try to practice ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsf4ydzcanmgq9fky5ycng3aagnpr5vgrnt6d0x85c003fl783tmfczyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avhpgk4x" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsvv9dkwlefpq7686fn89md2g2t5qu28cw7mr36zpa7pgejsjjmdzq0swpf6&#39;&gt;nevent1q…wpf6&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;happy to help!&lt;br/&gt;&lt;br/&gt;And thanks for applying the alt: I try to practice &amp;#34;no boost without alt&amp;#34; but really wanted to boost this one :)
    </content>
    <updated>2024-09-02T12:29:22Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsxtv2wlcw7ysk5zamelcnuw9g45caxvfs2wxk6yf6u00tlk20y2mszyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avm7a6h2</id>
    
      <title type="html">#Alt4You Margret Atwood standing in the background wearing large ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsxtv2wlcw7ysk5zamelcnuw9g45caxvfs2wxk6yf6u00tlk20y2mszyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avm7a6h2" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqstnh7tg6jnk8wzd8v3zvdeevaqwrlv65ral23za9lwmf89qzm3q9qzlej3z&#39;&gt;nevent1q…ej3z&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;#Alt4You Margret Atwood standing in the background wearing large welders&amp;#39; gloves holding a big futuristic-looking flame thrower, blasting an impressive blue-purple flame at a copy of &amp;#34;The Handmaid&amp;#39;s Tale&amp;#34; stood up on a table in the foreground, unphased.
    </content>
    <updated>2024-09-02T11:01:01Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsqf2s57surzwgsnn2yprwc5ex36dfcyu8lmfjkpc5096xmzfqacpszyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avrjfnxj</id>
    
      <title type="html">5.8 km (same route) now in 40:15 (i.e. 8.5kph) - still a far cry ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsqf2s57surzwgsnn2yprwc5ex36dfcyu8lmfjkpc5096xmzfqacpszyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avrjfnxj" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsfm7l9g6ml5fxsqxa0wefnaxv6kt2gfrnkf0trk3zdn5nh27uj0xqtdfzv9&#39;&gt;nevent1q…fzv9&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;5.8 km (same route) now in 40:15 (i.e. 8.5kph)  - still a far cry from my old baseline (~10k under the hour), but very happy about the progress!
    </content>
    <updated>2024-08-31T10:21:13Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsfm7l9g6ml5fxsqxa0wefnaxv6kt2gfrnkf0trk3zdn5nh27uj0xqzyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avydwqrp</id>
    
      <title type="html">5.8 km in 44:20 (i.e. 7.8kph) - getting longer(ish) but slower, ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsfm7l9g6ml5fxsqxa0wefnaxv6kt2gfrnkf0trk3zdn5nh27uj0xqzyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avydwqrp" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsz7etyqekq5ph6mg2fuvhzx22dw300wszcxkl3nrh3pftmvqr9escy9asdy&#39;&gt;nevent1q…asdy&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;5.8 km in 44:20 (i.e. 7.8kph) - getting longer(ish) but slower, if that&amp;#39;s what my Achilles&amp;#39; tendon needs then I&amp;#39;m fine with it 😄
    </content>
    <updated>2024-08-24T09:08:19Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsz7etyqekq5ph6mg2fuvhzx22dw300wszcxkl3nrh3pftmvqr9esczyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avwfspy5</id>
    
      <title type="html">5.66km in 40:40 (i.e. 8.2kph) - so far so good!</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsz7etyqekq5ph6mg2fuvhzx22dw300wszcxkl3nrh3pftmvqr9esczyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762avwfspy5" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs2zf65cp2yw2muc94n6axuf9ms90g0sfz2rveqcpkpqxzppkmtnxqkuk7ud&#39;&gt;nevent1q…k7ud&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;5.66km in 40:40 (i.e. 8.2kph) - so far so good!
    </content>
    <updated>2024-08-18T09:10:28Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs2zf65cp2yw2muc94n6axuf9ms90g0sfz2rveqcpkpqxzppkmtnxqzyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762av7wcwqu</id>
    
      <title type="html">I strained my Achilles&amp;#39; tendon ~2 years ago, and ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs2zf65cp2yw2muc94n6axuf9ms90g0sfz2rveqcpkpqxzppkmtnxqzyq588sng45cjdfsclqluzvdl8r3clvdh2cvmjwztmrgke5ae762av7wcwqu" />
    <content type="html">
      I strained my Achilles&amp;#39; tendon ~2 years ago, and &amp;#39;re-injured&amp;#39; myself several times since by prematurely starting to run again.&lt;br/&gt;&lt;br/&gt;So this is my attempt to resume again, slowly: 3.76 km in 28:28 (i.e. 7.9kph). OK so far, 🤞 it&amp;#39;ll feel fine tomorrow.
    </content>
    <updated>2024-08-10T15:07:58Z</updated>
  </entry>

</feed>