<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Today I learned...</title>
  <link href="https://til.fuzzy.monster/feed" rel="self"/>
  <link href="https://til.fuzzy.monster"/>
  <updated>2026-02-01T00:00:00Z</updated>
  <id>https://til.fuzzy.monster</id>
  <author>
    <name>Latz</name>
    <email>[email protected]</email>
  </author>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-222/"/>
      <updated>2026-02-01T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-222/</id>
      <content type="html">&lt;p&gt;... that you have to pay 7.5% &amp;quot;city tax&amp;quot; on your hotel room price if you&#39;re staying in Berlin.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-221/"/>
      <updated>2026-01-06T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-221/</id>
      <content type="html">&lt;p&gt;... that &amp;quot;Claude Code&amp;quot; and &amp;quot;Claude Api&amp;quot; have seperated billing systems, so that I can&#39;t use the Claude API though I have a Pro Plan.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-220/"/>
      <updated>2025-08-13T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-220/</id>
      <content type="html">&lt;p&gt;... that you can use &lt;a href=&quot;https://frontendmasters.com/blog/stretch/&quot;&gt;height: stretch&lt;/a&gt; in CSS.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-219/"/>
      <updated>2025-04-23T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-219/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://texts.com/&quot;&gt;Texts&lt;/a&gt; has a &lt;a href=&quot;https://texts.com/subscription&quot;&gt;free tier&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-218/"/>
      <updated>2025-01-22T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-218/</id>
      <content type="html">&lt;p&gt;... that I have to use &lt;code&gt;DATE_RFC7231&lt;/code&gt; in PHP, if I want to format the &lt;code&gt;pubDate&lt;/code&gt; correctly, although the &lt;a href=&quot;https://www.rssboard.org/rss-specification&quot;&gt;spec&lt;/a&gt; says it &amp;quot;RFC 822&amp;quot;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-217/"/>
      <updated>2024-12-05T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-217/</id>
      <content type="html">&lt;p&gt;... that I have to set the &lt;code&gt;scrollbar-gutter&lt;/code&gt; rule in the &lt;code&gt;html&lt;/code&gt; selector, not in the &lt;code&gt;body&lt;/code&gt; selector. #CSS&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-216/"/>
      <updated>2024-11-13T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-216/</id>
      <content type="html">&lt;p&gt;... that before removing a &amp;quot;useless&amp;quot; &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; I should check if there is an event delegation set on it in a script somewhere.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-215/"/>
      <updated>2024-11-04T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-215/</id>
      <content type="html">&lt;p&gt;... that I have to tell the canvas that I want to use an alpha value: &lt;code&gt;const ctx = canvas.getContext(&#39;2d&#39;, {alpha: true});&lt;/code&gt;, otherwise the color will turn black if the value is below 10.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-214/"/>
      <updated>2024-11-03T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-214/</id>
      <content type="html">&lt;p&gt;... that I can opacity to a hex color code by &lt;a href=&quot;https://www.digitalocean.com/community/tutorials/css-hex-code-colors-alpha-values#adding-an-alpha-value-to-css-hex-codes&quot;&gt;adding the alpha value to the string&lt;/a&gt; (#RRGGBBAA).&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-213/"/>
      <updated>2024-09-10T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-213/</id>
      <content type="html">&lt;p&gt;... a new word: &amp;quot;&lt;a href=&quot;https://dictionary.cambridge.org/dictionary/english/plenteous&quot;&gt;plenteous&lt;/a&gt;&amp;quot;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-212/"/>
      <updated>2024-09-08T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-212/</id>
      <content type="html">&lt;p&gt;... how I can use &lt;a href=&quot;https://www.npmjs.com/package/dotenv#how-do-i-use-dotenv-with-import&quot;&gt;dotenv as a module&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-211/"/>
      <updated>2024-09-04T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-211/</id>
      <content type="html">&lt;p&gt;... that Ubuntu contains a &lt;a href=&quot;https://www.howtogeek.com/429190/how-to-set-up-remote-desktop-on-ubuntu/&quot;&gt;native RDP server&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-210/"/>
      <updated>2024-08-30T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-210/</id>
      <content type="html">&lt;p&gt;... that in Chrome with opened Developer Tools a long press on the reload button will open a menu to empty the cache and reload the page.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-209/"/>
      <updated>2024-08-28T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-209/</id>
      <content type="html">&lt;p&gt;... there&#39;s a &lt;a href=&quot;https://ubuntu.com/pro/subscribe&quot;&gt;free personal tier for Ubuntu Pro&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-208/"/>
      <updated>2024-08-12T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-208/</id>
      <content type="html">&lt;p&gt;... about the HTML input types &amp;quot;url&amp;quot;, &amp;quot;email&amp;quot;and &amp;quot;color&amp;quot;. (&lt;a href=&quot;https://blog.openreplay.com/html5-input-types-you-may-not-be-using/?ref=dailydev&quot;&gt;Open Relay Blog&lt;/a&gt;).&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-207/"/>
      <updated>2024-08-11T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-207/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://expressjs.com/&quot;&gt;Express.js&lt;/a&gt; uses the &lt;code&gt;index.html&lt;/code&gt; file if present, no matter what your routes for &lt;code&gt;&amp;quot;/&amp;quot;&lt;/code&gt; are set to.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-206/"/>
      <updated>2024-07-01T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-206/</id>
      <content type="html">&lt;p&gt;... how to &lt;a href=&quot;https://stackoverflow.com/a/74698396/259184&quot;&gt;auto collapse the outliners&lt;/a&gt; in VSCode.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-205/"/>
      <updated>2024-06-27T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-205/</id>
      <content type="html">&lt;p&gt;... about &lt;a href=&quot;https://blog.logrocket.com/es-modules-in-browsers-with-import-maps/&quot;&gt;&amp;quot;import maps&amp;quot;&lt;/a&gt; in ES6.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-204/"/>
      <updated>2024-04-09T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-204/</id>
      <content type="html">&lt;p&gt;... about the &lt;a href=&quot;https://www.youtube.com/watch?v=pL7JKHcHcjs&quot;&gt;Quick Search&lt;/a&gt; command in Visual Studio Code.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-203/"/>
      <updated>2024-04-05T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-203/</id>
      <content type="html">&lt;p&gt;... that all Pro features of &lt;a href=&quot;https://www.gitkraken.com/pricing&quot;&gt;GitKraken and GitLens&lt;/a&gt; are also available for fre on public Github repos.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-202/"/>
      <updated>2024-04-03T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-202/</id>
      <content type="html">&lt;p&gt;... that I can use &lt;a href=&quot;https://sonarcloud.io/&quot;&gt;SonarCloud&lt;/a&gt; on public Github repositories for free.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-201/"/>
      <updated>2024-03-25T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-201/</id>
      <content type="html">&lt;p&gt;... that Fran Drescher&#39;s first role was in &amp;quot;&lt;a href=&quot;https://www.imdb.com/title/tt0076666/characters/nm0000376&quot;&gt;Saturday Night Fever&lt;/a&gt;&amp;quot;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-200/"/>
      <updated>2024-03-13T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-200/</id>
      <content type="html">&lt;p&gt;... how to check for &lt;a href=&quot;https://davidwalsh.name/detect-caps-lock&quot;&gt;CapsLock in JavaScript&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-199/"/>
      <updated>2024-02-01T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-199/</id>
      <content type="html">&lt;p&gt;... that the &lt;code&gt;&lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/API/Element/keypress_event&quot;&gt;keypress&lt;/a&gt;&lt;/code&gt; event is deprecated and I have to use &lt;code&gt;&lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/API/Element/keyup_event&quot;&gt;keyup&lt;/a&gt;&lt;/code&gt; or &lt;code&gt;&lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/API/Element/keydown_event&quot;&gt;keydown&lt;/a&gt;&lt;/code&gt; event.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-198/"/>
      <updated>2023-11-30T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-198/</id>
      <content type="html">&lt;p&gt;... how to mute a &lt;a href=&quot;https://developer.chrome.com/docs/extensions/reference/tabs/#mute&quot;&gt;Chrome tab programmatically&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-197/"/>
      <updated>2023-11-03T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-197/</id>
      <content type="html">&lt;p&gt;... that most problems with the Parcel bundler can be solved by deleting the &lt;code&gt;.parcel-cache&lt;/code&gt; directory.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-196/"/>
      <updated>2023-10-23T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-196/</id>
      <content type="html">&lt;p&gt;... that I can disable all caching in WordPress by setting &lt;code&gt;define(&#39;WP_DEVELOPMENT_MODE&#39;, true);&lt;/code&gt; in &lt;code&gt;wp-config.php&lt;/code&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-195/"/>
      <updated>2023-10-16T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-195/</id>
      <content type="html">&lt;p&gt;... how to check the &lt;a href=&quot;https://stackoverflow.com/a/75967507/259184&quot;&gt;content of FormData&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-194/"/>
      <updated>2023-10-01T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-194/</id>
      <content type="html">&lt;p&gt;... that you can&#39;t use &amp;quot;login&amp;quot; as the $handle in &amp;quot;wp_enqueue_style()&amp;quot;. #WordPress&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-193/"/>
      <updated>2023-09-26T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-193/</id>
      <content type="html">&lt;p&gt;... that the parent directory of Apache&#39;s &amp;quot;DocumentRoot&amp;quot; has to be readable to Apache, too.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-192/"/>
      <updated>2023-09-16T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-192/</id>
      <content type="html">&lt;p&gt;... about some very useful &lt;a href=&quot;https://hackernoon.com/mastering-javascript-shorthand-tips-for-beginners&quot;&gt;Javascript shorthands&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-191/"/>
      <updated>2023-06-14T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-191/</id>
      <content type="html">&lt;p&gt;... how to run &lt;a href=&quot;https://techoverflow.net/2020/07/17/how-to-run-nextcloud-php-occ-in-a-docker-compose-configuration/&quot;&gt;Nextcloud “php occ” in a docker-compose configuration&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-190/"/>
      <updated>2023-06-13T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-190/</id>
      <content type="html">&lt;p&gt;... how to easily &lt;a href=&quot;https://dev.to/suhailkakar/remove-all-console-log-from-your-project-in-less-a-minutes-3glg&quot;&gt;remove all &amp;quot;console.log&amp;quot;s&lt;/a&gt; from a project in VS Code.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-189/"/>
      <updated>2023-05-05T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-189/</id>
      <content type="html">&lt;p&gt;... that &lt;code&gt;chrome.runtime.getURL&lt;/code&gt; only works with absolute paths.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-188/"/>
      <updated>2023-05-04T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-188/</id>
      <content type="html">&lt;p&gt;... that I can add a catch/finally block to an await statement.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-js&quot;&gt;await(&amp;lt;Promise&amp;gt;)
    .catch({})
    .finally({});
&lt;/code&gt;&lt;/pre&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-187/"/>
      <updated>2023-04-18T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-187/</id>
      <content type="html">&lt;p&gt;... that the easiest way to find the intersection of two arrays in ES6 is to use&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-js&quot;&gt;function intersect(a, b) {
  return a.filter(Set.prototype.has, new Set(b));
}
&lt;/code&gt;&lt;/pre&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-186/"/>
      <updated>2023-04-16T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-186/</id>
      <content type="html">&lt;p&gt;... on GitHub, I have to &lt;a href=&quot;https://github.com/readme/guides/open-source-licensing&quot;&gt;leave out any copyright information&lt;/a&gt; to have the code being fully copyrighted to myself.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-185/"/>
      <updated>2023-03-28T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-185/</id>
      <content type="html">&lt;p&gt;... that I have to use &amp;quot;&lt;code&gt;box-sizing: content-box;&lt;/code&gt;&amp;quot; to create text inputs and select boxes that have the same width. #CSS (&lt;a href=&quot;https://stackoverflow.com/a/4073861/259184&quot;&gt;stackoverflow&lt;/a&gt;)&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-184/"/>
      <updated>2023-03-28T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-184/</id>
      <content type="html">&lt;p&gt;... that I can stop all running Docker containers by using &amp;quot;docker stop $(docker ps -a -q)&amp;quot;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-183/"/>
      <updated>2022-10-31T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-183/</id>
      <content type="html">&lt;p&gt;... that changing the user-agent to &amp;quot;googlebot&amp;quot; will bypass many paywalls.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-182/"/>
      <updated>2022-07-24T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-182/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://de.wikipedia.org/wiki/Hans_Zimmer&quot;&gt;Hans Zimmer&lt;/a&gt; (the famous composer) briefly appeard in the video of &amp;quot;&lt;a href=&quot;https://www.youtube.com/watch?v=W8r-tXRLazs&amp;amp;t=172s&quot;&gt;Video killed the radio star&lt;/a&gt;&amp;quot; by &lt;a href=&quot;https://en.wikipedia.org/wiki/The_Buggles&quot;&gt;The Buggles&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Source: &lt;a href=&quot;https://www.openculture.com/2022/05/hans-zimmer-was-in-the-first-ever-video-aired-on-mtv-the-buggles-video-killed-the-radio-star.html&quot;&gt;Open Culture&lt;/a&gt;&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-181/"/>
      <updated>2022-06-27T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-181/</id>
      <content type="html">&lt;p&gt;... that there&#39;s a remake of the movie &amp;quot;&lt;a href=&quot;https://www.imdb.com/title/tt0091814/&quot;&gt;Quicksilver&lt;/a&gt;&amp;quot; (1986) called &amp;quot;&lt;a href=&quot;https://www.imdb.com/title/tt1547234/?ref_=fn_al_tt_1&quot;&gt;Premium Rush&lt;/a&gt;&amp;quot; (2012).&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-180/"/>
      <updated>2022-06-27T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-180/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://en.wikipedia.org/wiki/Roger_Daltrey&quot;&gt;Roger Daltrey&lt;/a&gt; (the singer of &lt;a href=&quot;https://en.wikipedia.org/wiki/The_Who&quot;&gt;The Who&lt;/a&gt;), appeared in the episode S07E09 of &lt;a href=&quot;https://en.wikipedia.org/wiki/CSI:_Crime_Scene_Investigation&quot;&gt;CSI&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-179/"/>
      <updated>2022-06-19T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-179/</id>
      <content type="html">&lt;p&gt;... that the &lt;a href=&quot;https://en.wikipedia.org/wiki/The_Beach_Boys&quot;&gt;Beach Boys&lt;/a&gt; didn&#39;t use a real &lt;a href=&quot;https://en.wikipedia.org/wiki/Theremin&quot;&gt;Theremin&lt;/a&gt; in their song &amp;quot;&lt;a href=&quot;https://en.wikipedia.org/wiki/Good_Vibrations&quot;&gt;Good Vibrations&lt;/a&gt;&amp;quot; but actually an &lt;a href=&quot;https://en.wikipedia.org/wiki/Electro-Theremin&quot;&gt;Electro-Theremin&lt;/a&gt; created by &lt;a href=&quot;https://en.wikipedia.org/wiki/Paul_Tanner&quot;&gt;Paul Tanner&lt;/a&gt; because it was easier to play.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-178/"/>
      <updated>2022-06-18T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-178/</id>
      <content type="html">&lt;p&gt;... that &amp;quot;&lt;a href=&quot;https://en.wikipedia.org/wiki/Foyer_des_Arts&quot;&gt;Foyer des Arts&lt;/a&gt;&amp;quot; was one of the few German bands that was invited to record a &amp;quot;&lt;a href=&quot;https://www.facebook.com/photo?fbid=578177800339688&amp;amp;set=a.241409080683230&quot;&gt;John-Peel-Session&lt;/a&gt;&amp;quot;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-177/"/>
      <updated>2022-04-13T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-177/</id>
      <content type="html">&lt;p&gt;... about some &lt;a href=&quot;https://jvns.ca/blog/2022/04/12/a-list-of-new-ish--command-line-tools/&quot;&gt;new command line tools&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-176/"/>
      <updated>2022-03-28T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-176/</id>
      <content type="html">&lt;p&gt;... how to detect, that &lt;a href=&quot;https://newbedev.com/is-there-an-event-for-when-a-chrome-extension-popup-is-closed&quot;&gt;the popup window was closed&lt;/a&gt; in a Chrome extension.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-175/"/>
      <updated>2022-03-14T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-175/</id>
      <content type="html">&lt;p&gt;... how to &lt;a href=&quot;https://www.youtube.com/watch?v=As3oruIg8A0&quot;&gt;authenticate a Chrome extension with Spotify&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-174/"/>
      <updated>2022-02-21T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-174/</id>
      <content type="html">&lt;p&gt;... that &amp;quot;schmutz&amp;quot; and &amp;quot;spritz&amp;quot; are proper (American) English words.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-173/"/>
      <updated>2022-01-27T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-173/</id>
      <content type="html">&lt;p&gt;... about pipe operators and why &lt;a href=&quot;https://2ality.com/2022/01/pipe-operator.html&quot;&gt;JavaScript should implement them&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-172/"/>
      <updated>2022-01-17T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-172/</id>
      <content type="html">&lt;p&gt;... that there are &lt;a href=&quot;https://alittlelifeineurope.com/2017/09/10/in-praise-of-the-european-drying-rack/&quot;&gt;no drying rags in the US of America&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-171/"/>
      <updated>2022-01-01T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-171/</id>
      <content type="html">&lt;p&gt;... about &lt;a href=&quot;https://owasp.org/www-community/Fuzzing&quot;&gt;Fuzz Testing&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-170/"/>
      <updated>2021-12-30T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-170/</id>
      <content type="html">&lt;p&gt;... about the &lt;a href=&quot;https://www.nytimes.com/2021/12/29/business/discord-server-social-media.html?unlocked_article_code=AAAAAAAAAAAAAAAACEIPuonUktbfqohlSlUZCibfQMMmqBCdnr_Dwac3gWXyaTOYUyhP1aEOBIOB8kOIYKdvZtJ13yieQJUJFo4Tc8FI770VOV1xGU7vq4GYmZ8BLmI59om5ATs409fDVuhktGLgNGX8eOsvnfjgtBjYbWLgW6bdgiUxNU0y98seAFKr2XEPwKzCA7Q1j&quot;&gt;history of discord&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-169/"/>
      <updated>2021-12-19T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-169/</id>
      <content type="html">&lt;p&gt;... about a new UI design trend: &lt;a href=&quot;https://uxdesign.cc/claymorphism-in-user-interfaces-1757fabaa377&quot;&gt;Claymorphism&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-168/"/>
      <updated>2021-12-19T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-168/</id>
      <content type="html">&lt;p&gt;... the &lt;a href=&quot;https://dev.to/ziratsu/slice-vs-splice-in-js-8m7&quot;&gt;difference between slice and splice&lt;/a&gt; in Javascript.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-167/"/>
      <updated>2021-12-18T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-167/</id>
      <content type="html">&lt;p&gt;... that there&#39;s is a successor to the great &lt;a href=&quot;https://www.the-alan-parsons-project.com/&quot;&gt;Alan Parson&#39;s Project&lt;/a&gt; album &amp;quot;&lt;a href=&quot;https://www.the-alan-parsons-project.com/tales-of-mystery-and-imagination&quot;&gt;Tales of Mystery and Imagination&lt;/a&gt;&amp;quot; by &lt;a href=&quot;https://www.ericwoolfsonmusic.com/index.html&quot;&gt;Eric Woolfson&lt;/a&gt; called &amp;quot;&lt;a href=&quot;https://www.ericwoolfsonmusic.com/poe-more-tales-of-mystery-and-imagination/index.html&quot;&gt;POE - More Tales of Msytery and Imagination&lt;/a&gt;&amp;quot;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-166/"/>
      <updated>2021-11-30T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-166/</id>
      <content type="html">&lt;p&gt;... that Perl 6 was renamed to &lt;a href=&quot;https://raku.org/&quot;&gt;Raku&lt;/a&gt; in October 2019.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-165/"/>
      <updated>2021-11-29T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-165/</id>
      <content type="html">&lt;p&gt;... that there&#39;s an &lt;a href=&quot;https://shellcreeper.com/custom-field-meta-box-in-gutenberg-editor/&quot;&gt;old way and a new way&lt;/a&gt; to add Metaboxes to a #WordPress admin page. (I haven&#39;t tried the new way yet.)&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-164/"/>
      <updated>2021-11-20T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-164/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://de.wikipedia.org/wiki/Internet_Relay_Chat&quot;&gt;IRC&lt;/a&gt; is &lt;a href=&quot;https://ircv3.net/&quot;&gt;still alive and evolving&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-163/"/>
      <updated>2021-11-12T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-163/</id>
      <content type="html">&lt;p&gt;... about the new &lt;a href=&quot;https://developer.chrome.com/docs/extensions/reference/scripting/&quot;&gt;&amp;quot;chrome.scripting&amp;quot;&lt;/a&gt; API in Chrome.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-162/"/>
      <updated>2021-10-27T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-162/</id>
      <content type="html">&lt;p&gt;... that the first hypertext project was called &lt;a href=&quot;https://en.wikipedia.org/wiki/Xanadu&quot;&gt;Xanadu&lt;/a&gt;. It was created in the 1960s.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-161/"/>
      <updated>2021-10-26T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-161/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://pjharvey.net/&quot;&gt;PJ Harvey&lt;/a&gt; and &lt;a href=&quot;https://www.nickcave.com/&quot;&gt;Nick Cave&lt;/a&gt; had a relationship in the 1990s.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-160/"/>
      <updated>2021-10-21T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-160/</id>
      <content type="html">&lt;p&gt;... that in a Github repository you can press the &#39;.&#39; key on your keyboard and inside the browser
VSCode with the current repo files opens up. Cool!&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-159/"/>
      <updated>2021-10-21T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-159/</id>
      <content type="html">&lt;p&gt;... about the &lt;a href=&quot;https://web.dev/reporting-api/&quot;&gt;Reporting API&lt;/a&gt; in Chrome 96.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-158/"/>
      <updated>2021-10-21T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-158/</id>
      <content type="html">&lt;p&gt;... that the new Javascript function &lt;code&gt;at()&lt;/code&gt; (&lt;a href=&quot;https://blog.logrocket.com/using-new-javascript-at-method&quot;&gt;Logrocket&lt;/a&gt;, &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at&quot;&gt;MDN&lt;/a&gt;) simplifies accessing elements of an array.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-157/"/>
      <updated>2021-10-19T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-157/</id>
      <content type="html">&lt;p&gt;... that I can replace &lt;code&gt;return new Promise((resolve) =&amp;gt; resolve(true)));&lt;/code&gt; with &lt;code&gt;return Promise.resolve(true);&lt;/code&gt;. #javascript&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-156/"/>
      <updated>2021-10-16T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-156/</id>
      <content type="html">&lt;p&gt;... about &amp;quot;&lt;a href=&quot;https://mindsdb.com/&quot;&gt;MindsDB&lt;/a&gt;&amp;quot;, a Machine Learning / Artificial Intelligence enhanced database.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-155/"/>
      <updated>2021-10-15T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-155/</id>
      <content type="html">&lt;p&gt;... about &lt;a href=&quot;https://protonvpn.com/&quot;&gt;ProtonVPN&lt;/a&gt;, a free (as in Free Beer) VPN service.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-154/"/>
      <updated>2021-10-09T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-154/</id>
      <content type="html">&lt;p&gt;... that after a 4 year hiatus &lt;a href=&quot;http://phrack.org/issues/70/1.html&quot;&gt;phrack&lt;/a&gt; has risen again.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-153/"/>
      <updated>2021-10-07T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-153/</id>
      <content type="html">&lt;p&gt;... how &lt;a href=&quot;http://threads2.scripting.com/2013/april/howpodcastinggotitsname&quot;&gt;Podcasting got its name&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-152/"/>
      <updated>2021-10-06T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-152/</id>
      <content type="html">&lt;p&gt;... about &lt;a href=&quot;https://github.com/cantino/mcfly&quot;&gt;mcfly&lt;/a&gt;, a neural network enhanced replacement for the Linux &lt;a href=&quot;https://www.man7.org/linux/man-pages/man3/history.3.html&quot;&gt;history&lt;/a&gt; command.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-151/"/>
      <updated>2021-10-03T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-151/</id>
      <content type="html">&lt;p&gt;... that you can &lt;a href=&quot;https://github.blog/changelog/2021-09-30-footnotes-now-supported-in-markdown-fields/&quot;&gt;create footnotes&lt;/a&gt; in Github Markdown fields.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-150/"/>
      <updated>2021-08-13T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-150/</id>
      <content type="html">&lt;p&gt;... about the CSS-property &amp;quot;accent-color&amp;quot;, &lt;a href=&quot;https://workingdraft.de/493/&quot;&gt;here&lt;/a&gt; and &lt;a href=&quot;https://www.youtube.com/watch?v=F17DzJYysWM&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-149/"/>
      <updated>2021-08-13T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-149/</id>
      <content type="html">&lt;p&gt;... about &lt;a href=&quot;https://bund.dev/&quot;&gt;this collection&lt;/a&gt; of Open Data APIs by the German federal authorities. (via &lt;a href=&quot;https://jlelse.blog/&quot;&gt;J.L. Else&lt;/a&gt;)&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-148/"/>
      <updated>2021-08-11T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-148/</id>
      <content type="html">&lt;p&gt;... about the &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/HTML/Element/kbd&quot;&gt;&amp;lt;kbd&amp;gt;&lt;/a&gt; tag in HTML.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-147/"/>
      <updated>2021-08-06T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-147/</id>
      <content type="html">&lt;p&gt;... what&#39;s &lt;a href=&quot;https://www.popsci.com/story/technology/bowling-ball-insides-photos/&quot;&gt;inside a Pro bowling ball&lt;/a&gt; and why it&#39;s hard to throw a curve ball at your local bowling hall.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-146/"/>
      <updated>2021-08-04T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-146/</id>
      <content type="html">&lt;p&gt;... how to &lt;a href=&quot;https://vscode.one/diff-vscode/&quot;&gt;How to do a Diff in VS Code&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-145/"/>
      <updated>2021-06-30T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-145/</id>
      <content type="html">&lt;p&gt;... how to &lt;a href=&quot;https://sia.codes/posts/how-to-add-prettier-to-a-project/&quot;&gt;apply &lt;code&gt;prettier&lt;/code&gt; to a whole project&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-144/"/>
      <updated>2021-06-30T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-144/</id>
      <content type="html">&lt;p&gt;... how to implement a &lt;a href=&quot;https://auth0.com/docs/connections/passwordless/guides/email-magic-link&quot;&gt;passwordless login&lt;/a&gt; with magic links.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-143/"/>
      <updated>2021-06-24T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-143/</id>
      <content type="html">&lt;p&gt;... about &lt;a href=&quot;https://maplibre.org/&quot;&gt;MapLibre&lt;/a&gt;, a BSD licensed fork of &lt;a href=&quot;https://www.mapbox.com/&quot;&gt;Mapbox GL JS&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-142/"/>
      <updated>2021-06-14T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-142/</id>
      <content type="html">&lt;p&gt;... that importing an ECMAScript &lt;a href=&quot;https://dmitripavlutin.com/ecmascript-modules-dynamic-import/&quot;&gt;module dynamically&lt;/a&gt; is asynchronous. No wonder that it didn&#39;t worked for me in the past.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-141/"/>
      <updated>2021-06-03T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-141/</id>
      <content type="html">&lt;p&gt;... about the ECMAScript &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl&quot;&gt;Intl&lt;/a&gt;-API for internationalisation.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-140/"/>
      <updated>2021-05-28T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-140/</id>
      <content type="html">&lt;p&gt;... that in VSCode I can collapse all functions at once using &amp;quot;Ctrl-K Ctrl-0&amp;quot;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-139/"/>
      <updated>2021-05-13T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-139/</id>
      <content type="html">&lt;p&gt;... about Chrome&#39;s &amp;quot;&lt;a href=&quot;https://web.dev/file-system-access/&quot;&gt;File System Access API&lt;/a&gt;&amp;quot;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-138/"/>
      <updated>2021-05-04T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-138/</id>
      <content type="html">&lt;p&gt;... about the &amp;quot;&lt;a href=&quot;https://www.youtube.com/watch?v=i6F9ljKw9kU&quot;&gt;Balance Out&lt;/a&gt;&amp;quot; command in Visual Studio Code.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-137/"/>
      <updated>2021-05-03T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-137/</id>
      <content type="html">&lt;p&gt;... that &amp;quot;ersatz&amp;quot; (replacement) is a word in the English language.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-136/"/>
      <updated>2021-04-29T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-136/</id>
      <content type="html">&lt;p&gt;... about &lt;a href=&quot;https://www.dropbox.com/paper&quot;&gt;Dropbox Paper&lt;/a&gt;, a collaborative notebook.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-135/"/>
      <updated>2021-04-27T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-135/</id>
      <content type="html">&lt;p&gt;... about &lt;a href=&quot;https://google-webfonts-helper.herokuapp.com/fonts&quot;&gt;google-webfonts-helper&lt;/a&gt;, a hassle free way to self-host Google fonts.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-134/"/>
      <updated>2021-04-18T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-134/</id>
      <content type="html">&lt;p&gt;... that you can join a &lt;a href=&quot;https://support.zoom.us/hc/en-us/articles/115002262083-Joining-a-Test-Meeting&quot;&gt;Zoom test meeting&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-133/"/>
      <updated>2021-04-15T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-133/</id>
      <content type="html">&lt;p&gt;... that I can &lt;a href=&quot;https://drafts.csswg.org/selectors-4/#overview&quot;&gt;make querySelector() case-insensitive&lt;/a&gt; by using the &amp;quot;i&amp;quot; attribute in the pattern. #JavaScript&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-132/"/>
      <updated>2021-04-11T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-132/</id>
      <content type="html">&lt;p&gt;... about &lt;a href=&quot;https://cloudbeaver.io/&quot;&gt;CloudBeaver&lt;/a&gt;, a web server that provides a database manager.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-131/"/>
      <updated>2021-04-08T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-131/</id>
      <content type="html">&lt;p&gt;... that there is a &lt;a href=&quot;https://gnucobol.sourceforge.io/&quot;&gt;GNU Cobol compiler&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-130/"/>
      <updated>2021-04-06T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-130/</id>
      <content type="html">&lt;p&gt;... about the &lt;a href=&quot;https://opensource.com/article/21/4/git-worktree&quot;&gt;git &amp;quot;worktree&amp;quot;&lt;/a&gt; command.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-129/"/>
      <updated>2021-04-02T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-129/</id>
      <content type="html">&lt;p&gt;... about &lt;a href=&quot;https://en.wikipedia.org/wiki/Gemini_space&quot;&gt;Gemini Space&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-128/"/>
      <updated>2021-04-01T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-128/</id>
      <content type="html">&lt;p&gt;... about the &lt;a href=&quot;https://www.psychologytoday.com/us/blog/here-there-and-everywhere/201701/11-warning-signs-gaslighting&quot;&gt;warning signs of gaslighting&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-127/"/>
      <updated>2021-03-17T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-127/</id>
      <content type="html">&lt;p&gt;... that if you already created a Firefox add-on coding a Thunderbird add-on is a piece of cake.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-126/"/>
      <updated>2021-03-11T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-126/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://uxdesign.cc/glassmorphism-in-user-interfaces-1f39bb1308c9&quot;&gt;Glasmorphism&lt;/a&gt; is the next hot thing in web design.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-125/"/>
      <updated>2021-03-05T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-125/</id>
      <content type="html">&lt;p&gt;... that JavaScript is only in 7th place in the &lt;a href=&quot;https://www.tiobe.com/tiobe-index/?20210206&quot;&gt;TIOBE index&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-124/"/>
      <updated>2021-03-04T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-124/</id>
      <content type="html">&lt;p&gt;... that I can easily add Dark Mode to a web page by adding &amp;quot;@media (prefers-color-scheme: dark) {}&amp;quot; to the stylesheet file.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-123/"/>
      <updated>2021-03-03T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-123/</id>
      <content type="html">&lt;p&gt;... about the meaning of all those &lt;a href=&quot;https://cloud.google.com/blog/topics/developers-practitioners/back-popular-demand-google-cloud-products-4-words-or-less-2021-edition&quot;&gt;Google Cloud product names&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-122/"/>
      <updated>2021-02-28T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-122/</id>
      <content type="html">&lt;p&gt;... about the &lt;a href=&quot;https://haxe.org/&quot;&gt;Haxe 4&lt;/a&gt; programming language.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-121/"/>
      <updated>2021-02-25T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-121/</id>
      <content type="html">&lt;p&gt;... about the &lt;a href=&quot;https://dzone.com/articles/hern-stack-comin-in-hot&quot;&gt;HERN&lt;/a&gt; stack.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-120/"/>
      <updated>2021-02-22T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-120/</id>
      <content type="html">&lt;p&gt;... that GitHub contains a &lt;a href=&quot;https://docs.github.com/en/rest/reference/code-scanning&quot;&gt;code scanning API&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-119/"/>
      <updated>2021-02-21T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-119/</id>
      <content type="html">&lt;p&gt;... how to &lt;a href=&quot;http://adam.kahtava.com/journal/2008/03/11/inter-cross-browser-window-communication-using-javascript/&quot;&gt;pass messages&lt;/a&gt; between browser popup windows using javascript.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-118/"/>
      <updated>2021-01-18T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-118/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://neumorphism.io/&quot;&gt;Neumorphism&lt;/a&gt; is still a thing.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-117/"/>
      <updated>2021-01-05T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-117/</id>
      <content type="html">&lt;p&gt;... about the &lt;a href=&quot;https://medium.com/@jacobwarduk/how-to-correctly-use-preventdefault-stoppropagation-or-return-false-on-events-6c4e3f31aedb&quot;&gt;difference between &amp;quot;event.preventDefault()&amp;quot; and &amp;quot;event.stopPropagation()&amp;quot;&lt;/a&gt;
in #Javascript.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-116/"/>
      <updated>2020-12-30T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-116/</id>
      <content type="html">&lt;p&gt;... that the &amp;quot;Windows Linux Subsystem&amp;quot; does not start, if the DNS service is disabled.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-115/"/>
      <updated>2020-12-24T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-115/</id>
      <content type="html">&lt;p&gt;... that the first mail client I used in 1995 (except Unix basic &amp;quot;mail&amp;quot; tool) is still alive: &amp;quot;&lt;a href=&quot;http://www.pmail.com/30years.htm&quot;&gt;Pegasus Mail&lt;/a&gt;&amp;quot;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-114/"/>
      <updated>2020-12-08T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-114/</id>
      <content type="html">&lt;p&gt;... how to &lt;a href=&quot;https://web.dev/prefers-color-scheme/&quot;&gt;implement Dark Mode&lt;/a&gt; to a web app efficiently.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-113/"/>
      <updated>2020-11-23T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-113/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://substack.com/&quot;&gt;substack&lt;/a&gt; could &lt;a href=&quot;http://scripting.com/2020/11/23.html#a154801&quot;&gt;become the successor&lt;/a&gt; of &lt;a href=&quot;https://medium.com/&quot;&gt;medium&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-112/"/>
      <updated>2020-11-21T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-112/</id>
      <content type="html">&lt;p&gt;... how to create a &lt;a href=&quot;https://github.com/11ty/eleventy/issues/455&quot;&gt;simple navigation&lt;/a&gt; for eleventy.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-111/"/>
      <updated>2020-11-13T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-111/</id>
      <content type="html">&lt;p&gt;... that Bill Gates has a new &lt;a href=&quot;https://www.gatesnotes.com/Podcast&quot;&gt;podcast&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-110/"/>
      <updated>2020-11-01T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-110/</id>
      <content type="html">&lt;p&gt;... that I can host my own internet &lt;a href=&quot;https://github.com/librespeed/speedtest&quot;&gt;speedtest&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-109/"/>
      <updated>2020-10-30T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-109/</id>
      <content type="html">&lt;p&gt;... about &amp;quot;&lt;a href=&quot;https://capiche.com/e/markdown-history&quot;&gt;Peanuts-style&lt;/a&gt;&amp;quot; text formatting, a kind of predecessor of Markdown.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-108/"/>
      <updated>2020-10-28T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-108/</id>
      <content type="html">&lt;p&gt;... how to timeout a &lt;a href=&quot;https://dmitripavlutin.com/timeout-fetch-request/&quot;&gt;fetch()&lt;/a&gt; request. #Javascript&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-107/"/>
      <updated>2020-10-21T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-107/</id>
      <content type="html">&lt;p&gt;... that in Firefox and Chrome you can switch to the rightmost Tab by using &lt;code&gt;Ctrl-9&lt;/code&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-106/"/>
      <updated>2020-10-18T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-106/</id>
      <content type="html">&lt;p&gt;... that the &lt;a href=&quot;https://stackoverflow.blog/podcast/&quot;&gt;StackOverflow Podcast&lt;/a&gt; is entertaining and informative.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-105/"/>
      <updated>2020-10-11T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-105/</id>
      <content type="html">&lt;p&gt;... about &amp;quot;&lt;a href=&quot;http://bropages.org/&quot;&gt;bropages&lt;/a&gt;&amp;quot;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-104/"/>
      <updated>2020-10-10T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-104/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://en.wikipedia.org/wiki/Aristarchus_of_Samothrace&quot;&gt;Aristarchus of Samothrace&lt;/a&gt; was the &lt;a href=&quot;https://cormullion.github.io/pages/2020-10-09-asterisk/&quot;&gt;inventor of the asterix&lt;/a&gt; (&amp;quot;*&amp;quot;) in 200 B.C.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-103/"/>
      <updated>2020-10-08T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-103/</id>
      <content type="html">&lt;p&gt;... about the elements of a &lt;a href=&quot;https://www.stephaniemorillo.co/post/7-pieces-of-information-to-include-in-technical-blog-posts&quot;&gt;good technical blog post&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-102/"/>
      <updated>2020-10-03T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-102/</id>
      <content type="html">&lt;p&gt;... that you can &lt;a href=&quot;https://chrz.de/2020/04/21/fortran-in-the-browser/&quot;&gt;compile Fortran to WebAssembly&lt;/a&gt;. Yeah! (I learned Fortran in the late 1980&#39;s at university.)&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-101/"/>
      <updated>2020-09-30T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-101/</id>
      <content type="html">&lt;p&gt;... about the &amp;quot;&lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/API/Element/classList&quot;&gt;classList.toggle()&lt;/a&gt;&amp;quot; function and wrote a &lt;a href=&quot;https://elektroelch.net/javascript-swap-classes-of-an-html-element/&quot;&gt;blog post&lt;/a&gt; about mimicking jQuery&#39;s &amp;quot;&lt;a href=&quot;https://api.jquery.com/toggleClass/&quot;&gt;toggleClass()&lt;/a&gt;&amp;quot;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-100/"/>
      <updated>2020-09-28T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-100/</id>
      <content type="html">&lt;p&gt;... that Joaquim Homrighausen is still &lt;a href=&quot;https://www.joho.se/&quot;&gt;actively blogging&lt;/a&gt;. He&#39;s the guy behind &amp;quot;&lt;a href=&quot;https://www.joho.se/2009/10/08/frontdoor-announcement-in-fidonews-1986/&quot;&gt;FrontDoor&lt;/a&gt;&amp;quot;, the program that ran most of &lt;a href=&quot;https://www.fidonet.org/&quot;&gt;FidoNet&lt;/a&gt; in the 1980s and 90s.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-99/"/>
      <updated>2020-09-27T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-99/</id>
      <content type="html">&lt;p&gt;... about this randomly selected &lt;a href=&quot;https://open.spotify.com/playlist/6p21dRudS9FmcyGvKWPq2R&quot;&gt;Spotify playlist&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-98/"/>
      <updated>2020-09-22T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-98/</id>
      <content type="html">&lt;p&gt;... how Twitter is &lt;a href=&quot;https://twitter.com/luca/status/1292426733937975299?s=21&quot;&gt;cropping images&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-97/"/>
      <updated>2020-09-19T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-97/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://aomediacodec.github.io/av1-avif/&quot;&gt;AVIF&lt;/a&gt; might become the next standard for web images.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blg-post-96/"/>
      <updated>2020-09-18T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blg-post-96/</id>
      <content type="html">&lt;p&gt;... why the &lt;a href=&quot;https://www.vintagecomputing.com/index.php/archives/2833/why-the-apple-ii-didnt-support-lowercase-letters&quot;&gt;Apple II&lt;/a&gt; didn&#39;t support lower case letters.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-96/"/>
      <updated>2020-09-17T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-96/</id>
      <content type="html">&lt;p&gt;... how to search my own tweets (searchword (from:latz))&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-95/"/>
      <updated>2020-09-16T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-95/</id>
      <content type="html">&lt;p&gt;... that the word &amp;quot;authenficiation&amp;quot; does not exist, instead it&#39;s called &amp;quot;authentication&amp;quot;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-94/"/>
      <updated>2020-09-15T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-94/</id>
      <content type="html">&lt;p&gt;... about the &lt;a href=&quot;https://weblog.west-wind.com/posts/2020/Jul/28/Using-the-brightness-CSS-Filter-to-generically-highlight-Content&quot;&gt;brightness()&lt;/a&gt; CSS Filter.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-93/"/>
      <updated>2020-09-13T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-93/</id>
      <content type="html">&lt;p&gt;... about a music genre called &amp;quot;&lt;a href=&quot;https://en.wikipedia.org/wiki/Bardcore&quot;&gt;bardcore&lt;/a&gt;&amp;quot;. Weird stuff.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-92/"/>
      <updated>2020-09-12T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-92/</id>
      <content type="html">&lt;p&gt;... why &amp;quot;&lt;a href=&quot;https://tc39.es/proposal-top-level-await/&quot;&gt;top level await&lt;/a&gt;&amp;quot; is difficult to implement in the JavaScript engine (it&#39;s because of the Microtask Queue I learned about yesterday).&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-91/"/>
      <updated>2020-09-11T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-91/</id>
      <content type="html">&lt;p&gt;... about the &lt;a href=&quot;https://javascript.info/microtask-queue&quot;&gt;Microtask Queue&lt;/a&gt; of ECMAScript.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-90/"/>
      <updated>2020-09-10T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-90/</id>
      <content type="html">&lt;p&gt;... that Ruby On Rails is still a thing.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-89/"/>
      <updated>2020-08-31T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-89/</id>
      <content type="html">&lt;p&gt;... that it takes time to get used to an ergonomic office chair.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-88/"/>
      <updated>2020-08-29T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-88/</id>
      <content type="html">&lt;p&gt;... that Javascript contains &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get&quot;&gt;getters&lt;/a&gt; and &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/set&quot;&gt;setters&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-87/"/>
      <updated>2020-08-27T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-87/</id>
      <content type="html">&lt;p&gt;... that the &lt;a href=&quot;https://www.tiobe.com/tiobe-index/?20200802&quot;&gt;TIOBE index&lt;/a&gt; lists JavaScript on 7th place, Visual Basic is on 6th place. Well...&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-86/"/>
      <updated>2020-08-26T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-86/</id>
      <content type="html">&lt;p&gt;... that there are many, many JavaScript libraries out there that still uses jQuery, e.g. &lt;a href=&quot;https://github.com/twitter/typeahead.js&quot;&gt;Typeahead.js&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-85/"/>
      <updated>2020-08-25T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-85/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;http://home.rsscloud.co/&quot;&gt;rssCloud&lt;/a&gt; is still alive and even a new version is in the works.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-84/"/>
      <updated>2020-08-24T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-84/</id>
      <content type="html">&lt;p&gt;... what interfaces in TypeScript are and that I probably will never need to use them.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-83/"/>
      <updated>2020-08-22T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-83/</id>
      <content type="html">&lt;p&gt;... that there&#39;s a &lt;a href=&quot;https://github.com/phryneas/generator-webext-typescript&quot;&gt;script&lt;/a&gt; that can create a basic setup for Firefox/Chrome extensions and TypeScript.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-82/"/>
      <updated>2020-08-21T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-82/</id>
      <content type="html">&lt;p&gt;... about the &amp;quot;&lt;a href=&quot;https://langserver.org/&quot;&gt;Language Server Protocol&lt;/a&gt;&amp;quot; and its use with the &lt;a href=&quot;https://github.com/sveltejs/language-tools&quot;&gt;Svelte IDE extension&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-81/"/>
      <updated>2020-08-20T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-81/</id>
      <content type="html">&lt;p&gt;... that in Firefox/Chrome extensions &amp;quot;port.postMessage()&amp;quot; is great for sending many messages between the components, but not for exchanging data. &amp;quot;runtime.sendMessage()&amp;quot; is still the better choice.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-80/"/>
      <updated>2020-08-19T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-80/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://eager.io/blog/the-languages-which-almost-were-css/&quot;&gt;RRP&lt;/a&gt; (Robert Raisch Proposal) almost became what CSS is nowadays.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-79/"/>
      <updated>2020-08-18T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-79/</id>
      <content type="html">&lt;p&gt;... that there&#39;s a &lt;a href=&quot;https://github.com/mozilla/webextension-polyfill/&quot;&gt;polyfill library&lt;/a&gt; for Promise-based WebExtension APIs in Chrome.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-78/"/>
      <updated>2020-08-17T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-78/</id>
      <content type="html">&lt;p&gt;... that there&#39;s a thing like &amp;quot;&lt;a href=&quot;https://www.cybertec-postgresql.com/en/recursive-queries-postgresql/&quot;&gt;recursive SQL queries&lt;/a&gt;&amp;quot;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-77/"/>
      <updated>2020-08-16T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-77/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://nodejs.org/en/&quot;&gt;node.js&lt;/a&gt; v14.8.0 introduces &lt;a href=&quot;https://github.com/nodejs/node/commit/62bb2e757f&quot;&gt;top-level async/await&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-76/"/>
      <updated>2020-08-15T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-76/</id>
      <content type="html">&lt;p&gt;... how to &lt;a href=&quot;https://elijahmanor.com/format-js-numbers&quot;&gt;natively format JavaScript numbers&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-75/"/>
      <updated>2020-08-14T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-75/</id>
      <content type="html">&lt;p&gt;... about the difference between Javascript&#39;s Array &lt;a href=&quot;https://dev.to/shrutikapoor08/javascript-array-slice-vs-splice-the-difference-explained-with-cake-12l9&quot;&gt;slice and splice&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-74/"/>
      <updated>2020-08-13T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-74/</id>
      <content type="html">&lt;p&gt;... how to create an AppPassword (access token) in Nextcloud and how to use it.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-73/"/>
      <updated>2020-08-12T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-73/</id>
      <content type="html">&lt;p&gt;... that used iPods classic are still quite expensive. I&#39;m afraid mine is dying soon.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-72/"/>
      <updated>2020-08-11T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-72/</id>
      <content type="html">&lt;p&gt;... that asynchronous programming will never be my friend.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-71/"/>
      <updated>2020-08-10T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-71/</id>
      <content type="html">&lt;p&gt;... that i need to remember that you can&#39;t use asynchronous calls inside a map() function. #javascript&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-70/"/>
      <updated>2020-08-09T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-70/</id>
      <content type="html">&lt;p&gt;... that you can have a &lt;a href=&quot;https://www.mongodb.com/cloud/atlas&quot;&gt;free MongoDB&lt;/a&gt; in the &amp;quot;cloud&amp;quot;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-69/"/>
      <updated>2020-08-08T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-69/</id>
      <content type="html">&lt;p&gt;... about the Google Android &lt;a href=&quot;https://developers.google.com/nearby&quot;&gt;Nearby&lt;/a&gt; feature and that I can eventually &lt;a href=&quot;https://www.techbitlo.com/2020/08/google-chrome-nearby-sharing.html&quot;&gt;use it with Chrome&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-68/"/>
      <updated>2020-08-07T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-68/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://news.ycombinator.com/&quot;&gt;HackerNews&lt;/a&gt; is written in &lt;a href=&quot;https://en.wikipedia.org/wiki/Arc_(programming_language)&quot;&gt;Arc&lt;/a&gt; which is written in &lt;a href=&quot;https://en.wikipedia.org/wiki/Racket_(programming_language)&quot;&gt;Racket&lt;/a&gt; which is written in &lt;a href=&quot;https://en.wikipedia.org/wiki/C_(programming_language)&quot;&gt;C&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-67/"/>
      <updated>2020-08-06T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-67/</id>
      <content type="html">&lt;p&gt;... what a &lt;a href=&quot;https://en.wikipedia.org/wiki/Mutual_exclusion&quot;&gt;mutex&lt;/a&gt; is and &lt;a href=&quot;https://www.sitepoint.com/premium/courses/interview-prep-what-is-a-mutex-3020&quot;&gt;how to use it&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-66/"/>
      <updated>2020-08-05T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-66/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://developers.sap.com/tutorials/hcp-create-trial-account.html&quot;&gt;SAP Cloud&lt;/a&gt; does not offer a free forever plan for developers.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-65/"/>
      <updated>2020-08-04T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-65/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://www.embarcadero.com/de/products/delphi&quot;&gt;Delphi Pascal&lt;/a&gt; is still around. In the 90&#39;s I had my first programming gig at university using it.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-64/"/>
      <updated>2020-08-03T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-64/</id>
      <content type="html">&lt;p&gt;... that in Japan there is a lot of squishy food. I mostly don&#39;t like it, tamagoyaki is quite eatable.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-63/"/>
      <updated>2020-08-02T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-63/</id>
      <content type="html">&lt;p&gt;... about the &lt;a href=&quot;https://dev.to/aligoren/ownership-concept-in-rust-61a&quot;&gt;Ownership Concept in Rust&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-62/"/>
      <updated>2020-08-01T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-62/</id>
      <content type="html">&lt;p&gt;... that the older I get the less I can enjoy the summer heat.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-61/"/>
      <updated>2020-07-31T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-61/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://svelte.dev/&quot;&gt;Svelte&lt;/a&gt; is &lt;a href=&quot;https://svelte.dev/blog/svelte-and-typescript&quot;&gt;supporting Typescript&lt;/a&gt; now.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-60/"/>
      <updated>2020-07-30T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-60/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;http://del.icio.us/&quot;&gt;del.icio.us&lt;/a&gt; may be back online again this summer.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-59/"/>
      <updated>2020-07-29T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-59/</id>
      <content type="html">&lt;p&gt;... that you can query &lt;a href=&quot;https://trends.google.com/&quot;&gt;Google Trends&lt;/a&gt; with some &lt;a href=&quot;https://github.com/GeneralMills/pytrends&quot;&gt;Python Code&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-58/"/>
      <updated>2020-07-27T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-58/</id>
      <content type="html">&lt;p&gt;... that you can use &lt;a href=&quot;https://prettier.io/&quot;&gt;Prettier&lt;/a&gt; in &lt;a href=&quot;https://www.jetbrains.com/webstorm/&quot;&gt;JetBrain&#39;s WebStorm&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-57/"/>
      <updated>2020-07-26T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-57/</id>
      <content type="html">&lt;p&gt;... that &amp;quot;Svelte&amp;quot; (the name of the new promising &lt;a href=&quot;https://svelte.dev/&quot;&gt;ECMAScript framework&lt;/a&gt;) means &amp;quot;attractively thin&amp;quot; &lt;a href=&quot;https://en.wiktionary.org/wiki/svelte&quot;&gt;source&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-56/"/>
      <updated>2020-07-25T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-56/</id>
      <content type="html">&lt;p&gt;... about &lt;a href=&quot;https://en.wikipedia.org/wiki/Non-Euclidean_geometry&quot;&gt;Non-Euclidean geometry&lt;/a&gt; and that the sum of angles in a trianlge need not to be 180 degrees (thanks to this &lt;a href=&quot;https://florian-freistetter.de/podcast/sternengeschichten-folge-398-nichteuklidische-geometrie-und-die-form-des-universums/&quot;&gt;German podcast&lt;/a&gt;).&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-55/"/>
      <updated>2020-07-24T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-55/</id>
      <content type="html">&lt;p&gt;... that there&#39;s a &lt;a href=&quot;https://www.amazon.co.uk/Paul-Weller-Ever-Changing-Moods/dp/1844494918&quot;&gt;book&lt;/a&gt; about &lt;a href=&quot;https://en.wikipedia.org/wiki/Paul_Weller&quot;&gt;Paul Weller&lt;/a&gt; already written in 2005. Why haven&#39;t I read it yet?&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-54/"/>
      <updated>2020-07-23T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-54/</id>
      <content type="html">&lt;p&gt;... that I can &lt;a href=&quot;https://code.visualstudio.com/updates/v1_46#_pin-tabs&quot;&gt;pin tabs&lt;/a&gt; in VSCode. #vscode&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-53/"/>
      <updated>2020-07-22T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-53/</id>
      <content type="html">&lt;p&gt;... about the &amp;quot;&lt;a href=&quot;https://github.com/mtoyoda/sl&quot;&gt;sl&lt;/a&gt;&amp;quot; terminal command.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-52/"/>
      <updated>2020-07-21T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-52/</id>
      <content type="html">&lt;p&gt;... that the &lt;code&gt;baloo_file&lt;/code&gt; process that&#39;s slowing my Linux system down,
is used by the &lt;a href=&quot;https://community.kde.org/Baloo&quot;&gt;file indexer&lt;/a&gt; of
KDE and can be disabled with &lt;code&gt;balloctl disable&lt;/code&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-51/"/>
      <updated>2020-07-20T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-51/</id>
      <content type="html">&lt;p&gt;... that the &amp;quot;PageRank&amp;quot; was named after the Google co-founder &lt;a href=&quot;https://en.wikipedia.org/wiki/Larry_Page&quot;&gt;Larry Page&lt;/a&gt; (&lt;a href=&quot;https://web.archive.org/web/20010715123343/https://www.google.com/press/funfacts.html&quot;&gt;Source&lt;/a&gt;).&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-50/"/>
      <updated>2020-07-19T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-50/</id>
      <content type="html">&lt;p&gt;... that Twitter introduced a &lt;a href=&quot;https://blog.twitter.com/developer/en_us/topics/tools/2020/introducing_new_twitter_api.html&quot;&gt;new API&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-47/"/>
      <updated>2020-07-16T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-47/</id>
      <content type="html">&lt;p&gt;... about a &lt;a href=&quot;https://web.dev/one-line-layouts/&quot;&gt;drop dead easy method&lt;/a&gt; to center everything.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-46/"/>
      <updated>2020-07-15T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-46/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://en.wikipedia.org/wiki/David_Tennant&quot;&gt;David Tennants&lt;/a&gt; real name is &amp;quot;David John McDonald&amp;quot;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-45/"/>
      <updated>2020-07-14T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-45/</id>
      <content type="html">&lt;p&gt;... that &amp;quot;Wi-Fi&amp;quot; has no actual meaning, it just sounds nice.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-44/"/>
      <updated>2020-07-13T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-44/</id>
      <content type="html">&lt;p&gt;... &lt;a href=&quot;https://geon.github.io/programming/2016/03/03/dsxyliea&quot;&gt;how it feels to have diylexia&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-43/"/>
      <updated>2020-07-12T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-43/</id>
      <content type="html">&lt;p&gt;... that there might be a successor to &lt;a href=&quot;http://www.csszengarden.com/&quot;&gt;CSS Zen Garden&lt;/a&gt; called &lt;a href=&quot;https://stylestage.dev/&quot;&gt;stylestage&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-42/"/>
      <updated>2020-07-11T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-42/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://www.soup.io/&quot;&gt;soup.io&lt;/a&gt; is closing. That&#39;s why you should host your own blog!&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-41/"/>
      <updated>2020-07-10T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-41/</id>
      <content type="html">&lt;p&gt;... that there&#39;s a thing called &lt;a href=&quot;https://developers.google.com/web/updates/2019/01/devtools&quot;&gt;LogPoints&lt;/a&gt; in the DevTools of Chrome and Firefox.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-40/"/>
      <updated>2020-07-09T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-40/</id>
      <content type="html">&lt;p&gt;... that &amp;quot;&lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/CSS/display&quot;&gt;display: none;&lt;/a&gt;&amp;quot; removes an element completely whereas with &amp;quot;&lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/CSS/visibility&quot;&gt;visibility: hidden&lt;/a&gt;&amp;quot; the element takes its space but is not visible (#CSS).&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-39/"/>
      <updated>2020-07-08T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-39/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://en.wikipedia.org/wiki/Gary_Larson&quot;&gt;Gary Larson&lt;/a&gt; has a website with &lt;a href=&quot;https://www.thefarside.com/&quot;&gt;daily comics&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-38/"/>
      <updated>2020-07-07T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-38/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://en.wikipedia.org/wiki/Wil_Wheaton&quot;&gt;Wil Wheaton&lt;/a&gt; has his own podcast called &amp;quot;&lt;a href=&quot;https://www.radiofreeburrito.com/&quot;&gt;Radio Free Burrito&lt;/a&gt;&amp;quot;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-37/"/>
      <updated>2020-07-06T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-37/</id>
      <content type="html">&lt;p&gt;... that I know the name of actress &lt;a href=&quot;https://en.wikipedia.org/wiki/Charlize_Theron&quot;&gt;Charlize Theron&lt;/a&gt; for a long time but never have actually seen any movie starring her until today.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-36/"/>
      <updated>2020-07-05T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-36/</id>
      <content type="html">&lt;p&gt;... that there are even &lt;a href=&quot;https://www.lpalmieri.com/posts/2020-07-04-choosing-a-rust-web-framework-2020-edition/&quot;&gt;frameworks for Rust&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-35/"/>
      <updated>2020-07-04T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-35/</id>
      <content type="html">&lt;p&gt;... that in 1932 the &lt;a href=&quot;https://en.wikipedia.org/wiki/Emu_War&quot;&gt;Big Emu War&lt;/a&gt; took place in western Australia.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-34/"/>
      <updated>2020-07-03T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-34/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://www.bbc.com/news/magazine-31622038&quot;&gt;beer was banned in Iceland&lt;/a&gt; until March 1st, 1989&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-33/"/>
      <updated>2020-07-02T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-33/</id>
      <content type="html">&lt;p&gt;... that &amp;quot;nada&amp;quot; is the Spanish word for &amp;quot;nothing&amp;quot;, not the Russian word (&amp;quot;nichego&amp;quot;).&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-32/"/>
      <updated>2020-07-01T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-32/</id>
      <content type="html">&lt;p&gt;... about &lt;a href=&quot;https://github.com/kotartemiy/pygooglenews&quot;&gt;pygooglenews&lt;/a&gt;, a python wrapper of the Google News RSS feed.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-31/"/>
      <updated>2020-06-30T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-31/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://www.infoq.com/news/2020/06/javascript-spacex-dragon/&quot;&gt;JavaScript made it into space&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-30/"/>
      <updated>2020-06-29T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-30/</id>
      <content type="html">&lt;p&gt;... about the &amp;quot;&lt;a href=&quot;https://www.gwern.net/Morning-writing&quot;&gt;Morning Writing Effect&lt;/a&gt;&amp;quot;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-29/"/>
      <updated>2020-06-28T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-29/</id>
      <content type="html">&lt;p&gt;... about the most important &lt;a href=&quot;https://areknawo.com/ecmascript-2020-biggest-new-features/&quot;&gt;new features&lt;/a&gt; in ECMAScript 2020.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-28/"/>
      <updated>2020-06-27T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-28/</id>
      <content type="html">&lt;p&gt;... how to &lt;a href=&quot;https://javascriptjeep.com/better-switch-statements/&quot;&gt;replace a switch statement&lt;/a&gt; with objects in ECMAScript.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-27/"/>
      <updated>2020-06-26T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-27/</id>
      <content type="html">&lt;p&gt;... that &amp;quot;&lt;a href=&quot;https://de.wikipedia.org/wiki/Gopher&quot;&gt;Gopher&lt;/a&gt;&amp;quot; is &lt;a href=&quot;https://cheapskatesguide.org/articles/gopherspace.html&quot;&gt;still alive&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-26/"/>
      <updated>2020-06-25T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-26/</id>
      <content type="html">&lt;p&gt;... how I can easily add my blogs to &lt;a href=&quot;https://indieweb.org/&quot;&gt;IndieWeb&lt;/a&gt; with the WordPress &lt;a href=&quot;https://de.wordpress.org/plugins/indieweb/&quot;&gt;IndieWeb Collection&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-25/"/>
      <updated>2020-06-24T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-25/</id>
      <content type="html">&lt;p&gt;... how you can use &lt;a href=&quot;https://yaytext.com/how-to/italic-text-twitter/&quot;&gt;&lt;em&gt;italics&lt;/em&gt; in tweets&lt;/a&gt; (Spoiler: Unicode).&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-24/"/>
      <updated>2020-06-23T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-24/</id>
      <content type="html">&lt;p&gt;... that Twitter, Flickr, OSM and others use a thing called WOEID &amp;quot;&lt;a href=&quot;https://en.wikipedia.org/wiki/WOEID&quot;&gt;Yahoo Where On Earth IDentifier&lt;/a&gt;&amp;quot; but currently there seems to be no possibility to generate your own.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-23/"/>
      <updated>2020-06-22T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-23/</id>
      <content type="html">&lt;p&gt;.. that it&#39;s ridicously easy to &lt;a href=&quot;https://dev.to/omarhashimoto/getting-a-hey-invite-code-using-a-twitter-bot-5ao1&quot;&gt;create a Twitter bot&lt;/a&gt; using the &lt;a href=&quot;https://www.npmjs.com/package/twit&quot;&gt;twit&lt;/a&gt; package.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-22/"/>
      <updated>2020-06-21T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-22/</id>
      <content type="html">&lt;p&gt;... that nowadays you have to &lt;a href=&quot;https://developer.twitter.com/en/application/use-case&quot;&gt;register&lt;/a&gt; with Twitter to be able to create an App with their API.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-21/"/>
      <updated>2020-06-20T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-21/</id>
      <content type="html">&lt;p&gt;... that WordPress&#39; Gutenberg editor is better than I thought after I got more familiar with it.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-20/"/>
      <updated>2020-06-19T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-20/</id>
      <content type="html">&lt;p&gt;... about &amp;quot;&lt;a href=&quot;https://staykeen.com/&quot;&gt;keen&lt;/a&gt;&amp;quot;, a new experimental tool by Google to find interesting things.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-19/"/>
      <updated>2020-06-18T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-19/</id>
      <content type="html">&lt;p&gt;.. that there&#39;s a Unicode character called &amp;quot;&lt;a href=&quot;https://en.wikipedia.org/wiki/Word_joiner&quot;&gt;Word Joiner&lt;/a&gt;&amp;quot; that has zero width and prevents word breaking (props &lt;a href=&quot;https://twitter.com/aelurotheist&quot;&gt;@aelurotheist&lt;/a&gt;).&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-18/"/>
      <updated>2020-06-17T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-18/</id>
      <content type="html">&lt;p&gt;.. about &amp;quot;&lt;a href=&quot;https://github.com/WICG/scroll-to-text-fragment&quot;&gt;scroll-to-text-fragment&lt;/a&gt;&amp;quot; but I&#39;m not sure if I actually need such a thing.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-17/"/>
      <updated>2020-06-16T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-17/</id>
      <content type="html">&lt;p&gt;... that it&#39;s not called &amp;quot;IndexDB&amp;quot; but &amp;quot;IndexedDB&amp;quot; (with an &amp;quot;ed&amp;quot;).&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-16/"/>
      <updated>2020-06-15T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-16/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API&quot;&gt;IndexDB&lt;/a&gt; is somewhat complicated to use.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-15/"/>
      <updated>2020-06-14T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-15/</id>
      <content type="html">&lt;p&gt;... that I have to use the &lt;a href=&quot;https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/&quot;&gt;web-ext&lt;/a&gt; package to develop a Firefox addon.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-14/"/>
      <updated>2020-06-13T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-14/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://en.wikipedia.org/wiki/Bruce_Sterling&quot;&gt;Bruce Sterling&lt;/a&gt; has a &lt;a href=&quot;https://brucesterling.tumblr.com/&quot;&gt;tumblr blog&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-13/"/>
      <updated>2020-06-12T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-13/</id>
      <content type="html">&lt;p&gt;... that it&#39;s may be time to move away from &lt;a href=&quot;https://www.strava.com/&quot;&gt;strava&lt;/a&gt;, maybe &lt;a href=&quot;https://play.google.com/store/apps/details?id=com.abvio.meter.cycle&quot;&gt;Cyclemeter&lt;/a&gt;. Props to &lt;a href=&quot;http://twitter.com/RaddiRadditski&quot;&gt;@RaddiRadditski&lt;/a&gt;&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-12/"/>
      <updated>2020-06-11T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-12/</id>
      <content type="html">&lt;p&gt;... that &lt;a href=&quot;https://en.wikipedia.org/wiki/Perry&quot;&gt;perry&lt;/a&gt; is an alcoholic beverage made from fermented pears, similar to cider made from apples.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-11/"/>
      <updated>2020-06-10T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-11/</id>
      <content type="html">&lt;p&gt;... about &lt;a href=&quot;https://cloudflare.tv/&quot;&gt;cloudflare.tv&lt;/a&gt; (&lt;a href=&quot;https://blog.cloudflare.com/ladies-and-gentlemen-cloudflare-tv/&quot;&gt;blog post&lt;/a&gt;).&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-10/"/>
      <updated>2020-06-09T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-10/</id>
      <content type="html">&lt;p&gt;... how to &lt;a href=&quot;https://www.freecodecamp.org/news/untitled-23/&quot;&gt;undo a git commit&lt;/a&gt; locally and remotely.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-9/"/>
      <updated>2020-06-08T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-9/</id>
      <content type="html">&lt;p&gt;... that there&#39;s a CSS-property called
&amp;quot;&lt;a href=&quot;https://css-tricks.com/almanac/properties/t/text-decoration-thickness/&quot;&gt;text-decoration-thickness&lt;/a&gt;&amp;quot;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-8/"/>
      <updated>2020-06-07T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-8/</id>
      <content type="html">&lt;p&gt;... about a simple method to &lt;a href=&quot;https://dev.to/sharmakushal/hide-all-console-logs-in-production-with-just-3-lines-of-code-pp4&quot;&gt;hide
console.log()&lt;/a&gt; in production code.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-7/"/>
      <updated>2020-06-06T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-7/</id>
      <content type="html">&lt;p&gt;... that HTML5 has built-in &lt;a href=&quot;https://html.spec.whatwg.org/#client-side-form-validation&quot;&gt;form validation&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-6/"/>
      <updated>2020-06-05T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-6/</id>
      <content type="html">&lt;p&gt;... that people start looking for
&lt;a href=&quot;https://dev.to/areknawo/top-7-vs-code-alternatives-3c0n&quot;&gt;alternatives&lt;/a&gt;
as soon as something becomes too trendy.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-5/"/>
      <updated>2020-06-04T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-5/</id>
      <content type="html">&lt;p&gt;... that even &lt;a href=&quot;https://en.wikipedia.org/wiki/Will_Smith&quot;&gt;Will Smith&lt;/a&gt; is into &lt;a href=&quot;https://www.youtube.com/watch?v=rA56B4JyTgI&amp;amp;t=42s&quot;&gt;lofi
hiphop&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-4/"/>
      <updated>2020-06-03T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-4/</id>
      <content type="html">&lt;p&gt;... that &amp;quot;Pedelec&amp;quot; is an acronym for &lt;a href=&quot;https://en.wikipedia.org/wiki/Pedelec&quot;&gt;&lt;b&gt;Ped&lt;/b&gt;al &lt;b&gt;Ele&lt;/b&gt;ctric
&lt;b&gt;C&lt;/b&gt;ycle&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-3/"/>
      <updated>2020-06-02T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-3/</id>
      <content type="html">&lt;p&gt;... that it&#39;s not easy to write a good introduction for a technical blog post.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-1/"/>
      <updated>2020-06-01T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-1/</id>
      <content type="html">&lt;p&gt;... how to deploy this site with github and netlify. &lt;a href=&quot;https://vibrant-carson-c8e4a4.netlify.app/&quot;&gt;Today I learned...&lt;/a&gt;&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Today I learned...</title>
      <link href="https://til.fuzzy.monster/posts/blog-post-2/"/>
      <updated>2020-05-31T00:00:00Z</updated>
      <id>https://til.fuzzy.monster/posts/blog-post-2/</id>
      <content type="html">&lt;p&gt;...how to use &lt;a href=&quot;https://www.11ty.dev/%5D&quot;&gt;11ty for this site&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
</feed>