<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Notes and scribbles - Awful Woman</title>
    <link>https://awfulwoman.com/notes/</link>
    <description>Recent content in Notes and scribbles on Awful Woman</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <atom:link href="https://awfulwoman.com/notes/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Flushing the DNS toilet twice</title>
      <link>https://awfulwoman.com/notes/2026/06/01/1838/</link>
      <pubDate>Mon, 01 Jun 2026 18:38:55 +0200</pubDate>
      <guid>https://awfulwoman.com/notes/2026/06/01/1838/</guid>
      <description>&lt;p&gt;On MacOS clearing the DNS cache with &lt;code&gt;dscacheutil -flushcache &amp;amp;&amp;amp; killall -HUP mDNSResponder&lt;/code&gt; is annoying. Very annoying. Because of that fucking &lt;code&gt;sudo&lt;/code&gt; that you need to add everytime you want to run it.&lt;/p&gt;&#xA;&lt;p&gt;Want to get rid of it? Add the commands to your &lt;code&gt;sudoders&lt;/code&gt; file. Yup, this exists on MacOS.&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s the Ansible I use to make DNS flushing experience just that little bit more delightful:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;- &lt;span style=&#34;color:#f92672&#34;&gt;name&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;Allow admin users to run DNS flush commands without password&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#f92672&#34;&gt;become&lt;/span&gt;: &lt;span style=&#34;color:#66d9ef&#34;&gt;true&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#f92672&#34;&gt;community.general.sudoers&lt;/span&gt;:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#f92672&#34;&gt;name&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;flush-dns&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#f92672&#34;&gt;group&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;admin&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#f92672&#34;&gt;commands&lt;/span&gt;:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      - &lt;span style=&#34;color:#ae81ff&#34;&gt;/usr/bin/dscacheutil -flushcache&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      - &lt;span style=&#34;color:#ae81ff&#34;&gt;/usr/bin/killall -HUP mDNSResponder&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#f92672&#34;&gt;nopassword&lt;/span&gt;: &lt;span style=&#34;color:#66d9ef&#34;&gt;true&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#f92672&#34;&gt;state&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;present&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This resides in my &lt;a href=&#34;https://github.com/awfulwoman/infra/tree/main/roles/bootstrap-macos-server&#34;&gt;bootstrap-macos-server role&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;But that&amp;rsquo;s not all. Becuase if you&amp;rsquo;re using Tailscale and have private subdomains tied to Tailscale nodes then you have to go one step extra. Tailscale maintains its own DNS resolver at &lt;code&gt;100.100.100.100&lt;/code&gt; with an independent cache. The little bastard.&lt;/p&gt;&#xA;&lt;p&gt;The fix is to cycle Tailscale (&lt;code&gt;tailscale down &amp;amp;&amp;amp; tailscale up&lt;/code&gt;), which reinitialises everything.&lt;/p&gt;&#xA;&lt;p&gt;I wrapped all this up &lt;a href=&#34;https://github.com/awfulwoman/infra/blob/main/scripts/flush-dns-macos.sh&#34;&gt;in a script&lt;/a&gt; which, as always, you can take a gander at.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>Github</title>
      <link>https://awfulwoman.com/notes/2024/12/28/1106/</link>
      <pubDate>Sat, 28 Dec 2024 11:06:17 +0100</pubDate>
      <guid>https://awfulwoman.com/notes/2024/12/28/1106/</guid>
      <description>&lt;p&gt;Just to note that my self-hosting and home automation infra &lt;a href=&#34;https://github.com/awfulwoman/infra&#34;&gt;can be found on Github&lt;/a&gt;. I keep everything there, nothing hidden. (Secrets obviously encrypted&amp;hellip;)&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>An LLM at home...</title>
      <link>https://awfulwoman.com/notes/2024/12/23/1528/</link>
      <pubDate>Mon, 23 Dec 2024 15:28:46 +0100</pubDate>
      <guid>https://awfulwoman.com/notes/2024/12/23/1528/</guid>
      <description>&lt;p&gt;It fills me with ick, but I just connected OpenAI to my Home Assistant. It&amp;rsquo;s not doing anything like controlling my home or doing anything &amp;ldquo;intelligent&amp;rdquo; (as LLMs are, after all, merely &lt;a href=&#34;https://en.wikipedia.org/wiki/Stochastic_parrot&#34;&gt;Stochastic Parrots&lt;/a&gt;).&lt;/p&gt;&#xA;&lt;p&gt;No, all it&amp;rsquo;s there for is to answer questions that we throw at it. My wife really likes asking Siri random stuff, and she&amp;rsquo;d miss it when it goes, and so she was happy to see the same replicated in the HA Voice.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>Tomorrow&#39;s World</title>
      <link>https://awfulwoman.com/notes/2024/12/17/tomorrows-world/</link>
      <pubDate>Sun, 15 Dec 2024 18:18:10 +0100</pubDate>
      <guid>https://awfulwoman.com/notes/2024/12/17/tomorrows-world/</guid>
      <description>&lt;p&gt;God I loved this show.&lt;/p&gt;&#xA;&lt;iframe width=&#34;560&#34; height=&#34;315&#34; src=&#34;https://www.youtube.com/embed/XpZ5STahhPE?si=VMpSRTgk2l-0sKXr&#34; title=&#34;YouTube video player&#34; frameborder=&#34;0&#34; allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; allowfullscreen&gt;&lt;/iframe&gt;&#xA;&lt;iframe width=&#34;560&#34; height=&#34;315&#34; src=&#34;https://www.youtube.com/embed/mFrVTGR1b1w?si=KWNejQq7cxlfv9B5&#34; title=&#34;YouTube video player&#34; frameborder=&#34;0&#34; allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; allowfullscreen&gt;&lt;/iframe&gt;&#xA;</description>
    </item>
    <item>
      <title>Homeprod, not homelab</title>
      <link>https://awfulwoman.com/notes/2024/11/homeprod-not-homelab/</link>
      <pubDate>Mon, 18 Nov 2024 17:46:08 +0100</pubDate>
      <guid>https://awfulwoman.com/notes/2024/11/homeprod-not-homelab/</guid>
      <description>&lt;p&gt;If your homelab is being used by others it isn&amp;rsquo;t a homelab - it&amp;rsquo;s home production.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210715t083246/</link>
      <pubDate>Thu, 15 Jul 2021 08:32:46 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210715t083246/</guid>
      <description>&lt;p&gt;Jaysus, how did I miss that we&amp;rsquo;ve passed the 4 million dead mark for COVID-19? 😔&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210708t104025/</link>
      <pubDate>Thu, 08 Jul 2021 10:40:25 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210708t104025/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s exactly 6 years today that I moved to Berlin with my partner. Time flies when you&amp;rsquo;re a) having fun b) in a pandemic.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210707t123219/</link>
      <pubDate>Wed, 07 Jul 2021 12:32:19 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210707t123219/</guid>
      <description>&lt;p&gt;Hands up all the women who talk about the tech industry in therapy.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210706t102008/</link>
      <pubDate>Tue, 06 Jul 2021 10:20:08 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210706t102008/</guid>
      <description>&lt;p&gt;DevOps is irritatingly interesting, and very, very hard to combine with a passion for accessibility and slow-tech.&lt;/p&gt;&#xA;&lt;p&gt;#a11y #devops #slowtech&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210701t141453/</link>
      <pubDate>Thu, 01 Jul 2021 14:14:53 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210701t141453/</guid>
      <description>&lt;p&gt;Are you the developer who never talks, or are you the developer that never stops talking oh god please stop talking&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210602t144725/</link>
      <pubDate>Wed, 02 Jun 2021 14:47:25 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210602t144725/</guid>
      <description>&lt;p&gt;Baby woodpeckers are extremely noisy. I know this because there’s a nest of them 5 metres from where my desk is.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210522t185738/</link>
      <pubDate>Sat, 22 May 2021 18:57:38 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210522t185738/</guid>
      <description>&lt;p&gt;I have to admit that I probably would watch Eurovision.&lt;/p&gt;&#xA;&lt;p&gt;But I am partnered to someone who despises it with a passion and if it’s a choice between me and the wifey then the spangly eurotrash don’t have a chance.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210429t065638/</link>
      <pubDate>Thu, 29 Apr 2021 06:56:38 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210429t065638/</guid>
      <description>&lt;p&gt;Just had to do a firmware update on a lightbulb.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210428t143619/</link>
      <pubDate>Wed, 28 Apr 2021 14:36:19 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210428t143619/</guid>
      <description>&lt;p&gt;[reporter] Why ARE trans people always so miserable?&lt;/p&gt;&#xA;&lt;p&gt;[the UK trans community, waiting to hear the outcome of a court case on whether transphobic beliefs are protected at work] &lt;em&gt;sigh&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;#MayaAppeal&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210427t120511/</link>
      <pubDate>Tue, 27 Apr 2021 12:05:11 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210427t120511/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;&amp;ldquo;[Full-Stack Developer] was first used when front-end engineers started doing javascript on the server, with the introduction of node.&amp;rdquo;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Hmm, funny that, because I remember it being when a load of Silicon Valley cunts invented the concept in order to economise on hiring, but what they really did was economise on frontend quality by hiring backend devs and forcing them to do frontend and that&amp;rsquo;s what led to the state of the web today but why don&amp;rsquo;t you go ahead and invent whatever fucking history makes you feel comfortable, fuckmouth.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;I do love the true-hearted people of tech. ❤️&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210421t114644/</link>
      <pubDate>Wed, 21 Apr 2021 11:46:44 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210421t114644/</guid>
      <description>&lt;p&gt;Which bitch just got awarded Permanent Residence in Germany? (clue: it’s me)&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210412t155608/</link>
      <pubDate>Mon, 12 Apr 2021 15:56:08 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210412t155608/</guid>
      <description>&lt;p&gt;People in the UK are posting pictures of themselves at the pub. Might go scream for a while.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210412t102128/</link>
      <pubDate>Mon, 12 Apr 2021 10:21:28 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210412t102128/</guid>
      <description>&lt;p&gt;Having tried to use the Instagram API this weekend I can only conclude that Facebook hates everyone, including its own developers.&lt;/p&gt;&#xA;&lt;p&gt;There is definitely an abusive relationship going on there.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210409t153655/</link>
      <pubDate>Fri, 09 Apr 2021 15:36:55 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210409t153655/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m on a committee for deciding on how our 10000+ company moves forward with internal messaging apps.&lt;/p&gt;&#xA;&lt;p&gt;I have suggested that we use IRC.&lt;/p&gt;&#xA;&lt;p&gt;I will happily entertain reasons for why IRC is NOT suitable in a large corporate environment.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210408t103623/</link>
      <pubDate>Thu, 08 Apr 2021 10:36:23 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210408t103623/</guid>
      <description>&lt;p&gt;I can say with absolute certainty that if I didn’t need a twitter account for my career, I’d delete it forever. It’s mind numbingly addictive and awful.&lt;/p&gt;&#xA;&lt;p&gt;The problem I have with it is that I can’t use it only a bit, or for a short time. It’s all or nothing. And I’m starting to get the addicts clarity that maybe I need to go cold turkey.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210407t191122/</link>
      <pubDate>Wed, 07 Apr 2021 19:11:22 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210407t191122/</guid>
      <description>&lt;p&gt;Ive had to deactivate my Twitter account for a bit. It’s hurting my mental health and, frankly, it’s addictive.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210406t162726/</link>
      <pubDate>Tue, 06 Apr 2021 16:27:26 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210406t162726/</guid>
      <description>&lt;p&gt;&amp;ldquo;There&amp;rsquo;s nothing sexier than an older woman&amp;rsquo;s bedside medicine collection&amp;rdquo;, she thought, as she refilled her pill box.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210405t212504/</link>
      <pubDate>Mon, 05 Apr 2021 21:25:04 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210405t212504/</guid>
      <description>&lt;p&gt;Exciting times as my partner and I play the ancient game of “try to sneak past the guinea pig cage without them noticing”. Partner won after managing to crawl all the way across the living room floor without them squealing at her.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210404t120033/</link>
      <pubDate>Sun, 04 Apr 2021 12:00:33 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210404t120033/</guid>
      <description>&lt;p&gt;Okay, so I started smoking again a few months ago. Fucking awful habit, and this time it made me actually feel ill. But I couldn’t stop. Each lungful felt amazing, but afterwards I felt sick as a dog. Like my body was giving me side eye.&lt;/p&gt;&#xA;&lt;p&gt;So the other night I smocked a lot during a Friday night pre-curfew bender. The resulting hangover was absolutely awful. Proper 24 hour stuff. But it all felt like the aftermath of the fags.&lt;/p&gt;&#xA;&lt;p&gt;So my ciggies have been cut up and put in the bin. No more.&lt;/p&gt;&#xA;&lt;p&gt;“Weren’t you vaping, charlie?” some of the more observant of you might ask. Yeah, I was. But I gave that up in anger after my autoimmune disease kicked in. I have a high chance of having something called Scleroderma, which is something some folk have a tendency for and is activated by&amp;hellip; inhaling the products that are often found in vaping kits.&lt;/p&gt;&#xA;&lt;p&gt;It possibly correlation, but also possibly causation that my autoimmune symptoms started a few days after I started vaping&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;But I have the disease now and maybe I can go back on the vapes? Gonna have to try and see.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210404t071623/</link>
      <pubDate>Sun, 04 Apr 2021 07:16:23 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210404t071623/</guid>
      <description>&lt;p&gt;I am getting anti-menopause products pushed at me and I’d like to know what online surveillance capitalism knows that I don’t&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210330t144134/</link>
      <pubDate>Tue, 30 Mar 2021 14:41:34 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210330t144134/</guid>
      <description>&lt;p&gt;Okay dipshits, I&amp;rsquo;ve channeled the anger into my website and started actually doing stuff on the frontend instead of fucking around with node.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://whalecoiner.com/&#34;&gt;https://whalecoiner.com/&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210328t115839/</link>
      <pubDate>Sun, 28 Mar 2021 11:58:39 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210328t115839/</guid>
      <description>&lt;p&gt;Berlin has just - JUST - decided that mandatory working from home for office workers during a pandemic MIGHT be a good idea. 🇩🇪➡️🌊&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210327t200216/</link>
      <pubDate>Sat, 27 Mar 2021 20:02:16 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210327t200216/</guid>
      <description>&lt;p&gt;The 12” of Rhythm of the Night is giving me fucking LIFE.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210327t140701/</link>
      <pubDate>Sat, 27 Mar 2021 14:07:01 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210327t140701/</guid>
      <description>&lt;p&gt;This time last year you couldn’t have paid me enough to post a photo from this angle. The wonders of modern medicine, eh?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210326t163517/</link>
      <pubDate>Fri, 26 Mar 2021 16:35:17 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210326t163517/</guid>
      <description>&lt;p&gt;Just spent 45 minutes looking at cases for a NAS build and I feel like I&amp;rsquo;ve had my soul sucked out via my fanny.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210325t152934/</link>
      <pubDate>Thu, 25 Mar 2021 15:29:34 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210325t152934/</guid>
      <description>&lt;p&gt;Today&amp;rsquo;s two major work discussions were:&lt;/p&gt;&#xA;&lt;p&gt;a) about apportioning responsibilities between frontend and backend people, with regard to #a11y, performance, and robustness.&lt;/p&gt;&#xA;&lt;p&gt;b) which kind of crisp is the best?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210324t221805/</link>
      <pubDate>Wed, 24 Mar 2021 22:18:05 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210324t221805/</guid>
      <description>&lt;p&gt;About once a day I find myself missing Twitter, so I comfort take a look and nope nope nope it’s just absolute misery and psychodrama.&lt;/p&gt;&#xA;&lt;p&gt;I feel 10000000x better for not being on there.&lt;/p&gt;&#xA;&lt;p&gt;Remind me of this next time I succumb to it.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210323t211544/</link>
      <pubDate>Tue, 23 Mar 2021 21:15:44 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210323t211544/</guid>
      <description>&lt;p&gt;Today we found out that Germany is going into another month of lockdown. I’m gonna be honest pals: even introverted me is starting to lose it a bit.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210322t095250/</link>
      <pubDate>Mon, 22 Mar 2021 09:52:50 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210322t095250/</guid>
      <description>&lt;p&gt;A huge flare up of the autoimmune nonsense that is plaguing my mortal body. Feel both drunk and like I have the flu at the same time.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210321t160344/</link>
      <pubDate>Sun, 21 Mar 2021 16:03:44 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210321t160344/</guid>
      <description>&lt;p&gt;Fixed up the code for this website somewhat. &lt;a href=&#34;https://github.com/whalecoiner/indieweb-express-site&#34;&gt;Take a look&lt;/a&gt;!&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s now not embarrassing me as much as it was.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210319t091451/</link>
      <pubDate>Fri, 19 Mar 2021 09:14:51 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210319t091451/</guid>
      <description>&lt;p&gt;Locked out of Twitter for getting reported by trolls. Thank god, to be honest.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210316t130655/</link>
      <pubDate>Tue, 16 Mar 2021 13:06:55 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210316t130655/</guid>
      <description>&lt;p&gt;Well I was hoping to get a formal diagnosis of what I have today but my specialist still can’t figure it it’s Polymyalgia Rheumatica, Scleroderma, or, Lupus. 😭&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210223t102627/</link>
      <pubDate>Tue, 23 Feb 2021 10:26:27 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210223t102627/</guid>
      <description>&lt;p&gt;Urgh. Feeling mildly better this morning.&lt;/p&gt;&#xA;&lt;p&gt;Really did not expect this to start progressing so quickly. :(&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210222t132826/</link>
      <pubDate>Mon, 22 Feb 2021 13:28:26 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210222t132826/</guid>
      <description>&lt;p&gt;I would absolutely LOVE not to be in massive pain today.&lt;/p&gt;&#xA;&lt;p&gt;This specialist autoimmune doctors visit can&amp;rsquo;t come soon enough. 😭&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210221t180537/</link>
      <pubDate>Sun, 21 Feb 2021 18:05:37 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210221t180537/</guid>
      <description>&lt;p&gt;Both beautiful partner and a guinea pig have fallen asleep on me.&lt;/p&gt;&#xA;&lt;p&gt;GP has yawned 13 times and done a quadruple leg stretch.&lt;/p&gt;&#xA;&lt;p&gt;BP has yawned once and muttered twice.&lt;/p&gt;&#xA;&lt;p&gt;Stay tuned.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210219t134914/</link>
      <pubDate>Fri, 19 Feb 2021 13:49:14 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210219t134914/</guid>
      <description>&lt;p&gt;Okay #indieweb and web folk. How can I share from a native app (like Firefox or Twitter) to a PWA on iOS Safari?&lt;/p&gt;&#xA;&lt;p&gt;On Android I&amp;rsquo;d use the Web Share Target API. What options are there for iOS?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210219t101923/</link>
      <pubDate>Fri, 19 Feb 2021 10:19:23 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210219t101923/</guid>
      <description>&lt;p&gt;So my diagnosis of plymyalgiawhydomylimbshurtallthetimehgod has been knocked back to a 50% possibility and now I&amp;rsquo;ve gotta go see rheumatology specialists, pronto, as my antibody count is all wonky.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210218t151907/</link>
      <pubDate>Thu, 18 Feb 2021 15:19:07 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210218t151907/</guid>
      <description>&lt;p&gt;Sitting here with the iPhone 12 Pro Max kaufen page open and pointer over &amp;ldquo;buy now&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;I just want a good camera, you know?&lt;/p&gt;&#xA;&lt;p&gt;🥰 my travel cam but I look 57 using it. Amazing quality but no eye viewfinder: just me holding it at arms length with both hands, squinting at the screen.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210218t145001/</link>
      <pubDate>Thu, 18 Feb 2021 14:50:01 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210218t145001/</guid>
      <description>&lt;p&gt;No one wants to hear &amp;ldquo;yeah, the interfaces you build for internal customers have to be accessible too&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;What, you think our 15,000 person company doesn&amp;rsquo;t employ any people with disabilities? 😂&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210218t114501/</link>
      <pubDate>Thu, 18 Feb 2021 11:45:01 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210218t114501/</guid>
      <description>&lt;p&gt;The weeks of snow and ice have ended!&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210218t083410/</link>
      <pubDate>Thu, 18 Feb 2021 08:34:10 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210218t083410/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;ve got mad polymyalgia pain then get yourself a partner who will pull you into her daily yoga practise.&lt;/p&gt;&#xA;&lt;p&gt;It is helping so, so much. 💜&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210217t152338/</link>
      <pubDate>Wed, 17 Feb 2021 15:23:38 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210217t152338/</guid>
      <description>&lt;p&gt;Well bugger me, I&amp;rsquo;ve been classed as a member of a vulnerable group by the German government. They&amp;rsquo;ve sent me vouchers for face masks! 😷&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210216t173857/</link>
      <pubDate>Tue, 16 Feb 2021 17:38:57 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210216t173857/</guid>
      <description>&lt;p&gt;Today I am officially &amp;ldquo;can&amp;rsquo;t read the writing on the food packet as it&amp;rsquo;s too small&amp;rdquo; years old.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210216t1132/</link>
      <pubDate>Tue, 16 Feb 2021 11:32:43 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210216t1132/</guid>
      <description>&lt;p&gt;Why don&amp;rsquo;t the shit people ever seem to get burnout?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210214t1258/</link>
      <pubDate>Sun, 14 Feb 2021 12:58:03 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210214t1258/</guid>
      <description>&lt;p&gt;Absolutely FANTASTIC dream last night where I was dressed as a shotgun-wielding Marie Antoinette and having to defuse bombs in a Crystal Maze type game.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210213t1846/</link>
      <pubDate>Sat, 13 Feb 2021 18:46:06 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210213t1846/</guid>
      <description>&lt;p&gt;There&amp;rsquo;s a crowd of people outside my apartment telling me how AMAZING this Shepard&amp;rsquo;s Pie smells, and NONE of them are socially distanced!&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210212t1521/</link>
      <pubDate>Fri, 12 Feb 2021 15:21:19 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210212t1521/</guid>
      <description>&lt;p&gt;I always love how capitalist tech nerds claim that a post-capitalist economy would never work.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;nobody will perform labour unless they are forced to do so!!&amp;rdquo; they shriek, while npm installing completely free code written by a volunteer.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210212t1358/</link>
      <pubDate>Fri, 12 Feb 2021 13:58:18 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210212t1358/</guid>
      <description>&lt;p&gt;Well, it&amp;rsquo;s looking likely that I have an immune disorder called Polymyalgia Rheumatica. Got a few more tests to get done to rule out anything else, but it&amp;rsquo;s looking 90% certain.&lt;/p&gt;&#xA;&lt;p&gt;At least I pretty much &lt;em&gt;know&lt;/em&gt; what&amp;rsquo;s causing the pain now.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210211t2232/</link>
      <pubDate>Thu, 11 Feb 2021 22:32:03 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210211t2232/</guid>
      <description>&lt;p&gt;Actually a good day today. And weirdly I&amp;rsquo;m not feeling down about the lockdown extension here in Germany.&lt;/p&gt;&#xA;&lt;p&gt;I think I&amp;rsquo;ve forgotten how to socialise, so it&amp;rsquo;s probably for the best.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210211t1313/</link>
      <pubDate>Thu, 11 Feb 2021 13:13:01 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210211t1313/</guid>
      <description>&lt;p&gt;Having to remember how to write callbacks in JS and dear god promises/async/await have ruined my little brain.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>Rest in Peace, Rose Wong. The family structures that transgender… | by Eilís Ní Fhlannagáin | Feb, 2021 | Medium</title>
      <link>https://awfulwoman.com/notes/2021/20210210t2239/</link>
      <pubDate>Wed, 10 Feb 2021 22:39:03 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210210t2239/</guid>
      <description>&lt;p&gt;An evening of anger and sorrow. Please read @dirtycitybird talking about Rose, the beautiful and talented young trans woman who died far far far too early.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://medium.com/@dirtycitybird/rest-in-peace-rose-wong-6acffa42c44d&#34;&gt;https://medium.com/@dirtycitybird/rest-in-peace-rose-wong-6acffa42c44d&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210210t1545/</link>
      <pubDate>Wed, 10 Feb 2021 15:45:59 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210210t1545/</guid>
      <description>&lt;p&gt;Twitching every time I hear &lt;em&gt;biological sex&lt;/em&gt; in a drawling middle class accent.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://parliamentlive.tv/event/index/fb12feef-6d41-457a-a102-ea59813bb583&#34;&gt;https://parliamentlive.tv/event/index/fb12feef-6d41-457a-a102-ea59813bb583&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210210t1257/</link>
      <pubDate>Wed, 10 Feb 2021 12:57:00 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210210t1257/</guid>
      <description>&lt;p&gt;Right now every German street contains one or more adults pulling a wooden sledge on top which sits a child only slightly smaller than themselves.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210208t1050/</link>
      <pubDate>Mon, 08 Feb 2021 10:50:57 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210208t1050/</guid>
      <description>&lt;p&gt;Lads, it&amp;rsquo;s cold out here.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210208t0739/</link>
      <pubDate>Mon, 08 Feb 2021 07:39:47 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210208t0739/</guid>
      <description>&lt;p&gt;Having been brought up on a rainy island in the North Atlantic where the temperature is 10C year round, it is disconcerting to realise that in just a few months it will be 40C warmer than it is now.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210207t1954/</link>
      <pubDate>Sun, 07 Feb 2021 19:54:39 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210207t1954/</guid>
      <description>&lt;p&gt;&amp;ldquo;Feels like -21C&amp;rdquo; and &amp;ldquo;Warnings for snow drifts&amp;rdquo; are not words I&amp;rsquo;d expected to see on my weather app in Berlin.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210207t1129/</link>
      <pubDate>Sun, 07 Feb 2021 11:29:12 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210207t1129/</guid>
      <description>&lt;p&gt;I don&amp;rsquo;t know what happened yesterday, but I woke up to a blizzard, some really shit watercolours, and two tickets to see the Sleaford Mods in October.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>A note from 2021-02-05</title>
      <link>https://awfulwoman.com/notes/2021/20210205t1519/</link>
      <pubDate>Fri, 05 Feb 2021 15:19:45 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210205t1519/</guid>
      <description>&lt;p&gt;*hibernates*&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210203t2124/</link>
      <pubDate>Wed, 03 Feb 2021 21:24:33 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210203t2124/</guid>
      <description>&lt;p&gt;S&amp;rsquo;up, motherflippers?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210131t1525/</link>
      <pubDate>Sun, 31 Jan 2021 15:25:52 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210131t1525/</guid>
      <description>&lt;p&gt;Oh god, just had to do a home haircut on Beautiful Partner.&lt;/p&gt;&#xA;&lt;p&gt;She&amp;rsquo;s not seen the back yet. When she does I&amp;rsquo;m done for. She looks like a reverse Dalmatian.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210130t1651/</link>
      <pubDate>Sat, 30 Jan 2021 16:51:18 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210130t1651/</guid>
      <description>&lt;p&gt;Feeling VERY guilty for putting George the smallest guinea pig outside in the snow and then running inside to see what he&amp;rsquo;d do.&lt;/p&gt;&#xA;&lt;p&gt;He just went and hid under a chair and looked sad. 😭&lt;/p&gt;&#xA;&lt;p&gt;When he came in his tiny feet were frozen with cold. 😭&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210127t1635/</link>
      <pubDate>Wed, 27 Jan 2021 16:35:54 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210127t1635/</guid>
      <description>&lt;p&gt;The Scottish government wants to exempt &amp;ldquo;criticism of transgender identity&amp;rdquo; from upcoming hate crime law.&lt;/p&gt;&#xA;&lt;p&gt;We&amp;rsquo;re the only group exempted, because you&amp;rsquo;re allowed to piss on trans people in the UK.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://uk.news.yahoo.com/scottish-government-wants-exempt-criticism-141259406.html&#34;&gt;https://uk.news.yahoo.com/scottish-government-wants-exempt-criticism-141259406.html&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210127t1155/</link>
      <pubDate>Wed, 27 Jan 2021 11:55:44 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210127t1155/</guid>
      <description>&lt;p&gt;&amp;ldquo;Probable post-surgical fibromyalgia&amp;rdquo; is a great phrase to start the day with.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210125t1053/</link>
      <pubDate>Mon, 25 Jan 2021 10:53:31 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210125t1053/</guid>
      <description>&lt;p&gt;Three jays are noisily fighting in the tree outside my window, all vying for an old crow&amp;rsquo;s nest.&lt;/p&gt;&#xA;&lt;p&gt;Meanwhile a woodpecker is inspecting the nest that they made in the trunk of the same tree last year.&lt;/p&gt;&#xA;&lt;p&gt;I hope this means spring is coming!&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210125t0748/</link>
      <pubDate>Mon, 25 Jan 2021 07:48:44 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210125t0748/</guid>
      <description>&lt;p&gt;Is it possible not to wake up and feel like absolute mental and physical shit? Each morning I groggily open my eyes and feel like I&amp;rsquo;ve run a marathon in my sleep. Aching muscles and cramps. 😭&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210123t1632/</link>
      <pubDate>Sat, 23 Jan 2021 16:32:19 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210123t1632/</guid>
      <description>&lt;p&gt;Have you been cancelled from liberal society for your antisemitism? Do you feel cruelty restricted from airing your homophobia publicly?&lt;/p&gt;&#xA;&lt;p&gt;Then why not try TRANSPHOBIA ™️?&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s allowed in mainstream newspapers! 📰&lt;/p&gt;&#xA;&lt;p&gt;No repercussions! 🍾&lt;/p&gt;&#xA;&lt;p&gt;Apply now! 👍&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210122t1654/</link>
      <pubDate>Fri, 22 Jan 2021 16:54:25 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210122t1654/</guid>
      <description>&lt;p&gt;I think that I just accidentally wrote most of a node-based endpoint discovery, parser, and sender for webmentions.&lt;/p&gt;&#xA;&lt;p&gt;I think a version already exists in npm, but would it be useful for other &lt;code&gt;#indieweb&lt;/code&gt; folk to have this as a package? S&amp;rsquo;all async and promises.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210121t1938/</link>
      <pubDate>Thu, 21 Jan 2021 19:38:47 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210121t1938/</guid>
      <description>&lt;p&gt;Can someone please stop me from eating chocolate? I&amp;rsquo;d kicked the habit in the summer but miserable winter lockdown has broken me. 😭&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210120t1331/</link>
      <pubDate>Wed, 20 Jan 2021 13:31:58 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210120t1331/</guid>
      <description>&lt;p&gt;Off you fuck, you tangerine tosspot.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210119t1449/</link>
      <pubDate>Tue, 19 Jan 2021 14:49:26 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210119t1449/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve just realised that subconsciously I&amp;rsquo;ve spent the last 4 years waiting for Trump to launch some kind of preemptive nuclear attack.&lt;/p&gt;&#xA;&lt;p&gt;Its been eating my braincells and chill at a horrible rate. Felt like growing up in 80s UK again. 😩&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210119t0920/</link>
      <pubDate>Tue, 19 Jan 2021 09:20:34 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210119t0920/</guid>
      <description>&lt;p&gt;Can everyone who needs to contact me please NOT use email / twitter / DMs / Signal / Slack [select as appropriate] because whatever method you choose I&amp;rsquo;m apparently amazing at missing messages and looking like I hate people. 😭 #ADHD&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210116t1303/</link>
      <pubDate>Sat, 16 Jan 2021 13:03:12 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210116t1303/</guid>
      <description>&lt;p&gt;Thank fuck Merz lost in the German CDU leadership race. Proper little fascist, that one.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210116t1022/</link>
      <pubDate>Sat, 16 Jan 2021 10:22:08 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210116t1022/</guid>
      <description>&lt;p&gt;I cannot tell you how much I despise the phrase &amp;ldquo;gender identity&amp;rdquo;. 😠&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210115t1654/</link>
      <pubDate>Fri, 15 Jan 2021 16:54:11 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210115t1654/</guid>
      <description>&lt;p&gt;The fact I&amp;rsquo;m pondering if this is a coded neo-nazi reference is probably a sign I&amp;rsquo;ve spent too much of my life online. 😩&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>A note from 2021-01-15</title>
      <link>https://awfulwoman.com/notes/2021/20210115t1223/</link>
      <pubDate>Fri, 15 Jan 2021 12:23:56 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210115t1223/</guid>
      <description>&lt;p&gt;It has got to the point in my life where I cannot deny being the nerd that I truly am. I am therefore building a media NAS for our apartment.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://blog.briancmoses.com/2020/12/diy-nas-econonas-2020.html&#34;&gt;https://blog.briancmoses.com/2020/12/diy-nas-econonas-2020.html&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210115t1107/</link>
      <pubDate>Fri, 15 Jan 2021 11:07:16 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210115t1107/</guid>
      <description>&lt;p&gt;The CIA have a new logo and will be playing Berghain when it reopens.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.papermag.com/cia-logo-2649738830.html&#34;&gt;https://www.papermag.com/cia-logo-2649738830.html&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>A note from 2021-01-15</title>
      <link>https://awfulwoman.com/notes/2021/20210115t1039/</link>
      <pubDate>Fri, 15 Jan 2021 10:39:28 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210115t1039/</guid>
      <description>&lt;p&gt;Madrid has had more snow than Berlin.&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;pinches anthropogenic climate change on the left bollock&lt;/em&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>A note from 2021-01-12</title>
      <link>https://awfulwoman.com/notes/2021/20210112t0950/</link>
      <pubDate>Tue, 12 Jan 2021 09:50:53 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210112t0950/</guid>
      <description>&lt;p&gt;A young white guy just cornered me in the supermarket and demanded I explain to him how to make a Tiramisu.&lt;/p&gt;&#xA;&lt;p&gt;His Tiramisu is therefore going to be made with Quark and Tuc biscuits.&lt;/p&gt;&#xA;&lt;p&gt;Twat.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210109t2149/</link>
      <pubDate>Sat, 09 Jan 2021 21:49:03 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210109t2149/</guid>
      <description>&lt;p&gt;Day 17654 of lockdown. An evening with a poorly bumgravy guinea pig.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>A note from 2021-01-09</title>
      <link>https://awfulwoman.com/notes/2021/20210109t1533/</link>
      <pubDate>Sat, 09 Jan 2021 15:33:47 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210109t1533/</guid>
      <description>&lt;p&gt;What if we just used singular they pronouns for everyone?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210108t1041/</link>
      <pubDate>Fri, 08 Jan 2021 10:41:50 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210108t1041/</guid>
      <description>&lt;p&gt;After several medical appointments where I&amp;rsquo;ve had to reveal my trans status and been othered as a result, it was&amp;hellip; well, not lovely, but certainly &lt;em&gt;familiar&lt;/em&gt; to be back on the &amp;ldquo;are you pregnant?&amp;rdquo; and &amp;ldquo;is it worse when you menstruate?&amp;rdquo; train.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210107t1454/</link>
      <pubDate>Thu, 07 Jan 2021 14:54:40 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210107t1454/</guid>
      <description>&lt;p&gt;I just want to vomit with anxiety this week.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210105t1330/</link>
      <pubDate>Tue, 05 Jan 2021 13:30:34 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210105t1330/</guid>
      <description>&lt;p&gt;This is what at least 5 years of dust and grime behind a washing machine look like. (Hey, it came with our apartment and we&amp;rsquo;ve never had to move it before).&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210104t1538/</link>
      <pubDate>Mon, 04 Jan 2021 15:38:40 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210104t1538/</guid>
      <description>&lt;p&gt;Poor Bungle is at the vets with a gammy eye. (not the one you can see). Very brave boi on his first vets visit. 😭😭😭&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210103t2118/</link>
      <pubDate>Sun, 03 Jan 2021 21:18:06 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210103t2118/</guid>
      <description>&lt;p&gt;Beautiful wifey has fallen asleep on me again and I am trapped. The Terry&amp;rsquo;s Chocolate Oranges that I bought while high sit 1.5 arm lengths away, taunting me.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210103t1526/</link>
      <pubDate>Sun, 03 Jan 2021 15:26:56 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210103t1526/</guid>
      <description>&lt;p&gt;I know this doesn&amp;rsquo;t look remarkable, but Zippy is normally off his tits on whizz and coke and almost never lies down.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210103t0956/</link>
      <pubDate>Sun, 03 Jan 2021 09:56:23 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210103t0956/</guid>
      <description>&lt;p&gt;George&amp;rsquo;s first snow! Look at that chonky thigh!&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210102t1402/</link>
      <pubDate>Sat, 02 Jan 2021 14:02:46 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210102t1402/</guid>
      <description>&lt;p&gt;The pigeons have started strutting and fucking, which means spring is only ${PIGEON_EGG_GESTATION_AND_BROODING_TIME} weeks away!&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210102t1248/</link>
      <pubDate>Sat, 02 Jan 2021 12:48:25 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210102t1248/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s Saturday? Shit, I&amp;rsquo;ve lost all track of time.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210101t2334/</link>
      <pubDate>Fri, 01 Jan 2021 23:34:58 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210101t2334/</guid>
      <description>&lt;p&gt;More things to ignore.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210101t2318/</link>
      <pubDate>Fri, 01 Jan 2021 23:18:12 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210101t2318/</guid>
      <description>&lt;p&gt;Something else for &lt;a href=&#34;http://twitter.com/polerin&#34;&gt;@polerin&lt;/a&gt; to ignore.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>A note from 2021-01-01</title>
      <link>https://awfulwoman.com/notes/2021/20210101t2312/</link>
      <pubDate>Fri, 01 Jan 2021 23:12:39 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210101t2312/</guid>
      <description>&lt;p&gt;So sorry. More test things to ignore. Unless you&amp;rsquo;re &lt;a href=&#34;http://twitter.com/polerin&#34;&gt;@polerin&lt;/a&gt;.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210101t2303/</link>
      <pubDate>Fri, 01 Jan 2021 23:03:42 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210101t2303/</guid>
      <description>&lt;p&gt;Sorry, this is test content coming from my website. Ignore it, I guess?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210101t2258/</link>
      <pubDate>Fri, 01 Jan 2021 22:58:21 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210101t2258/</guid>
      <description>&lt;p&gt;Good lord that New Year #DoctorWho was bad.&lt;/p&gt;&#xA;&lt;p&gt;Jodie Whittaker is such a better actor than any of the previous doctors, but she&amp;rsquo;s wasted on pure awful writing.&lt;/p&gt;&#xA;&lt;p&gt;Jodie paired with Russell T Davis as a writer - now THAT would be campy amazeballs!&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210101t1652/</link>
      <pubDate>Fri, 01 Jan 2021 16:52:20 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210101t1652/</guid>
      <description>&lt;p&gt;An exciting start to 2021 as the washing machine drum detaches at 1200rpm with a loud and bowel-loosening shriek.&lt;/p&gt;&#xA;&lt;p&gt;If anyone has any recommendations for front-loading washing machines, now&amp;rsquo;s a great time. 😂&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2021/20210101t1141/</link>
      <pubDate>Fri, 01 Jan 2021 11:41:17 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2021/20210101t1141/</guid>
      <description>&lt;p&gt;u ok hon? x&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>A note from 2020-12-31</title>
      <link>https://awfulwoman.com/notes/2020/12/20201231t1913/</link>
      <pubDate>Thu, 31 Dec 2020 19:13:09 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2020/12/20201231t1913/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re seeing this then Brid.gy is auto-syndicating from my site to Twitter.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2020/12/20201231t1351/</link>
      <pubDate>Thu, 31 Dec 2020 13:51:39 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2020/12/20201231t1351/</guid>
      <description>&lt;p&gt;I just realised that it&amp;rsquo;s the last day of 2020. Huh. No New Years Eve parties this year.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2020/12/20201225t1947/</link>
      <pubDate>Fri, 25 Dec 2020 19:47:41 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2020/12/20201225t1947/</guid>
      <description>&lt;p&gt;Merry Christmas, fucknuts. 💜&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2020/12/20201225t1134/</link>
      <pubDate>Fri, 25 Dec 2020 11:34:30 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2020/12/20201225t1134/</guid>
      <description>&lt;p&gt;Merry Christmas all you beautiful people! 💜💜💜&lt;/p&gt;&#xA;&lt;p&gt;I am on my 3rd breakfast mimosa. 🍾&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>A note from 2020-12-24</title>
      <link>https://awfulwoman.com/notes/2020/12/20201224t1543/</link>
      <pubDate>Thu, 24 Dec 2020 15:43:07 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2020/12/20201224t1543/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been relying on Twitter as an authentication source for my website. Well, I&amp;rsquo;ve finally got GitHub authentication working and now I&amp;rsquo;m free to no longer have Twitter logged in on my phone. Thank god - it has been too much temptation.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2020/12/20201223t0845/</link>
      <pubDate>Wed, 23 Dec 2020 08:45:10 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2020/12/20201223t0845/</guid>
      <description>&lt;p&gt;Guinea pigs genetically enhanced so that they can do forward rolls.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2020/12/20201221t2133/</link>
      <pubDate>Mon, 21 Dec 2020 21:33:53 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2020/12/20201221t2133/</guid>
      <description>&lt;p&gt;Finally got image uploads working via the web interface of this site. This wee guy helped.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2020/12/20201215t0752/</link>
      <pubDate>Tue, 15 Dec 2020 07:52:30 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2020/12/20201215t0752/</guid>
      <description>&lt;p&gt;You know when you think you&amp;rsquo;ve just badly bruised a finger, but a couple of months later when it&amp;rsquo;s still healing you realise you actually fractured it?&lt;/p&gt;&#xA;&lt;p&gt;Me, every year.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>A note from 2020-12-11</title>
      <link>https://awfulwoman.com/notes/2020/12/20201211t1320/</link>
      <pubDate>Tue, 15 Dec 2020 07:41:56 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2020/12/20201211t1320/</guid>
      <description>&lt;p&gt;Lugging 45 kilogrammes of food up 5 flights of stairs is punishment for a crime I have not yet committed.&lt;/p&gt;&#xA;&lt;p&gt;*dies, dramatically*&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2020/12/20201213t1249/</link>
      <pubDate>Sun, 13 Dec 2020 12:49:52 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2020/12/20201213t1249/</guid>
      <description>&lt;p&gt;Hard lockdown in Germany is coming. :(&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2020/12/20201212t1229/</link>
      <pubDate>Sat, 12 Dec 2020 12:29:10 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2020/12/20201212t1229/</guid>
      <description>&lt;p&gt;Off work until January 2021. What bliss. ☺️&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>Syndication Feeds!</title>
      <link>https://awfulwoman.com/notes/2020/12/20201202t1714/</link>
      <pubDate>Fri, 11 Dec 2020 08:10:37 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2020/12/20201202t1714/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve got syndication feeds available for this site!&lt;/p&gt;&#xA;&lt;p&gt;Check out global firehose feed in &lt;a href=&#34;https://whalecoiner.com/rss&#34;&gt;RSS&lt;/a&gt;, &lt;a href=&#34;https://whalecoiner.com/atom&#34;&gt;Atom&lt;/a&gt;, and &lt;a href=&#34;https://whalecoiner.com/json&#34;&gt;JSON&lt;/a&gt; formats. Each section has its own feed (in those 3 formats) as well, so you can just, for example, subscribe to notes via the &lt;a href=&#34;https://whalecoiner.com/notes/rss&#34;&gt;Notes RSS feed&lt;/a&gt;.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2020/12/20201209t1516/</link>
      <pubDate>Thu, 10 Dec 2020 16:08:37 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2020/12/20201209t1516/</guid>
      <description>&lt;p&gt;Watching the Women and Equalities Committee on the Reform of the Gender Recognition Act. Gotta &amp;#x2764;&amp;#xfe0f; Alex, Ruth, and Stephen.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://parliamentlive.tv/event/index/dfc9f53e-2ac4-4c30-8712-e3df47938fd7&#34;&gt;parliamentlive.tv&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2020/11/20201124t2005/</link>
      <pubDate>Tue, 24 Nov 2020 20:05:01 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2020/11/20201124t2005/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;People can continue to meet people outside their Christmas bubble outdoors according to the rules in the tier where they live.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;What the fuck did I just read?&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.bbc.com/news/uk-55064962&#34;&gt;https://www.bbc.com/news/uk-55064962&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2020/11/20201124t1154/</link>
      <pubDate>Tue, 24 Nov 2020 11:54:54 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2020/11/20201124t1154/</guid>
      <description>&lt;p&gt;Seeing someone remove his mask to cough and sneeze sums up a lot about this pandemic.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2020/11/20201124t0900/</link>
      <pubDate>Tue, 24 Nov 2020 09:00:25 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2020/11/20201124t0900/</guid>
      <description>&lt;p&gt;So this is my first time writing a note on the go from my mobile phone. How exciting!&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2020/10/20201030t0952/</link>
      <pubDate>Fri, 30 Oct 2020 00:00:00 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2020/10/20201030t0952/</guid>
      <description>&lt;p&gt;One of our gestalt of landlords has moved their daughter into our Haus, just as lockdown has started again.&lt;/p&gt;&#xA;&lt;p&gt;The stasi spirit is alive and well in Berlin.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2019/3458/</link>
      <pubDate>Tue, 03 Dec 2019 10:10:17 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3458/</guid>
      <description>&lt;p&gt;Friends at @OtherNatureShop, Berlin&amp;rsquo;s most fantastic feminist, trans friendly, queer friendly, BPoC friendly sex store, are looking for someone to freelance help with their ecommerce site. &lt;a href=&#34;https://gist.github.com/sonniesedge/a25ec4182bba7e198a8e7bd6c35ab759&#34;&gt;Interested&lt;/a&gt;?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.11.26, 09:05</title>
      <link>https://awfulwoman.com/notes/2019/3454/</link>
      <pubDate>Tue, 26 Nov 2019 08:05:16 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3454/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s hard to believe that the @wearewebclerks conference was the first one ever by the organisers. It was slick, welcoming, friendly, and interesting. Thanks for asking me to speak! ♥️ #webclerks&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.10.12, 21:48</title>
      <link>https://awfulwoman.com/notes/2019/3420/</link>
      <pubDate>Sat, 12 Oct 2019 19:48:56 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3420/</guid>
      <description>&lt;p&gt;Lost my voice. Amazing.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.10.12, 11:27</title>
      <link>https://awfulwoman.com/notes/2019/3414/</link>
      <pubDate>Sat, 12 Oct 2019 09:27:44 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3414/</guid>
      <description>&lt;p&gt;Have fully broken myself after these last few weeks. Well, last few months. Currently lying on the sofa emitting fluids and sounds from my face pipes. I think both my mind and body need a hard reboot.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.10.09, 08:29</title>
      <link>https://awfulwoman.com/notes/2019/3401/</link>
      <pubDate>Wed, 09 Oct 2019 06:29:35 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3401/</guid>
      <description>&lt;p&gt;Still chuckling at die Endnutzerleistungsentwicklerprioritätenwahnvorstellung.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.10.05, 18:46</title>
      <link>https://awfulwoman.com/notes/2019/3388/</link>
      <pubDate>Sat, 05 Oct 2019 16:46:17 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3388/</guid>
      <description>&lt;p&gt;Thanks @FronteersConf for allowing me to clearly label my refrigerator at last. 👍 #FronteersConf&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.10.05, 17:21</title>
      <link>https://awfulwoman.com/notes/2019/3385/</link>
      <pubDate>Sat, 05 Oct 2019 15:21:59 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3385/</guid>
      <description>&lt;p&gt;Just brained an elderly German man with a bag. By way of an apology I managed to say, in the informal case, &amp;ldquo;all your hairs taste lovely&amp;rdquo;.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.10.05, 10:45</title>
      <link>https://awfulwoman.com/notes/2019/3382/</link>
      <pubDate>Sat, 05 Oct 2019 08:45:02 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3382/</guid>
      <description>&lt;p&gt;Back with The Germans. Jack Wolfskin levels are nearing critical, and angry claiming of seats with scarves and coats has already begun.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2019/3378/</link>
      <pubDate>Fri, 04 Oct 2019 20:44:19 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3378/</guid>
      <description>&lt;p&gt;&lt;code&gt;#IndiewebCamp&lt;/code&gt;, &lt;code&gt;#Fronteers&lt;/code&gt; and &lt;code&gt;#ViewSource&lt;/code&gt; week over. I overcame exhaustion and severe asthma to deliver an opening talk at a huge international conference. I wish I could show this BADASS lady to sickly and anxious 15 year old Charlie. ♥️&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.10.04, 16:48</title>
      <link>https://awfulwoman.com/notes/2019/3375/</link>
      <pubDate>Fri, 04 Oct 2019 14:48:25 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3375/</guid>
      <description>&lt;p&gt;I feel a spicy talk coming from @slightlylate. #fronteers&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.10.04, 16:09</title>
      <link>https://awfulwoman.com/notes/2019/3374/</link>
      <pubDate>Fri, 04 Oct 2019 14:09:21 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3374/</guid>
      <description>&lt;p&gt;@mandy_kerr and her amazing space trousers are making me excited for variable fonts. So many more design possibilities! #fronteers&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.10.04, 14:45</title>
      <link>https://awfulwoman.com/notes/2019/3373/</link>
      <pubDate>Fri, 04 Oct 2019 12:45:45 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3373/</guid>
      <description>&lt;p&gt;@anjanavakil reminds me that I have absolutely no knowledge of lamdba calculus or, in fact, any desire to ever learn it, and, even more so, only the desire to flee in terror at the very mention of the name. #fronteers&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.10.04, 11:33</title>
      <link>https://awfulwoman.com/notes/2019/3372/</link>
      <pubDate>Fri, 04 Oct 2019 09:33:54 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3372/</guid>
      <description>&lt;p&gt;@rakshesha is genuinely blowing my mind about the links between tripping and machine learning.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.10.03, 19:43</title>
      <link>https://awfulwoman.com/notes/2019/3366/</link>
      <pubDate>Thu, 03 Oct 2019 17:43:17 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3366/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s #Foxtober. Why aren&amp;rsquo;t you using Firefox? Seriously, why not? It&amp;rsquo;s not run by a giant corporation. It&amp;rsquo;s got a cool community. It promotes browser diversity. &lt;code&gt;[taps foot, irritably]&lt;/code&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.10.03, 16:50</title>
      <link>https://awfulwoman.com/notes/2019/3362/</link>
      <pubDate>Thu, 03 Oct 2019 14:50:03 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3362/</guid>
      <description>&lt;p&gt;Genuinely looking forward to this talk by @adactio and @rem so much. #fronteers&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.10.03, 14:58</title>
      <link>https://awfulwoman.com/notes/2019/3361/</link>
      <pubDate>Thu, 03 Oct 2019 12:58:44 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3361/</guid>
      <description>&lt;p&gt;@StephenCookDev is committing severe CSS abuse live on stage and I ruddy love it. Super Mario Kart in CSS! 😂😭 #fronteers&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.10.03, 12:40</title>
      <link>https://awfulwoman.com/notes/2019/3359/</link>
      <pubDate>Thu, 03 Oct 2019 10:40:15 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3359/</guid>
      <description>&lt;p&gt;Managed to get through a talk while on the verge of collapsing. This evening is some hardcore relaxing and enjoying the rare treat of having access to a bathtub. 🛀&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.10.03, 12:03</title>
      <link>https://awfulwoman.com/notes/2019/3358/</link>
      <pubDate>Thu, 03 Oct 2019 10:03:48 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3358/</guid>
      <description>&lt;p&gt;Loving the passion for CSS from @eva_trostlos. CSS rocks, you fuckers! #FronteersConf&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.10.03, 10:17</title>
      <link>https://awfulwoman.com/notes/2019/3349/</link>
      <pubDate>Thu, 03 Oct 2019 08:17:41 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3349/</guid>
      <description>&lt;p&gt;Having my tiny mind blown by Professor @hj_chen at #Fronteers.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.10.02, 04:38</title>
      <link>https://awfulwoman.com/notes/2019/3344/</link>
      <pubDate>Wed, 02 Oct 2019 02:38:07 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3344/</guid>
      <description>&lt;p&gt;I keep forgetting that I have adult asthma. Someone pointed out that the venue I&amp;rsquo;ve been in used smoke machines CONSTANTLY. Dug out my medication and I can breathe. Thank fuck. But now I&amp;rsquo;ve taken steroids and my resting heart rate is 100+ and it&amp;rsquo;s 4am and I haven&amp;rsquo;t slept yet. 😭&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.10.01, 17:38</title>
      <link>https://awfulwoman.com/notes/2019/3342/</link>
      <pubDate>Tue, 01 Oct 2019 15:38:48 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3342/</guid>
      <description>&lt;p&gt;Trying to get better, because I want so much to speak at @FronteersConf! I have delightfully angry things to tell you about constraints!&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.10.01, 17:06</title>
      <link>https://awfulwoman.com/notes/2019/3341/</link>
      <pubDate>Tue, 01 Oct 2019 15:06:14 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3341/</guid>
      <description>&lt;p&gt;A conference week where I&amp;rsquo;ve been intermittently ill. Yay. Just missed most of the second day of #ViewSourceConf after having to return to my hotel room to pass out. Could illness happen at work? No, life would obviously veto that. I can only be sick when I&amp;rsquo;m enjoying myself.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.09.30, 16:10</title>
      <link>https://awfulwoman.com/notes/2019/3333/</link>
      <pubDate>Mon, 30 Sep 2019 14:10:42 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3333/</guid>
      <description>&lt;p&gt;I don&amp;rsquo;t think I&amp;rsquo;ve ever been as happy attending an event as being at #ViewSourceConf. A diverse set of speakers, a wonderfully varied crowd, everyone happy, optimistic, and co-operative. Zero competitive energy. ♥️&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.09.28, 19:35</title>
      <link>https://awfulwoman.com/notes/2019/3322/</link>
      <pubDate>Sat, 28 Sep 2019 17:35:29 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3322/</guid>
      <description>&lt;p&gt;As always in the Netherlands I am happily amazed at being short for a woman. Have stood in groups of lasses where I&amp;rsquo;ve had to tip toe to see things.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.09.28, 18:47</title>
      <link>https://awfulwoman.com/notes/2019/3321/</link>
      <pubDate>Sat, 28 Sep 2019 16:47:02 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3321/</guid>
      <description>&lt;p&gt;British people in Amsterdam: You really are obnoxious cunts.&lt;/p&gt;&#xA;&lt;p&gt;Europeans: I&amp;rsquo;m so fucking sorry.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.09.28, 10:01</title>
      <link>https://awfulwoman.com/notes/2019/3315/</link>
      <pubDate>Sat, 28 Sep 2019 08:01:25 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3315/</guid>
      <description>&lt;p&gt;Yesterday I got on the train to Amsterdam. Immediately felt ill. Turned into huge fever and delirious awfulness. 6 hours on that train, then a fever journey getting to hotel. Passed out at 5pm last night and woke at 8am this morning. But my god I feel better. Death to 24h bugs!&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.09.26, 18:32</title>
      <link>https://awfulwoman.com/notes/2019/3310/</link>
      <pubDate>Thu, 26 Sep 2019 16:32:57 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3310/</guid>
      <description>&lt;p&gt;Jesus fucking christ, which idiot decided to try and rewrite a talk the day before heading off to a conf? This tit, obvs.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.09.20, 12:03</title>
      <link>https://awfulwoman.com/notes/2019/3251/</link>
      <pubDate>Fri, 20 Sep 2019 10:03:17 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3251/</guid>
      <description>&lt;p&gt;All my love to every single bloody person - especially kids and teens - on the #climatestrike today. ♥️&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.09.17, 09:41</title>
      <link>https://awfulwoman.com/notes/2019/3227/</link>
      <pubDate>Tue, 17 Sep 2019 07:41:32 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3227/</guid>
      <description>&lt;p&gt;I see all the shaven-headed and goatee-inflicted tech boys are out defending the noted paedophile Richard Stallman.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.09.16, 19:01</title>
      <link>https://awfulwoman.com/notes/2019/3224/</link>
      <pubDate>Mon, 16 Sep 2019 17:01:04 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3224/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve really gotta stop threatening to hurt people during my talks.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.09.15, 20:52</title>
      <link>https://awfulwoman.com/notes/2019/3218/</link>
      <pubDate>Sun, 15 Sep 2019 18:52:23 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3218/</guid>
      <description>&lt;p&gt;Maybe I&amp;rsquo;ll finally get some stability in my life. Those of you who have it, pleae appreciate it.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.09.15, 20:33</title>
      <link>https://awfulwoman.com/notes/2019/3217/</link>
      <pubDate>Sun, 15 Sep 2019 18:33:20 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3217/</guid>
      <description>&lt;p&gt;Despite all the shit going on with Brexit it&amp;rsquo;s actually starting to feel like I&amp;rsquo;ll get to stay here. The overwhelming fear of loss of my residency rights has largely disappeared, especially now the Bundestag want to enact laws to protect us.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.09.15, 20:13</title>
      <link>https://awfulwoman.com/notes/2019/3216/</link>
      <pubDate>Sun, 15 Sep 2019 18:13:00 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3216/</guid>
      <description>&lt;p&gt;Walking the streets home from a hangover-curing meal I feel such an overwhelming visceral LOVE for Berlin, this town that has somehow become my home. I never thought I&amp;rsquo;d last more than a couple of years, and yet now I&amp;rsquo;m thinking of making a life here.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.09.12, 18:25</title>
      <link>https://awfulwoman.com/notes/2019/3205/</link>
      <pubDate>Thu, 12 Sep 2019 16:25:24 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3205/</guid>
      <description>&lt;p&gt;Got out of Poland and back to Berlin. There&amp;rsquo;s undercuts everywhere and queers holding hands and and and I love this town. ♥️🏳️‍🌈👩‍❤️‍💋‍👩&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.09.11, 21:01</title>
      <link>https://awfulwoman.com/notes/2019/3199/</link>
      <pubDate>Wed, 11 Sep 2019 19:01:52 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3199/</guid>
      <description>&lt;p&gt;After 48 hours in Poland I am VERY FUCKING BORED of not being able to be gay.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.09.11, 11:38</title>
      <link>https://awfulwoman.com/notes/2019/3194/</link>
      <pubDate>Wed, 11 Sep 2019 09:38:26 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3194/</guid>
      <description>&lt;p&gt;BTW, if there are any PoC or other under represented groups out there who want to speak at #Webclerks, their CFP is still open and they would love to hear from you!&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://docs.google.com/forms/d/e/1FAIpQLSdMlydittpPpWLcd0tiDqadmAoaQv2nD8F8w4esqwdyKQt1aw/viewform&#34;&gt;https://docs.google.com/forms/d/e/1FAIpQLSdMlydittpPpWLcd0tiDqadmAoaQv2nD8F8w4esqwdyKQt1aw/viewform&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2019/3185/</link>
      <pubDate>Tue, 10 Sep 2019 08:33:06 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3185/</guid>
      <description>&lt;p&gt;Trying to match Poland&amp;rsquo;s homophobia with the giant cock drawn on my coffee by an agressively heterosexual barista.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.28, 23:04</title>
      <link>https://awfulwoman.com/notes/2019/3163/</link>
      <pubDate>Wed, 28 Aug 2019 21:04:47 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3163/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s amazing what you see the famous guys in tech favouriting, and retweeting. It&amp;rsquo;s also amazing to see what the same ones are not interacting with and not talking about in any way whatsoever. Pure amazing, it is lads. Pure amazing. Makes us down the heap feel proper safe.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.28, 17:29</title>
      <link>https://awfulwoman.com/notes/2019/3161/</link>
      <pubDate>Wed, 28 Aug 2019 15:29:27 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3161/</guid>
      <description>&lt;p&gt;&amp;ldquo;Here at [awful-sounding Berlin startup], we like to use the space shuttle as a metaphor for our engineering work.&amp;rdquo; Mate, the space shuttle exploded. Twice.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.26, 20:34</title>
      <link>https://awfulwoman.com/notes/2019/3150/</link>
      <pubDate>Mon, 26 Aug 2019 18:34:17 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3150/</guid>
      <description>&lt;p&gt;Is now a good time, or a really, really, bad time, to post my inflammatory &amp;ldquo;I fucking hate React and Facebook and everything that enables them&amp;rdquo;?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.26, 19:15</title>
      <link>https://awfulwoman.com/notes/2019/3148/</link>
      <pubDate>Mon, 26 Aug 2019 17:15:46 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3148/</guid>
      <description>&lt;p&gt;Infinite love to the checkout lady who upon seeing that my shopping cost €6.66 looked me dead in the eye and whispered &amp;ldquo;Satan&amp;rdquo;.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.26, 15:38</title>
      <link>https://awfulwoman.com/notes/2019/3146/</link>
      <pubDate>Mon, 26 Aug 2019 13:38:05 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3146/</guid>
      <description>&lt;p&gt;Fact-check time: Am I right in thinking there is no React Code of Conduct? I can&amp;rsquo;t find one easily if there is. Github says there isn&amp;rsquo;t one in the main public repo.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.25, 23:27</title>
      <link>https://awfulwoman.com/notes/2019/3143/</link>
      <pubDate>Sun, 25 Aug 2019 21:27:56 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3143/</guid>
      <description>&lt;p&gt;Made a site for my partner as she sat watching Gentleman Jack again. ❤️ #gentlemanjack&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://isitlegaltocarryyourthermometerwithyouonholiday.site/&#34;&gt;https://isitlegaltocarryyourthermometerwithyouonholiday.site/&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.21, 10:09</title>
      <link>https://awfulwoman.com/notes/2019/3130/</link>
      <pubDate>Wed, 21 Aug 2019 08:09:35 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3130/</guid>
      <description>&lt;p&gt;A headline Guardian article by &lt;a href=&#34;https://twitter.com/philipoltermann&#34;&gt;@philipoltermann&lt;/a&gt; says that the German law granting UK citizens permanent residence after no-deal has been passed. Does anyone have more info on it? I&amp;rsquo;d heard it was proposed, but have not seen anything else.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.19, 15:20</title>
      <link>https://awfulwoman.com/notes/2019/3122/</link>
      <pubDate>Mon, 19 Aug 2019 13:20:11 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3122/</guid>
      <description>&lt;p&gt;Do people have recommendations for English-speaking and Berlin-based companies that offer web accessibility training from a trainer with disabilities? Similarly, any recommendations for companies that handle the liaising with disabled users for testing? #a11y #berlin&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.18, 23:45</title>
      <link>https://awfulwoman.com/notes/2019/3111/</link>
      <pubDate>Sun, 18 Aug 2019 21:45:40 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3111/</guid>
      <description>&lt;p&gt;I always speculate about who in any given group will go Nazi when it tries to emerge fully once more. So this piece from 1941 is a fascinating read.&lt;/p&gt;&#xA;&lt;p&gt;Via @chineloonwualu.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://harpers.org/archive/1941/08/who-goes-nazi/&#34;&gt;https://harpers.org/archive/1941/08/who-goes-nazi/&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.17, 14:49</title>
      <link>https://awfulwoman.com/notes/2019/3108/</link>
      <pubDate>Sat, 17 Aug 2019 12:49:20 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3108/</guid>
      <description>&lt;p&gt;Sorry to all if I&amp;rsquo;m not myself of late and prone to melodrama. Mental health giving me a kicking right now.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.17, 00:11</title>
      <link>https://awfulwoman.com/notes/2019/3105/</link>
      <pubDate>Fri, 16 Aug 2019 22:11:11 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3105/</guid>
      <description>&lt;p&gt;When you&amp;rsquo;ve spent most of your life just trying to exist your very presence here and now is an incredibly beautiful achievement.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.16, 10:42</title>
      <link>https://awfulwoman.com/notes/2019/3095/</link>
      <pubDate>Fri, 16 Aug 2019 08:42:08 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3095/</guid>
      <description>&lt;p&gt;To help my ADHD I disable all retweets on Twitter. Someone in the blue nazi-enabling bird has decided that this is not good for engagement and turned them all back on for me. #a11y&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.15, 21:56</title>
      <link>https://awfulwoman.com/notes/2019/3090/</link>
      <pubDate>Thu, 15 Aug 2019 19:56:32 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3090/</guid>
      <description>&lt;p&gt;The @Guardian, supposedly the most liberal mainstream UK newspaper, has trans employees quitting for fear that their basic human rights will fail to be upheld. By @patrickstrud. &lt;a href=&#34;https://www.buzzfeed.com/patrickstrudwick/two-transgender-employees-quit-guardian-transphobia&#34;&gt;https://www.buzzfeed.com/patrickstrudwick/two-transgender-employees-quit-guardian-transphobia&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.15, 13:47</title>
      <link>https://awfulwoman.com/notes/2019/3085/</link>
      <pubDate>Thu, 15 Aug 2019 11:47:39 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3085/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve also had to give up my British driving license, which feels like a weird permanent step towards staying in Germany.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.15, 12:41</title>
      <link>https://awfulwoman.com/notes/2019/3084/</link>
      <pubDate>Thu, 15 Aug 2019 10:41:38 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3084/</guid>
      <description>&lt;p&gt;It was worth the 4 hours of my life queuing in a bleak office, being shouted at by state workers. 🎉&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.14, 15:41</title>
      <link>https://awfulwoman.com/notes/2019/3079/</link>
      <pubDate>Wed, 14 Aug 2019 13:41:34 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3079/</guid>
      <description>&lt;p&gt;I came out of our cellar to find my 70 year old neighbour hanging fully out of her window, three meters above the ground. She was supported by only a hand around the frame and a well braced foot. She assures me that it&amp;rsquo;s all okay, she used to be in a circus.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.14, 11:03</title>
      <link>https://awfulwoman.com/notes/2019/3078/</link>
      <pubDate>Wed, 14 Aug 2019 09:03:16 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3078/</guid>
      <description>&lt;p&gt;My regular prescription swings at random between 5 and 15 euros whenever I pick it up (always from the same Apotheke). Germany experts, do you know of a reason?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.13, 22:18</title>
      <link>https://awfulwoman.com/notes/2019/3075/</link>
      <pubDate>Tue, 13 Aug 2019 20:18:25 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3075/</guid>
      <description>&lt;p&gt;I found a German copy of @teleject&amp;rsquo;s CSS Cookbook in the street, to which my good lady girlfriend said &amp;ldquo;maybe this will be the thing that lets you finally learn the fucking language.&amp;rdquo; I think she&amp;rsquo;s excited for me!&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.13, 17:04</title>
      <link>https://awfulwoman.com/notes/2019/3074/</link>
      <pubDate>Tue, 13 Aug 2019 15:04:59 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3074/</guid>
      <description>&lt;p&gt;Every single new person that I&amp;rsquo;ve met in the last month has assumed that I&amp;rsquo;m from the Netherlands, Denmark, or Sweden. I embrace my newfound Dutch and Scando nature. My I revel in their bicycle lanes, good architecture, and huge oil reserves.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.12, 12:44</title>
      <link>https://awfulwoman.com/notes/2019/3071/</link>
      <pubDate>Mon, 12 Aug 2019 10:44:34 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3071/</guid>
      <description>&lt;p&gt;Meetup:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;2 to 4 talks&lt;/li&gt;&#xA;&lt;li&gt;Local&lt;/li&gt;&#xA;&lt;li&gt;Cost: €0&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Conference:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;6 to 8 talks (maybe more available, but you can&amp;rsquo;t attend all unless you&amp;rsquo;re The Doctor)&lt;/li&gt;&#xA;&lt;li&gt;Environmental damage from travel&lt;/li&gt;&#xA;&lt;li&gt;Cost: €100 to €2000&lt;/li&gt;&#xA;&lt;li&gt;A little party bag&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Is there a case for conferences over meetups?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.12, 10:20</title>
      <link>https://awfulwoman.com/notes/2019/3067/</link>
      <pubDate>Mon, 12 Aug 2019 08:20:29 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3067/</guid>
      <description>&lt;p&gt;Free branded bras in all conference swag bags! But unisex bras (obviously!) so no one feels excluded. #innovation #equality #equalist&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.07, 18:13</title>
      <link>https://awfulwoman.com/notes/2019/3063/</link>
      <pubDate>Wed, 07 Aug 2019 16:13:38 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3063/</guid>
      <description>&lt;p&gt;&amp;ldquo;Make a difference&amp;rdquo; they said. &amp;ldquo;Go into management&amp;rdquo;. 😂😂😂😭&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.05, 15:33</title>
      <link>https://awfulwoman.com/notes/2019/3055/</link>
      <pubDate>Mon, 05 Aug 2019 13:33:32 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3055/</guid>
      <description>&lt;p&gt;Do any of you tech folk ever think about just quitting tech altogether? Opening a bakery, or retraining as a park ranger? I&amp;rsquo;d love to look after a forest for a living. There would be a far lower chance of a guy being in the forest and starting an argument due to his insecurities.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.03, 17:42</title>
      <link>https://awfulwoman.com/notes/2019/3047/</link>
      <pubDate>Sat, 03 Aug 2019 15:42:29 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3047/</guid>
      <description>&lt;p&gt;Syndications are working again on my site. The bottom of every page (like this one!) should have info about where it&amp;rsquo;s shared to. #indieweb&lt;/p&gt;&#xA;&lt;p&gt;(&lt;a href=&#34;https://www.sonniesedge.net/notes/3047&#34;&gt;https://www.sonniesedge.net/notes/3047&lt;/a&gt;)&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.02, 16:56</title>
      <link>https://awfulwoman.com/notes/2019/3032/</link>
      <pubDate>Fri, 02 Aug 2019 14:56:02 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3032/</guid>
      <description>&lt;p&gt;Does any other Brit in Berlin feel weird saying &amp;ldquo;Ciao!&amp;rdquo;? I just can&amp;rsquo;t do it - it makes me feel like a 1990s winebar-dwelling yuppie. I end up saying &amp;ldquo;Tschüß!&amp;rdquo; and sounding like a grandma.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.01, 21:07</title>
      <link>https://awfulwoman.com/notes/2019/3024/</link>
      <pubDate>Thu, 01 Aug 2019 19:07:42 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3024/</guid>
      <description>&lt;p&gt;The woman wandering around this supermarket wearing socks with her own face on them&amp;hellip; well, she has my complete and total respect. ♥️&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.08.01, 12:49</title>
      <link>https://awfulwoman.com/notes/2019/3021/</link>
      <pubDate>Thu, 01 Aug 2019 10:49:23 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3021/</guid>
      <description>&lt;p&gt;Shock collars, but for men who just start disagreeing with things for their own shits and giggles&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.07.31, 21:15</title>
      <link>https://awfulwoman.com/notes/2019/3016/</link>
      <pubDate>Wed, 31 Jul 2019 19:15:04 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3016/</guid>
      <description>&lt;p&gt;Finally got #webmentions working again on my site. So if you go to, say, my latest post, you&amp;rsquo;ll see all the like and repost count, and all the replies it has received. It&amp;rsquo;s looking a bit ropy, but small steps for now. #indieweb&#xA;&lt;a href=&#34;https://www.sonniesedge.net/posts/real-dark-web/&#34;&gt;https://www.sonniesedge.net/posts/real-dark-web/&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.07.31, 19:57</title>
      <link>https://awfulwoman.com/notes/2019/3015/</link>
      <pubDate>Wed, 31 Jul 2019 17:57:16 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3015/</guid>
      <description>&lt;p&gt;Wish I could have been at #AEADC. So may good messages coming out of that event! One day I&amp;rsquo;ll make it.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.07.29, 17:07</title>
      <link>https://awfulwoman.com/notes/2019/3001/</link>
      <pubDate>Mon, 29 Jul 2019 15:07:41 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/3001/</guid>
      <description>&lt;p&gt;One of the advertised advantages of my Elevated State of Queerness is meant to be a lack of PMS. But no. &lt;code&gt;*screams at random strangers*&lt;/code&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.07.29, 12:45</title>
      <link>https://awfulwoman.com/notes/2019/2999/</link>
      <pubDate>Mon, 29 Jul 2019 10:45:38 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2999/</guid>
      <description>&lt;p&gt;Only in Germany could someone tell you off for using a short version of your name. &amp;ldquo;The list has your name as Charlotte! How am I supposed to find you if you&amp;rsquo;re calling yourself Charlie?!!&amp;rdquo; I didn&amp;rsquo;t write the list, m8. So I&amp;rsquo;m gonna keep smiling &amp;amp; saying danke until you piss off.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.07.29, 08:37</title>
      <link>https://awfulwoman.com/notes/2019/2998/</link>
      <pubDate>Mon, 29 Jul 2019 06:37:02 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2998/</guid>
      <description>&lt;p&gt;Cried for an hour at the ending to Gentleman Jack. Then realised there was still two more episodes to watch. Spent another hour crying at the real ending. What an incredible moving and funny show. 🏳️‍🌈 ❤️ &lt;code&gt;#gentlemanjack&lt;/code&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.07.26, 20:36</title>
      <link>https://awfulwoman.com/notes/2019/2994/</link>
      <pubDate>Fri, 26 Jul 2019 18:36:00 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2994/</guid>
      <description>&lt;p&gt;&lt;code&gt;#dykemarch&lt;/code&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.07.26, 14:30</title>
      <link>https://awfulwoman.com/notes/2019/2992/</link>
      <pubDate>Fri, 26 Jul 2019 12:30:25 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2992/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m always saddened by folks who will advocate for #a11y, but then say &amp;ldquo;it&amp;rsquo;s too much trouble&amp;rdquo; to deal with HTML-first progressive enhancement.  Not everyone is fortunate enough to have a good network connection, or a high-CPU device. We shouldn&amp;rsquo;t be putting the burden on others.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.07.24, 10:24</title>
      <link>https://awfulwoman.com/notes/2019/2980/</link>
      <pubDate>Wed, 24 Jul 2019 08:24:11 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2980/</guid>
      <description>&lt;p&gt;Hi #a11y folk - do you have any trusted resources for building accessible emails? Some solid guides or tutorials would be really useful to pass onto a colleague.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.07.23, 23:18</title>
      <link>https://awfulwoman.com/notes/2019/2976/</link>
      <pubDate>Tue, 23 Jul 2019 21:18:35 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2976/</guid>
      <description>&lt;p&gt;I think I might have witnessed the birth of a new event family with this first @queerjs. One day there will be a #queerJS on a big cruise ship, with drugs and discreet waiters. I can feel it.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.07.23, 16:39</title>
      <link>https://awfulwoman.com/notes/2019/2974/</link>
      <pubDate>Tue, 23 Jul 2019 14:39:29 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2974/</guid>
      <description>&lt;p&gt;Remember 2014, when I didn&amp;rsquo;t experience heart palpitations upon hearing the phrase &amp;ldquo;UK politics&amp;rdquo;?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.07.23, 10:09</title>
      <link>https://awfulwoman.com/notes/2019/2972/</link>
      <pubDate>Tue, 23 Jul 2019 08:09:55 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2972/</guid>
      <description>&lt;p&gt;Berlin techies! I&amp;rsquo;ll be talking at QueerJS tonight about STUFF and THINGS.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://queerjs.com&#34;&gt;https://queerjs.com&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.07.22, 09:04</title>
      <link>https://awfulwoman.com/notes/2019/2969/</link>
      <pubDate>Mon, 22 Jul 2019 07:04:58 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2969/</guid>
      <description>&lt;p&gt;Thank you brain for an entire week of pregnancy dreams. Not gonna happen, no matter what your little neurons think, yeah?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.07.21, 13:52</title>
      <link>https://awfulwoman.com/notes/2019/2968/</link>
      <pubDate>Sun, 21 Jul 2019 11:52:49 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2968/</guid>
      <description>&lt;p&gt;This feels like a very important survey.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.icge.co.uk/twitter_surveys/smallbread&#34;&gt;http://www.icge.co.uk/twitter_surveys/smallbread&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.07.21, 11:15</title>
      <link>https://awfulwoman.com/notes/2019/2967/</link>
      <pubDate>Sun, 21 Jul 2019 09:15:27 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2967/</guid>
      <description>&lt;p&gt;Oh man, I got switched to the new Twitter interface. Is it meant to feel like a laggy, buggy piece of shit, or is that an intentional aesthetic?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.07.19, 21:56</title>
      <link>https://awfulwoman.com/notes/2019/2963/</link>
      <pubDate>Fri, 19 Jul 2019 19:56:09 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2963/</guid>
      <description>&lt;p&gt;Sorry folks that I haven&amp;rsquo;t been around of late. I think I hit a stress and depression patch and didn&amp;rsquo;t realise it. Danger signs for my future self: not cycling, not going out, feeling tired all. the. time.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.07.19, 21:20</title>
      <link>https://awfulwoman.com/notes/2019/2962/</link>
      <pubDate>Fri, 19 Jul 2019 19:20:07 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2962/</guid>
      <description>&lt;p&gt;Bureaucracy is a function of capitalism. Bureaucracy is people responding to a world that would deny them housing and food if they did not have a job. Therefore, make yourself indispensable and make things run slow.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.07.10, 09:58</title>
      <link>https://awfulwoman.com/notes/2019/2931/</link>
      <pubDate>Wed, 10 Jul 2019 07:58:23 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2931/</guid>
      <description>&lt;p&gt;The last week has been a funeral, work going mayhem, and a complete lack of sleep. So actually getting 8 hours rest last night was incredible.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.07.05, 08:41</title>
      <link>https://awfulwoman.com/notes/2019/2919/</link>
      <pubDate>Fri, 05 Jul 2019 06:41:42 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2919/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s just occurred to me that the people I find most interesting to talk to about the web are the ones who are part dev, and part librarian, or museum worker. Curation and outreach is such an important part of the web that is so, so, so often ignored.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.07.03, 10:01</title>
      <link>https://awfulwoman.com/notes/2019/2912/</link>
      <pubDate>Wed, 03 Jul 2019 08:01:19 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2912/</guid>
      <description>&lt;p&gt;There&amp;rsquo;s a position open for a senior project manager in our Berlin office. I&amp;rsquo;d love to see that position filled. If only for my own mental health. 😂&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://career5.successfactors.eu/career?career_ns=job_listing&amp;amp;company=C0001215517P&amp;amp;career_job_req_id=26920&#34;&gt;https://career5.successfactors.eu/career?career_ns=job_listing&amp;amp;company=C0001215517P&amp;amp;career_job_req_id=26920&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.07.02, 20:28</title>
      <link>https://awfulwoman.com/notes/2019/2910/</link>
      <pubDate>Tue, 02 Jul 2019 18:28:11 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2910/</guid>
      <description>&lt;p&gt;If anyone is wondering why the temperature in Berlin has suddenly dropped back to normal: it&amp;rsquo;s because my air conditioner got delivered last night. You&amp;rsquo;re welcome.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.07.02, 09:03</title>
      <link>https://awfulwoman.com/notes/2019/2909/</link>
      <pubDate>Tue, 02 Jul 2019 07:03:31 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2909/</guid>
      <description>&lt;p&gt;I love that people message me via Twitter DM, but gosh it&amp;rsquo;s the suckiest messaging system ever. So I&amp;rsquo;m sorry if I never get back to you. The whole &amp;ldquo;message notifications disappear if you so much as glance at the Messages tab&amp;rdquo; makes it 100% incompatible with my tiny ADHD brain. 😭&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.30, 17:38</title>
      <link>https://awfulwoman.com/notes/2019/2904/</link>
      <pubDate>Sun, 30 Jun 2019 15:38:07 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2904/</guid>
      <description>&lt;p&gt;This is fine.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.30, 00:10</title>
      <link>https://awfulwoman.com/notes/2019/2897/</link>
      <pubDate>Sat, 29 Jun 2019 22:10:40 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2897/</guid>
      <description>&lt;p&gt;Everything about Brighton drinking culture reminds me why I left the UK. It seems to be based on:&lt;/p&gt;&#xA;&lt;p&gt;a) Not wanting to live.&lt;/p&gt;&#xA;&lt;p&gt;b) Trying to make that a reality.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.29, 10:24</title>
      <link>https://awfulwoman.com/notes/2019/2892/</link>
      <pubDate>Sat, 29 Jun 2019 08:24:04 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2892/</guid>
      <description>&lt;p&gt;Had such an amazing time at yesterday&amp;rsquo;s #PatternsDay. So many notes and thoughts to process  Thank you to all the speakers and the folk at @clearleft for organising it. ♥️&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.28, 15:10</title>
      <link>https://awfulwoman.com/notes/2019/2889/</link>
      <pubDate>Fri, 28 Jun 2019 13:10:28 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2889/</guid>
      <description>&lt;p&gt;Crustacean Svelte Speaker.#patternsday&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.28, 01:16</title>
      <link>https://awfulwoman.com/notes/2019/2885/</link>
      <pubDate>Thu, 27 Jun 2019 23:16:50 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2885/</guid>
      <description>&lt;p&gt;I decided to get a bus from London Heathrow to Brighton. This is so far proving to be the worst decision I&amp;rsquo;ve made in months. Should have sold that kidney and got a taxi.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.27, 18:32</title>
      <link>https://awfulwoman.com/notes/2019/2874/</link>
      <pubDate>Thu, 27 Jun 2019 16:32:12 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2874/</guid>
      <description>&lt;p&gt;Try adding some agitprop to your conference talks! I did, and it made them 237% more spicy!&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.27, 14:27</title>
      <link>https://awfulwoman.com/notes/2019/2872/</link>
      <pubDate>Thu, 27 Jun 2019 12:27:42 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2872/</guid>
      <description>&lt;p&gt;Seeing @ericwbailey speaking in person is wonderful. So many good takes and kind humour. ♥️ #enterjs&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.26, 15:49</title>
      <link>https://awfulwoman.com/notes/2019/2868/</link>
      <pubDate>Wed, 26 Jun 2019 13:49:48 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2868/</guid>
      <description>&lt;p&gt;Lovely #indieweb people! What do you think of &amp;ldquo;/archive/bookmarks/&amp;rdquo;, &amp;ldquo;/archive/bookmarks/2019/&amp;rdquo;, &amp;ldquo;/archive/2019/03/bookmarks/&amp;rdquo; vs &amp;ldquo;/bookmarks/archive/&amp;rdquo;, &amp;ldquo;/bookmarks/archive/2019/&amp;rdquo;. &amp;ldquo;/bookmarks/archive/2019/03&amp;rdquo;?&lt;/p&gt;&#xA;&lt;p&gt;Where &amp;ldquo;bookmarks&amp;rdquo; could be any typical IndieWeb content type.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.26, 08:57</title>
      <link>https://awfulwoman.com/notes/2019/2864/</link>
      <pubDate>Wed, 26 Jun 2019 06:57:53 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2864/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s not even 9am and it&amp;rsquo;s already 30C outside. Remember, climate change isn&amp;rsquo;t real. It&amp;rsquo;s totally NORMAL for northern Germany to have temperatures comparable to the Middle East. Absolutely 100% normal.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.25, 23:00</title>
      <link>https://awfulwoman.com/notes/2019/2862/</link>
      <pubDate>Tue, 25 Jun 2019 21:00:37 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2862/</guid>
      <description>&lt;p&gt;My apartment has cooled down to 30C.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.25, 11:00</title>
      <link>https://awfulwoman.com/notes/2019/2861/</link>
      <pubDate>Tue, 25 Jun 2019 09:00:19 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2861/</guid>
      <description>&lt;p&gt;I hate phone conversations in English. Phone conversations in German with postal workers are nightmare fuel. 😂&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.24, 21:34</title>
      <link>https://awfulwoman.com/notes/2019/2859/</link>
      <pubDate>Mon, 24 Jun 2019 19:34:43 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2859/</guid>
      <description>&lt;p&gt;One end of the vast ants nest that fills our apartment building has opened up into our bedroom. Flying ants everywhere. Landlord says &amp;ldquo;this is normal in summer&amp;rdquo;. I hope our landlord finds ants in his eyeballs.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.23, 14:35</title>
      <link>https://awfulwoman.com/notes/2019/2854/</link>
      <pubDate>Sun, 23 Jun 2019 12:35:55 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2854/</guid>
      <description>&lt;p&gt;New glasses. Big dork energy.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.23, 00:52</title>
      <link>https://awfulwoman.com/notes/2019/2853/</link>
      <pubDate>Sat, 22 Jun 2019 22:52:46 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2853/</guid>
      <description>&lt;p&gt;Trying to set up Webpack from scratch. It is a fantastic example of a tool that is hard to use, not because it inherently difficult, but because the collective online knowledge has been smeared by time and rapid change into inconsistent and maddeningly frustrating mush.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.22, 21:07</title>
      <link>https://awfulwoman.com/notes/2019/2852/</link>
      <pubDate>Sat, 22 Jun 2019 19:07:30 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2852/</guid>
      <description>&lt;p&gt;Only in Germany would I have to frequently debug websites using browser dev tools to figure out why things aren&amp;rsquo;t working. ❤️&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.22, 00:20</title>
      <link>https://awfulwoman.com/notes/2019/2848/</link>
      <pubDate>Fri, 21 Jun 2019 22:20:20 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2848/</guid>
      <description>&lt;p&gt;Midnight on the longest day of the year.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.20, 17:44</title>
      <link>https://awfulwoman.com/notes/2019/2847/</link>
      <pubDate>Thu, 20 Jun 2019 15:44:05 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2847/</guid>
      <description>&lt;p&gt;Your regular reminder that Brexit will remove the rights of British citizens in the EU and EU citizens in the UK. Fuck you very much to all Leave votes.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.theguardian.com/politics/2019/jun/18/barnier-rebuffs-appeal-over-citizens-rights-in-event-of-no-deal-brexit&#34;&gt;https://www.theguardian.com/politics/2019/jun/18/barnier-rebuffs-appeal-over-citizens-rights-in-event-of-no-deal-brexit&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2019/2839/</link>
      <pubDate>Wed, 19 Jun 2019 17:34:43 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2839/</guid>
      <description>&lt;p&gt;Yesterday I got suspended for this reply to @stubbornella. Someone took the time to report me for hateful conduct! Thanks! I have learned my lesson. Going forward I will absolutely IN NO WAY be advocating for kidney punching rude men who push past you in the queue. &lt;em&gt;winks at camera&lt;/em&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.18, 21:05</title>
      <link>https://awfulwoman.com/notes/2019/2838/</link>
      <pubDate>Tue, 18 Jun 2019 19:05:44 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2838/</guid>
      <description>&lt;p&gt;&amp;ldquo;It&amp;rsquo;s not a polygon, it&amp;rsquo;s just a bunch of stupid lines.&amp;rdquo;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.16, 16:07</title>
      <link>https://awfulwoman.com/notes/2019/2827/</link>
      <pubDate>Sun, 16 Jun 2019 14:07:51 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2827/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been building the web for over 20 years. Today a developer new to the frontend demonstrated a CSS media query that I&amp;rsquo;d never heard of. I love the web and the way it enables even old fogies like me to learn.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.12, 19:03</title>
      <link>https://awfulwoman.com/notes/2019/2808/</link>
      <pubDate>Wed, 12 Jun 2019 17:03:52 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2808/</guid>
      <description>&lt;p&gt;Berlin is having its third storm in as many days. This one was a BEAST.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.10, 12:06</title>
      <link>https://awfulwoman.com/notes/2019/2799/</link>
      <pubDate>Mon, 10 Jun 2019 10:06:46 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2799/</guid>
      <description>&lt;p&gt;In 2017 @Loreal dropped @MunroeBergdorf after a false claim of anti-whiteness. Now in #pridemonth @NSPCC drops her as LGBT ambassador following a false claim that she is a porn actress (she did Playboy once). Middle-class, white, prudish TERFs at it again.&#xA;&lt;a href=&#34;https://www.bbc.co.uk/news/amp/uk-48572955&#34;&gt;https://www.bbc.co.uk/news/amp/uk-48572955&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.08, 15:08</title>
      <link>https://awfulwoman.com/notes/2019/2789/</link>
      <pubDate>Sat, 08 Jun 2019 13:08:13 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2789/</guid>
      <description>&lt;p&gt;Today I sat and cried in a bookshop as I realised how little time I now devote to reading and thinking. There is such an aching yearning in me for quiet reading, self-reflection, and tangible books that exist somewhere other than a server. Time to address that.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.07, 23:31</title>
      <link>https://awfulwoman.com/notes/2019/2779/</link>
      <pubDate>Fri, 07 Jun 2019 21:31:26 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2779/</guid>
      <description>&lt;p&gt;Who shot the writer and who the hell thought that voiceover was a good idea? But oh my lord I would watch Aziraephel and Crowley flirting together for eternity. #goodomens&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.07, 08:37</title>
      <link>https://awfulwoman.com/notes/2019/2773/</link>
      <pubDate>Fri, 07 Jun 2019 06:37:16 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2773/</guid>
      <description>&lt;p&gt;I started reading up on The Tragedy of the Commons for a post and now I&amp;rsquo;m just fucking depressed.&lt;/p&gt;&#xA;&lt;p&gt;Why are humans?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.06, 00:21</title>
      <link>https://awfulwoman.com/notes/2019/2766/</link>
      <pubDate>Wed, 05 Jun 2019 22:21:40 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2766/</guid>
      <description>&lt;p&gt;Midnight, and the temperature in my apartment has dropped to a cool 28C.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.04, 19:13</title>
      <link>https://awfulwoman.com/notes/2019/2752/</link>
      <pubDate>Tue, 04 Jun 2019 17:13:48 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2752/</guid>
      <description>&lt;p&gt;Eid Mubarak to all who are celebrating tonight! ☪️🎉&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.04, 09:01</title>
      <link>https://awfulwoman.com/notes/2019/2748/</link>
      <pubDate>Tue, 04 Jun 2019 07:01:42 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2748/</guid>
      <description>&lt;p&gt;The stand - JUST the stand - for the new Apple display costs $999.&lt;/p&gt;&#xA;&lt;p&gt;Do you ever feel the end times for tech are coming?&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.macrumors.com/2019/06/03/apple-pro-display-xdr-stand-costs-extra-999/&#34;&gt;https://www.macrumors.com/2019/06/03/apple-pro-display-xdr-stand-costs-extra-999/&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.03, 08:48</title>
      <link>https://awfulwoman.com/notes/2019/2739/</link>
      <pubDate>Mon, 03 Jun 2019 06:48:40 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2739/</guid>
      <description>&lt;p&gt;33C in the land that considers air conditioning a sin. #germany #sweatySweatyGermany&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.02, 17:58</title>
      <link>https://awfulwoman.com/notes/2019/2738/</link>
      <pubDate>Sun, 02 Jun 2019 15:58:39 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2738/</guid>
      <description>&lt;p&gt;I absolutely LOVED &lt;a href=&#34;https://twitter.com/freshelectrons&#34;&gt;@freshelectrons&lt;/a&gt;&amp;rsquo; poetry recital at #jsConfEU. More of this kind of thing! ♥️&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.02, 15:49</title>
      <link>https://awfulwoman.com/notes/2019/2737/</link>
      <pubDate>Sun, 02 Jun 2019 13:49:01 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2737/</guid>
      <description>&lt;p&gt;We need to talk to white tech boys about how they enter conversations at events. If you see a group of underrepresented people talking please don&amp;rsquo;t walk up and insert yourself into a conversation, or, even worse, just stand there silently. It&amp;rsquo;s creepy as fuck. #jsConfEU&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.02, 15:10</title>
      <link>https://awfulwoman.com/notes/2019/2735/</link>
      <pubDate>Sun, 02 Jun 2019 13:10:47 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2735/</guid>
      <description>&lt;p&gt;The talk by @firt was one of the few technical talks at #jsconfeu that advocated for progressive enhancement, independent publishing, and considering the user at the core of all things. Fantastic!&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.06.01, 10:09</title>
      <link>https://awfulwoman.com/notes/2019/2729/</link>
      <pubDate>Sat, 01 Jun 2019 08:09:03 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2729/</guid>
      <description>&lt;p&gt;I am fascinated by the need to protect the feelings of devs before a talk. &amp;ldquo;I might say I don&amp;rsquo;t like your favourite tech&amp;rdquo;. #jsconfeu&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.31, 14:37</title>
      <link>https://awfulwoman.com/notes/2019/2727/</link>
      <pubDate>Fri, 31 May 2019 12:37:16 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2727/</guid>
      <description>&lt;p&gt;Someone asking &amp;ldquo;is that React?&amp;rdquo; is a question that will haunt me to my grave.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.31, 11:46</title>
      <link>https://awfulwoman.com/notes/2019/2725/</link>
      <pubDate>Fri, 31 May 2019 09:46:45 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2725/</guid>
      <description>&lt;p&gt;I am loving how many speakers are using Firefox at @cssconfeu. &lt;code&gt;#cssconfeu&lt;/code&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.30, 16:38</title>
      <link>https://awfulwoman.com/notes/2019/2719/</link>
      <pubDate>Thu, 30 May 2019 14:38:20 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2719/</guid>
      <description>&lt;p&gt;Lazy sunny afternoons in outdoor cafes are what I&amp;rsquo;m now living for. Life is too short for worry and stress.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.27, 19:32</title>
      <link>https://awfulwoman.com/notes/2019/2707/</link>
      <pubDate>Mon, 27 May 2019 17:32:13 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2707/</guid>
      <description>&lt;p&gt;Rome cons: Macho. Aggressive. Car obsessed. A city that burned all its UX folk. Nacent fascism. Drama. Only child syndrome.&lt;/p&gt;&#xA;&lt;p&gt;Rome pros: Amazing food, coffee, wine. Actually tries to do accessibility in public places (but fails more often than not). History. Caravaggio.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.25, 16:07</title>
      <link>https://awfulwoman.com/notes/2019/2693/</link>
      <pubDate>Sat, 25 May 2019 14:07:31 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2693/</guid>
      <description>&lt;p&gt;Why do Romans hate pedestrians? This city would be BEAUTIFUL without cars. 😭&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.24, 23:17</title>
      <link>https://awfulwoman.com/notes/2019/2688/</link>
      <pubDate>Fri, 24 May 2019 21:17:55 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2688/</guid>
      <description>&lt;p&gt;For all those who have been desperately asking about it, I&amp;rsquo;m now publishing statistics about Caravaggio paintings I&amp;rsquo;ve seen and not seen.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.sonniesedge.net/about/caravaggio&#34;&gt;http://www.sonniesedge.net/about/caravaggio&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.24, 18:22</title>
      <link>https://awfulwoman.com/notes/2019/2686/</link>
      <pubDate>Fri, 24 May 2019 16:22:32 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2686/</guid>
      <description>&lt;p&gt;Oh my, I just saw the May news. Cue several more months of intense Brexit anxiety. Yay! 😭😠&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.24, 14:08</title>
      <link>https://awfulwoman.com/notes/2019/2683/</link>
      <pubDate>Fri, 24 May 2019 12:08:55 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2683/</guid>
      <description>&lt;p&gt;Standing on top of Vesuvius.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.23, 21:38</title>
      <link>https://awfulwoman.com/notes/2019/2679/</link>
      <pubDate>Thu, 23 May 2019 19:38:39 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2679/</guid>
      <description>&lt;p&gt;The ultimate goal is to be VERY gay in front of the Pope in a few days. &amp;ldquo;You&amp;rsquo;ll have to excommunicate me to stop us, Francis.&amp;rdquo;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.23, 21:21</title>
      <link>https://awfulwoman.com/notes/2019/2677/</link>
      <pubDate>Thu, 23 May 2019 19:21:24 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2677/</guid>
      <description>&lt;p&gt;Rome definitely doesn&amp;rsquo;t handle gays well. Open staring if my partner and I decide to kiss or hold hands. 👭 👩‍❤️‍💋‍👩&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.23, 00:18</title>
      <link>https://awfulwoman.com/notes/2019/2665/</link>
      <pubDate>Wed, 22 May 2019 22:18:32 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2665/</guid>
      <description>&lt;p&gt;Rome is actually quieter than I thought it would be.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.21, 08:30</title>
      <link>https://awfulwoman.com/notes/2019/2646/</link>
      <pubDate>Tue, 21 May 2019 06:30:29 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2646/</guid>
      <description>&lt;p&gt;I really what to do some technical conference talks again soon. Feel like I&amp;rsquo;ve painted myself into an Angry Generalist corner.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.19, 17:37</title>
      <link>https://awfulwoman.com/notes/2019/2633/</link>
      <pubDate>Sun, 19 May 2019 15:37:09 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2633/</guid>
      <description>&lt;p&gt;Spending the last few days in the Netherlands has made me realise how much I like it. Everyone is very friendly, there&amp;rsquo;s bicycles everywhere, and I&amp;rsquo;m surrounded by women who are the same height and stature as me. ♥️&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.19, 17:35</title>
      <link>https://awfulwoman.com/notes/2019/2632/</link>
      <pubDate>Sun, 19 May 2019 15:35:08 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2632/</guid>
      <description>&lt;p&gt;Yessss, all lady row on the aircraft. No man spreading! 🙏🙌&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.19, 15:11</title>
      <link>https://awfulwoman.com/notes/2019/2630/</link>
      <pubDate>Sun, 19 May 2019 13:11:05 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2630/</guid>
      <description>&lt;p&gt;As I get to the platform for the train to Schiphol Airport I see the train to Berlin pull away. If I was on that I&amp;rsquo;d just have to sit and snooze until I got home. 😭 Remind me in future: train, not plane.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.17, 14:52</title>
      <link>https://awfulwoman.com/notes/2019/2621/</link>
      <pubDate>Fri, 17 May 2019 12:52:34 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2621/</guid>
      <description>&lt;p&gt;An electric shock collar, but for developers who say &amp;ldquo;just&amp;rdquo; or &amp;ldquo;simply&amp;rdquo;.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.17, 10:20</title>
      <link>https://awfulwoman.com/notes/2019/2620/</link>
      <pubDate>Fri, 17 May 2019 08:20:45 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2620/</guid>
      <description>&lt;p&gt;Every time I volunteer at a conf I appreciate how much ruddy work the organisers put into it. The folk at @frontendunited are no different. ♥️&#xA;&lt;code&gt;#frontendunited&lt;/code&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.17, 07:51</title>
      <link>https://awfulwoman.com/notes/2019/2619/</link>
      <pubDate>Fri, 17 May 2019 05:51:29 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2619/</guid>
      <description>&lt;p&gt;Just shrieked at a dentist. Day can only go downhill from here.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.16, 18:15</title>
      <link>https://awfulwoman.com/notes/2019/2618/</link>
      <pubDate>Thu, 16 May 2019 16:15:33 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2618/</guid>
      <description>&lt;p&gt;If you want to get a feel for the glamour of travelling to conferences to speak, then know that I&amp;rsquo;m currently washing my knickers in a hotel room sink.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.16, 14:42</title>
      <link>https://awfulwoman.com/notes/2019/2613/</link>
      <pubDate>Thu, 16 May 2019 12:42:20 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2613/</guid>
      <description>&lt;p&gt;On this Global Accessibility Awareness Day, go fucking well talk to someone with a disability. Watch someone who has a disability use your product. Try thinking &amp;ldquo;what&amp;rsquo;s the best we can do to help?&amp;rdquo; and not &amp;ldquo;what can we get away with?&amp;rdquo; #GAAD #GAAD2019&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.16, 06:27</title>
      <link>https://awfulwoman.com/notes/2019/2609/</link>
      <pubDate>Thu, 16 May 2019 04:27:56 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2609/</guid>
      <description>&lt;p&gt;IMAGINE @heydonworks FORCING me to eat this stupidly large frozen yoghurt, while he daintily ate a normal sized one. It&amp;rsquo;s his fault I woke up at 04:30 having a sugar crash. Not mine. Obviously.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.16, 06:06</title>
      <link>https://awfulwoman.com/notes/2019/2608/</link>
      <pubDate>Thu, 16 May 2019 04:06:54 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2608/</guid>
      <description>&lt;p&gt;Next up on this geographically short (but emotionally rich) roadtrip is @frontendunited, where @AmyAshLDN and I shall be hosting things with dignity and aplomb.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.frontendunited.org/team-members/charlie-owen&#34;&gt;https://www.frontendunited.org/team-members/charlie-owen&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.16, 04:36</title>
      <link>https://awfulwoman.com/notes/2019/2607/</link>
      <pubDate>Thu, 16 May 2019 02:36:18 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2607/</guid>
      <description>&lt;p&gt;I have also had equally enormous and stonking fun at @a11yclub and @indiewebcamp Düsseldorf &amp;lsquo;19. In both of these attendee-run events I have learned &lt;em&gt;so much&lt;/em&gt;, and was inspired to do better things by poople who &lt;em&gt;care&lt;/em&gt; about the WWW and their fellow humans. ♥️ #a11yclub&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.16, 04:18</title>
      <link>https://awfulwoman.com/notes/2019/2606/</link>
      <pubDate>Thu, 16 May 2019 02:18:36 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2606/</guid>
      <description>&lt;p&gt;I cannot adequately express just how much I have enjoyed @btconf Düsseldorf &amp;lsquo;19. It is one of the most inspiring and friendly confs I have ever attended. Enormous credit to @marcthiele and all who organised it. You should be enormously proud! ♥️ #btconf&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.14, 10:35</title>
      <link>https://awfulwoman.com/notes/2019/2593/</link>
      <pubDate>Tue, 14 May 2019 08:35:48 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2593/</guid>
      <description>&lt;p&gt;Yeah, fucking constraints! 🎉 @stephenhay #btconf&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.13, 15:18</title>
      <link>https://awfulwoman.com/notes/2019/2584/</link>
      <pubDate>Mon, 13 May 2019 13:18:03 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2584/</guid>
      <description>&lt;p&gt;The thing I am finding so wonderful about @btconf is that is full of people talking positively and lovingly about other humans. The tech, if any, is secondary. &lt;code&gt;#btconf&lt;/code&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.13, 11:17</title>
      <link>https://awfulwoman.com/notes/2019/2581/</link>
      <pubDate>Mon, 13 May 2019 09:17:52 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2581/</guid>
      <description>&lt;p&gt;OMG post talk comedown.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.12, 17:52</title>
      <link>https://awfulwoman.com/notes/2019/2580/</link>
      <pubDate>Sun, 12 May 2019 15:52:05 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2580/</guid>
      <description>&lt;p&gt;Sorry if you&amp;rsquo;re seeing random bookmarks appearing in Twitter today. I&amp;rsquo;ve been testing how to publish bookmarks via the &lt;a href=&#34;https://indieweb.org&#34;&gt;Indieweb&lt;/a&gt;. Don&amp;rsquo;t worry, I&amp;rsquo;ll dial down the bookmark tweets to only the most interesting as soon as I&amp;rsquo;ve fine tuned all this.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.11, 12:44</title>
      <link>https://awfulwoman.com/notes/2019/2566/</link>
      <pubDate>Sat, 11 May 2019 10:44:21 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2566/</guid>
      <description>&lt;p&gt;I&amp;rsquo;d always considered the network API kinda useless, but hearing it considered as &amp;ldquo;metered vs unmetered&amp;rdquo; is much more interesting. 🤔&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.11, 11:08</title>
      <link>https://awfulwoman.com/notes/2019/2565/</link>
      <pubDate>Sat, 11 May 2019 09:08:34 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2565/</guid>
      <description>&lt;p&gt;The door bangs open, and @GitHub stumbles into the room, completley off it&amp;rsquo;s tits. It smacks @npmjs in the face, then falls down heavily and demands more beer.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.blog/2019-05-10-introducing-github-package-registry/&#34;&gt;https://github.blog/2019-05-10-introducing-github-package-registry/&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.06, 11:42</title>
      <link>https://awfulwoman.com/notes/2019/2548/</link>
      <pubDate>Mon, 06 May 2019 09:42:18 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2548/</guid>
      <description>&lt;p&gt;I think it&amp;rsquo;s time to increase my opportunities in Germany. Therefore, has anyone got a recommendation for a German tutor in Berlin?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.04, 14:50</title>
      <link>https://awfulwoman.com/notes/2019/2535/</link>
      <pubDate>Sat, 04 May 2019 12:50:45 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2535/</guid>
      <description>&lt;p&gt;Just testing notes at Indiecamp.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.04, 00:46</title>
      <link>https://awfulwoman.com/notes/2019/2532/</link>
      <pubDate>Fri, 03 May 2019 22:46:01 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2532/</guid>
      <description>&lt;p&gt;My apologies to all those I haven&amp;rsquo;t been in touch with of late. I have been dreadful at keeping on top of things. Extremely scatty. Might have to up the ol&amp;rsquo; methylphenidate.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.05.04, 00:27</title>
      <link>https://awfulwoman.com/notes/2019/2531/</link>
      <pubDate>Fri, 03 May 2019 22:27:58 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2531/</guid>
      <description>&lt;p&gt;Have been trying out @gatsbyjs. It&amp;rsquo;s very nice component based stuff. I like it! But it assumes that your next step is building an SPA, so it tries to load a metric crapton of JS that I simply don&amp;rsquo;t need or want on my page. Pages are 150x bigger than they should be. 😭&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.04.23, 15:03</title>
      <link>https://awfulwoman.com/notes/2019/2519/</link>
      <pubDate>Tue, 23 Apr 2019 13:03:40 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2519/</guid>
      <description>&lt;p&gt;An Easter weekend spent wheezing, coughing, and lying sadly on my sofa, weakly cursing all allergens.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve been upgraded to the next level of asthma meds after the doc exclaimed &amp;ldquo;oh god, that&amp;rsquo;s quite bad&amp;rdquo; while looking at my lung-function results. 😂&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.04.20, 18:29</title>
      <link>https://awfulwoman.com/notes/2019/2511/</link>
      <pubDate>Sat, 20 Apr 2019 16:29:17 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2511/</guid>
      <description>&lt;p&gt;I saw this thread last year, but I accidentally came across it just now and remembered why I pulled my own eyes out.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://twitter.com/AdamRackis/status/1074057804896460803?s=19&#34;&gt;https://twitter.com/AdamRackis/status/1074057804896460803?s=19&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.04.17, 11:16</title>
      <link>https://awfulwoman.com/notes/2019/2508/</link>
      <pubDate>Wed, 17 Apr 2019 09:16:47 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2508/</guid>
      <description>&lt;p&gt;Berlin is getting ready for May Day.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.04.16, 10:56</title>
      <link>https://awfulwoman.com/notes/2019/2506/</link>
      <pubDate>Tue, 16 Apr 2019 08:56:40 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2506/</guid>
      <description>&lt;p&gt;So @MaxBoeck went ahead and actually implemented a webring™️ system! 🎉💜&lt;/p&gt;&#xA;&lt;p&gt;This is so fantastic!&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/maxboeck/webring&#34;&gt;https://github.com/maxboeck/webring&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.04.12, 20:44</title>
      <link>https://awfulwoman.com/notes/2019/2501/</link>
      <pubDate>Fri, 12 Apr 2019 18:44:01 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2501/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ll be over here, freaking the fuck out about this trailer. #StarWars #EpisodeIX&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=adzYW5DZoWs&#34;&gt;https://www.youtube.com/watch?v=adzYW5DZoWs&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.04.10, 18:45</title>
      <link>https://awfulwoman.com/notes/2019/2487/</link>
      <pubDate>Wed, 10 Apr 2019 16:45:14 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2487/</guid>
      <description>&lt;p&gt;Very happy to say that I have never seen such absolute BOLLOCKS as this $365 per year &amp;ldquo;AI-powered&amp;rdquo; &amp;ldquo;solution&amp;rdquo; to website #a11y. Turns out that, at BEST, it&amp;rsquo;s a user stylesheet. At worst it&amp;rsquo;s an inaccessible nightmare for keyboard-users.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://accessibe.com/&#34;&gt;https://accessibe.com/&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.04.08, 22:33</title>
      <link>https://awfulwoman.com/notes/2019/2482/</link>
      <pubDate>Mon, 08 Apr 2019 20:33:46 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2482/</guid>
      <description>&lt;p&gt;If Brexit would just &lt;em&gt;fuck off&lt;/em&gt; it would make my conference travel plans a hell of a lot more certain and stop me having to piss some very nice people about.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.04.08, 14:57</title>
      <link>https://awfulwoman.com/notes/2019/2479/</link>
      <pubDate>Mon, 08 Apr 2019 12:57:58 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2479/</guid>
      <description>&lt;p&gt;Oh good god that was a cavity and a half. No wonder it was feeling wonky.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.04.06, 21:18</title>
      <link>https://awfulwoman.com/notes/2019/2398/</link>
      <pubDate>Sat, 06 Apr 2019 19:18:58 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2398/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve read this a few times and I&amp;rsquo;ve not taken anything away from it except that the author&amp;rsquo;s constant use of &lt;em&gt;italics&lt;/em&gt; for &lt;em&gt;emphasis&lt;/em&gt; makes my good eye twitch.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.theguardian.com/info/2019/apr/04/revisiting-the-rendering-tier&#34;&gt;https://www.theguardian.com/info/2019/apr/04/revisiting-the-rendering-tier&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.04.04, 19:15</title>
      <link>https://awfulwoman.com/notes/2019/2389/</link>
      <pubDate>Thu, 04 Apr 2019 17:15:41 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2389/</guid>
      <description>&lt;p&gt;[Germans normally]&#xA;I should file my taxes.&lt;/p&gt;&#xA;&lt;p&gt;[Germans seeing that a train is sitting at the S-Bahn platform]&#xA;I MUST PUSH ALL ELDERLY PEOPLE AND CHILDREN OUT OF MY WAY IN ORDER TO BOARD THIS VEHICLE THAT WILL BE REPLACED BY AN IDENTICAL ONE IN THREE MINUTES.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.04.04, 13:14</title>
      <link>https://awfulwoman.com/notes/2019/2388/</link>
      <pubDate>Thu, 04 Apr 2019 11:14:05 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2388/</guid>
      <description>&lt;p&gt;&amp;ldquo;You&amp;rsquo;re looking very Berlin today Charlie&amp;rdquo; x 3 times today.&lt;/p&gt;&#xA;&lt;p&gt;Must wear tracksuit bottoms more.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.03.31, 17:59</title>
      <link>https://awfulwoman.com/notes/2019/2368/</link>
      <pubDate>Sun, 31 Mar 2019 15:59:33 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2368/</guid>
      <description>&lt;p&gt;I was closeted for over a decade after transitioning. But I&amp;rsquo;ve been out for the last 9 years. Partly selfishly to avoid the Sword of Damocles via outing, and partly to help out others, just a little, simply by being visible.&lt;/p&gt;&#xA;&lt;p&gt;&lt;code&gt;#TransDayOfVisibility&lt;/code&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.03.31, 15:57</title>
      <link>https://awfulwoman.com/notes/2019/2365/</link>
      <pubDate>Sun, 31 Mar 2019 13:57:49 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2365/</guid>
      <description>&lt;p&gt;I feel ya, toilet graffiti.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.03.30, 18:26</title>
      <link>https://awfulwoman.com/notes/2019/2362/</link>
      <pubDate>Sat, 30 Mar 2019 17:26:14 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2362/</guid>
      <description>&lt;p&gt;The first warm weekend in Berlin. Which can only mean the twin dangers of Spargelsaison and Sommer Fahrradfahrer.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.03.30, 14:32</title>
      <link>https://awfulwoman.com/notes/2019/2358/</link>
      <pubDate>Sat, 30 Mar 2019 13:32:09 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2358/</guid>
      <description>&lt;p&gt;A dreadful hangover, but it&amp;rsquo;s sunny and warm outside. Life is a constant source of conundrums.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.03.29, 15:28</title>
      <link>https://awfulwoman.com/notes/2019/2350/</link>
      <pubDate>Fri, 29 Mar 2019 14:28:34 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2350/</guid>
      <description>&lt;p&gt;&amp;ldquo;I’m just a Catholic mother of four sons with a problem that only girls can solve: institutional sexism, rape culture, manspreading, mansplaining, and boys wearing Lynx body spray&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.bbc.com/news/uk-47738053&#34;&gt;https://www.bbc.com/news/uk-47738053&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.03.25, 07:50</title>
      <link>https://awfulwoman.com/notes/2019/2261/</link>
      <pubDate>Mon, 25 Mar 2019 06:50:20 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2261/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s late March in Berlin and it&amp;rsquo;s snowing.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.03.24, 14:48</title>
      <link>https://awfulwoman.com/notes/2019/2254/</link>
      <pubDate>Sun, 24 Mar 2019 13:48:37 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2254/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://twitter.com/swentel&#34;&gt;@swentel&lt;/a&gt; For the Indieweb module, is there a way to expose syndications via Views?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.03.22, 09:56</title>
      <link>https://awfulwoman.com/notes/2019/2247/</link>
      <pubDate>Fri, 22 Mar 2019 08:56:03 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2247/</guid>
      <description>&lt;p&gt;I don&amp;rsquo;t normally endorse Guardian opinion pieces, but those one sums up the whole shitshow.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.theguardian.com/commentisfree/2019/mar/21/apocalypse-next-week-theresa-may-meaningful-vote&#34;&gt;https://www.theguardian.com/commentisfree/2019/mar/21/apocalypse-next-week-theresa-may-meaningful-vote&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.03.21, 14:17</title>
      <link>https://awfulwoman.com/notes/2019/2242/</link>
      <pubDate>Thu, 21 Mar 2019 13:17:55 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2242/</guid>
      <description>&lt;p&gt;Can we take a moment to acknowledge the UK Petition site as a perfect example of a robust and progressively enhanced site?&lt;/p&gt;&#xA;&lt;p&gt;On older devices and bad networks the only difference is the counter not auto updating. 🎉&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://petition.parliament.uk/petitions/241584&#34;&gt;https://petition.parliament.uk/petitions/241584&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.03.21, 08:51</title>
      <link>https://awfulwoman.com/notes/2019/2210/</link>
      <pubDate>Thu, 21 Mar 2019 07:51:21 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2210/</guid>
      <description>&lt;p&gt;Yesterday was a shirt and tie day and damn I need to do that more.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.03.20, 09:22</title>
      <link>https://awfulwoman.com/notes/2019/2209/</link>
      <pubDate>Wed, 20 Mar 2019 08:22:00 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2209/</guid>
      <description>&lt;p&gt;This article from @tatianatmac is one of the most important reads out there right now.&lt;/p&gt;&#xA;&lt;p&gt;Tech has a white supremacy problem.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://alistapart.com/article/canary-in-a-coal-mine-how-tech-provides-platforms-for-hate&#34;&gt;https://alistapart.com/article/canary-in-a-coal-mine-how-tech-provides-platforms-for-hate&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.03.16, 23:00</title>
      <link>https://awfulwoman.com/notes/2019/2187/</link>
      <pubDate>Sat, 16 Mar 2019 22:00:14 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2187/</guid>
      <description>&lt;p&gt;Very happy to hear that @netflix have devoted an episode of #LoveDeathandRobots to my username! 🎉&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.03.16, 12:34</title>
      <link>https://awfulwoman.com/notes/2019/2183/</link>
      <pubDate>Sat, 16 Mar 2019 11:34:52 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2183/</guid>
      <description>&lt;p&gt;Afternoon tea, motherfuckers.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.03.12, 14:59</title>
      <link>https://awfulwoman.com/notes/2019/2174/</link>
      <pubDate>Tue, 12 Mar 2019 13:59:55 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2174/</guid>
      <description>&lt;p&gt;Happy birthday to the World Wide Web! 🎉&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;It gave me employment over the last two decades.&lt;/li&gt;&#xA;&lt;li&gt;It put me in touch with new friends.&lt;/li&gt;&#xA;&lt;li&gt;It let me be a better person.&lt;/li&gt;&#xA;&lt;li&gt;It gave me information that literally. saved. my. life.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Love you, WWW. ❤️&lt;/p&gt;&#xA;&lt;p&gt;#www30&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.03.11, 09:37</title>
      <link>https://awfulwoman.com/notes/2019/2170/</link>
      <pubDate>Mon, 11 Mar 2019 08:37:53 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2170/</guid>
      <description>&lt;p&gt;An alternate history where Esperanto became the official EU Lingua Franca, and British people were therefore collectively forced to focus on learning a single foreign language. Did Brexit happen in that world?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.03.10, 20:16</title>
      <link>https://awfulwoman.com/notes/2019/2168/</link>
      <pubDate>Sun, 10 Mar 2019 19:16:50 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2168/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been enjoying that all the women from a shit company I used to work at have gone on to be conference organisers, chairs of language committees, public speakers, while the limp man who was CTO has spent his time and money since then releasing the sloth emoji.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.03.10, 18:43</title>
      <link>https://awfulwoman.com/notes/2019/2167/</link>
      <pubDate>Sun, 10 Mar 2019 17:43:11 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2167/</guid>
      <description>&lt;p&gt;We&amp;rsquo;ve had some weird weather in Berlin over the last few days. But at least some of it was pretty.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.03.09, 12:40</title>
      <link>https://awfulwoman.com/notes/2019/2159/</link>
      <pubDate>Sat, 09 Mar 2019 11:40:55 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2159/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m shutting down the main RSS feed for this site while I figure out a better way to handle it. I&amp;rsquo;ll alias back some kind of hosepipe feed to the existing &lt;a href=&#34;https://www.sonniesedge.net/rss.xml&#34;&gt;https://www.sonniesedge.net/rss.xml&lt;/a&gt; URL as soon as I&amp;rsquo;ve fixed it.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.03.08, 21:19</title>
      <link>https://awfulwoman.com/notes/2019/2154/</link>
      <pubDate>Fri, 08 Mar 2019 20:19:36 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2154/</guid>
      <description>&lt;p&gt;&amp;ldquo;I realise I&amp;rsquo;ve been fighting all this time with one hand tied behind my back&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;I have just cried all the way through #CaptainMarvel.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.03.08, 09:48</title>
      <link>https://awfulwoman.com/notes/2019/2153/</link>
      <pubDate>Fri, 08 Mar 2019 08:48:33 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2153/</guid>
      <description>&lt;p&gt;Happy international Women&amp;rsquo;s Day to all the beautiful women in my life. Abled and disabled, cis and trans, all races, all ages. Love you all to fucking bits. Don&amp;rsquo;t let the bastards grind you down. 💜&#xA;#InternationalWomensDay&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.03.07, 21:18</title>
      <link>https://awfulwoman.com/notes/2019/2150/</link>
      <pubDate>Thu, 07 Mar 2019 20:18:00 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2150/</guid>
      <description>&lt;p&gt;Friendship is @fj telling you about how one should moderate carb intake and think about the GI of things, while you nod and uh-huh and order a large pizza and buffala caprese, and a few glasses of wine.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.03.06, 09:11</title>
      <link>https://awfulwoman.com/notes/2019/2149/</link>
      <pubDate>Wed, 06 Mar 2019 08:11:34 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2149/</guid>
      <description>&lt;p&gt;It often feels that my life and career would be infinitely easier if I didn&amp;rsquo;t care about people who I will never meet.&lt;/p&gt;&#xA;&lt;p&gt;All my love to those who keep on caring and actually trying to make the world easier for others. I feel you right now. ♥️&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2019/2142/</link>
      <pubDate>Sun, 03 Mar 2019 08:30:00 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2142/</guid>
      <description>&lt;p&gt;Yesterday&amp;rsquo;s selection of Berlin graffiti.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.02.28, 08:43</title>
      <link>https://awfulwoman.com/notes/2019/2136/</link>
      <pubDate>Thu, 28 Feb 2019 07:43:34 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2136/</guid>
      <description>&lt;p&gt;Compassion-Driven Development Vs Capitalism-Driven Development.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.02.28, 08:37</title>
      <link>https://awfulwoman.com/notes/2019/2135/</link>
      <pubDate>Thu, 28 Feb 2019 07:37:04 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2135/</guid>
      <description>&lt;p&gt;As ever in most industries, the issues we see here in web land come down to the struggle of capital Vs people.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.02.27, 18:22</title>
      <link>https://awfulwoman.com/notes/2019/2131/</link>
      <pubDate>Wed, 27 Feb 2019 17:22:09 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2131/</guid>
      <description>&lt;p&gt;Found a gift from a neighbour for doing them a favour. ♥️&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.02.27, 15:18</title>
      <link>https://awfulwoman.com/notes/2019/2128/</link>
      <pubDate>Wed, 27 Feb 2019 14:18:24 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2128/</guid>
      <description>&lt;p&gt;And a question for the Berliners: is there a good place to give clothes to? Not a commercial operation, like Humana. Maybe a refugee centre?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.02.27, 15:14</title>
      <link>https://awfulwoman.com/notes/2019/2127/</link>
      <pubDate>Wed, 27 Feb 2019 14:14:23 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2127/</guid>
      <description>&lt;p&gt;Does anyone know of an Android app that allows you to share via GET? Like &amp;ldquo;Share to Gmail&amp;rdquo; but you define a URL and the parameters?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2019/2122/</link>
      <pubDate>Wed, 27 Feb 2019 11:07:45 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2122/</guid>
      <description>&lt;p&gt;Daytime Copenhagen was also beautiful. ❤️&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2019/2121/</link>
      <pubDate>Tue, 26 Feb 2019 20:01:57 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2121/</guid>
      <description>&lt;p&gt;Loved being in Copenhagen again, for so many reasons. ❤️&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.02.26, 19:45</title>
      <link>https://awfulwoman.com/notes/2019/2119/</link>
      <pubDate>Tue, 26 Feb 2019 18:45:24 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2119/</guid>
      <description>&lt;p&gt;Can&amp;rsquo;t wait for this! 🎉🎉🎉&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.02.26, 12:08</title>
      <link>https://awfulwoman.com/notes/2019/2117/</link>
      <pubDate>Tue, 26 Feb 2019 11:08:24 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2117/</guid>
      <description>&lt;p&gt;Submitting my Krank­mel­dung online was strangely without login pain, nor UX distress.&lt;/p&gt;&#xA;&lt;p&gt;I am in some kind of German Upside Down&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.02.26, 10:59</title>
      <link>https://awfulwoman.com/notes/2019/2115/</link>
      <pubDate>Tue, 26 Feb 2019 09:59:12 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2115/</guid>
      <description>&lt;p&gt;This is very good to see! White people act weird as shit around BIPoCiT (and especially BIPoCiT in groups) at tech conferences. This gives a space that excludes whiteness and allows BIPoCiT to relax. ❤️&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.02.25, 23:17</title>
      <link>https://awfulwoman.com/notes/2019/2108/</link>
      <pubDate>Mon, 25 Feb 2019 22:17:33 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2108/</guid>
      <description>&lt;p&gt;A grand day of coughing and hacking. Love you too viruses. 💔&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.02.23, 15:51</title>
      <link>https://awfulwoman.com/notes/2019/2085/</link>
      <pubDate>Sat, 23 Feb 2019 14:51:16 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2085/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve got a pet theory that you can judge a country based on its spa culture.&lt;/p&gt;&#xA;&lt;p&gt;Copenhagen is looking pretty damn good based on today&amp;rsquo;s visit. Pure Scando chill.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.02.19, 13:36</title>
      <link>https://awfulwoman.com/notes/2019/2071/</link>
      <pubDate>Tue, 19 Feb 2019 12:36:56 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2071/</guid>
      <description>&lt;p&gt;Back in beautiful Copenhagen, where a cola has just cost me €3.50 and a heart attack.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.02.17, 22:53</title>
      <link>https://awfulwoman.com/notes/2019/2070/</link>
      <pubDate>Sun, 17 Feb 2019 21:53:46 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2070/</guid>
      <description>&lt;p&gt;You know that thing where you’re really stressed and then you have a chance to relax by one tiny tiny anxiety unit and so your body goes “HEY WHAT’S THAT WE SHOULD BE ILL?” and you don’t, in fact, get to relax in any way at all?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.02.16, 20:51</title>
      <link>https://awfulwoman.com/notes/2019/2069/</link>
      <pubDate>Sat, 16 Feb 2019 19:51:03 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2069/</guid>
      <description>&lt;p&gt;Can we talk about my hair colour looking FANTASTIC after my latest hairdresser indulgence?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.02.16, 18:02</title>
      <link>https://awfulwoman.com/notes/2019/2068/</link>
      <pubDate>Sat, 16 Feb 2019 17:02:23 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2068/</guid>
      <description>&lt;p&gt;Trying out sending of webmentions.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2019.02.16, 01:06</title>
      <link>https://awfulwoman.com/notes/2019/2067/</link>
      <pubDate>Sat, 16 Feb 2019 00:06:21 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2019/2067/</guid>
      <description>&lt;p&gt;Just testing bridg.gy and twitter while I can&amp;rsquo;t sleep.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2018/1598/</link>
      <pubDate>Sat, 29 Dec 2018 19:49:00 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2018/1598/</guid>
      <description>&lt;p&gt;I got to spend a few days in dark and foggy Hamburg.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title></title>
      <link>https://awfulwoman.com/notes/2018/1289/</link>
      <pubDate>Sat, 20 Oct 2018 18:06:00 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2018/1289/</guid>
      <description>&lt;p&gt;I saw so many sheep on Tempelhofer Feld today!&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2018.10.14, 15:11</title>
      <link>https://awfulwoman.com/notes/2018/1282/</link>
      <pubDate>Sun, 14 Oct 2018 13:11:00 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2018/1282/</guid>
      <description>&lt;p&gt;Finally bought hosting for Craft CMS on Fortrabbit. It has made setting up the app an absolute dream.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.fortrabbit.com/&#34;&gt;https://www.fortrabbit.com/&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2018.10.11, 18:56</title>
      <link>https://awfulwoman.com/notes/2018/1553/</link>
      <pubDate>Thu, 11 Oct 2018 16:56:00 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2018/1553/</guid>
      <description>&lt;p&gt;Finally back home from &lt;a href=&#34;ffconf&#34;&gt;https://2018.ffconf.org&lt;/a&gt; and having a cuppa.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2018.09.23, 16:10</title>
      <link>https://awfulwoman.com/notes/2018/1172/</link>
      <pubDate>Sun, 23 Sep 2018 14:10:00 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2018/1172/</guid>
      <description>&lt;p&gt;Don&amp;rsquo;t mind me - I&amp;rsquo;m just trying out publishing notes automatically to Twitter. Pushing for that elusive &lt;code&gt;#personalbrand&lt;/code&gt;.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2018.09.21, 13:07</title>
      <link>https://awfulwoman.com/notes/2018/1169/</link>
      <pubDate>Fri, 21 Sep 2018 11:07:00 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2018/1169/</guid>
      <description>&lt;p&gt;Loving the way that Gmail now freezes every other time I try to use it, and takes at least 20 seconds to load.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2018.09.19, 20:43</title>
      <link>https://awfulwoman.com/notes/2018/1167/</link>
      <pubDate>Wed, 19 Sep 2018 18:43:00 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2018/1167/</guid>
      <description>&lt;p&gt;Torn between love of building my JAMstack site, and cursing the idiot who didn&amp;rsquo;t just install Wordpress and go from there.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>2018.09.18, 12:00</title>
      <link>https://awfulwoman.com/notes/2018/1165/</link>
      <pubDate>Tue, 18 Sep 2018 10:00:00 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2018/1165/</guid>
      <description>&lt;p&gt;I think it&amp;rsquo;s time to take back control of my social media. From now on I&amp;rsquo;m microposting on this website and syndicating to RSS, and to Twitter whenever I feel it&amp;rsquo;s necessary.&lt;/p&gt;&#xA;&lt;p&gt;&lt;del&gt;&lt;a href=&#34;https://sonniesedge.co.uk/notes&#34;&gt;https://sonniesedge.co.uk/notes&lt;/a&gt;&lt;/del&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;del&gt;&lt;a href=&#34;https://whalecoiner.com/notes&#34;&gt;https://whalecoiner.com/notes&lt;/a&gt;&lt;/del&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://awfulwoman.com/notes&#34;&gt;https://awfulwoman.com/notes&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>Selfhosting</title>
      <link>https://awfulwoman.com/notes/2024/11/selfhosting/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://awfulwoman.com/notes/2024/11/selfhosting/</guid>
      <description>&lt;p&gt;Just a note about selfhosting. To fill in the space.&lt;/p&gt;&#xA;</description>
    </item>
  </channel>
</rss>
