<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/assets/rss/rss.xsl" type="text/xsl"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:media="http://search.yahoo.com/mrss/"
     xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Notes | Dominik Hofer</title>
    <link>https://dominikhofer.me/notes</link>
    <atom:link href="https://dominikhofer.me/notes/rss" rel="self" type="application/rss+xml"/>
    <description>Coder &amp; occasional pixel pusher. I’m also a blogger, photographer, runner and student. This is my personal corner of the internet. Enjoy your stay.</description>
    <language>en</language>
    <lastBuildDate>Sat, 04 Apr 2026 07:59:03 +0200</lastBuildDate>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mi6l6gico32r</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mi6l6gico32r</guid>
      <pubDate>Sat, 04 Apr 2026 07:59:03 +0200</pubDate>
      <description>Reposting @developer.mozilla.org
CSS nesting is now Baseline 🎉
Write nested selectors directly in CSS — just like Sass, but natively.
.card {
color: black;
&amp;amp;:hover { color: blue; }
.title { font-w…</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:a4klb3lge3phlc4az4uspfpo" target="_blank" rel="noopener noreferrer">@developer.mozilla.org</a></p>
<p>CSS nesting is now Baseline 🎉</p>
<p>Write nested selectors directly in CSS — just like Sass, but natively.</p>
<p>.card {<br />
color: black;<br />
&amp;:hover { color: blue; }<br />
.title { font-weight: bold; }<br />
}</p>
<p>No preprocessor needed.</p>
<p>Learn more 👇<br />
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_nesting" target="_blank" rel="noopener noreferrer">developer.mozilla.org/en-US/docs/...</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/3mi6l6gico32r">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3milf44ebf22h</link>
      <guid isPermaLink="true">https://dominikhofer.me/3milf44ebf22h</guid>
      <pubDate>Fri, 03 Apr 2026 09:16:03 +0200</pubDate>
      <description>spencermortensen.com/articles/ema...
Some interesting techniques in there that work surprisingly well.</description>
      <content:encoded><![CDATA[    <p><a href="https://spencermortensen.com/articles/email-obfuscation/" target="_blank" rel="noopener noreferrer">spencermortensen.com/articles/ema...</a></p>
<p>Some interesting techniques in there that work surprisingly well.</p>  

    <p style="margin: 1em 0;">
  <a href="https://spencermortensen.com/articles/email-obfuscation/" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <strong>Email address obfuscation: What works in 2026?</strong>
        <br><small>spencermortensen.com</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3milf44ebf22h">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3miimu3fpss24</link>
      <guid isPermaLink="true">https://dominikhofer.me/3miimu3fpss24</guid>
      <pubDate>Thu, 02 Apr 2026 06:56:44 +0200</pubDate>
      <description>blog.cloudflare.com/emdash-wordp...
Really cool news, especially since it apparently has standard.site support 🥳</description>
      <content:encoded><![CDATA[    <p><a href="https://blog.cloudflare.com/emdash-wordpress/" target="_blank" rel="noopener noreferrer">blog.cloudflare.com/emdash-wordp...</a></p>
<p>Really cool news, especially since it apparently has <a href="https://standard.site" target="_blank" rel="noopener noreferrer">standard.site</a> support 🥳</p>  

    <p style="margin: 1em 0;">
  <a href="https://blog.cloudflare.com/emdash-wordpress/" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreih5werhhk5n7ayod3lksjal34synado22z5ayleudqhwcoam4jve4" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>Introducing EmDash — the spiritual successor to WordPress that solves plugin security</strong>
        <br><small>Today we are launching the beta of EmDash, a full-stack serverless JavaScript CMS built on Astro 6.0. It combines the features of a traditional CMS with modern security, running plugins in sandboxed W...</small>
        <br><small>blog.cloudflare.com</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3miimu3fpss24">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3migt6d7sa22z</link>
      <guid isPermaLink="true">https://dominikhofer.me/3migt6d7sa22z</guid>
      <pubDate>Wed, 01 Apr 2026 13:44:31 +0200</pubDate>
      <description>code.claude.com/docs/en/outp...
Setting Claude&apos;s output style to &quot;Explanatory&quot; or even &quot;Learning&quot; is such an improvement over the default style.</description>
      <content:encoded><![CDATA[    <p><a href="https://code.claude.com/docs/en/output-styles" target="_blank" rel="noopener noreferrer">code.claude.com/docs/en/outp...</a></p>
<p>Setting Claude's output style to "Explanatory" or even "Learning" is such an improvement over the default style.</p>  

    <p style="margin: 1em 0;">
  <a href="https://code.claude.com/docs/en/output-styles" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreig4qqr7qajetwxna2njupo2gob56qnskycv7w5mlm7ux5ogem3bdu" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>Output styles - Claude Code Docs</strong>
        <br><small>Adapt Claude Code for uses beyond software engineering</small>
        <br><small>code.claude.com</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3migt6d7sa22z">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mieg4tagtc2e</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mieg4tagtc2e</guid>
      <pubDate>Tue, 31 Mar 2026 14:45:43 +0200</pubDate>
      <description>Small copy to clipboard interaction in billow.software.</description>
      <content:encoded><![CDATA[    <p>Small copy to clipboard interaction in <a href="https://billow.software" target="_blank" rel="noopener noreferrer">billow.software</a>.</p>  


      <p><video src="https://video.bsky.app/watch/did%3Aplc%3Afthx2gjakdj4ynxxu5vysjty/bafkreig5ak4obfwzecaiakvc37r7anes7s6dd4hekggiceigbprpqoz5te/playlist.m3u8" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3mieg4tagtc2e">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mhuvmvicb22v</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mhuvmvicb22v</guid>
      <pubDate>Wed, 25 Mar 2026 10:40:32 +0100</pubDate>
      <description>Just paste your meeting notes into Billow and let Billy handle the rest 🤖</description>
      <content:encoded><![CDATA[    <p>Just paste your meeting notes into Billow and let Billy handle the rest 🤖</p>  


      <p><video src="https://video.bsky.app/watch/did%3Aplc%3Afthx2gjakdj4ynxxu5vysjty/bafkreie2ju4e6luc44yqox5prnann3o2ma5dyre2xkhdle7pbdyfvgurka/playlist.m3u8" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3mhuvmvicb22v">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mheadogsjc2y</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mheadogsjc2y</guid>
      <pubDate>Thu, 19 Mar 2026 11:31:51 +0100</pubDate>
      <description>Reposting @dholms.at
Some very exciting news - it looks like the working group for AT Protocol at the IETF has been approved! (though not formalized in the datatracker just yet)
This is a big mileston…</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:yk4dd2qkboz2yv6tpubpc6co" target="_blank" rel="noopener noreferrer">@dholms.at</a></p>
<p>Some very exciting news - it looks like the working group for AT Protocol at the IETF has been approved! (though not formalized in the datatracker just yet)</p>
<p>This is a big milestone in the standards process. But is also just the start of the actual process - years of meetings &amp; work ahead!</p>  

    <p style="margin: 1em 0;">
  <a href="https://mailarchive.ietf.org/arch/msg/atp/StQxQl4OeAS45fBNJXKqo90t8ek/" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <strong>[Atp] personnel assignments for ATP</strong>
        <br><small>Search IETF mail list archives</small>
        <br><small>mailarchive.ietf.org</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3mheadogsjc2y">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mhdcpkylp22e</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mhdcpkylp22e</guid>
      <pubDate>Wed, 18 Mar 2026 10:46:45 +0100</pubDate>
      <description>Billow was pixel-perfectly designed by @cedric.design in Framer.
To implement the design, I created a little plugin that generates a markdown spec from any selected frame to paste into Claude Code as …</description>
      <content:encoded><![CDATA[    <p>Billow was pixel-perfectly designed by <a href="https://bsky.app/profile/did:plc:fdhmk5lrc7txlqzpgqrdlwbf" target="_blank" rel="noopener noreferrer">@cedric.design</a> in Framer.</p>
<p>To implement the design, I created a little plugin that generates a markdown spec from any selected frame to paste into Claude Code as reference.</p>
<p>Works great so far 🙌</p>  


      <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreihh3vwgrxk6wrxape5xu6zzdg6fv7lqdwqo3b7soptwzdp3yedgpm" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3mhdcpkylp22e">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mguqlp6hxv2n</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mguqlp6hxv2n</guid>
      <pubDate>Fri, 13 Mar 2026 15:34:29 +0100</pubDate>
      <description>Reposting @andy.works
I don&apos;t much love talking, but Tommy has a way of making it interesting. Learn about our craft and the ideas behind 5 years of !Boring software.
Watch the full 37 minutes and sub…</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:npbfjbqhlnijx4y7dc4sx5lg" target="_blank" rel="noopener noreferrer">@andy.works</a></p>
<p>I don't much love talking, but Tommy has a way of making it interesting. Learn about our craft and the ideas behind 5 years of !Boring software.</p>
<p>Watch the full 37 minutes and sub to Tommy's channel for more conversations with software designers.</p>
<figure class="video"><iframe allow="fullscreen" allowfullscreen src="https://www.youtube.com/embed/-XA4a0t6S5s"></iframe></figure>  


      <p><video src="https://video.bsky.app/watch/did%3Aplc%3Anpbfjbqhlnijx4y7dc4sx5lg/bafkreihgdld3vratxyutcn7zyevkmknn5xz2pu7nqrl2pwtirxg43lguma/playlist.m3u8" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3mguqlp6hxv2n">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mgx6eg3gu226</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mgx6eg3gu226</guid>
      <pubDate>Fri, 13 Mar 2026 14:56:59 +0100</pubDate>
      <description>www.framer.com/awards/
Great work-related news: We won the @framer.com “Best Big Site” award for our work on the new Miro website!
Credits mostly go to @cedric.design and Sam, but I was still lucky en…</description>
      <content:encoded><![CDATA[    <p><a href="https://www.framer.com/awards/" target="_blank" rel="noopener noreferrer">www.framer.com/awards/</a></p>
<p>Great work-related news: We won the <a href="https://bsky.app/profile/did:plc:xes7nlcme7bv3o4vp7qczf47" target="_blank" rel="noopener noreferrer">@framer.com</a> “Best Big Site” award for our work on the new Miro website!</p>
<p>Credits mostly go to <a href="https://bsky.app/profile/did:plc:fdhmk5lrc7txlqzpgqrdlwbf" target="_blank" rel="noopener noreferrer">@cedric.design</a> and Sam, but I was still lucky enough to contribute a few lines of code here and there to extend Framer's capabilities 🙌</p>  

    <p style="margin: 1em 0;">
  <a href="https://www.framer.com/awards/" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreiepmemcqowr53n7cflpnhiqnypaaoo2clsqtuivlc5d2vbu2yavla" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>Framer Awards: 2025 winners</strong>
        <br><small>The winners have been announced! 11 amazing creators across design and community categories, each receiving $10K, exclusive trophies and more.</small>
        <br><small>www.framer.com</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3mgx6eg3gu226">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mgs2dwulv22i</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mgs2dwulv22i</guid>
      <pubDate>Wed, 11 Mar 2026 14:01:49 +0100</pubDate>
      <description>code.claude.com/docs/en/inte...
Really small but very neat new feature in Claude Code: Use /btw to ask quick one-off questions while the agent is working without interrupting it.</description>
      <content:encoded><![CDATA[    <p><a href="https://code.claude.com/docs/en/interactive-mode#side-questions-with-%2Fbtw" target="_blank" rel="noopener noreferrer">code.claude.com/docs/en/inte...</a></p>
<p>Really small but very neat new feature in Claude Code: Use /btw to ask quick one-off questions while the agent is working without interrupting it.</p>  

    <p style="margin: 1em 0;">
  <a href="https://code.claude.com/docs/en/interactive-mode#side-questions-with-%2Fbtw" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreih4b3a4zqklavshsr6t33fg745tifbnktwel5xxljjglp7ixoek6a" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>Interactive mode - Claude Code Docs</strong>
        <br><small>Complete reference for keyboard shortcuts, input modes, and interactive features in Claude Code sessions.</small>
        <br><small>code.claude.com</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3mgs2dwulv22i">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mgrzbar3wk2i</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mgrzbar3wk2i</guid>
      <pubDate>Wed, 11 Mar 2026 13:42:25 +0100</pubDate>
      <description>CMDK Menu in billow.software</description>
      <content:encoded><![CDATA[    <p>CMDK Menu in <a href="https://billow.software" target="_blank" rel="noopener noreferrer">billow.software</a></p>  


      <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreiaubft5veyu63hatzktliv6765nogszlfz7q25agw45gids2zmaou" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3mgrzbar3wk2i">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mghfb2mus22j</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mghfb2mus22j</guid>
      <pubDate>Sat, 07 Mar 2026 08:17:47 +0100</pubDate>
      <description>Having fun with shaders 🪄</description>
      <content:encoded><![CDATA[    <p>Having fun with shaders 🪄</p>  


      <p><video src="https://video.bsky.app/watch/did%3Aplc%3Afthx2gjakdj4ynxxu5vysjty/bafkreidywv3ei7e7oniruepxitat3v7mc5eyn64wffnoy4uado5l62zvi4/playlist.m3u8" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3mghfb2mus22j">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mgf3fthkps2y</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mgf3fthkps2y</guid>
      <pubDate>Fri, 06 Mar 2026 10:16:10 +0100</pubDate>
      <description>tryklack.com
I purchased this a while back but just enabled it again. Still so satisfying 🙌
And no need to buy a new keyboard for it :)</description>
      <content:encoded><![CDATA[    <p><a href="https://tryklack.com/" target="_blank" rel="noopener noreferrer">tryklack.com</a></p>
<p>I purchased this a while back but just enabled it again. Still so satisfying 🙌</p>
<p>And no need to buy a new keyboard for it :)</p>  

    <p style="margin: 1em 0;">
  <a href="https://tryklack.com/" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreidfaeasvjvobvuwcb6jdvuuyjlredtakvzvapigqiuq2aayrhq5ae" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>Klack</strong>
        <br><small>Satisfying sound with every keystroke</small>
        <br><small>tryklack.com</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3mgf3fthkps2y">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mgcheix3rk2o</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mgcheix3rk2o</guid>
      <pubDate>Thu, 05 Mar 2026 11:02:09 +0100</pubDate>
      <description>Reposting @maggieappleton.com
We have reached a moment where instead of releasing software you simply release the detailed spec for software and tell people to prompt their agent to build it themselve…</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:zos5kmlm4vle7b4xntem6sat" target="_blank" rel="noopener noreferrer">@maggieappleton.com</a></p>
<p>We have reached a moment where instead of releasing software you simply release the detailed spec for software and tell people to prompt their agent to build it themselves</p>
<p>From the README of OpenAI’s new Symphony orchestrator: <a href="https://github.com/openai/symphony" target="_blank" rel="noopener noreferrer">github.com/openai/symph...</a></p>  


      <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:zos5kmlm4vle7b4xntem6sat/bafkreiewjfxwq44rbmytha6wwjkqf3nkr7tjonogn33nnhrdwtquqpt2ru" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3mgcheix3rk2o">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mg3iqzcmbs2h</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mg3iqzcmbs2h</guid>
      <pubDate>Mon, 02 Mar 2026 14:48:27 +0100</pubDate>
      <description>
…speaking of craft, this is exactly what I mean.</description>
      <content:encoded><![CDATA[    <figure class="video"><iframe allow="fullscreen" allowfullscreen src="https://www.youtube.com/embed/knOS1jH6LqA"></iframe></figure>
<p>…speaking of craft, this is exactly what I mean.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/3mg3iqzcmbs2h">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mg3imev5uc2m</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mg3imev5uc2m</guid>
      <pubDate>Mon, 02 Mar 2026 14:45:51 +0100</pubDate>
      <description>herbertlui.net/craft-not-fa...
Craft and taste will always be the thing that makes a creator truly interesting and unique. Especially in this day and age.</description>
      <content:encoded><![CDATA[    <p><a href="https://herbertlui.net/craft-not-fame-makes-your-story-worth-telling/" target="_blank" rel="noopener noreferrer">herbertlui.net/craft-not-fa...</a></p>
<p>Craft and taste will always be the thing that makes a creator truly interesting and unique. Especially in this day and age.</p>  

    <p style="margin: 1em 0;">
  <a href="https://herbertlui.net/" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <strong>Herbert Lui - Blog on creativity, marketing, and the human condition.</strong>
        <br><small>Blog on creativity, marketing, and the human condition.</small>
        <br><small>herbertlui.net</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3mg3imev5uc2m">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mfrkjom2gc2v</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mfrkjom2gc2v</guid>
      <pubDate>Thu, 26 Feb 2026 15:53:31 +0100</pubDate>
      <description>pfrazee.com/blog/practic...
Another addition to my &quot;great atproto posts&quot; collection.</description>
      <content:encoded><![CDATA[    <p><a href="https://pfrazee.com/blog/practical-decentralization" target="_blank" rel="noopener noreferrer">pfrazee.com/blog/practic...</a></p>
<p>Another addition to my "great atproto posts" collection.</p>  

    <p style="margin: 1em 0;">
  <a href="https://pfrazee.com/blog/practical-decentralization" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreigizuvtrvmu3gxr3fl6xki7onnu73mqrcd7q2kxvsl4ccufyu7dsa" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>Practical Decentralization</strong>
        <br><small>The point of decentralization is to guarantee the rights of individuals and communities on the Internet. Pulling that off is a balancing act between practicality and ideology.</small>
        <br><small>pfrazee.com</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3mfrkjom2gc2v">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mfo7b57rbk2o</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mfo7b57rbk2o</guid>
      <pubDate>Wed, 25 Feb 2026 07:53:54 +0100</pubDate>
      <description>react.dev/blog/2026/02...
Pretty great news!</description>
      <content:encoded><![CDATA[    <p><a href="https://react.dev/blog/2026/02/24/the-react-foundation" target="_blank" rel="noopener noreferrer">react.dev/blog/2026/02...</a></p>
<p>Pretty great news!</p>  

    <p style="margin: 1em 0;">
  <a href="https://react.dev/blog/2026/02/24/the-react-foundation" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreialmayp5azibvd5nwmlim65vcslmar6vber4dqhfgmdvvzf4yyenq" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>The React Foundation: A New Home for React Hosted by the Linux Foundation – React</strong>
        <br><small>The library for web and native user interfaces</small>
        <br><small>react.dev</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3mfo7b57rbk2o">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mfbotffc322l</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mfbotffc322l</guid>
      <pubDate>Fri, 20 Feb 2026 08:27:56 +0100</pubDate>
      <description>
I&apos;ve been obsessed with this song by Fred again.. for the past week. 
Everything, the sound, video, overall vibe, feels perfectly imperfect and raw. Love it.</description>
      <content:encoded><![CDATA[    <figure class="video"><iframe allow="fullscreen" allowfullscreen src="https://www.youtube.com/embed/uc5NSUrnF70"></iframe></figure>
<p>I've been obsessed with this song by Fred again.. for the past week. </p>
<p>Everything, the sound, video, overall vibe, feels perfectly imperfect and raw. Love it.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/3mfbotffc322l">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mf7ybwfyys2j</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mf7ybwfyys2j</guid>
      <pubDate>Thu, 19 Feb 2026 16:11:47 +0100</pubDate>
      <description>45.2/50. I remember colors better than I remember names. Come at me.
(unfortunately missed to take a screenshot so I guess you just have to trust my written word, sorry…)
dialed.gg

Judging by the hig…</description>
      <content:encoded><![CDATA[    <p>45.2/50. I remember colors better than I remember names. Come at me.</p>
<p>(unfortunately missed to take a screenshot so I guess you just have to trust my written word, sorry…)</p>
<p><a href="https://dialed.gg/" target="_blank" rel="noopener noreferrer">dialed.gg</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Judging by the high scores, suspiciously many people seem to have gotten a perfect score*</p>
<p>*aka know how to use a color picker</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/3mf7ybwfyys2j">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mf7cejqibk2l</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mf7cejqibk2l</guid>
      <pubDate>Thu, 19 Feb 2026 09:39:32 +0100</pubDate>
      <description>www.terrygodier.com/current
Terry, the person behind the fantastic essay on &quot;Phantom Obligation&quot;, truly delivered with his RSS reader! 
Some really interesting concepts in there that I haven&apos;t seen in…</description>
      <content:encoded><![CDATA[    <p><a href="https://www.terrygodier.com/current" target="_blank" rel="noopener noreferrer">www.terrygodier.com/current</a></p>
<p>Terry, the person behind the fantastic essay on "Phantom Obligation", truly delivered with his RSS reader! </p>
<p>Some really interesting concepts in there that I haven't seen in any other app in this category.</p>  

    <p style="margin: 1em 0;">
  <a href="https://www.terrygodier.com/current" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreiesmf6m2hrbwyxu5tbnxe4lm4hcpzqwjcj7h7bt2zambvswohmsqq" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>Current</strong>
        <br><small>An RSS reader that doesn&#039;t count. What happens when you stop treating your feeds like an inbox and start treating them like a river.</small>
        <br><small>www.terrygodier.com</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3mf7cejqibk2l">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mf2y35apvc2i</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mf2y35apvc2i</guid>
      <pubDate>Tue, 17 Feb 2026 19:26:07 +0100</pubDate>
      <description>Reposting @atproto.com
We&apos;ve been hard at work on a new website with new guides, better docs, more translations, even our very own blog. We think it looks pretty sharp, too. It&apos;s now easier than ever …</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:ewvi7nxzyoun6zhxrhs64oiz" target="_blank" rel="noopener noreferrer">@atproto.com</a></p>
<p>We've been hard at work on a new website with new guides, better docs, more translations, even our very own blog. We think it looks pretty sharp, too. It's now easier than ever to just build things with AT Protocol.</p>
<p><a href="https://atproto.com" target="_blank" rel="noopener noreferrer">atproto.com</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/3mf2y35apvc2i">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mf3bzide5s22</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mf3bzide5s22</guid>
      <pubDate>Tue, 17 Feb 2026 19:22:43 +0100</pubDate>
      <description>A quick little demo* of Kai, the annotation tool I&apos;ve been building over the past week.
Hugely inspired by agentation.dev, but I wanted to create something framework agnostic that you don&apos;t have to in…</description>
      <content:encoded><![CDATA[    <p>A quick little demo* of Kai, the annotation tool I've been building over the past week.</p>
<p>Hugely inspired by <a href="https://agentation.dev/" target="_blank" rel="noopener noreferrer">agentation.dev</a>, but I wanted to create something framework agnostic that you don't have to install inside your project.</p>
<figure class="video"><iframe allow="fullscreen" allowfullscreen src="https://www.youtube.com/embed/2sU9HV5J7Zk"></iframe></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>*and my first YT video, so please be gentle 😇</p>
<p>Repo: <a href="https://github.com/hfrdmnk/kai" target="_blank" rel="noopener noreferrer">github.com/hfrdmnk/kai</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>The main reason for me to build Kai was that I couldn't use Agentation for <a href="https://morgen.blue" target="_blank" rel="noopener noreferrer">morgen.blue</a>, since I'm building it with Svelte, not React.</p>
<p>But I really liked using Agentation for building <a href="https://billow.software" target="_blank" rel="noopener noreferrer">billow.software</a>, so it'll hopefully also aid the development of Morgenblau :)</p>  

    <p style="margin: 1em 0;">
  <a href="https://github.com/hfrdmnk/kai" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <strong>GitHub - hfrdmnk/kai: A UI annotation tool for the agent age.</strong>
        <br><small>A UI annotation tool for the agent age. Contribute to hfrdmnk/kai development by creating an account on GitHub.</small>
        <br><small>github.com</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3mf3bzide5s22">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mf2yglrpzc2z</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mf2yglrpzc2z</guid>
      <pubDate>Tue, 17 Feb 2026 16:31:05 +0100</pubDate>
      <description>Highlights from today&apos;s work on billow.software:

Cool little onboarding panel
Even cooler fallback profile pics/workspace avatars powered by boringavatars.com
</description>
      <content:encoded><![CDATA[    <p>Highlights from today's work on <a href="https://billow.software" target="_blank" rel="noopener noreferrer">billow.software</a>:</p>
<ul>
<li>Cool little onboarding panel</li>
<li>Even cooler fallback profile pics/workspace avatars powered by <a href="https://boringavatars.com" target="_blank" rel="noopener noreferrer">boringavatars.com</a></li>
</ul>  


      <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreiasl23cppgxtsif6rgx4aza6ucv5vtp464cagekbmicqytzndgtgm" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3mf2yglrpzc2z">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mey3lbjogk2o</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mey3lbjogk2o</guid>
      <pubDate>Mon, 16 Feb 2026 13:32:24 +0100</pubDate>
      <description>Reposting @erlend.sh
New @semble.so just dropped: Open Web Principles 📜
My personal favorite is getdweb.net/principles by @getdweb.net 
&quot;These principles define the values of a decentralized web based…</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:ad5bwszsc5m5jpj2sfa6uzjk" target="_blank" rel="noopener noreferrer">@erlend.sh</a></p>
<p>New <a href="https://bsky.app/profile/did:plc:k7wclckeajmuibxbamtbejjg" target="_blank" rel="noopener noreferrer">@semble.so</a> just dropped: Open Web Principles 📜</p>
<p>My personal favorite is <a href="https://getdweb.net/principles" target="_blank" rel="noopener noreferrer">getdweb.net/principles</a> by <a href="https://bsky.app/profile/did:plc:p4mn2o52m7q2mwpvunyzsike" target="_blank" rel="noopener noreferrer">@getdweb.net</a> </p>
<p>"These principles define the values of a decentralized web based on enabling agency of all peoples. It is the basis for behavioral norms and mutual accountability."</p>  

    <p style="margin: 1em 0;">
  <a href="https://semble.so/profile/erlend.sh/collections/3mexzexqouk2x" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:ad5bwszsc5m5jpj2sfa6uzjk/bafkreiht6efbnwq44z7np3rh26qldplxgmrxe7gwwgf7dfnsqe6c5rbydy" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>Open Web Principles (by Erlend Sogge Heggen) — Semble</strong>
        <br><small>Constitutions, principles and manifestos for a pro-social, open web.</small>
        <br><small>semble.so</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3mey3lbjogk2o">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3meod2so4ns2y</link>
      <guid isPermaLink="true">https://dominikhofer.me/3meod2so4ns2y</guid>
      <pubDate>Thu, 12 Feb 2026 15:36:44 +0100</pubDate>
      <description>I&apos;m on a bit of a side quest…</description>
      <content:encoded><![CDATA[    <p>I'm on a bit of a side quest…</p>  


      <p><video src="https://video.bsky.app/watch/did%3Aplc%3Afthx2gjakdj4ynxxu5vysjty/bafkreieoy5pa5zgadnihvp6pzrumia3brxm2fd4pna3njscdfxtoqh6myi/playlist.m3u8" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3meod2so4ns2y">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mej5iwnuc22h</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mej5iwnuc22h</guid>
      <pubDate>Tue, 10 Feb 2026 19:10:33 +0100</pubDate>
      <description>Reposting @iam-robin.bsky.social
I like reading and I like data visualisations. So why not convert the books I&apos;ve read into stacked bar charts?
Each year has its own book stack with the books I&apos;ve rea…</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:y4xcujrvmu5bvcownwe7vfi5" target="_blank" rel="noopener noreferrer">@iam-robin.bsky.social</a></p>
<p>I like reading and I like data visualisations. So why not convert the books I've read into stacked bar charts?</p>
<p>Each year has its own book stack with the books I've read. The height indicates the number of pages.</p>
<p>It's now part of my books subpage! 😊<br />
<a href="https://www.iamrob.in/books" target="_blank" rel="noopener noreferrer">www.iamrob.in/books</a></p>  


      <p><video src="https://video.bsky.app/watch/did%3Aplc%3Ay4xcujrvmu5bvcownwe7vfi5/bafkreiaxc6t7ahbtxxr2zgsmxrc6iy2vrrraslaeh2lfareafocai4gbi4/playlist.m3u8" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3mej5iwnuc22h">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3megqfz7nyk22</link>
      <guid isPermaLink="true">https://dominikhofer.me/3megqfz7nyk22</guid>
      <pubDate>Mon, 09 Feb 2026 20:05:08 +0100</pubDate>
      <description>Reposting @vegh.ca
I&apos;m looking forward to finally showing off what @benricem.bsky.social and I have been working on for, like, 1.5 years. Butterflies and elephants, together at last. 👀 ❤️</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:gpkvfabqtvfhyv3x7sfr3lvi" target="_blank" rel="noopener noreferrer">@vegh.ca</a></p>
<p>I'm looking forward to finally showing off what <a href="https://bsky.app/profile/did:plc:obvae6pdp7g6csb7wnywagiv" target="_blank" rel="noopener noreferrer">@benricem.bsky.social</a> and I have been working on for, like, 1.5 years. Butterflies and elephants, together at last. 👀 ❤️</p>  

    <p style="margin: 1em 0;">
  <a href="https://indigosocial.app" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:gpkvfabqtvfhyv3x7sfr3lvi/bafkreicz6rdfixhkbe5zp3znxqizsuf4pvm2bge2m5mse5jzfpuymwk2oq" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>Indigo</strong>
        <br><small>Indigo is a new social app for Bluesky and Mastodon, by Aaron Vegh and Ben McCarthy.</small>
        <br><small>indigosocial.app</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3megqfz7nyk22">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3me7a55xl6s27</link>
      <guid isPermaLink="true">https://dominikhofer.me/3me7a55xl6s27</guid>
      <pubDate>Fri, 06 Feb 2026 15:34:26 +0100</pubDate>
      <description>Polishing the auth flow for billow.software today 🪄
As always, h/t to @cedric.design for the clean design.</description>
      <content:encoded><![CDATA[    <p>Polishing the auth flow for <a href="https://billow.software" target="_blank" rel="noopener noreferrer">billow.software</a> today 🪄</p>
<p>As always, h/t to <a href="https://bsky.app/profile/did:plc:fdhmk5lrc7txlqzpgqrdlwbf" target="_blank" rel="noopener noreferrer">@cedric.design</a> for the clean design.</p>  


      <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreigbbitxxstxflegjpny2fhn3i3qdsnuysupcx64n5pvuxwqktyaye" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreiaamm5ippsvronb4un4zenmzhhmvpdtu6n5iqaukvqwo3tsrzpiua" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3me7a55xl6s27">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3me6c4yyd7k2g</link>
      <guid isPermaLink="true">https://dominikhofer.me/3me6c4yyd7k2g</guid>
      <pubDate>Fri, 06 Feb 2026 06:37:29 +0100</pubDate>
      <description>Worked on the main layout with its &quot;scrolling window&quot;-like structure this morning.
Don&apos;t mind the content for now, just placeholders :)</description>
      <content:encoded><![CDATA[    <p>Worked on the main layout with its "scrolling window"-like structure this morning.</p>
<p>Don't mind the content for now, just placeholders :)</p>  


      <p><video src="https://video.bsky.app/watch/did%3Aplc%3Afthx2gjakdj4ynxxu5vysjty/bafkreieuzzrwtaav5o6wb27gmuyn3g5lvwanqw7bevi5ld6fratoo5szby/playlist.m3u8" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3me6c4yyd7k2g">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3me4v2bzdms2o</link>
      <guid isPermaLink="true">https://dominikhofer.me/3me4v2bzdms2o</guid>
      <pubDate>Thu, 05 Feb 2026 17:10:39 +0100</pubDate>
      <description>Today, I started to design the overall layout for morgen.blue.
In the process, I discovered this beautiful icon set, which I really like:
www.basicons.com</description>
      <content:encoded><![CDATA[    <p>Today, I started to design the overall layout for <a href="https://morgen.blue" target="_blank" rel="noopener noreferrer">morgen.blue</a>.</p>
<p>In the process, I discovered this beautiful icon set, which I really like:<br />
<a href="https://www.basicons.com/" target="_blank" rel="noopener noreferrer">www.basicons.com</a></p>  


      <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreig7kdgwu2f6hwco7kvisq5zgl2hdw4fcshn2xz7drrxwottgx22ni" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3me4v2bzdms2o">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3me2pcns5hk23</link>
      <guid isPermaLink="true">https://dominikhofer.me/3me2pcns5hk23</guid>
      <pubDate>Wed, 04 Feb 2026 20:22:38 +0100</pubDate>
      <description>ia.net/topics/ia-wi...
Some beautiful wallpapers by the creators of iA Writer.</description>
      <content:encoded><![CDATA[    <p><a href="https://ia.net/topics/ia-winterfest-2025" target="_blank" rel="noopener noreferrer">ia.net/topics/ia-wi...</a></p>
<p>Some beautiful wallpapers by the creators of iA Writer.</p>  

    <p style="margin: 1em 0;">
  <a href="https://ia.net/topics/ia-winterfest-2025" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreifpim3rov5a3ekvj6452givmm4pq2a3ramka7sw65z3ai4h2pywne" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>iA Winterfest 2025</strong>
        <br><small>Celebrating both Winterfest and 20 years of iA this year, with one gift to enjoy each day.</small>
        <br><small>ia.net</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3me2pcns5hk23">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mdy2l2enw22w</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mdy2l2enw22w</guid>
      <pubDate>Wed, 04 Feb 2026 06:46:34 +0100</pubDate>
      <description>Quoting @joebasser.com
Reposting @schlage.town
great post on atproto as &apos;everything ecosystem&apos; with lots of examples of cross-pollination!

In the Atmosphere, feeds act more like windows.

spark carou…</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Quoting</span> <a href="https://bsky.app/profile/did:plc:qed67d2sst5xqsbuveiv7fjp" target="_blank" rel="noopener noreferrer">@joebasser.com</a></p>
<p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:jjsc5rflv3cpv6hgtqhn2dcm" target="_blank" rel="noopener noreferrer">@schlage.town</a></p>
<p>great post on atproto as 'everything ecosystem' with lots of examples of cross-pollination!</p>
<blockquote>
<p>In the Atmosphere, feeds act more like windows.</p>
</blockquote>
<p>spark carousel of bluesky posts (or leaflet etc) sounds cool!</p>  
        <blockquote style="margin: 1em 0; padding: 1em; background: #f5f5f5; border-left: 3px solid #ccc;">
  <p style="margin: 0 0 0.5em;">
    <strong>Joe Basser</strong>
    <small>@joebasser.com</small>
  </p>
  <p style="margin: 0;"></p>
    <p style="margin: 0.5em 0 0;"><a href="https://bsky.app/profile/did:plc:qed67d2sst5xqsbuveiv7fjp/post/3mdvuiwuohk2z">View on Bluesky</a></p>
  </blockquote>
  


<hr>
<p>
  <a href="https://dominikhofer.me/3mdy2l2enw22w">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mdzbfgds4s25</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mdzbfgds4s25</guid>
      <pubDate>Wed, 04 Feb 2026 06:40:59 +0100</pubDate>
      <description>Getting started…
Github: github.com/hfrdmnk/morg...
Tangled Mirror: tangled.org/dominik.soci...</description>
      <content:encoded><![CDATA[    <p>Getting started…</p>
<p>Github: <a href="https://github.com/hfrdmnk/morgenblau" target="_blank" rel="noopener noreferrer">github.com/hfrdmnk/morg...</a><br />
Tangled Mirror: <a href="https://tangled.org/dominik.social/morgenblau" target="_blank" rel="noopener noreferrer">tangled.org/dominik.soci...</a></p>  


      <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreidmc7odbqkf6zrqtj6wawthz4ydft2hkozszfbdx2atngnlv6aeka" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3mdzbfgds4s25">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mdy2wknrws2b</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mdy2wknrws2b</guid>
      <pubDate>Tue, 03 Feb 2026 19:12:38 +0100</pubDate>
      <description>I just sent the first devlog newsletter for Morgenblau: buttondown.com/dominikhofer...
If you haven&apos;t subscribed yet and want to follow the process, you can do so over at morgen.blue</description>
      <content:encoded><![CDATA[    <p>I just sent the first devlog newsletter for Morgenblau: <a href="https://buttondown.com/dominikhofer/archive/a-new-day-begins/" target="_blank" rel="noopener noreferrer">buttondown.com/dominikhofer...</a></p>
<p>If you haven't subscribed yet and want to follow the process, you can do so over at <a href="https://morgen.blue/" target="_blank" rel="noopener noreferrer">morgen.blue</a></p>  

    <p style="margin: 1em 0;">
  <a href="https://buttondown.com/dominikhofer/archive/a-new-day-begins/" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreigqu4m7veua6gt3aeag7hcnz3ja57px666ewcmuvcr6uan2obrbk4" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>A new day begins</strong>
        <br><small>Morgenblau Devlog #001</small>
        <br><small>buttondown.com</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3mdy2wknrws2b">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mdwgpu7d5s2p</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mdwgpu7d5s2p</guid>
      <pubDate>Tue, 03 Feb 2026 09:01:55 +0100</pubDate>
      <description>Quoting @disnetdev.com
Reposting @hyl.st
We&apos;re getting reallly close to a dream of mine:
public indexed website built from a variety of personal data sources: bookmarks, annotations, and rss likes
I w…</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Quoting</span> <a href="https://bsky.app/profile/did:plc:4vjd3fe2cgzq5d24j4f3zvar" target="_blank" rel="noopener noreferrer">@disnetdev.com</a></p>
<p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:dy6ekftqerqu5bcz76kgy6ux" target="_blank" rel="noopener noreferrer">@hyl.st</a></p>
<p>We're getting <em>reallly</em> close to a dream of mine:</p>
<p>public indexed website built from a variety of personal data sources: bookmarks, annotations, and rss likes</p>
<p>I was posting about this 6 months ago, and it could be a reality <em>today</em> <a href="https://bsky.app/profile/hyl.st/post/3lwmuepxlfc27" target="_blank" rel="noopener noreferrer">bsky.app/profile/hyl....</a></p>  
        <blockquote style="margin: 1em 0; padding: 1em; background: #f5f5f5; border-left: 3px solid #ccc;">
  <p style="margin: 0 0 0.5em;">
    <strong>Tim Disney</strong>
    <small>@disnetdev.com</small>
  </p>
  <p style="margin: 0;">Yes! As long as the client publishes app.skyreader.social.share (see github.com/disnet/skyre...) Skyreader will index and show it. (eventually we&#039;ll probably figure out a standard lexicon like standard.site did for long-form content)</p>
    <p style="margin: 0.5em 0 0;"><a href="https://bsky.app/profile/did:plc:4vjd3fe2cgzq5d24j4f3zvar/post/3mdwfu6ogv22j">View on Bluesky</a></p>
  </blockquote>
  


<hr>
<p>
  <a href="https://dominikhofer.me/3mdwgpu7d5s2p">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mdsd2m3hqk25</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mdsd2m3hqk25</guid>
      <pubDate>Mon, 02 Feb 2026 07:37:51 +0100</pubDate>
      <description>Reposting @flo-bit.dev
official public beta launch of blento.app 🎉🥳
lots of new features and cards added and (mostly) works on mobile now too
share it with your friends, family, neighbors and random s…</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:257wekqxg4hyapkq6k47igmp" target="_blank" rel="noopener noreferrer">@flo-bit.dev</a></p>
<p>official public beta launch of <a href="https://blento.app" target="_blank" rel="noopener noreferrer">blento.app</a> 🎉🥳</p>
<p>lots of new features and cards added and (mostly) works on mobile now too</p>
<p>share it with your friends, family, neighbors and random strangers on the street!</p>  


      <p><video src="https://video.bsky.app/watch/did%3Aplc%3A257wekqxg4hyapkq6k47igmp/bafkreiei4crqa3m2wj5pwxxq23pwiohkezpcho4rqxilsssm5a3zyjjknq/playlist.m3u8" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3mdsd2m3hqk25">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mduasymea22g</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mduasymea22g</guid>
      <pubDate>Mon, 02 Feb 2026 06:47:22 +0100</pubDate>
      <description>Some core concepts to explore for morgen.blue.
(I&apos;ll write a bit more about them in the next newsletter issue.)</description>
      <content:encoded><![CDATA[    <p>Some core concepts to explore for <a href="https://morgen.blue" target="_blank" rel="noopener noreferrer">morgen.blue</a>.</p>
<p>(I'll write a bit more about them in the next newsletter issue.)</p>  


      <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreievrsismy3jbspffms3nn5pkygyhxnobbnfe22x63n52einnncujm" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreielbwtpnonnwbpyec2rdbqcafxmm5bxhixqtgbt2pqvbgacix6vvm" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreigik6higqcu36ivsnagfnnjp54enurhq22vlvvmmqgd6cu2dii7e4" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreig3ppqt5jd57eww5h5txdv6f4quzsazang5vig3h4ax46aac4heua" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3mduasymea22g">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mdt67sent22r</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mdt67sent22r</guid>
      <pubDate>Mon, 02 Feb 2026 06:40:26 +0100</pubDate>
      <description>Quoting @dominik.social
Reposting @erlend.sh

What is one thing that you would change in your favorite reader to make it even better?

Make it about subscribing to people, not feeds. Very Online perso…</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Quoting</span> <a href="https://bsky.app/profile/did:plc:fthx2gjakdj4ynxxu5vysjty" target="_blank" rel="noopener noreferrer">@dominik.social</a></p>
<p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:ad5bwszsc5m5jpj2sfa6uzjk" target="_blank" rel="noopener noreferrer">@erlend.sh</a></p>
<blockquote>
<p>What is one thing that you would change in your favorite reader to make it even better?</p>
</blockquote>
<p>Make it about subscribing to people, not feeds. Very Online persons (and orgs) have more than one feed available for subscription, and I wanna opt into them individually.</p>
<p><a href="https://blog.erlend.sh/follow-anyone" target="_blank" rel="noopener noreferrer">blog.erlend.sh/follow-anyone</a></p>  
        <blockquote style="margin: 1em 0; padding: 1em; background: #f5f5f5; border-left: 3px solid #ccc;">
  <p style="margin: 0 0 0.5em;">
    <strong>Dominik Hofer</strong>
    <small>@dominik.social</small>
  </p>
  <p style="margin: 0;">In case you missed my blogpost from yesterday: I&#039;m building my own take on an atproto-based RSS reader!<br />
<br />
If you&#039;re interested, you can follow along by signing up over at morgen.blue or by checking this tag on my website: dominikhofer.me/tag/morgenblau<br />
<br />
#buildinpublic #morgenblau</p>
    <p style="margin: 0.5em 0 0;"><a href="https://bsky.app/profile/did:plc:fthx2gjakdj4ynxxu5vysjty/post/3mdsql55sjs24">View on Bluesky</a></p>
  </blockquote>
  


<hr>
<p>
  <a href="https://dominikhofer.me/3mdt67sent22r">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mdsql55sjs24</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mdsql55sjs24</guid>
      <pubDate>Sun, 01 Feb 2026 16:23:58 +0100</pubDate>
      <description>Quoting @dominik.social
In case you missed my blogpost from yesterday: I&apos;m building my own take on an atproto-based RSS reader!
If you&apos;re interested, you can follow along by signing up over at morgen.…</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Quoting</span> <a href="https://bsky.app/profile/did:plc:fthx2gjakdj4ynxxu5vysjty" target="_blank" rel="noopener noreferrer">@dominik.social</a></p>
<p>In case you missed my blogpost from yesterday: I'm building my own take on an atproto-based RSS reader!</p>
<p>If you're interested, you can follow along by signing up over at <a href="https://morgen.blue" target="_blank" rel="noopener noreferrer">morgen.blue</a> or by checking this tag on my website: <a href="https://dominikhofer.me/tag/morgenblau" target="_blank" rel="noopener noreferrer">dominikhofer.me/tag/morgenblau</a></p>  
        <blockquote style="margin: 1em 0; padding: 1em; background: #f5f5f5; border-left: 3px solid #ccc;">
  <p style="margin: 0 0 0.5em;">
    <strong>Dominik Hofer</strong>
    <small>@dominik.social</small>
  </p>
  <p style="margin: 0;">Change of plans<br />
https://dominikhofer.me/change-of-plans</p>
    <p style="margin: 0.5em 0 0;"><a href="https://bsky.app/profile/did:plc:fthx2gjakdj4ynxxu5vysjty/post/3mdpupmcktu2a">View on Bluesky</a></p>
  </blockquote>
  

      <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreibhpch7svpajz32gryqspscob5guxdj3snme5lmb6nqttwomp5eqq" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3mdsql55sjs24">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mdpuusqxnc2g</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mdpuusqxnc2g</guid>
      <pubDate>Sat, 31 Jan 2026 13:02:59 +0100</pubDate>
      <description>www.terrygodier.com/phantom-obli...
I already shared this in my latest blog post but wanted to highlight it separately.
Really interesting read on how paradigms have (not) evolved in the past years fo…</description>
      <content:encoded><![CDATA[    <p><a href="https://www.terrygodier.com/phantom-obligation" target="_blank" rel="noopener noreferrer">www.terrygodier.com/phantom-obli...</a></p>
<p>I already shared this in my latest blog post but wanted to highlight it separately.</p>
<p>Really interesting read on how paradigms have (not) evolved in the past years for RSS readers and what to do about it.</p>  

    <p style="margin: 1em 0;">
  <a href="https://www.terrygodier.com/phantom-obligation" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreieo3jshvum6sljrk64yobr63qcj4xrire5b3wp7dif7bsv2baa3ee" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>Phantom Obligation</strong>
        <br><small>Why RSS readers look like email clients, and what that&#039;s doing to us.</small>
        <br><small>www.terrygodier.com</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3mdpuusqxnc2g">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mdo35zsna22q</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mdo35zsna22q</guid>
      <pubDate>Sat, 31 Jan 2026 10:08:22 +0100</pubDate>
      <description>Reposting @stevedylan.dev
Today I&apos;m excited to announce @sequoia.pub: a CLI for self-hosted blogs to publish @standard.site lexicons to the ATmosphere
sequoia.pub/blog/introdu...</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:ia2zdnhjaokf5lazhxrmj6eu" target="_blank" rel="noopener noreferrer">@stevedylan.dev</a></p>
<p>Today I'm excited to announce <a href="https://bsky.app/profile/did:plc:kq6bvkw4sxof3vdinuitehn5" target="_blank" rel="noopener noreferrer">@sequoia.pub</a>: a CLI for self-hosted blogs to publish <a href="https://bsky.app/profile/did:plc:re3ebnp5v7ffagz6rb6xfei4" target="_blank" rel="noopener noreferrer">@standard.site</a> lexicons to the ATmosphere</p>
<p><a href="https://sequoia.pub/blog/introducing-sequoia/" target="_blank" rel="noopener noreferrer">sequoia.pub/blog/introdu...</a></p>  

    <p style="margin: 1em 0;">
  <a href="https://sequoia.pub/blog/introducing-sequoia/" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:ia2zdnhjaokf5lazhxrmj6eu/bafkreigiskwot4yskc2baiaixsvjkl67dvvhpednfpzpm5jc2t7uybudx4" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>Introducing Sequoia: Publishing for the Open Web</strong>
        <br><small>sequoia.pub</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3mdo35zsna22q">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mdnomhwjtk2c</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mdnomhwjtk2c</guid>
      <pubDate>Fri, 30 Jan 2026 16:05:37 +0100</pubDate>
      <description>skills.sh
Aaand speaking of agent skills, here&apos;s a pretty cool directory. I don&apos;t really install external skills that often, but it&apos;s very nice for inspo.</description>
      <content:encoded><![CDATA[    <p><a href="https://skills.sh/" target="_blank" rel="noopener noreferrer">skills.sh</a></p>
<p>Aaand speaking of agent skills, here's a pretty cool directory. I don't really install external skills that often, but it's very nice for inspo.</p>  

    <p style="margin: 1em 0;">
  <a href="https://skills.sh/" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreibud4pcdpm7c32neb2wrzjmqotfube2apkrnbno2w5tlnvu3ncp4m" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>The Agent Skills Directory</strong>
        <br><small>Discover and install skills for AI agents.</small>
        <br><small>skills.sh</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3mdnomhwjtk2c">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mdnmxfn7zs2a</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mdnmxfn7zs2a</guid>
      <pubDate>Fri, 30 Jan 2026 15:35:56 +0100</pubDate>
      <description>Turned @spatie.be&apos;s Laravel guidelines (spatie.be/guidelines) into a proper agent skill using Anthropic&apos;s skill-creator skill (what a name).
Some interesting patterns in there, we&apos;ll see how it goes 🤞</description>
      <content:encoded><![CDATA[    <p>Turned <a href="https://bsky.app/profile/did:plc:iajc6otsggcsbezzdenwknnb" target="_blank" rel="noopener noreferrer">@spatie.be</a>'s Laravel guidelines (<a href="https://spatie.be/guidelines" target="_blank" rel="noopener noreferrer">spatie.be/guidelines</a>) into a proper agent skill using Anthropic's skill-creator skill (what a name).</p>
<p>Some interesting patterns in there, we'll see how it goes 🤞</p>  


      <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreihse5fqim7npt64fq2bxvv5jo5wcgtt7lc2ozqvrcduuojcospfua" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3mdnmxfn7zs2a">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mdlb7kyau22n</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mdlb7kyau22n</guid>
      <pubDate>Thu, 29 Jan 2026 17:00:26 +0100</pubDate>
      <description>With the exams finished and my new personal website out in the world, it&apos;s time to dive into the world of iOS development again 🥳
I will talk more about the app in the next couple of days, but as a li…</description>
      <content:encoded><![CDATA[    <p>With the exams finished and my new personal website out in the world, it's time to dive into the world of iOS development again 🥳</p>
<p>I will talk more about the app in the next couple of days, but as a little teaser, here's the icon :)</p>  


      <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreih5pq7zs645xcyfc3hsgzs7t5buj3ccvfvywdgymvpcz46uk54kma" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3mdlb7kyau22n">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mdkergxyi22p</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mdkergxyi22p</guid>
      <pubDate>Thu, 29 Jan 2026 08:31:27 +0100</pubDate>
      <description>www.eddiedale.com/blog/overwhe...
This could&apos;ve been written by me:

But my problem was never lack of inspiration or ideas.
My weakness is focus and execution.

Lost in a sea of infinite possibilities…</description>
      <content:encoded><![CDATA[    <p><a href="https://www.eddiedale.com/blog/overwhelmed-by-opportunities" target="_blank" rel="noopener noreferrer">www.eddiedale.com/blog/overwhe...</a></p>
<p>This could've been written by me:</p>
<blockquote>
<p>But my problem was never lack of inspiration or ideas.<br />
My weakness is focus and execution.</p>
</blockquote>
<p>Lost in a sea of infinite possibilities ✨</p>  

    <p style="margin: 1em 0;">
  <a href="https://www.eddiedale.com/blog/overwhelmed-by-opportunities" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreihkpkfopgx4oyro2kinzkjhigyskelcncwgrwjravojzwxgsl7f5u" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>Overwhelmed by opportunities | Eddie Dale</strong>
        <br><small>Lately I&#039;ve been getting into generative coding. Stuff like p5.js and just svg&#039;s in general. Super inspired by people like (link: https://georgefrancis.dev/ text: George Francis) and (link: https://na...</small>
        <br><small>www.eddiedale.com</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3mdkergxyi22p">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mdfhzedjbc2v</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mdfhzedjbc2v</guid>
      <pubDate>Tue, 27 Jan 2026 09:46:15 +0100</pubDate>
      <description>Things are getting serious if I end my prompts to Claude Code with &quot;Only present the plan if you&apos;re 99+% sure that it will work&quot;.</description>
      <content:encoded><![CDATA[    <p>Things are getting serious if I end my prompts to Claude Code with "Only present the plan if you're 99+% sure that it will work".</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/3mdfhzedjbc2v">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mddmqn4sqc2y</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mddmqn4sqc2y</guid>
      <pubDate>Mon, 26 Jan 2026 16:05:32 +0100</pubDate>
      <description>Dynamic offers in billow.software</description>
      <content:encoded><![CDATA[    <p>Dynamic offers in <a href="https://billow.software" target="_blank" rel="noopener noreferrer">billow.software</a></p>  


      <p><video src="https://video.bsky.app/watch/did%3Aplc%3Afthx2gjakdj4ynxxu5vysjty/bafkreiffhlyjpelb43uklm2towt56gsnlzqsuz4rgiwhejlpzpcuwsaqgu/playlist.m3u8" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3mddmqn4sqc2y">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mdbekwx5as2u</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mdbekwx5as2u</guid>
      <pubDate>Mon, 26 Jan 2026 08:19:00 +0100</pubDate>
      <description>Reposting @olaren.dev
Here is what I&apos;ve been doing this past week: git.olaren.dev/Olaren/mapto...
A little python program that generates poster for cities! You might have seen stuff like this around l…</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:6if5m2yo6kroprmmency3gt5" target="_blank" rel="noopener noreferrer">@olaren.dev</a></p>
<p>Here is what I've been doing this past week: <a href="https://git.olaren.dev/Olaren/maptoposter" target="_blank" rel="noopener noreferrer">git.olaren.dev/Olaren/mapto...</a><br />
A little python program that generates poster for cities! You might have seen stuff like this around lately, but I modified it to put an emphasis on rail infrastructure :3</p>  


      <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:6if5m2yo6kroprmmency3gt5/bafkreicu7gzuazoao64dbnbh6snfzq3potcfb635dvezlhfwz3trktbbdq" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:6if5m2yo6kroprmmency3gt5/bafkreiczosgvbgshrsmpbxiykp4jxt3bghtk6me7w7phe2xtdhbfmttpkm" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:6if5m2yo6kroprmmency3gt5/bafkreicrre6hl5bdq3wzltjzsdlzmicsj4aqdufguq7xae6mcvz6f7ybmi" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:6if5m2yo6kroprmmency3gt5/bafkreiezh6bzewlismqe7bwgubhfm6baqf35acyhrcuarjz3vxhbjvimvq" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3mdbekwx5as2u">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mdcq5xfz6s25</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mdcq5xfz6s25</guid>
      <pubDate>Mon, 26 Jan 2026 07:34:00 +0100</pubDate>
      <description>
Happy Monday!
Here&apos;s a fantastic soundtrack for your workday (discovered via @danabra.mov).</description>
      <content:encoded><![CDATA[    <figure class="video"><iframe allow="fullscreen" allowfullscreen src="https://www.youtube.com/embed/JRnDYB28bL8"></iframe></figure>
<p>Happy Monday!</p>
<p>Here's a fantastic soundtrack for your workday (discovered via <a href="https://bsky.app/profile/did:plc:fpruhuo22xkm5o7ttr2ktxdo" target="_blank" rel="noopener noreferrer">@danabra.mov</a>).</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/3mdcq5xfz6s25">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mdclt5odfc2x</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mdclt5odfc2x</guid>
      <pubDate>Mon, 26 Jan 2026 06:16:23 +0100</pubDate>
      <description>mutoco.ch/de/projects/...
The branding for the new Swiss eID looks gorgeous, I really dig those gradients 🌈</description>
      <content:encoded><![CDATA[    <p><a href="https://mutoco.ch/de/projects/eid-swiyu" target="_blank" rel="noopener noreferrer">mutoco.ch/de/projects/...</a></p>
<p>The branding for the new Swiss eID looks gorgeous, I really dig those gradients 🌈</p>  

    <p style="margin: 1em 0;">
  <a href="https://mutoco.ch/de/projects/eid-swiyu" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreibg77wdg6hy4ymzvvkiov4cx7auljgrcljugvpeotwea2s5fpxaom" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>eID – ein dynamisches Branding für eine vielfältige Schweiz</strong>
        <br><small>In Zusammenarbeit mit dem Bund (BIT und BJ) haben wir das Branding für die nationale elektronische Identität (eID) und ihre Anwendung, die swiyu App entwickelt.</small>
        <br><small>mutoco.ch</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3mdclt5odfc2x">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mdbg54k56k2t</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mdbg54k56k2t</guid>
      <pubDate>Sun, 25 Jan 2026 19:01:55 +0100</pubDate>
      <description>Quoting @phamous.dev
Something to try out next semester 👀
gist.github.com/JohnPhamous/...</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Quoting</span> <a href="https://bsky.app/profile/did:plc:6lotuck3v4j3rap4ibd32t4u" target="_blank" rel="noopener noreferrer">@phamous.dev</a></p>
<p>Something to try out next semester 👀</p>
<p><a href="https://gist.github.com/JohnPhamous/3aaf34b378c376229302fbd5e1532261" target="_blank" rel="noopener noreferrer">gist.github.com/JohnPhamous/...</a></p>  
        <blockquote style="margin: 1em 0; padding: 1em; background: #f5f5f5; border-left: 3px solid #ccc;">
  <p style="margin: 0 0 0.5em;">
    <strong>johnphamous</strong>
    <small>@phamous.dev</small>
  </p>
  <p style="margin: 0;">agent skill to help with learning and retention<br />
<br />
1. read the thing<br />
2. use skill on the thing: reads in a diff way, follow up q&amp;a, propose anki cards<br />
3. creates and syncs anki cards<br />
4. do anki cards on phone while walking</p>
    <p style="margin: 0.5em 0 0;"><a href="https://bsky.app/profile/did:plc:6lotuck3v4j3rap4ibd32t4u/post/3mdbcxmkdqx2e">View on Bluesky</a></p>
  </blockquote>
  


<hr>
<p>
  <a href="https://dominikhofer.me/3mdbg54k56k2t">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mdbelbk3wk25</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mdbelbk3wk25</guid>
      <pubDate>Sun, 25 Jan 2026 18:34:02 +0100</pubDate>
      <description>Quoting @atprotocol.dev
If W is actually based on atproto, that is truly awesome news!
Still not a fan of the name though…</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Quoting</span> <a href="https://bsky.app/profile/did:plc:lehcqqkwzcwvjvw66uthu5oq" target="_blank" rel="noopener noreferrer">@atprotocol.dev</a></p>
<p>If W is actually based on atproto, that is truly awesome news!</p>
<p>Still not a fan of the name though…</p>  
        <blockquote style="margin: 1em 0; padding: 1em; background: #f5f5f5; border-left: 3px solid #ccc;">
  <p style="margin: 0 0 0.5em;">
    <strong>AT Protocol Community</strong>
    <small>@atprotocol.dev</small>
  </p>
  <p style="margin: 0;">W is a new European platform aspiring to be an alternative to X.<br />
<br />
What if we told you that it may actually be launching as an ATProto powered app?<br />
<br />
This is a W for ATProto<br />
<br />
atprotocol.dev/w-for-atproto/</p>
    <p style="margin: 0.5em 0 0;"><a href="https://bsky.app/profile/did:plc:lehcqqkwzcwvjvw66uthu5oq/post/3mcxm4ikebc2e">View on Bluesky</a></p>
  </blockquote>
  


<hr>
<p>
  <a href="https://dominikhofer.me/3mdbelbk3wk25">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mdbbadzfb22f</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mdbbadzfb22f</guid>
      <pubDate>Sun, 25 Jan 2026 17:34:15 +0100</pubDate>
      <description>Aaand… we&apos;re live!
v2.0 of my personal website, built with @getkirby.com
dominikhofer.me

Still a few quirks to iron out and pages to create, but the main part, the blog with additional notes, photos …</description>
      <content:encoded><![CDATA[    <p>Aaand… we're live!</p>
<p>v2.0 of my personal website, built with <a href="https://bsky.app/profile/did:plc:saf6ox5ysclcv6ic44xd6rsz" target="_blank" rel="noopener noreferrer">@getkirby.com</a></p>
<p><a href="https://dominikhofer.me" target="_blank" rel="noopener noreferrer">dominikhofer.me</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Still a few quirks to iron out and pages to create, but the main part, the blog with additional notes, photos and races is more or less complete.</p>
<p>I will write a proper blogpost in the coming days about this new site, but consider this the pre-announcement :)</p>  


      <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreiad6xkc7ne4c4pxjwiwzz65celzkdae44xitrcxpbrwwyxib3azgu" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3mdbbadzfb22f">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/bm3d4h6ccgsrakrg</link>
      <guid isPermaLink="true">https://dominikhofer.me/bm3d4h6ccgsrakrg</guid>
      <pubDate>Sun, 25 Jan 2026 14:25:00 +0100</pubDate>
      <description>If you previously subscribed to this site via RSS, I might just have filled up your feed with many posts. This is somewhat intended as I just deployed v2 of my site (you can check it out here) and thi…</description>
      <content:encoded><![CDATA[    <p>If you previously subscribed to this site via RSS, I might just have filled up your feed with many posts. This is somewhat intended as I just deployed v2 of my site (you can check it out <a href="https://dominikhofer.me">here</a>) and this feed now contains all the things I publish: Regular Posts, Notes (aka short posts), Photos and Races.</p>
<p>If you want to just receive regular posts in your RSS reader, you can subscribe to this filtered feed: <a href="https://dominikhofer.me/posts/rss">dominikhofer.me/posts/rss</a></p>
<p>Have a nice Sunday and a good start to the new week, appreciate you!</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/bm3d4h6ccgsrakrg">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3md6jyi5b4s2l</link>
      <guid isPermaLink="true">https://dominikhofer.me/3md6jyi5b4s2l</guid>
      <pubDate>Sat, 24 Jan 2026 15:32:55 +0100</pubDate>
      <description>We&apos;re getting there…</description>
      <content:encoded><![CDATA[    <p>We're getting there…</p>  


      <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreiasnouvhajomzlt6d7btuxgpyw4ehvw43d6x4lumwjyqhrhj2dg3m" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3md6jyi5b4s2l">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3md4qsqncqs24</link>
      <guid isPermaLink="true">https://dominikhofer.me/3md4qsqncqs24</guid>
      <pubDate>Sat, 24 Jan 2026 12:57:57 +0100</pubDate>
      <description>Reposting @leaflet.pub
Leaflet is on @standard.site!
A big joint effort — and we&apos;re finishing a big migration to get Leaflet records standard-site-ified :) Log in to Leaflet &amp;amp; you&apos;ll be migrated a…</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:btxrwcaeyodrap5mnjw2fvmz" target="_blank" rel="noopener noreferrer">@leaflet.pub</a></p>
<p>Leaflet is on <a href="https://bsky.app/profile/did:plc:re3ebnp5v7ffagz6rb6xfei4" target="_blank" rel="noopener noreferrer">@standard.site</a>!</p>
<p>A big joint effort — and we're finishing a big migration to get Leaflet records standard-site-ified :) Log in to Leaflet &amp; you'll be migrated automatically.</p>
<p>Read this post for details, and let us know any q's.</p>
<p>Social publishing. Atmospheric publishing. Together!</p>  

    <p style="margin: 1em 0;">
  <a href="https://lab.leaflet.pub/3md4qsktbms24" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:btxrwcaeyodrap5mnjw2fvmz/bafkreianwajf3ajq5n5difvtcirncgyhuwfy5hffnm7aljeflp5qw3lz5q" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>Leaflet, standard.site, and open social publishing!</strong>
        <br><small>Lab Notes 021: launching a set of shared standards for social publishing, migrating Leaflet to use these new lexicons, and how we plan to grow publishing × open social together!</small>
        <br><small>lab.leaflet.pub</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3md4qsqncqs24">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3md44p6ikkc2j</link>
      <guid isPermaLink="true">https://dominikhofer.me/3md44p6ikkc2j</guid>
      <pubDate>Fri, 23 Jan 2026 16:29:45 +0100</pubDate>
      <description>Todo: Launch personal website this weekend
(I&apos;m too tired after the exam today to do anything else except coming up with this list. Tomorrow, it&apos;s time to build again though ^^)</description>
      <content:encoded><![CDATA[    <p>Todo: Launch personal website this weekend</p>
<p>(I'm too tired after the exam today to do anything else except coming up with this list. Tomorrow, it's time to build again though ^^)</p>  


      <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreigfkout6v245gk62yxdc5altkjiijydq63hhutb5i2k6qbm2csrya" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3md44p6ikkc2j">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mcxyonan6s2s</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mcxyonan6s2s</guid>
      <pubDate>Thu, 22 Jan 2026 14:05:48 +0100</pubDate>
      <description>Reposting @stevedylan.dev
I wrote up a primer on the AT Protocol designed for normal people, trying to explain why it&apos;s such a big deal, and giving tips on how to get started. Near the end I listed so…</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:ia2zdnhjaokf5lazhxrmj6eu" target="_blank" rel="noopener noreferrer">@stevedylan.dev</a></p>
<p>I wrote up a primer on the AT Protocol designed for normal people, trying to explain why it's such a big deal, and giving tips on how to get started. Near the end I listed some ATProto apps that people can use, so please let me know if there are others I could add!</p>
<p><a href="https://stevedylan.dev/posts/atproto-starter/" target="_blank" rel="noopener noreferrer">stevedylan.dev/posts/atprot...</a></p>  

    <p style="margin: 1em 0;">
  <a href="https://stevedylan.dev/posts/atproto-starter/" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:ia2zdnhjaokf5lazhxrmj6eu/bafkreig6lsx5kopr7pjtyz5wigkq5sim5grqud2ki5zsbsgcxel6odlbri" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>AT Protocol Primer</strong>
        <br><small>What is the AT Protocol and why does it matter in the grand scheme of the web</small>
        <br><small>stevedylan.dev</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3mcxyonan6s2s">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mcyugmp4222i</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mcyugmp4222i</guid>
      <pubDate>Thu, 22 Jan 2026 09:23:49 +0100</pubDate>
      <description>Publicly committing so I don&apos;t tinker too much:
My new personal website goes live this weekend 🙌
Just need to make some final touches and set up the hosting, then we&apos;re good to go.

A bit more context…</description>
      <content:encoded><![CDATA[    <p>Publicly committing so I don't tinker too much:</p>
<p>My new personal website goes live this weekend 🙌</p>
<p>Just need to make some final touches and set up the hosting, then we're good to go.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>A bit more context for those interested: <a href="https://bsky.app/profile/dominik.social/post/3mctyw7nbks2i" target="_blank" rel="noopener noreferrer">bsky.app/profile/domi...</a></p>  
        <blockquote style="margin: 1em 0; padding: 1em; background: #f5f5f5; border-left: 3px solid #ccc;">
  <p style="margin: 0 0 0.5em;">
    <strong>Dominik Hofer</strong>
    <small>@dominik.social</small>
  </p>
  <p style="margin: 0;">I&#039;m currently building v2 of my personal site with @getkirby.com.<br />
<br />
The core idea is to have a unified feed of all my content in one place.<br />
<br />
I&#039;ve now backfilled my whole Twitter archive + regularly fetch posts from Bluesky. So cool seeing everything come together.<br />
<br />
#buildinpublic</p>
    <p style="margin: 0.5em 0 0;"><a href="https://bsky.app/profile/did:plc:fthx2gjakdj4ynxxu5vysjty/post/3mctyw7nbks2i">View on Bluesky</a></p>
  </blockquote>
  


<hr>
<p>
  <a href="https://dominikhofer.me/3mcyugmp4222i">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mcwhcfcb4c2m</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mcwhcfcb4c2m</guid>
      <pubDate>Wed, 21 Jan 2026 10:23:29 +0100</pubDate>
      <description>One skill I recently created for Claude Code and quite enjoy using is called &quot;continuous-learning&quot;.
It goes through the last n git commands and identifies learning opportunities that could be document…</description>
      <content:encoded><![CDATA[    <p>One skill I recently created for Claude Code and quite enjoy using is called "continuous-learning".</p>
<p>It goes through the last n git commands and identifies learning opportunities that could be documented in <a href="https://CLAUDE.md" target="_blank" rel="noopener noreferrer">CLAUDE.md</a> or specialized files.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>*commits, not commands obv. 🫠</p>  


      <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreie6nw3tmhsgiauxg3fweapb5lpf5s43i36tm2wlt4otvyujgaeg5e" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3mcwhcfcb4c2m">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mcw7yzupj225</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mcw7yzupj225</guid>
      <pubDate>Wed, 21 Jan 2026 08:12:58 +0100</pubDate>
      <description>Quoting @disnetdev.com
RSS on atproto, I&apos;m so here for it!
It&apos;s a first step into the right direction: dominikhofer.me/social-indie...</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Quoting</span> <a href="https://bsky.app/profile/did:plc:4vjd3fe2cgzq5d24j4f3zvar" target="_blank" rel="noopener noreferrer">@disnetdev.com</a></p>
<p>RSS on atproto, I'm so here for it!</p>
<p>It's a first step into the right direction: <a href="https://dominikhofer.me/social-indie-web" target="_blank" rel="noopener noreferrer">dominikhofer.me/social-indie...</a></p>  
        <blockquote style="margin: 1em 0; padding: 1em; background: #f5f5f5; border-left: 3px solid #ccc;">
  <p style="margin: 0 0 0.5em;">
    <strong>Tim Disney</strong>
    <small>@disnetdev.com</small>
  </p>
  <p style="margin: 0;">Oops, I started a new project: Skyreader, an RSS reader on the AT Protocol. Share cool articles like it&#039;s 2010 and Google Reader would never die. skyreader.app<br />
<br />
www.disnetdev.com/blog/2026-01...</p>
    <p style="margin: 0.5em 0 0;"><a href="https://bsky.app/profile/did:plc:4vjd3fe2cgzq5d24j4f3zvar/post/3mcutbpkn722x">View on Bluesky</a></p>
  </blockquote>
  


<hr>
<p>
  <a href="https://dominikhofer.me/3mcw7yzupj225">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mctyw7nbks2i</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mctyw7nbks2i</guid>
      <pubDate>Tue, 20 Jan 2026 11:00:48 +0100</pubDate>
      <description>I&apos;m currently building v2 of my personal site with @getkirby.com.
The core idea is to have a unified feed of all my content in one place.
I&apos;ve now backfilled my whole Twitter archive + regularly fetch…</description>
      <content:encoded><![CDATA[    <p>I'm currently building v2 of my personal site with <a href="https://bsky.app/profile/did:plc:saf6ox5ysclcv6ic44xd6rsz" target="_blank" rel="noopener noreferrer">@getkirby.com</a>.</p>
<p>The core idea is to have a unified feed of all my content in one place.</p>
<p>I've now backfilled my whole Twitter archive + regularly fetch posts from Bluesky. So cool seeing everything come together.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>h/t to <a href="https://bsky.app/profile/did:plc:6kq5mzgsrjxaethpddkfynpt" target="_blank" rel="noopener noreferrer">@johnonolan.bsky.social</a> for the initial inspo for the "social profile" layout.</p>
<p>I considered Ghost for a while as well as the backend but landed on Kirby in the end. But that decision is worth a blog post on it's own.</p>  


      <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreidzmd7gsvt2hpiuckliyaztuzjxn3swdaedc7vrc25a2pd4sd5gny" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3mctyw7nbks2i">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mcrxmgkjjk2w</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mcrxmgkjjk2w</guid>
      <pubDate>Mon, 19 Jan 2026 15:32:07 +0100</pubDate>
      <description>Quoting @grabhold.now
For the next time you have to wait for a dev (or Claude) to implement your designs 👇
And for everyone else, just click the buttons, it&apos;s really satisfying :)</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Quoting</span> <a href="https://bsky.app/profile/did:plc:yfxdjdxarol5qngfkxlzzouf" target="_blank" rel="noopener noreferrer">@grabhold.now</a></p>
<p>For the next time you have to wait for a dev (or Claude) to implement your designs 👇</p>
<p>And for everyone else, just click the buttons, it's really satisfying :)</p>  
        <blockquote style="margin: 1em 0; padding: 1em; background: #f5f5f5; border-left: 3px solid #ccc;">
  <p style="margin: 0 0 0.5em;">
    <strong>Hold</strong>
    <small>@grabhold.now</small>
  </p>
  <p style="margin: 0;">Thrilled to announce Grab Hold!<br />
<br />
Don&#039;t just wait, Grab Hold.<br />
<br />
Hold is the perfect hand-off companion for designers waiting for devs to implement their design.<br />
<br />
Live today! 🙌<br />
<br />
grabhold.now</p>
    <p style="margin: 0.5em 0 0;"><a href="https://bsky.app/profile/did:plc:yfxdjdxarol5qngfkxlzzouf/post/3mcru6jmevc2m">View on Bluesky</a></p>
  </blockquote>
  


<hr>
<p>
  <a href="https://dominikhofer.me/3mcrxmgkjjk2w">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mcrwvvolp22w</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mcrwvvolp22w</guid>
      <pubDate>Mon, 19 Jan 2026 15:19:31 +0100</pubDate>
      <description>Custom range slider for billow.software based on Radix UI.
h/t to @cedric.design for the design ✨</description>
      <content:encoded><![CDATA[    <p>Custom range slider for <a href="https://billow.software" target="_blank" rel="noopener noreferrer">billow.software</a> based on Radix UI.</p>
<p>h/t to <a href="https://bsky.app/profile/did:plc:fdhmk5lrc7txlqzpgqrdlwbf" target="_blank" rel="noopener noreferrer">@cedric.design</a> for the design ✨</p>  


      <p><video src="https://video.bsky.app/watch/did%3Aplc%3Afthx2gjakdj4ynxxu5vysjty/bafkreibwxwxqe6zftftisinbmh4kruwghd4gcr46mxyte5lucpsdex5pka/playlist.m3u8" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3mcrwvvolp22w">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mcr7fiqres23</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mcr7fiqres23</guid>
      <pubDate>Mon, 19 Jan 2026 08:18:44 +0100</pubDate>
      <description>Agent Skills in general really are one of the best innovations of the last couple of months when it comes to coding agents.
I&apos;m experimenting quite a lot with them these days and it&apos;s so interesting. …</description>
      <content:encoded><![CDATA[    <p>Agent Skills in general really are one of the best innovations of the last couple of months when it comes to coding agents.</p>
<p>I'm experimenting quite a lot with them these days and it's so interesting. Especially because they are essentially just .md files (with additional references, if needed).</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Essentially <a href="https://bsky.app/profile/did:plc:4pklmqyj4mew3wftz7edg4fy" target="_blank" rel="noopener noreferrer">@stephango.com</a>'s "file over app" philosophy but for agent config files. Simple, portable, reusable.</p>
<p><a href="https://stephango.com/file-over-app" target="_blank" rel="noopener noreferrer">stephango.com/file-over-app</a></p>  
        <blockquote style="margin: 1em 0; padding: 1em; background: #f5f5f5; border-left: 3px solid #ccc;">
  <p style="margin: 0 0 0.5em;">
    <strong>Dominik Hofer</strong>
    <small>@dominik.social</small>
  </p>
  <p style="margin: 0;">www.rams.ai<br />
<br />
Interesting Claude Code skill to get more polished designs. Especially handy if you don&#039;t have a fixed design ready and want to iterate.<br />
<br />
I used to just append prompts with &quot;Think about how Dieter Rams would approach this&quot;, but this skill is so much more comprehensive.</p>
    <p style="margin: 0.5em 0 0;"><a href="https://bsky.app/profile/did:plc:fthx2gjakdj4ynxxu5vysjty/post/3mcr77ur6qc23">View on Bluesky</a></p>
  </blockquote>
  
    <p style="margin: 1em 0;">
  <a href="https://stephango.com/file-over-app" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreibw6sec3a4kuerffuhdxje4c3ynd5ctyzgpvojiq2lswlhpkyow5a" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>File over app</strong>
        <br><small>If you want to create digital artifacts that last, they must be files you can control, in formats that are easy to retrieve and read. Use tools that give you...</small>
        <br><small>stephango.com</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3mcr7fiqres23">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mcr77ur6qc23</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mcr77ur6qc23</guid>
      <pubDate>Mon, 19 Jan 2026 08:15:35 +0100</pubDate>
      <description>www.rams.ai
Interesting Claude Code skill to get more polished designs. Especially handy if you don&apos;t have a fixed design ready and want to iterate.
I used to just append prompts with &quot;Think about how…</description>
      <content:encoded><![CDATA[    <p><a href="https://www.rams.ai/" target="_blank" rel="noopener noreferrer">www.rams.ai</a></p>
<p>Interesting Claude Code skill to get more polished designs. Especially handy if you don't have a fixed design ready and want to iterate.</p>
<p>I used to just append prompts with "Think about how Dieter Rams would approach this", but this skill is so much more comprehensive.</p>  

    <p style="margin: 1em 0;">
  <a href="https://www.rams.ai/" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreiae43qipmewmxzgtldrrbrlzhhijnrz7zbzhzj3pzzdcs7pazq5hy" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>/rams - Design Engineer for Claude Code, Cursor, and OpenCode</strong>
        <br><small>Accessibility and design reviews for your codebase.</small>
        <br><small>www.rams.ai</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3mcr77ur6qc23">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mcosdsunws2p</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mcosdsunws2p</guid>
      <pubDate>Sun, 18 Jan 2026 09:19:50 +0100</pubDate>
      <description>
My timeline didn&apos;t lie, this video is a masterpiece. Better story arc than most MCU movies ;)</description>
      <content:encoded><![CDATA[    <figure class="video"><iframe allow="fullscreen" allowfullscreen src="https://www.youtube.com/embed/ef568d0CrRY"></iframe></figure>
<p>My timeline didn't lie, this video is a masterpiece. Better story arc than most MCU movies ;)</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/3mcosdsunws2p">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mcderlfi622y</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mcderlfi622y</guid>
      <pubDate>Wed, 14 Jan 2026 12:00:03 +0100</pubDate>
      <description>Reposting @konnaire.bsky.social
Everybody thinks &apos;https://&apos; stands for &apos;hypertext transfer protocol secure&apos; but it actually stands for &apos;head to this place, sucka&apos; followed by a colon and two laser sou…</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:6kvy5yy2fbqnelglhz5a7a7o" target="_blank" rel="noopener noreferrer">@konnaire.bsky.social</a></p>
<p>Everybody thinks 'https://' stands for 'hypertext transfer protocol secure' but it actually stands for 'head to this place, sucka' followed by a colon and two laser sounds</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/3mcderlfi622y">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mce7bnx63s2e</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mce7bnx63s2e</guid>
      <pubDate>Wed, 14 Jan 2026 11:19:47 +0100</pubDate>
      <description>Reposting @stevedylan.dev
Curiosity got the best of me: I built an aggregator for @standard.site 😅 Very much a first iteration and could use a lot more features, but a fun challenge all the same. Will…</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:ia2zdnhjaokf5lazhxrmj6eu" target="_blank" rel="noopener noreferrer">@stevedylan.dev</a></p>
<p>Curiosity got the best of me: I built an aggregator for <a href="https://bsky.app/profile/did:plc:re3ebnp5v7ffagz6rb6xfei4" target="_blank" rel="noopener noreferrer">@standard.site</a> 😅 Very much a first iteration and could use a lot more features, but a fun challenge all the same. Will probably do another blog post about the process and architecture when I have time! </p>
<p><a href="https://docs.surf" target="_blank" rel="noopener noreferrer">docs.surf</a></p>  

    <p style="margin: 1em 0;">
  <a href="https://docs.surf" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:ia2zdnhjaokf5lazhxrmj6eu/bafkreih5hw7722oqt4hx5cl7yukw7uwl33amg4u4mr3f5adszfipwbm2du" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>Docs.surf</strong>
        <br><small>Aggregator for publications and documents on the open web</small>
        <br><small>docs.surf</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3mce7bnx63s2e">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mbvucey6c22q</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mbvucey6c22q</guid>
      <pubDate>Thu, 08 Jan 2026 11:18:15 +0100</pubDate>
      <description>Quoting @avanderlee.com
Some great skills for Swift development (also works with Claude Code) to try out 👇</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Quoting</span> <a href="https://bsky.app/profile/did:plc:us3ex2ei67b7w2w4x6p4qf7w" target="_blank" rel="noopener noreferrer">@avanderlee.com</a></p>
<p>Some great skills for Swift development (also works with Claude Code) to try out 👇</p>  
        <blockquote style="margin: 1em 0; padding: 1em; background: #f5f5f5; border-left: 3px solid #ccc;">
  <p style="margin: 0 0 0.5em;">
    <strong>Antoine v.d. SwiftLee </strong>
    <small>@avanderlee.com</small>
  </p>
  <p style="margin: 0;"></p>
    <p style="margin: 0.5em 0 0;"><a href="https://bsky.app/profile/did:plc:us3ex2ei67b7w2w4x6p4qf7w/post/3mbvnijyzxp27">View on Bluesky</a></p>
  </blockquote>
  


<hr>
<p>
  <a href="https://dominikhofer.me/3mbvucey6c22q">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mb4zpza26s2z</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mb4zpza26s2z</guid>
      <pubDate>Mon, 29 Dec 2025 16:20:50 +0100</pubDate>
      <description>Reposting @samwho.dev
Love this from @balajmarius.com.
balajmarius.com/writings/vib...</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:kcggckk55s6njoewaberea2l" target="_blank" rel="noopener noreferrer">@samwho.dev</a></p>
<p>Love this from <a href="https://bsky.app/profile/did:plc:ng2x4fvpfq64n4tw7lf24poc" target="_blank" rel="noopener noreferrer">@balajmarius.com</a>.</p>
<p><a href="https://balajmarius.com/writings/vibe-coding-a-bookshelf-with-claude-code/" target="_blank" rel="noopener noreferrer">balajmarius.com/writings/vib...</a></p>  

    <p style="margin: 1em 0;">
  <a href="https://balajmarius.com/writings/vibe-coding-a-bookshelf-with-claude-code/" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:kcggckk55s6njoewaberea2l/bafkreic7viegsynjl6j3wezv6bdjc7obmvgthqvss3g3fb5fuohedfaaf4" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>Marius Bălaj</strong>
        <br><small>I’m a UI engineer turned founder with a background in startups. I co-founded QED in 2021, grew it, and eventually sold it to The Sandbox. Now, I’m focused on building in AI.</small>
        <br><small>balajmarius.com</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3mb4zpza26s2z">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3m6ux6r6lfs26</link>
      <guid isPermaLink="true">https://dominikhofer.me/3m6ux6r6lfs26</guid>
      <pubDate>Mon, 01 Dec 2025 13:01:48 +0100</pubDate>
      <description>Reposting @simonwillison.net
It&apos;s ChatGPT&apos;s third birthday today, so I pulled other some quotes from the early
months of ChatGPT on my blog
OpenAI really did not expect it to be as popular as it was!
…</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:kft6lu4trxowqmter2b6vg6z" target="_blank" rel="noopener noreferrer">@simonwillison.net</a></p>
<p>It's ChatGPT's third birthday today, so I pulled other some quotes from the early<br />
months of ChatGPT on my blog</p>
<p>OpenAI really did not expect it to be as popular as it was!</p>
<p><a href="https://simonwillison.net/2025/Nov/30/chatgpt-third-birthday/" target="_blank" rel="noopener noreferrer">simonwillison.net/2025/Nov/30/...</a></p>  

    <p style="margin: 1em 0;">
  <a href="https://simonwillison.net/2025/Nov/30/chatgpt-third-birthday/" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <strong>ChatGPT is three years old today</strong>
        <br><small>It&#039;s ChatGPT&#039;s third birthday today. It&#039;s fun looking back at Sam Altman&#039;s low key announcement thread from November 30th 2022: today we launched ChatGPT. try talking with it here: chat.openai.com …</small>
        <br><small>simonwillison.net</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3m6ux6r6lfs26">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3m5qkg5av2o27</link>
      <guid isPermaLink="true">https://dominikhofer.me/3m5qkg5av2o27</guid>
      <pubDate>Sun, 16 Nov 2025 10:57:18 +0100</pubDate>
      <description>Wanted to share this interesting visualization by @rubenmathisen.bsky.social that we took a look at in my sociology class.
Especially the first and last map are quite powerful.
www.reddit.com/r/datais…</description>
      <content:encoded><![CDATA[    <p>Wanted to share this interesting visualization by <a href="https://bsky.app/profile/did:plc:fmjdsq7qlgwzadd3h25msf5m" target="_blank" rel="noopener noreferrer">@rubenmathisen.bsky.social</a> that we took a look at in my sociology class.</p>
<p>Especially the first and last map are quite powerful.</p>
<p><a href="https://www.reddit.com/r/dataisbeautiful/comments/tpq3bz/oc_global_wealth_inequality_in_2021_visualized_by/" target="_blank" rel="noopener noreferrer">www.reddit.com/r/dataisbeauti...</a></p>  

    <p style="margin: 1em 0;">
  <a href="https://www.reddit.com/r/dataisbeautiful/comments/tpq3bz/oc_global_wealth_inequality_in_2021_visualized_by/" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <strong>Reddit - The heart of the internet</strong>
        <br><small>www.reddit.com</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3m5qkg5av2o27">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3m5oaatxx732d</link>
      <guid isPermaLink="true">https://dominikhofer.me/3m5oaatxx732d</guid>
      <pubDate>Sat, 15 Nov 2025 12:49:58 +0100</pubDate>
      <description>Really interesting article about how predictably people choose 4 digit codes:
www.abc.net.au/news/2025-01-2...</description>
      <content:encoded><![CDATA[    <p>Really interesting article about how predictably people choose 4 digit codes:</p>
<p><a href="https://www.abc.net.au/news/2025-01-28/almost-one-in-ten-people-use-the-same-four-digit-pin/103946842" target="_blank" rel="noopener noreferrer">www.abc.net.au/news/2025-01-2...</a></p>  

    <p style="margin: 1em 0;">
  <a href="https://www.abc.net.au/news/2025-01-28/almost-one-in-ten-people-use-the-same-four-digit-pin/103946842" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreidps62vsrmakjzulwwlboe2ffhgqauiepojweifzybn6dysy7wfhm" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>Is your PIN code among the first ones hackers are likely to try?</strong>
        <br><small>The ABC analysed 29 million stolen codes to help you avoid using an insecure one.</small>
        <br><small>www.abc.net.au</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3m5oaatxx732d">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3m4sxzxjrh426</link>
      <guid isPermaLink="true">https://dominikhofer.me/3m4sxzxjrh426</guid>
      <pubDate>Tue, 04 Nov 2025 16:41:09 +0100</pubDate>
      <description>What a cool (and surprisingly accurate) game…
scope-creep.xyz/</description>
      <content:encoded><![CDATA[    <p>What a cool (and surprisingly accurate) game…</p>
<p><a href="https://scope-creep.xyz/" target="_blank" rel="noopener noreferrer">scope-creep.xyz/</a></p>  

    <p style="margin: 1em 0;">
  <a href="https://scope-creep.xyz/" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <strong>The Scope Creep</strong>
        <br><small>A chilling tale of deliverables, deadlines and doomed decisions</small>
        <br><small>scope-creep.xyz</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3m4sxzxjrh426">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3m4sri2rmws2l</link>
      <guid isPermaLink="true">https://dominikhofer.me/3m4sri2rmws2l</guid>
      <pubDate>Tue, 04 Nov 2025 14:43:48 +0100</pubDate>
      <description>Quoting @knotbin.com
Only discovered this now, but this is such a cool branding!
Like with FocusFlight (apps.apple.com/us/app/focus...), these airport/flight metaphors just work for me :D</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Quoting</span> <a href="https://bsky.app/profile/did:plc:6hbqm2oftpotwuw7gvvrui3i" target="_blank" rel="noopener noreferrer">@knotbin.com</a></p>
<p>Only discovered this now, but this is such a cool branding!</p>
<p>Like with FocusFlight (<a href="https://apps.apple.com/us/app/focusflight-deepfocus-timer/id6648771147" target="_blank" rel="noopener noreferrer">apps.apple.com/us/app/focus...</a>), these airport/flight metaphors just work for me :D</p>  
        <blockquote style="margin: 1em 0; padding: 1em; background: #f5f5f5; border-left: 3px solid #ccc;">
  <p style="margin: 0 0 0.5em;">
    <strong>Roscoe Rubin-Rottenberg</strong>
    <small>@knotbin.com</small>
  </p>
  <p style="margin: 0;">So happy to finally introduce a super cool tool I made for @sprk.so: <br />
Airport ✈️<br />
It makes AT Protocol migrations between PDS servers available to anyone with a simple web interface.<br />
<br />
Check it out at atpairport.com<br />
Star it on Github at github.com/knotbin/airport</p>
    <p style="margin: 0.5em 0 0;"><a href="https://bsky.app/profile/did:plc:6hbqm2oftpotwuw7gvvrui3i/post/3lq4al2v2gk2u">View on Bluesky</a></p>
  </blockquote>
  


<hr>
<p>
  <a href="https://dominikhofer.me/3m4sri2rmws2l">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3m4rzatsyps2g</link>
      <guid isPermaLink="true">https://dominikhofer.me/3m4rzatsyps2g</guid>
      <pubDate>Tue, 04 Nov 2025 07:30:16 +0100</pubDate>
      <description>TIL that the App Store web version is made with Svelte:
github.com/rxliuli/apps...</description>
      <content:encoded><![CDATA[    <p>TIL that the App Store web version is made with Svelte:</p>
<p><a href="https://github.com/rxliuli/apps.apple.com" target="_blank" rel="noopener noreferrer">github.com/rxliuli/apps...</a></p>  

    <p style="margin: 1em 0;">
  <a href="https://github.com/rxliuli/apps.apple.com" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <strong></strong>
        <br><small>github.com</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3m4rzatsyps2g">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3m4gonfk4ij27</link>
      <guid isPermaLink="true">https://dominikhofer.me/3m4gonfk4ij27</guid>
      <pubDate>Thu, 30 Oct 2025 19:21:08 +0100</pubDate>
      <description>Affinity is free now and an all-in-one tool?
I&apos;m a bit worried there is some sort of catch here (maybe not now but in the future) and that a one-time fee like before would have felt more reassuring.
B…</description>
      <content:encoded><![CDATA[    <p>Affinity is free now and an all-in-one tool?</p>
<p>I'm a bit worried there is some sort of catch here (maybe not now but in the future) and that a one-time fee like before would have felt more reassuring.</p>
<p>But let's be happy while it lasts, Affinity is great :)</p>
<p><a href="https://www.affinity.studio/" target="_blank" rel="noopener noreferrer">www.affinity.studio/</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Also maybe this <em>finally</em> puts some pressure on Adobe to get their pricing together 🙏</p>  

    <p style="margin: 1em 0;">
  <a href="https://www.affinity.studio/" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreid2g4oneijmopvui6qt5tea3dcazgtbugalycjrv457rnai63czvi" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>Affinity | Professional Creative Software, Free for Everyone</strong>
        <br><small>Powerful, precise, and free forever. Discover Affinity — the next generation of professional photo, design, and layout software built for creative freedom.</small>
        <br><small>www.affinity.studio</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3m4gonfk4ij27">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3m3va6a32ss2i</link>
      <guid isPermaLink="true">https://dominikhofer.me/3m3va6a32ss2i</guid>
      <pubDate>Fri, 24 Oct 2025 06:06:19 +0200</pubDate>
      <description>Reposting @wesbos.com
This Lando Norris website is insane
I dove into the code and broke it all down. Some really neat 3D effects along with scrolling and next level animations
Full video → 
</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:etdjdgnly5tz5l5xdd4jq76d" target="_blank" rel="noopener noreferrer">@wesbos.com</a></p>
<p>This Lando Norris website is insane</p>
<p>I dove into the code and broke it all down. Some really neat 3D effects along with scrolling and next level animations</p>
<p>Full video → </p>
<figure class="video"><iframe allow="fullscreen" allowfullscreen src="https://www.youtube.com/embed/HzL65tTeANs"></iframe></figure>  


      <p><video src="https://video.bsky.app/watch/did%3Aplc%3Aetdjdgnly5tz5l5xdd4jq76d/bafkreidpw7efyxvz3e4ayrrcv4sgt6j4hlip7v64c3tlgvhzkz3gdzql2y/playlist.m3u8" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3m3va6a32ss2i">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3m2yuukppyf26</link>
      <guid isPermaLink="true">https://dominikhofer.me/3m2yuukppyf26</guid>
      <pubDate>Sun, 12 Oct 2025 14:10:01 +0200</pubDate>
      <description>Just discovered a great new puzzle game 🙌 
I solved the daily Clues by Sam (Oct 12th 2025) in less than 15 minutes
🟩🟩🟨🟩
🟩🟠🟩🟩
🟩🟩🟩🟩
🟨🟩🟨🟩
🟩🟩🟩🟩
cluesbysam.com</description>
      <content:encoded><![CDATA[    <p>Just discovered a great new puzzle game 🙌 </p>
<p>I solved the daily Clues by Sam (Oct 12th 2025) in less than 15 minutes<br />
🟩🟩🟨🟩<br />
🟩🟠🟩🟩<br />
🟩🟩🟩🟩<br />
🟨🟩🟨🟩<br />
🟩🟩🟩🟩<br />
<a href="https://cluesbysam.com" target="_blank" rel="noopener noreferrer">cluesbysam.com</a></p>  

    <p style="margin: 1em 0;">
  <a href="https://cluesbysam.com" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreidmdnrk772rzku5rgvo7o4eelgfeq5c7iqzhghokkxtycxrx3kwhi" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>Clues by Sam</strong>
        <br><small>A daily logic puzzle where you deduce who are criminals and who are innocent!</small>
        <br><small>cluesbysam.com</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3m2yuukppyf26">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3m2ed5slrc72b</link>
      <guid isPermaLink="true">https://dominikhofer.me/3m2ed5slrc72b</guid>
      <pubDate>Sat, 04 Oct 2025 09:59:50 +0200</pubDate>
      <description>You know you&apos;ve found a very interesting video when you watch almost the whole 50 minutes in one sitting, despite being hungry for breakfast 🙃 
</description>
      <content:encoded><![CDATA[    <p>You know you've found a very interesting video when you watch almost the whole 50 minutes in one sitting, despite being hungry for breakfast 🙃 </p>
<figure class="video"><iframe allow="fullscreen" allowfullscreen src="https://www.youtube.com/embed/QYM3TWf_G38"></iframe></figure>  



<hr>
<p>
  <a href="https://dominikhofer.me/3m2ed5slrc72b">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3lzg6grkigs2f</link>
      <guid isPermaLink="true">https://dominikhofer.me/3lzg6grkigs2f</guid>
      <pubDate>Mon, 22 Sep 2025 17:52:31 +0200</pubDate>
      <description>Reposting @marcel.fyi
Introducing Zeitgeist! 
A journaling app that captures your small, everyday moments and turns them into a living timeline of your life.
Download:
apps.apple.com/us/app/zeitg...
L…</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:yud65gectjlxo6jpjraxsxqs" target="_blank" rel="noopener noreferrer">@marcel.fyi</a></p>
<p>Introducing Zeitgeist! </p>
<p>A journaling app that captures your small, everyday moments and turns them into a living timeline of your life.</p>
<p>Download:<br />
<a href="https://apps.apple.com/us/app/zeitgeist-journal-diary/id6751783015" target="_blank" rel="noopener noreferrer">apps.apple.com/us/app/zeitg...</a></p>
<p>Learn more:<br />
<a href="https://tiptop.software/zeitgeist/" target="_blank" rel="noopener noreferrer">tiptop.software/zeitgeist/</a></p>
<p>Excited for you to try it.</p>  


      <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:yud65gectjlxo6jpjraxsxqs/bafkreieelcmsa4mhgvujqijhpvh7d4xiddidszbnwlp7keli7vjqpghwri" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:yud65gectjlxo6jpjraxsxqs/bafkreigzukkeqj3ztrzo5bvzj2rpvlbi63vapcvga6ntforhpdtzqjj354" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:yud65gectjlxo6jpjraxsxqs/bafkreidzies7zeyy26bqwy6qp6wydbb3xpljf2d4zifismohvclyg2mjgm" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:yud65gectjlxo6jpjraxsxqs/bafkreifljdlz7vbjx7xezfsaepmvvncm2sefebyqkczhfyzkm7mwap5u54" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3lzg6grkigs2f">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3lxlwl3ahbq2s</link>
      <guid isPermaLink="true">https://dominikhofer.me/3lxlwl3ahbq2s</guid>
      <pubDate>Sat, 30 Aug 2025 06:20:20 +0200</pubDate>
      <description>🎨  TIL why OKLCH is a superior color format compared to HSL (which is what I currently use most often).
In short, OKLCH supports the wider P3 color space natively and it works with perceived lightness…</description>
      <content:encoded><![CDATA[    <p>🎨  TIL why OKLCH is a superior color format compared to HSL (which is what I currently use most often).</p>
<p>In short, OKLCH supports the wider P3 color space natively and it works with <em>perceived</em> lightness instead of the absolute one.</p>
<p><a href="https://evilmartians.com/chronicles/oklch-in-css-why-quit-rgb-hsl" target="_blank" rel="noopener noreferrer">evilmartians.com/chronicles/o...</a></p>  

    <p style="margin: 1em 0;">
  <a href="https://evilmartians.com/chronicles/oklch-in-css-why-quit-rgb-hsl" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:fthx2gjakdj4ynxxu5vysjty/bafkreibzrksdtqhovcl74nlu747d56d46ktwbv2ydc5ye6ibrfhc3nqaa4" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>OKLCH in CSS: why we moved from RGB and HSL—Martian Chronicles, Evil Martians’ team blog</strong>
        <br><small>CSS Color Module 4 adds oklch(), and we gain P3 wide-gamut support, boost code readability, and improve developer-designer communication.</small>
        <br><small>evilmartians.com</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3lxlwl3ahbq2s">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3lunpdyvgpxcq</link>
      <guid isPermaLink="true">https://dominikhofer.me/3lunpdyvgpxcq</guid>
      <pubDate>Wed, 23 Jul 2025 19:00:52 +0200</pubDate>
      <description>Quoting @twostraws.bsky.social
Can‘t wait for this to be released, what a great idea &amp;amp; execution 🙌</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Quoting</span> <a href="https://bsky.app/profile/did:plc:2izaurqsrmguegexlfoc7pps" target="_blank" rel="noopener noreferrer">@twostraws.bsky.social</a></p>
<p>Can‘t wait for this to be released, what a great idea &amp; execution 🙌</p>  
        <blockquote style="margin: 1em 0; padding: 1em; background: #f5f5f5; border-left: 3px solid #ccc;">
  <p style="margin: 0 0 0.5em;">
    <strong>Paul Hudson</strong>
    <small>@twostraws.bsky.social</small>
  </p>
  <p style="margin: 0;">I&#039;m working on a new app, and I just released a new YouTube video showing you what it is – and how I made some of the effects with SwiftUI! youtu.be/FCAagJjdfDM</p>
    <p style="margin: 0.5em 0 0;"><a href="https://bsky.app/profile/did:plc:2izaurqsrmguegexlfoc7pps/post/3lulb7tpuqk2s">View on Bluesky</a></p>
  </blockquote>
  


<hr>
<p>
  <a href="https://dominikhofer.me/3lunpdyvgpxcq">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3lthiq2lb7e2s</link>
      <guid isPermaLink="true">https://dominikhofer.me/3lthiq2lb7e2s</guid>
      <pubDate>Tue, 08 Jul 2025 14:21:10 +0200</pubDate>
      <description>Thinking about starting to build iOS apps again…
I still enjoy building things for the web, but since it&apos;s my day job, I want to switch things up a bit for my personal projects.
I already completed #h…</description>
      <content:encoded><![CDATA[    <p>Thinking about starting to build iOS apps again…</p>
<p>I still enjoy building things for the web, but since it's my day job, I want to switch things up a bit for my personal projects.</p>
<p>I already completed <a href="https://bsky.app/hashtag/hackingwithswiftui" target="_blank" rel="noopener noreferrer">#hackingwithswiftui</a> in 2022. What are the main changes since then?</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/3lthiq2lb7e2s">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3liyksggfg22k</link>
      <guid isPermaLink="true">https://dominikhofer.me/3liyksggfg22k</guid>
      <pubDate>Mon, 05 May 2025 14:26:38 +0200</pubDate>
      <description>Reposting @lucho.cool
This new project from Dan Hollick makes me want to share with you all the content I&apos;ve been gathering as great &quot;teaching&quot;.
These usually involve visuals and tailored interactive …</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:mkiviqtwfetwzozeyasophlb" target="_blank" rel="noopener noreferrer">@lucho.cool</a></p>
<p>This new project from Dan Hollick makes me want to share with you all the content I've been gathering as great "teaching".</p>
<p>These usually involve visuals and tailored interactive components to help explain complex topics.</p>
<p>&#35;1 <a href="https://makingsoftware.co" target="_blank" rel="noopener noreferrer">makingsoftware.co</a> by Dan Hollick</p>  

    <p style="margin: 1em 0;">
  <a href="https://makingsoftware.co" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <strong>MAKING SOFTWARE</strong>
        <br><small>A reference manual for people who design and build software.</small>
        <br><small>makingsoftware.co</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3liyksggfg22k">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3ljnsleowpk2a</link>
      <guid isPermaLink="true">https://dominikhofer.me/3ljnsleowpk2a</guid>
      <pubDate>Fri, 07 Mar 2025 13:47:11 +0100</pubDate>
      <description>Reposting @phoenix.tapbots.com
🐦‍🔥 tapbots.com/phoenix/</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Reposting</span> <a href="https://bsky.app/profile/did:plc:zit6r2rd3koa343vcp3gtzqx" target="_blank" rel="noopener noreferrer">@phoenix.tapbots.com</a></p>
<p>🐦‍🔥 <a href="https://tapbots.com/phoenix/" target="_blank" rel="noopener noreferrer">tapbots.com/phoenix/</a></p>  

    <p style="margin: 1em 0;">
  <a href="https://tapbots.com/phoenix/" style="display: block; padding: 1em; border: 1px solid #ccc; text-decoration: none; color: inherit;">
        <img src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:zit6r2rd3koa343vcp3gtzqx/bafkreiegipcslmjdpy6kgogv7d3qr5t75tibjlqxuxcdjgktwbpt4jjouu" alt="" style="max-width: 100%; height: auto; margin-bottom: 0.5em;">
        <strong>Phoenix for Bluesky</strong>
        <br><small>A Bluesky client based on the award-winning Twitter app for iOS.</small>
        <br><small>tapbots.com</small>
  </a>
</p>
  

<hr>
<p>
  <a href="https://dominikhofer.me/3ljnsleowpk2a">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3layemhlojk23</link>
      <guid isPermaLink="true">https://dominikhofer.me/3layemhlojk23</guid>
      <pubDate>Fri, 15 Nov 2024 12:24:09 +0100</pubDate>
      <description>Quoting @danabra.mov
This visualization was a great overview for an initial understanding of the differences between AT and AP.
(also go watch @danabra.mov&apos;s talk that explains AT in more detail: 

)</description>
      <content:encoded><![CDATA[    <p><span class="text-muted">Quoting</span> <a href="https://bsky.app/profile/did:plc:fpruhuo22xkm5o7ttr2ktxdo" target="_blank" rel="noopener noreferrer">@danabra.mov</a></p>
<p>This visualization was a great overview for an initial understanding of the differences between AT and AP.</p>
<p>(also go watch <a href="https://bsky.app/profile/did:plc:fpruhuo22xkm5o7ttr2ktxdo" target="_blank" rel="noopener noreferrer">@danabra.mov</a>'s talk that explains AT in more detail: </p>
<figure class="video"><iframe allow="fullscreen" allowfullscreen src="https://www.youtube.com/embed/F1sJW6nTP6E"></iframe></figure>
<p>)</p>  
        <blockquote style="margin: 1em 0; padding: 1em; background: #f5f5f5; border-left: 3px solid #ccc;">
  <p style="margin: 0 0 0.5em;">
    <strong>dan</strong>
    <small>@danabra.mov</small>
  </p>
  <p style="margin: 0;">i wonder if diagrams like these might help draw the distinction between ActivityPub (and how Mastodon uses it) and AT Protocol (and how it’s used by Bluesky and atproto apps)?<br />
<br />
with AP, instance = application + hosting. data gets sent between instances.<br />
<br />
with AT, data flows *from* hosting *to* apps</p>
    <p style="margin: 0.5em 0 0;"><a href="https://bsky.app/profile/did:plc:fpruhuo22xkm5o7ttr2ktxdo/post/3l7oxg72zd22t">View on Bluesky</a></p>
  </blockquote>
  


<hr>
<p>
  <a href="https://dominikhofer.me/3layemhlojk23">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/1nq6i54z6fxue30d</link>
      <guid isPermaLink="true">https://dominikhofer.me/1nq6i54z6fxue30d</guid>
      <pubDate>Thu, 19 Sep 2024 02:00:00 +0200</pubDate>
      <description>Third places
The “third place” is the concept of a public space where you can connect with others over a shared interest. It is called that because it complements your home and your work/school. A com…</description>
      <content:encoded><![CDATA[    <p><strong>Third places</strong></p>
<p>The “third place” is the concept of a public space where you can connect with others over a shared interest. It is called that because it complements your home and your work/school. A common third place might be the local library.</p>
<p>Source: <a href="https://youtu.be/hEvMZ5S6zy0" target="_blank" rel="noopener">https://youtu.be/hEvMZ5S6zy0</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/1nq6i54z6fxue30d">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/kx2anrdae3xj094a</link>
      <guid isPermaLink="true">https://dominikhofer.me/kx2anrdae3xj094a</guid>
      <pubDate>Fri, 06 Sep 2024 02:00:00 +0200</pubDate>
      <description>Libel-proof
You are libel-proof if you can&apos;t sue for defamation because your reputation is already so bad.
Source: https://en.wikipedia.org/wiki/Defamation</description>
      <content:encoded><![CDATA[    <p><strong>Libel-proof</strong></p>
<p>You are libel-proof if you can't sue for defamation because your reputation is already so bad.</p>
<p>Source: <a href="https://en.wikipedia.org/wiki/Defamation" target="_blank" rel="noopener">https://en.wikipedia.org/wiki/Defamation</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/kx2anrdae3xj094a">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ia3yozdzkc05rrdm</link>
      <guid isPermaLink="true">https://dominikhofer.me/ia3yozdzkc05rrdm</guid>
      <pubDate>Thu, 29 Aug 2024 02:00:00 +0200</pubDate>
      <description>CSS @starting-style
With @starting-style, we can define styles that an element will animate in from once rendered. E.g. from opacity: 0 to opacity: 1.
Source: https://motion.dev/blog/do-you-still-need…</description>
      <content:encoded><![CDATA[    <p><strong>CSS @starting-style</strong></p>
<p>With @starting-style, we can define styles that an element will animate in from once rendered. E.g. from <code>opacity: 0</code> to <code>opacity: 1</code>.</p>
<p>Source: <a href="https://motion.dev/blog/do-you-still-need-framer-motion" target="_blank" rel="noopener">https://motion.dev/blog/do-you-still-need-framer-motion</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/ia3yozdzkc05rrdm">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ma6k8eedxbhospk9</link>
      <guid isPermaLink="true">https://dominikhofer.me/ma6k8eedxbhospk9</guid>
      <pubDate>Fri, 23 Aug 2024 02:00:00 +0200</pubDate>
      <description>A fun fact
The human species will 100% not go extinct during your lifetime. Never thought about it this way.
Source: https://youtube.com/shorts/f4wzUEQxurM?</description>
      <content:encoded><![CDATA[    <p><strong>A fun fact</strong></p>
<p>The human species will 100% not go extinct during your lifetime. Never thought about it this way.</p>
<p>Source: <a href="https://youtube.com/shorts/f4wzUEQxurM" target="_blank" rel="noopener">https://youtube.com/shorts/f4wzUEQxurM</a>?</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/ma6k8eedxbhospk9">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/xmtyie3egnexkwg0</link>
      <guid isPermaLink="true">https://dominikhofer.me/xmtyie3egnexkwg0</guid>
      <pubDate>Thu, 22 Aug 2024 02:00:00 +0200</pubDate>
      <description>A handy CLI trick
sudo !! reruns the previous command with sudo.
Source: https://youtu.be/mLznVlBAtcg</description>
      <content:encoded><![CDATA[    <p><strong>A handy CLI trick</strong></p>
<p>sudo !! reruns the previous command with sudo.</p>
<p>Source: <a href="https://youtu.be/mLznVlBAtcg" target="_blank" rel="noopener">https://youtu.be/mLznVlBAtcg</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/xmtyie3egnexkwg0">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/2wp6u6qxss43vkjm</link>
      <guid isPermaLink="true">https://dominikhofer.me/2wp6u6qxss43vkjm</guid>
      <pubDate>Wed, 21 Aug 2024 02:00:00 +0200</pubDate>
      <description>Bamboo &amp;amp; Glass Ceiling
These are metaphors for invisible barriers certain demographic groups experience when placed in a hierarchy. Feminists coined the term “Glass Ceiling”, while East Asian and …</description>
      <content:encoded><![CDATA[    <p><strong>Bamboo &amp; Glass Ceiling</strong></p>
<p>These are metaphors for invisible barriers certain demographic groups experience when placed in a hierarchy. Feminists coined the term “Glass Ceiling”, while East Asian and East Asian Americans did the same for the “Bamboo Ceiling”.</p>
<p>Source: <a href="https://www.swyx.io/meta-creator-ceiling" target="_blank" rel="noopener">https://www.swyx.io/meta-creator-ceiling</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/2wp6u6qxss43vkjm">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/f3ir57redxf9euv7</link>
      <guid isPermaLink="true">https://dominikhofer.me/f3ir57redxf9euv7</guid>
      <pubDate>Tue, 20 Aug 2024 02:00:00 +0200</pubDate>
      <description>Lil Peep’s first face tattoo
He got it at the age of 17 as “a sign of his commitment to avoiding the straight life. ‘A tattoo on your face,&apos; he explained later, ‘is gonna stop you from getting a lot o…</description>
      <content:encoded><![CDATA[    <p><strong>Lil Peep’s first face tattoo</strong></p>
<p>He got it at the age of 17 as “a sign of his commitment to avoiding the straight life. ‘A tattoo on your face,' he explained later, ‘is gonna stop you from getting a lot of jobs.'”</p>
<p>Source: <a href="https://www.rollingstone.com/feature/lil-peep-tragedy-torment-804686/" target="_blank" rel="noopener">https://www.rollingstone.com/feature/lil-peep-tragedy-torment-804686/</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/f3ir57redxf9euv7">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/h95wudpn798u1r5w</link>
      <guid isPermaLink="true">https://dominikhofer.me/h95wudpn798u1r5w</guid>
      <pubDate>Tue, 20 Aug 2024 02:00:00 +0200</pubDate>
      <description>The Economics of Superstars
This term describes the phenomenon, where a small group of people gets almost all the attention and rewards in a certain space.
Source: https://pdodds.w3.uvm.edu/files/pape…</description>
      <content:encoded><![CDATA[    <p><strong>The Economics of Superstars</strong></p>
<p>This term describes the phenomenon, where a small group of people gets almost all the attention and rewards in a certain space.</p>
<p>Source: <a href="https://pdodds.w3.uvm.edu/files/papers/others/1981/rosen1981a.pdf" target="_blank" rel="noopener">https://pdodds.w3.uvm.edu/files/papers/others/1981/rosen1981a.pdf</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/h95wudpn798u1r5w">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/yd88920fpiwyi1xw</link>
      <guid isPermaLink="true">https://dominikhofer.me/yd88920fpiwyi1xw</guid>
      <pubDate>Wed, 14 Aug 2024 02:00:00 +0200</pubDate>
      <description>Tiny Saturday
Wednesday is called “Tiny Saturday&quot; (“lillördag”) in Sweden.
Source: https://social.lol/@birming/112961070486814112</description>
      <content:encoded><![CDATA[    <p><strong>Tiny Saturday</strong></p>
<p>Wednesday is called “Tiny Saturday" (“lillördag”) in Sweden.</p>
<p>Source: <a href="https://social.lol/@birming/112961070486814112" target="_blank" rel="noopener">https://social.lol/@birming/112961070486814112</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/yd88920fpiwyi1xw">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/mrb3fqm4c298h8nn</link>
      <guid isPermaLink="true">https://dominikhofer.me/mrb3fqm4c298h8nn</guid>
      <pubDate>Thu, 08 Aug 2024 02:00:00 +0200</pubDate>
      <description>The kickers always win
Kickers are athletes that still have the ability to sprint at the end of an endurance race.
Source: https://www.eddiedale.com/blog/the-kickers-always-win</description>
      <content:encoded><![CDATA[    <p><strong>The kickers always win</strong></p>
<p>Kickers are athletes that still have the ability to sprint at the end of an endurance race.</p>
<p>Source: <a href="https://www.eddiedale.com/blog/the-kickers-always-win" target="_blank" rel="noopener">https://www.eddiedale.com/blog/the-kickers-always-win</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/mrb3fqm4c298h8nn">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/t6vw342iq08upjmi</link>
      <guid isPermaLink="true">https://dominikhofer.me/t6vw342iq08upjmi</guid>
      <pubDate>Tue, 30 Jul 2024 02:00:00 +0200</pubDate>
      <description>The album that was 30 years in the making
This debut (and only) album by German actress and singer-songwriter Sibylle Baier was released in 2006 but recorded over 30 years prior in her own home. Here&apos;…</description>
      <content:encoded><![CDATA[    <p><strong>The album that was 30 years in the making</strong></p>
<p>This debut (and only) album by German actress and singer-songwriter Sibylle Baier was released in 2006 but recorded over 30 years prior in her own home. Here's the album on Spotify: <a href="https://open.spotify.com/album/1lf3rLmrO0ObMieg4YqEuB" target="_blank" rel="noopener">Colour Green – Sibylle Baier</a></p>
<p>Source: <a href="https://en.wikipedia.org/wiki/Colour_Green" target="_blank" rel="noopener">https://en.wikipedia.org/wiki/Colour_Green</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/t6vw342iq08upjmi">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/xxrjz8v8c9efywsi</link>
      <guid isPermaLink="true">https://dominikhofer.me/xxrjz8v8c9efywsi</guid>
      <pubDate>Thu, 25 Jul 2024 02:00:00 +0200</pubDate>
      <description>Want to write better copy?
3 questions to ask yourself when writing copy (by Harry Dry, creator of Marketing Examples):

Can I visualize it?
Can I falsify it?
Can nobody else say this?

Source: https:…</description>
      <content:encoded><![CDATA[    <p><strong>Want to write better copy?</strong></p>
<p>3 questions to ask yourself when writing copy (by Harry Dry, creator of <a href="https://marketingexamples.com/" target="_blank" rel="noopener">Marketing Examples</a>):</p>
<ol>
<li>Can I visualize it?</li>
<li>Can I falsify it?</li>
<li>Can nobody else say this?</li>
</ol>
<p>Source: <a href="https://youtu.be/TUMjnmfsPeM" target="_blank" rel="noopener">https://youtu.be/TUMjnmfsPeM</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/xxrjz8v8c9efywsi">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/j4nakvqvvr0i9p77</link>
      <guid isPermaLink="true">https://dominikhofer.me/j4nakvqvvr0i9p77</guid>
      <pubDate>Mon, 15 Jul 2024 02:00:00 +0200</pubDate>
      <description>Emotional Labour
Emotional labour is a form of labour that represents the effort required to manage and control one’s emotions in order to fulfill the emotional requirements of a job. Think about a wa…</description>
      <content:encoded><![CDATA[    <p><strong>Emotional Labour</strong></p>
<p>Emotional labour is a form of labour that represents the effort required to manage and control one’s emotions in order to fulfill the emotional requirements of a job. Think about a waitress that pretends that your joke was funny. It is a concept that was first introduced by sociologist Arlie Hochschild.</p>
<p>Source: <a href="https://youtu.be/XiwUDzyACWY" target="_blank" rel="noopener">https://youtu.be/XiwUDzyACWY</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/j4nakvqvvr0i9p77">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/hlv9yisi0w3odmrh</link>
      <guid isPermaLink="true">https://dominikhofer.me/hlv9yisi0w3odmrh</guid>
      <pubDate>Fri, 12 Jul 2024 02:00:00 +0200</pubDate>
      <description>Blue Zones
“Blue Zones” are regions of the world where people live significantly longer than the average. The common denominator for the lifestyle of the people living there is a natural diet (low-pro…</description>
      <content:encoded><![CDATA[    <p><strong>Blue Zones</strong></p>
<p>“Blue Zones” are regions of the world where people live significantly longer than the average. The common denominator for the lifestyle of the people living there is a <strong>natural diet</strong> (low-processed food), a <strong>lot of physical activity</strong> (walking, gardening, etc.), and generally a <strong>pre-modern way of living</strong> without the problems of the modern world (like stress). Some places in the Blue Zone are Okinawa (Japan), Sardinia (Italy), Nicoya (Costa Rica), Ikaria (Greece), and Loma Linda (California).</p>
<p>Source: <a href="https://www.srf.ch/news/gesellschaft/hohe-lebenserwartung-blue-zones-der-schluessel-zum-langen-leben" target="_blank" rel="noopener">https://www.srf.ch/news/gesellschaft/hohe-lebenserwartung-blue-zones-der-schluessel-zum-langen-leben</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/hlv9yisi0w3odmrh">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/yvyyz4vty37l5plk</link>
      <guid isPermaLink="true">https://dominikhofer.me/yvyyz4vty37l5plk</guid>
      <pubDate>Fri, 12 Jul 2024 02:00:00 +0200</pubDate>
      <description>Exophony
I now finally have a word for what I do on this website: Exophony – writing in a language that is not my mother tongue. Wikipedia also has a list of exophonic writers (that are way more famou…</description>
      <content:encoded><![CDATA[    <p><strong>Exophony</strong></p>
<p>I now finally have a word for what I do on this website: Exophony – writing in a language that is not my mother tongue. Wikipedia also has a <a href="https://en.wikipedia.org/wiki/List_of_exophonic_writers" target="_blank" rel="noopener">list of exophonic writers</a> (that are way more famous than I am).</p>
<p>Source: <a href="https://en.wikipedia.org/wiki/Exophony" target="_blank" rel="noopener">https://en.wikipedia.org/wiki/Exophony</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/yvyyz4vty37l5plk">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/pt67ejqvz4kxtna2</link>
      <guid isPermaLink="true">https://dominikhofer.me/pt67ejqvz4kxtna2</guid>
      <pubDate>Wed, 10 Jul 2024 02:00:00 +0200</pubDate>
      <description>Rivers of Babylon
The famous song by is based on psalms (19 &amp;amp; 137) from the Hebrew Bible.
Source: https://pca.st/8ypfdts9</description>
      <content:encoded><![CDATA[    <p><strong>Rivers of Babylon</strong></p>
<p>The famous song by is based on psalms (19 &amp; 137) from the Hebrew Bible.</p>
<p>Source: <a href="https://pca.st/8ypfdts9" target="_blank" rel="noopener">https://pca.st/8ypfdts9</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/pt67ejqvz4kxtna2">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/hn4wi09ieiahb9rt</link>
      <guid isPermaLink="true">https://dominikhofer.me/hn4wi09ieiahb9rt</guid>
      <pubDate>Mon, 08 Jul 2024 02:00:00 +0200</pubDate>
      <description>You have a Jennifer Aniston neuron
This hypothetical neuron is officially called a “grandmother cell”, but I like the other name more. Research has shown, that when presented with a concept you alread…</description>
      <content:encoded><![CDATA[    <p><strong>You have a Jennifer Aniston neuron</strong></p>
<p>This hypothetical neuron is officially called a “grandmother cell”, but I like the other name more. Research has shown, that when presented with a concept you already know, the same very specific set of neurons fires in your brain (no matter if you see Jennifer Aniston in an Episode of Friends or on a gala photo). It’s like a little detector in your brain.</p>
<p>Source: <a href="https://en.wikipedia.org/wiki/Grandmother_cell" target="_blank" rel="noopener">https://en.wikipedia.org/wiki/Grandmother_cell</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/hn4wi09ieiahb9rt">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ixuk4ahsc6bwzgte</link>
      <guid isPermaLink="true">https://dominikhofer.me/ixuk4ahsc6bwzgte</guid>
      <pubDate>Mon, 08 Jul 2024 02:00:00 +0200</pubDate>
      <description>Memories are essentially replays of neural firing patterns
That’s also how déjà vus work. Your brain plays a similar pattern to one it’s played earlier, and you feel like you’ve experienced it before …</description>
      <content:encoded><![CDATA[    <p><strong>Memories are essentially replays of neural firing patterns</strong></p>
<p>That’s also how déjà vus work. Your brain plays a similar pattern to one it’s played earlier, and you feel like you’ve experienced it before (I’m not sure though if that’s really based on the newest scientific findings, so don’t quote me on it).</p>
<p>Source: <a href="https://pca.st/episode/d8d186e1-afef-4080-8c5f-0e896b59163d" target="_blank" rel="noopener">https://pca.st/episode/d8d186e1-afef-4080-8c5f-0e896b59163d</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/ixuk4ahsc6bwzgte">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/98421ne78tqylpq6</link>
      <guid isPermaLink="true">https://dominikhofer.me/98421ne78tqylpq6</guid>
      <pubDate>Sun, 07 Jul 2024 02:00:00 +0200</pubDate>
      <description>Switzerland is the second oldest democracy in the world
It&apos;s been one since 1848. The United States is the oldest democracy in the world (1789), third place goes to New Zealand (1857).
Source: https:/…</description>
      <content:encoded><![CDATA[    <p><strong>Switzerland is the second oldest democracy in the world</strong></p>
<p>It's been one since 1848. The United States is the oldest democracy in the world (1789), third place goes to New Zealand (1857).</p>
<p>Source: <a href="https://www.weforum.org/agenda/2019/08/countries-are-the-worlds-oldest-democracies/" target="_blank" rel="noopener">https://www.weforum.org/agenda/2019/08/countries-are-the-worlds-oldest-democracies/</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/98421ne78tqylpq6">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/actonor9qtntqbpk</link>
      <guid isPermaLink="true">https://dominikhofer.me/actonor9qtntqbpk</guid>
      <pubDate>Tue, 02 Jul 2024 02:00:00 +0200</pubDate>
      <description>Landlocked countries
A landlocked country is a country that does not have a coastline. Worldwide, there are 44 of them. Kazakhstan is the world’s largest, while Ethiopia is the most populous one.
A do…</description>
      <content:encoded><![CDATA[    <p><strong>Landlocked countries</strong></p>
<p>A landlocked country is a country that does not have a coastline. Worldwide, there are 44 of them. <strong>Kazakhstan</strong> is the world’s largest, while <strong>Ethiopia</strong> is the most populous one.</p>
<p>A double-landlocked country, on the other hand, is a landlocked country that is entirely surrounded by other landlocked countries. There are only two double-landlocked countries in the world (<strong>Liechtenstein</strong> and <strong>Uzbekistan</strong>).</p>
<p>Source: <a href="https://en.wikipedia.org/wiki/Landlocked_country" target="_blank" rel="noopener">https://en.wikipedia.org/wiki/Landlocked_country</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/actonor9qtntqbpk">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/bub9kdv7yqbwlat7</link>
      <guid isPermaLink="true">https://dominikhofer.me/bub9kdv7yqbwlat7</guid>
      <pubDate>Wed, 26 Jun 2024 02:00:00 +0200</pubDate>
      <description>What3Words Algorithm
There is a geocoding system that divides the world into 3×3m squares and assigns three words to each of them. Need an example? The best place to get pizza in Bern is at this locat…</description>
      <content:encoded><![CDATA[    <p><strong>What3Words Algorithm</strong></p>
<p>There is a geocoding system that divides the world into 3×3m squares and assigns three words to each of them. Need an example? The best place to get pizza in Bern is at this location: <code>///cuts.deserved.cave</code>.</p>
<p>Source: <a href="https://cybergibbons.com/security-2/what3words-the-algorithm/" target="_blank" rel="noopener">https://cybergibbons.com/security-2/what3words-the-algorithm/</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/bub9kdv7yqbwlat7">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/gp5qy49jrd99i564</link>
      <guid isPermaLink="true">https://dominikhofer.me/gp5qy49jrd99i564</guid>
      <pubDate>Mon, 24 Jun 2024 02:00:00 +0200</pubDate>
      <description>A key principle of test-driven development…
…is making the error message change. That sounds so simple yet so effective.
Source: https://laracasts.com/series/30-days-to-learn-laravel-11/episodes/29</description>
      <content:encoded><![CDATA[    <p><strong>A key principle of test-driven development…</strong></p>
<p>…is making the error message change. That sounds so simple yet so effective.</p>
<p>Source: <a href="https://laracasts.com/series/30-days-to-learn-laravel-11/episodes/29" target="_blank" rel="noopener">https://laracasts.com/series/30-days-to-learn-laravel-11/episodes/29</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/gp5qy49jrd99i564">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/hu8pwg4x7acj2m6v</link>
      <guid isPermaLink="true">https://dominikhofer.me/hu8pwg4x7acj2m6v</guid>
      <pubDate>Mon, 24 Jun 2024 02:00:00 +0200</pubDate>
      <description>Time Billionaire
If you are in your 20s, you are a Time Billionaire – twice.  A Time Billionaire is someone who has (statistically speaking) more than one billion seconds left to live.
Source: https:/…</description>
      <content:encoded><![CDATA[    <p><strong>Time Billionaire</strong></p>
<p>If you are in your 20s, you are a Time Billionaire – twice.  A Time Billionaire is someone who has (statistically speaking) more than one billion seconds left to live.</p>
<p>Source: <a href="https://www.sahilbloom.com/newsletter/the-time-billionaire-a-concept-that-changed-my-life" target="_blank" rel="noopener">https://www.sahilbloom.com/newsletter/the-time-billionaire-a-concept-that-changed-my-life</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/hu8pwg4x7acj2m6v">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/oaksub9iar0zpe1t</link>
      <guid isPermaLink="true">https://dominikhofer.me/oaksub9iar0zpe1t</guid>
      <pubDate>Sun, 23 Jun 2024 02:00:00 +0200</pubDate>
      <description>Calculator Spelling
There are a ton of words you can spell with your calculator. Way more than I thought.
Source: https://paperlined.org/apps/wikipedia/offsite_content/Calculator_spelling.txt</description>
      <content:encoded><![CDATA[    <p><strong>Calculator Spelling</strong></p>
<p>There are a ton of words you can spell with your calculator. Way more than I thought.</p>
<p>Source: <a href="https://paperlined.org/apps/wikipedia/offsite_content/Calculator_spelling.txt" target="_blank" rel="noopener">https://paperlined.org/apps/wikipedia/offsite_content/Calculator_spelling.txt</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/oaksub9iar0zpe1t">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/vtkpu9vf9c798l4k</link>
      <guid isPermaLink="true">https://dominikhofer.me/vtkpu9vf9c798l4k</guid>
      <pubDate>Sat, 22 Jun 2024 02:00:00 +0200</pubDate>
      <description>The Philosophy Game
Apparently, always clicking the first link of a Wikipedia article will send you to the same page in the end: Philosophy (at least in 97.3% of cases)
Source: https://youtu.be/-llumS…</description>
      <content:encoded><![CDATA[    <p><strong>The Philosophy Game</strong></p>
<p>Apparently, always clicking the first link of a Wikipedia article will send you to the same page in the end: <a href="https://en.wikipedia.org/wiki/Philosophy" target="_blank" rel="noopener">Philosophy</a> (at least in 97.3% of cases)</p>
<p>Source: <a href="https://youtu.be/-llumS2rA8I" target="_blank" rel="noopener">https://youtu.be/-llumS2rA8I</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/vtkpu9vf9c798l4k">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/bb8zrugu7hvydvsb</link>
      <guid isPermaLink="true">https://dominikhofer.me/bb8zrugu7hvydvsb</guid>
      <pubDate>Wed, 21 Feb 2024 18:04:49 +0100</pubDate>
      <description>I’ve been diving into the indie web world these past few days.
Really like it so far, so I’ve decided to be more active on Mastodon (and probably less active on here – at least for now).
Feel free to …</description>
      <content:encoded><![CDATA[    <p>I’ve been diving into the indie web world these past few days.</p>
<p>Really like it so far, so I’ve decided to be more active on Mastodon (and probably less active on here – at least for now).</p>
<p>Feel free to join me :D<br />
<a href="https://mastodon.design/@dominik" target="_blank" rel="noopener">https://mastodon.design/@dominik</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/bb8zrugu7hvydvsb">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/l7uwg15scgmrk9vo</link>
      <guid isPermaLink="true">https://dominikhofer.me/l7uwg15scgmrk9vo</guid>
      <pubDate>Fri, 16 Feb 2024 16:24:24 +0100</pubDate>
      <description>Every time OpenAI announces something new is an opportunity to clean your feed from these “this changes everything” compilation-thread-accounts, who all post the exact same examples.
Not sure if I sho…</description>
      <content:encoded><![CDATA[    <p>Every time OpenAI announces something new is an opportunity to clean your feed from these “this changes everything” compilation-thread-accounts, who all post the exact same examples.</p>
<p>Not sure if I should be grateful for that or not…</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/l7uwg15scgmrk9vo">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/pmx41roxx10ntejj</link>
      <guid isPermaLink="true">https://dominikhofer.me/pmx41roxx10ntejj</guid>
      <pubDate>Wed, 14 Feb 2024 08:46:43 +0100</pubDate>
      <description>Great principles for indie makers.
via @indiewebcamp</description>
      <content:encoded><![CDATA[    <p>Great principles for indie makers.</p>
<p>via @indiewebcamp</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/pmx41roxx10ntejj/32a8bca634-1768718734/GGSBu1vXkAAmx_Z.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/pmx41roxx10ntejj">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/5zdmzfxclr2l49zj</link>
      <guid isPermaLink="true">https://dominikhofer.me/5zdmzfxclr2l49zj</guid>
      <pubDate>Mon, 12 Feb 2024 15:01:35 +0100</pubDate>
      <description>TIL that Google Docs supports Markdown syntax.</description>
      <content:encoded><![CDATA[    <p>TIL that Google Docs supports Markdown syntax.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/5zdmzfxclr2l49zj">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/5hge1qszrnpanydh</link>
      <guid isPermaLink="true">https://dominikhofer.me/5hge1qszrnpanydh</guid>
      <pubDate>Mon, 12 Feb 2024 09:27:16 +0100</pubDate>
      <description>RSS feeds are one of the best inventions of the internet age.
My problem with it is that many popular readers are very cluttered and not that great to use.
One day, I’ll build a clean and minimal RSS …</description>
      <content:encoded><![CDATA[    <p>RSS feeds are one of the best inventions of the internet age.</p>
<p>My problem with it is that many popular readers are very cluttered and not that great to use.</p>
<p>One day, I’ll build a clean and minimal RSS feed reader myself.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/5hge1qszrnpanydh">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/kplt14q07l2e61yj</link>
      <guid isPermaLink="true">https://dominikhofer.me/kplt14q07l2e61yj</guid>
      <pubDate>Sun, 11 Feb 2024 18:46:41 +0100</pubDate>
      <description>WIP</description>
      <content:encoded><![CDATA[    <p>WIP</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/kplt14q07l2e61yj/907c813d9f-1768718734/gd3kKedVwz-Roqx_.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/kplt14q07l2e61yj">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/1wt5gj7jfry4yf5b</link>
      <guid isPermaLink="true">https://dominikhofer.me/1wt5gj7jfry4yf5b</guid>
      <pubDate>Sun, 11 Feb 2024 16:12:01 +0100</pubDate>
      <description>Great example of an interesting post that has just an equally wholesome and informative reply section 🙌 https://xcancel.com/neuranne/status/1756602062865932429</description>
      <content:encoded><![CDATA[    <p>Great example of an interesting post that has just an equally wholesome and informative reply section 🙌 <a href="https://xcancel.com/neuranne/status/1756602062865932429" target="_blank" rel="noopener">https://xcancel.com/neuranne/status/1756602062865932429</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/1wt5gj7jfry4yf5b">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/p26bphhm8tx7s6z9</link>
      <guid isPermaLink="true">https://dominikhofer.me/p26bphhm8tx7s6z9</guid>
      <pubDate>Sun, 11 Feb 2024 16:00:50 +0100</pubDate>
      <description>The floating notes in @raycastapp are becoming my favorite feature of this otherwise already great app.
Map it to a shortcut (⌥ + ⇧ + Q for me) and you can write things down and forget about them with…</description>
      <content:encoded><![CDATA[    <p>The floating notes in @raycastapp are becoming my favorite feature of this otherwise already great app.</p>
<p>Map it to a shortcut (⌥ + ⇧ + Q for me) and you can write things down and forget about them without losing focus. </p>
<p>Feels like a better braindump.txt</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/p26bphhm8tx7s6z9/3eb9f79480-1768718734/GGEIA2oW8AA9Ffl.png" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/p26bphhm8tx7s6z9">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/bf2wn4k7me50pelj</link>
      <guid isPermaLink="true">https://dominikhofer.me/bf2wn4k7me50pelj</guid>
      <pubDate>Tue, 06 Feb 2024 06:41:28 +0100</pubDate>
      <description>6 years on Twitter/X 🥳</description>
      <content:encoded><![CDATA[    <p>6 years on Twitter/X 🥳</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/bf2wn4k7me50pelj/9ecf50b673-1768718734/GFoYeJhWgAARMTx.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/bf2wn4k7me50pelj">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/48fb8kurkp7vf0iq</link>
      <guid isPermaLink="true">https://dominikhofer.me/48fb8kurkp7vf0iq</guid>
      <pubDate>Fri, 02 Feb 2024 11:20:02 +0100</pubDate>
      <description>Happy lil magnetic button in Webflow :)</description>
      <content:encoded><![CDATA[    <p>Happy lil magnetic button in Webflow :)</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/48fb8kurkp7vf0iq/0d326fd216-1768718734/uW7XtRwwYdf86bRo.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/48fb8kurkp7vf0iq">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/t3mca5oqy6m3w6ct</link>
      <guid isPermaLink="true">https://dominikhofer.me/t3mca5oqy6m3w6ct</guid>
      <pubDate>Fri, 02 Feb 2024 08:06:43 +0100</pubDate>
      <description>Seeing this also makes me more confident in my decision of learning @laravelphp.
For years, my TL was full of praisings for JS metaframeworks but in the last couple of months, I&apos;ve definitely seen a s…</description>
      <content:encoded><![CDATA[    <p>Seeing this also makes me more confident in my decision of learning @laravelphp.</p>
<p>For years, my TL was full of praisings for JS metaframeworks but in the last couple of months, I've definitely seen a shift.</p>
<ul>
<li>with @inertiajs, I can still use my fav js frameworks on the FE :) <a href="https://xcancel.com/Shpigford/status/1753188910304301260" target="_blank" rel="noopener">https://xcancel.com/Shpigford/status/1753188910304301260</a></li>
</ul>  



<hr>
<p>
  <a href="https://dominikhofer.me/t3mca5oqy6m3w6ct">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/kwu7pr7y5jc6s04m</link>
      <guid isPermaLink="true">https://dominikhofer.me/kwu7pr7y5jc6s04m</guid>
      <pubDate>Tue, 30 Jan 2024 15:29:30 +0100</pubDate>
      <description>Whut? 👀 https://xcancel.com/krzyzanowskim/status/1752091791455601149</description>
      <content:encoded><![CDATA[    <p>Whut? 👀 <a href="https://xcancel.com/krzyzanowskim/status/1752091791455601149" target="_blank" rel="noopener">https://xcancel.com/krzyzanowskim/status/1752091791455601149</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/kwu7pr7y5jc6s04m">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/amkc575tp8723o8a</link>
      <guid isPermaLink="true">https://dominikhofer.me/amkc575tp8723o8a</guid>
      <pubDate>Mon, 29 Jan 2024 10:42:08 +0100</pubDate>
      <description>First non-fiction read of 2024 ☑️
Reading about a more utopian vision of the future definitely makes me more optimistic that humanity can solve some of its biggest challenges in the near(ish) future.
…</description>
      <content:encoded><![CDATA[    <p>First non-fiction read of 2024 ☑️</p>
<p>Reading about a more utopian vision of the future definitely makes me more optimistic that humanity can solve some of its biggest challenges in the near(ish) future.</p>
<p>English title is “Utopia for Realists”.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/amkc575tp8723o8a/d0efb9c716-1768718734/GFAC_GjXIAAGa_U.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/amkc575tp8723o8a">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/m6y2j4dv56cyxpnz</link>
      <guid isPermaLink="true">https://dominikhofer.me/m6y2j4dv56cyxpnz</guid>
      <pubDate>Fri, 26 Jan 2024 18:16:22 +0100</pubDate>
      <description>Built my own little X clone with @laravelphp bootcamp :)</description>
      <content:encoded><![CDATA[    <p>Built my own little X clone with @laravelphp bootcamp :)</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/m6y2j4dv56cyxpnz/7822edcf47-1768718734/DlpU1ULsGAS3Puun.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/m6y2j4dv56cyxpnz">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/nag33blr9pc6sztc</link>
      <guid isPermaLink="true">https://dominikhofer.me/nag33blr9pc6sztc</guid>
      <pubDate>Wed, 24 Jan 2024 19:28:40 +0100</pubDate>
      <description>Been enjoying tinkering with @laravelphp lately, feels like a breath of fresh air coming from js-metaframework-land.</description>
      <content:encoded><![CDATA[    <p>Been enjoying tinkering with @laravelphp lately, feels like a breath of fresh air coming from js-metaframework-land.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/nag33blr9pc6sztc">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/1ir6d92kzumvnd4u</link>
      <guid isPermaLink="true">https://dominikhofer.me/1ir6d92kzumvnd4u</guid>
      <pubDate>Tue, 23 Jan 2024 19:59:34 +0100</pubDate>
      <description>TIL – seems like a great CSS property to solve z-index hell. https://xcancel.com/devongovett/status/1749858152072249823</description>
      <content:encoded><![CDATA[    <p>TIL – seems like a great CSS property to solve z-index hell. <a href="https://xcancel.com/devongovett/status/1749858152072249823" target="_blank" rel="noopener">https://xcancel.com/devongovett/status/1749858152072249823</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/1ir6d92kzumvnd4u">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/2zx9ihf3emd3b3qf</link>
      <guid isPermaLink="true">https://dominikhofer.me/2zx9ihf3emd3b3qf</guid>
      <pubDate>Fri, 19 Jan 2024 11:51:59 +0100</pubDate>
      <description>Currently helping @cedric_design with some advanced code overrides for the new Dark platform.
Working with custom code in @framer always makes me better at understanding the nitty-gritty details of Re…</description>
      <content:encoded><![CDATA[    <p>Currently helping @cedric_design with some advanced code overrides for the new Dark platform.</p>
<p>Working with custom code in @framer always makes me better at understanding the nitty-gritty details of React that I wouldn't have learned otherwise.</p>
<p>Love it!</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Check out <a href="https://www.dark.design" target="_blank" rel="noopener">https://www.dark.design</a> and join the waitlist if you want to get notified when the new version launches!</p>
<p>And also take a look at <a href="https://www.canvas.supply/code" target="_blank" rel="noopener">https://www.canvas.supply/code</a> if you want to use some of my code overrides &amp; components yourself :)</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/2zx9ihf3emd3b3qf/c85c463e31-1768718734/GEMylN5WEAANjz2.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/2zx9ihf3emd3b3qf">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ldn7grw64mcv5yq9</link>
      <guid isPermaLink="true">https://dominikhofer.me/ldn7grw64mcv5yq9</guid>
      <pubDate>Sun, 14 Jan 2024 19:35:59 +0100</pubDate>
      <description>Winter-y vibes ❄️</description>
      <content:encoded><![CDATA[    <p>Winter-y vibes ❄️</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ldn7grw64mcv5yq9/8f6fde2d87-1768718734/GD0tU1-WgAAYar-.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ldn7grw64mcv5yq9">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/g5lnsb9bd9f9mbi6</link>
      <guid isPermaLink="true">https://dominikhofer.me/g5lnsb9bd9f9mbi6</guid>
      <pubDate>Wed, 03 Jan 2024 20:41:52 +0100</pubDate>
      <description>Since everyone is currently sharing their @code setups, here&apos;s mine.
Always a wip and heavily inspired by some of the setups I saw earlier this week.
Might create my own theme on day though 🤔</description>
      <content:encoded><![CDATA[    <p>Since everyone is currently sharing their @code setups, here's mine.</p>
<p>Always a wip and heavily inspired by some of the setups I saw earlier this week.</p>
<p>Might create my own theme on day though 🤔</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/g5lnsb9bd9f9mbi6/f249bf783d-1768718734/GC8Sn_bXwAAMcOl.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/g5lnsb9bd9f9mbi6">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/e8zirvccti2r4cr3</link>
      <guid isPermaLink="true">https://dominikhofer.me/e8zirvccti2r4cr3</guid>
      <pubDate>Wed, 13 Dec 2023 20:52:49 +0100</pubDate>
      <description>Simply the best Mac app ever 🫶
@raycastapp</description>
      <content:encoded><![CDATA[    <p>Simply the best Mac app ever 🫶</p>
<p>@raycastapp</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/e8zirvccti2r4cr3/14250cd1c0-1768718734/GBQL4MbXMAEzFHF.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/e8zirvccti2r4cr3">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/9tkrroqp1bq4iyex</link>
      <guid isPermaLink="true">https://dominikhofer.me/9tkrroqp1bq4iyex</guid>
      <pubDate>Mon, 11 Dec 2023 10:24:19 +0100</pubDate>
      <description>Handy @webflow tip to apply custom CSS only on the published site, not in the editor.
Place this attribute selector before the regular one: [data-wf-domain]. 
Useful if you have elements, that are mov…</description>
      <content:encoded><![CDATA[    <p>Handy @webflow tip to apply custom CSS only on the published site, not in the editor.</p>
<p>Place this attribute selector before the regular one: [data-wf-domain]. </p>
<p>Useful if you have elements, that are moved out of view/blurred/… per default.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/9tkrroqp1bq4iyex/bb800df7dd-1768718734/GBDoEHkWcAAzYKM.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/9tkrroqp1bq4iyex">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/4oj4ewj3kg5zcgap</link>
      <guid isPermaLink="true">https://dominikhofer.me/4oj4ewj3kg5zcgap</guid>
      <pubDate>Mon, 04 Dec 2023 09:46:35 +0100</pubDate>
      <description>TIL, that there is a vector-effect property for SVGs.
It allows you to specify whether or not the stroke width is dependent on transformations applied to the SVG.
https://developer.mozilla.org/en-US/d…</description>
      <content:encoded><![CDATA[    <p>TIL, that there is a vector-effect property for SVGs.</p>
<p>It allows you to specify whether or not the stroke width is dependent on transformations applied to the SVG.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/vector-effect" target="_blank" rel="noopener">https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/vector-effect</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Really interesting how I learn about many of these niche SVG (and also CSS &amp; JS) features via using ChatGPT.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/4oj4ewj3kg5zcgap">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ifezjkctzt3p5kiz</link>
      <guid isPermaLink="true">https://dominikhofer.me/ifezjkctzt3p5kiz</guid>
      <pubDate>Mon, 20 Nov 2023 08:20:12 +0100</pubDate>
      <description>Minimal apps ftw! https://xcancel.com/raffichill/status/1726284792478761335</description>
      <content:encoded><![CDATA[    <p>Minimal apps ftw! <a href="https://xcancel.com/raffichill/status/1726284792478761335" target="_blank" rel="noopener">https://xcancel.com/raffichill/status/1726284792478761335</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/ifezjkctzt3p5kiz">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/6ocv9rn1amzf78zu</link>
      <guid isPermaLink="true">https://dominikhofer.me/6ocv9rn1amzf78zu</guid>
      <pubDate>Sun, 19 Nov 2023 15:36:39 +0100</pubDate>
      <description>CS50 015
Started with lecture 3 – Algorithms
Back from Seoul, which means I have time to continue with CS50 🥳
Really enjoying learning about the more theoretical aspects of cs. E.g. I&apos;ve heard of “Big…</description>
      <content:encoded><![CDATA[    <h1>CS50 015</h1>
<p>Started with lecture 3 – Algorithms</p>
<p>Back from Seoul, which means I have time to continue with CS50 🥳</p>
<p>Really enjoying learning about the more theoretical aspects of cs. E.g. I've heard of “Big O notation” before, but now I know what it actually means.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/6ocv9rn1amzf78zu/c646568894-1768718734/F_TcpgLWYAAa9-Y.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/6ocv9rn1amzf78zu">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/4zjosp8wtnkhalk0</link>
      <guid isPermaLink="true">https://dominikhofer.me/4zjosp8wtnkhalk0</guid>
      <pubDate>Sun, 19 Nov 2023 14:49:42 +0100</pubDate>
      <description>Little CSS-only hover interaction 🪄</description>
      <content:encoded><![CDATA[    <p>Little CSS-only hover interaction 🪄</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/4zjosp8wtnkhalk0/cef74e4f05-1768718734/F_TSkqOWUAANCPY.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/4zjosp8wtnkhalk0">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/j0ib5ejy281e7i7h</link>
      <guid isPermaLink="true">https://dominikhofer.me/j0ib5ejy281e7i7h</guid>
      <pubDate>Wed, 25 Oct 2023 07:25:47 +0200</pubDate>
      <description>I think I just found the fluid typo tool of my dreams. This kind of thing was always on my “want-to-build”-list, but apparently, it already exists 🙌
https://www.fluid-type-scale.com

Thanks for buildi…</description>
      <content:encoded><![CDATA[    <p>I think I just found the fluid typo tool of my dreams. This kind of thing was always on my “want-to-build”-list, but apparently, it already exists 🙌</p>
<p><a href="https://www.fluid-type-scale.com" target="_blank" rel="noopener">https://www.fluid-type-scale.com</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Thanks for building this, @hovhaDovah!</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/j0ib5ejy281e7i7h">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/r9tov63k4thy1bnq</link>
      <guid isPermaLink="true">https://dominikhofer.me/r9tov63k4thy1bnq</guid>
      <pubDate>Sat, 21 Oct 2023 08:36:53 +0200</pubDate>
      <description>Few impressions from the nice alleys I visited last night ✨</description>
      <content:encoded><![CDATA[    <p>Few impressions from the nice alleys I visited last night ✨</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/r9tov63k4thy1bnq/b274fd82e9-1768718734/F88ZltGa0AA4Chw.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/r9tov63k4thy1bnq/fc1203e3b0-1768718734/F88ZltGaEAAcCQU.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/r9tov63k4thy1bnq/971de15846-1768718734/F88ZltIb0AAtwKq.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/r9tov63k4thy1bnq/38b89cabc2-1768718734/F88ZltMa4AAhdni.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/r9tov63k4thy1bnq">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/gnu2hw8jj4dnvuyj</link>
      <guid isPermaLink="true">https://dominikhofer.me/gnu2hw8jj4dnvuyj</guid>
      <pubDate>Wed, 18 Oct 2023 02:35:26 +0200</pubDate>
      <description>Hi, Seoul! 🇰🇷</description>
      <content:encoded><![CDATA[    <p>Hi, Seoul! 🇰🇷</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/gnu2hw8jj4dnvuyj/1d1b4fae7c-1768718734/F8rp07KWoAANo-c.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/gnu2hw8jj4dnvuyj">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/kz8gsvmxeuzutaw3</link>
      <guid isPermaLink="true">https://dominikhofer.me/kz8gsvmxeuzutaw3</guid>
      <pubDate>Tue, 10 Oct 2023 17:44:21 +0200</pubDate>
      <description>CS50 014
Problem set 2 done.
After a little break, I finally completed pset 2. 
After Readability, I chose Wordle and it was pretty challenging. I&apos;d say not as much as last week&apos;s problem due to the b…</description>
      <content:encoded><![CDATA[    <h1>CS50 014</h1>
<p>Problem set 2 done.</p>
<p>After a little break, I finally completed pset 2. </p>
<p>After Readability, I chose Wordle and it was pretty challenging. I'd say not as much as last week's problem due to the boilerplate code, but nonetheless very tricky.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>I really like how the course is set up so far. The lessons are understandable, the first problem set/lab is usually the warm-up, and the second one is where stuff gets real.</p>
<p>It's a great feeling to make progress in a language you've never used before :)</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/kz8gsvmxeuzutaw3/2ab1d2fe44-1768718734/F8FtCDlWgAASmVG.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/kz8gsvmxeuzutaw3">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/n1kopy209yr4yhtt</link>
      <guid isPermaLink="true">https://dominikhofer.me/n1kopy209yr4yhtt</guid>
      <pubDate>Tue, 03 Oct 2023 07:54:53 +0200</pubDate>
      <description>“We already need more ephemerality within our digital lives… and we certainly don’t need more permanence seeping into our physical lives”
Couldn&apos;t have said it better! https://xcancel.com/julesterpak/…</description>
      <content:encoded><![CDATA[    <p>“We already need more ephemerality within our digital lives… and we certainly don’t need more permanence seeping into our physical lives”</p>
<p>Couldn't have said it better! <a href="https://xcancel.com/julesterpak/status/1708960769885295076" target="_blank" rel="noopener">https://xcancel.com/julesterpak/status/1708960769885295076</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/n1kopy209yr4yhtt">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/bto8h1dwog96da8r</link>
      <guid isPermaLink="true">https://dominikhofer.me/bto8h1dwog96da8r</guid>
      <pubDate>Mon, 02 Oct 2023 08:48:47 +0200</pubDate>
      <description>“The best things asymptote to zero dollars per use over their lifetime.” https://xcancel.com/kepano/status/1708499101778923647</description>
      <content:encoded><![CDATA[    <p>“The best things asymptote to zero dollars per use over their lifetime.” <a href="https://xcancel.com/kepano/status/1708499101778923647" target="_blank" rel="noopener">https://xcancel.com/kepano/status/1708499101778923647</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/bto8h1dwog96da8r">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/jixsp485lyxplbay</link>
      <guid isPermaLink="true">https://dominikhofer.me/jixsp485lyxplbay</guid>
      <pubDate>Fri, 29 Sep 2023 18:26:29 +0200</pubDate>
      <description>CS50 013
Finished lecture 2 – Arrays
Things are ramping up a bit, but still very comprehensible and interesting. It was really satisfying to see, how the puzzle pieces began to click together towards …</description>
      <content:encoded><![CDATA[    <h1>CS50 013</h1>
<p>Finished lecture 2 – Arrays</p>
<p>Things are ramping up a bit, but still very comprehensible and interesting. It was really satisfying to see, how the puzzle pieces began to click together towards the end of the lecture.</p>
<p>Curious, what the problem sets are about 👀</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Also kudos to @davidjmalan for coming up with probably the most creative and rewarding ending of a lecture I have ever seen 👏</p>
<figure><img alt="" src="https://dominikhofer.me/F7NLuvUWIAAQp_m.jpg"></figure>
<figure><img alt="" src="https://dominikhofer.me/F7NLwPSX0AIBbtw.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>I also encourage everyone to read more about the cowsay program: <a href="https://en.wikipedia.org/wiki/Cowsay" target="_blank" rel="noopener">https://en.wikipedia.org/wiki/Cowsay</a></p>
<p>Programming history can be so weird but I am here for it :D</p>
<figure><img alt="" src="https://dominikhofer.me/F7NMc74X0AIcnrC.png"></figure>  


      <p><img src="https://dominikhofer.me/media/pages/notes/jixsp485lyxplbay/bbe366aafb-1768718734/F7NLXdeWIAAYm6-.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/jixsp485lyxplbay/ce16d09fa8-1768718734/F7NLYXJXYAAE-yw.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/jixsp485lyxplbay">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/57kzidimj3as8epv</link>
      <guid isPermaLink="true">https://dominikhofer.me/57kzidimj3as8epv</guid>
      <pubDate>Thu, 28 Sep 2023 16:48:14 +0200</pubDate>
      <description>CS50 012
Continued with lecture 2 – Arrays  
Most disappointing thing was to learn that arrays in C don&apos;t have a length property like in essentially every other language. 
Well… I guess this makes me …</description>
      <content:encoded><![CDATA[    <h1>CS50 012</h1>
<p>Continued with lecture 2 – Arrays  </p>
<p>Most disappointing thing was to learn that arrays in C don't have a length property like in essentially every other language. </p>
<p>Well… I guess this makes me modern languages even more – once again 🙃</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/57kzidimj3as8epv/3bc3e34574-1768718734/F7HtH3RXEAAmdUE.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/57kzidimj3as8epv">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/a6mg6uwgbutdfim0</link>
      <guid isPermaLink="true">https://dominikhofer.me/a6mg6uwgbutdfim0</guid>
      <pubDate>Mon, 25 Sep 2023 18:07:09 +0200</pubDate>
      <description>CS50 011
Started with lecture 2 – Arrays
Learned more technical things about compiling and debugging. Plus also added a rubber duck to my shopping list 🦆</description>
      <content:encoded><![CDATA[    <h1>CS50 011</h1>
<p>Started with lecture 2 – Arrays</p>
<p>Learned more technical things about compiling and debugging. Plus also added a rubber duck to my shopping list 🦆</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/a6mg6uwgbutdfim0/1284a210ed-1768718734/F64iLJUWEAEYsE6.png" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/a6mg6uwgbutdfim0">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/mtaswgfw9h5iicor</link>
      <guid isPermaLink="true">https://dominikhofer.me/mtaswgfw9h5iicor</guid>
      <pubDate>Fri, 22 Sep 2023 19:57:51 +0200</pubDate>
      <description>A hot new inspo website just dropped 🔥 https://xcancel.com/cedric_design/status/1705250722311524353</description>
      <content:encoded><![CDATA[    <p>A hot new inspo website just dropped 🔥 <a href="https://xcancel.com/cedric_design/status/1705250722311524353" target="_blank" rel="noopener">https://xcancel.com/cedric_design/status/1705250722311524353</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/mtaswgfw9h5iicor">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/qtzq2po2fn4jnl9j</link>
      <guid isPermaLink="true">https://dominikhofer.me/qtzq2po2fn4jnl9j</guid>
      <pubDate>Fri, 22 Sep 2023 19:19:51 +0200</pubDate>
      <description>CS50 010
Problem set 1 done.
The Mario exercise was pretty straightforward, but the credit card one took me way longer than expected. 
Mainly due to all the things that C doesn&apos;t do out of the box and…</description>
      <content:encoded><![CDATA[    <h1>CS50 010</h1>
<p>Problem set 1 done.</p>
<p>The Mario exercise was pretty straightforward, but the credit card one took me way longer than expected. </p>
<p>Mainly due to all the things that C doesn't do out of the box and I had to code myself.</p>
<p>But the feeling when seeing this console is 10/10!</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Essentially, we had to implement “Luhn’s Algorithm” for validating credit card numbers. It was pretty interesting, learning about this one.</p>
<p>And it involved doing way more math than I expected. I guess with the intro to arrays next week, the whole task would've been easier.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Read more about the algo 👇<br />
<a href="https://en.wikipedia.org/wiki/Luhn_algorithm" target="_blank" rel="noopener">https://en.wikipedia.org/wiki/Luhn_algorithm</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/qtzq2po2fn4jnl9j/aa755ba95a-1768718734/F6pWBOaXsAAuqpt.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/qtzq2po2fn4jnl9j">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/5dpm9xhb4q4eby0i</link>
      <guid isPermaLink="true">https://dominikhofer.me/5dpm9xhb4q4eby0i</guid>
      <pubDate>Fri, 22 Sep 2023 13:11:05 +0200</pubDate>
      <description>It&apos;s always a pleasure when a framework provides such a good extension for VS Code. 
Just discovered this menu, kudos to @sveltejs 🙌</description>
      <content:encoded><![CDATA[    <p>It's always a pleasure when a framework provides such a good extension for VS Code. </p>
<p>Just discovered this menu, kudos to @sveltejs 🙌</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/5dpm9xhb4q4eby0i/3238dbc28b-1768718734/F6nff1zWAAA-OAD.png" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/5dpm9xhb4q4eby0i">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/yb9d23yxbsqsqgzm</link>
      <guid isPermaLink="true">https://dominikhofer.me/yb9d23yxbsqsqgzm</guid>
      <pubDate>Thu, 21 Sep 2023 18:42:07 +0200</pubDate>
      <description>CS50 009
Finished lecture 1 – C
This last part was really interesting because it involved some CS history and the problems with integer overflow.
This showed me once again, that when writing code, you…</description>
      <content:encoded><![CDATA[    <h1>CS50 009</h1>
<p>Finished lecture 1 – C</p>
<p>This last part was really interesting because it involved some CS history and the problems with integer overflow.</p>
<p>This showed me once again, that when writing code, you should do so responsibly.</p>
<p>Now onto the Mario problem set 🙌</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>If you're interested, definitely read more about the Y2K38 problem. </p>
<p>There's a great video by Numberphile on this topic 👇</p>
<figure class="video"><iframe allow="fullscreen" allowfullscreen src="https://www.youtube.com/embed/QJQ691PTKsA"></iframe></figure>  


      <p><img src="https://dominikhofer.me/media/pages/notes/yb9d23yxbsqsqgzm/62eb912e05-1768718734/F6kD6OcXsAAt7xn.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/yb9d23yxbsqsqgzm/cc69691df9-1768718734/F6kDxzkWkAAaTPB.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/yb9d23yxbsqsqgzm">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/0f1p4cm07e3mtira</link>
      <guid isPermaLink="true">https://dominikhofer.me/0f1p4cm07e3mtira</guid>
      <pubDate>Wed, 20 Sep 2023 20:24:22 +0200</pubDate>
      <description>CS50 008
Continued with lecture 1 – C  
The programming fundamentals weren&apos;t new for me, but using C is definitely more challenging than JS.
Weirdly, I feel glad that I&apos;m getting exposed to the quirks…</description>
      <content:encoded><![CDATA[    <h1>CS50 008</h1>
<p>Continued with lecture 1 – C  </p>
<p>The programming fundamentals weren't new for me, but using C is definitely more challenging than JS.</p>
<p>Weirdly, I feel glad that I'm getting exposed to the quirks of C. I think this will help me appreciate modern languages more.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/0f1p4cm07e3mtira/197d6dd39b-1768718734/F6fRsx_XMAAkx1C.png" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/0f1p4cm07e3mtira">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/atq6se7qptlyhqdj</link>
      <guid isPermaLink="true">https://dominikhofer.me/atq6se7qptlyhqdj</guid>
      <pubDate>Tue, 19 Sep 2023 20:56:20 +0200</pubDate>
      <description>Why is OAuth such a pain? 🥲</description>
      <content:encoded><![CDATA[    <p>Why is OAuth such a pain? 🥲</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/atq6se7qptlyhqdj">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/f6rge8ln6mzkhp8s</link>
      <guid isPermaLink="true">https://dominikhofer.me/f6rge8ln6mzkhp8s</guid>
      <pubDate>Tue, 19 Sep 2023 20:48:16 +0200</pubDate>
      <description>Did you know that there is an HTTP status code where the server tells the user that it refuses to brew coffee because it is permanently a teapot?
Me neither.
But this is exactly the humor that I love …</description>
      <content:encoded><![CDATA[    <p>Did you know that there is an HTTP status code where the server tells the user that it refuses to brew coffee because it is permanently a teapot?</p>
<p>Me neither.</p>
<p>But this is exactly the humor that I love the internet for :)</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/f6rge8ln6mzkhp8s/1177c2c325-1768718734/F6aMmc7WsAAWcLj.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/f6rge8ln6mzkhp8s">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/t7jakt6mis8uhk1f</link>
      <guid isPermaLink="true">https://dominikhofer.me/t7jakt6mis8uhk1f</guid>
      <pubDate>Mon, 18 Sep 2023 20:23:22 +0200</pubDate>
      <description>CS50 007
Started with lecture 1 – C
New language, new adventure. But really glad to be back in a familiar environment aka @code.
Also, the Ctrl + L shortcut to clear the console was new to me, no more…</description>
      <content:encoded><![CDATA[    <h1>CS50 007</h1>
<p>Started with lecture 1 – C</p>
<p>New language, new adventure. But really glad to be back in a familiar environment aka @code.</p>
<p>Also, the Ctrl + L shortcut to clear the console was new to me, no more typing the word itself ^^</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@code #unexpectedjamesbond</p>
<figure><img alt="" src="https://dominikhofer.me/F6U_HLdXcAA4jVs.mp4"></figure>  


      <p><img src="https://dominikhofer.me/media/pages/notes/t7jakt6mis8uhk1f/94998ebcaf-1768718734/F6U-uTGW0AAVX1V.png" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/t7jakt6mis8uhk1f">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/sce4ezhyibcmskip</link>
      <guid isPermaLink="true">https://dominikhofer.me/sce4ezhyibcmskip</guid>
      <pubDate>Sun, 17 Sep 2023 20:22:08 +0200</pubDate>
      <description>CS50 006
Problem set 0 done – glad that I got this Scratch project over the finish line. 
Scratch is a great tool for learning, but if you have some coding experience, you&apos;ll get frustrated with its l…</description>
      <content:encoded><![CDATA[    <h1>CS50 006</h1>
<p>Problem set 0 done – glad that I got this Scratch project over the finish line. </p>
<p>Scratch is a great tool for learning, but if you have some coding experience, you'll get frustrated with its limitations.</p>
<p>Looking forward to the next lecture with C ✌️</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/sce4ezhyibcmskip/7bf7fcdbef-1768718734/F6P0ksCXgAAEe5O.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/sce4ezhyibcmskip">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ahsr7gie8ozpviaf</link>
      <guid isPermaLink="true">https://dominikhofer.me/ahsr7gie8ozpviaf</guid>
      <pubDate>Fri, 15 Sep 2023 17:28:41 +0200</pubDate>
      <description>This video is such a gem for discovering these not-so-obvious Raycast features!
Plus the trick with searching a specific code snippet on Github is really clever, never thought of doing that globally b…</description>
      <content:encoded><![CDATA[    <p>This video is such a gem for discovering these not-so-obvious Raycast features!</p>
<p>Plus the trick with searching a specific code snippet on Github is really clever, never thought of doing that globally before. <a href="https://xcancel.com/raycastapp/status/1702688280205267043" target="_blank" rel="noopener">https://xcancel.com/raycastapp/status/1702688280205267043</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/ahsr7gie8ozpviaf">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/mzg1vnhd5ecujule</link>
      <guid isPermaLink="true">https://dominikhofer.me/mzg1vnhd5ecujule</guid>
      <pubDate>Fri, 15 Sep 2023 16:34:52 +0200</pubDate>
      <description>Good news for anyone planning on building something with @framer this weekend.
We&apos;ve just updated all prices for the code components &amp;amp; overrides on @CanvasSupply!
Link &amp;amp; limited discount code …</description>
      <content:encoded><![CDATA[    <p>Good news for anyone planning on building something with @framer this weekend.</p>
<p>We've just updated all prices for the code components &amp; overrides on @CanvasSupply!</p>
<p>Link &amp; limited discount code below👇</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Buy them once and use them in an unlimited amount of projects (according to your license)!</p>
<p>The next override is already around the corner and will be launching very soon on the platform:</p>
<p><a href="https://xcancel.com/dominikhofer_/status/1699063160756674689" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1699063160756674689</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Ready to get Framer superpowers?<br />
<a href="https://www.canvas.supply/code" target="_blank" rel="noopener">https://www.canvas.supply/code</a></p>
<p>And if you're quick, use the code WEEKEND at checkout for an additional 20% off (valid for the next 48 hours).</p>
<p>Cheers, and happy creating!</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/mzg1vnhd5ecujule/b0145cd05c-1768718734/F6EtxLJa8AA6OnI.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/mzg1vnhd5ecujule">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/lwoxrdbmo3t8xps6</link>
      <guid isPermaLink="true">https://dominikhofer.me/lwoxrdbmo3t8xps6</guid>
      <pubDate>Thu, 14 Sep 2023 09:59:48 +0200</pubDate>
      <description>Very good take! The longer I use GPT-4 as a coding assistant, the more i see this point as well.
Copilot is great for completing the current line and making actually writing the code faster, but stand…</description>
      <content:encoded><![CDATA[    <p>Very good take! The longer I use GPT-4 as a coding assistant, the more i see this point as well.</p>
<p>Copilot is great for completing the current line and making actually writing the code faster, but standalone GPT can only be used for a boilerplate that you then customize yourself. <a href="https://xcancel.com/iamgingertrash/status/1702038134790439277" target="_blank" rel="noopener">https://xcancel.com/iamgingertrash/status/1702038134790439277</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Also, when working with newer technologies, the 2021 cutoff becomes more of a burden. Experiencing this currently while working with SvelteKit.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/lwoxrdbmo3t8xps6">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/aejvv5h6p173ngzf</link>
      <guid isPermaLink="true">https://dominikhofer.me/aejvv5h6p173ngzf</guid>
      <pubDate>Tue, 12 Sep 2023 20:30:38 +0200</pubDate>
      <description>Yeah, WWDC was way more exciting…</description>
      <content:encoded><![CDATA[    <p>Yeah, WWDC was way more exciting…</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/aejvv5h6p173ngzf">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/426sqgsg9azup9p1</link>
      <guid isPermaLink="true">https://dominikhofer.me/426sqgsg9azup9p1</guid>
      <pubDate>Tue, 12 Sep 2023 18:43:59 +0200</pubDate>
      <description>Ready for #AppleEvent!
What are you looking forward to?
Me: The new Apple Watches 🤓</description>
      <content:encoded><![CDATA[    <p>Ready for #AppleEvent!</p>
<p>What are you looking forward to?</p>
<p>Me: The new Apple Watches 🤓</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/426sqgsg9azup9p1">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/40tx6zb3s8ipu2xt</link>
      <guid isPermaLink="true">https://dominikhofer.me/40tx6zb3s8ipu2xt</guid>
      <pubDate>Tue, 12 Sep 2023 18:33:44 +0200</pubDate>
      <description>Quick CSS flexbox tip: 
Use margin: auto to position a single child at the end of the parent (e.g. when using justify-content: flex-start, like below) 👇</description>
      <content:encoded><![CDATA[    <p>Quick CSS flexbox tip: </p>
<p>Use margin: auto to position a single child at the end of the parent (e.g. when using justify-content: flex-start, like below) 👇</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/40tx6zb3s8ipu2xt/7c8e99aed2-1768718734/F51sDSnWcAAf67z.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/40tx6zb3s8ipu2xt">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/zs5bmlawrp9erv7t</link>
      <guid isPermaLink="true">https://dominikhofer.me/zs5bmlawrp9erv7t</guid>
      <pubDate>Tue, 12 Sep 2023 17:20:32 +0200</pubDate>
      <description>CS50 005
Made some progress on problem set 0, the Scratch game – had some real middle-school flashbacks when working on it.
Still looking forward to working with a real programming language in the nex…</description>
      <content:encoded><![CDATA[    <h1>CS50 005</h1>
<p>Made some progress on problem set 0, the Scratch game – had some real middle-school flashbacks when working on it.</p>
<p>Still looking forward to working with a real programming language in the next lecture though 🙈</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/zs5bmlawrp9erv7t/bac3d7f2b8-1768718734/F51aUtfXQAAjJTm.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/zs5bmlawrp9erv7t">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/mfm8hmg02y78fjxi</link>
      <guid isPermaLink="true">https://dominikhofer.me/mfm8hmg02y78fjxi</guid>
      <pubDate>Tue, 12 Sep 2023 07:39:45 +0200</pubDate>
      <description>Bun is one of these projects that is a beautiful piece of engineering  but also has a very cute mascot that almost overshadows it (which is totally reasonable, I mean look at this 🥹).</description>
      <content:encoded><![CDATA[    <p>Bun is one of these projects that is a beautiful piece of engineering  but also has a <em>very</em> cute mascot that almost overshadows it (which is totally reasonable, I mean look at this 🥹).</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/mfm8hmg02y78fjxi/6f30782d0a-1768718734/F5zVVJ4WAAA1Gko.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/mfm8hmg02y78fjxi">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/rqs0a2txj9d8ntqj</link>
      <guid isPermaLink="true">https://dominikhofer.me/rqs0a2txj9d8ntqj</guid>
      <pubDate>Tue, 12 Sep 2023 07:31:03 +0200</pubDate>
      <description>That turnaround time 🤯
Awesome news! https://xcancel.com/vercel/status/1701378595623415934</description>
      <content:encoded><![CDATA[    <p>That turnaround time 🤯<br />
Awesome news! <a href="https://xcancel.com/vercel/status/1701378595623415934" target="_blank" rel="noopener">https://xcancel.com/vercel/status/1701378595623415934</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/rqs0a2txj9d8ntqj">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/dzezhy1532hzl21n</link>
      <guid isPermaLink="true">https://dominikhofer.me/dzezhy1532hzl21n</guid>
      <pubDate>Mon, 11 Sep 2023 10:55:17 +0200</pubDate>
      <description>If you didn&apos;t know already, in the Chrome dev console, you can reference the currently selected DOM-element with $0 like below 👇</description>
      <content:encoded><![CDATA[    <p>If you didn't know already, in the Chrome dev console, you can reference the currently selected DOM-element with $0 like below 👇</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/dzezhy1532hzl21n/7e4cfdbefc-1768718734/F5u5adfWUAAzj7O.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/dzezhy1532hzl21n">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/un0fh6w0vjgwjupc</link>
      <guid isPermaLink="true">https://dominikhofer.me/un0fh6w0vjgwjupc</guid>
      <pubDate>Thu, 07 Sep 2023 15:35:12 +0200</pubDate>
      <description>Study info day @ETH 🧭</description>
      <content:encoded><![CDATA[    <p>Study info day @ETH 🧭</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/un0fh6w0vjgwjupc/4a4cf422fd-1768718734/F5bTZDwbQAAyNrx.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/un0fh6w0vjgwjupc">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/48u4bxep6cka59rk</link>
      <guid isPermaLink="true">https://dominikhofer.me/48u4bxep6cka59rk</guid>
      <pubDate>Tue, 05 Sep 2023 16:13:19 +0200</pubDate>
      <description>Currently building a little @framer override for @cedric_design&apos;s upcoming template. 
It automatically sets an active variant for the current nav item and thus eliminates the need for manually creatin…</description>
      <content:encoded><![CDATA[    <p>Currently building a little @framer override for @cedric_design's upcoming template. </p>
<p>It automatically sets an active variant for the current nav item and thus eliminates the need for manually creating variants for each nav state.</p>
<p>Anyone interested in using this too? 👀</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/48u4bxep6cka59rk/fa88c7764d-1768718734/2Wswy_p1WST6TbZi.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/48u4bxep6cka59rk">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/d2ejqyhnpagak8ps</link>
      <guid isPermaLink="true">https://dominikhofer.me/d2ejqyhnpagak8ps</guid>
      <pubDate>Tue, 05 Sep 2023 15:05:11 +0200</pubDate>
      <description>You can say what you want about Youtube&apos;s algorithm, but it&apos;s really good at recommending videos that one would have never searched for but are really interesting to watch.
I see how this can become p…</description>
      <content:encoded><![CDATA[    <p>You can say what you want about Youtube's algorithm, but it's really good at recommending videos that one would have never searched for but are really interesting to watch.</p>
<p>I see how this can become problematic, but in it's core, it's just a magical piece of software.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Example of such a (video) gem: <a href="https://youtu.be/XRpHIa-2XCE" target="_blank" rel="noopener">https://youtu.be/XRpHIa-2XCE</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/d2ejqyhnpagak8ps">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ff6pslrvku8ipanh</link>
      <guid isPermaLink="true">https://dominikhofer.me/ff6pslrvku8ipanh</guid>
      <pubDate>Mon, 04 Sep 2023 20:41:59 +0200</pubDate>
      <description>CS50 004
Idea for the game 👾
The plan is to build a little F1 game called “React &amp;amp; Race”, where the player has to quickly react to flashing emojis and press the right key in order to move forward.…</description>
      <content:encoded><![CDATA[    <h1>CS50 004</h1>
<p>Idea for the game 👾</p>
<p>The plan is to build a little F1 game called “React &amp; Race”, where the player has to quickly react to flashing emojis and press the right key in order to move forward.</p>
<p>Stay tuned for “"The Fastest Game on the Emojiway!” 😉</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/ff6pslrvku8ipanh">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/0ife3h3yc4rxndmi</link>
      <guid isPermaLink="true">https://dominikhofer.me/0ife3h3yc4rxndmi</guid>
      <pubDate>Sat, 02 Sep 2023 15:23:33 +0200</pubDate>
      <description>CS50 003
Finished lecture 0.
Learned more about how to use the basic building blocks of code inside Scratch and how to use them to build simple games.
Now onto problem set 0 👨‍💻</description>
      <content:encoded><![CDATA[    <h1>CS50 003</h1>
<p>Finished lecture 0.</p>
<p>Learned more about how to use the basic building blocks of code inside Scratch and how to use them to build simple games.</p>
<p>Now onto problem set 0 👨‍💻</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/0ife3h3yc4rxndmi/02b133f0af-1768718734/F5Bfm3eXAAAye09.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/0ife3h3yc4rxndmi">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/id4pdvsohbsj9ery</link>
      <guid isPermaLink="true">https://dominikhofer.me/id4pdvsohbsj9ery</guid>
      <pubDate>Fri, 01 Sep 2023 15:51:44 +0200</pubDate>
      <description>Friday @framer tip for everyone building overrides and code components ✨
If you need to manage some state in your component (even save and retrieve it from localStorage), try out @jotaijs.
Drastically…</description>
      <content:encoded><![CDATA[    <p>Friday @framer tip for everyone building overrides and code components ✨</p>
<p>If you need to manage some state in your component (even save and retrieve it from localStorage), try out @jotaijs.</p>
<p>Drastically simplifies the code and seems to work pretty well so far 🙌</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Getting started: <a href="https://jotai.org" target="_blank" rel="noopener">https://jotai.org</a></p>
<p>LocalStorage support: <a href="https://jotai.org/docs/utilities/storage" target="_blank" rel="noopener">https://jotai.org/docs/utilities/storage</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/id4pdvsohbsj9ery">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/cpomtdsesa2zuyea</link>
      <guid isPermaLink="true">https://dominikhofer.me/cpomtdsesa2zuyea</guid>
      <pubDate>Thu, 31 Aug 2023 20:28:41 +0200</pubDate>
      <description>CS50 002
Introduction to algorithms and Scratch. 
The most interesting thing for me was to see how an algorithm can become much more efficient by taking more creative approaches → see binary search al…</description>
      <content:encoded><![CDATA[    <h1>CS50 002</h1>
<p>Introduction to algorithms and Scratch. </p>
<p>The most interesting thing for me was to see how an algorithm can become much more efficient by taking more creative approaches → see binary search algorithm 👇</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>The binary search algorithm is a technique to find an item in a sorted list.</p>
<p>You take a look at the middle item and then look at the middle item of the half that contains the item. Repeat until the item is (hopefully) found.</p>
<p>Image credit: Wikipedia</p>
<figure><img alt="" src="https://dominikhofer.me/F44TUYIXMAAxecm.jpg"></figure>  


      <p><img src="https://dominikhofer.me/media/pages/notes/cpomtdsesa2zuyea/e8aa157ab2-1768718734/F44SPAdXUAAqnA2.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/cpomtdsesa2zuyea">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3bjdielr1ztrrakf</link>
      <guid isPermaLink="true">https://dominikhofer.me/3bjdielr1ztrrakf</guid>
      <pubDate>Thu, 31 Aug 2023 07:32:50 +0200</pubDate>
      <description>TIL that @github copilot uses other open tabs as context.
I always thought it would just use the current file, so that&apos;s reeeeally good to know.</description>
      <content:encoded><![CDATA[    <p>TIL that @github copilot uses other open tabs as context.</p>
<p>I always thought it would just use the current file, so that's reeeeally good to know.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/3bjdielr1ztrrakf/69a156367d-1768718734/F41h2odXIAA6lN9.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3bjdielr1ztrrakf">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/1mufz2xzgg97063k</link>
      <guid isPermaLink="true">https://dominikhofer.me/1mufz2xzgg97063k</guid>
      <pubDate>Thu, 31 Aug 2023 07:29:39 +0200</pubDate>
      <description>The hardest problem to solve when setting custom keyboard shortcuts is finding one that is a) memorable and b) doesn&apos;t conflict with another one (system wide ones are the enemy here).
There should be …</description>
      <content:encoded><![CDATA[    <p>The hardest problem to solve when setting custom keyboard shortcuts is finding one that is a) memorable and b) doesn't conflict with another one (system wide ones are the enemy here).</p>
<p>There should be auto-suggestions that find the next best option automatically 🤔</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/1mufz2xzgg97063k">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/pp8hyyehs5cgxawv</link>
      <guid isPermaLink="true">https://dominikhofer.me/pp8hyyehs5cgxawv</guid>
      <pubDate>Wed, 30 Aug 2023 20:05:12 +0200</pubDate>
      <description>CS50 001
A basic introduction to CS, bits, bytes, and how information is stored in computers.
It was interesting to see how the way we represent information has changed over the years due to a lack of…</description>
      <content:encoded><![CDATA[    <h1>CS50 001</h1>
<p>A basic introduction to CS, bits, bytes, and how information is stored in computers.</p>
<p>It was interesting to see how the way we represent information has changed over the years due to a lack of foresight, and how the problem was solved.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/pp8hyyehs5cgxawv/6f960067ff-1768718734/F4zESILWkAAh2AH.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/pp8hyyehs5cgxawv">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/jurj4oswgftb5bea</link>
      <guid isPermaLink="true">https://dominikhofer.me/jurj4oswgftb5bea</guid>
      <pubDate>Wed, 30 Aug 2023 18:40:50 +0200</pubDate>
      <description>Even after building stuff for the web for 7+ years, I sometimes feel like I&apos;ve never really learned the basics of CS.
If anyone else also feels like that, let&apos;s start and complete Harvard&apos;s #CS50 toge…</description>
      <content:encoded><![CDATA[    <p>Even after building stuff for the web for 7+ years, I sometimes feel like I've never really learned the basics of CS.</p>
<p>If anyone else also feels like that, let's start and complete Harvard's #CS50 together!</p>
<p>I'll try to post an update every day and keep you in the loop :)</p>
<p>000</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Follow along: <a href="https://www.edx.org/learn/computer-science/harvard-university-cs50-s-introduction-to-computer-science" target="_blank" rel="noopener">https://www.edx.org/learn/computer-science/harvard-university-cs50-s-introduction-to-computer-science</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/jurj4oswgftb5bea">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/wp0d9umcuhbccb44</link>
      <guid isPermaLink="true">https://dominikhofer.me/wp0d9umcuhbccb44</guid>
      <pubDate>Wed, 30 Aug 2023 12:17:31 +0200</pubDate>
      <description>If you didn&apos;t already know, @raycastapp has a very nice wallpaper collection built in ✨

@raycastapp I mean, look at this 🤩
</description>
      <content:encoded><![CDATA[    <p>If you didn't already know, @raycastapp has a <em>very</em> nice wallpaper collection built in ✨</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@raycastapp I mean, look at this 🤩</p>
<figure><img alt="" src="https://dominikhofer.me/F4xbLZPWkAA_b2V.jpg"></figure>  


      <p><img src="https://dominikhofer.me/media/pages/notes/wp0d9umcuhbccb44/4ef35ecb18-1768718734/F4xZKayWkAE5qMn.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/wp0d9umcuhbccb44">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/p8mabzd6sh20rqeg</link>
      <guid isPermaLink="true">https://dominikhofer.me/p8mabzd6sh20rqeg</guid>
      <pubDate>Wed, 30 Aug 2023 07:40:29 +0200</pubDate>
      <description>Exams done, back to coding 🤓</description>
      <content:encoded><![CDATA[    <p>Exams done, back to coding 🤓</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/p8mabzd6sh20rqeg">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/6cejsem74d3g4zdn</link>
      <guid isPermaLink="true">https://dominikhofer.me/6cejsem74d3g4zdn</guid>
      <pubDate>Wed, 23 Aug 2023 16:54:52 +0200</pubDate>
      <description>TIL that you can use CSS grid for more advanced wrapper uses. 
For example the pattern below, where you have a classic wrapper that prevents the text from spreading too wide on the left but the image …</description>
      <content:encoded><![CDATA[    <p>TIL that you can use CSS grid for more advanced wrapper uses. </p>
<p>For example the pattern below, where you have a classic wrapper that prevents the text from spreading too wide on the left but the image on the right expands even outside the wrapper.</p>
<p>👇</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Here's the technique in the MDN docs: <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Layout_cookbook/Grid_wrapper" target="_blank" rel="noopener">https://developer.mozilla.org/en-US/docs/Web/CSS/Layout_cookbook/Grid_wrapper</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/6cejsem74d3g4zdn/859e216c8f-1768718734/F4OVDqNXsAE9evE.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/6cejsem74d3g4zdn">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/oj6zui9g5bz1goqp</link>
      <guid isPermaLink="true">https://dominikhofer.me/oj6zui9g5bz1goqp</guid>
      <pubDate>Sun, 20 Aug 2023 11:24:48 +0200</pubDate>
      <description>Finally took the plunge and completed the introductory course about regex on @Codecademy.
I feel like this is a topic that every dev dreads to learn more about. But finally learning the basics properl…</description>
      <content:encoded><![CDATA[    <p>Finally took the plunge and completed the introductory course about regex on @Codecademy.</p>
<p>I feel like this is a topic that every dev dreads to learn more about. But finally learning the basics properly might help me understand these Stack Overflow answers better in the future ;)</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@Codecademy I also liked that as the course progresses, you sorta “build” a url that leads to a gif in the end :D</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/oj6zui9g5bz1goqp/1ca417d338-1768718734/F39sf8mXUAAyox9.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/oj6zui9g5bz1goqp">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/kyelffaus0rvbkuf</link>
      <guid isPermaLink="true">https://dominikhofer.me/kyelffaus0rvbkuf</guid>
      <pubDate>Mon, 31 Jul 2023 17:18:03 +0200</pubDate>
      <description>This little affirmations thingy in the @webflow footer is just 10/10</description>
      <content:encoded><![CDATA[    <p>This little affirmations thingy in the @webflow footer is just 10/10</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/kyelffaus0rvbkuf/13f48d7ba7-1768718734/F2X-U4LWcAAHwAO.png" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/kyelffaus0rvbkuf">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/aovpkzgg5fr6345v</link>
      <guid isPermaLink="true">https://dominikhofer.me/aovpkzgg5fr6345v</guid>
      <pubDate>Fri, 28 Jul 2023 16:00:31 +0200</pubDate>
      <description>I&apos;m really excited that I can finally tell you about something I&apos;ve been working on the past couple of weeks!
Together with @cedric_design and the relaunch of @CanvasSupply, I created three code compo…</description>
      <content:encoded><![CDATA[    <p>I'm really excited that I can finally tell you about something I've been working on the past couple of weeks!</p>
<p>Together with @cedric_design and the relaunch of @CanvasSupply, I created three code components/overrides, that give you @framer superpowers.</p>
<p>Let's take a look at them!</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>01 CMDK //</p>
<p>A plug &amp; play command menu for Framer.</p>
<p>Powered by the awesome cmdk npm package, this code component brings a powerful command menu to your Framer projects.</p>
<p>It is customizable right from the Framer interface and also keyboard-friendly.</p>
<p>🔗 <a href="https://canvas.supply/products/cmdk" target="_blank" rel="noopener">https://canvas.supply/products/cmdk</a></p>
<figure><img alt="" src="https://dominikhofer.me/F2IQA01awAAPDKY.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>02 Shortcuts //</p>
<p>Keyboard-enabled navigation for Framer.</p>
<p>Want to let users navigate your website as fast as never before? This is the override you've been looking for!</p>
<p>Set custom shortcuts for links, buttons and search all over your site.</p>
<p>🔗 <a href="https://canvas.supply/products/shortcuts" target="_blank" rel="noopener">https://canvas.supply/products/shortcuts</a></p>
<figure><img alt="" src="https://dominikhofer.me/F2IQBUtaMAAFKG5.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>03 Snazzy Maps //</p>
<p>Themed Google Maps for Framer.</p>
<p>This component makes embedding styled Snazzy Maps into your website a breeze!</p>
<p>Setup different themes for light- &amp; dark-mode and be sure that the map will match your website's style no matter what.</p>
<p>🔗 <a href="https://canvas.supply/products/snazzy-maps" target="_blank" rel="noopener">https://canvas.supply/products/snazzy-maps</a></p>
<figure><img alt="" src="https://dominikhofer.me/F2IQB7ybgAAbFt2.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>These are the three code products we're starting with, but the next ones are already in the making.</p>
<p>Feel free to help shape the future of <a href="https://canvas.supply/code" target="_blank" rel="noopener">https://canvas.supply/code</a> by suggesting components or overrides you're currently missing in your Framer projects!</p>
<p>My DMs are open.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Big thanks to @cedric_design for the awesome collab, really looking forward to what's coming in the future!</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Psst 🤫</p>
<p>If you've read this far, try entering the discount code FRAMERCODE25 when purchasing a code component or override. The first 10 people will get 25 percent off their order.</p>
<p>So, be quick  &amp; happy creating!</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Also don't miss the launch giveaway 🥳</p>
<p><a href="https://xcancel.com/cedric_design/status/1684926749522739200" target="_blank" rel="noopener">https://xcancel.com/cedric_design/status/1684926749522739200</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/aovpkzgg5fr6345v/99d861310f-1768718734/F2IQAYnaMAEB5vp.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/aovpkzgg5fr6345v">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/e3hw719ttuy7j97e</link>
      <guid isPermaLink="true">https://dominikhofer.me/e3hw719ttuy7j97e</guid>
      <pubDate>Tue, 25 Jul 2023 17:11:23 +0200</pubDate>
      <description>Something&apos;s coming, I wonder what 😏 https://xcancel.com/cedric_design/status/1683828332478214144</description>
      <content:encoded><![CDATA[    <p>Something's coming, I wonder what 😏 <a href="https://xcancel.com/cedric_design/status/1683828332478214144" target="_blank" rel="noopener">https://xcancel.com/cedric_design/status/1683828332478214144</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/e3hw719ttuy7j97e">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/f09vhnu8m5bbxw0q</link>
      <guid isPermaLink="true">https://dominikhofer.me/f09vhnu8m5bbxw0q</guid>
      <pubDate>Sun, 23 Jul 2023 20:42:24 +0200</pubDate>
      <description>Today I got reminded once again by a nasty code bug that I should finally bite the bullet and properly learn regex 🫣
Any tips and recommendations?</description>
      <content:encoded><![CDATA[    <p>Today I got reminded once again by a nasty code bug that I should finally bite the bullet and properly learn regex 🫣</p>
<p>Any tips and recommendations?</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/f09vhnu8m5bbxw0q">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/sn7xr7zy16a7p3vc</link>
      <guid isPermaLink="true">https://dominikhofer.me/sn7xr7zy16a7p3vc</guid>
      <pubDate>Mon, 17 Jul 2023 10:06:44 +0200</pubDate>
      <description>Spotted @Spotify while visiting Stockholm 🇸🇪</description>
      <content:encoded><![CDATA[    <p>Spotted @Spotify while visiting Stockholm 🇸🇪</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/sn7xr7zy16a7p3vc/d92f6d0a0d-1768718734/F1OVik0X0AEhIMT.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/sn7xr7zy16a7p3vc">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/diorw7w17ri4syf8</link>
      <guid isPermaLink="true">https://dominikhofer.me/diorw7w17ri4syf8</guid>
      <pubDate>Thu, 13 Jul 2023 17:46:47 +0200</pubDate>
      <description>Awesome work as always 💎 https://xcancel.com/cedric_design/status/1679456533007204355</description>
      <content:encoded><![CDATA[    <p>Awesome work as always 💎 <a href="https://xcancel.com/cedric_design/status/1679456533007204355" target="_blank" rel="noopener">https://xcancel.com/cedric_design/status/1679456533007204355</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/diorw7w17ri4syf8">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/umolp3yyngvl9onf</link>
      <guid isPermaLink="true">https://dominikhofer.me/umolp3yyngvl9onf</guid>
      <pubDate>Tue, 11 Jul 2023 08:28:50 +0200</pubDate>
      <description>Coming soon to a @CanvasSupply store near you 🪄</description>
      <content:encoded><![CDATA[    <p>Coming soon to a @CanvasSupply store near you 🪄</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/umolp3yyngvl9onf/1ea041e6c1-1768718734/F0vFDYlWcAAfpgu.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/umolp3yyngvl9onf">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/l5zvkffmjfhb9y7l</link>
      <guid isPermaLink="true">https://dominikhofer.me/l5zvkffmjfhb9y7l</guid>
      <pubDate>Sun, 09 Jul 2023 20:26:43 +0200</pubDate>
      <description>Does anyone know about a simple tool that helps you easily clean up your Twitter/YouTube/Instagram/whatever followings?
Imagining something that shows you a random account you follow and its last 3 po…</description>
      <content:encoded><![CDATA[    <p>Does anyone know about a simple tool that helps you easily clean up your Twitter/YouTube/Instagram/whatever followings?</p>
<p>Imagining something that shows you a random account you follow and its last 3 posts and lets you decide on whether or not to keep following them.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/l5zvkffmjfhb9y7l">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/0qa9yiy8kklbxnkw</link>
      <guid isPermaLink="true">https://dominikhofer.me/0qa9yiy8kklbxnkw</guid>
      <pubDate>Sat, 08 Jul 2023 11:20:35 +0200</pubDate>
      <description>Is there an easy mnemonic to remember how markdown links are created?
I&apos;m always confused on whether to type []() or ()[] 🫠

This is what ChatGPT came up with, not sure whether that&apos;s useful or not.
“…</description>
      <content:encoded><![CDATA[    <p>Is there an easy mnemonic to remember how markdown links are created?</p>
<p>I'm always confused on whether to type []() or ()[] 🫠</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>This is what ChatGPT came up with, not sure whether that's useful or not.</p>
<p>“Remember, it's like BLiP - Brackets, Link, and then Parentheses.”</p>
<p>Blip sounds like a sound a comic character would make :D</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/0qa9yiy8kklbxnkw/9639ea9757-1768718734/F0gQIttWYAAgr1K.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/0qa9yiy8kklbxnkw">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/x9hlq4uucxykgybj</link>
      <guid isPermaLink="true">https://dominikhofer.me/x9hlq4uucxykgybj</guid>
      <pubDate>Tue, 04 Jul 2023 10:39:57 +0200</pubDate>
      <description>Using ChatGPT as a socratic tutor seems to be one of the best possible ways that you can use it currently. 
Don&apos;t let it do the work for you, use it to have a conversation and let it guide you to new …</description>
      <content:encoded><![CDATA[    <p>Using ChatGPT as a socratic tutor seems to be one of the best possible ways that you can use it currently. </p>
<p>Don't let it do the work for you, use it to have a conversation and let it guide you to new thoughts, perspectives and ideas 💡</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🔗 <a href="https://openai.com/research/gpt-4" target="_blank" rel="noopener">https://openai.com/research/gpt-4</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/x9hlq4uucxykgybj/c4cf654423-1768718734/F0LgF4EXsAITcSY.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/x9hlq4uucxykgybj">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/tq04u08wu0iu2xjr</link>
      <guid isPermaLink="true">https://dominikhofer.me/tq04u08wu0iu2xjr</guid>
      <pubDate>Mon, 03 Jul 2023 14:33:05 +0200</pubDate>
      <description>Stay tuned 🪄 https://xcancel.com/cedric_design/status/1675843702047080448</description>
      <content:encoded><![CDATA[    <p>Stay tuned 🪄 <a href="https://xcancel.com/cedric_design/status/1675843702047080448" target="_blank" rel="noopener">https://xcancel.com/cedric_design/status/1675843702047080448</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/tq04u08wu0iu2xjr">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/a0q4htre277ivccz</link>
      <guid isPermaLink="true">https://dominikhofer.me/a0q4htre277ivccz</guid>
      <pubDate>Sat, 01 Jul 2023 11:32:18 +0200</pubDate>
      <description>🥲 https://xcancel.com/ChristianSelig/status/1674848514801532951</description>
      <content:encoded><![CDATA[    <p>🥲 <a href="https://xcancel.com/ChristianSelig/status/1674848514801532951" target="_blank" rel="noopener">https://xcancel.com/ChristianSelig/status/1674848514801532951</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/a0q4htre277ivccz">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/gxpnyp3ls1ld0lvd</link>
      <guid isPermaLink="true">https://dominikhofer.me/gxpnyp3ls1ld0lvd</guid>
      <pubDate>Fri, 30 Jun 2023 21:28:07 +0200</pubDate>
      <description>Progress update 🪄
The cmdk menu for @Framer now shows the page you&apos;re currently on in the top left. Helps quite a bit for navigating your website.
Apart from that, I&apos;m busy fixing nasty bugs and makin…</description>
      <content:encoded><![CDATA[    <p>Progress update 🪄</p>
<p>The cmdk menu for @Framer now shows the page you're currently on in the top left. Helps quite a bit for navigating your website.</p>
<p>Apart from that, I'm busy fixing nasty bugs and making the component even easier to configure right inside Framer.</p>
<p>Stay tuned 👀</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/gxpnyp3ls1ld0lvd/c34a0bff55-1768718734/Fz5NgzbWYAM5-IV.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/gxpnyp3ls1ld0lvd">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/6xg9j8g1voq8xq37</link>
      <guid isPermaLink="true">https://dominikhofer.me/6xg9j8g1voq8xq37</guid>
      <pubDate>Thu, 29 Jun 2023 16:49:19 +0200</pubDate>
      <description>It&apos;s now possible to define custom categories and similarly categorized items are grouped together with a heading in the cmdk dialog – automagically 🪄 
Kudos to @framer for not only being an awesome n…</description>
      <content:encoded><![CDATA[    <p>It's now possible to define custom categories and similarly categorized items are grouped together with a heading in the cmdk dialog – automagically 🪄 </p>
<p>Kudos to @framer for not only being an awesome no code tool but actually allowing to use code where it's needed 🤗</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/6xg9j8g1voq8xq37/c02d1c18f4-1768718734/FzzEyrOaMAAFXuM.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/6xg9j8g1voq8xq37">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/4063xmyxutm592ix</link>
      <guid isPermaLink="true">https://dominikhofer.me/4063xmyxutm592ix</guid>
      <pubDate>Wed, 28 Jun 2023 22:45:41 +0200</pubDate>
      <description>Currently working on a ⌘ + K component for @framer 🧙
Customizeable without writing a line of code. Lil demo below  👇
Who would be interested in using this as well?</description>
      <content:encoded><![CDATA[    <p>Currently working on a ⌘ + K component for @framer 🧙</p>
<p>Customizeable without writing a line of code. Lil demo below  👇</p>
<p>Who would be interested in using this as well?</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/4063xmyxutm592ix/eabcac98c1-1768718734/lKqY7YchdIycxHSr.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/4063xmyxutm592ix">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/34r6ls266y4kqbu4</link>
      <guid isPermaLink="true">https://dominikhofer.me/34r6ls266y4kqbu4</guid>
      <pubDate>Wed, 28 Jun 2023 20:34:46 +0200</pubDate>
      <description>Developer tool/website discovery of the day 👇
Helps you analyze the bundle size of npm packages and even shows how long it&apos;ll take to load with different connection speeds.

🔗 https://bundlephobia.com…</description>
      <content:encoded><![CDATA[    <p>Developer tool/website discovery of the day 👇</p>
<p>Helps you analyze the bundle size of npm packages and even shows how long it'll take to load with different connection speeds.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🔗 <a href="https://bundlephobia.com/" target="_blank" rel="noopener">https://bundlephobia.com/</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/34r6ls266y4kqbu4/10c731547e-1768718734/Fzuuo4TWYAApzLK.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/34r6ls266y4kqbu4">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/il46heojt352gi57</link>
      <guid isPermaLink="true">https://dominikhofer.me/il46heojt352gi57</guid>
      <pubDate>Wed, 28 Jun 2023 09:17:02 +0200</pubDate>
      <description>The true reason for so many dirty MacBook keyboards out there (including mine 🥲) https://xcancel.com/luciascarlet/status/1673726293563588608</description>
      <content:encoded><![CDATA[    <p>The true reason for so many dirty MacBook keyboards out there (including mine 🥲) <a href="https://xcancel.com/luciascarlet/status/1673726293563588608" target="_blank" rel="noopener">https://xcancel.com/luciascarlet/status/1673726293563588608</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/il46heojt352gi57">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ywf9rtodl7nb65fk</link>
      <guid isPermaLink="true">https://dominikhofer.me/ywf9rtodl7nb65fk</guid>
      <pubDate>Mon, 26 Jun 2023 20:46:35 +0200</pubDate>
      <description>TIL that you can access the amount of fingers a user had on his screen when triggering an event (using TouchEvents).
By the way, can someone guess what I&apos;m building? 👀🪄</description>
      <content:encoded><![CDATA[    <p>TIL that you can access the amount of fingers a user had on his screen when triggering an event (using TouchEvents).</p>
<p>By the way, can someone guess what I'm building? 👀🪄</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ywf9rtodl7nb65fk/974bf5d280-1768718734/Fzkd7KFWICcZ_WV.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ywf9rtodl7nb65fk">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/7m99z8oha4s15s32</link>
      <guid isPermaLink="true">https://dominikhofer.me/7m99z8oha4s15s32</guid>
      <pubDate>Tue, 20 Jun 2023 22:30:17 +0200</pubDate>
      <description>👀 https://xcancel.com/alexeinars/status/1671167926282641413</description>
      <content:encoded><![CDATA[    <p>👀 <a href="https://xcancel.com/alexeinars/status/1671167926282641413" target="_blank" rel="noopener">https://xcancel.com/alexeinars/status/1671167926282641413</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/7m99z8oha4s15s32">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/fs1p7ctighrdvpkc</link>
      <guid isPermaLink="true">https://dominikhofer.me/fs1p7ctighrdvpkc</guid>
      <pubDate>Tue, 20 Jun 2023 16:48:06 +0200</pubDate>
      <description>This idea of “contextual design” seems pretty interesting 🤔 https://xcancel.com/hobdaydesign/status/1671119428291903488</description>
      <content:encoded><![CDATA[    <p>This idea of “contextual design” seems pretty interesting 🤔 <a href="https://xcancel.com/hobdaydesign/status/1671119428291903488" target="_blank" rel="noopener">https://xcancel.com/hobdaydesign/status/1671119428291903488</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/fs1p7ctighrdvpkc">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/fqe9oemyr6uogp63</link>
      <guid isPermaLink="true">https://dominikhofer.me/fqe9oemyr6uogp63</guid>
      <pubDate>Mon, 19 Jun 2023 13:02:25 +0200</pubDate>
      <description>React wouldn&apos;t nearly be as great as it is without the brilliant folks over @vercel 
These guys constantly ship cool stuff and their marketing is just spot on. 
Just a random thought, but there couldn…</description>
      <content:encoded><![CDATA[    <p>React wouldn't nearly be as great as it is without the brilliant folks over @vercel </p>
<p>These guys constantly ship cool stuff and their marketing is just spot on. </p>
<p>Just a random thought, but there couldn't be a better time to create things for the web and I love it 😁</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/fqe9oemyr6uogp63">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/v3qc2ougkeutb9am</link>
      <guid isPermaLink="true">https://dominikhofer.me/v3qc2ougkeutb9am</guid>
      <pubDate>Sun, 18 Jun 2023 21:04:17 +0200</pubDate>
      <description>Is there a minimal MacOS app that integrates the OpenAI API into the system? 
Imagining something like [select text] → [right click] → [choose prompt]
Would be great to know ✌️</description>
      <content:encoded><![CDATA[    <p>Is there a minimal MacOS app that integrates the OpenAI API into the system? </p>
<p>Imagining something like [select text] → [right click] → [choose prompt]</p>
<p>Would be great to know ✌️</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/v3qc2ougkeutb9am">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/bhce8uw9e4xos23j</link>
      <guid isPermaLink="true">https://dominikhofer.me/bhce8uw9e4xos23j</guid>
      <pubDate>Sun, 18 Jun 2023 20:48:27 +0200</pubDate>
      <description>🪄
Been working on a @framer override that enables navigating your site just with keyboard shortcuts. Currently works with links and the search component.
Is this something that would be useful for you…</description>
      <content:encoded><![CDATA[    <p>🪄</p>
<p>Been working on a @framer override that enables navigating your site just with keyboard shortcuts. Currently works with links and the search component.</p>
<p>Is this something that would be useful for your own projects?</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/bhce8uw9e4xos23j/407029c1d3-1768718734/Fy7RnXYWIAEkmvG.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/bhce8uw9e4xos23j">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/uxkbcwh1wzutdwjr</link>
      <guid isPermaLink="true">https://dominikhofer.me/uxkbcwh1wzutdwjr</guid>
      <pubDate>Sun, 18 Jun 2023 20:44:21 +0200</pubDate>
      <description>That&apos;s the sweet spot 👇 https://xcancel.com/henricreates/status/1670420490140123138</description>
      <content:encoded><![CDATA[    <p>That's the sweet spot 👇 <a href="https://xcancel.com/henricreates/status/1670420490140123138" target="_blank" rel="noopener">https://xcancel.com/henricreates/status/1670420490140123138</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/uxkbcwh1wzutdwjr">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/a7igmx8vbbxmfpvk</link>
      <guid isPermaLink="true">https://dominikhofer.me/a7igmx8vbbxmfpvk</guid>
      <pubDate>Fri, 16 Jun 2023 14:07:47 +0200</pubDate>
      <description>Did @github just launch a redesign? 👀</description>
      <content:encoded><![CDATA[    <p>Did @github just launch a redesign? 👀</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/a7igmx8vbbxmfpvk/11f648911f-1768718734/FyvjPi1WwAEbIhE.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/a7igmx8vbbxmfpvk">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/8mz8uxbkshpzu2q9</link>
      <guid isPermaLink="true">https://dominikhofer.me/8mz8uxbkshpzu2q9</guid>
      <pubDate>Wed, 14 Jun 2023 10:49:02 +0200</pubDate>
      <description>This is also my impression so far, which is great. @framer AI should be a tool that helps you generate different ideas fast, not ideate inside a predetermined look.
For moving fast, I think using Chat…</description>
      <content:encoded><![CDATA[    <p>This is also my impression so far, which is great. @framer AI should be a tool that helps you generate different ideas fast, not ideate inside a predetermined look.</p>
<p>For moving fast, I think using ChatGPT to help generate content ideas and then move to Framer is the way to go. <a href="https://xcancel.com/JorisRood/status/1668704159959220226" target="_blank" rel="noopener">https://xcancel.com/JorisRood/status/1668704159959220226</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/8mz8uxbkshpzu2q9">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/jx8146ol4hofotoy</link>
      <guid isPermaLink="true">https://dominikhofer.me/jx8146ol4hofotoy</guid>
      <pubDate>Thu, 08 Jun 2023 11:46:15 +0200</pubDate>
      <description>Follow recommendation for today 👇 https://xcancel.com/designspells_/status/1663190974405967872</description>
      <content:encoded><![CDATA[    <p>Follow recommendation for today 👇 <a href="https://xcancel.com/designspells_/status/1663190974405967872" target="_blank" rel="noopener">https://xcancel.com/designspells_/status/1663190974405967872</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/jx8146ol4hofotoy">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/un884390120wrthd</link>
      <guid isPermaLink="true">https://dominikhofer.me/un884390120wrthd</guid>
      <pubDate>Wed, 07 Jun 2023 11:51:40 +0200</pubDate>
      <description>Proof that SwiftUI is the greatest prototyping tool ever invented. https://xcancel.com/raunofreiberg/status/1666122499401166873</description>
      <content:encoded><![CDATA[    <p>Proof that SwiftUI is the greatest prototyping tool ever invented. <a href="https://xcancel.com/raunofreiberg/status/1666122499401166873" target="_blank" rel="noopener">https://xcancel.com/raunofreiberg/status/1666122499401166873</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/un884390120wrthd">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/dsdzrogc3netcsj9</link>
      <guid isPermaLink="true">https://dominikhofer.me/dsdzrogc3netcsj9</guid>
      <pubDate>Tue, 30 May 2023 21:32:58 +0200</pubDate>
      <description>I will always be amazed about how @github copilot makes coding a breeze. Just write a few comments at the top of a file like below and watch ai work its magic. 
It&apos;s never perfect but it gets you like…</description>
      <content:encoded><![CDATA[    <p>I will always be amazed about how @github copilot makes coding a breeze. Just write a few comments at the top of a file like below and watch ai work its magic. </p>
<p>It's never perfect but it gets you like 90% there.</p>
<p>This makes learning &amp; building so much easier, I love it 🪄</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/dsdzrogc3netcsj9/aec3246b9f-1768718734/FxZlt3gWcAMB3u4.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/dsdzrogc3netcsj9">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/wjl9seyemksdmxbp</link>
      <guid isPermaLink="true">https://dominikhofer.me/wjl9seyemksdmxbp</guid>
      <pubDate>Tue, 23 May 2023 15:08:55 +0200</pubDate>
      <description>The new React docs are a true goldmine and a prime example of how good documentation looks like.
E.g., importing and exporting es modules is explained in a concise way that I&apos;ve never encountered befo…</description>
      <content:encoded><![CDATA[    <p>The new React docs are a true goldmine and a prime example of how good documentation looks like.</p>
<p>E.g., importing and exporting es modules is explained in a concise way that I've never encountered before.</p>
<p>It just clicks 🙌</p>
<p><a href="https://react.dev/learn/importing-and-exporting-components" target="_blank" rel="noopener">https://react.dev/learn/importing-and-exporting-components</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/wjl9seyemksdmxbp">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/33see27z8qfs00f7</link>
      <guid isPermaLink="true">https://dominikhofer.me/33see27z8qfs00f7</guid>
      <pubDate>Wed, 10 May 2023 21:51:39 +0200</pubDate>
      <description>Just @framer telling you what you should do before going to bed tonight 🪄 https://xcancel.com/dominikhofer_/status/1656381889962299392</description>
      <content:encoded><![CDATA[    <p>Just @framer telling you what you should do before going to bed tonight 🪄 <a href="https://xcancel.com/dominikhofer_/status/1656381889962299392" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1656381889962299392</a></p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/33see27z8qfs00f7/a6e7968f40-1768718734/FvyqNPUXoAgH1Jp.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/33see27z8qfs00f7">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/o03hlnijdzkkpi4f</link>
      <guid isPermaLink="true">https://dominikhofer.me/o03hlnijdzkkpi4f</guid>
      <pubDate>Wed, 10 May 2023 21:33:11 +0200</pubDate>
      <description>Getting to know @framer overrides a bit better by trying out random stuff and I&apos;ve honestly never been more excited about seeing the current time on a website :D</description>
      <content:encoded><![CDATA[    <p>Getting to know @framer overrides a bit better by trying out random stuff and I've honestly never been more excited about seeing the current time on a website :D</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/o03hlnijdzkkpi4f/0681ef4a37-1768718734/FvymReXX0AUpYL-.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/o03hlnijdzkkpi4f">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/d0x4e0yfliwg9qvn</link>
      <guid isPermaLink="true">https://dominikhofer.me/d0x4e0yfliwg9qvn</guid>
      <pubDate>Wed, 10 May 2023 20:32:54 +0200</pubDate>
      <description>If you love to read, good books is a fantastic website for discovering great non-fiction books. And it looks absolutely gorgeous ✨

🔗 https://www.goodbooks.io/</description>
      <content:encoded><![CDATA[    <p>If you love to read, good books is a fantastic website for discovering great non-fiction books. And it looks absolutely gorgeous ✨</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🔗 <a href="https://www.goodbooks.io/" target="_blank" rel="noopener">https://www.goodbooks.io/</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/d0x4e0yfliwg9qvn/0b5ea63221-1768718734/FvyYa62WcAo1VTk.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/d0x4e0yfliwg9qvn">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/rcsdqzsn0x8nazyw</link>
      <guid isPermaLink="true">https://dominikhofer.me/rcsdqzsn0x8nazyw</guid>
      <pubDate>Mon, 08 May 2023 15:15:01 +0200</pubDate>
      <description>This should be the motto for all makers on the internet 👇 https://xcancel.com/cedric_design/status/1655540997571375104</description>
      <content:encoded><![CDATA[    <p>This should be the motto for all makers on the internet 👇 <a href="https://xcancel.com/cedric_design/status/1655540997571375104" target="_blank" rel="noopener">https://xcancel.com/cedric_design/status/1655540997571375104</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/rcsdqzsn0x8nazyw">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/mrz4jyxp2n5wqly2</link>
      <guid isPermaLink="true">https://dominikhofer.me/mrz4jyxp2n5wqly2</guid>
      <pubDate>Fri, 05 May 2023 11:02:23 +0200</pubDate>
      <description>If you&apos;re already using ChatGPT regularly, you&apos;ll be blown away by @perplexity_ai 
It works just like the former, but with access to the internet, and actually shows you the sources of the answer for …</description>
      <content:encoded><![CDATA[    <p>If you're already using ChatGPT regularly, you'll be blown away by @perplexity_ai </p>
<p>It works just like the former, but with access to the internet, and actually shows you the sources of the answer for reference.</p>
<p>This is probably the future of search engines ✨</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/mrz4jyxp2n5wqly2/d785b86147-1768718734/FvWloYIX0AMfxrn.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/mrz4jyxp2n5wqly2">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/0b7yjt04ordh6skq</link>
      <guid isPermaLink="true">https://dominikhofer.me/0b7yjt04ordh6skq</guid>
      <pubDate>Fri, 21 Apr 2023 22:13:27 +0200</pubDate>
      <description>Lil “friday evening @framer interaction building”-sesh ✨</description>
      <content:encoded><![CDATA[    <p>Lil “friday evening @framer interaction building”-sesh ✨</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/0b7yjt04ordh6skq/27647c5b81-1768718734/FuQ5XoIWYAIpQqc.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/0b7yjt04ordh6skq">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/lkdwit7vtsf5sund</link>
      <guid isPermaLink="true">https://dominikhofer.me/lkdwit7vtsf5sund</guid>
      <pubDate>Wed, 19 Apr 2023 05:10:14 +0200</pubDate>
      <description>The best way for testing prompts by far 👇 https://xcancel.com/steventey/status/1648463337066491906</description>
      <content:encoded><![CDATA[    <p>The best way for testing prompts by far 👇 <a href="https://xcancel.com/steventey/status/1648463337066491906" target="_blank" rel="noopener">https://xcancel.com/steventey/status/1648463337066491906</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/lkdwit7vtsf5sund">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/qkmvw4pxchio1g04</link>
      <guid isPermaLink="true">https://dominikhofer.me/qkmvw4pxchio1g04</guid>
      <pubDate>Sun, 09 Apr 2023 15:48:11 +0200</pubDate>
      <description>What an awesome write-up of a great idea and the power of llms 👏🏼
(The concept 🤯) https://xcancel.com/gahabeen/status/1645056489822756864</description>
      <content:encoded><![CDATA[    <p>What an awesome write-up of a great idea and the power of llms 👏🏼</p>
<p>(The concept 🤯) <a href="https://xcancel.com/gahabeen/status/1645056489822756864" target="_blank" rel="noopener">https://xcancel.com/gahabeen/status/1645056489822756864</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/qkmvw4pxchio1g04">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/4vhlvgkeqmyjozc9</link>
      <guid isPermaLink="true">https://dominikhofer.me/4vhlvgkeqmyjozc9</guid>
      <pubDate>Wed, 15 Mar 2023 21:20:55 +0100</pubDate>
      <description>Currently working with GPT-3.5-Turbo for a project and that&apos;s already mindblowing. Excited to try out the next version!
What a time to be alive @OpenAI ✨ https://xcancel.com/steventey/status/163574037…</description>
      <content:encoded><![CDATA[    <p>Currently working with GPT-3.5-Turbo for a project and that's already mindblowing. Excited to try out the next version!</p>
<p>What a time to be alive @OpenAI ✨ <a href="https://xcancel.com/steventey/status/1635740370163171350" target="_blank" rel="noopener">https://xcancel.com/steventey/status/1635740370163171350</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/4vhlvgkeqmyjozc9">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/l2w6ou5d1szsd34m</link>
      <guid isPermaLink="true">https://dominikhofer.me/l2w6ou5d1szsd34m</guid>
      <pubDate>Mon, 06 Mar 2023 13:21:20 +0100</pubDate>
      <description>If you want to learn about the power of LLMs and vector embeddings, this is a great place to start 👇 https://xcancel.com/StephanSturges/status/1632382961843593220</description>
      <content:encoded><![CDATA[    <p>If you want to learn about the power of LLMs and vector embeddings, this is a great place to start 👇 <a href="https://xcancel.com/StephanSturges/status/1632382961843593220" target="_blank" rel="noopener">https://xcancel.com/StephanSturges/status/1632382961843593220</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/l2w6ou5d1szsd34m">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/0h9uc9r8x5gw1905</link>
      <guid isPermaLink="true">https://dominikhofer.me/0h9uc9r8x5gw1905</guid>
      <pubDate>Sun, 05 Mar 2023 17:47:22 +0100</pubDate>
      <description>Gotta love Jordan and his SwiftUI skills 🙌 https://xcancel.com/jsngr/status/1632405969190748166</description>
      <content:encoded><![CDATA[    <p>Gotta love Jordan and his SwiftUI skills 🙌 <a href="https://xcancel.com/jsngr/status/1632405969190748166" target="_blank" rel="noopener">https://xcancel.com/jsngr/status/1632405969190748166</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/0h9uc9r8x5gw1905">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/9z3f0wct3msb384i</link>
      <guid isPermaLink="true">https://dominikhofer.me/9z3f0wct3msb384i</guid>
      <pubDate>Wed, 01 Mar 2023 20:40:59 +0100</pubDate>
      <description>These news get even more exciting once you check out their pricing page 🤯 https://xcancel.com/OpenAI/status/1630992406542970880</description>
      <content:encoded><![CDATA[    <p>These news get even more exciting once you check out their pricing page 🤯 <a href="https://xcancel.com/OpenAI/status/1630992406542970880" target="_blank" rel="noopener">https://xcancel.com/OpenAI/status/1630992406542970880</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/9z3f0wct3msb384i">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ztk3p9n0tbn0f644</link>
      <guid isPermaLink="true">https://dominikhofer.me/ztk3p9n0tbn0f644</guid>
      <pubDate>Tue, 21 Feb 2023 07:15:57 +0100</pubDate>
      <description>That&apos;s why you should learn how to work with LLMs right now 👇 https://xcancel.com/sama/status/1627796054040285184</description>
      <content:encoded><![CDATA[    <p>That's why you should learn how to work with LLMs right now 👇 <a href="https://xcancel.com/sama/status/1627796054040285184" target="_blank" rel="noopener">https://xcancel.com/sama/status/1627796054040285184</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/ztk3p9n0tbn0f644">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/7xumou2l46lkmsdx</link>
      <guid isPermaLink="true">https://dominikhofer.me/7xumou2l46lkmsdx</guid>
      <pubDate>Sun, 19 Feb 2023 18:07:25 +0100</pubDate>
      <description>The nr. 1 requirement for choosing a long-term notetaking/pkm app should be whether or not it allows you to store or easily export all your notes as .txt or .md files.
That&apos;s why @obsdmd and @logseq a…</description>
      <content:encoded><![CDATA[    <p>The nr. 1 requirement for choosing a long-term notetaking/pkm app should be whether or not it allows you to store or easily export all your notes as .txt or .md files.</p>
<p>That's why @obsdmd and @logseq are so awesome 🙌</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Does anyone else use such an app?</p>
<p>I have an app idea that would be useful for the users of such apps. Feel free to DM me :)</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Great read on this topic (one of my all-time favorite articles) 👇</p>
<p><a href="https://sive.rs/plaintext" target="_blank" rel="noopener">https://sive.rs/plaintext</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/7xumou2l46lkmsdx/9f7c0fd6da-1768718734/FpWFvnoWcAAY2iR.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/7xumou2l46lkmsdx">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/sk3onq8m1h6irwfs</link>
      <guid isPermaLink="true">https://dominikhofer.me/sk3onq8m1h6irwfs</guid>
      <pubDate>Thu, 16 Feb 2023 08:38:40 +0100</pubDate>
      <description>Awesome execution of a movie/show recommender that actually works 🙌
Plus it‘s open-source! https://xcancel.com/steph_dietz_/status/1625888371141664768</description>
      <content:encoded><![CDATA[    <p>Awesome execution of a movie/show recommender that actually works 🙌</p>
<p>Plus it‘s open-source! <a href="https://xcancel.com/steph_dietz_/status/1625888371141664768" target="_blank" rel="noopener">https://xcancel.com/steph_dietz_/status/1625888371141664768</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/sk3onq8m1h6irwfs">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/z7e3vq56pwl91e85</link>
      <guid isPermaLink="true">https://dominikhofer.me/z7e3vq56pwl91e85</guid>
      <pubDate>Wed, 15 Feb 2023 15:00:27 +0100</pubDate>
      <description>Minimal design &amp;gt;&amp;gt; https://xcancel.com/dr/status/1625521394678128640</description>
      <content:encoded><![CDATA[    <p>Minimal design &gt;&gt; <a href="https://xcancel.com/dr/status/1625521394678128640" target="_blank" rel="noopener">https://xcancel.com/dr/status/1625521394678128640</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/z7e3vq56pwl91e85">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/2kbb09gm8ocr7jj9</link>
      <guid isPermaLink="true">https://dominikhofer.me/2kbb09gm8ocr7jj9</guid>
      <pubDate>Wed, 15 Feb 2023 10:31:05 +0100</pubDate>
      <description>Best iOS budget tracker out there, give it a shot 👇 https://xcancel.com/rarfell/status/1625656590593581056</description>
      <content:encoded><![CDATA[    <p>Best iOS budget tracker out there, give it a shot 👇 <a href="https://xcancel.com/rarfell/status/1625656590593581056" target="_blank" rel="noopener">https://xcancel.com/rarfell/status/1625656590593581056</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/2kbb09gm8ocr7jj9">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/qa7vtictqqt70bnv</link>
      <guid isPermaLink="true">https://dominikhofer.me/qa7vtictqqt70bnv</guid>
      <pubDate>Mon, 13 Feb 2023 09:35:14 +0100</pubDate>
      <description>One of my favorite things to do is simply having a web browser open and go down a random rabbit hole 🕳️🐇
No clear goal in mind, just random googling (or ChatGPTing), getting inspired, finding YouTube …</description>
      <content:encoded><![CDATA[    <p>One of my favorite things to do is simply having a web browser open and go down a random rabbit hole 🕳️🐇</p>
<p>No clear goal in mind, just random googling (or ChatGPTing), getting inspired, finding YouTube videos and blog posts and occasionally finding real gems 💎</p>
<p>Love it!</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>This particular Tweet might have been inspired by the fact that I just stumbled across this Notion page.</p>
<p>Only maybe, who knows 😉</p>
<p><a href="https://gkogan.notion.site/gkogan/The-OP-Stack-aafcab0005e3445a8ad8491aac80446c" target="_blank" rel="noopener">https://gkogan.notion.site/gkogan/The-OP-Stack-aafcab0005e3445a8ad8491aac80446c</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/qa7vtictqqt70bnv">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/92pprw7ejdiaj87l</link>
      <guid isPermaLink="true">https://dominikhofer.me/92pprw7ejdiaj87l</guid>
      <pubDate>Mon, 13 Feb 2023 09:31:27 +0100</pubDate>
      <description>Yes, ChatGPT is awesome.
But if you combine LLMs (like @OpenAI&apos;s GPT-3) with vector embeddings (e.g. using @pinecone), they become even more powerful 👇 https://xcancel.com/oralabs_/status/162046442169…</description>
      <content:encoded><![CDATA[    <p>Yes, ChatGPT is awesome.</p>
<p>But if you combine LLMs (like @OpenAI's GPT-3) with vector embeddings (e.g. using @pinecone), they become even more powerful 👇 <a href="https://xcancel.com/oralabs_/status/1620464421691850752" target="_blank" rel="noopener">https://xcancel.com/oralabs_/status/1620464421691850752</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/92pprw7ejdiaj87l">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/78lhrx2ugx054x95</link>
      <guid isPermaLink="true">https://dominikhofer.me/78lhrx2ugx054x95</guid>
      <pubDate>Thu, 09 Feb 2023 08:43:28 +0100</pubDate>
      <description>Time to give Edge another chance… https://xcancel.com/satyanadella/status/1623031898544152578</description>
      <content:encoded><![CDATA[    <p>Time to give Edge another chance… <a href="https://xcancel.com/satyanadella/status/1623031898544152578" target="_blank" rel="noopener">https://xcancel.com/satyanadella/status/1623031898544152578</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/78lhrx2ugx054x95">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/bhwlmx8844zin0x3</link>
      <guid isPermaLink="true">https://dominikhofer.me/bhwlmx8844zin0x3</guid>
      <pubDate>Wed, 08 Feb 2023 17:23:29 +0100</pubDate>
      <description>This feature in @framer saves soooo much time (along with Copy Style).
Pro tip: Use it with the command menu (⌘ + K) to copy effects without needing to click anywhere ✨</description>
      <content:encoded><![CDATA[    <p>This feature in @framer saves soooo much time (along with Copy Style).</p>
<p>Pro tip: Use it with the command menu (⌘ + K) to copy effects without needing to click anywhere ✨</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/bhwlmx8844zin0x3/f9d61fcff6-1768718734/FodSCKCXEAQ1mQM.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/bhwlmx8844zin0x3">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/dnctmbdqx59v0zbf</link>
      <guid isPermaLink="true">https://dominikhofer.me/dnctmbdqx59v0zbf</guid>
      <pubDate>Sun, 29 Jan 2023 21:28:13 +0100</pubDate>
      <description>Quick JavaScript tip I want to put out there since I just wasted too much time figuring this out 🫣
If you have a private key (here from Apple Music, picture 1) and you need to store it in a .env file,…</description>
      <content:encoded><![CDATA[    <p>Quick JavaScript tip I want to put out there since I just wasted too much time figuring this out 🫣</p>
<p>If you have a private key (here from Apple Music, picture 1) and you need to store it in a .env file, do it like in picture 2:</p>
<p>Wrapped in "" and with escaped line-breaks (\n).</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/dnctmbdqx59v0zbf/41071e9504-1768718734/FnqqZuRX0AAKcm7.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/dnctmbdqx59v0zbf/d1d881a568-1768718734/Fnqqa1wXoActvyq.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/dnctmbdqx59v0zbf">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/43wliidleolhofok</link>
      <guid isPermaLink="true">https://dominikhofer.me/43wliidleolhofok</guid>
      <pubDate>Wed, 25 Jan 2023 17:47:18 +0100</pubDate>
      <description>👏 https://xcancel.com/sama/status/1618066557074313218</description>
      <content:encoded><![CDATA[    <p>👏 <a href="https://xcancel.com/sama/status/1618066557074313218" target="_blank" rel="noopener">https://xcancel.com/sama/status/1618066557074313218</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/43wliidleolhofok">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/v50o8fugc8hfr39d</link>
      <guid isPermaLink="true">https://dominikhofer.me/v50o8fugc8hfr39d</guid>
      <pubDate>Sun, 22 Jan 2023 20:46:21 +0100</pubDate>
      <description>By the way, if you want to learn more about designing for the iPad pointer, check out this WWDC talk:
https://developer.apple.com/videos/play/wwdc2020/10640/ https://xcancel.com/dominikhofer_/status/1…</description>
      <content:encoded><![CDATA[    <p>By the way, if you want to learn more about designing for the iPad pointer, check out this WWDC talk:</p>
<p><a href="https://developer.apple.com/videos/play/wwdc2020/10640/" target="_blank" rel="noopener">https://developer.apple.com/videos/play/wwdc2020/10640/</a> <a href="https://xcancel.com/dominikhofer_/status/1617127698811191296" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1617127698811191296</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/v50o8fugc8hfr39d">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/igzdumtbll46wa56</link>
      <guid isPermaLink="true">https://dominikhofer.me/igzdumtbll46wa56</guid>
      <pubDate>Sun, 22 Jan 2023 12:51:02 +0100</pubDate>
      <description>Why I love creating stuff just for myself:
Getting lost in these tiny interactions is just chef&apos;s kiss.
h/t to @framer for making this possible, you just cannot not love this tool 🫶</description>
      <content:encoded><![CDATA[    <p>Why I love creating stuff just for myself:</p>
<p>Getting lost in these tiny interactions is just <em>chef's kiss</em>.</p>
<p>h/t to @framer for making this possible, you just cannot <em>not</em> love this tool 🫶</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/igzdumtbll46wa56/8286d1a980-1768718734/FnEwgCaWAAEQBaH.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/igzdumtbll46wa56">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/wt6a96lwroi7sw8v</link>
      <guid isPermaLink="true">https://dominikhofer.me/wt6a96lwroi7sw8v</guid>
      <pubDate>Sun, 22 Jan 2023 11:07:14 +0100</pubDate>
      <description>Starting this Sunday with a lil work on my upcoming personal website, built in @framer 
What are you up to today? :)</description>
      <content:encoded><![CDATA[    <p>Starting this Sunday with a lil work on my upcoming personal website, built in @framer </p>
<p>What are you up to today? :)</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/wt6a96lwroi7sw8v/c62114195e-1768718734/FnEZLkhXwAEBzeC.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/wt6a96lwroi7sw8v">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/yzo6cir07x57fki5</link>
      <guid isPermaLink="true">https://dominikhofer.me/yzo6cir07x57fki5</guid>
      <pubDate>Tue, 17 Jan 2023 16:32:37 +0100</pubDate>
      <description>Great takeaway! https://xcancel.com/svpino/status/1615333197818269696</description>
      <content:encoded><![CDATA[    <p>Great takeaway! <a href="https://xcancel.com/svpino/status/1615333197818269696" target="_blank" rel="noopener">https://xcancel.com/svpino/status/1615333197818269696</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/yzo6cir07x57fki5">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/2z6wkxdpqphw6ci4</link>
      <guid isPermaLink="true">https://dominikhofer.me/2z6wkxdpqphw6ci4</guid>
      <pubDate>Sat, 14 Jan 2023 15:54:24 +0100</pubDate>
      <description>Why being able to code as a designer is a superpower 👨‍💻 https://xcancel.com/_TommyMason/status/1610400050399641601</description>
      <content:encoded><![CDATA[    <p>Why being able to code as a designer is a superpower 👨‍💻 <a href="https://xcancel.com/_TommyMason/status/1610400050399641601" target="_blank" rel="noopener">https://xcancel.com/_TommyMason/status/1610400050399641601</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/2z6wkxdpqphw6ci4">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/uqs9lxi3hmfm75mr</link>
      <guid isPermaLink="true">https://dominikhofer.me/uqs9lxi3hmfm75mr</guid>
      <pubDate>Fri, 13 Jan 2023 10:23:23 +0100</pubDate>
      <description>Is it just me or are the new @webflow workspaces just confusing? 
I simply want to invite another designer to a single project (not the whole workspace) but I can&apos;t figure out how. I can invite editor…</description>
      <content:encoded><![CDATA[    <p>Is it just me or are the new @webflow workspaces just confusing? </p>
<p>I simply want to invite another designer to a single project (not the whole workspace) but I can't figure out how. I can invite editors but that's not what I need here.</p>
<p>Any help is really appreciated 🫠</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/uqs9lxi3hmfm75mr">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/5fa4dh7xm1ryrx3p</link>
      <guid isPermaLink="true">https://dominikhofer.me/5fa4dh7xm1ryrx3p</guid>
      <pubDate>Thu, 12 Jan 2023 19:41:44 +0100</pubDate>
      <description>Straight outta @blackmirror 🤖 https://xcancel.com/hasquee/status/1613015231927648257</description>
      <content:encoded><![CDATA[    <p>Straight outta @blackmirror 🤖 <a href="https://xcancel.com/hasquee/status/1613015231927648257" target="_blank" rel="noopener">https://xcancel.com/hasquee/status/1613015231927648257</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/5fa4dh7xm1ryrx3p">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/olqaenuez0ude98j</link>
      <guid isPermaLink="true">https://dominikhofer.me/olqaenuez0ude98j</guid>
      <pubDate>Sun, 08 Jan 2023 14:33:12 +0100</pubDate>
      <description>If you want to have a sleek link-in-bio page, Bento looks really promising 🙌
👉 check it out: https://ctt.ec/9sdbh+</description>
      <content:encoded><![CDATA[    <p>If you want to have a sleek link-in-bio page, Bento looks really promising 🙌</p>
<p>👉 check it out: <a href="https://ctt.ec/9sdbh" target="_blank" rel="noopener">https://ctt.ec/9sdbh</a>+</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/olqaenuez0ude98j">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ugzlpi1dw6cfgedh</link>
      <guid isPermaLink="true">https://dominikhofer.me/ugzlpi1dw6cfgedh</guid>
      <pubDate>Thu, 05 Jan 2023 20:30:15 +0100</pubDate>
      <description>This is why I encourage every designer to learn SwiftUI. 
It just… looks good out of the box. Plus you learn a ton about current best practices. https://xcancel.com/jsngr/status/1611073804033220626</description>
      <content:encoded><![CDATA[    <p>This is why I encourage every designer to learn SwiftUI. </p>
<p>It just… looks good out of the box. Plus you learn a ton about current best practices. <a href="https://xcancel.com/jsngr/status/1611073804033220626" target="_blank" rel="noopener">https://xcancel.com/jsngr/status/1611073804033220626</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/ugzlpi1dw6cfgedh">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/8h9g35an8uq5zaev</link>
      <guid isPermaLink="true">https://dominikhofer.me/8h9g35an8uq5zaev</guid>
      <pubDate>Tue, 20 Dec 2022 12:00:45 +0100</pubDate>
      <description>Anyone I know that needs an invite for @Cron?

@Cron All invites gone now, sorry :(</description>
      <content:encoded><![CDATA[    <p>Anyone I know that needs an invite for @Cron?</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@Cron All invites gone now, sorry :(</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/8h9g35an8uq5zaev/d15bdf27f3-1768718734/Fkao64gXkAQGqkP.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/8h9g35an8uq5zaev">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/lgmcdeaggyuif89u</link>
      <guid isPermaLink="true">https://dominikhofer.me/lgmcdeaggyuif89u</guid>
      <pubDate>Mon, 19 Dec 2022 12:05:32 +0100</pubDate>
      <description>I just reserved my handle on Spill – a new Twitter alt that puts culture first. 
Grab yours now → http://spill-app.com</description>
      <content:encoded><![CDATA[    <p>I just reserved my handle on Spill – a new Twitter alt that puts culture first. </p>
<p>Grab yours now → <a href="http://spill-app.com" target="_blank" rel="noopener">http://spill-app.com</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/lgmcdeaggyuif89u">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/mgjkggrycch7mr3y</link>
      <guid isPermaLink="true">https://dominikhofer.me/mgjkggrycch7mr3y</guid>
      <pubDate>Thu, 15 Dec 2022 19:20:58 +0100</pubDate>
      <description>The best wrapped this year without a doubt @raycastapp 🙌</description>
      <content:encoded><![CDATA[    <p>The best wrapped this year without a doubt @raycastapp 🙌</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/mgjkggrycch7mr3y/6417886522-1768718734/FkCdy5gXgAALn59.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/mgjkggrycch7mr3y">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ba57f77pu2p9w2e6</link>
      <guid isPermaLink="true">https://dominikhofer.me/ba57f77pu2p9w2e6</guid>
      <pubDate>Thu, 15 Dec 2022 16:34:01 +0100</pubDate>
      <description>Another @webflow website launch✨
Using @thatsfinsweet&apos;s Client-First and their attributes is such a cheat code, I&apos;m always excited about how things just work and make sense 🙌
👉 http://hoferdo.link/cv</description>
      <content:encoded><![CDATA[    <p>Another @webflow website launch✨</p>
<p>Using @thatsfinsweet's Client-First and their attributes is such a cheat code, I'm always excited about how things just work and make sense 🙌</p>
<p>👉 <a href="http://hoferdo.link/cv" target="_blank" rel="noopener">http://hoferdo.link/cv</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ba57f77pu2p9w2e6/e90c8ee90f-1768718734/FkB3RruXEAErtCo.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ba57f77pu2p9w2e6">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/v9zdizs13to7t24j</link>
      <guid isPermaLink="true">https://dominikhofer.me/v9zdizs13to7t24j</guid>
      <pubDate>Thu, 15 Dec 2022 14:13:56 +0100</pubDate>
      <description>It&apos;s the little details that always make me happy to be a Mac user :)</description>
      <content:encoded><![CDATA[    <p>It's the little details that always make me happy to be a Mac user :)</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/v9zdizs13to7t24j/5d34209b26-1768718734/FkBXY99XoAAiyGt.png" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/v9zdizs13to7t24j">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/jacsghxwvtfsmd5f</link>
      <guid isPermaLink="true">https://dominikhofer.me/jacsghxwvtfsmd5f</guid>
      <pubDate>Thu, 15 Dec 2022 11:06:00 +0100</pubDate>
      <description>Current status: Having @openai GPT-3 installed as an app.
It&apos;s just too good not to use for creative ideation…</description>
      <content:encoded><![CDATA[    <p>Current status: Having @openai GPT-3 installed as an app.</p>
<p>It's just too good not to use for creative ideation…</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/jacsghxwvtfsmd5f/78263adb96-1768718734/FkAsAHVXwAI6grV.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/jacsghxwvtfsmd5f">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/hhx2q9s42sws3yd8</link>
      <guid isPermaLink="true">https://dominikhofer.me/hhx2q9s42sws3yd8</guid>
      <pubDate>Wed, 14 Dec 2022 12:11:03 +0100</pubDate>
      <description>This is probably the first time in history literally everyone can build their own software tools, the only limitation is your imagination.
And it&apos;s just the beginning! https://xcancel.com/danshipper/s…</description>
      <content:encoded><![CDATA[    <p>This is probably the first time in history literally everyone can build their own software tools, the only limitation is your imagination.</p>
<p>And it's just the beginning! <a href="https://xcancel.com/danshipper/status/1602703021254868995" target="_blank" rel="noopener">https://xcancel.com/danshipper/status/1602703021254868995</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/hhx2q9s42sws3yd8">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/97suq17p1a7kq1d3</link>
      <guid isPermaLink="true">https://dominikhofer.me/97suq17p1a7kq1d3</guid>
      <pubDate>Tue, 13 Dec 2022 08:51:08 +0100</pubDate>
      <description>Embrace change 🙌 https://xcancel.com/naval/status/1602552509545041920</description>
      <content:encoded><![CDATA[    <p>Embrace change 🙌 <a href="https://xcancel.com/naval/status/1602552509545041920" target="_blank" rel="noopener">https://xcancel.com/naval/status/1602552509545041920</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/97suq17p1a7kq1d3">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/nzpko17hwi5ofyut</link>
      <guid isPermaLink="true">https://dominikhofer.me/nzpko17hwi5ofyut</guid>
      <pubDate>Sat, 10 Dec 2022 22:16:33 +0100</pubDate>
      <description>The current popularity of ChatGPT is a friendly reminder that great UX can boost your product enormously.
Everyone could&apos;ve used plain GPT-3 before in the playground but it was not as straight forward…</description>
      <content:encoded><![CDATA[    <p>The current popularity of ChatGPT is a friendly reminder that great UX can boost your product enormously.</p>
<p>Everyone could've used plain GPT-3 before in the playground but it was not as straight forward to use for non-techies. ChatGPT finally changes this.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/nzpko17hwi5ofyut">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/6fzjvfu1ymrcafnp</link>
      <guid isPermaLink="true">https://dominikhofer.me/6fzjvfu1ymrcafnp</guid>
      <pubDate>Sat, 10 Dec 2022 10:49:07 +0100</pubDate>
      <description>This is just crazy good 🤯
⁦@ronyfadel⁩ 👏</description>
      <content:encoded><![CDATA[    <p>This is just crazy good 🤯</p>
<p>⁦@ronyfadel⁩ 👏</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/6fzjvfu1ymrcafnp/2ad5b27b92-1768718734/Fjm4y_zXwAERnFh.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/6fzjvfu1ymrcafnp">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/rhpf54jkhddajiz2</link>
      <guid isPermaLink="true">https://dominikhofer.me/rhpf54jkhddajiz2</guid>
      <pubDate>Thu, 08 Dec 2022 12:09:00 +0100</pubDate>
      <description>Is it possible to add scroll transforms (Framer Motion) to elements inside of a component in @framer?
I just can&apos;t figure it out…
If not, this would be highly appreciated (at least from my side 😁)</description>
      <content:encoded><![CDATA[    <p>Is it possible to add scroll transforms (Framer Motion) to elements inside of a component in @framer?</p>
<p>I just can't figure it out…</p>
<p>If not, this would be highly appreciated (at least from my side 😁)</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/rhpf54jkhddajiz2">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/cwuu4o7kqsrynxsa</link>
      <guid isPermaLink="true">https://dominikhofer.me/cwuu4o7kqsrynxsa</guid>
      <pubDate>Wed, 07 Dec 2022 17:02:30 +0100</pubDate>
      <description>Guess I wanna be a design engineer then. https://xcancel.com/jsngr/status/1600520076544843776</description>
      <content:encoded><![CDATA[    <p>Guess I wanna be a design engineer then. <a href="https://xcancel.com/jsngr/status/1600520076544843776" target="_blank" rel="noopener">https://xcancel.com/jsngr/status/1600520076544843776</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/cwuu4o7kqsrynxsa">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/x31uy2ea4hck9icg</link>
      <guid isPermaLink="true">https://dominikhofer.me/x31uy2ea4hck9icg</guid>
      <pubDate>Mon, 05 Dec 2022 21:24:24 +0100</pubDate>
      <description>I think he&apos;s just missing the point.
ChatGPT is great for brainstorming ideas and guided content creation (e.g. condensing a text), not writing full blogposts or the like.
It accompanies your workflow…</description>
      <content:encoded><![CDATA[    <p>I think he's just missing the point.</p>
<p>ChatGPT is great for brainstorming ideas and guided content creation (e.g. condensing a text), not writing full blogposts or the like.</p>
<p>It accompanies your workflow, it does not replace it. <a href="https://xcancel.com/sweatystartup/status/1599635498120597505" target="_blank" rel="noopener">https://xcancel.com/sweatystartup/status/1599635498120597505</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/x31uy2ea4hck9icg">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/cwcoecjcq8b2unsi</link>
      <guid isPermaLink="true">https://dominikhofer.me/cwcoecjcq8b2unsi</guid>
      <pubDate>Mon, 05 Dec 2022 16:00:10 +0100</pubDate>
      <description>Just saw this genius on Reddit. He figured out how to build a personal writing assistant like Copy AI or Jasper - with just clever prompts in the GPT-3 playground – for fractions of what it costs norm…</description>
      <content:encoded><![CDATA[    <p>Just saw this genius on Reddit. He figured out how to build a personal writing assistant like Copy AI or Jasper - with just clever prompts in the GPT-3 playground – for fractions of what it costs normally!</p>
<p>Take a look 👇</p>
<p>(Link at the bottom if you want to jump ahead 😉)</p>
<p>1/11</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🤑</p>
<p>Pricing example:</p>
<p>We're looking at the price of 20 × 2'000-word blog posts:<br />
(This is the cheapest Copy AI plan apart from the free one which would only be one blog post.)</p>
<p><a href="http://copy.ai" target="_blank" rel="noopener">http://copy.ai</a>: $49/month</p>
<p>GPT-3 playground: $1.15 (one-time)</p>
<p>2/11</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>✖️</p>
<p>Calculation:</p>
<p>The prompt is roughly 150 words long.<br />
Plus the 2'000 words output equals 2'150 words per post.<br />
So 20 posts are 43'000 words.</p>
<p>Now, 750 words in the best GPT-3 model (Davinci) cost only 2 cents.</p>
<p>So let's calculate: 43'000 / 750 × $0.02 = $1.15</p>
<p>3/11</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>When signing up for OpenAI, you get $18 worth of free credits.</p>
<p>Meaning, you can generate:<br />
$18 / $1.15 * 20 posts = ~313 blog posts for free!</p>
<p>4/11</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Of course, you have to factor in some wasted credits for trial and error, but I think 250 blog posts would be realistic (this error margin would probably be a bit lower for Copy AI).</p>
<p>5/11</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🤔</p>
<p>So bottom line is:</p>
<p>You can either generate 250 blog posts on your own for free,</p>
<p>Or</p>
<p>Pay $49 per month for 20 blog posts.</p>
<p>6/11</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Now, this is no hate against tools like Copy AI or Jasper. I think their primary target audiences are probably people who would like to just use a tool like this without having to fine-tune prompts themselves (although it's pretty easy).</p>
<p>7/11</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>For techies looking to upskill though, learning to DIY is a great idea! Not only will it save you time and money, but you'll gain valuable knowledge from troubleshooting your project. Plus, you can tailor the outcome to perfectly match your vision!</p>
<p>8/11</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>✨</p>
<p>IMO, this just shows that the future of GPT-3 (or ChatGPT) powered apps lies in niched products for special use cases.</p>
<p>When everyone can use tools like ChatGPT, the real value of AI tools is generated by a great UI and UX.</p>
<p>9/11</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🚨 Shameless plug alert 🚨</p>
<p>That's exactly the reason why I'm considering building a GPT-3 powered tool specially targeted at students just like me.</p>
<p>It's just in the concept/validation phase right now but I'd really like to have your feedback!</p>
<p><a href="https://glimai.com" target="_blank" rel="noopener">https://glimai.com</a></p>
<p>10/11</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>But if you just want to generate smart prompts for your use case yourself, check out the Reddit thread mentioned above 👇</p>
<p>🔗 <a href="https://www.reddit.com/r/GPT3/comments/yjasl8/stop_wasting_your_money_on_crappy_generic_ai/" target="_blank" rel="noopener">https://www.reddit.com/r/GPT3/comments/yjasl8/stop_wasting_your_money_on_crappy_generic_ai/</a></p>
<p>11/11</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>That's a 🌯  for this thread, I hope you've enjoyed it and learned something useful!</p>
<p>Follow me @dominikhofer_ for more.</p>
<p>A like/retweet of the first tweet below would be highly appreciated, cheers 🙌 <a href="https://xcancel.com/dominikhofer_/status/1599780678119305216" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1599780678119305216</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>You can read the unrolled version of this thread here: <a href="https://typefully.com/dominikhofer_/tHAVqWV" target="_blank" rel="noopener">https://typefully.com/dominikhofer_/tHAVqWV</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/cwcoecjcq8b2unsi">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/40bg6j2kvqf0hxkh</link>
      <guid isPermaLink="true">https://dominikhofer.me/40bg6j2kvqf0hxkh</guid>
      <pubDate>Sun, 04 Dec 2022 19:37:33 +0100</pubDate>
      <description>So, you might have heard about ChatGPT, the new product by the company behind the great GPT-3, @OpenAI.
I&apos;ve been using it for a few days now and I&apos;m constantly impressed by its capabilities.
Let me s…</description>
      <content:encoded><![CDATA[    <p>So, you might have heard about ChatGPT, the new product by the company behind the great GPT-3, @OpenAI.</p>
<p>I've been using it for a few days now and I'm constantly impressed by its capabilities.</p>
<p>Let me show you some cool stuff and interesting information  🙌</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Tldr; if you're interested in AI and natural language processing, you have to try ChatGPT. It's a fascinating glimpse into what the future of technology might look like.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Talking to ChatGPT is like talking to a smart (and I mean really really smart) friend. It feels very natural and the bot understands the context of the conversation.</p>
<p>This finally makes this technology accessible to everyone, since the GPT-3 playground can be quite overwhelming…</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Another great thing about ChatGPT is that it can be trained to specialize in specific areas of knowledge or expertise. This makes it even more useful for a wide range of applications.</p>
<p>Let me give you some examples:</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>For students:</p>
<p>Auto-generate summaries and flashcards.</p>
<figure><img alt="" src="https://dominikhofer.me/FjJ4OYNUYAAa-Hx.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>For lazy students:</p>
<p>Getting tips for studying for an exam one hour before it starts.</p>
<figure><img alt="" src="https://dominikhofer.me/FjJ4O0SUYAA1nd3.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>For lifelong learners:</p>
<p>Explaining topics in simple terms.</p>
<figure><img alt="" src="https://dominikhofer.me/FjJ4PRSUYAEpGQj.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>For people in a relationship:</p>
<p>Generating ideas for Christmas gifts.</p>
<figure><img alt="" src="https://dominikhofer.me/FjJ4PsdVIAA0aV3.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>For people not in a relationship:</p>
<p>Coming up with a funny Tinder caption.</p>
<figure><img alt="" src="https://dominikhofer.me/FjJ4QJeUYAAqUWK.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>For makers:</p>
<p>Generating ideas for side projects.</p>
<figure><img alt="" src="https://dominikhofer.me/FjJ4Ql_UcAEtIe9.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>For coders:</p>
<p>Helping with code questions.</p>
<figure><img alt="" src="https://dominikhofer.me/FjJ4RBzUYAAqY5U.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>For party animals:</p>
<p>Suggest creative party ideas.</p>
<figure><img alt="" src="https://dominikhofer.me/FjJ4Rc2VsAAmuGt.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>For travelers:</p>
<p>Generating ideas for unique and off-the-beaten-path destinations.</p>
<figure><img alt="" src="https://dominikhofer.me/FjJ4R37VIAERTkW.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>For writers:</p>
<p>Brainstorming ideas and getting feedback on writing.</p>
<figure><img alt="" src="https://dominikhofer.me/FjJ4ST_VsAAYol8.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>For content marketers:</p>
<p>Generating ideas for blog posts.</p>
<figure><img alt="" src="https://dominikhofer.me/FjJ4Sx2VsAAq1G0.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>For artists:</p>
<p>Coming up with creative drawing or painting ideas.</p>
<figure><img alt="" src="https://dominikhofer.me/FjJ4TNmUYAA9B57.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>For game devs:</p>
<p>Suggesting fun and challenging game ideas.</p>
<figure><img alt="" src="https://dominikhofer.me/FjJ4TpzUoAAx2MQ.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>For new parents:</p>
<p>Generating ideas for fun and educational activities for children.</p>
<figure><img alt="" src="https://dominikhofer.me/FjJ4UFpVIAAMExS.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>For photographers:</p>
<p>Suggesting creative photo shoot ideas.</p>
<figure><img alt="" src="https://dominikhofer.me/FjJ4UfRUcAAKnbf.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>For Instagrammer:</p>
<p>Choosing appropriate captions &amp; hashtags for posts.</p>
<figure><img alt="" src="https://dominikhofer.me/FjJ4U6-VUAAJkl3.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>For people that want to have a laugh:</p>
<p>Suggesting funny jokes.</p>
<figure><img alt="" src="https://dominikhofer.me/FjJ4VXgUUAAJyYW.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>For solo founders:</p>
<p>Save time on customer requests.</p>
<figure><img alt="" src="https://dominikhofer.me/FjJ4Vy7UYAAer3u.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>For every person:</p>
<p>Generating an infinite amount of ideas for literally everything.</p>
<figure><img alt="" src="https://dominikhofer.me/FjJ4WNNVQAAmmJZ.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Attention, meta use case ahead!</p>
<p>For me:</p>
<p>Helping me write this thread 😁</p>
<figure><img alt="" src="https://dominikhofer.me/FjJ4WpQUoAEjcj3.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>This is just a glimpse of what is possible with ChatGPT. Keep in mind that these tasks could be optimized as far as you want just by telling the model what you want exactly.</p>
<p>The sky is truly the limit here.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Try it out for yourself. Today.</p>
<p>🔗 <a href="https://chat.openai.com/chat" target="_blank" rel="noopener">https://chat.openai.com/chat</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Although this thread was written with the help of ChatGPT, it still took a lot of time to write and put it together. So a like/retweet of the first Tweet would be highly appreciated :)</p>
<p>Follow me @dominikhofer_ for more.</p>
<p>Cheers ✌️ <a href="https://xcancel.com/dominikhofer_/status/1599472994933358593" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1599472994933358593</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>You can read the unrolled version of this thread here: <a href="https://typefully.com/dominikhofer_/S0mUGjW" target="_blank" rel="noopener">https://typefully.com/dominikhofer_/S0mUGjW</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/40bg6j2kvqf0hxkh">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/dbxnnatc4vibbj0g</link>
      <guid isPermaLink="true">https://dominikhofer.me/dbxnnatc4vibbj0g</guid>
      <pubDate>Sat, 26 Nov 2022 16:13:39 +0100</pubDate>
      <description>The urge to print this reply and put it up on the wall behind my monitor 📈📈📈 https://xcancel.com/martinlexow/status/1596157933624397825</description>
      <content:encoded><![CDATA[    <p>The urge to print this reply and put it up on the wall behind my monitor 📈📈📈 <a href="https://xcancel.com/martinlexow/status/1596157933624397825" target="_blank" rel="noopener">https://xcancel.com/martinlexow/status/1596157933624397825</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/dbxnnatc4vibbj0g">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/2jbkcw0etijyupd6</link>
      <guid isPermaLink="true">https://dominikhofer.me/2jbkcw0etijyupd6</guid>
      <pubDate>Thu, 24 Nov 2022 08:32:17 +0100</pubDate>
      <description>„Data is today what experience used to be“
—David Kriesel
👇

A great talk to watch if you&apos;re interested in data science, media, sociology…
🔗 https://youtu.be/_Pd5sXXMMLI
(Unfortunately only in German …</description>
      <content:encoded><![CDATA[    <p>„Data is today what experience used to be“<br />
—David Kriesel</p>
<p>👇</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>A great talk to watch if you're interested in data science, media, sociology…</p>
<p>🔗 <a href="https://youtu.be/_Pd5sXXMMLI" target="_blank" rel="noopener">https://youtu.be/_Pd5sXXMMLI</a></p>
<p>(Unfortunately only in German but you can probably get away with the auto-generated subtitles)</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/2jbkcw0etijyupd6">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/gshewdmxa628fsfr</link>
      <guid isPermaLink="true">https://dominikhofer.me/gshewdmxa628fsfr</guid>
      <pubDate>Tue, 22 Nov 2022 16:52:17 +0100</pubDate>
      <description>Quick @framer question:
Is there a way to rename custom fonts? I regularly get unnamed fonts like “false normal” which really bugs me for some reason 🙈</description>
      <content:encoded><![CDATA[    <p>Quick @framer question:</p>
<p>Is there a way to rename custom fonts? I regularly get unnamed fonts like “false normal” which really bugs me for some reason 🙈</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/gshewdmxa628fsfr/9f7b7a6f8d-1768718734/FiLfJBQXgAMSQOZ.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/gshewdmxa628fsfr">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/vz058ad2eyd996q0</link>
      <guid isPermaLink="true">https://dominikhofer.me/vz058ad2eyd996q0</guid>
      <pubDate>Tue, 22 Nov 2022 10:02:11 +0100</pubDate>
      <description>TIL about depcheck, a handy lil package to find and remove unused dependencies from your node projects.
🔗 https://www.npmjs.com/package/depcheck</description>
      <content:encoded><![CDATA[    <p>TIL about depcheck, a handy lil package to find and remove unused dependencies from your node projects.</p>
<p>🔗 <a href="https://www.npmjs.com/package/depcheck" target="_blank" rel="noopener">https://www.npmjs.com/package/depcheck</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/vz058ad2eyd996q0">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ld92gov7ei9s21oi</link>
      <guid isPermaLink="true">https://dominikhofer.me/ld92gov7ei9s21oi</guid>
      <pubDate>Mon, 21 Nov 2022 21:37:35 +0100</pubDate>
      <description>Couldn&apos;t have said it better. https://xcancel.com/austboston/status/1594753680322224128</description>
      <content:encoded><![CDATA[    <p>Couldn't have said it better. <a href="https://xcancel.com/austboston/status/1594753680322224128" target="_blank" rel="noopener">https://xcancel.com/austboston/status/1594753680322224128</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/ld92gov7ei9s21oi">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/g2n3geyorhu89g3w</link>
      <guid isPermaLink="true">https://dominikhofer.me/g2n3geyorhu89g3w</guid>
      <pubDate>Wed, 16 Nov 2022 20:43:32 +0100</pubDate>
      <description>This is just awesome 🙌✨
(Ps: You can help get me up the waitlist here: https://www.notion.so/ai?wr=d3ce2757fd9c05d8 😁)</description>
      <content:encoded><![CDATA[    <p>This is just awesome 🙌✨</p>
<p>(Ps: You can help get me up the waitlist here: <a href="https://www.notion.so/ai?wr=d3ce2757fd9c05d8" target="_blank" rel="noopener">https://www.notion.so/ai?wr=d3ce2757fd9c05d8</a> 😁)</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/g2n3geyorhu89g3w/9669e24071-1768718734/FhtasZ3XgAUzB1W.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/g2n3geyorhu89g3w">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/jkfezqk9ycsbjbwv</link>
      <guid isPermaLink="true">https://dominikhofer.me/jkfezqk9ycsbjbwv</guid>
      <pubDate>Wed, 16 Nov 2022 20:14:36 +0100</pubDate>
      <description>This actually… does make sense!
h/t @framer

🔗 https://www.framer.com/books/framer-guide-to-react/</description>
      <content:encoded><![CDATA[    <p>This actually… does make sense!</p>
<p>h/t @framer</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🔗 <a href="https://www.framer.com/books/framer-guide-to-react/" target="_blank" rel="noopener">https://www.framer.com/books/framer-guide-to-react/</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/jkfezqk9ycsbjbwv/97db4e298c-1768718734/FhtUEr5UAAEPVbh.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/jkfezqk9ycsbjbwv">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/263wn8s7omomn8ob</link>
      <guid isPermaLink="true">https://dominikhofer.me/263wn8s7omomn8ob</guid>
      <pubDate>Tue, 15 Nov 2022 17:57:56 +0100</pubDate>
      <description>Best news of the day, ty so much! https://xcancel.com/philipcdavis/status/1592548180260196353</description>
      <content:encoded><![CDATA[    <p>Best news of the day, ty so much! <a href="https://xcancel.com/philipcdavis/status/1592548180260196353" target="_blank" rel="noopener">https://xcancel.com/philipcdavis/status/1592548180260196353</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/263wn8s7omomn8ob">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/48nf3yj99daatljh</link>
      <guid isPermaLink="true">https://dominikhofer.me/48nf3yj99daatljh</guid>
      <pubDate>Tue, 15 Nov 2022 17:57:24 +0100</pubDate>
      <description>When you hit “R” in @framer (for rectangle), you get a little prompt, telling you that actually you want to hit “F” for frame.
Love this attention to detail, much better than ending up rotating things…</description>
      <content:encoded><![CDATA[    <p>When you hit “R” in @framer (for rectangle), you get a little prompt, telling you that actually you want to hit “F” for frame.</p>
<p>Love this attention to detail, much better than ending up rotating things like I always do in Photoshop…</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/48nf3yj99daatljh/c76109ec18-1768718734/FhnrFBdWQAY0MyE.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/48nf3yj99daatljh">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/modzht4mekwk291x</link>
      <guid isPermaLink="true">https://dominikhofer.me/modzht4mekwk291x</guid>
      <pubDate>Fri, 11 Nov 2022 21:54:59 +0100</pubDate>
      <description>Some Friday evening logo exploration ⚡️</description>
      <content:encoded><![CDATA[    <p>Some Friday evening logo exploration ⚡️</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/modzht4mekwk291x/60f63e061b-1768718734/FhT7FVKXgAc9BnF.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/modzht4mekwk291x">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/t3ufkfal4bhlppef</link>
      <guid isPermaLink="true">https://dominikhofer.me/t3ufkfal4bhlppef</guid>
      <pubDate>Wed, 09 Nov 2022 09:31:25 +0100</pubDate>
      <description>Quick question for all @weglot pros:
Is there any way to get the current language of a page in a Webflow project? 
I want to show/hide certain elements on the page based on the language.
Appreciate an…</description>
      <content:encoded><![CDATA[    <p>Quick question for all @weglot pros:</p>
<p>Is there any way to get the current language of a page in a Webflow project? </p>
<p>I want to show/hide certain elements on the page based on the language.</p>
<p>Appreciate any help/RTs 🤓</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/t3ufkfal4bhlppef">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/0fz1hkbs4nts6heu</link>
      <guid isPermaLink="true">https://dominikhofer.me/0fz1hkbs4nts6heu</guid>
      <pubDate>Mon, 07 Nov 2022 19:59:14 +0100</pubDate>
      <description>Just wow. https://xcancel.com/demtzu/status/1589633050107080704</description>
      <content:encoded><![CDATA[    <p>Just wow. <a href="https://xcancel.com/demtzu/status/1589633050107080704" target="_blank" rel="noopener">https://xcancel.com/demtzu/status/1589633050107080704</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/0fz1hkbs4nts6heu">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/sw0or0rup13xcq2t</link>
      <guid isPermaLink="true">https://dominikhofer.me/sw0or0rup13xcq2t</guid>
      <pubDate>Mon, 07 Nov 2022 18:13:53 +0100</pubDate>
      <description>overthinking vs. just starting.
wisdom[viz].
⟡</description>
      <content:encoded><![CDATA[    <p>overthinking vs. just starting.</p>
<p>wisdom[viz].</p>
<p>⟡</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/sw0or0rup13xcq2t/23a72f2bfe-1768718734/Fg-iITCXgAMXw2e.png" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/sw0or0rup13xcq2t/1488bbe90e-1768718734/Fg-iIlOXgAAfLG6.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/sw0or0rup13xcq2t">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/dyoex16u3pv7b5by</link>
      <guid isPermaLink="true">https://dominikhofer.me/dyoex16u3pv7b5by</guid>
      <pubDate>Fri, 04 Nov 2022 11:36:22 +0100</pubDate>
      <description>Just joined @joinmastodon as a backup if this whole Twitter thing goes down…
There&apos;s a nice design instance, come join me: https://mastodon.design/web/@dominik
See ya over there ✌️</description>
      <content:encoded><![CDATA[    <p>Just joined @joinmastodon as a backup if this whole Twitter thing goes down…</p>
<p>There's a nice design instance, come join me: <a href="https://mastodon.design/web/@dominik" target="_blank" rel="noopener">https://mastodon.design/web/@dominik</a></p>
<p>See ya over there ✌️</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/dyoex16u3pv7b5by/22982bf685-1768718734/FgtqToSWIAEwBNk.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/dyoex16u3pv7b5by">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/qgkrxxlzv6u25ary</link>
      <guid isPermaLink="true">https://dominikhofer.me/qgkrxxlzv6u25ary</guid>
      <pubDate>Thu, 03 Nov 2022 10:41:12 +0100</pubDate>
      <description>Last week, I launched my first client website built 100% in @webflow ✨
👉 http://hoferdo.link/cv</description>
      <content:encoded><![CDATA[    <p>Last week, I launched my first client website built 100% in @webflow ✨</p>
<p>👉 <a href="http://hoferdo.link/cv" target="_blank" rel="noopener">http://hoferdo.link/cv</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/qgkrxxlzv6u25ary/af5d5c44b5-1768718734/FgoUEJWXoAA48uX.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/qgkrxxlzv6u25ary">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/0i0cltcwgt1j4q0m</link>
      <guid isPermaLink="true">https://dominikhofer.me/0i0cltcwgt1j4q0m</guid>
      <pubDate>Tue, 01 Nov 2022 09:07:50 +0100</pubDate>
      <description>Does anyone have experience with using Upwork or Toptal as a web designer?
Is it worth it?</description>
      <content:encoded><![CDATA[    <p>Does anyone have experience with using Upwork or Toptal as a web designer?</p>
<p>Is it worth it?</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/0i0cltcwgt1j4q0m">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/cssfoxw1x92pfj5o</link>
      <guid isPermaLink="true">https://dominikhofer.me/cssfoxw1x92pfj5o</guid>
      <pubDate>Mon, 31 Oct 2022 15:26:25 +0100</pubDate>
      <description>Everytime I walk past this poster at my school, I admire it.
Call me a nerd 🤓</description>
      <content:encoded><![CDATA[    <p>Everytime I walk past this poster at my school, I admire it.</p>
<p>Call me a nerd 🤓</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/cssfoxw1x92pfj5o/ac86509a31-1768718734/FgZ4rA0VEAIexvL.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/cssfoxw1x92pfj5o">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/rzjze29fyfesb63r</link>
      <guid isPermaLink="true">https://dominikhofer.me/rzjze29fyfesb63r</guid>
      <pubDate>Fri, 28 Oct 2022 20:49:58 +0200</pubDate>
      <description>Anyone else having great @framer testimonials all over the timeline?
(And doubting once again whether one should go down this or the Webflow rabbit hole…)
Help pls.</description>
      <content:encoded><![CDATA[    <p>Anyone else having great @framer testimonials all over the timeline?</p>
<p>(And doubting once again whether one should go down this or the Webflow rabbit hole…)</p>
<p>Help pls.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/rzjze29fyfesb63r">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ihyli7zwjqxmilid</link>
      <guid isPermaLink="true">https://dominikhofer.me/ihyli7zwjqxmilid</guid>
      <pubDate>Wed, 26 Oct 2022 22:55:48 +0200</pubDate>
      <description>Really enjoy making filters in Spark AR recently.
🍊
🥥
☕️

🔗 https://hoferdo.link/tsinsta</description>
      <content:encoded><![CDATA[    <p>Really enjoy making filters in Spark AR recently.</p>
<p>🍊<br />
🥥<br />
☕️</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🔗 <a href="https://hoferdo.link/tsinsta" target="_blank" rel="noopener">https://hoferdo.link/tsinsta</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ihyli7zwjqxmilid/fd3fb1d4ce-1768718734/FgBh2OOVUAAR1EM.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ihyli7zwjqxmilid">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/a0xztil6tbo4p8p3</link>
      <guid isPermaLink="true">https://dominikhofer.me/a0xztil6tbo4p8p3</guid>
      <pubDate>Tue, 25 Oct 2022 20:58:42 +0200</pubDate>
      <description>Little late to the party, but I really adore this #nextjsconf ticket ✨</description>
      <content:encoded><![CDATA[    <p>Little late to the party, but I really adore this #nextjsconf ticket ✨</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/a0xztil6tbo4p8p3/5a5e43076f-1768718734/Ff77n-UWIAAb0qJ.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/a0xztil6tbo4p8p3">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/5sd0o3q53tu05p6k</link>
      <guid isPermaLink="true">https://dominikhofer.me/5sd0o3q53tu05p6k</guid>
      <pubDate>Sun, 23 Oct 2022 22:34:15 +0200</pubDate>
      <description>If you ever need to print a Pinterest board, try this handy tool:
🔗 https://boardprinter.io
Works way better than all these “save as” hacks.</description>
      <content:encoded><![CDATA[    <p>If you ever need to print a Pinterest board, try this handy tool:</p>
<p>🔗 <a href="https://boardprinter.io" target="_blank" rel="noopener">https://boardprinter.io</a></p>
<p>Works way better than all these “save as” hacks.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/5sd0o3q53tu05p6k">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/rwc2f3lmbo5zsq61</link>
      <guid isPermaLink="true">https://dominikhofer.me/rwc2f3lmbo5zsq61</guid>
      <pubDate>Sun, 23 Oct 2022 21:39:39 +0200</pubDate>
      <description>Day 100 #100DaysOfSwiftUI 
Last day, challenge finished. Scored 89% on the final exam which is great, but I definitely didn&apos;t recognize all questions anymore haha 🙈 Shows, how far I&apos;ve come since the …</description>
      <content:encoded><![CDATA[    <p>Day 100 #100DaysOfSwiftUI </p>
<p>Last day, challenge finished. Scored 89% on the final exam which is great, but I definitely didn't recognize all questions anymore haha 🙈 Shows, how far I've come since the start in summer.</p>
<p>Thanks to @twostraws for kicking off my iOS dev journey!</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/rwc2f3lmbo5zsq61/d77fe4f1e7-1768718734/FfxzidzXgAA9KB9.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/rwc2f3lmbo5zsq61">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/5pvtfwz7ayptbpig</link>
      <guid isPermaLink="true">https://dominikhofer.me/5pvtfwz7ayptbpig</guid>
      <pubDate>Sun, 23 Oct 2022 21:15:08 +0200</pubDate>
      <description>Day 99 #100DaysOfSwiftUI
✅ Added some additional features on my own
Last official day and last challenge. And fortunately, I could solve it without a problem. 
The collection of snippets I&apos;ve built ov…</description>
      <content:encoded><![CDATA[    <p>Day 99 #100DaysOfSwiftUI</p>
<p>✅ Added some additional features on my own</p>
<p>Last official day and last challenge. And fortunately, I could solve it without a problem. </p>
<p>The collection of snippets I've built over the course of the challenge proves itself useful again 🙌</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>And also, I scored 12/12 on the review 🤓</p>
<figure><img alt="" src="https://dominikhofer.me/Ffxt5tUX0AEzV-a.jpg"></figure>  


      <p><video src="https://dominikhofer.me/media/pages/notes/5pvtfwz7ayptbpig/8973e9f09f-1768718734/Ffxtw3wXwAAoDvS.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/5pvtfwz7ayptbpig">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/7o03n1fnun7feywe</link>
      <guid isPermaLink="true">https://dominikhofer.me/7o03n1fnun7feywe</guid>
      <pubDate>Sat, 22 Oct 2022 20:41:41 +0200</pubDate>
      <description>Day 98 #100DaysOfSwiftUI
✅ Building the SnowSeeker project (II)
🔑 takeaways:
👉 Use groups as top-level views in subviews to make them “dynamic”
👉 .dynamicTypeSize()
👉 Debug view hierarchy
Last officia…</description>
      <content:encoded><![CDATA[    <p>Day 98 #100DaysOfSwiftUI</p>
<p>✅ Building the SnowSeeker project (II)</p>
<p>🔑 takeaways:<br />
👉 Use groups as top-level views in subviews to make them “dynamic”<br />
👉 .dynamicTypeSize()<br />
👉 Debug view hierarchy</p>
<p>Last official day, tomorrow is the last challenge and then we're already at day 100!</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/7o03n1fnun7feywe/b0a1dc2e3c-1768718734/FfscY0IWQAQQJbz.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/7o03n1fnun7feywe">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/jcru7hqnxl4l2p7j</link>
      <guid isPermaLink="true">https://dominikhofer.me/jcru7hqnxl4l2p7j</guid>
      <pubDate>Thu, 20 Oct 2022 22:17:36 +0200</pubDate>
      <description>Day 97 #100DaysOfSwiftUI
✅ Building the SnowSeeker project (I)
🔑 takeaways:
👉 Primary &amp;amp; secondary screens (just add a 2nd view to NavigationView)
👉 .joined() or format: to format an array of strin…</description>
      <content:encoded><![CDATA[    <p>Day 97 #100DaysOfSwiftUI</p>
<p>✅ Building the SnowSeeker project (I)</p>
<p>🔑 takeaways:<br />
👉 Primary &amp; secondary screens (just add a 2nd view to NavigationView)<br />
👉 .joined() or format: to format an array of strings</p>
<p>Great to see how easy you can make an app usable on different screens 🤩</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/jcru7hqnxl4l2p7j/761f512bee-1768718734/Ffie38_WIAQs4ss.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/jcru7hqnxl4l2p7j">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/zx8eo4bg04227sru</link>
      <guid isPermaLink="true">https://dominikhofer.me/zx8eo4bg04227sru</guid>
      <pubDate>Thu, 20 Oct 2022 17:18:30 +0200</pubDate>
      <description>First Tweet from my new iPhone 14 Pro ✨</description>
      <content:encoded><![CDATA[    <p>First Tweet from my new iPhone 14 Pro ✨</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/zx8eo4bg04227sru">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/62771x3by971kef8</link>
      <guid isPermaLink="true">https://dominikhofer.me/62771x3by971kef8</guid>
      <pubDate>Thu, 20 Oct 2022 11:43:51 +0200</pubDate>
      <description>iOS font sizes cheat sheet: https://xcancel.com/dominikhofer_/status/1583031232396345344/photo/1</description>
      <content:encoded><![CDATA[    <p>iOS font sizes cheat sheet: <a href="https://xcancel.com/dominikhofer_/status/1583031232396345344/photo/1" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1583031232396345344/photo/1</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/62771x3by971kef8">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/btnjw5ohz9pp89k4</link>
      <guid isPermaLink="true">https://dominikhofer.me/btnjw5ohz9pp89k4</guid>
      <pubDate>Wed, 19 Oct 2022 16:14:02 +0200</pubDate>
      <description>constraints spark creativity.</description>
      <content:encoded><![CDATA[    <p>constraints spark creativity.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/btnjw5ohz9pp89k4/13b130549e-1768718734/FfcCw7SWYAMC_Zy.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/btnjw5ohz9pp89k4/876cb4e8ed-1768718734/FfcCw7SXoAAphSw.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/btnjw5ohz9pp89k4">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/091monjudjft0wfh</link>
      <guid isPermaLink="true">https://dominikhofer.me/091monjudjft0wfh</guid>
      <pubDate>Tue, 18 Oct 2022 21:20:14 +0200</pubDate>
      <description>Day 96 #100DaysOfSwiftUI
✅ Overview of the last project (SnowSeeker)
🔑 takeaways:
👉 Adaptive layout
👉 Can use sheets &amp;amp; alerts with optionals
👉 Groups are like divs
👉 Use .horizontalSizeClass to ad…</description>
      <content:encoded><![CDATA[    <p>Day 96 #100DaysOfSwiftUI</p>
<p>✅ Overview of the last project (SnowSeeker)</p>
<p>🔑 takeaways:<br />
👉 Adaptive layout<br />
👉 Can use sheets &amp; alerts with optionals<br />
👉 Groups are like divs<br />
👉 Use .horizontalSizeClass to adjust view based on screen<br />
👉 .searchable()</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>The new NavigationStack in iOS 16 doesn't seem to work like the deprecated NavigationView when it comes to adaptive layout though…</p>
<figure><img alt="" src="https://dominikhofer.me/FfX_Q2VXEBInEmu.mp4"></figure>  



<hr>
<p>
  <a href="https://dominikhofer.me/091monjudjft0wfh">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/u8nbmjurbqj1on1w</link>
      <guid isPermaLink="true">https://dominikhofer.me/u8nbmjurbqj1on1w</guid>
      <pubDate>Tue, 18 Oct 2022 17:15:04 +0200</pubDate>
      <description>Which platforms to use if you like to create:
Shortform videos → Instagram, Tiktok
Longform videos → Youtube, Instagram
Photos → Instagram, Pinterest, Unsplash
Design → Instagram, Twitter, Dribbble
Co…</description>
      <content:encoded><![CDATA[    <p>Which platforms to use if you like to create:</p>
<p>Shortform videos → Instagram, Tiktok<br />
Longform videos → Youtube, Instagram<br />
Photos → Instagram, Pinterest, Unsplash<br />
Design → Instagram, Twitter, Dribbble<br />
Coding/Building in public → Twitter<br />
Writing → Twitter, Blog, Newsletter</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/u8nbmjurbqj1on1w/3e66ab8170-1768718734/FfXHI_aUAAAWlgo.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/u8nbmjurbqj1on1w">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/yz75v7j06yp0wocg</link>
      <guid isPermaLink="true">https://dominikhofer.me/yz75v7j06yp0wocg</guid>
      <pubDate>Mon, 17 Oct 2022 21:26:45 +0200</pubDate>
      <description>By the way, I recently started a more creative/photography-focused Insta account (link in next Tweet).
Feel free to follow me over there for more visual content :)

🔗 https://www.instagram.com/tinyspa…</description>
      <content:encoded><![CDATA[    <p>By the way, I recently started a more creative/photography-focused Insta account (link in next Tweet).</p>
<p>Feel free to follow me over there for more visual content :)</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🔗 <a href="https://www.instagram.com/tinysparks.raw/" target="_blank" rel="noopener">https://www.instagram.com/tinysparks.raw/</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/yz75v7j06yp0wocg/cf30acd6b5-1768718734/FfS2pzrWYAYs65R.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/yz75v7j06yp0wocg">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/fhzup2zjjuwsy0ru</link>
      <guid isPermaLink="true">https://dominikhofer.me/fhzup2zjjuwsy0ru</guid>
      <pubDate>Sun, 16 Oct 2022 21:51:32 +0200</pubDate>
      <description>Day 95 #100DaysOfSwiftUI
✅ Made a lil random number generator (dice roller)
Nothing too fancy, but I got to reuse some of the code from yesterday for the color interpolation :)</description>
      <content:encoded><![CDATA[    <p>Day 95 #100DaysOfSwiftUI</p>
<p>✅ Made a lil random number generator (dice roller)</p>
<p>Nothing too fancy, but I got to reuse some of the code from yesterday for the color interpolation :)</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/fhzup2zjjuwsy0ru/2c3aa02095-1768718734/FfNyzxKXwAEXWa3.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/fhzup2zjjuwsy0ru">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/jx9iacqlqr84h8hw</link>
      <guid isPermaLink="true">https://dominikhofer.me/jx9iacqlqr84h8hw</guid>
      <pubDate>Sat, 15 Oct 2022 21:19:17 +0200</pubDate>
      <description>Day 91 #100DaysOfSwiftUI
✅ Some more GeometryReader action
Rows now fade up when they get to the top, get smaller, and the hue changes based on the vertical position.
Was very fun to work on (and visu…</description>
      <content:encoded><![CDATA[    <p>Day 91 #100DaysOfSwiftUI</p>
<p>✅ Some more GeometryReader action</p>
<p>Rows now fade up when they get to the top, get smaller, and the hue changes based on the vertical position.</p>
<p>Was very fun to work on (and visually pleasing 🤓)</p>
<p>Helix pt. II (interesting code in next Tweet) 👇</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>*94 days in and I've made my first copy-paste mistake 🥲</p>
<p>Of course, this is day 94, not 91…</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/jx9iacqlqr84h8hw/cc34c56b62-1768718734/FfIgsV1WAAIOVeD.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/jx9iacqlqr84h8hw">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/cv5ed8lork5bmjyq</link>
      <guid isPermaLink="true">https://dominikhofer.me/cv5ed8lork5bmjyq</guid>
      <pubDate>Fri, 14 Oct 2022 09:29:49 +0200</pubDate>
      <description>Let&apos;s get Andrew to 1k likes 🙌 https://xcancel.com/aheze0/status/1580723469204934656</description>
      <content:encoded><![CDATA[    <p>Let's get Andrew to 1k likes 🙌 <a href="https://xcancel.com/aheze0/status/1580723469204934656" target="_blank" rel="noopener">https://xcancel.com/aheze0/status/1580723469204934656</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/cv5ed8lork5bmjyq">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/681rczbqu0bd4m1i</link>
      <guid isPermaLink="true">https://dominikhofer.me/681rczbqu0bd4m1i</guid>
      <pubDate>Fri, 14 Oct 2022 09:28:50 +0200</pubDate>
      <description>Day 93 #100DaysOfSwiftUI
✅ GeometryReader time
🔑 takeaways:
👉 Absolute &amp;amp; relative positioning (.position &amp;amp; .offset)
👉 GeometryReader reads the available space (expands)
👉 Global and local (rel…</description>
      <content:encoded><![CDATA[    <p>Day 93 #100DaysOfSwiftUI</p>
<p>✅ GeometryReader time</p>
<p>🔑 takeaways:<br />
👉 Absolute &amp; relative positioning (.position &amp; .offset)<br />
👉 GeometryReader reads the available space (expands)<br />
👉 Global and local (relative) coordinates<br />
👉 Sometimes, multiple GRs are required</p>
<p>Fancy helix alert:</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/681rczbqu0bd4m1i/cf3cdd6b27-1768718734/FfA1q3pWAAEwW6t.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/681rczbqu0bd4m1i">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/xwbdl5qvo35rla6l</link>
      <guid isPermaLink="true">https://dominikhofer.me/xwbdl5qvo35rla6l</guid>
      <pubDate>Thu, 13 Oct 2022 16:29:16 +0200</pubDate>
      <description>Like physical exercise, mental activities also need a warm-up. https://xcancel.com/morgencalendar/status/1580555669178290178</description>
      <content:encoded><![CDATA[    <p>Like physical exercise, mental activities also need a warm-up. <a href="https://xcancel.com/morgencalendar/status/1580555669178290178" target="_blank" rel="noopener">https://xcancel.com/morgencalendar/status/1580555669178290178</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/xwbdl5qvo35rla6l">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/c69bfh8zfmmyend4</link>
      <guid isPermaLink="true">https://dominikhofer.me/c69bfh8zfmmyend4</guid>
      <pubDate>Wed, 12 Oct 2022 22:14:59 +0200</pubDate>
      <description>10 life principles to live by:


Be kind to others and also yourself.




Always prioritize time over money.




Never save on health, knowledge and gifts.




80:20 your life as much as possible.



…</description>
      <content:encoded><![CDATA[    <p>10 life principles to live by:</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <ol>
<li>Be kind to others and also yourself.</li>
</ol>
<figure><img alt="" src="https://dominikhofer.me/Fe5SQi9VUAAm4gM.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <ol start="2">
<li>Always prioritize time over money.</li>
</ol>
<figure><img alt="" src="https://dominikhofer.me/Fe5SRhIVEAEymnI.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <ol start="3">
<li>Never save on health, knowledge and gifts.</li>
</ol>
<figure><img alt="" src="https://dominikhofer.me/Fe5SSaiUYAArHA9.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <ol start="4">
<li>80:20 your life as much as possible.</li>
</ol>
<figure><img alt="" src="https://dominikhofer.me/Fe5STydVIAAXVcr.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <ol start="5">
<li>Consume to create.</li>
</ol>
<figure><img alt="" src="https://dominikhofer.me/Fe5SU79VEAIJyCj.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <ol start="6">
<li>Don‘t drink calories but more water.</li>
</ol>
<figure><img alt="" src="https://dominikhofer.me/Fe5SVlbUYAABiyX.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <ol start="7">
<li>Sleep more than 7 hours every night.</li>
</ol>
<figure><img alt="" src="https://dominikhofer.me/Fe5SWSxVUAARQA7.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <ol start="8">
<li>Exercise everyday.</li>
</ol>
<figure><img alt="" src="https://dominikhofer.me/Fe5SXFNUAAA4oS1.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <ol start="9">
<li>Learn something new everyday.</li>
</ol>
<figure><img alt="" src="https://dominikhofer.me/Fe5SYasVQAAXhmo.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <ol start="10">
<li>It‘s ok to not be ok, things will get better.</li>
</ol>
<figure><img alt="" src="https://dominikhofer.me/Fe5SZULUcAAQJ85.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>That’s a 🌯 – hope you've found this thread helpful.</p>
<p>Follow me @dominikhofer_ for more content on design, code &amp; living a more intentional life.</p>
<p>Like/Retweet the first tweet below if you can – and stay awesome ✌️ <a href="https://xcancel.com/dominikhofer_/status/1580290959933202432" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1580290959933202432</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>You can read the unrolled version of this thread here: <a href="https://typefully.com/dominikhofer_/UouawaV" target="_blank" rel="noopener">https://typefully.com/dominikhofer_/UouawaV</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/c69bfh8zfmmyend4/84f824cf07-1768718734/Fe5SQBYVIAA86cR.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/c69bfh8zfmmyend4">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/zw0vyv0zjrgb5o0p</link>
      <guid isPermaLink="true">https://dominikhofer.me/zw0vyv0zjrgb5o0p</guid>
      <pubDate>Wed, 12 Oct 2022 12:14:01 +0200</pubDate>
      <description>“If you really hate someone, teach them to recognize bad kerning.”
– @xkcd</description>
      <content:encoded><![CDATA[    <p>“If you really hate someone, teach them to recognize bad kerning.”<br />
– @xkcd</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/zw0vyv0zjrgb5o0p">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/2jd5e9otrisvh43r</link>
      <guid isPermaLink="true">https://dominikhofer.me/2jd5e9otrisvh43r</guid>
      <pubDate>Tue, 11 Oct 2022 20:05:18 +0200</pubDate>
      <description>Day 92 #100DaysOfSwiftUI
✅ Learned how SwiftUI layouts work
🔑 takeaways:
👉 There are layout-neutral views/modifiers that ask their children for their size
👉 .alignmentGuide()
👉 Create custom alignment…</description>
      <content:encoded><![CDATA[    <p>Day 92 #100DaysOfSwiftUI</p>
<p>✅ Learned how SwiftUI layouts work</p>
<p>🔑 takeaways:<br />
👉 There are layout-neutral views/modifiers that ask their children for their size<br />
👉 .alignmentGuide()<br />
👉 Create custom alignment guides as enums</p>
<p>I can already feel that we're approaching day 100 fast!</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/2jd5e9otrisvh43r">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/lniybm6boloioyx7</link>
      <guid isPermaLink="true">https://dominikhofer.me/lniybm6boloioyx7</guid>
      <pubDate>Tue, 11 Oct 2022 18:03:06 +0200</pubDate>
      <description>Be a jack of all trades – and master of some.</description>
      <content:encoded><![CDATA[    <p>Be a jack of all trades – and master of some.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/lniybm6boloioyx7">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/mbe704284az6h4kq</link>
      <guid isPermaLink="true">https://dominikhofer.me/mbe704284az6h4kq</guid>
      <pubDate>Mon, 10 Oct 2022 21:25:27 +0200</pubDate>
      <description>Another day in Barça.</description>
      <content:encoded><![CDATA[    <p>Another day in Barça.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/mbe704284az6h4kq/c631a869d2-1768718734/FeuzupTXEBIZFd8.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/mbe704284az6h4kq/9e46536abe-1768718734/FeuzupUXEA8cW7V.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/mbe704284az6h4kq/89642c6815-1768718734/FeuzupUXEAQKA9M.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/mbe704284az6h4kq/6590fcf3de-1768718734/FeuzupWXgAE_cOs.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/mbe704284az6h4kq">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/2wis8ns1lqx6v7z4</link>
      <guid isPermaLink="true">https://dominikhofer.me/2wis8ns1lqx6v7z4</guid>
      <pubDate>Sun, 09 Oct 2022 23:21:41 +0200</pubDate>
      <description>What an experience!
@FCBarcelona</description>
      <content:encoded><![CDATA[    <p>What an experience!</p>
<p>@FCBarcelona</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/2wis8ns1lqx6v7z4/f173e35135-1768718734/FeqEvlcWIAIk70q.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/2wis8ns1lqx6v7z4/90797eb91b-1768718734/FeqEvldWIAgqCXJ.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/2wis8ns1lqx6v7z4/180f5387f8-1768718734/FeqEvleWIAEyfsA.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/2wis8ns1lqx6v7z4/6553c0ba15-1768718734/FeqEvlhWIAIBRw9.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/2wis8ns1lqx6v7z4">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/2e4z8lm45tcafzje</link>
      <guid isPermaLink="true">https://dominikhofer.me/2e4z8lm45tcafzje</guid>
      <pubDate>Sat, 08 Oct 2022 18:51:08 +0200</pubDate>
      <description>A few impressions from today.</description>
      <content:encoded><![CDATA[    <p>A few impressions from today.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/2e4z8lm45tcafzje/f30c6a99de-1768718734/Fej9Oy4XkAEcIBW.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/2e4z8lm45tcafzje/1ddee1f6b9-1768718734/Fej9Oy5XwAE7KXb.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/2e4z8lm45tcafzje/638ecc51c3-1768718734/Fej9Oy6X0AEuGit.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/2e4z8lm45tcafzje/622135beca-1768718734/Fej9Oy_XgAALiXh.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/2e4z8lm45tcafzje">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/piab83mgyhc3qbrm</link>
      <guid isPermaLink="true">https://dominikhofer.me/piab83mgyhc3qbrm</guid>
      <pubDate>Fri, 07 Oct 2022 18:15:30 +0200</pubDate>
      <description>I just love simple but clever ideas like this.
Beautifully executed 👏 https://xcancel.com/graceongrid/status/1576348432926912513</description>
      <content:encoded><![CDATA[    <p>I just <em>love</em> simple but clever ideas like this.</p>
<p>Beautifully executed 👏 <a href="https://xcancel.com/graceongrid/status/1576348432926912513" target="_blank" rel="noopener">https://xcancel.com/graceongrid/status/1576348432926912513</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/piab83mgyhc3qbrm">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/oj8h2h8mf24y78aa</link>
      <guid isPermaLink="true">https://dominikhofer.me/oj8h2h8mf24y78aa</guid>
      <pubDate>Fri, 07 Oct 2022 11:11:48 +0200</pubDate>
      <description>Just discovered a great alternative to finsweet&apos;s attributes:
Webflow tools by @RefokusAgency
Some really great stuff there!
👇

🔗 https://www.webflow-tools.refokus.com</description>
      <content:encoded><![CDATA[    <p>Just discovered a great alternative to finsweet's attributes:</p>
<p>Webflow tools by @RefokusAgency</p>
<p>Some really great stuff there!</p>
<p>👇</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🔗 <a href="https://www.webflow-tools.refokus.com" target="_blank" rel="noopener">https://www.webflow-tools.refokus.com</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/oj8h2h8mf24y78aa">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/z30dffn38nt3wvcm</link>
      <guid isPermaLink="true">https://dominikhofer.me/z30dffn38nt3wvcm</guid>
      <pubDate>Fri, 07 Oct 2022 10:12:15 +0200</pubDate>
      <description>I need some help from a Webflow pro regarding the editor:
https://discourse.webflow.com/t/not-able-to-edit-image-in-editor/218504
Has anyone else experienced this and can help point me in the right di…</description>
      <content:encoded><![CDATA[    <p>I need some help from a Webflow pro regarding the editor:<br />
<a href="https://discourse.webflow.com/t/not-able-to-edit-image-in-editor/218504" target="_blank" rel="noopener">https://discourse.webflow.com/t/not-able-to-edit-image-in-editor/218504</a></p>
<p>Has anyone else experienced this and can help point me in the right direction?</p>
<p>Thanks 🙏 </p>
<p>cc @cedric_design @eklipsedev @bypratikraj</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/z30dffn38nt3wvcm">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/8ir2uuzppj8zf58t</link>
      <guid isPermaLink="true">https://dominikhofer.me/8ir2uuzppj8zf58t</guid>
      <pubDate>Thu, 06 Oct 2022 22:04:00 +0200</pubDate>
      <description>Day 91 #100DaysOfSwiftUI
✅ Added some additional features on my own
There were some slight improvements plus wrong-answered cards get added to the back of the queue. The last part is rather messy thou…</description>
      <content:encoded><![CDATA[    <p>Day 91 #100DaysOfSwiftUI</p>
<p>✅ Added some additional features on my own</p>
<p>There were some slight improvements plus wrong-answered cards get added to the back of the queue. The last part is rather messy though, might have to revisit this part with a fresh mind…</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/8ir2uuzppj8zf58t/67ed5a5f7c-1768718734/FeaWLNnXkAEYt-t.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/8ir2uuzppj8zf58t">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/0emokn3pbgxoluqo</link>
      <guid isPermaLink="true">https://dominikhofer.me/0emokn3pbgxoluqo</guid>
      <pubDate>Thu, 06 Oct 2022 10:46:19 +0200</pubDate>
      <description>From the @Codecademy data science path:
“In the end, your human oversight and critical consideration of the data will have the biggest impact on data quality.”</description>
      <content:encoded><![CDATA[    <p>From the @Codecademy data science path:</p>
<p>“In the end, your human oversight and critical consideration of the data will have the biggest impact on data quality.”</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/0emokn3pbgxoluqo">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/7jqqxufihipest39</link>
      <guid isPermaLink="true">https://dominikhofer.me/7jqqxufihipest39</guid>
      <pubDate>Wed, 05 Oct 2022 15:54:34 +0200</pubDate>
      <description>Really not a fan of the whole Figma/Adobe bashing, BUT…
Why is @Adobe charging me 12.– if I choose to cancel my monthly subscription? This doesn&apos;t make sense to me at all and is bad CX practice (ironi…</description>
      <content:encoded><![CDATA[    <p>Really not a fan of the whole Figma/Adobe bashing, BUT…</p>
<p>Why is @Adobe charging me 12.– if I choose to cancel my <em>monthly</em> subscription? This doesn't make sense to me at all and is bad CX practice (ironically, they create products that are supposed to help you design great CX)…</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@Adobe Fortunately, there are also products like @pixelmator Photo that care about their users ❤️</p>
<p><a href="https://xcancel.com/dominikhofer_/status/1577640394334081025" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1577640394334081025</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/7jqqxufihipest39/5af02670b5-1768718734/FeT3doAWIAMhls0.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/7jqqxufihipest39">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/uug5lhadxainseie</link>
      <guid isPermaLink="true">https://dominikhofer.me/uug5lhadxainseie</guid>
      <pubDate>Wed, 05 Oct 2022 14:42:35 +0200</pubDate>
      <description>That&apos;s great UX:
@pixelmator Photo allows you to set a reminder before you get charged after the free trial.
Kudos, that makes me want to support you even more 👏</description>
      <content:encoded><![CDATA[    <p>That's great UX:</p>
<p>@pixelmator Photo allows you to set a reminder before you get charged after the free trial.</p>
<p>Kudos, that makes me want to support you even more 👏</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/uug5lhadxainseie">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ajdemghm5jgdbpi4</link>
      <guid isPermaLink="true">https://dominikhofer.me/ajdemghm5jgdbpi4</guid>
      <pubDate>Tue, 04 Oct 2022 22:10:07 +0200</pubDate>
      <description>Day 90 #100DaysOfSwiftUI
✅ Building the Flashzilla project (III)
🔑 takeaways:
👉 prepare() haptic feedback generator
👉 Don’t use haptic feedback too much
👉 You can add a dismiss function to sheets

Onl…</description>
      <content:encoded><![CDATA[    <p>Day 90 #100DaysOfSwiftUI</p>
<p>✅ Building the Flashzilla project (III)</p>
<p>🔑 takeaways:<br />
👉 prepare() haptic feedback generator<br />
👉 Don’t use haptic feedback too much<br />
👉 You can add a dismiss function to sheets</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Only 10 more days to go!!</p>
<figure><img alt="" src="https://dominikhofer.me/FeQEbNQXEBcP034.mp4"></figure>  


      <p><video src="https://dominikhofer.me/media/pages/notes/ajdemghm5jgdbpi4/0aa7d835a8-1768718734/FeQEPS6XEAMFxJ6.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ajdemghm5jgdbpi4">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/1d6fggnuywghogdf</link>
      <guid isPermaLink="true">https://dominikhofer.me/1d6fggnuywghogdf</guid>
      <pubDate>Mon, 03 Oct 2022 21:45:18 +0200</pubDate>
      <description>Day 89 #100DaysOfSwiftUI
✅ Building the Flashzilla project (II)
🔑 takeaways:
👉 .background modifier

Used some fancy ternary operators to change the background color of the cards. There is even an alt…</description>
      <content:encoded><![CDATA[    <p>Day 89 #100DaysOfSwiftUI</p>
<p>✅ Building the Flashzilla project (II)</p>
<p>🔑 takeaways:<br />
👉 .background modifier</p>
<ul>
<li>Used some fancy ternary operators to change the background color of the cards. There is even an alternate UI for people who choose a specific color a11y setting.</li>
</ul>  


      <p><video src="https://dominikhofer.me/media/pages/notes/1d6fggnuywghogdf/89a6fca06a-1768718734/FeK1GyJWACATwxi.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/1d6fggnuywghogdf">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/u73ild2ktvmhgl97</link>
      <guid isPermaLink="true">https://dominikhofer.me/u73ild2ktvmhgl97</guid>
      <pubDate>Sun, 02 Oct 2022 17:05:45 +0200</pubDate>
      <description>Last race of the year ✔️</description>
      <content:encoded><![CDATA[    <p>Last race of the year ✔️</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/u73ild2ktvmhgl97/604b3d1c4f-1768718734/FeErkn8WQAcrpel.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/u73ild2ktvmhgl97">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/5fgr9v3ea0h23mab</link>
      <guid isPermaLink="true">https://dominikhofer.me/5fgr9v3ea0h23mab</guid>
      <pubDate>Sat, 01 Oct 2022 22:22:59 +0200</pubDate>
      <description>GPT3 is just out of this world. And I might have an idea to make the studying part of my school life (mostly summarizing/making flashcards) much, much easier…
👇

So here&apos;s my current workflow:

I read…</description>
      <content:encoded><![CDATA[    <h1>GPT3 is just out of this world. And I might have an idea to make the studying part of my school life (mostly summarizing/making flashcards) much, much easier…</h1>
<p>👇</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>So here's my current workflow:</p>
<ol>
<li>I read the required chapters in the respective school book</li>
<li>I try to understand as much as possible/summarize</li>
<li>I make flashcards based on the learning goals and put them in Remnote to learn with spaced repetition</li>
</ol>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Now comes the awesome part 🤓</p>
<p>This whole process can (most certainly) be completely automated with @OpenAI's GPT-3!</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <ol>
<li>Enter all the text from the textbook (in chunks)</li>
<li>Let GPT-3 summarize the text for a 10-year-old, so you understand things better</li>
<li>Answer the learning goals so I'm able to copy them into Remnote</li>
</ol>
<p>Here's a quick test (in german):</p>
<figure><img alt="" src="https://dominikhofer.me/FeAqm-JUAAAXI98.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>This is soo impressive!</p>
<p>(The parameters can be tweaked to optimize this even further – if you have some knowledge with GPT-3, please hit me up 😁)</p>
<p>I think this is an idea definitively worth pursuing.</p>
<p>What do you think?<br />
And has something similar been done before?</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/5fgr9v3ea0h23mab/c3fdb2091a-1768718734/FeAql1cVsAAzGjt.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/5fgr9v3ea0h23mab">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/eccix1rkvl227uhw</link>
      <guid isPermaLink="true">https://dominikhofer.me/eccix1rkvl227uhw</guid>
      <pubDate>Sat, 01 Oct 2022 21:11:54 +0200</pubDate>
      <description>Day 88 #100DaysOfSwiftUI
✅ Building the Flashzilla project (I)
🔑 takeaways:
👉 RoundedRectangle with style .continuous creates a squircle
👉 You can init an array with repetition
👉 abs() for absolute nu…</description>
      <content:encoded><![CDATA[    <p>Day 88 #100DaysOfSwiftUI</p>
<p>✅ Building the Flashzilla project (I)</p>
<p>🔑 takeaways:<br />
👉 RoundedRectangle with style .continuous creates a squircle<br />
👉 You can init an array with repetition<br />
👉 abs() for absolute number<br />
👉 Pass closure to view to “access” parent view</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/eccix1rkvl227uhw/66d508a3f2-1768718734/FeAZ3kiWIAQkNir.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/eccix1rkvl227uhw">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/z1565rfys6rxp9v5</link>
      <guid isPermaLink="true">https://dominikhofer.me/z1565rfys6rxp9v5</guid>
      <pubDate>Fri, 30 Sep 2022 17:15:01 +0200</pubDate>
      <description>Replace “I have to…” with “I get to…”
Makes things so much easier.</description>
      <content:encoded><![CDATA[    <p>Replace “I have to…” with “I get to…”</p>
<p>Makes things so much easier.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/z1565rfys6rxp9v5">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/9wylaseslurzv65e</link>
      <guid isPermaLink="true">https://dominikhofer.me/9wylaseslurzv65e</guid>
      <pubDate>Thu, 29 Sep 2022 16:53:58 +0200</pubDate>
      <description>Beautiful words.
(An ongoing thread:)

Spark.
An ignited or fiery particle such as is thrown off by burning wood or produced by one hard body striking against another.


Nostalgia.
A wistful desire to…</description>
      <content:encoded><![CDATA[    <p>Beautiful words.</p>
<p>(An ongoing thread:)</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Spark.</p>
<p>An ignited or fiery particle such as is thrown off by burning wood or produced by one hard body striking against another.</p>
<figure><img alt="" src="https://dominikhofer.me/Fd1MHSgVQAA1Exo.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Nostalgia.</p>
<p>A wistful desire to return in thought or in fact to a former time in one's life, to one's home or homeland, or to one's family and friends; a sentimental yearning for the happiness of a former place or time.</p>
<figure><img alt="" src="https://dominikhofer.me/Fd1MJALUoAEHhkd.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Blossom.</p>
<p>The state of flowering.</p>
<figure><img alt="" src="https://dominikhofer.me/Fd1MJvtUcAEwjja.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Sunrays.</p>
<p>Rays of sunlight.</p>
<figure><img alt="" src="https://dominikhofer.me/Fd1MKXEVUAAXGmm.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Nebulous.</p>
<p>Hazy, vague, indistinct, or confused.</p>
<figure><img alt="" src="https://dominikhofer.me/Fd1MK_xVUAE_54-.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Essential.</p>
<p>A thing that is fundamental or necessary.</p>
<figure><img alt="" src="https://dominikhofer.me/FfW1pP8WAAIGPY1.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Authenticity.</p>
<p>The quality of being real or true.</p>
<figure><img alt="" src="https://dominikhofer.me/FfpOJomXwAArstx.jpg"></figure>  



<hr>
<p>
  <a href="https://dominikhofer.me/9wylaseslurzv65e">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ntlh050b62jqozz0</link>
      <guid isPermaLink="true">https://dominikhofer.me/ntlh050b62jqozz0</guid>
      <pubDate>Thu, 29 Sep 2022 11:55:27 +0200</pubDate>
      <description>Day 87 #100DaysOfSwiftUI
✅ Overview of the Flashzilla project (II)
🔑 takeaways:
👉 Use .onReceive for publishers (like timers)
👉 scenePhase tracks the state of the app (active, inactive, background)
👉 …</description>
      <content:encoded><![CDATA[    <p>Day 87 #100DaysOfSwiftUI</p>
<p>✅ Overview of the Flashzilla project (II)</p>
<p>🔑 takeaways:<br />
👉 Use .onReceive for publishers (like timers)<br />
👉 scenePhase tracks the state of the app (active, inactive, background)<br />
👉 You can access the a11y settings of the user via the environment</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/ntlh050b62jqozz0">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/m866c9p63u86mtkn</link>
      <guid isPermaLink="true">https://dominikhofer.me/m866c9p63u86mtkn</guid>
      <pubDate>Wed, 28 Sep 2022 17:59:18 +0200</pubDate>
      <description>If #Xcode doesn&apos;t seem to recognize your connected iPhone, try this command in your terminal after disconnecting the device and quitting the program 👇</description>
      <content:encoded><![CDATA[    <p>If #Xcode doesn't seem to recognize your connected iPhone, try this command in your terminal after disconnecting the device and quitting the program 👇</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/m866c9p63u86mtkn/7b1a4cff7f-1768718734/FdwRdIGWIAENdGZ.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/m866c9p63u86mtkn">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/hpm4hldhrod6fodd</link>
      <guid isPermaLink="true">https://dominikhofer.me/hpm4hldhrod6fodd</guid>
      <pubDate>Wed, 28 Sep 2022 17:58:24 +0200</pubDate>
      <description>Day 86 #100DaysOfSwiftUI
✅ Overview of the Flashzilla project (I)
🔑 takeaways:
👉 Child&apos;s gesture has priority by default
👉 Gestures can be sequenced
👉 CoreHaptics for complex vibrations
👉 .allowsHitTe…</description>
      <content:encoded><![CDATA[    <p>Day 86 #100DaysOfSwiftUI</p>
<p>✅ Overview of the Flashzilla project (I)</p>
<p>🔑 takeaways:<br />
👉 Child's gesture has priority by default<br />
👉 Gestures can be sequenced<br />
👉 CoreHaptics for complex vibrations<br />
👉 .allowsHitTesting() &amp; .contentShape()</p>
<p>Also, I created something … interesting 🤔</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/hpm4hldhrod6fodd/ae10fe685d-1768718734/FdwRNodXEAAowaz.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/hpm4hldhrod6fodd">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3stfv4dpgi0eisuq</link>
      <guid isPermaLink="true">https://dominikhofer.me/3stfv4dpgi0eisuq</guid>
      <pubDate>Tue, 27 Sep 2022 20:27:51 +0200</pubDate>
      <description>Government websites are usually a hot mess.
One positive example though is https://www.ch.ch/en. It provides simple answers to frequently asked questions for Swiss citizens.
Great UX, available in 5(!…</description>
      <content:encoded><![CDATA[    <p>Government websites are usually a hot mess.</p>
<p>One positive example though is <a href="https://www.ch.ch/en" target="_blank" rel="noopener">https://www.ch.ch/en</a>. It provides simple answers to frequently asked questions for Swiss citizens.</p>
<p>Great UX, available in 5(!) languages and built with modern technologies (spotted Nuxt 🤓).</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/3stfv4dpgi0eisuq/98f1443a7e-1768718734/Fdrp3SrXoAAbjr0.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3stfv4dpgi0eisuq">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/w7oble2x2jpkd234</link>
      <guid isPermaLink="true">https://dominikhofer.me/w7oble2x2jpkd234</guid>
      <pubDate>Tue, 27 Sep 2022 12:48:40 +0200</pubDate>
      <description>Day 85 #100DaysOfSwiftUI
✅ Added some additional features on my own
Also, there was a rewrite of the save and load functionality. 
The awesome thing is, by now I already have built a library of code s…</description>
      <content:encoded><![CDATA[    <p>Day 85 #100DaysOfSwiftUI</p>
<p>✅ Added some additional features on my own</p>
<p>Also, there was a rewrite of the save and load functionality. </p>
<p>The awesome thing is, by now I already have built a library of code snippets, so I used one from the BucketList project for this feature :)</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/w7oble2x2jpkd234/4071cb3245-1768718734/FdqAPBQXwAAQtEU.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/w7oble2x2jpkd234">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/m19lnhlgrk5813bf</link>
      <guid isPermaLink="true">https://dominikhofer.me/m19lnhlgrk5813bf</guid>
      <pubDate>Mon, 26 Sep 2022 19:54:51 +0200</pubDate>
      <description>Day 84 #100DaysOfSwiftUI
✅ Building the HotProspects project (III)
🔑 takeaways:
👉 Encapsulate your code (getters &amp;amp; setters)
👉 Make properties &amp;amp; methods private if possible
Refactoring and maki…</description>
      <content:encoded><![CDATA[    <p>Day 84 #100DaysOfSwiftUI</p>
<p>✅ Building the HotProspects project (III)</p>
<p>🔑 takeaways:<br />
👉 Encapsulate your code (getters &amp; setters)<br />
👉 Make properties &amp; methods private if possible</p>
<p>Refactoring and making your code better is just 🫶</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/m19lnhlgrk5813bf/cfb5e59595-1768718734/FdmYq3-WQAYbty2.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/m19lnhlgrk5813bf">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/bsgpj42fwqtsqgfh</link>
      <guid isPermaLink="true">https://dominikhofer.me/bsgpj42fwqtsqgfh</guid>
      <pubDate>Sun, 25 Sep 2022 21:25:30 +0200</pubDate>
      <description>Day 83 #100DaysOfSwiftUI
✅ Building the HotProspects project (II)
🔑 takeaways:
👉 .textContentType for better autocompletion
👉 There is a built-in QR code generator
This QR code part sparked an idea in…</description>
      <content:encoded><![CDATA[    <p>Day 83 #100DaysOfSwiftUI</p>
<p>✅ Building the HotProspects project (II)</p>
<p>🔑 takeaways:<br />
👉 .textContentType for better autocompletion<br />
👉 There is a built-in QR code generator</p>
<p>This QR code part sparked an idea in me – maybe I'll explore it further…</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/bsgpj42fwqtsqgfh/166179a5e2-1768718735/FdhjoydX0AU7ZMP.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/bsgpj42fwqtsqgfh">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/f4w2tjcbnovze0kg</link>
      <guid isPermaLink="true">https://dominikhofer.me/f4w2tjcbnovze0kg</guid>
      <pubDate>Sun, 25 Sep 2022 16:41:51 +0200</pubDate>
      <description>And there it is, I&apos;ve finally made my first $ (well, actually it&apos;s even two) on the internet!
What a feeling 🙌
(@rungxanh1995 is responsible for this if you want to leave some nice comments 😉)

If you…</description>
      <content:encoded><![CDATA[    <p>And there it is, I've finally made my first $ (well, actually it's even two) on the internet!</p>
<p>What a feeling 🙌</p>
<p>(@rungxanh1995 is responsible for this if you want to leave some nice comments 😉)</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>If you're also interested in getting these blurry wallpapers, check out blurli: </p>
<p><a href="http://hoferdo.link/blurli" target="_blank" rel="noopener">http://hoferdo.link/blurli</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/f4w2tjcbnovze0kg/dbb52689cc-1768718735/FdghZPTX0AEOuM2.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/f4w2tjcbnovze0kg">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/8hphiyx5vo3hpkkc</link>
      <guid isPermaLink="true">https://dominikhofer.me/8hphiyx5vo3hpkkc</guid>
      <pubDate>Sun, 25 Sep 2022 16:11:06 +0200</pubDate>
      <description>Since there were some requests to publish my wallpapers:
Introducing blurli:
minimal – beautiful – blurry af
Blurry and noisy wallpapers for desktop and mobile – carefully crafted and curated by hand.…</description>
      <content:encoded><![CDATA[    <p>Since there were some requests to publish my wallpapers:</p>
<p>Introducing blurli:<br />
minimal – beautiful – blurry af</p>
<p>Blurry and noisy wallpapers for desktop and mobile – carefully crafted and curated by hand.</p>
<p>Get them here: <a href="http://hoferdo.link/blurli" target="_blank" rel="noopener">http://hoferdo.link/blurli</a></p>
<p>Thanks for your support ❤️</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>h/t to @FonsMans for the inspiration, thanks to you I published my first lil “product” ❤️</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/8hphiyx5vo3hpkkc/9c13aa76e8-1768718735/Fdgb2bOXgAA2-kI.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/8hphiyx5vo3hpkkc">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/l7tuxknel6dbofdp</link>
      <guid isPermaLink="true">https://dominikhofer.me/l7tuxknel6dbofdp</guid>
      <pubDate>Sun, 25 Sep 2022 14:28:25 +0200</pubDate>
      <description>Sunday funsies:
Made some of my @Spotify playlists public and designed dreamy artworks for them (inspo: @FonsMans).
Enjoy!!
http://hoferdo.link/spotify</description>
      <content:encoded><![CDATA[    <p>Sunday funsies:</p>
<p>Made some of my @Spotify playlists public and designed dreamy artworks for them (inspo: @FonsMans).</p>
<p>Enjoy!!</p>
<p><a href="http://hoferdo.link/spotify" target="_blank" rel="noopener">http://hoferdo.link/spotify</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/l7tuxknel6dbofdp/241c12ff01-1768718735/FdgETWFWYAIpUcF.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/l7tuxknel6dbofdp">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/1bss1lq9xne0sgfw</link>
      <guid isPermaLink="true">https://dominikhofer.me/1bss1lq9xne0sgfw</guid>
      <pubDate>Sun, 25 Sep 2022 10:09:27 +0200</pubDate>
      <description>Awesome reference app for anyone learning SwiftUI! https://xcancel.com/SwiftDev_UI/status/1573822304890527744</description>
      <content:encoded><![CDATA[    <p>Awesome reference app for anyone learning SwiftUI! <a href="https://xcancel.com/SwiftDev_UI/status/1573822304890527744" target="_blank" rel="noopener">https://xcancel.com/SwiftDev_UI/status/1573822304890527744</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/1bss1lq9xne0sgfw">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/azmvj36p4qs8yjsj</link>
      <guid isPermaLink="true">https://dominikhofer.me/azmvj36p4qs8yjsj</guid>
      <pubDate>Sat, 24 Sep 2022 17:15:01 +0200</pubDate>
      <description>Lil reminder that disliking the things you&apos;ve created in the past is a sign of growth.</description>
      <content:encoded><![CDATA[    <p>Lil reminder that disliking the things you've created in the past is a sign of growth.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/azmvj36p4qs8yjsj">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/9s9pjgfzw83tmddp</link>
      <guid isPermaLink="true">https://dominikhofer.me/9s9pjgfzw83tmddp</guid>
      <pubDate>Sat, 24 Sep 2022 11:23:30 +0200</pubDate>
      <description>Day 82 #100DaysOfSwiftUI
✅ Building the HotProspects project (I)
🔑 takeaways:
👉 Customizable view with enums
👉 Reminder: Mark ObservableObject classes as @ MainActor
👉 Dynamically filter data with com…</description>
      <content:encoded><![CDATA[    <p>Day 82 #100DaysOfSwiftUI</p>
<p>✅ Building the HotProspects project (I)</p>
<p>🔑 takeaways:<br />
👉 Customizable view with enums<br />
👉 Reminder: Mark ObservableObject classes as @ MainActor<br />
👉 Dynamically filter data with computed property</p>
<p>I enjoy these kinds of days just building layouts.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/9s9pjgfzw83tmddp/368d7501e6-1768718735/FdaQMlNXoAEeCs9.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/9s9pjgfzw83tmddp">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/e2mplqfcjh7xkf4x</link>
      <guid isPermaLink="true">https://dominikhofer.me/e2mplqfcjh7xkf4x</guid>
      <pubDate>Fri, 23 Sep 2022 16:31:37 +0200</pubDate>
      <description>Day 81 #100DaysOfSwiftUI
✅ Overview of the HotProspects project (III)
🔑 takeaways:
👉 .contextMenu modifier for secondary actions
👉 .swipeActions on list items for further actions
👉 Two types of notifi…</description>
      <content:encoded><![CDATA[    <p>Day 81 #100DaysOfSwiftUI</p>
<p>✅ Overview of the HotProspects project (III)</p>
<p>🔑 takeaways:<br />
👉 .contextMenu modifier for secondary actions<br />
👉 .swipeActions on list items for further actions<br />
👉 Two types of notifications: Remote &amp; local</p>
<p>Great UX is already built in!</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/e2mplqfcjh7xkf4x/1ca48052b7-1768718735/FdWNBDqXkAA2hAw.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/e2mplqfcjh7xkf4x">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/uc5qkq8emul8q8w6</link>
      <guid isPermaLink="true">https://dominikhofer.me/uc5qkq8emul8q8w6</guid>
      <pubDate>Fri, 23 Sep 2022 16:05:03 +0200</pubDate>
      <description>Did you know that there is a more convenient way to add the frame modifier you need in #Xcode14?
Just type .frame + the abbreviations of the properties you need (e.g. w for width, wh for width and hei…</description>
      <content:encoded><![CDATA[    <p>Did you know that there is a more convenient way to add the frame modifier you need in #Xcode14?</p>
<p>Just type .frame + the abbreviations of the properties you need (e.g. w for width, wh for width and height, …) and let autocomplete do the work for you!</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/uc5qkq8emul8q8w6/e36d106c8c-1768718735/FdWG8DvX0AA8H2Z.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/uc5qkq8emul8q8w6">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/cj5gb12vzqd810hk</link>
      <guid isPermaLink="true">https://dominikhofer.me/cj5gb12vzqd810hk</guid>
      <pubDate>Fri, 23 Sep 2022 15:36:38 +0200</pubDate>
      <description>A number to keep in mind 👇 https://xcancel.com/yannicklu/status/1573303483457048577</description>
      <content:encoded><![CDATA[    <p>A number to keep in mind 👇 <a href="https://xcancel.com/yannicklu/status/1573303483457048577" target="_blank" rel="noopener">https://xcancel.com/yannicklu/status/1573303483457048577</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/cj5gb12vzqd810hk">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/tg0km8dfo2hxg1mn</link>
      <guid isPermaLink="true">https://dominikhofer.me/tg0km8dfo2hxg1mn</guid>
      <pubDate>Thu, 22 Sep 2022 10:03:58 +0200</pubDate>
      <description>.@thatsfinsweet has many great Webflow products that I love to use (available for free!).
But my absolute favorite is Attributes: Whenever I need something that&apos;s not possible in Webflow, chances are …</description>
      <content:encoded><![CDATA[    <p>.@thatsfinsweet has many great Webflow products that I love to use (available for free!).</p>
<p>But my absolute favorite is Attributes: Whenever I need something that's not possible in Webflow, chances are that there is an attribute that exactly solves my problem.</p>
<p>Feels like magic ✨</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🔗 <a href="https://www.finsweet.com/attributes/" target="_blank" rel="noopener">https://www.finsweet.com/attributes/</a></p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/tg0km8dfo2hxg1mn/d2d2bab00b-1768718735/FdPrIgjXwAALhmF.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/tg0km8dfo2hxg1mn">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/t9kkdqupsc2e97u2</link>
      <guid isPermaLink="true">https://dominikhofer.me/t9kkdqupsc2e97u2</guid>
      <pubDate>Wed, 21 Sep 2022 21:19:25 +0200</pubDate>
      <description>DALL-E 2 is great, but writing good prompts can feel like art as well.
I&apos;ve discovered this awesome presentation which helped me learn a lot about writing prompts for various styles 👇
https://dallery.…</description>
      <content:encoded><![CDATA[    <p>DALL-E 2 is great, but writing good prompts can feel like art as well.</p>
<p>I've discovered this awesome presentation which helped me learn a lot about writing prompts for various styles 👇</p>
<p><a href="https://dallery.gallery/the-dalle-2-prompt-book/" target="_blank" rel="noopener">https://dallery.gallery/the-dalle-2-prompt-book/</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/t9kkdqupsc2e97u2">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/hc69rci397e4kmtq</link>
      <guid isPermaLink="true">https://dominikhofer.me/hc69rci397e4kmtq</guid>
      <pubDate>Tue, 20 Sep 2022 08:21:38 +0200</pubDate>
      <description>Day 80 #100DaysOfSwiftUI
✅ Overview of the HotProspects project (II)
🔑 takeaways:
👉 objectWillChange is for manually publishing changes from classes
👉 Use .result on a Task to simplify code (returns e…</description>
      <content:encoded><![CDATA[    <p>Day 80 #100DaysOfSwiftUI</p>
<p>✅ Overview of the HotProspects project (II)</p>
<p>🔑 takeaways:<br />
👉 objectWillChange is for manually publishing changes from classes<br />
👉 Use .result on a Task to simplify code (returns either return type or error)<br />
👉 SwiftUI automatically interpolates images</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>80% done!!</p>
<figure><img alt="" src="https://dominikhofer.me/FdFAiu6XkAAYfpr.mp4"></figure>  



<hr>
<p>
  <a href="https://dominikhofer.me/hc69rci397e4kmtq">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/h273dmzhflqdooty</link>
      <guid isPermaLink="true">https://dominikhofer.me/h273dmzhflqdooty</guid>
      <pubDate>Mon, 19 Sep 2022 07:30:43 +0200</pubDate>
      <description>iOS devs should really appreciate the fact that the new OS version is adopted so fast 🤯
Makes me excited to use the new SwiftUI features :) https://xcancel.com/ChristianSelig/status/157157343101083648…</description>
      <content:encoded><![CDATA[    <p>iOS devs should really appreciate the fact that the new OS version is adopted so fast 🤯</p>
<p>Makes me excited to use the new SwiftUI features :) <a href="https://xcancel.com/ChristianSelig/status/1571573431010836483" target="_blank" rel="noopener">https://xcancel.com/ChristianSelig/status/1571573431010836483</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/h273dmzhflqdooty">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/avim2xn6zkdf2ic1</link>
      <guid isPermaLink="true">https://dominikhofer.me/avim2xn6zkdf2ic1</guid>
      <pubDate>Mon, 19 Sep 2022 07:27:02 +0200</pubDate>
      <description>Day 79 #100DaysOfSwiftUI
✅ Overview of the HotProspects project (I)
🔑 takeaways:
👉 @ EnvironmentObject makes data accessible to child views, use it with .environmentObject modifier
👉 TabView is a pare…</description>
      <content:encoded><![CDATA[    <p>Day 79 #100DaysOfSwiftUI</p>
<p>✅ Overview of the HotProspects project (I)</p>
<p>🔑 takeaways:<br />
👉 @ EnvironmentObject makes data accessible to child views, use it with .environmentObject modifier<br />
👉 TabView is a parent view for your whole app, it uses the .tabItem modifier</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/avim2xn6zkdf2ic1">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/fb9z5yk0nfs23g0c</link>
      <guid isPermaLink="true">https://dominikhofer.me/fb9z5yk0nfs23g0c</guid>
      <pubDate>Mon, 19 Sep 2022 07:24:16 +0200</pubDate>
      <description>The new default SwiftUI view now features an icon.
Spotting this little change is a great reminder of how far I&apos;ve already come on my #100DaysOfSwiftUI journey!</description>
      <content:encoded><![CDATA[    <p>The new default SwiftUI view now features an icon.</p>
<p>Spotting this little change is a great reminder of how far I've already come on my #100DaysOfSwiftUI journey!</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/fb9z5yk0nfs23g0c/3c3c579667-1768718735/Fc_pdJ2XoAAjyGT.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/fb9z5yk0nfs23g0c">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/cm47pvvlm1xp7zjn</link>
      <guid isPermaLink="true">https://dominikhofer.me/cm47pvvlm1xp7zjn</guid>
      <pubDate>Sun, 18 Sep 2022 20:27:52 +0200</pubDate>
      <description>Uno #011
If you are a dev, you probably use the terminal pretty often. The best one in my opinion is Hyper by @vercel.
Built with HTML, CSS &amp;amp; JS and therefore easily extensible with plugins and cu…</description>
      <content:encoded><![CDATA[    <p>Uno #011</p>
<p>If you are a dev, you probably use the terminal pretty often. The best one in my opinion is Hyper by @vercel.</p>
<p>Built with HTML, CSS &amp; JS and therefore easily extensible with plugins and customizable with gorgeous themes.</p>
<p>Here's mine, love the clean look:</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🔗 <a href="http://hyper.is" target="_blank" rel="noopener">http://hyper.is</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/cm47pvvlm1xp7zjn/19032e675b-1768718735/Fc9TVAsWIAEZbUR.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/cm47pvvlm1xp7zjn">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/lxwf6iulcfa4aknb</link>
      <guid isPermaLink="true">https://dominikhofer.me/lxwf6iulcfa4aknb</guid>
      <pubDate>Sun, 18 Sep 2022 14:41:24 +0200</pubDate>
      <description>Day 78 #100DaysOfSwiftUI
✅ Extended personal CRM app with location feature
Learned how to use the TabView view and also finally understood what .constant() is for 🤓</description>
      <content:encoded><![CDATA[    <p>Day 78 #100DaysOfSwiftUI</p>
<p>✅ Extended personal CRM app with location feature</p>
<p>Learned how to use the TabView view and also finally understood what .constant() is for 🤓</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/lxwf6iulcfa4aknb/e1ea4652f9-1768718735/Fc8EDrkWAAA4jYb.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/lxwf6iulcfa4aknb">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/jy15kysyne9npkk7</link>
      <guid isPermaLink="true">https://dominikhofer.me/jy15kysyne9npkk7</guid>
      <pubDate>Sat, 17 Sep 2022 14:51:44 +0200</pubDate>
      <description>No coding tweet today but a delicious pizza I had yesterday to kick off the weekend 😋
Have a nice one everybody!</description>
      <content:encoded><![CDATA[    <p>No coding tweet today but a delicious pizza I had yesterday to kick off the weekend 😋</p>
<p>Have a nice one everybody!</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/jy15kysyne9npkk7/a0245901b1-1768718735/Fc29DNtXoAAXTyy.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/jy15kysyne9npkk7">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/g10fjrnphse5piry</link>
      <guid isPermaLink="true">https://dominikhofer.me/g10fjrnphse5piry</guid>
      <pubDate>Fri, 16 Sep 2022 17:49:56 +0200</pubDate>
      <description>“Build what you wished existed.”
Great inspiring talk @austboston 🙌 https://xcancel.com/austboston/status/1570436294957993985</description>
      <content:encoded><![CDATA[    <p>“Build what you wished existed.”</p>
<p>Great inspiring talk @austboston 🙌 <a href="https://xcancel.com/austboston/status/1570436294957993985" target="_blank" rel="noopener">https://xcancel.com/austboston/status/1570436294957993985</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/g10fjrnphse5piry">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/tzqutirxzjywthwk</link>
      <guid isPermaLink="true">https://dominikhofer.me/tzqutirxzjywthwk</guid>
      <pubDate>Thu, 15 Sep 2022 21:53:19 +0200</pubDate>
      <description>Day 77 #100DaysOfSwiftUI
✅ Built a little personal CRM app
Finally got around to finishing this one. The UI part wasn&apos;t that hard (although it isn&apos;t anything fancy). 
But saving the image was harder t…</description>
      <content:encoded><![CDATA[    <p>Day 77 #100DaysOfSwiftUI</p>
<p>✅ Built a little personal CRM app</p>
<p>Finally got around to finishing this one. The UI part wasn't that hard (although it isn't anything fancy). </p>
<p>But saving the image was harder than I thought. Luckily, I found a helpful Github repo 🤓</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>This one 👇<br />
<a href="https://github.com/shanedonnelly1/PhotoNamer" target="_blank" rel="noopener">https://github.com/shanedonnelly1/PhotoNamer</a></p>
<p>Btw, is anyone else's Simulator really slow since the update?</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/tzqutirxzjywthwk">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/515h5vscnr454b5q</link>
      <guid isPermaLink="true">https://dominikhofer.me/515h5vscnr454b5q</guid>
      <pubDate>Thu, 15 Sep 2022 19:24:36 +0200</pubDate>
      <description>Tell me you&apos;re on Design Twitter™ without telling me…</description>
      <content:encoded><![CDATA[    <p>Tell me you're on Design Twitter™ without telling me…</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/515h5vscnr454b5q/4c260411fc-1768718735/FctoGrEXgAEsXly.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/515h5vscnr454b5q">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/uh1prrczmkk81tx3</link>
      <guid isPermaLink="true">https://dominikhofer.me/uh1prrczmkk81tx3</guid>
      <pubDate>Thu, 15 Sep 2022 18:51:28 +0200</pubDate>
      <description>Done is always better than none.</description>
      <content:encoded><![CDATA[    <p>Done is always better than none.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/uh1prrczmkk81tx3">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/sio34v7d4ee7gl1z</link>
      <guid isPermaLink="true">https://dominikhofer.me/sio34v7d4ee7gl1z</guid>
      <pubDate>Thu, 15 Sep 2022 12:02:28 +0200</pubDate>
      <description>Built a lil URL shortener for my personal domain, following the tutorial linked in the next Tweet.
It&apos;s built using @nextjs, @prisma, @planetscaledata, and @vercel.
Test it @ http://hoferdo.link/twitt…</description>
      <content:encoded><![CDATA[    <p>Built a lil URL shortener for my personal domain, following the tutorial linked in the next Tweet.</p>
<p>It's built using @nextjs, @prisma, @planetscaledata, and @vercel.</p>
<p>Test it @ <a href="http://hoferdo.link/twitter" target="_blank" rel="noopener">http://hoferdo.link/twitter</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <figure class="video"><iframe allow="fullscreen" allowfullscreen src="https://www.youtube.com/embed/qcyEtvSiM9c"></iframe></figure>
<p>Thanks for the great tutorial @t3dotgg 🙌</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/sio34v7d4ee7gl1z">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/mvvuuvhisjlu0ukd</link>
      <guid isPermaLink="true">https://dominikhofer.me/mvvuuvhisjlu0ukd</guid>
      <pubDate>Wed, 14 Sep 2022 18:45:03 +0200</pubDate>
      <description>Just built my profile on @Polywork! Check it out and get in touch with me there for all kinds of polyworking opportunities - https://poly.me/dominikhofer</description>
      <content:encoded><![CDATA[    <p>Just built my profile on @Polywork! Check it out and get in touch with me there for all kinds of polyworking opportunities - <a href="https://poly.me/dominikhofer" target="_blank" rel="noopener">https://poly.me/dominikhofer</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/mvvuuvhisjlu0ukd">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/djz5ya9j800uuzeb</link>
      <guid isPermaLink="true">https://dominikhofer.me/djz5ya9j800uuzeb</guid>
      <pubDate>Tue, 13 Sep 2022 18:36:48 +0200</pubDate>
      <description>✨ https://xcancel.com/FonsMans/status/1569708218351247366

A more dreamy version.
</description>
      <content:encoded><![CDATA[    <p>✨ <a href="https://xcancel.com/FonsMans/status/1569708218351247366" target="_blank" rel="noopener">https://xcancel.com/FonsMans/status/1569708218351247366</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>A more dreamy version.</p>
<figure><img alt="" src="https://dominikhofer.me/FcjLHEBWIAMy9HZ.jpg"></figure>  


      <p><img src="https://dominikhofer.me/media/pages/notes/djz5ya9j800uuzeb/6bab9edd04-1768718735/FcjJ-LZXgAIM0Rr.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/djz5ya9j800uuzeb/43c9df934f-1768718735/FcjKB8oXoAERwP2.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/djz5ya9j800uuzeb">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/nazas5ogm9hm01wr</link>
      <guid isPermaLink="true">https://dominikhofer.me/nazas5ogm9hm01wr</guid>
      <pubDate>Mon, 12 Sep 2022 21:31:47 +0200</pubDate>
      <description>Designed a possible icon for my first iOS app.
What do you think?
(And also wanna guess, what the app will be about? 😏)

Leave some love on the Dribbble shot ❤️
https://dribbble.com/shots/19364595-mel…</description>
      <content:encoded><![CDATA[    <p>Designed a possible icon for my first iOS app.</p>
<p>What do you think?</p>
<p>(And also wanna guess, what the app will be about? 😏)</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Leave some love on the Dribbble shot ❤️<br />
<a href="https://dribbble.com/shots/19364595-meli-App-Icon" target="_blank" rel="noopener">https://dribbble.com/shots/19364595-meli-App-Icon</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/nazas5ogm9hm01wr/95a73b890f-1768718735/FceoUNqXwAISjGT.png" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/nazas5ogm9hm01wr/cc777d2134-1768718735/FceoZCFWYAMFX1L.png" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/nazas5ogm9hm01wr">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/8t1tzo7c82hsaxum</link>
      <guid isPermaLink="true">https://dominikhofer.me/8t1tzo7c82hsaxum</guid>
      <pubDate>Mon, 12 Sep 2022 21:29:49 +0200</pubDate>
      <description>Didn&apos;t finish today&apos;s #100DaysOfSwiftUI challenge, will complete it tomorrow :)</description>
      <content:encoded><![CDATA[    <p>Didn't finish today's #100DaysOfSwiftUI challenge, will complete it tomorrow :)</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/8t1tzo7c82hsaxum">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/43yvqhpupwlglnta</link>
      <guid isPermaLink="true">https://dominikhofer.me/43yvqhpupwlglnta</guid>
      <pubDate>Mon, 12 Sep 2022 15:40:55 +0200</pubDate>
      <description>This right here 👇 https://xcancel.com/marc_louvion/status/1569299284549304322</description>
      <content:encoded><![CDATA[    <p>This right here 👇 <a href="https://xcancel.com/marc_louvion/status/1569299284549304322" target="_blank" rel="noopener">https://xcancel.com/marc_louvion/status/1569299284549304322</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/43yvqhpupwlglnta">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/bibkzdzdaex89wky</link>
      <guid isPermaLink="true">https://dominikhofer.me/bibkzdzdaex89wky</guid>
      <pubDate>Sun, 11 Sep 2022 15:31:26 +0200</pubDate>
      <description>A great reminder 🧠 https://xcancel.com/SahilBloom/status/1568938838113882112</description>
      <content:encoded><![CDATA[    <p>A great reminder 🧠 <a href="https://xcancel.com/SahilBloom/status/1568938838113882112" target="_blank" rel="noopener">https://xcancel.com/SahilBloom/status/1568938838113882112</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/bibkzdzdaex89wky">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/apxotatved0di9nk</link>
      <guid isPermaLink="true">https://dominikhofer.me/apxotatved0di9nk</guid>
      <pubDate>Sun, 11 Sep 2022 13:47:56 +0200</pubDate>
      <description>Uno #010
As you probably know, I&apos;m currently learning SwiftUI and getting into iOS dev. And if I like one thing in particular, it&apos;s the great community around the topic.
A great resource to discover a…</description>
      <content:encoded><![CDATA[    <p>Uno #010</p>
<p>As you probably know, I'm currently learning SwiftUI and getting into iOS dev. And if I like one thing in particular, it's the great community around the topic.</p>
<p>A great resource to discover apps made by fellow indie hackers is @AppAirport. I love exploring them!</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🔗 <a href="https://app.airport.community/" target="_blank" rel="noopener">https://app.airport.community/</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/apxotatved0di9nk">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/fm0es68t8ohkrcsg</link>
      <guid isPermaLink="true">https://dominikhofer.me/fm0es68t8ohkrcsg</guid>
      <pubDate>Sat, 10 Sep 2022 11:55:30 +0200</pubDate>
      <description>Day 76 #100DaysOfSwiftUI
✅ Did some a11y reviews on my own
Pretty much consisted of spotting the issue (the hardest part) and then hiding elements and/or providing declarative labels.
Also scored 12/1…</description>
      <content:encoded><![CDATA[    <p>Day 76 #100DaysOfSwiftUI</p>
<p>✅ Did some a11y reviews on my own</p>
<p>Pretty much consisted of spotting the issue (the hardest part) and then hiding elements and/or providing declarative labels.</p>
<p>Also scored 12/12 on the review test, which made me quite proud 😇</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/fm0es68t8ohkrcsg/e520bfe54b-1768718735/FcSRj3uWAAAuwXs.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/fm0es68t8ohkrcsg">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/upxbyycjipwfjcek</link>
      <guid isPermaLink="true">https://dominikhofer.me/upxbyycjipwfjcek</guid>
      <pubDate>Thu, 08 Sep 2022 21:59:05 +0200</pubDate>
      <description>Day 75 #100DaysOfSwiftUI
✅ Making previous apps accessible
🔑 takeaways:
👉 Making apps accessible isn’t that hard, just do it!

3/4 done!!
</description>
      <content:encoded><![CDATA[    <p>Day 75 #100DaysOfSwiftUI</p>
<p>✅ Making previous apps accessible</p>
<p>🔑 takeaways:<br />
👉 Making apps accessible isn’t that hard, just do it!</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>3/4 done!!</p>
<figure><img alt="" src="https://dominikhofer.me/FcKIj5zXgActJSE.mp4"></figure>  



<hr>
<p>
  <a href="https://dominikhofer.me/upxbyycjipwfjcek">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/es0jp00nt4nao8uz</link>
      <guid isPermaLink="true">https://dominikhofer.me/es0jp00nt4nao8uz</guid>
      <pubDate>Thu, 08 Sep 2022 11:10:31 +0200</pubDate>
      <description>New Apple Watch lineup in a nutshell. https://xcancel.com/escoen/status/1567567510571991044</description>
      <content:encoded><![CDATA[    <p>New Apple Watch lineup in a nutshell. <a href="https://xcancel.com/escoen/status/1567567510571991044" target="_blank" rel="noopener">https://xcancel.com/escoen/status/1567567510571991044</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/es0jp00nt4nao8uz">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/hhgi9ntwcszsw4aq</link>
      <guid isPermaLink="true">https://dominikhofer.me/hhgi9ntwcszsw4aq</guid>
      <pubDate>Wed, 07 Sep 2022 22:08:27 +0200</pubDate>
      <description>One of my favorite things to do after an #AppleEvent is browsing the new product websites.
Always so many delightful details to discover ✨</description>
      <content:encoded><![CDATA[    <p>One of my favorite things to do after an #AppleEvent is browsing the new product websites.</p>
<p>Always so many delightful details to discover ✨</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/hhgi9ntwcszsw4aq">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3t4y7zj4ru4w2koa</link>
      <guid isPermaLink="true">https://dominikhofer.me/3t4y7zj4ru4w2koa</guid>
      <pubDate>Wed, 07 Sep 2022 22:00:28 +0200</pubDate>
      <description>Day 74 #100DaysOfSwiftUI
✅ Intro to a11y
🔑 takeaways:
👉 Use labels to describe content
👉 Decorative images
👉 Hide unimportant elements to VoiceOver users
👉 .accessibilityElement()
👉 use .accessibility…</description>
      <content:encoded><![CDATA[    <p>Day 74 #100DaysOfSwiftUI</p>
<p>✅ Intro to a11y</p>
<p>🔑 takeaways:<br />
👉 Use labels to describe content<br />
👉 Decorative images<br />
👉 Hide unimportant elements to VoiceOver users<br />
👉 .accessibilityElement()<br />
👉 use .accessibilityAdjustableAction to give VoiceOver users custom actions</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Also learned that it's freaking hard to navigate an iPhone with VoiceOver turned on when you're not used to it…</p>
<p>Almost wasn't able to turn it off again 😂</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/3t4y7zj4ru4w2koa">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/y1ywr74bedhxjif2</link>
      <guid isPermaLink="true">https://dominikhofer.me/y1ywr74bedhxjif2</guid>
      <pubDate>Wed, 07 Sep 2022 20:40:47 +0200</pubDate>
      <description>Wanna see perfection?</description>
      <content:encoded><![CDATA[    <p>Wanna see perfection?</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/y1ywr74bedhxjif2/f44fbb77cf-1768718735/sR-G6jUzgxTFlWMp.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/y1ywr74bedhxjif2">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/fn2g29puk1tygnqd</link>
      <guid isPermaLink="true">https://dominikhofer.me/fn2g29puk1tygnqd</guid>
      <pubDate>Wed, 07 Sep 2022 20:13:13 +0200</pubDate>
      <description>Already obsessed with the way the UI incorporates the new “notch” 👀
It&apos;s called “Dynamic Island”.</description>
      <content:encoded><![CDATA[    <p>Already obsessed with the way the UI incorporates the new “notch” 👀</p>
<p>It's called “Dynamic Island”.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/fn2g29puk1tygnqd/19c30417da-1768718735/FcEmuDUXwAEK5Fp.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/fn2g29puk1tygnqd">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/mubc481ldhtoj7ib</link>
      <guid isPermaLink="true">https://dominikhofer.me/mubc481ldhtoj7ib</guid>
      <pubDate>Wed, 07 Sep 2022 19:06:21 +0200</pubDate>
      <description>First #AppleEvent since learning iOS dev.
IDK, feels kinda special 🙌</description>
      <content:encoded><![CDATA[    <p>First #AppleEvent since learning iOS dev.</p>
<p>IDK, feels kinda special 🙌</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/mubc481ldhtoj7ib/3642f492c7-1768718735/FcEXbUrXEAEzalq.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/mubc481ldhtoj7ib">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/0hxy8my9788jhawl</link>
      <guid isPermaLink="true">https://dominikhofer.me/0hxy8my9788jhawl</guid>
      <pubDate>Tue, 06 Sep 2022 22:14:42 +0200</pubDate>
      <description>Day 73 #100DaysOfSwiftUI
✅ Added some additional features on my own
Another project done 🥳
The main task here was to refactor the EditView to conform to MVVM. I found the initialization in the view it…</description>
      <content:encoded><![CDATA[    <p>Day 73 #100DaysOfSwiftUI</p>
<p>✅ Added some additional features on my own</p>
<p>Another project done 🥳</p>
<p>The main task here was to refactor the EditView to conform to MVVM. I found the initialization in the view itself quite interesting:</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/0hxy8my9788jhawl/cb83844525-1768718735/Fb_4d1lXEAEGtUV.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/0hxy8my9788jhawl">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/4976qbcdk0hkg93a</link>
      <guid isPermaLink="true">https://dominikhofer.me/4976qbcdk0hkg93a</guid>
      <pubDate>Mon, 05 Sep 2022 13:51:51 +0200</pubDate>
      <description>Is there a similar course to #100DaysOfSwiftUI but for #React or #Typescript?
Really like this format and I learn quite well with it 👨‍💻</description>
      <content:encoded><![CDATA[    <p>Is there a similar course to #100DaysOfSwiftUI but for #React or #Typescript?</p>
<p>Really like this format and I learn quite well with it 👨‍💻</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/4976qbcdk0hkg93a">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/d14g5f97vbsnmdai</link>
      <guid isPermaLink="true">https://dominikhofer.me/d14g5f97vbsnmdai</guid>
      <pubDate>Mon, 05 Sep 2022 11:39:59 +0200</pubDate>
      <description>🔥 &amp;gt; 💯
via @typefully

</description>
      <content:encoded><![CDATA[    <p>🔥 &gt; 💯</p>
<p>via @typefully</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <figure><img alt="" src="https://dominikhofer.me/Fb4eF67XgAAx-Ye.mp4"></figure>  


      <p><img src="https://dominikhofer.me/media/pages/notes/d14g5f97vbsnmdai/5a534c279e-1768718735/Fb4d1IaWAAAxvw2.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/d14g5f97vbsnmdai">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/on8byn8erk2d1062</link>
      <guid isPermaLink="true">https://dominikhofer.me/on8byn8erk2d1062</guid>
      <pubDate>Mon, 05 Sep 2022 10:56:42 +0200</pubDate>
      <description>Day 72 #100DaysOfSwiftUI
✅ Built the BucketList project (part III)
🔑 takeaways:
👉 ViewModel is a software architecture pattern (create view extension)
👉 View should only be responsible for displaying …</description>
      <content:encoded><![CDATA[    <p>Day 72 #100DaysOfSwiftUI</p>
<p>✅ Built the BucketList project (part III)</p>
<p>🔑 takeaways:<br />
👉 ViewModel is a software architecture pattern (create view extension)<br />
👉 View should only be responsible for displaying data<br />
👉 Use private(set) in ViewModel<br />
👉 You can encrypt data on save</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/on8byn8erk2d1062/05f28e6dd6-1768718735/Fb4TxI8X0AEN18e.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/on8byn8erk2d1062">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/4hs87sqhfcd7opci</link>
      <guid isPermaLink="true">https://dominikhofer.me/4hs87sqhfcd7opci</guid>
      <pubDate>Sun, 04 Sep 2022 17:40:55 +0200</pubDate>
      <description>Uno #009
The one app you probably use the most every day is your browser. Why not give it an upgrade?
The best new browser on the market is, without a doubt, Arc by @browsercompany.
Clean design and m…</description>
      <content:encoded><![CDATA[    <p>Uno #009</p>
<p>The one app you probably use the most every day is your browser. Why not give it an upgrade?</p>
<p>The best new browser on the market is, without a doubt, Arc by @browsercompany.</p>
<p>Clean design and many great features you won't find elsewhere 🤩</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🔗 <a href="https://thebrowser.company/" target="_blank" rel="noopener">https://thebrowser.company/</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/4hs87sqhfcd7opci/cb2bfbbdc5-1768718735/Fb0m-YmXwAA4Z3i.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/4hs87sqhfcd7opci">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/1w3b0ro14ieiekdi</link>
      <guid isPermaLink="true">https://dominikhofer.me/1w3b0ro14ieiekdi</guid>
      <pubDate>Sun, 04 Sep 2022 12:30:43 +0200</pubDate>
      <description>Day 71 #100DaysOfSwiftUI
✅ Built the BucketList project (part II)
🔑 takeaways:
👉 + Text() to combine texts
👉 Outsource as much cleanup work as possible to the data struct
👉 Reminder that nil coalescin…</description>
      <content:encoded><![CDATA[    <p>Day 71 #100DaysOfSwiftUI</p>
<p>✅ Built the BucketList project (part II)</p>
<p>🔑 takeaways:<br />
👉 + Text() to combine texts<br />
👉 Outsource as much cleanup work as possible to the data struct<br />
👉 Reminder that nil coalescing is so useful</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/1w3b0ro14ieiekdi/4ea62eb0c1-1768718735/Fbzf5JwWYAAD12o.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/1w3b0ro14ieiekdi">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/knnf3wy664i3rnaz</link>
      <guid isPermaLink="true">https://dominikhofer.me/knnf3wy664i3rnaz</guid>
      <pubDate>Sat, 03 Sep 2022 17:12:31 +0200</pubDate>
      <description>TIL that you can use @microsoft&apos;s 3d emojis completely for free!
Here&apos;s the Figma link: https://www.figma.com/community/file/1138254942249677742 https://xcancel.com/UARRR/status/1566048230282039297

@…</description>
      <content:encoded><![CDATA[    <p>TIL that you can use @microsoft's 3d emojis completely for free!</p>
<p>Here's the Figma link: <a href="https://www.figma.com/community/file/1138254942249677742" target="_blank" rel="noopener">https://www.figma.com/community/file/1138254942249677742</a> <a href="https://xcancel.com/UARRR/status/1566048230282039297" target="_blank" rel="noopener">https://xcancel.com/UARRR/status/1566048230282039297</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@Microsoft Also stumbled upon this interesting read: <a href="https://www.reviewgeek.com/107546/why-do-emoji-look-like-poop-on-windows/" target="_blank" rel="noopener">https://www.reviewgeek.com/107546/why-do-emoji-look-like-poop-on-windows/</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/knnf3wy664i3rnaz">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ccwffk4odtj2jhx6</link>
      <guid isPermaLink="true">https://dominikhofer.me/ccwffk4odtj2jhx6</guid>
      <pubDate>Sat, 03 Sep 2022 17:08:18 +0200</pubDate>
      <description>Quick lil #Xcode tip:
Hit enter on autocompleted closures to enter into trailing closure mode quickly 👇</description>
      <content:encoded><![CDATA[    <p>Quick lil #Xcode tip:</p>
<p>Hit enter on autocompleted closures to enter into trailing closure mode quickly 👇</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/ccwffk4odtj2jhx6/98325fe978-1768718735/FbvVy-aWYAY55qj.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ccwffk4odtj2jhx6">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/54osc9w92tm97pfs</link>
      <guid isPermaLink="true">https://dominikhofer.me/54osc9w92tm97pfs</guid>
      <pubDate>Sat, 03 Sep 2022 17:06:22 +0200</pubDate>
      <description>Day 70 #100DaysOfSwiftUI
✅ Built the BucketList project (part I)
🔑 takeaways:
👉 Add example data to types
👉 You can use optional variables to toggle sheets
👉 Set default state values with initializer …</description>
      <content:encoded><![CDATA[    <p>Day 70 #100DaysOfSwiftUI</p>
<p>✅ Built the BucketList project (part I)</p>
<p>🔑 takeaways:<br />
👉 Add example data to types<br />
👉 You can use optional variables to toggle sheets<br />
👉 Set default state values with initializer and _variableName</p>
<p>Really like working with maps so far!</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>On a sidenote:</p>
<p>70% done already!!</p>
<figure><img alt="" src="https://dominikhofer.me/FbvVnY7XEAI_avt.mp4"></figure>  


      <p><video src="https://dominikhofer.me/media/pages/notes/54osc9w92tm97pfs/ccc9a973d4-1768718735/FbvVFnVWIAAFj0-.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/54osc9w92tm97pfs">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/8b6l7zr4sybzisx1</link>
      <guid isPermaLink="true">https://dominikhofer.me/8b6l7zr4sybzisx1</guid>
      <pubDate>Sat, 03 Sep 2022 14:32:40 +0200</pubDate>
      <description>One side benefit of learning Swift is that I FINALLY understand, why people love Typescript.
Took quite a while 😂</description>
      <content:encoded><![CDATA[    <p>One side benefit of learning Swift is that I FINALLY understand, why people love Typescript.</p>
<p>Took quite a while 😂</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/8b6l7zr4sybzisx1/507e25aecd-1768718735/FbuybRIVQAAjYIT.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/8b6l7zr4sybzisx1">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3ckl7yt4nmv8tpa2</link>
      <guid isPermaLink="true">https://dominikhofer.me/3ckl7yt4nmv8tpa2</guid>
      <pubDate>Fri, 02 Sep 2022 15:17:36 +0200</pubDate>
      <description>Day 69 #100DaysOfSwiftUI
✅ Further intro to the BucketList project
🔑 takeaways:
👉 MapKit integrates natively into SwiftUI (and is quite pleasant to use)
👉 You can add FaceID pretty easily as well (nee…</description>
      <content:encoded><![CDATA[    <p>Day 69 #100DaysOfSwiftUI</p>
<p>✅ Further intro to the BucketList project</p>
<p>🔑 takeaways:<br />
👉 MapKit integrates natively into SwiftUI (and is quite pleasant to use)<br />
👉 You can add FaceID pretty easily as well (needs permission)</p>
<p>Was surprised that this didn't need some UIKit-hacks 😮‍💨</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/3ckl7yt4nmv8tpa2">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/9epjgeggkfhvfb0h</link>
      <guid isPermaLink="true">https://dominikhofer.me/9epjgeggkfhvfb0h</guid>
      <pubDate>Thu, 01 Sep 2022 21:26:06 +0200</pubDate>
      <description>Today, I&apos;m taking a break from #100DaysOfSwiftUI 
But I wanted to share one of the best iOS-related YouTube channels out there: The one by @StewartLynch
Really nice teaching-style, already learned a l…</description>
      <content:encoded><![CDATA[    <p>Today, I'm taking a break from #100DaysOfSwiftUI </p>
<p>But I wanted to share one of the best iOS-related YouTube channels out there: The one by @StewartLynch</p>
<p>Really nice teaching-style, already learned a lot!</p>
<p>🔗 <a href="https://youtube.com/c/StewartLynch" target="_blank" rel="noopener">https://youtube.com/c/StewartLynch</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/9epjgeggkfhvfb0h">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/b6gik7tmiz283w61</link>
      <guid isPermaLink="true">https://dominikhofer.me/b6gik7tmiz283w61</guid>
      <pubDate>Wed, 31 Aug 2022 21:28:17 +0200</pubDate>
      <description>Day 68 #100DaysOfSwiftUI
✅ Overview of the BucketList project
🔑 takeaways:
👉 If structs confirm to comparable protocol, they are sorteable
👉 You can save data directly to the documents directory
👉 Use…</description>
      <content:encoded><![CDATA[    <p>Day 68 #100DaysOfSwiftUI</p>
<p>✅ Overview of the BucketList project</p>
<p>🔑 takeaways:<br />
👉 If structs confirm to comparable protocol, they are sorteable<br />
👉 You can save data directly to the documents directory<br />
👉 Use enums to show different states of UI</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/b6gik7tmiz283w61">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/kdzxzuxp9cqoe91t</link>
      <guid isPermaLink="true">https://dominikhofer.me/kdzxzuxp9cqoe91t</guid>
      <pubDate>Tue, 30 Aug 2022 23:03:54 +0200</pubDate>
      <description>Day 67 #100DaysOfSwiftUI
✅ Added some additional features on my own
Explored some more CIFilter options, there are surprisingly many!
Also learned that you can just disable views by checking if an opt…</description>
      <content:encoded><![CDATA[    <p>Day 67 #100DaysOfSwiftUI</p>
<p>✅ Added some additional features on my own</p>
<p>Explored some more CIFilter options, there are surprisingly many!</p>
<p>Also learned that you can just disable views by checking if an optional is empty.</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/kdzxzuxp9cqoe91t/786c499c60-1768718735/FbcAyUKXgAMYum6.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/kdzxzuxp9cqoe91t">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/0km4wbi6tarw5zy1</link>
      <guid isPermaLink="true">https://dominikhofer.me/0km4wbi6tarw5zy1</guid>
      <pubDate>Tue, 30 Aug 2022 09:55:38 +0200</pubDate>
      <description>Yesterday, instead of completing the next day of #100DaysOfSwiftUI, I did something even more exciting.
I created my own lil app, a minimal Tichu counter 🃏
Pretty simple right now but if anyone wants …</description>
      <content:encoded><![CDATA[    <p>Yesterday, instead of completing the next day of #100DaysOfSwiftUI, I did something even more exciting.</p>
<p>I created my own lil app, a minimal Tichu counter 🃏</p>
<p>Pretty simple right now but if anyone wants to try it out, let me know :)</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/0km4wbi6tarw5zy1/22ef19b1f1-1768718735/FbZMqWXX0AAJWjb.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/0km4wbi6tarw5zy1/d43eb9d2a9-1768718735/FbZMqWZXoAED0DK.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/0km4wbi6tarw5zy1/c14c952c7c-1768718735/FbZMqWeWIAESY4e.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/0km4wbi6tarw5zy1">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/l7e9q54gqzrq5cdf</link>
      <guid isPermaLink="true">https://dominikhofer.me/l7e9q54gqzrq5cdf</guid>
      <pubDate>Mon, 29 Aug 2022 21:18:22 +0200</pubDate>
      <description>It&apos;s time 🥳</description>
      <content:encoded><![CDATA[    <p>It's time 🥳</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/l7e9q54gqzrq5cdf/a031064602-1768718735/FbWfSvUXgAMez5W.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/l7e9q54gqzrq5cdf">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/4jvbmup5apl0p0l3</link>
      <guid isPermaLink="true">https://dominikhofer.me/4jvbmup5apl0p0l3</guid>
      <pubDate>Sun, 28 Aug 2022 21:04:33 +0200</pubDate>
      <description>Uno #008
School has started and you&apos;re looking for a suitable notetaking app for students?
@rem_note is all you&apos;ll ever wish for: Easy to use interface based on nested bullet points and even better: T…</description>
      <content:encoded><![CDATA[    <p>Uno #008</p>
<p>School has started and you're looking for a suitable notetaking app for students?</p>
<p>@rem_note is all you'll ever wish for: Easy to use interface based on nested bullet points and even better: The ability to easily create flashcards right from your notes to practice.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🔗 <a href="https://www.remnote.com/" target="_blank" rel="noopener">https://www.remnote.com/</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/4jvbmup5apl0p0l3">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/70x7x2wtizbemaqf</link>
      <guid isPermaLink="true">https://dominikhofer.me/70x7x2wtizbemaqf</guid>
      <pubDate>Sun, 28 Aug 2022 12:19:53 +0200</pubDate>
      <description>Day 66 #100DaysOfSwiftUI
✅ Built the Instafilter project (part II)
Two things that bug me right now is that the gray background can be bigger than the image itself and that there is no success message…</description>
      <content:encoded><![CDATA[    <p>Day 66 #100DaysOfSwiftUI</p>
<p>✅ Built the Instafilter project (part II)</p>
<p>Two things that bug me right now is that the gray background can be bigger than the image itself and that there is no success message (maybe these are going to be tomorrow's challenges 🤔).</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/70x7x2wtizbemaqf/f7b1f7d8e0-1768718735/FbPZ_f0XEAAuNZ1.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/70x7x2wtizbemaqf">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/pop3028g0ld21rdu</link>
      <guid isPermaLink="true">https://dominikhofer.me/pop3028g0ld21rdu</guid>
      <pubDate>Sat, 27 Aug 2022 12:51:27 +0200</pubDate>
      <description>I have a new addiction…</description>
      <content:encoded><![CDATA[    <p>I have a new addiction…</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/pop3028g0ld21rdu/d7d396c1e3-1768718735/FbKX3seUIAAdPah.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/pop3028g0ld21rdu/8bb9d71a13-1768718735/FbKX7vSVUAAa7FL.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/pop3028g0ld21rdu/fbf80b70d5-1768718735/FbKYAW4UEAI7sco.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/pop3028g0ld21rdu/8f89147bf6-1768718735/FbKYGqfVUAAIuOl.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/pop3028g0ld21rdu">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/evjzskh0hdozn214</link>
      <guid isPermaLink="true">https://dominikhofer.me/evjzskh0hdozn214</guid>
      <pubDate>Sat, 27 Aug 2022 12:21:08 +0200</pubDate>
      <description>Day 65 #100DaysOfSwiftUI
✅ Built the Instafilter project (part I)
🔑 takeaways:
👉 You can place optional views in UI
This day was a real blessing compared to yesterday 😂
But it&apos;s great to see how fast …</description>
      <content:encoded><![CDATA[    <p>Day 65 #100DaysOfSwiftUI</p>
<p>✅ Built the Instafilter project (part I)</p>
<p>🔑 takeaways:<br />
👉 You can place optional views in UI</p>
<p>This day was a real blessing compared to yesterday 😂</p>
<p>But it's great to see how fast I can already build UIs by now!</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/evjzskh0hdozn214/35df9837e7-1768718735/FbKQ8WgUUAEOcXh.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/evjzskh0hdozn214">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/rfxm22x3ow622bsj</link>
      <guid isPermaLink="true">https://dominikhofer.me/rfxm22x3ow622bsj</guid>
      <pubDate>Fri, 26 Aug 2022 20:47:15 +0200</pubDate>
      <description>Day 64 #100DaysOfSwiftUI
✅ Final introduction to the Instafilter project
🔑 takeaways:
👉 Use coordinator to create delegates (bridge to SwiftUI), which is pretty complicated
👉 Edit info of target for c…</description>
      <content:encoded><![CDATA[    <p>Day 64 #100DaysOfSwiftUI</p>
<p>✅ Final introduction to the Instafilter project</p>
<p>🔑 takeaways:<br />
👉 Use coordinator to create delegates (bridge to SwiftUI), which is pretty complicated<br />
👉 Edit info of target for certain operations<br />
👉 Saving an image also requires UIKit</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>I think my head exploded a bit because of all this UIKit syntax…</p>
<figure><img alt="" src="https://dominikhofer.me/FbG7c8OUEAMM0E2.mp4"></figure>  



<hr>
<p>
  <a href="https://dominikhofer.me/rfxm22x3ow622bsj">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/77tkmmd2if13mut2</link>
      <guid isPermaLink="true">https://dominikhofer.me/77tkmmd2if13mut2</guid>
      <pubDate>Thu, 25 Aug 2022 11:24:33 +0200</pubDate>
      <description>Day 63 #100DaysOfSwiftUI
✅ Further introduction to the Instafilter project
🔑 takeaways:
👉 CoreImage is the image manipulation framework (quite hard to get it to work though)
👉 You have to use UIKit so…</description>
      <content:encoded><![CDATA[    <p>Day 63 #100DaysOfSwiftUI</p>
<p>✅ Further introduction to the Instafilter project</p>
<p>🔑 takeaways:<br />
👉 CoreImage is the image manipulation framework (quite hard to get it to work though)<br />
👉 You have to use UIKit sometimes inside of SwiftUI, which is possible (e.g. the photo picker)</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/77tkmmd2if13mut2/26fafa2b3f-1768718735/Fa_w_C4WQAAr7_B.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/77tkmmd2if13mut2">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/b047zgop8y7gm66h</link>
      <guid isPermaLink="true">https://dominikhofer.me/b047zgop8y7gm66h</guid>
      <pubDate>Wed, 24 Aug 2022 13:06:42 +0200</pubDate>
      <description>So true, I feel like getting distracted can also be a very good way to get inspired.
Both extremes are not healthy: Productivity obsession vs. always being distracted. https://xcancel.com/linuz90/stat…</description>
      <content:encoded><![CDATA[    <p>So true, I feel like getting distracted can also be a very good way to get inspired.</p>
<p>Both extremes are not healthy: Productivity obsession vs. always being distracted. <a href="https://xcancel.com/linuz90/status/1562379235020656642" target="_blank" rel="noopener">https://xcancel.com/linuz90/status/1562379235020656642</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/b047zgop8y7gm66h">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/v10zu17v4wzx7h6r</link>
      <guid isPermaLink="true">https://dominikhofer.me/v10zu17v4wzx7h6r</guid>
      <pubDate>Wed, 24 Aug 2022 13:05:00 +0200</pubDate>
      <description>Day 62 #100DaysOfSwiftUI
✅ Overview of the Instafilter project
🔑 takeaways:
👉 .onChange() is the best way to react to state changes
👉 .confirmationDialog() is an alert with multiple buttons
Funny that…</description>
      <content:encoded><![CDATA[    <p>Day 62 #100DaysOfSwiftUI</p>
<p>✅ Overview of the Instafilter project</p>
<p>🔑 takeaways:<br />
👉 .onChange() is the best way to react to state changes<br />
👉 .confirmationDialog() is an alert with multiple buttons</p>
<p>Funny that I've only learned about .onChange() yesterday 🤓</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/v10zu17v4wzx7h6r/9895ed17f0-1768718735/Fa6-caKXEAAC9VB.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/v10zu17v4wzx7h6r">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/vz2o3nlnhpami86o</link>
      <guid isPermaLink="true">https://dominikhofer.me/vz2o3nlnhpami86o</guid>
      <pubDate>Tue, 23 Aug 2022 21:59:27 +0200</pubDate>
      <description>Day 61 #100DaysOfSwiftUI
✅ Added CoreData to the personal CRM app
Took me two days to implement the CoreData functionality, but it was so worth it – I learned a ton!
Here are the most noteworthy thing…</description>
      <content:encoded><![CDATA[    <p>Day 61 #100DaysOfSwiftUI</p>
<p>✅ Added CoreData to the personal CRM app</p>
<p>Took me two days to implement the CoreData functionality, but it was so worth it – I learned a ton!</p>
<p>Here are the most noteworthy things 👇</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>I excluded not used sections (e.g. letters in the list, where no name is listed below).</p>
<p>This especially shows when you start to filter/search.</p>
<figure><img alt="" src="https://dominikhofer.me/Fa3t4FaWIAAWdAb.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>You can make dynamic requests by creating NSPredicates programatically.</p>
<p>And also, you can combine them 🤯</p>
<figure><img alt="" src="https://dominikhofer.me/Fa3uMsHWYAQdu32.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>XCode automatically creates handy methods for many-to-many CoreData relationsships.</p>
<p>So in this example, in order to add a friend, I can just call newUser.addToFriends(newFriend). </p>
<p>Searched forever to find this one. Here's more info about it:<br />
<a href="https://cocoacasts.com/one-to-many-and-many-to-many-core-data-relationships/" target="_blank" rel="noopener">https://cocoacasts.com/one-to-many-and-many-to-many-core-data-relationships/</a></p>
<figure><img alt="" src="https://dominikhofer.me/Fa3ug9MXwAIloKF.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>That's it for this thread, hope you've learned a thing or two.</p>
<p>Follow me for more  dev content 👨‍💻</p>
<p>Cheers!</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/vz2o3nlnhpami86o/bb284c3f9d-1768718735/Fa3tJ4pWYAEnxr4.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/vz2o3nlnhpami86o">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/p50uhoqp33do96np</link>
      <guid isPermaLink="true">https://dominikhofer.me/p50uhoqp33do96np</guid>
      <pubDate>Mon, 22 Aug 2022 22:18:58 +0200</pubDate>
      <description>Didn&apos;t finish today&apos;s challenge for #100DaysOfSwiftUI, was way harder than I thought so far.
Will continue tomorrow ✌️</description>
      <content:encoded><![CDATA[    <p>Didn't finish today's challenge for #100DaysOfSwiftUI, was way harder than I thought so far.</p>
<p>Will continue tomorrow ✌️</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/p50uhoqp33do96np">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/oj2qlbj3znuu755j</link>
      <guid isPermaLink="true">https://dominikhofer.me/oj2qlbj3znuu755j</guid>
      <pubDate>Sun, 21 Aug 2022 20:56:42 +0200</pubDate>
      <description>Day 60 #100DaysOfSwiftUI
✅ Created a personal CRM app
This app was not that hard UI-wise, but quite a challenge to get all the data stuff correctly.
Definitely not perfect, but solid I think :)
Read o…</description>
      <content:encoded><![CDATA[    <p>Day 60 #100DaysOfSwiftUI</p>
<p>✅ Created a personal CRM app</p>
<p>This app was not that hard UI-wise, but quite a challenge to get all the data stuff correctly.</p>
<p>Definitely not perfect, but solid I think :)</p>
<p>Read on for a few behind the scenes 👇</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>To decode the JSON directly from the server, I've used this handy extension:</p>
<p><a href="https://www.hackingwithswift.com/quick-start/concurrency/how-to-download-json-from-the-internet-and-decode-it-into-any-codable-type" target="_blank" rel="noopener">https://www.hackingwithswift.com/quick-start/concurrency/how-to-download-json-from-the-internet-and-decode-it-into-any-codable-type</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Formatting the date from an ISO-string was actually quite more complex than I thought it would be.</p>
<p>Here's the solution, that I landed on:</p>
<figure><img alt="" src="https://dominikhofer.me/FatMkepWYAcyQw1.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Adding search to a list however, is simpler than it seems.</p>
<p>Also see how I managed to do the separate sections per letter:</p>
<figure><img alt="" src="https://dominikhofer.me/FatNORJXoAAhasy.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Here is how you can make a list filterable as well:</p>
<figure class="video"><iframe allow="fullscreen" allowfullscreen src="https://www.youtube.com/embed/AIkTinDPWXE"></iframe></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>If you want to take a look at the code, here you go:</p>
<p><a href="https://github.com/hfrdmnk/hacking-with-swiftui/tree/master/Friendly" target="_blank" rel="noopener">https://github.com/hfrdmnk/hacking-with-swiftui/tree/master/Friendly</a></p>
<p>Feel free to send me improvement suggestions!</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/oj2qlbj3znuu755j/24137e10cf-1768718735/FatL25SWAAU8Fb6.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/oj2qlbj3znuu755j">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/tru05yxuy8mh0pad</link>
      <guid isPermaLink="true">https://dominikhofer.me/tru05yxuy8mh0pad</guid>
      <pubDate>Sat, 20 Aug 2022 11:22:06 +0200</pubDate>
      <description>Day 59 #100DaysOfSwiftUI
✅ Deep dive into CoreData (part III)
Extended the FilteredListView a bit and made it more versatile.
I especially liked the use of enums to ensure that only valid predicates a…</description>
      <content:encoded><![CDATA[    <p>Day 59 #100DaysOfSwiftUI</p>
<p>✅ Deep dive into CoreData (part III)</p>
<p>Extended the FilteredListView a bit and made it more versatile.</p>
<p>I especially liked the use of enums to ensure that only valid predicates are entered.</p>
<p>Below is my code, if anyone is interested 🤓</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/tru05yxuy8mh0pad/97080ab600-1768718735/FamAPdBXgAItG1b.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/tru05yxuy8mh0pad">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/o2pud1uuec0iy86d</link>
      <guid isPermaLink="true">https://dominikhofer.me/o2pud1uuec0iy86d</guid>
      <pubDate>Fri, 19 Aug 2022 22:18:02 +0200</pubDate>
      <description>Day 58 #100DaysOfSwiftUI
✅ Deep dive into CoreData (part II)
🔑 takeaways:
👉 Use NSPredicate to filter query
👉 Make FetchRequests in subview (with SQL-like syntax)
👉 CoreData relationships
These were s…</description>
      <content:encoded><![CDATA[    <p>Day 58 #100DaysOfSwiftUI</p>
<p>✅ Deep dive into CoreData (part II)</p>
<p>🔑 takeaways:<br />
👉 Use NSPredicate to filter query<br />
👉 Make FetchRequests in subview (with SQL-like syntax)<br />
👉 CoreData relationships</p>
<p>These were some fun but also complex topics today, was great :)</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/o2pud1uuec0iy86d/8529749eb2-1768718735/FajNE2xWAAEInpg.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/o2pud1uuec0iy86d">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/2t957n0qerf04l7s</link>
      <guid isPermaLink="true">https://dominikhofer.me/2t957n0qerf04l7s</guid>
      <pubDate>Thu, 18 Aug 2022 11:03:34 +0200</pubDate>
      <description>Day 57 #100DaysOfSwiftUI
✅ Deep dive into CoreData (part I)
🔑 takeaways:
👉 .self refers to the whole object → computes hash value
👉 Create a NSManagedObject subclass to handle optionality in one centr…</description>
      <content:encoded><![CDATA[    <p>Day 57 #100DaysOfSwiftUI</p>
<p>✅ Deep dive into CoreData (part I)</p>
<p>🔑 takeaways:<br />
👉 .self refers to the whole object → computes hash value<br />
👉 Create a NSManagedObject subclass to handle optionality in one central place<br />
👉 Check if changes were made to the moc<br />
👉 NSMergePolicy</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>However, I got this weird error while following the last video. Tried different solutions from SO but none of them worked…</p>
<p>Anyone have a clue, what could be the problem?</p>
<p>cc @twostraws</p>
<figure><img alt="" src="https://dominikhofer.me/Fabo4sZXoAAIHW5.jpg"></figure>  



<hr>
<p>
  <a href="https://dominikhofer.me/2t957n0qerf04l7s">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/auutuhtr4w9wcm96</link>
      <guid isPermaLink="true">https://dominikhofer.me/auutuhtr4w9wcm96</guid>
      <pubDate>Wed, 17 Aug 2022 18:22:51 +0200</pubDate>
      <description>Day 56 #100DaysOfSwiftUI
✅ Added some additional features on my own
This challenge wasn&apos;t that hard, but I got to reuse some concepts from previous lessons. Especially working with dates and unwrappin…</description>
      <content:encoded><![CDATA[    <p>Day 56 #100DaysOfSwiftUI</p>
<p>✅ Added some additional features on my own</p>
<p>This challenge wasn't that hard, but I got to reuse some concepts from previous lessons. Especially working with dates and unwrapping optionals with if let.</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/auutuhtr4w9wcm96/b0b162b758-1768718735/FaYDtKRXoAERIiw.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/auutuhtr4w9wcm96">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ckepag0k13pwmexy</link>
      <guid isPermaLink="true">https://dominikhofer.me/ckepag0k13pwmexy</guid>
      <pubDate>Tue, 16 Aug 2022 08:59:53 +0200</pubDate>
      <description>Day 55 #100DaysOfSwiftUI
✅ Built the Bookworm project (part II)
🔑 takeaways:
👉 Sort data in FetchRequest with a SortDescriptor
👉 Place ToolbarItems in different locations
👉 You can also use dismiss to…</description>
      <content:encoded><![CDATA[    <p>Day 55 #100DaysOfSwiftUI</p>
<p>✅ Built the Bookworm project (part II)</p>
<p>🔑 takeaways:<br />
👉 Sort data in FetchRequest with a SortDescriptor<br />
👉 Place ToolbarItems in different locations<br />
👉 You can also use dismiss to go back to the last screen</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/ckepag0k13pwmexy/890c60a47f-1768718735/FaQ5ZZWWYAMUzak.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ckepag0k13pwmexy">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/oavwcdvsn9hevpbi</link>
      <guid isPermaLink="true">https://dominikhofer.me/oavwcdvsn9hevpbi</guid>
      <pubDate>Mon, 15 Aug 2022 10:22:12 +0200</pubDate>
      <description>Want to learn SwiftUI the visual way – for free?
I just stumbled upon this great resource by @BigMtnStudio. 💯% worth downloading!
https://www.bigmountainstudio.com/free-swiftui-book</description>
      <content:encoded><![CDATA[    <p>Want to learn SwiftUI the visual way – for free?</p>
<p>I just stumbled upon this great resource by @BigMtnStudio. 💯% worth downloading!</p>
<p><a href="https://www.bigmountainstudio.com/free-swiftui-book" target="_blank" rel="noopener">https://www.bigmountainstudio.com/free-swiftui-book</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/oavwcdvsn9hevpbi">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/lu9tj170tyyvcddu</link>
      <guid isPermaLink="true">https://dominikhofer.me/lu9tj170tyyvcddu</guid>
      <pubDate>Mon, 15 Aug 2022 10:20:52 +0200</pubDate>
      <description>Uno #007
Are you a student or someone who struggles to focus for a long time? Then you should definitely try a pomodoro timer!
The best app I found for this is @stayinsession by @philipyoungg.
Great d…</description>
      <content:encoded><![CDATA[    <p>Uno #007</p>
<p>Are you a student or someone who struggles to focus for a long time? Then you should definitely try a pomodoro timer!</p>
<p>The best app I found for this is @stayinsession by @philipyoungg.</p>
<p>Great design, great UX – really love all the thoughtful details.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🔗<a href="https://apps.apple.com/us/app/session-focus-timer/id1521432881" target="_blank" rel="noopener">https://apps.apple.com/us/app/session-focus-timer/id1521432881</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/lu9tj170tyyvcddu">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/6s4z6c3eto8yja1c</link>
      <guid isPermaLink="true">https://dominikhofer.me/6s4z6c3eto8yja1c</guid>
      <pubDate>Mon, 15 Aug 2022 10:16:26 +0200</pubDate>
      <description>Day 54 #100DaysOfSwiftUI
✅ Built the Bookworm project (part I)
🔑 takeaways:
👉 Use constant bindings in previews
👉 Must use nil coalescing when displaying data from CoreData
Really like the rating view…</description>
      <content:encoded><![CDATA[    <p>Day 54 #100DaysOfSwiftUI</p>
<p>✅ Built the Bookworm project (part I)</p>
<p>🔑 takeaways:<br />
👉 Use constant bindings in previews<br />
👉 Must use nil coalescing when displaying data from CoreData</p>
<p>Really like the rating view with the stars, my first proper reusable component!</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/6s4z6c3eto8yja1c/1b3382ac20-1768718735/FaMBNOfXkAA7giS.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/6s4z6c3eto8yja1c">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/bx5x6531gebkp6pf</link>
      <guid isPermaLink="true">https://dominikhofer.me/bx5x6531gebkp6pf</guid>
      <pubDate>Sun, 14 Aug 2022 14:17:29 +0200</pubDate>
      <description>Day 53 #100DaysOfSwiftUI
✅ Overview of the Bookworm project
🔑 takeaways:
👉 @ Binding for changing values in other views
👉 TextEditor for multiline text fields
👉 Intro to CoreData
I feel like with some…</description>
      <content:encoded><![CDATA[    <p>Day 53 #100DaysOfSwiftUI</p>
<p>✅ Overview of the Bookworm project</p>
<p>🔑 takeaways:<br />
👉 @ Binding for changing values in other views<br />
👉 TextEditor for multiline text fields<br />
👉 Intro to CoreData</p>
<p>I feel like with some CoreData skills, I'll finally be able to create my own real apps 🥳</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Also, if you're wondering why I'm always using The Office gifs…</p>
<p>I'm currently watching the show and am obsessed haha 😍</p>
<p>I even made todays exercise project a random name generator for half-fictional Office characters:</p>
<figure><img alt="" src="https://dominikhofer.me/FaHu_PgWYAcGiyl.jpg"></figure>  


      <p><video src="https://dominikhofer.me/media/pages/notes/bx5x6531gebkp6pf/8d1d105c87-1768718735/FaHvKFHXkAA4iZs.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/bx5x6531gebkp6pf">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/l9omjmvvh18ercrh</link>
      <guid isPermaLink="true">https://dominikhofer.me/l9omjmvvh18ercrh</guid>
      <pubDate>Sat, 13 Aug 2022 13:26:40 +0200</pubDate>
      <description>Day 52 #100DaysOfSwiftUI
✅ Added some additional features on my own
Like in the Moonshot project, I mainly got to refactor some of the code.
And I learned how valuable it is to create a “wrapper class…</description>
      <content:encoded><![CDATA[    <p>Day 52 #100DaysOfSwiftUI</p>
<p>✅ Added some additional features on my own</p>
<p>Like in the Moonshot project, I mainly got to refactor some of the code.</p>
<p>And I learned how valuable it is to create a “wrapper class”, which is much easier to make conform to the Codable protocol:</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/l9omjmvvh18ercrh/9c758e114a-1768718735/FaCZYw3XgAEKSNY.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/l9omjmvvh18ercrh">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/0zlg9pic0ecgnpdx</link>
      <guid isPermaLink="true">https://dominikhofer.me/0zlg9pic0ecgnpdx</guid>
      <pubDate>Fri, 12 Aug 2022 20:52:49 +0200</pubDate>
      <description>Things I ❤️ about building apps for : The lil details that work automagically.
E.g. the stepper component allows you to long-press a button to change the variable faster. After five iterations, the c…</description>
      <content:encoded><![CDATA[    <p>Things I ❤️ about building apps for : The lil details that work automagically.</p>
<p>E.g. the stepper component allows you to long-press a button to change the variable faster. After five iterations, the counter increases in speed.</p>
<p>Awesome!</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/0zlg9pic0ecgnpdx/a09ff6844c-1768718735/FZ-16tFWIAggmOY.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/0zlg9pic0ecgnpdx">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/kh8643088ittsifc</link>
      <guid isPermaLink="true">https://dominikhofer.me/kh8643088ittsifc</guid>
      <pubDate>Fri, 12 Aug 2022 20:50:20 +0200</pubDate>
      <description>Day 51 #100DaysOfSwiftUI
✅ Built the Cupcake Corner project (part II)
🔑 takeaways:
👉 You can create multiple class initialisers
👉 Codable, URLRequest and URLSession are a powerful combo
👉 Place async …</description>
      <content:encoded><![CDATA[    <p>Day 51 #100DaysOfSwiftUI</p>
<p>✅ Built the Cupcake Corner project (part II)</p>
<p>🔑 takeaways:<br />
👉 You can create multiple class initialisers<br />
👉 Codable, URLRequest and URLSession are a powerful combo<br />
👉 Place async function call in button inside Task<br />
👉 ! for force unwrapping</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/kh8643088ittsifc/9985ad1cc4-1768718735/FZ-1qQ1XoAAvJBx.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/kh8643088ittsifc">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/bmrg6xyooheycayb</link>
      <guid isPermaLink="true">https://dominikhofer.me/bmrg6xyooheycayb</guid>
      <pubDate>Thu, 11 Aug 2022 17:28:52 +0200</pubDate>
      <description>Great quote from todays lesson in #100DaysOfSwiftUI from @twostraws.
This is exactly the kind of design I&apos;ll try to implement in my apps.</description>
      <content:encoded><![CDATA[    <p>Great quote from todays lesson in #100DaysOfSwiftUI from @twostraws.</p>
<p>This is exactly the kind of design I'll try to implement in my apps.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/bmrg6xyooheycayb/98c79861a1-1768718735/FZ4-F5hXkAEPDSS.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/bmrg6xyooheycayb">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/6vtm5x2yjjg6zgar</link>
      <guid isPermaLink="true">https://dominikhofer.me/6vtm5x2yjjg6zgar</guid>
      <pubDate>Thu, 11 Aug 2022 16:58:21 +0200</pubDate>
      <description>Day 50 #100DaysOfSwiftUI
✅ Built the Cupcake Corner project (part I)
🔑 takeaways:
👉 Save data like types as static arrays in class
👉 Use indices property to get the indices of array
👉 Toggle view
👉 Pu…</description>
      <content:encoded><![CDATA[    <p>Day 50 #100DaysOfSwiftUI</p>
<p>✅ Built the Cupcake Corner project (part I)</p>
<p>🔑 takeaways:<br />
👉 Save data like types as static arrays in class<br />
👉 Use indices property to get the indices of array<br />
👉 Toggle view<br />
👉 Put validations in data not view (computed property)</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Also, this already marks the halfway point of my #100DaysOfSwiftUI journey!!</p>
<figure><img alt="" src="https://dominikhofer.me/FZ43N31akAAgRqp.mp4"></figure>  


      <p><video src="https://dominikhofer.me/media/pages/notes/6vtm5x2yjjg6zgar/2ba673f6a7-1768718735/FZ42pCbaUAAkvM7.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/6vtm5x2yjjg6zgar">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/tpcfzieo3fa5lqqi</link>
      <guid isPermaLink="true">https://dominikhofer.me/tpcfzieo3fa5lqqi</guid>
      <pubDate>Wed, 10 Aug 2022 21:10:28 +0200</pubDate>
      <description>Day 49 #100DaysOfSwiftUI
✅ Overview of the CupcakeCorner project
🔑 takeaways:
👉 Codable doesn’t work with @ Published, create custom initializer &amp;amp; encoder
👉 async/await and .task for loading data
…</description>
      <content:encoded><![CDATA[    <p>Day 49 #100DaysOfSwiftUI</p>
<p>✅ Overview of the CupcakeCorner project</p>
<p>🔑 takeaways:<br />
👉 Codable doesn’t work with @ Published, create custom initializer &amp; encoder<br />
👉 async/await and .task for loading data<br />
👉 AsyncImage for loading images<br />
👉 Validate &amp; disable forms with .disabled()</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/tpcfzieo3fa5lqqi">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/fq3twfy7r2o8akj1</link>
      <guid isPermaLink="true">https://dominikhofer.me/fq3twfy7r2o8akj1</guid>
      <pubDate>Tue, 09 Aug 2022 11:18:06 +0200</pubDate>
      <description>Day 48 #100DaysOfSwiftUI
✅ Break day
Nearly 50% done with the course and today was the first day I didn&apos;t actually write any code. But I&apos;ve watched two great videos instead.
If you have any spare time…</description>
      <content:encoded><![CDATA[    <p>Day 48 #100DaysOfSwiftUI</p>
<p>✅ Break day</p>
<p>Nearly 50% done with the course and today was the first day I didn't actually write any code. But I've watched two great videos instead.</p>
<p>If you have any spare time today and are (becoming) a coder, watch this video by @stevewoz 👇</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p><a href="https://player.vimeo.com/video/645767318?dnt=1&amp;pip=1" target="_blank" rel="noopener">https://player.vimeo.com/video/645767318?dnt=1&amp;pip=1</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/fq3twfy7r2o8akj1">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/nzimef6m117npmr9</link>
      <guid isPermaLink="true">https://dominikhofer.me/nzimef6m117npmr9</guid>
      <pubDate>Mon, 08 Aug 2022 21:08:29 +0200</pubDate>
      <description>By the way, I uploaded all my #100DaysOfSwiftUI code to GitHub.
So if you need some help with a challenge or just want to know, how someone else solved it, feel free to take a look!
Will regularly upd…</description>
      <content:encoded><![CDATA[    <p>By the way, I uploaded all my #100DaysOfSwiftUI code to GitHub.</p>
<p>So if you need some help with a challenge or just want to know, how someone else solved it, feel free to take a look!</p>
<p>Will regularly update it.</p>
<p>(Thanks for the idea @rungxanh1995)</p>
<p>🔗 <a href="https://github.com/hfrdmnk/hacking-with-swiftui" target="_blank" rel="noopener">https://github.com/hfrdmnk/hacking-with-swiftui</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/nzimef6m117npmr9">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/o39zr6mkuvy4wg29</link>
      <guid isPermaLink="true">https://dominikhofer.me/o39zr6mkuvy4wg29</guid>
      <pubDate>Mon, 08 Aug 2022 20:53:32 +0200</pubDate>
      <description>Day 47 #100DaysOfSwiftUI
✅ Created the simplest habit tracker ever
This was the first app that I completely built by myself that is actually useful. Impressive, I know 😉
Will probably add a few featur…</description>
      <content:encoded><![CDATA[    <p>Day 47 #100DaysOfSwiftUI</p>
<p>✅ Created the simplest habit tracker ever</p>
<p>This was the first app that I completely built by myself that is actually useful. Impressive, I know 😉</p>
<p>Will probably add a few features if I have time the coming days.</p>
<p>Read on for a few behind the scenes 👇</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>How to save &amp; retrieve data from UserDefaults.</p>
<p>Keep in mind, that this is probably not the most ideal solutions for bigger datasets…</p>
<figure><img alt="" src="https://dominikhofer.me/FZqOeM1WYAIeqHX.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Use .contentShape(Rectangle()) to make the whole list item tappable (including the spacer).</p>
<p>Make sure to use .onTapGesture before .onLongPressGesture, otherwise, the first one gets ignored.</p>
<figure><img alt="" src="https://dominikhofer.me/FZqOu3xWYAE3xrh.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Use .tint to style bordered buttons.</p>
<figure><img alt="" src="https://dominikhofer.me/FZqPLmcWQAEwKzb.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Try to create somewhat “smart” functions that can be used for multiple purposes. But don't overdo it as well…</p>
<figure><img alt="" src="https://dominikhofer.me/FZqPY_TXgAEU8vi.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Create a simple, custom emoji picker that only accepts one emoji as input (you can't enter any other characters).</p>
<p>Here are the two StackOverflow answers I used:<br />
🔗 <a href="https://stackoverflow.com/questions/66397828/emoji-keyboard-swiftui/66397959#66397959" target="_blank" rel="noopener">https://stackoverflow.com/questions/66397828/emoji-keyboard-swiftui/66397959#66397959</a><br />
🔗 <a href="https://stackoverflow.com/questions/66397745/how-to-make-sure-that-only-emoji-can-be-entered-in-the-textfield-swiftui/66398629#66398629" target="_blank" rel="noopener">https://stackoverflow.com/questions/66397745/how-to-make-sure-that-only-emoji-can-be-entered-in-the-textfield-swiftui/66398629#66398629</a></p>
<figure><img alt="" src="https://dominikhofer.me/FZqPoWlXwAAh6WH.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>That's it, thanks for reading until here 🙌</p>
<p>Any ideas for features, that I could add?</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/o39zr6mkuvy4wg29/9bd3b57b6c-1768718735/FZqN7iHXkAYuTwR.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/o39zr6mkuvy4wg29">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/skdd94wwyg8lyvpx</link>
      <guid isPermaLink="true">https://dominikhofer.me/skdd94wwyg8lyvpx</guid>
      <pubDate>Sun, 07 Aug 2022 19:43:52 +0200</pubDate>
      <description>Uno #006
Tracking expenses is the best way to gain an overview over your finances. But doing it regularly can be tedious.
The solution – an app like @FiveCentsApp by @degisner. It&apos;s simple, beautiful …</description>
      <content:encoded><![CDATA[    <p>Uno #006</p>
<p>Tracking expenses is the best way to gain an overview over your finances. But doing it regularly can be tedious.</p>
<p>The solution – an app like @FiveCentsApp by @degisner. It's simple, beautiful and works like a charm.</p>
<p>Entering expenses is as quick as it can get.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🔗<br />
<a href="https://apps.apple.com/ua/app/five-cents-money-tracker/id1599077337" target="_blank" rel="noopener">https://apps.apple.com/ua/app/five-cents-money-tracker/id1599077337</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/skdd94wwyg8lyvpx">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/zv22ibwiuo69g65h</link>
      <guid isPermaLink="true">https://dominikhofer.me/zv22ibwiuo69g65h</guid>
      <pubDate>Sun, 07 Aug 2022 19:39:09 +0200</pubDate>
      <description>Day 46 #100DaysOfSwiftUI
✅ Made my own custom shapes
Doesn&apos;t look that beautiful but was a great way to repeat some of the learnings from this section.
Now looking forward to the next bigger challenge…</description>
      <content:encoded><![CDATA[    <p>Day 46 #100DaysOfSwiftUI</p>
<p>✅ Made my own custom shapes</p>
<p>Doesn't look that beautiful but was a great way to repeat some of the learnings from this section.</p>
<p>Now looking forward to the next bigger challenge tomorrow (already had a look 🤫).</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/zv22ibwiuo69g65h/fcf9d9670e-1768718735/FZk1OqCXgAIg3nS.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/zv22ibwiuo69g65h">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/kkt3nrfly24fb38m</link>
      <guid isPermaLink="true">https://dominikhofer.me/kkt3nrfly24fb38m</guid>
      <pubDate>Sat, 06 Aug 2022 18:58:34 +0200</pubDate>
      <description>Exactly what I needed 🤓 https://xcancel.com/FloWritesCode/status/1554692285052354560</description>
      <content:encoded><![CDATA[    <p>Exactly what I needed 🤓 <a href="https://xcancel.com/FloWritesCode/status/1554692285052354560" target="_blank" rel="noopener">https://xcancel.com/FloWritesCode/status/1554692285052354560</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/kkt3nrfly24fb38m">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/9iwhcfusoxszkv3g</link>
      <guid isPermaLink="true">https://dominikhofer.me/9iwhcfusoxszkv3g</guid>
      <pubDate>Sat, 06 Aug 2022 12:54:41 +0200</pubDate>
      <description>Day 45 #100DaysOfSwiftUI
✅ Animating shapes
🔑 takeaways:
👉 .blendMode()
👉 Animate shape changes with animatableData
👉 For multiple props, use AnimatablePair
👉 Only Doubles can be interpolated (not Int…</description>
      <content:encoded><![CDATA[    <p>Day 45 #100DaysOfSwiftUI</p>
<p>✅ Animating shapes</p>
<p>🔑 takeaways:<br />
👉 .blendMode()<br />
👉 Animate shape changes with animatableData<br />
👉 For multiple props, use AnimatablePair<br />
👉 Only Doubles can be interpolated (not Ints)</p>
<p>Made something even cooler today than yesterday!</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/9iwhcfusoxszkv3g/80a2cc8a7c-1768718735/FZeN3l-XgAAsFaT.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/9iwhcfusoxszkv3g">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/rsw8ur3asujrdkn7</link>
      <guid isPermaLink="true">https://dominikhofer.me/rsw8ur3asujrdkn7</guid>
      <pubDate>Fri, 05 Aug 2022 18:02:36 +0200</pubDate>
      <description>Day 44 #100DaysOfSwiftUI
✅ Drawing more advanced shapes
🔑 takeaways:
👉 Use stride to create a custom range
👉 CGAffineTransform
👉 FillStyle(eoFill: true) for even-odd filling
👉 Image border with ImageP…</description>
      <content:encoded><![CDATA[    <p>Day 44 #100DaysOfSwiftUI</p>
<p>✅ Drawing more advanced shapes</p>
<p>🔑 takeaways:<br />
👉 Use stride to create a custom range<br />
👉 CGAffineTransform<br />
👉 FillStyle(eoFill: true) for even-odd filling<br />
👉 Image border with ImagePaint()<br />
👉 Enable Metal with .drawingGroup()</p>
<p>Wanna see something cool?</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/rsw8ur3asujrdkn7/409d430294-1768718735/FZaL8rzXkAAZyDU.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/rsw8ur3asujrdkn7">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/oowmjkzcfswdkp1u</link>
      <guid isPermaLink="true">https://dominikhofer.me/oowmjkzcfswdkp1u</guid>
      <pubDate>Thu, 04 Aug 2022 19:22:06 +0200</pubDate>
      <description>Want to learn more about designing for iOS?
@designcodeio has a handy guide to follow. Much better consumable than the HIG.
https://designcode.io/ios-design-handbook-intro-to-ios-14-design</description>
      <content:encoded><![CDATA[    <p>Want to learn more about designing for iOS?</p>
<p>@designcodeio has a handy guide to follow. Much better consumable than the HIG.</p>
<p><a href="https://designcode.io/ios-design-handbook-intro-to-ios-14-design" target="_blank" rel="noopener">https://designcode.io/ios-design-handbook-intro-to-ios-14-design</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/oowmjkzcfswdkp1u">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/fcigfaeyxb5aiajk</link>
      <guid isPermaLink="true">https://dominikhofer.me/fcigfaeyxb5aiajk</guid>
      <pubDate>Thu, 04 Aug 2022 18:49:18 +0200</pubDate>
      <description>Anyone want an invite for Arc @browsercompany?
First come, first serve ✌️</description>
      <content:encoded><![CDATA[    <p>Anyone want an invite for Arc @browsercompany?</p>
<p>First come, first serve ✌️</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/fcigfaeyxb5aiajk/b77d987a5b-1768718735/FZVNX3yXkAAjeAM.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/fcigfaeyxb5aiajk">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/r8bgnd6paueoyz1j</link>
      <guid isPermaLink="true">https://dominikhofer.me/r8bgnd6paueoyz1j</guid>
      <pubDate>Thu, 04 Aug 2022 12:45:01 +0200</pubDate>
      <description>Day 43 #100DaysOfSwiftUI
✅ Drawing simple shapes
🔑 takeaways:
👉 Use Path type to draw shapes
👉 Shapes are built using paths, but more flexible
👉 .strokeBorder() draws on the inside (use InsettableShap…</description>
      <content:encoded><![CDATA[    <p>Day 43 #100DaysOfSwiftUI</p>
<p>✅ Drawing simple shapes</p>
<p>🔑 takeaways:<br />
👉 Use Path type to draw shapes<br />
👉 Shapes are built using paths, but more flexible<br />
👉 .strokeBorder() draws on the inside (use InsettableShape protocol)</p>
<p>Here's a struct that draws an arc (great for charts) 👇</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/r8bgnd6paueoyz1j/7522c5e8f2-1768718735/FZT50nIX0AARgPW.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/r8bgnd6paueoyz1j">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/6v0dyjxdvk4q31d5</link>
      <guid isPermaLink="true">https://dominikhofer.me/6v0dyjxdvk4q31d5</guid>
      <pubDate>Wed, 03 Aug 2022 17:57:49 +0200</pubDate>
      <description>Day 42 #100DaysOfSwiftUI
✅ Added some additional features on my own
This challenge consisted mostly on refactoring. Got some practice in extracting SwiftUI views and passing data down the tree.
Also l…</description>
      <content:encoded><![CDATA[    <p>Day 42 #100DaysOfSwiftUI</p>
<p>✅ Added some additional features on my own</p>
<p>This challenge consisted mostly on refactoring. Got some practice in extracting SwiftUI views and passing data down the tree.</p>
<p>Also learned how to style a list background:<br />
<a href="https://xcancel.com/dominikhofer_/status/1554857330382192643" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1554857330382192643</a></p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/6v0dyjxdvk4q31d5/0c14ef32af-1768718735/FZP3UZqXwAAuhzb.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/6v0dyjxdvk4q31d5">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/dlcv8umryefbvfw0</link>
      <guid isPermaLink="true">https://dominikhofer.me/dlcv8umryefbvfw0</guid>
      <pubDate>Wed, 03 Aug 2022 17:54:19 +0200</pubDate>
      <description>Found a handy tool to compress gifs 👉 https://ezgif.com/optimize</description>
      <content:encoded><![CDATA[    <p>Found a handy tool to compress gifs 👉 <a href="https://ezgif.com/optimize" target="_blank" rel="noopener">https://ezgif.com/optimize</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/dlcv8umryefbvfw0">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/hj45hcjf1alf80ga</link>
      <guid isPermaLink="true">https://dominikhofer.me/hj45hcjf1alf80ga</guid>
      <pubDate>Wed, 03 Aug 2022 17:50:50 +0200</pubDate>
      <description>Quick SwiftUI tip:
I struggled to figure out how to change the background of a list in SwiftUI.
Turns out, you need to use the .onAppear modifier 👇

If you want to style individual rows, use .listRowB…</description>
      <content:encoded><![CDATA[    <p>Quick SwiftUI tip:</p>
<p>I struggled to figure out how to change the background of a list in SwiftUI.</p>
<p>Turns out, you need to use the .onAppear modifier 👇</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>If you want to style individual rows, use .listRowBackground()</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>You can also use .listStyle(.plain) which allows you to then set a custom background color. However, this changes the appearance of the list (full width).</p>
<p>See comparison (left: regular, right: plain) 👇</p>
<figure><img alt="" src="https://dominikhofer.me/FZP4lWhXEAIBuMF.jpg"></figure>  


      <p><img src="https://dominikhofer.me/media/pages/notes/hj45hcjf1alf80ga/be10aba81b-1768718735/FZP2ZhFXoAQaYA6.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/hj45hcjf1alf80ga">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/16ondjmx89xc4vkl</link>
      <guid isPermaLink="true">https://dominikhofer.me/16ondjmx89xc4vkl</guid>
      <pubDate>Tue, 02 Aug 2022 10:29:38 +0200</pubDate>
      <description>Day 41 #100DaysOfSwiftUI
✅ Built the Moonshot project (part II)
🔑 takeaways:
👉 Use struct initializer to “merge” JSON files
👉 .navigationBarTitleDisplayMode(.inline) on subviews
👉 Force unwrap with !
…</description>
      <content:encoded><![CDATA[    <p>Day 41 #100DaysOfSwiftUI</p>
<p>✅ Built the Moonshot project (part II)</p>
<p>🔑 takeaways:<br />
👉 Use struct initializer to “merge” JSON files<br />
👉 .navigationBarTitleDisplayMode(.inline) on subviews<br />
👉 Force unwrap with !</p>
<p>Also added a little indicator about which crew member was the commander.</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/16ondjmx89xc4vkl/aae6dbb140-1768718735/FZJHhMCWAAAUvV9.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/16ondjmx89xc4vkl">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/y84z575fz6yykqow</link>
      <guid isPermaLink="true">https://dominikhofer.me/y84z575fz6yykqow</guid>
      <pubDate>Mon, 01 Aug 2022 17:02:34 +0200</pubDate>
      <description>Day 40 #100DaysOfSwiftUI
✅ Built the Moonshot project (part I)
🔑 takeaways:
👉 Use a separate file to load data into app
👉 Generics are useful for reusability
👉 Use computed properties in your structs
…</description>
      <content:encoded><![CDATA[    <p>Day 40 #100DaysOfSwiftUI</p>
<p>✅ Built the Moonshot project (part I)</p>
<p>🔑 takeaways:<br />
👉 Use a separate file to load data into app<br />
👉 Generics are useful for reusability<br />
👉 Use computed properties in your structs<br />
👉 Define colors with an extension<br />
👉 .preferredColorScheme(.dark)</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/y84z575fz6yykqow/2f2f332544-1768718735/FZFX3KbWAAIT1IZ.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/y84z575fz6yykqow">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/drpy62nrcda8aem4</link>
      <guid isPermaLink="true">https://dominikhofer.me/drpy62nrcda8aem4</guid>
      <pubDate>Sun, 31 Jul 2022 22:52:16 +0200</pubDate>
      <description>Uno #005
Newsletters cluttering up your inbox?
No problem, just use a dedicated inbox for all the newsletters you don&apos;t want to miss. I personally like @stoopinbox. It gives you a special email addres…</description>
      <content:encoded><![CDATA[    <p>Uno #005</p>
<p>Newsletters cluttering up your inbox?</p>
<p>No problem, just use a dedicated inbox for all the newsletters you don't want to miss. I personally like @stoopinbox. It gives you a special email address and reading app.</p>
<p>What's a newsletter everyone should subscribe to?</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🔗 <a href="https://stoopinboxcancel.com" target="_blank" rel="noopener">https://stoopinboxcancel.com</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/drpy62nrcda8aem4">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ibzhyykju4rgxzwh</link>
      <guid isPermaLink="true">https://dominikhofer.me/ibzhyykju4rgxzwh</guid>
      <pubDate>Sun, 31 Jul 2022 14:30:54 +0200</pubDate>
      <description>Day 39 #100DaysOfSwiftUI
✅ Overview of the Moonshot project
🔑 takeaways:
👉 .resizeable() to resize images with .scaledToFit/Fill()
👉 GeometryReader is really powerful for resizing
👉 ScrollView
👉 Lazy …</description>
      <content:encoded><![CDATA[    <p>Day 39 #100DaysOfSwiftUI</p>
<p>✅ Overview of the Moonshot project</p>
<p>🔑 takeaways:<br />
👉 .resizeable() to resize images with .scaledToFit/Fill()<br />
👉 GeometryReader is really powerful for resizing<br />
👉 ScrollView<br />
👉 Lazy stacks/grids for lazy loading<br />
👉 NavigationLink to “connect” views</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/ibzhyykju4rgxzwh">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/vossf6e138uoxq5p</link>
      <guid isPermaLink="true">https://dominikhofer.me/vossf6e138uoxq5p</guid>
      <pubDate>Sat, 30 Jul 2022 12:34:10 +0200</pubDate>
      <description>Really interesting thread on colors in todays world (and how it used to be): https://xcancel.com/culturaltutor/status/1551976051860963333</description>
      <content:encoded><![CDATA[    <p>Really interesting thread on colors in todays world (and how it used to be): <a href="https://xcancel.com/culturaltutor/status/1551976051860963333" target="_blank" rel="noopener">https://xcancel.com/culturaltutor/status/1551976051860963333</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/vossf6e138uoxq5p">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/bhqbeokul64froo7</link>
      <guid isPermaLink="true">https://dominikhofer.me/bhqbeokul64froo7</guid>
      <pubDate>Sat, 30 Jul 2022 12:24:42 +0200</pubDate>
      <description>Day 38 #100DaysOfSwiftUI
✅ Added some additional features on my own
This was a fun project to work on, something I would actually use myself with a few more features 🙌
I especially like the idea with …</description>
      <content:encoded><![CDATA[    <p>Day 38 #100DaysOfSwiftUI</p>
<p>✅ Added some additional features on my own</p>
<p>This was a fun project to work on, something I would actually use myself with a few more features 🙌</p>
<p>I especially like the idea with the picker up top to select the entries that should be shown.</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/bhqbeokul64froo7/573fcd63b5-1768718735/FY6E9ttXEAAQ6QV.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/bhqbeokul64froo7">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/xq1wrju527ms4vnw</link>
      <guid isPermaLink="true">https://dominikhofer.me/xq1wrju527ms4vnw</guid>
      <pubDate>Fri, 29 Jul 2022 14:16:33 +0200</pubDate>
      <description>Day 37 #100DaysOfSwiftUI
✅ Built the iExpense project
🔑 takeaways:
👉 Organize classes &amp;amp; structs in other files
👉 Use UUID() to create unique ids
👉 Pass data to child views as ObservableObject
👉 Us…</description>
      <content:encoded><![CDATA[    <p>Day 37 #100DaysOfSwiftUI</p>
<p>✅ Built the iExpense project</p>
<p>🔑 takeaways:<br />
👉 Organize classes &amp; structs in other files<br />
👉 Use UUID() to create unique ids<br />
👉 Pass data to child views as ObservableObject<br />
👉 Use didSet and initializer to write/read data from class to UserDefaults</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/xq1wrju527ms4vnw/af3d34bfcd-1768718735/FY1U_IYXkAEBHN-.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/xq1wrju527ms4vnw">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/bt8ssdfgze1z6qdz</link>
      <guid isPermaLink="true">https://dominikhofer.me/bt8ssdfgze1z6qdz</guid>
      <pubDate>Thu, 28 Jul 2022 21:51:50 +0200</pubDate>
      <description>Let me show you something that will 🤯 your mind.
This website built by @thatsfinsweet in @webflow 🌍
🔗👇

https://www.translate-wf.com/</description>
      <content:encoded><![CDATA[    <p>Let me show you something that will 🤯 your mind.</p>
<p>This website built by @thatsfinsweet in @webflow 🌍</p>
<p>🔗👇</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p><a href="https://www.translate-wf.com/" target="_blank" rel="noopener">https://www.translate-wf.com/</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/bt8ssdfgze1z6qdz/534e9670c0-1768718735/FYx0EelXgAIkLyZ.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/bt8ssdfgze1z6qdz">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/7hk3ta7u58fvv8aw</link>
      <guid isPermaLink="true">https://dominikhofer.me/7hk3ta7u58fvv8aw</guid>
      <pubDate>Thu, 28 Jul 2022 21:48:53 +0200</pubDate>
      <description>Day 36 #100DaysOfSwiftUI
✅ Overview of the iExpense project
🔑 takeaways:
👉 Learned about a few property wrappers: StateObject, ObservedObject, Environment, AppStorage
👉 .sheet() modifier to display ov…</description>
      <content:encoded><![CDATA[    <p>Day 36 #100DaysOfSwiftUI</p>
<p>✅ Overview of the iExpense project</p>
<p>🔑 takeaways:<br />
👉 Learned about a few property wrappers: StateObject, ObservedObject, Environment, AppStorage<br />
👉 .sheet() modifier to display overlaying view<br />
👉 .onDelete() with ForEach to delete rows</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/7hk3ta7u58fvv8aw">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/6gbrbr2utkvrtwl3</link>
      <guid isPermaLink="true">https://dominikhofer.me/6gbrbr2utkvrtwl3</guid>
      <pubDate>Wed, 27 Jul 2022 15:38:40 +0200</pubDate>
      <description>Want a free trial for @EndelSound?
Check out the link below 😇 https://xcancel.com/EndelSound/status/1552263764849922048</description>
      <content:encoded><![CDATA[    <p>Want a free trial for @EndelSound?<br />
Check out the link below 😇 <a href="https://xcancel.com/EndelSound/status/1552263764849922048" target="_blank" rel="noopener">https://xcancel.com/EndelSound/status/1552263764849922048</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/6gbrbr2utkvrtwl3">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/jvw1wnwa51yyneyb</link>
      <guid isPermaLink="true">https://dominikhofer.me/jvw1wnwa51yyneyb</guid>
      <pubDate>Tue, 26 Jul 2022 21:00:54 +0200</pubDate>
      <description>Day 35 (Part II) #100DaysOfSwiftUI
Finished the game and even managed to add a few animations. I&apos;m especially proud of the card flip 🙌 
The code behind it is quite ugly though, will probably come back…</description>
      <content:encoded><![CDATA[    <p>Day 35 (Part II) #100DaysOfSwiftUI</p>
<p>Finished the game and even managed to add a few animations. I'm especially proud of the card flip 🙌 </p>
<p>The code behind it is quite ugly though, will probably come back to it and do a little refactor.</p>
<p>Other suggestions on what I could improve?</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Btw, here's the tutorial I loosely followed for the card flipping animation: <a href="https://youtu.be/v2Xf1gwcQSA" target="_blank" rel="noopener">https://youtu.be/v2Xf1gwcQSA</a></p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/jvw1wnwa51yyneyb/c4e8fe00da-1768718735/FYnUPb4XgAI71zr.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/jvw1wnwa51yyneyb">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/30fdm6io9m6sn9zs</link>
      <guid isPermaLink="true">https://dominikhofer.me/30fdm6io9m6sn9zs</guid>
      <pubDate>Tue, 26 Jul 2022 15:59:09 +0200</pubDate>
      <description>Love it when people use their personal websites for lil experiments like these 👏 https://xcancel.com/raunofreiberg/status/1551926000824582146</description>
      <content:encoded><![CDATA[    <p>Love it when people use their personal websites for lil experiments like these 👏 <a href="https://xcancel.com/raunofreiberg/status/1551926000824582146" target="_blank" rel="noopener">https://xcancel.com/raunofreiberg/status/1551926000824582146</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/30fdm6io9m6sn9zs">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/o43rime9qytgsmp0</link>
      <guid isPermaLink="true">https://dominikhofer.me/o43rime9qytgsmp0</guid>
      <pubDate>Mon, 25 Jul 2022 22:33:16 +0200</pubDate>
      <description>Day 35 (Part I) #100DaysOfSwiftUI
Here&apos;s what I got done so far:
✅ Basic variable setup
✅ Entering custom game settings
✅ Generating Q &amp;amp; A array based on settings
✅ Start game
Couldn&apos;t finish the …</description>
      <content:encoded><![CDATA[    <p>Day 35 (Part I) #100DaysOfSwiftUI</p>
<p>Here's what I got done so far:<br />
✅ Basic variable setup<br />
✅ Entering custom game settings<br />
✅ Generating Q &amp; A array based on settings<br />
✅ Start game</p>
<p>Couldn't finish the challenge today, but will continue tomorrow!</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/o43rime9qytgsmp0/356cf54525-1768718735/FYigLfOX0AgRP6x.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/o43rime9qytgsmp0">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/huhh4ykv1mtlqogi</link>
      <guid isPermaLink="true">https://dominikhofer.me/huhh4ykv1mtlqogi</guid>
      <pubDate>Sun, 24 Jul 2022 17:14:37 +0200</pubDate>
      <description>Uno #004
An interesting approach when it comes to music: Personalized soundscapes.
@EndelSound provides exactly that: Custom generated sounds you can listen to for focus, exercise or relaxation.
It ev…</description>
      <content:encoded><![CDATA[    <p>Uno #004</p>
<p>An interesting approach when it comes to music: Personalized soundscapes.</p>
<p>@EndelSound provides exactly that: Custom generated sounds you can listen to for focus, exercise or relaxation.</p>
<p>It even considers factors like the current weather or your heart rate!</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🔗 <a href="https://endel.io/" target="_blank" rel="noopener">https://endel.io/</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/huhh4ykv1mtlqogi">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/hz0ugymjcqqdqqlo</link>
      <guid isPermaLink="true">https://dominikhofer.me/hz0ugymjcqqdqqlo</guid>
      <pubDate>Sun, 24 Jul 2022 17:10:02 +0200</pubDate>
      <description>Day 34 #100DaysOfSwiftUI
✅ Repeating the animation topic by creating some on my own
Todays challenge was to extend the GTF project with my own animations:

The selected flag spins on tap
The other two…</description>
      <content:encoded><![CDATA[    <p>Day 34 #100DaysOfSwiftUI</p>
<p>✅ Repeating the animation topic by creating some on my own</p>
<p>Todays challenge was to extend the GTF project with my own animations:</p>
<ol>
<li>The selected flag spins on tap</li>
<li>The other two flags scale down, get desaturated and scaled down</li>
</ol>
<p>Was a fun one!</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/hz0ugymjcqqdqqlo/21a9c07857-1768718735/FYcM4XqXkAYY4zH.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/hz0ugymjcqqdqqlo">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/g4g5vvrnbhnpmwl0</link>
      <guid isPermaLink="true">https://dominikhofer.me/g4g5vvrnbhnpmwl0</guid>
      <pubDate>Sat, 23 Jul 2022 12:46:51 +0200</pubDate>
      <description>Day 33 #100DaysOfSwiftUI (Back at it again)
✅ Animations pt. II
🔑 takeaways:
👉 The order in which animations are applied matters, you can also add multiple modifiers
👉 .offset() modifier is like trans…</description>
      <content:encoded><![CDATA[    <p>Day 33 #100DaysOfSwiftUI (Back at it again)</p>
<p>✅ Animations pt. II</p>
<p>🔑 takeaways:<br />
👉 The order in which animations are applied matters, you can also add multiple modifiers<br />
👉 .offset() modifier is like translate in CSS<br />
👉 .transition() modifier for entering/exiting animations</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Also, here's a lil word 🐍</p>
<figure><img alt="" src="https://dominikhofer.me/FYWHZY1WIAQiNzJ.mp4"></figure>  


      <p><video src="https://dominikhofer.me/media/pages/notes/g4g5vvrnbhnpmwl0/dfe9f8e73d-1768718735/FYWHVpUXkAEy87b.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/g4g5vvrnbhnpmwl0">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/fgdkacgeolusysgo</link>
      <guid isPermaLink="true">https://dominikhofer.me/fgdkacgeolusysgo</guid>
      <pubDate>Fri, 22 Jul 2022 23:01:46 +0200</pubDate>
      <description>Fi-Na-Lly
Everything&apos;s just beautiful right from the start ✨

👀
</description>
      <content:encoded><![CDATA[    <p>Fi-Na-Lly</p>
<p>Everything's just beautiful right from the start ✨</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>👀</p>
<figure><img alt="" src="https://dominikhofer.me/FYTKaMdWYAsRPf5.jpg"></figure>  


      <p><img src="https://dominikhofer.me/media/pages/notes/fgdkacgeolusysgo/af4f3c2f3b-1768718735/FYTKS80WIAAflw9.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/fgdkacgeolusysgo">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/jl0mvh7uzi85m1f8</link>
      <guid isPermaLink="true">https://dominikhofer.me/jl0mvh7uzi85m1f8</guid>
      <pubDate>Fri, 22 Jul 2022 22:47:37 +0200</pubDate>
      <description>Day 32 #100DaysOfSwiftUI (Back at it again)
✅ Learned about implicit &amp;amp; explicit animations
🔑 takeaways:
👉 Implicit animations are the easiest ones (.animation() modifier)
👉 Easing functions can us…</description>
      <content:encoded><![CDATA[    <p>Day 32 #100DaysOfSwiftUI (Back at it again)</p>
<p>✅ Learned about implicit &amp; explicit animations</p>
<p>🔑 takeaways:<br />
👉 Implicit animations are the easiest ones (.animation() modifier)<br />
👉 Easing functions can use modifiers as well<br />
👉 For explicit animations, wrap with withAnimation</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/jl0mvh7uzi85m1f8/dd05d907b9-1768718735/FYTG1Q2XkAIauxD.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/jl0mvh7uzi85m1f8">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/lq89ooa6ngvkze34</link>
      <guid isPermaLink="true">https://dominikhofer.me/lq89ooa6ngvkze34</guid>
      <pubDate>Thu, 21 Jul 2022 17:15:02 +0200</pubDate>
      <description>Starting is the hardest part of the journey.</description>
      <content:encoded><![CDATA[    <p>Starting is the hardest part of the journey.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/lq89ooa6ngvkze34">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ztnby12mkiq4sjwe</link>
      <guid isPermaLink="true">https://dominikhofer.me/ztnby12mkiq4sjwe</guid>
      <pubDate>Wed, 20 Jul 2022 19:02:41 +0200</pubDate>
      <description>A few impressions from yesterday evening.
Shot on an iPhone.</description>
      <content:encoded><![CDATA[    <p>A few impressions from yesterday evening.</p>
<p>Shot on an iPhone.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ztnby12mkiq4sjwe/e75187633d-1768718735/FYIAr7hXoAIBdDj.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/ztnby12mkiq4sjwe/4c72064c04-1768718735/FYIAr7jXgAAimUW.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/ztnby12mkiq4sjwe/c0dc69a6aa-1768718735/FYIAr7kXgAEhZ7P.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/ztnby12mkiq4sjwe/08f46bfd81-1768718735/FYIAr7mXEAE3e8k.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ztnby12mkiq4sjwe">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/hn7bbi4awq6w4ewk</link>
      <guid isPermaLink="true">https://dominikhofer.me/hn7bbi4awq6w4ewk</guid>
      <pubDate>Tue, 19 Jul 2022 17:15:02 +0200</pubDate>
      <description>Embrace the fact that you don&apos;t know everything.
Learn to love learning.</description>
      <content:encoded><![CDATA[    <p>Embrace the fact that you don't know everything.</p>
<p>Learn to love learning.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/hn7bbi4awq6w4ewk">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/q28nw9wx9njjavzm</link>
      <guid isPermaLink="true">https://dominikhofer.me/q28nw9wx9njjavzm</guid>
      <pubDate>Tue, 19 Jul 2022 16:19:53 +0200</pubDate>
      <description>Every day can be pizza (or pinsa) day, if you just want it to be 😋🍕
Right, @heymattia? ;)</description>
      <content:encoded><![CDATA[    <p>Every day can be pizza (or pinsa) day, if you just want it to be 😋🍕</p>
<p>Right, @heymattia? ;)</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/q28nw9wx9njjavzm/91ea0444f4-1768718735/FYCR0waXoAAuMnq.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/q28nw9wx9njjavzm">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3uf4twpbt918nbl1</link>
      <guid isPermaLink="true">https://dominikhofer.me/3uf4twpbt918nbl1</guid>
      <pubDate>Tue, 19 Jul 2022 08:58:21 +0200</pubDate>
      <description>What a way to start the day @browsercompany 😍</description>
      <content:encoded><![CDATA[    <p>What a way to start the day @browsercompany 😍</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/3uf4twpbt918nbl1/5deea8fce8-1768718735/FYAsxr_UUAAbD8M.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3uf4twpbt918nbl1">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/tih4q2ts9wzh0954</link>
      <guid isPermaLink="true">https://dominikhofer.me/tih4q2ts9wzh0954</guid>
      <pubDate>Mon, 18 Jul 2022 17:15:02 +0200</pubDate>
      <description>Gonna take a 5-day break from #100DaysOfSwiftUI as I am going on vacation, starting today.
Will be back though ✌️</description>
      <content:encoded><![CDATA[    <p>Gonna take a 5-day break from #100DaysOfSwiftUI as I am going on vacation, starting today.</p>
<p>Will be back though ✌️</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/tih4q2ts9wzh0954">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/t805dnk9iyijtr95</link>
      <guid isPermaLink="true">https://dominikhofer.me/t805dnk9iyijtr95</guid>
      <pubDate>Sun, 17 Jul 2022 17:01:25 +0200</pubDate>
      <description>Uno #003
Let&apos;s talk about colors 🎨
ColorBox is a handy tool by @kvyn_ for creating color schemes for your UI designs (Tailwind style).
Takes a bit of getting used to but once you get it, you&apos;ll always…</description>
      <content:encoded><![CDATA[    <p>Uno #003</p>
<p>Let's talk about colors 🎨</p>
<p>ColorBox is a handy tool by @kvyn_ for creating color schemes for your UI designs (Tailwind style).</p>
<p>Takes a bit of getting used to but once you get it, you'll always wanna use it. It even supports export to @figma!</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🔗 <a href="https://colorbox.io" target="_blank" rel="noopener">https://colorbox.io</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/t805dnk9iyijtr95/7d6faf70b3-1768718735/FX4ICecWAAISkV1.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/t805dnk9iyijtr95">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/rqhsjenye48ysw9z</link>
      <guid isPermaLink="true">https://dominikhofer.me/rqhsjenye48ysw9z</guid>
      <pubDate>Sun, 17 Jul 2022 13:07:45 +0200</pubDate>
      <description>Day 31 #100DaysOfSwiftUI
✅ Added some additional features on my own
The score is calculated by multiplying the number of words with the total number of letters in all answers. The score turns green wh…</description>
      <content:encoded><![CDATA[    <p>Day 31 #100DaysOfSwiftUI</p>
<p>✅ Added some additional features on my own</p>
<p>The score is calculated by multiplying the number of words with the total number of letters in all answers. The score turns green when you reach 100 or more points (which isn't that easy let me tell you 😂)</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/rqhsjenye48ysw9z/1bbc81a187-1768718735/FX3R6pOWYAI3kHd.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/rqhsjenye48ysw9z">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/2rzkaw3hw1k799ea</link>
      <guid isPermaLink="true">https://dominikhofer.me/2rzkaw3hw1k799ea</guid>
      <pubDate>Sat, 16 Jul 2022 13:07:03 +0200</pubDate>
      <description>Day 30 #100DaysOfSwiftUI
✅ Built the WordScramble project
🔑 takeaways:
👉 .onSubmit() modifier
👉 withAnimation closure for “smoothly” entering new data
👉 Use .onAppear() modifier to execute code on lau…</description>
      <content:encoded><![CDATA[    <p>Day 30 #100DaysOfSwiftUI</p>
<p>✅ Built the WordScramble project</p>
<p>🔑 takeaways:<br />
👉 .onSubmit() modifier<br />
👉 withAnimation closure for “smoothly” entering new data<br />
👉 Use .onAppear() modifier to execute code on launch<br />
👉 guard let is very useful with boolean returning functions</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>On a sidenote, already 30 days in and still as excited as on day one! Can't wait to realize my own app ideas!</p>
<figure><img alt="" src="https://dominikhofer.me/FXyJIZpUIAA4XnC.mp4"></figure>  


      <p><video src="https://dominikhofer.me/media/pages/notes/2rzkaw3hw1k799ea/a58c986b8d-1768718735/FXyIVd9UYAA6QHP.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/2rzkaw3hw1k799ea">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/lam9judjgicn3nn8</link>
      <guid isPermaLink="true">https://dominikhofer.me/lam9judjgicn3nn8</guid>
      <pubDate>Fri, 15 Jul 2022 20:42:14 +0200</pubDate>
      <description>Day 29 #100DaysOfSwiftUI
✅ Overview of the WordScramble project
🔑 takeaways:
👉 The list view is used extensively for displaying data
👉 Resources get put into an app bundle
👉 You can even spellcheck yo…</description>
      <content:encoded><![CDATA[    <p>Day 29 #100DaysOfSwiftUI</p>
<p>✅ Overview of the WordScramble project</p>
<p>🔑 takeaways:<br />
👉 The list view is used extensively for displaying data<br />
👉 Resources get put into an app bundle<br />
👉 You can even spellcheck your words with UITextChecker() (although it has a pretty clunky API…)</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/lam9judjgicn3nn8">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/cbr0rnje7do0ptem</link>
      <guid isPermaLink="true">https://dominikhofer.me/cbr0rnje7do0ptem</guid>
      <pubDate>Thu, 14 Jul 2022 11:40:43 +0200</pubDate>
      <description>Day 28 #100DaysOfSwiftUI
✅ Added some additional features on my own
I actually quite like the result, it&apos;s simple but still looks very “iOS-like” and nice. It&apos;s great to see how comparatively easy it …</description>
      <content:encoded><![CDATA[    <p>Day 28 #100DaysOfSwiftUI</p>
<p>✅ Added some additional features on my own</p>
<p>I actually quite like the result, it's simple but still looks very “iOS-like” and nice. It's great to see how comparatively easy it is to create fully functional apps. And the ml part still blows my mind 🤯</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/cbr0rnje7do0ptem/c03c08f093-1768718735/FXnhQUIWIAEq-Db.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/cbr0rnje7do0ptem">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ju3x8uprt3as362z</link>
      <guid isPermaLink="true">https://dominikhofer.me/ju3x8uprt3as362z</guid>
      <pubDate>Thu, 14 Jul 2022 11:15:19 +0200</pubDate>
      <description>Dates in #SwiftUI in a 🐚 
Love the enthusiasm @twostraws 😂</description>
      <content:encoded><![CDATA[    <p>Dates in #SwiftUI in a 🐚 </p>
<p>Love the enthusiasm @twostraws 😂</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ju3x8uprt3as362z/a568fa01aa-1768718735/FXncLgLUYAAI4C5.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ju3x8uprt3as362z">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/w8g3i46a0adni8ck</link>
      <guid isPermaLink="true">https://dominikhofer.me/w8g3i46a0adni8ck</guid>
      <pubDate>Wed, 13 Jul 2022 21:13:17 +0200</pubDate>
      <description>Create what you want to exist in the world. https://xcancel.com/IAmAndrewKirby/status/1547213356943265792</description>
      <content:encoded><![CDATA[    <p>Create what you want to exist in the world. <a href="https://xcancel.com/IAmAndrewKirby/status/1547213356943265792" target="_blank" rel="noopener">https://xcancel.com/IAmAndrewKirby/status/1547213356943265792</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/w8g3i46a0adni8ck">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/pa6ega6y5oxqq5lr</link>
      <guid isPermaLink="true">https://dominikhofer.me/pa6ega6y5oxqq5lr</guid>
      <pubDate>Wed, 13 Jul 2022 20:08:22 +0200</pubDate>
      <description>Day 27 #100DaysOfSwiftUI
✅ Built the BetterRest project
🔑 takeaways:
👉 .toolbar modifier to add an “action” to view
👉 Imported ml models auto generates class
👉 To read a property whenever we want, mak…</description>
      <content:encoded><![CDATA[    <p>Day 27 #100DaysOfSwiftUI</p>
<p>✅ Built the BetterRest project</p>
<p>🔑 takeaways:<br />
👉 .toolbar modifier to add an “action” to view<br />
👉 Imported ml models auto generates class<br />
👉 To read a property whenever we want, make it static</p>
<p>Not that beautiful yet, but the ml part is amazing!</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/pa6ega6y5oxqq5lr/1f3c779fcf-1768718735/FXkMCT-XgAIt8v8.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/pa6ega6y5oxqq5lr">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/4hkbp5dc7bbxketw</link>
      <guid isPermaLink="true">https://dominikhofer.me/4hkbp5dc7bbxketw</guid>
      <pubDate>Wed, 13 Jul 2022 13:25:40 +0200</pubDate>
      <description>Since when does Photoshop have a guide on how to export NFTs in the export menu? 🤨</description>
      <content:encoded><![CDATA[    <p>Since when does Photoshop have a guide on how to export NFTs in the export menu? 🤨</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/4hkbp5dc7bbxketw/b014d823a7-1768718735/FXiwbDFWYAAZ8Rd.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/4hkbp5dc7bbxketw">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ugiaym037uercl2p</link>
      <guid isPermaLink="true">https://dominikhofer.me/ugiaym037uercl2p</guid>
      <pubDate>Tue, 12 Jul 2022 11:40:41 +0200</pubDate>
      <description>Day 26 #100DaysOfSwiftUI
✅ Overview of the BetterRest project
🔑 takeaways:
👉 Stepper &amp;amp; Slider are ways to enter numbers
👉 Dates are hard to work with, but Swift provides handy abstractions
👉 You c…</description>
      <content:encoded><![CDATA[    <p>Day 26 #100DaysOfSwiftUI</p>
<p>✅ Overview of the BetterRest project</p>
<p>🔑 takeaways:<br />
👉 Stepper &amp; Slider are ways to enter numbers<br />
👉 Dates are hard to work with, but Swift provides handy abstractions<br />
👉 You can easily create your own machine learning models with Create ML!</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/ugiaym037uercl2p">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/8xblo49fkm30y2k1</link>
      <guid isPermaLink="true">https://dominikhofer.me/8xblo49fkm30y2k1</guid>
      <pubDate>Mon, 11 Jul 2022 15:22:04 +0200</pubDate>
      <description>Day 25 #100DaysOfSwiftUI
✅ Built a simple rock, paper, scissors app
This was a great project to recap some of the learnings from the past few days!
One thing I&apos;m particularly proud of is the way I han…</description>
      <content:encoded><![CDATA[    <p>Day 25 #100DaysOfSwiftUI</p>
<p>✅ Built a simple rock, paper, scissors app</p>
<p>This was a great project to recap some of the learnings from the past few days!</p>
<p>One thing I'm particularly proud of is the way I handled the validation: It's a dictionary with all the winning pairs.</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/8xblo49fkm30y2k1/3e1b444180-1768718735/FXY3LCdXgAATpoC.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/8xblo49fkm30y2k1">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/0pwygxci34ooxfkm</link>
      <guid isPermaLink="true">https://dominikhofer.me/0pwygxci34ooxfkm</guid>
      <pubDate>Sun, 10 Jul 2022 15:39:48 +0200</pubDate>
      <description>Uno #002
Today&apos;s tool is a handy little site called copypastecharacters.
Whenever you need some special characters like ⟡, , ⌘ or ⌥, just get them from there. One click to copy them to your clipboard…</description>
      <content:encoded><![CDATA[    <p>Uno #002</p>
<p>Today's tool is a handy little site called copypastecharacters.</p>
<p>Whenever you need some special characters like ⟡, , ⌘ or ⌥, just get them from there. One click to copy them to your clipboard.</p>
<p>👀 Pro tip: Save frequently used symbols as snippets in @raycastapp</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🔗 <a href="https://copypastecharacter.com" target="_blank" rel="noopener">https://copypastecharacter.com</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/0pwygxci34ooxfkm">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/yjggms395eq4p0vo</link>
      <guid isPermaLink="true">https://dominikhofer.me/yjggms395eq4p0vo</guid>
      <pubDate>Sun, 10 Jul 2022 15:32:25 +0200</pubDate>
      <description>Day 24 #100DaysOfSwiftUI
✅ Repetition of yesterday&apos;s topics on my own
Although days like these require a bit more brainpower than just following tutorials, I really learned to like them. They are exac…</description>
      <content:encoded><![CDATA[    <p>Day 24 #100DaysOfSwiftUI</p>
<p>✅ Repetition of yesterday's topics on my own</p>
<p>Although days like these require a bit more brainpower than just following tutorials, I really learned to like them. They are exactly what you need to let concepts sink in.</p>
<p>Kudos to @twostraws 👏</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/yjggms395eq4p0vo">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ss3hh3p7r65jgbwo</link>
      <guid isPermaLink="true">https://dominikhofer.me/ss3hh3p7r65jgbwo</guid>
      <pubDate>Sat, 09 Jul 2022 16:26:04 +0200</pubDate>
      <description>Day 23 #100DaysOfSwiftUI
✅ Custom views &amp;amp; modifiers
🔑 takeaways:
👉 Modifiers create a new view → order matters
👉 Use ternary operator for conditional modifiers
👉 Environment modifier gets applied …</description>
      <content:encoded><![CDATA[    <p>Day 23 #100DaysOfSwiftUI</p>
<p>✅ Custom views &amp; modifiers</p>
<p>🔑 takeaways:<br />
👉 Modifiers create a new view → order matters<br />
👉 Use ternary operator for conditional modifiers<br />
👉 Environment modifier gets applied to all children<br />
👉 You can create custom views &amp; modifiers for reusability</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/ss3hh3p7r65jgbwo">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/s1sv2c4jf6acj8nr</link>
      <guid isPermaLink="true">https://dominikhofer.me/s1sv2c4jf6acj8nr</guid>
      <pubDate>Fri, 08 Jul 2022 23:09:54 +0200</pubDate>
      <description>Day 22 #100DaysOfSwiftUI
✅ Added some additional features on my own
For this challenge, I already had to google some things, which I think is a great sign! I actually really like that during this cour…</description>
      <content:encoded><![CDATA[    <p>Day 22 #100DaysOfSwiftUI</p>
<p>✅ Added some additional features on my own</p>
<p>For this challenge, I already had to google some things, which I think is a great sign! I actually really like that during this course, I get to work on things on my own. Prepares me for my own projects.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/s1sv2c4jf6acj8nr/b33eb06573-1768718735/FXLFgoCWQAA3CRs.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/s1sv2c4jf6acj8nr">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/6wuf6zw6oiv8qcfh</link>
      <guid isPermaLink="true">https://dominikhofer.me/6wuf6zw6oiv8qcfh</guid>
      <pubDate>Fri, 08 Jul 2022 22:13:09 +0200</pubDate>
      <description>Love to see the numbers behind some popular design tips! https://xcancel.com/Gavmn/status/1545387084017532929</description>
      <content:encoded><![CDATA[    <p>Love to see the numbers behind some popular design tips! <a href="https://xcancel.com/Gavmn/status/1545387084017532929" target="_blank" rel="noopener">https://xcancel.com/Gavmn/status/1545387084017532929</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/6wuf6zw6oiv8qcfh">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/t5bq8zdbhnmcg5fi</link>
      <guid isPermaLink="true">https://dominikhofer.me/t5bq8zdbhnmcg5fi</guid>
      <pubDate>Fri, 08 Jul 2022 16:12:07 +0200</pubDate>
      <description>Learning the shortcuts of your most-used programs has a really big roi.
Nothing beats being able to do your work mostly without using your mouse.</description>
      <content:encoded><![CDATA[    <p>Learning the shortcuts of your most-used programs has a really big roi.</p>
<p>Nothing beats being able to do your work mostly without using your mouse.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/t5bq8zdbhnmcg5fi">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ky2akeui3mkzchnq</link>
      <guid isPermaLink="true">https://dominikhofer.me/ky2akeui3mkzchnq</guid>
      <pubDate>Thu, 07 Jul 2022 15:59:10 +0200</pubDate>
      <description>In order to keep your goals present, you should review them daily.
Where do you put them, so you can ensure that?</description>
      <content:encoded><![CDATA[    <p>In order to keep your goals present, you should review them daily.</p>
<p>Where do you put them, so you can ensure that?</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/ky2akeui3mkzchnq">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/b97ymp74bxj5uli8</link>
      <guid isPermaLink="true">https://dominikhofer.me/b97ymp74bxj5uli8</guid>
      <pubDate>Thu, 07 Jul 2022 14:33:44 +0200</pubDate>
      <description>Currently going through the Final Cut Pro X Skillshare class by @AliAbdaal and only a few lessons in, I&apos;ve already picked up what is probably the most useful tip for video editing 👇
The I-O-E (shortcu…</description>
      <content:encoded><![CDATA[    <p>Currently going through the Final Cut Pro X Skillshare class by @AliAbdaal and only a few lessons in, I've already picked up what is probably the most useful tip for video editing 👇</p>
<p>The I-O-E (shortcuts) workflow for assembling an a-cut.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/b97ymp74bxj5uli8">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/4lr5clc37jfbcq93</link>
      <guid isPermaLink="true">https://dominikhofer.me/4lr5clc37jfbcq93</guid>
      <pubDate>Thu, 07 Jul 2022 13:30:26 +0200</pubDate>
      <description>Day 21 #100DaysOfSwiftUI
✅ Built the GTF project
🔑 takeaways:
👉 Use .shuffled() for a randomized array
👉 .font() modifier is for changing the look of text (uses dynamic type)
👉 Use multiple Spacer() t…</description>
      <content:encoded><![CDATA[    <p>Day 21 #100DaysOfSwiftUI</p>
<p>✅ Built the GTF project</p>
<p>🔑 takeaways:<br />
👉 Use .shuffled() for a randomized array<br />
👉 .font() modifier is for changing the look of text (uses dynamic type)<br />
👉 Use multiple Spacer() to distribute space</p>
<p>Learned a ton about custom styling in this project!</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/4lr5clc37jfbcq93/93997a6d38-1768718735/FXD3doMXgAAUQh0.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/4lr5clc37jfbcq93">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/m0hp0jadzcj4h3x9</link>
      <guid isPermaLink="true">https://dominikhofer.me/m0hp0jadzcj4h3x9</guid>
      <pubDate>Thu, 07 Jul 2022 09:59:09 +0200</pubDate>
      <description>I need to hear this more often. And you do probably to:
Good is good enough.</description>
      <content:encoded><![CDATA[    <p>I need to hear this more often. And you do probably to:</p>
<p>Good is good enough.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/m0hp0jadzcj4h3x9">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/o3fgsih85priosjc</link>
      <guid isPermaLink="true">https://dominikhofer.me/o3fgsih85priosjc</guid>
      <pubDate>Wed, 06 Jul 2022 20:26:25 +0200</pubDate>
      <description>Day 20 #100DaysOfSwiftUI
✅ Overview of GTF project
🔑 takeaways:
👉 Use stacks for returning multiple views
👉 Colors &amp;amp; gradients are views as well
👉 Image(systemImage: &quot;xy&quot;) for icons
👉 Create alert…</description>
      <content:encoded><![CDATA[    <p>Day 20 #100DaysOfSwiftUI</p>
<p>✅ Overview of GTF project</p>
<p>🔑 takeaways:<br />
👉 Use stacks for returning multiple views<br />
👉 Colors &amp; gradients are views as well<br />
👉 Image(systemImage: "xy") for icons<br />
👉 Create alerts bound to state variable</p>
<p>Also, this is the most beautiful view ever 😍</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/o3fgsih85priosjc/80000f57a2-1768718735/FXANHk3WAAAx9O_.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/o3fgsih85priosjc">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/dtqvkhazgaq8od3t</link>
      <guid isPermaLink="true">https://dominikhofer.me/dtqvkhazgaq8od3t</guid>
      <pubDate>Wed, 06 Jul 2022 09:58:07 +0200</pubDate>
      <description>The /turn command in @Notion is so useful, go try it out!
Or am I the only one who only recently learned about it? 🥲</description>
      <content:encoded><![CDATA[    <p>The /turn command in @Notion is so useful, go try it out!</p>
<p>Or am I the only one who only recently learned about it? 🥲</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/dtqvkhazgaq8od3t">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/iceiw7nqjqi3xd70</link>
      <guid isPermaLink="true">https://dominikhofer.me/iceiw7nqjqi3xd70</guid>
      <pubDate>Tue, 05 Jul 2022 16:01:09 +0200</pubDate>
      <description>1 + 1 = 3
(Do you see it?)</description>
      <content:encoded><![CDATA[    <p>1 + 1 = 3</p>
<p>(Do you see it?)</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/iceiw7nqjqi3xd70/cfea32c70b-1768718735/FW6HS2FXEAEdsAV.png" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/iceiw7nqjqi3xd70">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ztirps9twi15xdh6</link>
      <guid isPermaLink="true">https://dominikhofer.me/ztirps9twi15xdh6</guid>
      <pubDate>Tue, 05 Jul 2022 12:00:10 +0200</pubDate>
      <description>Day 19 #100DaysOfSwiftUI
✅ Built a simple converter app
That&apos;s it, my first iOS app I built on my own, from scratch!
The conversion was probably the hardest part. The tip with converting to a base uni…</description>
      <content:encoded><![CDATA[    <p>Day 19 #100DaysOfSwiftUI</p>
<p>✅ Built a simple converter app</p>
<p>That's it, my first iOS app I built on my own, from scratch!</p>
<p>The conversion was probably the hardest part. The tip with converting to a base unit helped a ton.</p>
<p>Also, notice how the label changes at the bottom 👀</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/ztirps9twi15xdh6/2d0dc2bdd0-1768718735/FW5Pj5yXwAE4EJy.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ztirps9twi15xdh6">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/eze1nywewryz0jny</link>
      <guid isPermaLink="true">https://dominikhofer.me/eze1nywewryz0jny</guid>
      <pubDate>Tue, 05 Jul 2022 11:25:02 +0200</pubDate>
      <description>Are you really an iOS dev until you keep Xcode in your dock permanently?
Asking for a friend.</description>
      <content:encoded><![CDATA[    <p>Are you really an iOS dev until you keep Xcode in your dock permanently?</p>
<p>Asking for a friend.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/eze1nywewryz0jny/78fd8ca50a-1768718735/FW5H7x5XgAAFvjO.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/eze1nywewryz0jny">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/dc13ty7e1x0j7l9b</link>
      <guid isPermaLink="true">https://dominikhofer.me/dc13ty7e1x0j7l9b</guid>
      <pubDate>Tue, 05 Jul 2022 10:02:08 +0200</pubDate>
      <description>The greatest thing about coding is that you start to see the world from a different perspective.</description>
      <content:encoded><![CDATA[    <p>The greatest thing about coding is that you start to see the world from a different perspective.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/dc13ty7e1x0j7l9b">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/4ngxdcyot8tx82ib</link>
      <guid isPermaLink="true">https://dominikhofer.me/4ngxdcyot8tx82ib</guid>
      <pubDate>Mon, 04 Jul 2022 20:32:18 +0200</pubDate>
      <description>Day 18 #100DaysOfSwiftUI
✅ Added some additional features on my own
I already love building UIs with SwiftUI! It&apos;s fascinating, how fast and easy you get Apple-like results.
Looking forward to buildin…</description>
      <content:encoded><![CDATA[    <p>Day 18 #100DaysOfSwiftUI</p>
<p>✅ Added some additional features on my own</p>
<p>I already love building UIs with SwiftUI! It's fascinating, how fast and easy you get Apple-like results.</p>
<p>Looking forward to building some more complex apps 🤓</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/4ngxdcyot8tx82ib/f0ce49e8cb-1768718735/FW17WkqXoAEfd4i.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/4ngxdcyot8tx82ib">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/2t8wbapytwzmijx5</link>
      <guid isPermaLink="true">https://dominikhofer.me/2t8wbapytwzmijx5</guid>
      <pubDate>Mon, 04 Jul 2022 15:55:09 +0200</pubDate>
      <description>Your mindset creates your reality.</description>
      <content:encoded><![CDATA[    <p>Your mindset creates your reality.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/2t8wbapytwzmijx5">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/giscfg1qwwfjgki3</link>
      <guid isPermaLink="true">https://dominikhofer.me/giscfg1qwwfjgki3</guid>
      <pubDate>Mon, 04 Jul 2022 10:05:09 +0200</pubDate>
      <description>“History doesn’t repeat. But it often rhymes.”
—Coach Bennet (@Nike Run Club)</description>
      <content:encoded><![CDATA[    <p>“History doesn’t repeat. But it often rhymes.”<br />
—Coach Bennet (@Nike Run Club)</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/giscfg1qwwfjgki3">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/feva2i26jnti9f0k</link>
      <guid isPermaLink="true">https://dominikhofer.me/feva2i26jnti9f0k</guid>
      <pubDate>Mon, 04 Jul 2022 08:00:03 +0200</pubDate>
      <description>Wish everyone a great start to the week ✌️
What are your plans?</description>
      <content:encoded><![CDATA[    <p>Wish everyone a great start to the week ✌️</p>
<p>What are your plans?</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/feva2i26jnti9f0k">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/2i1i0w03k6mxp6xf</link>
      <guid isPermaLink="true">https://dominikhofer.me/2i1i0w03k6mxp6xf</guid>
      <pubDate>Sun, 03 Jul 2022 20:32:40 +0200</pubDate>
      <description>Uno #001
The first tool in this series is called RatioBuddy by @damnfinestudio.
A very simple but handy tool that I regularly use to calculate aspect ratios.
Have been using this one for years for sim…</description>
      <content:encoded><![CDATA[    <p>Uno #001</p>
<p>The first tool in this series is called RatioBuddy by @damnfinestudio.</p>
<p>A very simple but handy tool that I regularly use to calculate aspect ratios.</p>
<p>Have been using this one for years for simplifying pixel dimensions down to ratios 🙌</p>
<p><a href="https://xcancel.com/dominikhofer_/status/1543663116109680642" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1543663116109680642</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🔗 <a href="http://ratiobuddy.com" target="_blank" rel="noopener">http://ratiobuddy.com</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/2i1i0w03k6mxp6xf">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/rp1o0hw1rcmxhc7l</link>
      <guid isPermaLink="true">https://dominikhofer.me/rp1o0hw1rcmxhc7l</guid>
      <pubDate>Sun, 03 Jul 2022 20:29:01 +0200</pubDate>
      <description>I&apos;m starting a little weekly series called “Uno”.
Every Sunday, I&apos;ll share one simple tool that I regularly use (and you might not know).
Stay tuned ✌️</description>
      <content:encoded><![CDATA[    <p>I'm starting a little weekly series called “Uno”.</p>
<p>Every Sunday, I'll share one simple tool that I regularly use (and you might not know).</p>
<p>Stay tuned ✌️</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/rp1o0hw1rcmxhc7l">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/yrgn3tkr5tywcee1</link>
      <guid isPermaLink="true">https://dominikhofer.me/yrgn3tkr5tywcee1</guid>
      <pubDate>Sun, 03 Jul 2022 18:00:23 +0200</pubDate>
      <description>Just migrated my personal notes from Apple notes/Evernote to @craftdocsapp
Main reason is the daily notes feature (not available in many other apps but I love the concept).
Also, the design is just go…</description>
      <content:encoded><![CDATA[    <p>Just migrated my personal notes from Apple notes/Evernote to @craftdocsapp</p>
<p>Main reason is the daily notes feature (not available in many other apps but I love the concept).</p>
<p>Also, the design is just gorgeous 😍</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/yrgn3tkr5tywcee1">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/x941z3pzyvjnkc2y</link>
      <guid isPermaLink="true">https://dominikhofer.me/x941z3pzyvjnkc2y</guid>
      <pubDate>Sun, 03 Jul 2022 17:15:02 +0200</pubDate>
      <description>One thing I really enjoy about using SwiftUI is that everything looks very beautiful and minimal by default.</description>
      <content:encoded><![CDATA[    <p>One thing I really enjoy about using SwiftUI is that everything looks very beautiful and minimal by default.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/x941z3pzyvjnkc2y">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3xhpf39aoo7wjs4s</link>
      <guid isPermaLink="true">https://dominikhofer.me/3xhpf39aoo7wjs4s</guid>
      <pubDate>Sun, 03 Jul 2022 15:59:09 +0200</pubDate>
      <description>Fight your anxiety. Cause a calm mind is a smart mind.</description>
      <content:encoded><![CDATA[    <p>Fight your anxiety. Cause a calm mind is a smart mind.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/3xhpf39aoo7wjs4s">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/8wr684a3i8m4nrdc</link>
      <guid isPermaLink="true">https://dominikhofer.me/8wr684a3i8m4nrdc</guid>
      <pubDate>Sun, 03 Jul 2022 15:48:41 +0200</pubDate>
      <description>Day 17 #100DaysOfSwiftUI
✅ Built the WeSplit project
🔑 takeaways:
👉 Locale is a struct with localization infos
👉 @State automatically watches for changes
👉 NavigationView is often the top-level view
👉…</description>
      <content:encoded><![CDATA[    <p>Day 17 #100DaysOfSwiftUI</p>
<p>✅ Built the WeSplit project</p>
<p>🔑 takeaways:<br />
👉 Locale is a struct with localization infos<br />
👉 @State automatically watches for changes<br />
👉 NavigationView is often the top-level view<br />
👉 Spacer creates a flexible space</p>
<p>Was a fun little project to work on!</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/8wr684a3i8m4nrdc/d2e23920a6-1768718735/FWvwXcdXoAE_JN-.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/8wr684a3i8m4nrdc">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ej8366h32vlul3wp</link>
      <guid isPermaLink="true">https://dominikhofer.me/ej8366h32vlul3wp</guid>
      <pubDate>Sun, 03 Jul 2022 10:01:08 +0200</pubDate>
      <description>Choose your spotlight wisely.</description>
      <content:encoded><![CDATA[    <p>Choose your spotlight wisely.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ej8366h32vlul3wp/1e888e62b5-1768718735/FWuhtf_WAAIP7u-.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ej8366h32vlul3wp">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/nqdnhmlblv8is4ub</link>
      <guid isPermaLink="true">https://dominikhofer.me/nqdnhmlblv8is4ub</guid>
      <pubDate>Sat, 02 Jul 2022 20:30:03 +0200</pubDate>
      <description>Day 16 #100DaysOfSwiftUI
✅ Overview of WeSplit project
🔑 takeaways:
👉 Everything in SwiftUI is a view
👉 Shortcuts: ⌘ + ⌥ + P; ⌘ + R
👉 Views are a function of their state
👉 Create two-way bindings with…</description>
      <content:encoded><![CDATA[    <p>Day 16 #100DaysOfSwiftUI</p>
<p>✅ Overview of WeSplit project</p>
<p>🔑 takeaways:<br />
👉 Everything in SwiftUI is a view<br />
👉 Shortcuts: ⌘ + ⌥ + P; ⌘ + R<br />
👉 Views are a function of their state<br />
👉 Create two-way bindings with $</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/nqdnhmlblv8is4ub">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/x8c98g9lcmcryx8p</link>
      <guid isPermaLink="true">https://dominikhofer.me/x8c98g9lcmcryx8p</guid>
      <pubDate>Sat, 02 Jul 2022 16:01:08 +0200</pubDate>
      <description>console.log() in CSS:

{
border: 1px dotted red !important;
}

Now you know CSS 🤓</description>
      <content:encoded><![CDATA[    <p>console.log() in CSS:</p>
<ul>
<li>{<br />
border: 1px dotted red !important;<br />
}</li>
</ul>
<p>Now you know CSS 🤓</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/x8c98g9lcmcryx8p">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/vduidr08py6urtid</link>
      <guid isPermaLink="true">https://dominikhofer.me/vduidr08py6urtid</guid>
      <pubDate>Sat, 02 Jul 2022 09:56:06 +0200</pubDate>
      <description>Not caring about other people&apos;s opinions is a sign of self-confidence.
I still have to reach that level.</description>
      <content:encoded><![CDATA[    <p>Not caring about other people's opinions is a sign of self-confidence.</p>
<p>I still have to reach that level.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/vduidr08py6urtid">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/h3n4d5bho0zitevd</link>
      <guid isPermaLink="true">https://dominikhofer.me/h3n4d5bho0zitevd</guid>
      <pubDate>Fri, 01 Jul 2022 23:39:38 +0200</pubDate>
      <description>Nothing better than a selfmade burger 😍</description>
      <content:encoded><![CDATA[    <p>Nothing better than a selfmade burger 😍</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/h3n4d5bho0zitevd/74a3d9f0ea-1768718735/FWnJ3ymXoAMj8s6.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/h3n4d5bho0zitevd">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/wgzkhblui737xds4</link>
      <guid isPermaLink="true">https://dominikhofer.me/wgzkhblui737xds4</guid>
      <pubDate>Fri, 01 Jul 2022 23:38:34 +0200</pubDate>
      <description>Day 15 #100DaysOfSwiftUI
✅ Review day
Done with the fundamentals of Swift.  Now onto learning SwiftUI, I am very excited!</description>
      <content:encoded><![CDATA[    <p>Day 15 #100DaysOfSwiftUI</p>
<p>✅ Review day</p>
<p>Done with the fundamentals of Swift.  Now onto learning SwiftUI, I am very excited!</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/wgzkhblui737xds4">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/6tecuyjvmxh3yz2d</link>
      <guid isPermaLink="true">https://dominikhofer.me/6tecuyjvmxh3yz2d</guid>
      <pubDate>Fri, 01 Jul 2022 13:03:03 +0200</pubDate>
      <description>My new favorite shortcut in @framer: ⌘ + K
Creating components, publishing, and more – straight from your Keyboard.
Love seeing more and more apps adapt this UX pattern 🙌</description>
      <content:encoded><![CDATA[    <p>My new favorite shortcut in @framer: ⌘ + K</p>
<p>Creating components, publishing, and more – straight from your Keyboard.</p>
<p>Love seeing more and more apps adapt this UX pattern 🙌</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/6tecuyjvmxh3yz2d/a41fd5e325-1768718735/FWk3yQOWYAAjsHC.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/6tecuyjvmxh3yz2d">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/0fa0ucktkoblnsed</link>
      <guid isPermaLink="true">https://dominikhofer.me/0fa0ucktkoblnsed</guid>
      <pubDate>Fri, 01 Jul 2022 10:03:09 +0200</pubDate>
      <description>Done is better than perfect.</description>
      <content:encoded><![CDATA[    <p>Done is better than perfect.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/0fa0ucktkoblnsed/5e58405427-1768718735/FWkO_qAWQAAGM-F.png" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/0fa0ucktkoblnsed">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/rfccmpt3ca67v0kt</link>
      <guid isPermaLink="true">https://dominikhofer.me/rfccmpt3ca67v0kt</guid>
      <pubDate>Thu, 30 Jun 2022 21:06:14 +0200</pubDate>
      <description>Day 13 #100DaysOfSwiftUI
✅ Protocols
✅ Extensions
✅ Checkpoint 8
🔑 takeaways:
👉 Protocols are like a blueprint for different types
👉 With extensions, you can extend the functionality of types
👉 Protoc…</description>
      <content:encoded><![CDATA[    <p>Day 13 #100DaysOfSwiftUI</p>
<p>✅ Protocols<br />
✅ Extensions<br />
✅ Checkpoint 8</p>
<p>🔑 takeaways:<br />
👉 Protocols are like a blueprint for different types<br />
👉 With extensions, you can extend the functionality of types<br />
👉 Protocol extensions are possible</p>
<p>Can you spot the easter egg? 🐰</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/rfccmpt3ca67v0kt/d2fd9bb3c1-1768718735/FWhdHl_WAAENZR3.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/rfccmpt3ca67v0kt">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/gk7knuem808grm0v</link>
      <guid isPermaLink="true">https://dominikhofer.me/gk7knuem808grm0v</guid>
      <pubDate>Thu, 30 Jun 2022 15:59:09 +0200</pubDate>
      <description>Not everything that happens is your fault. 
But it is your responsibility to take care of it.</description>
      <content:encoded><![CDATA[    <p>Not everything that happens is your fault. </p>
<p>But it is your responsibility to take care of it.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/gk7knuem808grm0v">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/1h58gz18rut7mv1t</link>
      <guid isPermaLink="true">https://dominikhofer.me/1h58gz18rut7mv1t</guid>
      <pubDate>Thu, 30 Jun 2022 09:59:07 +0200</pubDate>
      <description>Writing is the best tool to understand yourself better.
Try out journaling for some time and you&apos;ll see great benefits!</description>
      <content:encoded><![CDATA[    <p>Writing is the best tool to understand yourself better.</p>
<p>Try out journaling for some time and you'll see great benefits!</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/1h58gz18rut7mv1t">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3mehh8s6ln3gtyr1</link>
      <guid isPermaLink="true">https://dominikhofer.me/3mehh8s6ln3gtyr1</guid>
      <pubDate>Wed, 29 Jun 2022 20:36:14 +0200</pubDate>
      <description>Day 14* #100DaysOfSwiftUI
✅ Optionals
✅ Nil coalescing
✅ Checkpoint 9*
🔑 takeaways:
👉 Optionals are for when there might data
👉 They have to be unwrapped: Either with if let, guard let, or nil coalesc…</description>
      <content:encoded><![CDATA[    <p>Day 14* #100DaysOfSwiftUI</p>
<p>✅ Optionals<br />
✅ Nil coalescing<br />
✅ Checkpoint 9*</p>
<p>🔑 takeaways:<br />
👉 Optionals are for when there might data<br />
👉 They have to be unwrapped: Either with if let, guard let, or nil coalescing</p>
<p>Today's checkpoint was a simple one-liner. Felt kinda smart 🤓</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>*I accidentally skipped day 13, will complete it tomorrow.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/3mehh8s6ln3gtyr1/31230f5838-1768718735/FWcMpn5WAAAoUKw.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3mehh8s6ln3gtyr1">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/kngmqfe194i4tx5h</link>
      <guid isPermaLink="true">https://dominikhofer.me/kngmqfe194i4tx5h</guid>
      <pubDate>Wed, 29 Jun 2022 19:08:09 +0200</pubDate>
      <description>Overthinking &amp;lt; Just starting. https://xcancel.com/dominikhofer_/status/1530926955247243265/photo/1</description>
      <content:encoded><![CDATA[    <p>Overthinking &lt; Just starting. <a href="https://xcancel.com/dominikhofer_/status/1530926955247243265/photo/1" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1530926955247243265/photo/1</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/kngmqfe194i4tx5h">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/xhc2xexjs8t989gw</link>
      <guid isPermaLink="true">https://dominikhofer.me/xhc2xexjs8t989gw</guid>
      <pubDate>Wed, 29 Jun 2022 17:17:54 +0200</pubDate>
      <description>Design is 90% staring at a big white rectangle and 10% drawing little rectangles on it.</description>
      <content:encoded><![CDATA[    <p>Design is 90% staring at a big white rectangle and 10% drawing little rectangles on it.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/xhc2xexjs8t989gw">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3656usf2ebeunily</link>
      <guid isPermaLink="true">https://dominikhofer.me/3656usf2ebeunily</guid>
      <pubDate>Wed, 29 Jun 2022 09:58:10 +0200</pubDate>
      <description>What do you wish someone taught you a long time ago?</description>
      <content:encoded><![CDATA[    <p>What do you wish someone taught you a long time ago?</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/3656usf2ebeunily">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/7ubxnq7xbxv06rds</link>
      <guid isPermaLink="true">https://dominikhofer.me/7ubxnq7xbxv06rds</guid>
      <pubDate>Tue, 28 Jun 2022 19:00:02 +0200</pubDate>
      <description>Day 12 #100DaysOfSwiftUI 
✅ Classes
✅ Inheritance
✅ Checkpoint 7
🔑 takeaways:
👉 Classes don&apos;t have a memberwise initializer
👉 All instances point to the same data
👉 You can override methods
👉 Call sup…</description>
      <content:encoded><![CDATA[    <p>Day 12 #100DaysOfSwiftUI </p>
<p>✅ Classes<br />
✅ Inheritance<br />
✅ Checkpoint 7</p>
<p>🔑 takeaways:<br />
👉 Classes don't have a memberwise initializer<br />
👉 All instances point to the same data<br />
👉 You can override methods<br />
👉 Call super.init() inside child class</p>
<p>The furry checkpoint 🐈🐕</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/7ubxnq7xbxv06rds/56c9ed2732-1768718735/FWWsa2pX0AMSIPJ.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/7ubxnq7xbxv06rds/1361feaaa5-1768718735/FWWsbZ_XEAArDJR.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/7ubxnq7xbxv06rds">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/g9txbdjwh7dkgv9q</link>
      <guid isPermaLink="true">https://dominikhofer.me/g9txbdjwh7dkgv9q</guid>
      <pubDate>Tue, 28 Jun 2022 17:43:32 +0200</pubDate>
      <description>Added a subtle hue rotation animation to my @framer site&apos;s background ✨
Took a bit of custom code, but was still easier to achieve than I thought!
What do you think?

Inspo: https://www.jieyingxiao.co…</description>
      <content:encoded><![CDATA[    <p>Added a subtle hue rotation animation to my @framer site's background ✨</p>
<p>Took a bit of custom code, but was still easier to achieve than I thought!</p>
<p>What do you think?</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Inspo: <a href="https://www.jieyingxiao.com" target="_blank" rel="noopener">https://www.jieyingxiao.com</a></p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/g9txbdjwh7dkgv9q/83e7eea3c6-1768718735/Q1D1IXerY0pgIqII.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/g9txbdjwh7dkgv9q">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ntu41pt9irlwg7xt</link>
      <guid isPermaLink="true">https://dominikhofer.me/ntu41pt9irlwg7xt</guid>
      <pubDate>Tue, 28 Jun 2022 16:55:33 +0200</pubDate>
      <description>Made quite some progress today on the homepage of my personal site (timelapse in next tweet).
(And I also feel like I now understand the layout tool pretty well 🙌)

Progress.
</description>
      <content:encoded><![CDATA[    <p>Made quite some progress today on the homepage of my personal site (timelapse in next tweet).</p>
<p>(And I also feel like I now understand the layout tool pretty well 🙌)</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Progress.</p>
<figure><img alt="" src="https://dominikhofer.me/NZDPfD0GLqmv4uU9.mp4"></figure>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ntu41pt9irlwg7xt/76b65fc502-1768718735/FWWQWbAXwAAKRRi.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ntu41pt9irlwg7xt">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/g77xbxk75yp3on06</link>
      <guid isPermaLink="true">https://dominikhofer.me/g77xbxk75yp3on06</guid>
      <pubDate>Tue, 28 Jun 2022 16:01:09 +0200</pubDate>
      <description>A lil reminder to myself 👇
You can&apos;t work on yourself if you&apos;re always focused on what others think of you.</description>
      <content:encoded><![CDATA[    <p>A lil reminder to myself 👇</p>
<p>You can't work on yourself if you're always focused on what others think of you.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/g77xbxk75yp3on06">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/1qvel4w1dwqu2vi8</link>
      <guid isPermaLink="true">https://dominikhofer.me/1qvel4w1dwqu2vi8</guid>
      <pubDate>Tue, 28 Jun 2022 13:59:21 +0200</pubDate>
      <description>Automation: Step by step https://xcancel.com/vvtraining/status/1541520321467088896</description>
      <content:encoded><![CDATA[    <p>Automation: Step by step <a href="https://xcancel.com/vvtraining/status/1541520321467088896" target="_blank" rel="noopener">https://xcancel.com/vvtraining/status/1541520321467088896</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/1qvel4w1dwqu2vi8">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ador14c1b0rxlcvv</link>
      <guid isPermaLink="true">https://dominikhofer.me/ador14c1b0rxlcvv</guid>
      <pubDate>Tue, 28 Jun 2022 10:02:08 +0200</pubDate>
      <description>Swift (with SwiftUI) feels like an ideal language to learn for beginners.

You quickly get your first results
Things look great out of the box
There are many great and free resources like #100DaysofSw…</description>
      <content:encoded><![CDATA[    <p>Swift (with SwiftUI) feels like an ideal language to learn for beginners.</p>
<ol>
<li>You quickly get your first results</li>
<li>Things look great out of the box</li>
<li>There are many great and free resources like #100DaysofSwiftUI</li>
<li>The playgrounds app enables everyone to learn it</li>
</ol>  



<hr>
<p>
  <a href="https://dominikhofer.me/ador14c1b0rxlcvv">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/syiq4idmkfsyrpuy</link>
      <guid isPermaLink="true">https://dominikhofer.me/syiq4idmkfsyrpuy</guid>
      <pubDate>Mon, 27 Jun 2022 20:09:41 +0200</pubDate>
      <description>After trying out (almost) every Twitter scheduling tool under the sun, I&apos;m back on @typefully 
Although there are platforms out there with more features, nothing beats the simplicity &amp;amp; aesthetics …</description>
      <content:encoded><![CDATA[    <p>After trying out (almost) every Twitter scheduling tool under the sun, I'm back on @typefully </p>
<p>Although there are platforms out there with more features, nothing beats the simplicity &amp; aesthetics of Typefully.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>To make it the perfect all-in-one tool, only three features are missing imo:</p>
<p>⟡ Tweet inspiration<br />
⟡ Engagement tab (to reply to tweets)<br />
⟡ Ability to reorder tweets in the queue</p>
<p>Hope they are coming soon 🤞</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/syiq4idmkfsyrpuy/40dc9397cf-1768718735/FWRyTT9XkAMlz7T.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/syiq4idmkfsyrpuy">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/boa3mw2xzedpymvq</link>
      <guid isPermaLink="true">https://dominikhofer.me/boa3mw2xzedpymvq</guid>
      <pubDate>Mon, 27 Jun 2022 15:55:09 +0200</pubDate>
      <description>Sometimes, you just gotta trust the process.
The time is on your side.</description>
      <content:encoded><![CDATA[    <p>Sometimes, you just gotta trust the process.</p>
<p>The time is on your side.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/boa3mw2xzedpymvq/c9cb744351-1768718735/FWQ5M8FWIAEx4o8.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/boa3mw2xzedpymvq">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/0a6dehzf1lp37ogw</link>
      <guid isPermaLink="true">https://dominikhofer.me/0a6dehzf1lp37ogw</guid>
      <pubDate>Mon, 27 Jun 2022 15:10:40 +0200</pubDate>
      <description>Most beautiful website of the week (discovered via @godlywebsite newsletter): Flecto

Go check out the scrolling animations for yourself: http://flecto.io</description>
      <content:encoded><![CDATA[    <p>Most beautiful website of the week (discovered via @godlywebsite newsletter): Flecto</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Go check out the scrolling animations for yourself: <a href="http://flecto.io" target="_blank" rel="noopener">http://flecto.io</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/0a6dehzf1lp37ogw/d4ea3aed3b-1768718735/FWQu4E3XwAE0kU0.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/0a6dehzf1lp37ogw">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/d2ohpac3vvx0g6t0</link>
      <guid isPermaLink="true">https://dominikhofer.me/d2ohpac3vvx0g6t0</guid>
      <pubDate>Mon, 27 Jun 2022 15:02:15 +0200</pubDate>
      <description>First hour in @framer building my new personal website.
Baby steps.</description>
      <content:encoded><![CDATA[    <p>First hour in @framer building my new personal website.</p>
<p>Baby steps.</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/d2ohpac3vvx0g6t0/db55aab1c1-1768718735/SOHFytnpatewe6fD.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/d2ohpac3vvx0g6t0">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/0h1yv9rfx3g4uo4c</link>
      <guid isPermaLink="true">https://dominikhofer.me/0h1yv9rfx3g4uo4c</guid>
      <pubDate>Mon, 27 Jun 2022 14:46:18 +0200</pubDate>
      <description>Day 11 #100DaysOfSwiftUI 
✅ Access control
✅ Static props &amp;amp; methods
✅ Checkpoint 6
🔑 takeaways:
👉 Restrict property access with private keyword
👉 Static props/methods can be used for global data o…</description>
      <content:encoded><![CDATA[    <p>Day 11 #100DaysOfSwiftUI </p>
<p>✅ Access control<br />
✅ Static props &amp; methods<br />
✅ Checkpoint 6</p>
<p>🔑 takeaways:<br />
👉 Restrict property access with private keyword<br />
👉 Static props/methods can be used for global data or examples</p>
<p>Slowly, Swift really starts to click for me 🙌<br />
Checkpoint 👇</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/0h1yv9rfx3g4uo4c/6dfcfb8b90-1768718735/FWQoznYWQAE4B-A.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/0h1yv9rfx3g4uo4c">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/unahaqo8004kxmo6</link>
      <guid isPermaLink="true">https://dominikhofer.me/unahaqo8004kxmo6</guid>
      <pubDate>Mon, 27 Jun 2022 14:06:37 +0200</pubDate>
      <description>My favorite Xcode shortcut:
Control + I to properly indent your code.
What&apos;s yours? 👇</description>
      <content:encoded><![CDATA[    <p>My favorite Xcode shortcut:</p>
<p>Control + I to properly indent your code.</p>
<p>What's yours? 👇</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/unahaqo8004kxmo6">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ru0ud8bhk3djp566</link>
      <guid isPermaLink="true">https://dominikhofer.me/ru0ud8bhk3djp566</guid>
      <pubDate>Mon, 27 Jun 2022 10:05:09 +0200</pubDate>
      <description>Remember: Nobody has figured it all out.
We&apos;re all starting out as imposters.</description>
      <content:encoded><![CDATA[    <p>Remember: Nobody has figured it all out.</p>
<p>We're all starting out as imposters.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/ru0ud8bhk3djp566">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/obojm0ksv5khzoiy</link>
      <guid isPermaLink="true">https://dominikhofer.me/obojm0ksv5khzoiy</guid>
      <pubDate>Sun, 26 Jun 2022 20:01:36 +0200</pubDate>
      <description>We live in a time full of opportunities: The permissionless area.
But how should you leverage them?
@jackbutcher has created what is probably the most comprehensive guide to answer this question.
Here…</description>
      <content:encoded><![CDATA[    <p>We live in a time full of opportunities: The permissionless area.</p>
<p>But how should you leverage them?</p>
<p>@jackbutcher has created what is probably the most comprehensive guide to answer this question.</p>
<p>Here are my 5 key takeaways &amp; opinions on “The Permissionless Apprentice” 👇</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@jackbutcher 1. A new world</p>
<p>You have to acknowledge one fact: The internet is ginormous. </p>
<p>And every day, there are more people on it = a big opportunity.</p>
<p>This also means that the bar for creating value is incredibly low. It's easy to exceed expectations.</p>
<p>Use this to your advantage.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@jackbutcher 2. Your uniqueness</p>
<p>Show the world your uniqueness – your interests and abilities.<br />
Build your personal monopoly around it (h/t @david_perell).</p>
<p>You're essentially able to invent your own work, which is awesome! And you don't need anyone's permission to do that.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@jackbutcher @david_perell 3. Show – don't tell</p>
<p>Having a portfolio where you consistently show your work is the single most valuable asset you can build.</p>
<p>One of the best places to publish what you do is Twitter (“public résume). But you can also use your personal Website, YouTube, or any other Platform.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@jackbutcher @david_perell 4. Do the work beforehand</p>
<p>It's easily possible to connect with everyone on the internet, including the people you look up to.</p>
<p>But do the work before reaching out to them. Show, what you're capable of.</p>
<p>Craft an offer they can't refuse.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@jackbutcher @david_perell 5. Live in the future…</p>
<p>…and build what's missing. This is the key part.</p>
<p>Get creative, and think about what you would want to see existing in this world. Then go build it.</p>
<p>And show it to the internet.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@jackbutcher @david_perell This thread only remotely shows, what's taught in this course. </p>
<p>Especially the included case studies of people who've taken the permissionless route are awesome and very inspiring.</p>
<p>I'll definitely come back to them if I need a motivation boost.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@jackbutcher @david_perell All in all, the course is quite high-level in my opinion. It essentially shows, how you can leverage the opportunities of the internet. But it does this in a very compelling way.</p>
<p>Transforming this knowledge into action is your duty.</p>
<p>(Luckily, there's an action sheet provided.)</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@jackbutcher @david_perell Now probably the best news for anyone reading this:</p>
<p>The permissionless apprentice is currently on sale for only (yes, this is not a typo) 1$!</p>
<p>So if you haven't already got it, make sure to grab it now. It's a steal 👇</p>
<p><a href="https://visualizevalue.com/products/the-permissionless-apprentice" target="_blank" rel="noopener">https://visualizevalue.com/products/the-permissionless-apprentice</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@jackbutcher @david_perell That's a wrap for this thread.</p>
<p>If you've enjoyed it, make sure to like the first tweet below. It would help a ton!</p>
<p>And also make sure to follow me @dominikhofer<em> for more content on design, code, and living a more intentional life. Thanks for being awesome 🙌 <a href="https://xcancel.com/dominikhofer" target="_blank" rel="noopener">https://xcancel.com/dominikhofer</a></em>/status/1541119501369913344</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@jackbutcher @david<em>perell You can read the unrolled version of this thread here: <a href="https://typefully.com/dominikhofer" target="_blank" rel="noopener">https://typefully.com/dominikhofer</a></em>/thBTzHn</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/obojm0ksv5khzoiy/42f90e9f4f-1768718735/FWMoBL-UAAAMoqN.png" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/obojm0ksv5khzoiy">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/rto7k136kwiect5h</link>
      <guid isPermaLink="true">https://dominikhofer.me/rto7k136kwiect5h</guid>
      <pubDate>Sun, 26 Jun 2022 18:00:06 +0200</pubDate>
      <description>One of the best things about summer:
🍉</description>
      <content:encoded><![CDATA[    <p>One of the best things about summer:</p>
<p>🍉</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/rto7k136kwiect5h/24eb16f908-1768718735/FWMMNP1X0AUbxX_.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/rto7k136kwiect5h">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/j7b1etrp235vv7gp</link>
      <guid isPermaLink="true">https://dominikhofer.me/j7b1etrp235vv7gp</guid>
      <pubDate>Sun, 26 Jun 2022 17:00:02 +0200</pubDate>
      <description>My favorite @AliAbdaal quote:
“Everything is figureauteable.”
Perfectly sums up the mindset I try to cultivate.</description>
      <content:encoded><![CDATA[    <p>My favorite @AliAbdaal quote:</p>
<p>“Everything is figureauteable.”</p>
<p>Perfectly sums up the mindset I try to cultivate.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/j7b1etrp235vv7gp">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/uzpvytpud7payljz</link>
      <guid isPermaLink="true">https://dominikhofer.me/uzpvytpud7payljz</guid>
      <pubDate>Sun, 26 Jun 2022 15:59:08 +0200</pubDate>
      <description>Focus is the key to achieve more in less time.</description>
      <content:encoded><![CDATA[    <p>Focus is the key to achieve more in less time.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/uzpvytpud7payljz">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/gllomd0e1x3gxici</link>
      <guid isPermaLink="true">https://dominikhofer.me/gllomd0e1x3gxici</guid>
      <pubDate>Sun, 26 Jun 2022 14:51:36 +0200</pubDate>
      <description>Day 10 #100DaysOfSwiftUI 
✅ Structs
✅ Computed properties
✅ Property observers
🔑 takeaways:
👉 With structs, you can create custom types
👉 Computed properties work like in Vue.js
👉 You can create custo…</description>
      <content:encoded><![CDATA[    <p>Day 10 #100DaysOfSwiftUI </p>
<p>✅ Structs<br />
✅ Computed properties<br />
✅ Property observers</p>
<p>🔑 takeaways:<br />
👉 With structs, you can create custom types<br />
👉 Computed properties work like in Vue.js<br />
👉 You can create custom initializers (must provide values for all properties)</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Just realized that this already marks the 10% milestone</p>
<figure><img alt="" src="https://dominikhofer.me/FWLhZdlXwAAu5kR.mp4"></figure>  



<hr>
<p>
  <a href="https://dominikhofer.me/gllomd0e1x3gxici">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/dvrqp2wto1t8r4xr</link>
      <guid isPermaLink="true">https://dominikhofer.me/dvrqp2wto1t8r4xr</guid>
      <pubDate>Sun, 26 Jun 2022 14:47:38 +0200</pubDate>
      <description>With the launch of my personal website, I also want to start a bi-weekly newsletter. Nothing too fancy, just a way to send some updates.
What tool should I use?
⟡ @SubstackInc
⟡ @TwitterWrite (Revue)
…</description>
      <content:encoded><![CDATA[    <p>With the launch of my personal website, I also want to start a bi-weekly newsletter. Nothing too fancy, just a way to send some updates.</p>
<p>What tool should I use?<br />
⟡ @SubstackInc<br />
⟡ @TwitterWrite (Revue)<br />
⟡ @ConvertKit </p>
<p>Any tips/experiences?</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/dvrqp2wto1t8r4xr">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/txslz9m5m9xgaw30</link>
      <guid isPermaLink="true">https://dominikhofer.me/txslz9m5m9xgaw30</guid>
      <pubDate>Sat, 25 Jun 2022 16:01:10 +0200</pubDate>
      <description>Life is too great to always be anxious.</description>
      <content:encoded><![CDATA[    <p>Life is too great to always be anxious.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/txslz9m5m9xgaw30">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/1oz6va1x9t4t7jlo</link>
      <guid isPermaLink="true">https://dominikhofer.me/1oz6va1x9t4t7jlo</guid>
      <pubDate>Sat, 25 Jun 2022 14:03:00 +0200</pubDate>
      <description>Day 9 #100DaysOfSwiftUI 
✅ Closures
✅ Passing functions
✅ Checkpoint 5
🔑 takeaways:
👉 Closures are a special type of function
👉 Trailing closure syntax is handy when you pass a function to a function
…</description>
      <content:encoded><![CDATA[    <p>Day 9 #100DaysOfSwiftUI </p>
<p>✅ Closures<br />
✅ Passing functions<br />
✅ Checkpoint 5</p>
<p>🔑 takeaways:<br />
👉 Closures are a special type of function<br />
👉 Trailing closure syntax is handy when you pass a function to a function</p>
<p>Not sure if I solved today's challenge correctly, my brain hurts…</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/1oz6va1x9t4t7jlo/995d4f126b-1768718735/FWGMRV5VUAAFn7T.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/1oz6va1x9t4t7jlo">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/leslylgw1ghwmwiv</link>
      <guid isPermaLink="true">https://dominikhofer.me/leslylgw1ghwmwiv</guid>
      <pubDate>Sat, 25 Jun 2022 13:15:37 +0200</pubDate>
      <description>Discovered a handy feature in Xcode by accident:
When holding down CMD, you can click on a variable and refactor it.
See example below 👇</description>
      <content:encoded><![CDATA[    <p>Discovered a handy feature in Xcode by accident:</p>
<p>When holding down CMD, you can click on a variable and refactor it.</p>
<p>See example below 👇</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/leslylgw1ghwmwiv/b6cbf6e94e-1768718735/FWGBf-yVsAASDir.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/leslylgw1ghwmwiv">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/pn9arcrfox0f2avd</link>
      <guid isPermaLink="true">https://dominikhofer.me/pn9arcrfox0f2avd</guid>
      <pubDate>Sat, 25 Jun 2022 12:03:08 +0200</pubDate>
      <description>One simple trick I learned in therapy:
If you&apos;re unsure what your gut feeling is (because you tend to overthink things), simply flip a coin. 🪙
The answer you hope for shortly before the coin hits your…</description>
      <content:encoded><![CDATA[    <p>One simple trick I learned in therapy:</p>
<p>If you're unsure what your gut feeling is (because you tend to overthink things), simply flip a coin. 🪙</p>
<p>The answer you hope for shortly before the coin hits your hand is usually the right one.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/pn9arcrfox0f2avd">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ywx784in3u7urcuj</link>
      <guid isPermaLink="true">https://dominikhofer.me/ywx784in3u7urcuj</guid>
      <pubDate>Sat, 25 Jun 2022 09:56:08 +0200</pubDate>
      <description>A lifechanging mindset shift:
Go from consumer to creator.</description>
      <content:encoded><![CDATA[    <p>A lifechanging mindset shift:</p>
<p>Go from consumer to creator.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ywx784in3u7urcuj/bde6945f5d-1768718735/FWFT2WuWIAAAcnF.png" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ywx784in3u7urcuj">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ps8v40152ewzivmx</link>
      <guid isPermaLink="true">https://dominikhofer.me/ps8v40152ewzivmx</guid>
      <pubDate>Fri, 24 Jun 2022 17:56:04 +0200</pubDate>
      <description>One of my all-time favorite quotes:
“The best time to plant a tree was 20 years ago. The second best time is now.”
—Chinese proverb</description>
      <content:encoded><![CDATA[    <p>One of my all-time favorite quotes:</p>
<p>“The best time to plant a tree was 20 years ago. The second best time is now.”<br />
—Chinese proverb</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ps8v40152ewzivmx/f2b455b473-1768718735/FWB4FvgXgAM_KjU.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ps8v40152ewzivmx">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/r2hw6orypg3c1afr</link>
      <guid isPermaLink="true">https://dominikhofer.me/r2hw6orypg3c1afr</guid>
      <pubDate>Fri, 24 Jun 2022 16:39:39 +0200</pubDate>
      <description>Day 8 #100DaysOfSwiftUI 
✅ Default values
✅ Throwing functions
✅ Checkpoint 4
🔑 takeaways:
👉 = defaultvalue
👉 There is an error Swift type
👉 throws keyword before return type
👉 do try catch keywords
T…</description>
      <content:encoded><![CDATA[    <p>Day 8 #100DaysOfSwiftUI </p>
<p>✅ Default values<br />
✅ Throwing functions<br />
✅ Checkpoint 4</p>
<p>🔑 takeaways:<br />
👉 = defaultvalue<br />
👉 There is an error Swift type<br />
👉 throws keyword before return type<br />
👉 do try catch keywords</p>
<p>Trickier challenge today, but managed to solve it 🙌</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/r2hw6orypg3c1afr/716053851d-1768718735/FWBlqzEXgAImMXH.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/r2hw6orypg3c1afr">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ei7c5aujt0w6fv9x</link>
      <guid isPermaLink="true">https://dominikhofer.me/ei7c5aujt0w6fv9x</guid>
      <pubDate>Fri, 24 Jun 2022 10:03:08 +0200</pubDate>
      <description>You cannot be productive if you’re not organized.
A messy life = a messy brain.</description>
      <content:encoded><![CDATA[    <p>You cannot be productive if you’re not organized.</p>
<p>A messy life = a messy brain.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/ei7c5aujt0w6fv9x">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/9zj98uml59vvmre3</link>
      <guid isPermaLink="true">https://dominikhofer.me/9zj98uml59vvmre3</guid>
      <pubDate>Fri, 24 Jun 2022 07:03:08 +0200</pubDate>
      <description>Good morning to everyone working on their own projects today ☀️
(Btw, share them below, I&apos;m curious!)</description>
      <content:encoded><![CDATA[    <p>Good morning to everyone working on their own projects today ☀️</p>
<p>(Btw, share them below, I'm curious!)</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/9zj98uml59vvmre3">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/njuasbd5fi58rvmh</link>
      <guid isPermaLink="true">https://dominikhofer.me/njuasbd5fi58rvmh</guid>
      <pubDate>Thu, 23 Jun 2022 21:42:45 +0200</pubDate>
      <description>Finally working on my personal website. 
Will share some snapshots on here, so stay tuned!

Reason 👇
</description>
      <content:encoded><![CDATA[    <p>Finally working on my personal website. </p>
<p>Will share some snapshots on here, so stay tuned!</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Reason 👇</p>
<figure><img alt="" src="https://dominikhofer.me/FV9il_0XoAEw-gj.jpg"></figure>  


      <p><img src="https://dominikhofer.me/media/pages/notes/njuasbd5fi58rvmh/fcd063b7cd-1768718735/FV9iZs2X0AIu659.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/njuasbd5fi58rvmh">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/qtmhwkaq7gqfhyhp</link>
      <guid isPermaLink="true">https://dominikhofer.me/qtmhwkaq7gqfhyhp</guid>
      <pubDate>Thu, 23 Jun 2022 20:11:22 +0200</pubDate>
      <description>Designing to this sound atmosphere is just chefs kiss</description>
      <content:encoded><![CDATA[    <p>Designing to this sound atmosphere is just <em>chefs kiss</em></p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/qtmhwkaq7gqfhyhp/948b687546-1768718735/l1Ro54nYBO3V5hNK.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/qtmhwkaq7gqfhyhp">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/udvh76ymj14bh3sj</link>
      <guid isPermaLink="true">https://dominikhofer.me/udvh76ymj14bh3sj</guid>
      <pubDate>Thu, 23 Jun 2022 16:50:11 +0200</pubDate>
      <description>One of my goals is to buy my next iPhone with money I made from creating iOS apps.
That would surely be an amazing feeling. Still a long way to go but you gotta have dreams 😇</description>
      <content:encoded><![CDATA[    <p>One of my goals is to buy my next iPhone with money I made from creating iOS apps.</p>
<p>That would surely be an amazing feeling. Still a long way to go but you gotta have dreams 😇</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/udvh76ymj14bh3sj">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/e947fllev9qjwoj2</link>
      <guid isPermaLink="true">https://dominikhofer.me/e947fllev9qjwoj2</guid>
      <pubDate>Thu, 23 Jun 2022 16:47:58 +0200</pubDate>
      <description>Day 7 #100DaysOfSwiftUI 
✅ Functions
✅ Params
✅ Return
🔑 takeaways:
👉 Params are named, type annotated and can have an alias
👉 Return value is annotated with -&amp;gt; Type
👉 Use Tuples to return multiple…</description>
      <content:encoded><![CDATA[    <p>Day 7 #100DaysOfSwiftUI </p>
<p>✅ Functions<br />
✅ Params<br />
✅ Return</p>
<p>🔑 takeaways:<br />
👉 Params are named, type annotated and can have an alias<br />
👉 Return value is annotated with -&gt; Type<br />
👉 Use Tuples to return multiple values (they have a fixed size)<br />
👉 Tuples can be destructed</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/e947fllev9qjwoj2">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/aa147cv4j04wxlps</link>
      <guid isPermaLink="true">https://dominikhofer.me/aa147cv4j04wxlps</guid>
      <pubDate>Thu, 23 Jun 2022 15:59:09 +0200</pubDate>
      <description>The best product ideas always come from scratching your own itch.
Nobody is better at solving your own problems than yourself.</description>
      <content:encoded><![CDATA[    <p>The best product ideas always come from scratching your own itch.</p>
<p>Nobody is better at solving your own problems than yourself.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/aa147cv4j04wxlps">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/74cn4n00l237pqa6</link>
      <guid isPermaLink="true">https://dominikhofer.me/74cn4n00l237pqa6</guid>
      <pubDate>Thu, 23 Jun 2022 09:59:08 +0200</pubDate>
      <description>You&apos;re not lacking time.
You&apos;re lacking focus.</description>
      <content:encoded><![CDATA[    <p>You're not lacking time.</p>
<p>You're lacking focus.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/74cn4n00l237pqa6/52797c8325-1768718735/FV7BWysXoAEPzqe.png" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/74cn4n00l237pqa6">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/a3d4u3rdp8fx8acw</link>
      <guid isPermaLink="true">https://dominikhofer.me/a3d4u3rdp8fx8acw</guid>
      <pubDate>Thu, 23 Jun 2022 09:49:12 +0200</pubDate>
      <description>The @webflow newsletter is one of my favorite resources to learn about new tools &amp;amp; beautiful sites.
Always looking forward to the next issue 🙌</description>
      <content:encoded><![CDATA[    <p>The @webflow newsletter is one of my favorite resources to learn about new tools &amp; beautiful sites.</p>
<p>Always looking forward to the next issue 🙌</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/a3d4u3rdp8fx8acw">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/fzuo8lk1ooscr8ou</link>
      <guid isPermaLink="true">https://dominikhofer.me/fzuo8lk1ooscr8ou</guid>
      <pubDate>Thu, 23 Jun 2022 09:47:08 +0200</pubDate>
      <description>Play around with a spirograph in your browser:
https://nathanfriend.io/inspiral-web/</description>
      <content:encoded><![CDATA[    <p>Play around with a spirograph in your browser:</p>
<p><a href="https://nathanfriend.io/inspiral-web/" target="_blank" rel="noopener">https://nathanfriend.io/inspiral-web/</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/fzuo8lk1ooscr8ou/feb9e3fe44-1768718735/FV6-Zs2XkAEV_KQ.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/fzuo8lk1ooscr8ou">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/rzfvfshaoksdi1tj</link>
      <guid isPermaLink="true">https://dominikhofer.me/rzfvfshaoksdi1tj</guid>
      <pubDate>Wed, 22 Jun 2022 21:19:38 +0200</pubDate>
      <description>4 habits to make you better each day:
🧘‍♂️ meditate
💪 exercise
✍️ journal
📖 read
Anything you would add?</description>
      <content:encoded><![CDATA[    <p>4 habits to make you better each day:</p>
<p>🧘‍♂️ meditate<br />
💪 exercise<br />
✍️ journal<br />
📖 read</p>
<p>Anything you would add?</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/rzfvfshaoksdi1tj">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/jmzznrxx714uprvb</link>
      <guid isPermaLink="true">https://dominikhofer.me/jmzznrxx714uprvb</guid>
      <pubDate>Wed, 22 Jun 2022 20:55:30 +0200</pubDate>
      <description>Day 6 #100DaysOfSwiftUI 
✅ Loops
✅ Checkpoint 3
🔑 takeaways:
👉 Ranges are a unique data type (... and ..&amp;lt;)
👉 Int.random(in: x) for random number
👉 continue &amp;amp; break to exit loops
The challenge w…</description>
      <content:encoded><![CDATA[    <p>Day 6 #100DaysOfSwiftUI </p>
<p>✅ Loops<br />
✅ Checkpoint 3</p>
<p>🔑 takeaways:<br />
👉 Ranges are a unique data type (... and ..&lt;)<br />
👉 Int.random(in: x) for random number<br />
👉 continue &amp; break to exit loops</p>
<p>The challenge was a classic code problem. Below is my solution for “FizzBuzz” 👇</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/jmzznrxx714uprvb/c0713c70f3-1768718735/FV4NkbeWAAEsW2v.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/jmzznrxx714uprvb">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/oyapbgzlqpui8xkt</link>
      <guid isPermaLink="true">https://dominikhofer.me/oyapbgzlqpui8xkt</guid>
      <pubDate>Wed, 22 Jun 2022 19:08:08 +0200</pubDate>
      <description>Constraints spark creativity. https://xcancel.com/dominikhofer_/status/1529115013822050304/photo/1</description>
      <content:encoded><![CDATA[    <p>Constraints spark creativity. <a href="https://xcancel.com/dominikhofer_/status/1529115013822050304/photo/1" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1529115013822050304/photo/1</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/oyapbgzlqpui8xkt">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/yegsrfny2snew2ed</link>
      <guid isPermaLink="true">https://dominikhofer.me/yegsrfny2snew2ed</guid>
      <pubDate>Wed, 22 Jun 2022 15:58:08 +0200</pubDate>
      <description>You don’t have to be great to start, but you have to start to be great.</description>
      <content:encoded><![CDATA[    <p>You don’t have to be great to start, but you have to start to be great.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/yegsrfny2snew2ed">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/xo5ekaehi04ix7z2</link>
      <guid isPermaLink="true">https://dominikhofer.me/xo5ekaehi04ix7z2</guid>
      <pubDate>Wed, 22 Jun 2022 09:58:08 +0200</pubDate>
      <description>Every time you say “no”, you’re saying “yes” to something else.</description>
      <content:encoded><![CDATA[    <p>Every time you say “no”, you’re saying “yes” to something else.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/xo5ekaehi04ix7z2">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/86i03hb9dmjobii4</link>
      <guid isPermaLink="true">https://dominikhofer.me/86i03hb9dmjobii4</guid>
      <pubDate>Tue, 21 Jun 2022 21:07:04 +0200</pubDate>
      <description>What is your best tip to making money online?</description>
      <content:encoded><![CDATA[    <p>What is your best tip to making money online?</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/86i03hb9dmjobii4">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/g7yb1zwu7g7cxia5</link>
      <guid isPermaLink="true">https://dominikhofer.me/g7yb1zwu7g7cxia5</guid>
      <pubDate>Tue, 21 Jun 2022 19:47:30 +0200</pubDate>
      <description>Day 5 #100DaysOfSwiftUI 
✅ If/else
✅ Switch
✅ Ternary operator
🔑 takeaways:
👉 Switch blocks must be exhaustive
👉 For ternary operators, remember WTF: What ? True : False</description>
      <content:encoded><![CDATA[    <p>Day 5 #100DaysOfSwiftUI </p>
<p>✅ If/else<br />
✅ Switch<br />
✅ Ternary operator</p>
<p>🔑 takeaways:<br />
👉 Switch blocks must be exhaustive<br />
👉 For ternary operators, remember WTF: What ? True : False</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/g7yb1zwu7g7cxia5">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/mfrybqpxth1r38re</link>
      <guid isPermaLink="true">https://dominikhofer.me/mfrybqpxth1r38re</guid>
      <pubDate>Tue, 21 Jun 2022 17:42:46 +0200</pubDate>
      <description>Visualizing really is a powerful tool.
I just completed day 2 of @mattdavella&apos;s Unstuck Challenge and the “ideal day in your life” exercise got me thinking quite a bit.
After writing down the visualiz…</description>
      <content:encoded><![CDATA[    <p>Visualizing really is a powerful tool.</p>
<p>I just completed day 2 of @mattdavella's Unstuck Challenge and the “ideal day in your life” exercise got me thinking quite a bit.</p>
<p>After writing down the visualization, I'm more even more motivated to pursue my dreams! 🙌</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/mfrybqpxth1r38re">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/uh4vl6v0oxtkwl7g</link>
      <guid isPermaLink="true">https://dominikhofer.me/uh4vl6v0oxtkwl7g</guid>
      <pubDate>Tue, 21 Jun 2022 16:01:09 +0200</pubDate>
      <description>The best products are not those that are simply good, but those that take what‘s already out there and make it better.</description>
      <content:encoded><![CDATA[    <p>The best products are not those that are simply good, but those that take what‘s already out there and make it better.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/uh4vl6v0oxtkwl7g">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/8svjy0hofjy6zu68</link>
      <guid isPermaLink="true">https://dominikhofer.me/8svjy0hofjy6zu68</guid>
      <pubDate>Tue, 21 Jun 2022 15:55:10 +0200</pubDate>
      <description>Who had the idea to add a pink mode @hypefury 😂</description>
      <content:encoded><![CDATA[    <p>Who had the idea to add a pink mode @hypefury 😂</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/8svjy0hofjy6zu68/f9beff5a0f-1768718735/FVx_qoOWAAA-QnB.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/8svjy0hofjy6zu68">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/c6t3f9j8rhwlnuhf</link>
      <guid isPermaLink="true">https://dominikhofer.me/c6t3f9j8rhwlnuhf</guid>
      <pubDate>Tue, 21 Jun 2022 10:02:08 +0200</pubDate>
      <description>I&apos;m only a few days into my #SwiftUI journey, but I already appreciate the type-safety features of the language.
Helps tremendously to reduce those embarrassing mistakes.</description>
      <content:encoded><![CDATA[    <p>I'm only a few days into my #SwiftUI journey, but I already appreciate the type-safety features of the language.</p>
<p>Helps tremendously to reduce those embarrassing mistakes.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/c6t3f9j8rhwlnuhf">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/8i466on7fb0srh99</link>
      <guid isPermaLink="true">https://dominikhofer.me/8i466on7fb0srh99</guid>
      <pubDate>Mon, 20 Jun 2022 21:04:39 +0200</pubDate>
      <description>Day 4 #100DaysOfSwiftUI 
✅ Type annotations
✅ Checkpoint 2
🔑 takeaways:
👉 Whenever possible, use type inference
Below is my solution for the checkpoint. Wasn&apos;t that hard but reinforced my knowledge of…</description>
      <content:encoded><![CDATA[    <p>Day 4 #100DaysOfSwiftUI </p>
<p>✅ Type annotations<br />
✅ Checkpoint 2</p>
<p>🔑 takeaways:<br />
👉 Whenever possible, use type inference</p>
<p>Below is my solution for the checkpoint. Wasn't that hard but reinforced my knowledge of sets: Now I know that they are made from arrays 💡</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/8i466on7fb0srh99/bb8b46c0ca-1768718735/FVt8mWHXEAEYNoo.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/8i466on7fb0srh99">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/8jtys91lly8sxg0y</link>
      <guid isPermaLink="true">https://dominikhofer.me/8jtys91lly8sxg0y</guid>
      <pubDate>Mon, 20 Jun 2022 15:55:10 +0200</pubDate>
      <description>Reframe your thinking: You&apos;re not bad at something. You&apos;re just new to it.
Embrace the beginner&apos;s mindset.</description>
      <content:encoded><![CDATA[    <p>Reframe your thinking: You're not bad at something. You're just new to it.</p>
<p>Embrace the beginner's mindset.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/8jtys91lly8sxg0y">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/lyo3f6a8v09ynesl</link>
      <guid isPermaLink="true">https://dominikhofer.me/lyo3f6a8v09ynesl</guid>
      <pubDate>Mon, 20 Jun 2022 10:05:08 +0200</pubDate>
      <description>Before any good code, there comes a lot of bad code. There&apos;s no shortcut.</description>
      <content:encoded><![CDATA[    <p>Before any good code, there comes a lot of bad code. There's no shortcut.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/lyo3f6a8v09ynesl">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/fistxejrra09kxtg</link>
      <guid isPermaLink="true">https://dominikhofer.me/fistxejrra09kxtg</guid>
      <pubDate>Sun, 19 Jun 2022 18:40:16 +0200</pubDate>
      <description>Day 3 #100DaysOfSwiftUI 
✅ Arrays
✅ Dictionaries
✅ Sets
✅ Enums
🔑 takeaways:
👉 Use default to access data in dictionaries
👉 Sets are significantly faster in look-up operations than arrays
👉 With enums…</description>
      <content:encoded><![CDATA[    <p>Day 3 #100DaysOfSwiftUI </p>
<p>✅ Arrays<br />
✅ Dictionaries<br />
✅ Sets<br />
✅ Enums</p>
<p>🔑 takeaways:<br />
👉 Use default to access data in dictionaries<br />
👉 Sets are significantly faster in look-up operations than arrays<br />
👉 With enums, you essentially define a new data type with all possible values</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/fistxejrra09kxtg">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/u5capoucpkn9pmjs</link>
      <guid isPermaLink="true">https://dominikhofer.me/u5capoucpkn9pmjs</guid>
      <pubDate>Sun, 19 Jun 2022 15:59:10 +0200</pubDate>
      <description>2022 is already halfway over. Here&apos;s a goal I want to reach by the end of it:
Making 1$ online with my own  iOS app.</description>
      <content:encoded><![CDATA[    <p>2022 is already halfway over. Here's a goal I want to reach by the end of it:</p>
<p>Making 1$ online with my own  iOS app.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/u5capoucpkn9pmjs">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/tfqrdd5iiws2gprn</link>
      <guid isPermaLink="true">https://dominikhofer.me/tfqrdd5iiws2gprn</guid>
      <pubDate>Sun, 19 Jun 2022 10:01:09 +0200</pubDate>
      <description>”Without activity, we are lifeless and dull. When moving fast and taking action, we come alive.”
— @JamesClear</description>
      <content:encoded><![CDATA[    <p>”Without activity, we are lifeless and dull. When moving fast and taking action, we come alive.”<br />
— @JamesClear</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/tfqrdd5iiws2gprn/990d5596fb-1768718735/FVmbdZHXEAEmtbQ.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/tfqrdd5iiws2gprn">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/lr8gf36zkk3f7ky9</link>
      <guid isPermaLink="true">https://dominikhofer.me/lr8gf36zkk3f7ky9</guid>
      <pubDate>Sat, 18 Jun 2022 19:26:01 +0200</pubDate>
      <description>How do you make sure that the ideas you have are actually saved somewhere?
Do you have a system for that?</description>
      <content:encoded><![CDATA[    <p>How do you make sure that the ideas you have are actually saved somewhere?</p>
<p>Do you have a system for that?</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/lr8gf36zkk3f7ky9">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/quv98ksqbpdwkfwu</link>
      <guid isPermaLink="true">https://dominikhofer.me/quv98ksqbpdwkfwu</guid>
      <pubDate>Sat, 18 Jun 2022 13:40:59 +0200</pubDate>
      <description>Day 2 #100DaysOfSwiftUI 
✅ Booleans
✅ String interpolation
✅ Checkpoint 1
🔑 takeaways:
👉 String interpolation is more efficient than string concatenation
The checkpoint exercise was a simple Celcius t…</description>
      <content:encoded><![CDATA[    <p>Day 2 #100DaysOfSwiftUI </p>
<p>✅ Booleans<br />
✅ String interpolation<br />
✅ Checkpoint 1</p>
<p>🔑 takeaways:<br />
👉 String interpolation is more efficient than string concatenation</p>
<p>The checkpoint exercise was a simple Celcius to Fahrenheit converter. Completed it without any problems 🙌</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/quv98ksqbpdwkfwu/557f459087-1768718735/FViDrNzWIAMMZdq.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/quv98ksqbpdwkfwu">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/122x86wgvly20noa</link>
      <guid isPermaLink="true">https://dominikhofer.me/122x86wgvly20noa</guid>
      <pubDate>Fri, 17 Jun 2022 16:03:56 +0200</pubDate>
      <description>Day 1 #100DaysOfSwiftUI 
✅ Variables
✅ Constants
✅ Strings
✅ Numbers
🔑 takeaways:
👉 Use constants whenever possible
👉 Type safety is a very helpful feature of Swift</description>
      <content:encoded><![CDATA[    <p>Day 1 #100DaysOfSwiftUI </p>
<p>✅ Variables<br />
✅ Constants<br />
✅ Strings<br />
✅ Numbers</p>
<p>🔑 takeaways:<br />
👉 Use constants whenever possible<br />
👉 Type safety is a very helpful feature of Swift</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/122x86wgvly20noa">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/60lni2lbonttplam</link>
      <guid isPermaLink="true">https://dominikhofer.me/60lni2lbonttplam</guid>
      <pubDate>Fri, 17 Jun 2022 11:35:08 +0200</pubDate>
      <description>Going for a bike ride first thing in the morning and enjoying this view is amazing 😍
Really helps clear your head and gives you a sense of accomplishment afterward.</description>
      <content:encoded><![CDATA[    <p>Going for a bike ride first thing in the morning and enjoying this view is amazing 😍</p>
<p>Really helps clear your head and gives you a sense of accomplishment afterward.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/60lni2lbonttplam/8010414e9e-1768718735/FVcdt2mX0AUOotC.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/60lni2lbonttplam">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/xhan31otd5ejfxec</link>
      <guid isPermaLink="true">https://dominikhofer.me/xhan31otd5ejfxec</guid>
      <pubDate>Thu, 16 Jun 2022 23:23:56 +0200</pubDate>
      <description>Today, I started my iOS dev journey with #100DaysOfSwiftUI (day 0)
Watched a video that answered some basic questions around iOS development. @twostraws did a really great job with making me excited f…</description>
      <content:encoded><![CDATA[    <p>Today, I started my iOS dev journey with #100DaysOfSwiftUI (day 0)</p>
<p>Watched a video that answered some basic questions around iOS development. @twostraws did a really great job with making me excited for what's to come 🙌<br />
<a href="https://xcancel.com/dominikhofer_/status/1536422578289377286" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1536422578289377286</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>I created a Twitter list with some of the recommendations and a few of the people I already know in the space 👇<br />
<a href="https://xcancel.com/i/lists/1537541595498684453?s=20" target="_blank" rel="noopener">https://xcancel.com/i/lists/1537541595498684453?s=20</a></p>
<p>Feel free to suggest other people I should add to it!</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/xhan31otd5ejfxec">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/o2ud3g572e19fx4w</link>
      <guid isPermaLink="true">https://dominikhofer.me/o2ud3g572e19fx4w</guid>
      <pubDate>Thu, 16 Jun 2022 21:24:59 +0200</pubDate>
      <description>So many interests. So little time.</description>
      <content:encoded><![CDATA[    <p>So many interests. So little time.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/o2ud3g572e19fx4w">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/qf2aqtjo8r62gcyz</link>
      <guid isPermaLink="true">https://dominikhofer.me/qf2aqtjo8r62gcyz</guid>
      <pubDate>Wed, 15 Jun 2022 17:00:04 +0200</pubDate>
      <description>Many problems in our lives come from our non existent ability to delay gratification. And our short attention span.
The Tiktok effect.</description>
      <content:encoded><![CDATA[    <p>Many problems in our lives come from our non existent ability to delay gratification. And our short attention span.</p>
<p>The Tiktok effect.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/qf2aqtjo8r62gcyz">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/kcl8mnnqhnc3smh7</link>
      <guid isPermaLink="true">https://dominikhofer.me/kcl8mnnqhnc3smh7</guid>
      <pubDate>Tue, 14 Jun 2022 17:00:20 +0200</pubDate>
      <description>Buying this cheap Ikea desk mat has made my setup at least 19x better 🤓</description>
      <content:encoded><![CDATA[    <p>Buying this cheap Ikea desk mat has made my setup at least 19x better 🤓</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/kcl8mnnqhnc3smh7/62577c9b09-1768718735/FVOLcKPVEAAX_xV.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/kcl8mnnqhnc3smh7">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/4cc0wtlipnmyb8ny</link>
      <guid isPermaLink="true">https://dominikhofer.me/4cc0wtlipnmyb8ny</guid>
      <pubDate>Mon, 13 Jun 2022 20:57:42 +0200</pubDate>
      <description>I&apos;m currently struggling a bit to decide what to focus my attention on.
So for the next few weeks, I&apos;ll:
⟡ work on my personal website
⟡ take the #100daysofswiftui course
⟡ grow my Twitter account, bu…</description>
      <content:encoded><![CDATA[    <p>I'm currently struggling a bit to decide what to focus my attention on.</p>
<p>So for the next few weeks, I'll:<br />
⟡ work on my personal website<br />
⟡ take the #100daysofswiftui course<br />
⟡ grow my Twitter account, build more connections</p>
<p>Will share my progress here ✌️</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/4cc0wtlipnmyb8ny">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/1k775grkkbdjrm6e</link>
      <guid isPermaLink="true">https://dominikhofer.me/1k775grkkbdjrm6e</guid>
      <pubDate>Mon, 13 Jun 2022 17:00:36 +0200</pubDate>
      <description>Anyone remember what this CSS snippet did? 🤓
.clearfix::after {
content: &apos;&apos;;
display: table;
clear: both;
}</description>
      <content:encoded><![CDATA[    <p>Anyone remember what this CSS snippet did? 🤓</p>
<p>.clearfix::after {<br />
content: '';<br />
display: table;<br />
clear: both;<br />
}</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/1k775grkkbdjrm6e">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/d5qv1rjr9uden3ka</link>
      <guid isPermaLink="true">https://dominikhofer.me/d5qv1rjr9uden3ka</guid>
      <pubDate>Mon, 13 Jun 2022 16:29:03 +0200</pubDate>
      <description>Todays @Webflow 💎:
Hitting this little button in the top right of the spacing accordion centers an element (with margin: 0 auto).</description>
      <content:encoded><![CDATA[    <p>Todays @Webflow 💎:</p>
<p>Hitting this little button in the top right of the spacing accordion centers an element (with margin: 0 auto).</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/d5qv1rjr9uden3ka/24a1aa1cde-1768718735/FVI6amVXoAAPtU-.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/d5qv1rjr9uden3ka">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/pv7bn2jcfdowkzyl</link>
      <guid isPermaLink="true">https://dominikhofer.me/pv7bn2jcfdowkzyl</guid>
      <pubDate>Sun, 12 Jun 2022 20:49:28 +0200</pubDate>
      <description>Conclusion:
Starting small, learning and leveling up over time is better than going all in and betting on the wrong things. https://xcancel.com/vvtraining/status/1536019519835197443</description>
      <content:encoded><![CDATA[    <p>Conclusion:</p>
<p>Starting small, learning and leveling up over time is better than going all in and betting on the wrong things. <a href="https://xcancel.com/vvtraining/status/1536019519835197443" target="_blank" rel="noopener">https://xcancel.com/vvtraining/status/1536019519835197443</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/pv7bn2jcfdowkzyl/bea9841205-1768718735/FVEscDYX0AIcLre.png" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/pv7bn2jcfdowkzyl">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/tcwidnvqw99xwugg</link>
      <guid isPermaLink="true">https://dominikhofer.me/tcwidnvqw99xwugg</guid>
      <pubDate>Sun, 12 Jun 2022 20:38:07 +0200</pubDate>
      <description>Only now discovered that @Figma actually tells you which corner you&apos;re editing (focus on the icon on the left side).
Love finding these little UX gems in the wild 🥰</description>
      <content:encoded><![CDATA[    <p>Only now discovered that @Figma actually tells you which corner you're editing (focus on the icon on the left side).</p>
<p>Love finding these little UX gems in the wild 🥰</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/tcwidnvqw99xwugg/f50bb092ae-1768718735/FVEpvMDWIAEwoer.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/tcwidnvqw99xwugg">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/b6zqwrht1sh331mb</link>
      <guid isPermaLink="true">https://dominikhofer.me/b6zqwrht1sh331mb</guid>
      <pubDate>Sun, 12 Jun 2022 16:30:05 +0200</pubDate>
      <description>A quick little @NotionHQ tip I just discovered:
Type “:name” to quickly insert an emoji without having to search for it in the native emoji-picker.</description>
      <content:encoded><![CDATA[    <p>A quick little @NotionHQ tip I just discovered:</p>
<p>Type “:name” to quickly insert an emoji without having to search for it in the native emoji-picker.</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/b6zqwrht1sh331mb/2452b11939-1768718735/FVDxVtUUEAElRni.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/b6zqwrht1sh331mb">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/0t6q4ejm7n0pl3qq</link>
      <guid isPermaLink="true">https://dominikhofer.me/0t6q4ejm7n0pl3qq</guid>
      <pubDate>Sun, 12 Jun 2022 12:50:23 +0200</pubDate>
      <description>Is it true that @NotionHQ doesn&apos;t have a search and replace function? Or am I missing something?</description>
      <content:encoded><![CDATA[    <p>Is it true that @NotionHQ doesn't have a search and replace function? Or am I missing something?</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/0t6q4ejm7n0pl3qq">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/zt8z8tbkfy8oyysk</link>
      <guid isPermaLink="true">https://dominikhofer.me/zt8z8tbkfy8oyysk</guid>
      <pubDate>Sun, 12 Jun 2022 12:31:08 +0200</pubDate>
      <description>When you&apos;re tired of paying Adobe just to edit some simple PDFs – I got you 👇
https://www.ilovepdf.com</description>
      <content:encoded><![CDATA[    <p>When you're tired of paying Adobe just to edit some simple PDFs – I got you 👇<br />
<a href="https://www.ilovepdf.com" target="_blank" rel="noopener">https://www.ilovepdf.com</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/zt8z8tbkfy8oyysk">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/crnf7d0v1ek9bw5q</link>
      <guid isPermaLink="true">https://dominikhofer.me/crnf7d0v1ek9bw5q</guid>
      <pubDate>Sat, 11 Jun 2022 17:00:02 +0200</pubDate>
      <description>A true life pro tip, that instantly improves your mental well-being:
Don&apos;t be too harsh on yourself.</description>
      <content:encoded><![CDATA[    <p>A true life pro tip, that instantly improves your mental well-being:</p>
<p>Don't be too harsh on yourself.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/crnf7d0v1ek9bw5q">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/085xkiu3etn91xek</link>
      <guid isPermaLink="true">https://dominikhofer.me/085xkiu3etn91xek</guid>
      <pubDate>Sat, 11 Jun 2022 15:49:39 +0200</pubDate>
      <description>Debating on what platform I should choose to build my personal website.
The candidates are:
– @super_
– @framer
– @webflow 
What would you choose? Any opinions or suggestions? 🤔</description>
      <content:encoded><![CDATA[    <p>Debating on what platform I should choose to build my personal website.</p>
<p>The candidates are:<br />
– @super_<br />
– @framer<br />
– @webflow </p>
<p>What would you choose? Any opinions or suggestions? 🤔</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/085xkiu3etn91xek">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/tmxjinjsngjowm9y</link>
      <guid isPermaLink="true">https://dominikhofer.me/tmxjinjsngjowm9y</guid>
      <pubDate>Fri, 10 Jun 2022 17:00:53 +0200</pubDate>
      <description>During the pandemic, fitness apps were all the rage.
Since I don&apos;t go to a gym, I still rely on them pretty heavily.
Here are my 5 favorite health-related apps 💪

The @Nike Run Club app is what I used…</description>
      <content:encoded><![CDATA[    <p>During the pandemic, fitness apps were all the rage.</p>
<p>Since I don't go to a gym, I still rely on them pretty heavily.</p>
<p>Here are my 5 favorite health-related apps 💪</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>The @Nike Run Club app is what I used to train for my first race that I did recently.</p>
<p>It's free and has everything you need to get started: A basic tracker and also guided runs (I use them all the time, they are awesome!).</p>
<p>⬇️ <a href="https://apps.apple.com/us/app/nike-run-club-running-coach/id387771637" target="_blank" rel="noopener">https://apps.apple.com/us/app/nike-run-club-running-coach/id387771637</a></p>
<p><a href="https://xcancel.com/dominikhofer_/status/1525853537237749760" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1525853537237749760</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@Nike If you want to do your gym workouts at home with or without equipment, look no further – @Freeletics is the app to use! </p>
<p>It features different journeys for different levels. And the virtual coach generates the training based on your fitness level.</p>
<p>⬇️ <a href="https://apps.apple.com/us/app/freeletics-hiit-fitness-coach/id654810212" target="_blank" rel="noopener">https://apps.apple.com/us/app/freeletics-hiit-fitness-coach/id654810212</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@Nike @Freeletics A free alternative to Freeletics is the @Nike training club.</p>
<p>It features dozens of workouts in different categories, sometimes even video classes with Nike coaches.</p>
<p>I personally use it mostly for cool-down sessions.</p>
<p>⬇️ <a href="https://apps.apple.com/us/app/nike-training-club/id301521403" target="_blank" rel="noopener">https://apps.apple.com/us/app/nike-training-club/id301521403</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@Nike @Freeletics A recent addition to my health stack is Balance (discovered via @AppAirport).</p>
<p>It's a meditation app with a catch: Every session is personalized to you.</p>
<p>Plus it's also free for the first year! No reason to not check it out imo.</p>
<p>⬇️ <a href="https://apps.apple.com/us/app/balance-meditation-sleep/id1361356590" target="_blank" rel="noopener">https://apps.apple.com/us/app/balance-meditation-sleep/id1361356590</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@Nike @Freeletics @AppAirport For the past few months, I've been doing some research on how our breathing influences our health. That's when I stumbled upon Calmaria.</p>
<p>A minimal app that simply helps you to breathe. But in a more mindful way.</p>
<p>⬇️ <a href="https://apps.apple.com/us/app/calmaria/id1523108871" target="_blank" rel="noopener">https://apps.apple.com/us/app/calmaria/id1523108871</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@Nike @Freeletics @AppAirport That's it for this thread, I hope you found some new apps! If you did, please consider liking and retweeting the first Tweet above.</p>
<p>I regularly post content around design, code &amp; living a more intentional life. If you're into those things, feel free to follow me.</p>
<p>Thanks ✌️</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/tmxjinjsngjowm9y">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ocvu0cppv01m70nw</link>
      <guid isPermaLink="true">https://dominikhofer.me/ocvu0cppv01m70nw</guid>
      <pubDate>Thu, 09 Jun 2022 19:37:34 +0200</pubDate>
      <description>Built this awesome 3d interaction for the @webflow #21dayportfolio challenge 💯

Although it does look a little bit too extravagant in Safari 😂
</description>
      <content:encoded><![CDATA[    <p>Built this awesome 3d interaction for the @webflow #21dayportfolio challenge 💯</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Although it does look a little bit <em>too</em> extravagant in Safari 😂</p>
<figure><img alt="" src="https://dominikhofer.me/FU0_TKGWUAIAuOg.mp4"></figure>  


      <p><video src="https://dominikhofer.me/media/pages/notes/ocvu0cppv01m70nw/352be46143-1768718735/FU0-9EdWUAMB7St.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ocvu0cppv01m70nw">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/73fq6d0j8iuf3q9b</link>
      <guid isPermaLink="true">https://dominikhofer.me/73fq6d0j8iuf3q9b</guid>
      <pubDate>Thu, 09 Jun 2022 17:00:05 +0200</pubDate>
      <description>Reenabling the Youtube watch history has drastically improved my watch experience. I regularly get recommended great videos that I would&apos;ve otherwise missed.
I know, that personalization can be danger…</description>
      <content:encoded><![CDATA[    <p>Reenabling the Youtube watch history has drastically improved my watch experience. I regularly get recommended great videos that I would've otherwise missed.</p>
<p>I know, that personalization can be dangerous if you don't be cautious… But if used responsibly, it's a great feature.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/73fq6d0j8iuf3q9b">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/v4i0rwu2auyflct6</link>
      <guid isPermaLink="true">https://dominikhofer.me/v4i0rwu2auyflct6</guid>
      <pubDate>Wed, 08 Jun 2022 21:06:16 +0200</pubDate>
      <description>Working on a write-up for the creation process behind indocus 👀
Anything specific you&apos;d like to know?

Here&apos;s the link, if you don&apos;t know about it yet: http://indocus.site</description>
      <content:encoded><![CDATA[    <p>Working on a write-up for the creation process behind indocus 👀</p>
<p>Anything specific you'd like to know?</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Here's the link, if you don't know about it yet: <a href="http://indocus.site" target="_blank" rel="noopener">http://indocus.site</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/v4i0rwu2auyflct6/174bd9494c-1768718735/FUwKBxeWQAI1Zb6.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/v4i0rwu2auyflct6">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/9811mp96a25q0hja</link>
      <guid isPermaLink="true">https://dominikhofer.me/9811mp96a25q0hja</guid>
      <pubDate>Tue, 07 Jun 2022 20:22:23 +0200</pubDate>
      <description>Today, I did a lesson on interactions for the #21dayportfolio in @Webflow. And I learned a ton (see the result below).
But one great side effect of learning Webflow is, that you also learn some new st…</description>
      <content:encoded><![CDATA[    <p>Today, I did a lesson on interactions for the #21dayportfolio in @Webflow. And I learned a ton (see the result below).</p>
<p>But one great side effect of learning Webflow is, that you also learn some new stuff about CSS. For example, I finally wrapped my head around CSS perspective 🤓</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/9811mp96a25q0hja/5d7a19c79f-1768718735/FUq119vWQAgHVF6.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/9811mp96a25q0hja">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/x00uqnz5b8q9ksfd</link>
      <guid isPermaLink="true">https://dominikhofer.me/x00uqnz5b8q9ksfd</guid>
      <pubDate>Tue, 07 Jun 2022 20:13:57 +0200</pubDate>
      <description>Great lil @Webflow UI interaction, that I noticed just now:
When you select an element in the navigator, the preview automatically scrolls to it 🙌</description>
      <content:encoded><![CDATA[    <p>Great lil @Webflow UI interaction, that I noticed just now:</p>
<p>When you select an element in the navigator, the preview automatically scrolls to it 🙌</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/x00uqnz5b8q9ksfd/fbfa975b03-1768718735/FUq0Mb7WQAIKEnU.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/x00uqnz5b8q9ksfd">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/16rutgr5llfenp8x</link>
      <guid isPermaLink="true">https://dominikhofer.me/16rutgr5llfenp8x</guid>
      <pubDate>Tue, 07 Jun 2022 11:47:25 +0200</pubDate>
      <description>It&apos;s that time of the year again when I feel the sudden urge to dive into SwiftUI again.
I wonder why…</description>
      <content:encoded><![CDATA[    <p>It's that time of the year again when I feel the sudden urge to dive into SwiftUI again.</p>
<p>I wonder why…</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/16rutgr5llfenp8x">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/laewqq4j27vfznyd</link>
      <guid isPermaLink="true">https://dominikhofer.me/laewqq4j27vfznyd</guid>
      <pubDate>Mon, 06 Jun 2022 22:03:31 +0200</pubDate>
      <description>Now onto watching the state of the union 🤓</description>
      <content:encoded><![CDATA[    <p>Now onto watching the state of the union 🤓</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/laewqq4j27vfznyd">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/itufgy06yyjketmy</link>
      <guid isPermaLink="true">https://dominikhofer.me/itufgy06yyjketmy</guid>
      <pubDate>Mon, 06 Jun 2022 20:28:13 +0200</pubDate>
      <description>The continuity features always feel like magic ✨</description>
      <content:encoded><![CDATA[    <p>The continuity features always feel like magic ✨</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/itufgy06yyjketmy">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/uri753obgep4xpgw</link>
      <guid isPermaLink="true">https://dominikhofer.me/uri753obgep4xpgw</guid>
      <pubDate>Mon, 06 Jun 2022 20:02:40 +0200</pubDate>
      <description>New MacBook Air with M2 🥳</description>
      <content:encoded><![CDATA[    <p>New MacBook Air with M2 🥳</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/uri753obgep4xpgw">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/0dqd5975v6y7opuo</link>
      <guid isPermaLink="true">https://dominikhofer.me/0dqd5975v6y7opuo</guid>
      <pubDate>Mon, 06 Jun 2022 19:05:46 +0200</pubDate>
      <description>This somehow gives me James Bond vibes.</description>
      <content:encoded><![CDATA[    <p>This somehow gives me James Bond vibes.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/0dqd5975v6y7opuo">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/gd9xdosc8hruwv5y</link>
      <guid isPermaLink="true">https://dominikhofer.me/gd9xdosc8hruwv5y</guid>
      <pubDate>Mon, 06 Jun 2022 18:51:54 +0200</pubDate>
      <description>Never seen such big hype for an Apple event like #WWDC22 in a long time.
It&apos;s addictive.</description>
      <content:encoded><![CDATA[    <p>Never seen such big hype for an Apple event like #WWDC22 in a long time.</p>
<p>It's addictive.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/gd9xdosc8hruwv5y">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/lpttucy8g9h8iplx</link>
      <guid isPermaLink="true">https://dominikhofer.me/lpttucy8g9h8iplx</guid>
      <pubDate>Mon, 06 Jun 2022 18:48:29 +0200</pubDate>
      <description>We did it 💯
Thanks to you all, you&apos;re amazing!
I know, numbers are not everything. But it&apos;s a big milestone for me nonetheless.
This is just the beginning! https://xcancel.com/dominikhofer_/status/153…</description>
      <content:encoded><![CDATA[    <p>We did it 💯<br />
Thanks to you all, you're amazing!</p>
<p>I know, numbers are not everything. But it's a big milestone for me nonetheless.</p>
<p>This is just the beginning! <a href="https://xcancel.com/dominikhofer_/status/1533758227233619968" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1533758227233619968</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/lpttucy8g9h8iplx">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/9pslax6mbpbn76ek</link>
      <guid isPermaLink="true">https://dominikhofer.me/9pslax6mbpbn76ek</guid>
      <pubDate>Mon, 06 Jun 2022 12:30:31 +0200</pubDate>
      <description>The past 28 days have been my best in terms of follower growth.
Now, there&apos;s only one left to crack the 100.
Can we make it happen today? 🙏</description>
      <content:encoded><![CDATA[    <p>The past 28 days have been my best in terms of follower growth.</p>
<p>Now, there's only one left to crack the 100.</p>
<p>Can we make it happen today? 🙏</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/9pslax6mbpbn76ek/de134ae996-1768718735/FUkA-l-WYAE5C5n.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/9pslax6mbpbn76ek">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/d4xpnc2pyj3ajnrr</link>
      <guid isPermaLink="true">https://dominikhofer.me/d4xpnc2pyj3ajnrr</guid>
      <pubDate>Sun, 05 Jun 2022 19:00:06 +0200</pubDate>
      <description>24h until #WWDC22
Who&apos;s hyped?</description>
      <content:encoded><![CDATA[    <p>24h until #WWDC22</p>
<p>Who's hyped?</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/d4xpnc2pyj3ajnrr/ba63a12f28-1768718735/FUgQjOZVUAAf57q.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/d4xpnc2pyj3ajnrr">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/uz4q3ymth43ajjrg</link>
      <guid isPermaLink="true">https://dominikhofer.me/uz4q3ymth43ajjrg</guid>
      <pubDate>Sat, 04 Jun 2022 14:17:49 +0200</pubDate>
      <description>The fact that you can&apos;t open a shortened Youtube link directly in the Youtube app on iOS Twitter bugs me everytime…</description>
      <content:encoded><![CDATA[    <p>The fact that you can't open a shortened Youtube link directly in the Youtube app on iOS Twitter bugs me everytime…</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/uz4q3ymth43ajjrg">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/6k0rs6c9q6kyddsy</link>
      <guid isPermaLink="true">https://dominikhofer.me/6k0rs6c9q6kyddsy</guid>
      <pubDate>Sat, 04 Jun 2022 14:13:29 +0200</pubDate>
      <description>Crazy how fast we adapt to small changes.
Two weeks back, I had the @Spotify smart shuffle in the app. And I quite liked it after a few days. 
So much, that I already miss it now that it&apos;s gone again …</description>
      <content:encoded><![CDATA[    <p>Crazy how fast we adapt to small changes.</p>
<p>Two weeks back, I had the @Spotify smart shuffle in the app. And I quite liked it after a few days. </p>
<p>So much, that I already miss it now that it's gone again 🥲</p>
<p>But I guess I'll get used to the old shuffle just as quickly again.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/6k0rs6c9q6kyddsy">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ekl334ys9ksgebxi</link>
      <guid isPermaLink="true">https://dominikhofer.me/ekl334ys9ksgebxi</guid>
      <pubDate>Fri, 03 Jun 2022 23:30:31 +0200</pubDate>
      <description>Bought these awesome wavey wallpapers by @dizzyup 
The wallpapers are already awesome, but you should&apos;ve seen the setup process… Directly integrated into the system settings &amp;amp; a shortcut for the i…</description>
      <content:encoded><![CDATA[    <p>Bought these awesome wavey wallpapers by @dizzyup </p>
<p>The wallpapers are already awesome, but you should've seen the setup process… Directly integrated into the system settings &amp; a shortcut for the iPhone.</p>
<p>Didn't even know that wallpapers can have great UX 👀</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Check them out for yourself: <a href="https://hector.me/wavey" target="_blank" rel="noopener">https://hector.me/wavey</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ekl334ys9ksgebxi/bda415f455-1768718735/FUW6NZmXsAEpAeU.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ekl334ys9ksgebxi">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/tkz02jl1wbk1cymp</link>
      <guid isPermaLink="true">https://dominikhofer.me/tkz02jl1wbk1cymp</guid>
      <pubDate>Fri, 03 Jun 2022 18:25:24 +0200</pubDate>
      <description>99% of people (me included) use Twitter as a consumer, very few as a creator.
I wanted to change that for myself, so I took the course “From consumer to creator” by @AlexLlullTW &amp;amp; @AlexMaeseJ 
Her…</description>
      <content:encoded><![CDATA[    <p>99% of people (me included) use Twitter as a consumer, very few as a creator.</p>
<p>I wanted to change that for myself, so I took the course “From consumer to creator” by @AlexLlullTW &amp; @AlexMaeseJ </p>
<p>Here are my five main takeaways and what I think about the course:</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@AlexLlullTW @AlexMaeseJ 1.<br />
The most important step: Change your mindset regarding Twitter.</p>
<p>See yourself as a creator and think like one. Focus on constantly delivering value.</p>
<p>The Twitter game is a marathon, not a sprint.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@AlexLlullTW @AlexMaeseJ 2.<br />
Find out, what your niche is. What you stand for.</p>
<p>It has to be something you're truly passionate about and where you are in a unique position.</p>
<p>Setup your Twitter profile accordingly (profile pic, banner, bio, pinned tweet).</p>
<p>Learn more 👇<br />
<a href="https://xcancel.com/david_perell/status/1259539005097426944" target="_blank" rel="noopener">https://xcancel.com/david_perell/status/1259539005097426944</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@AlexLlullTW @AlexMaeseJ 3.<br />
Make a habit out of writing down your ideas. Be a collector.</p>
<p>And don't waste them by only posting them once. Recycle your ideas: Restructure them, add something to them, you name it.</p>
<p>Also important: Consume great content.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@AlexLlullTW @AlexMaeseJ 4.<br />
Engagement &gt; Followers</p>
<p>Connections are everything. They generate opportunities.</p>
<p>So focus your time mostly on interacting with people. Especially in the beginning. Add something to the conversation.</p>
<p>9/10 of your tweets per day should be replies.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@AlexLlullTW @AlexMaeseJ 5.<br />
Who to interact with:</p>
<p>– Top players in your niche<br />
– People who are where you want to be in 6 months<br />
– People in a similar stage as you<br />
– Your audience</p>
<p>Use lists for this.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@AlexLlullTW @AlexMaeseJ I'm going to start using the learnings from the course one by one. </p>
<p>For example, I just changed my banner and my bio. What do you think?</p>
<figure><img alt="" src="https://dominikhofer.me/FUV1c3VUsAEZy5W.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@AlexLlullTW @AlexMaeseJ As you can see, I'm very happy that I took this course. Here's what I liked most about it:</p>
<p>– Bite-sized lessons, timeboxed to 1h<br />
– Many personal insights from the creators<br />
– Video screencasts<br />
– Many examples (do's &amp; dont's)</p>
<p>⭐️⭐️⭐️⭐️⭐️</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@AlexLlullTW @AlexMaeseJ If you also want to go from consumer to creator, definitively check out the course and support the creators! It's a steal for 30$.</p>
<p>👇<br />
<a href="https://alexllull.gumroad.com/l/consumer-to-creator" target="_blank" rel="noopener">https://alexllull.gumroad.com/l/consumer-to-creator</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>If you want to help me on my journey to become a creator, consider following me. I tweet about minimalist design, building tiny products, and living a more intentional life.</p>
<p>Also, consider liking &amp; retweeting the first tweet. Thanks for being awesome ✌️</p>
<p><a href="https://xcancel.com/dominikhofer_/status/1532760371034849280" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1532760371034849280</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/tkz02jl1wbk1cymp/4fc7af1c6f-1768718735/FUV1bvtUAAEMlPn.png" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/tkz02jl1wbk1cymp">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/pz0f3rkpogck6pk1</link>
      <guid isPermaLink="true">https://dominikhofer.me/pz0f3rkpogck6pk1</guid>
      <pubDate>Thu, 02 Jun 2022 21:30:51 +0200</pubDate>
      <description>For a few days, I have had this weird bug that I&apos;m constantly getting logged out of @webflow 
Is anyone experiencing the same or has in the past? 🤔</description>
      <content:encoded><![CDATA[    <p>For a few days, I have had this weird bug that I'm constantly getting logged out of @webflow </p>
<p>Is anyone experiencing the same or has in the past? 🤔</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/pz0f3rkpogck6pk1/c73da400ca-1768718735/FURWIZsXwAg_Ntu.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/pz0f3rkpogck6pk1">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/01ngdgfh1n65jer6</link>
      <guid isPermaLink="true">https://dominikhofer.me/01ngdgfh1n65jer6</guid>
      <pubDate>Wed, 01 Jun 2022 17:22:28 +0200</pubDate>
      <description>Wanna build an audience on Twitter?
Ask yourself: What are my passions? Where lie my interests?
Then take action. Figure out what sticks and what doesn&apos;t.
Repeat, this is an ongoing process.

I&apos;m curr…</description>
      <content:encoded><![CDATA[    <p>Wanna build an audience on Twitter?</p>
<p>Ask yourself: What are my passions? Where lie my interests?</p>
<p>Then take action. Figure out what sticks and what doesn't.</p>
<p>Repeat, this is an ongoing process.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>I'm currently in this process myself, so consider this a meta tweet 😉</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/01ngdgfh1n65jer6">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/rjan5a01bhi64txd</link>
      <guid isPermaLink="true">https://dominikhofer.me/rjan5a01bhi64txd</guid>
      <pubDate>Tue, 31 May 2022 18:05:53 +0200</pubDate>
      <description>Holy shit, @cleanmymac is awesome 🤯</description>
      <content:encoded><![CDATA[    <p>Holy shit, @cleanmymac is awesome 🤯</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/rjan5a01bhi64txd/471865f541-1768718735/FUGUJfDWAAEiYLU.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/rjan5a01bhi64txd">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/e0ko7vxf4ahr28eh</link>
      <guid isPermaLink="true">https://dominikhofer.me/e0ko7vxf4ahr28eh</guid>
      <pubDate>Tue, 31 May 2022 17:17:05 +0200</pubDate>
      <description>The course is live, time to go through it!
Will write a lil review afterwards ✌️ https://xcancel.com/dominikhofer_/status/1525439735585456129</description>
      <content:encoded><![CDATA[    <p>The course is live, time to go through it!</p>
<p>Will write a lil review afterwards ✌️ <a href="https://xcancel.com/dominikhofer_/status/1525439735585456129" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1525439735585456129</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/e0ko7vxf4ahr28eh">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/n6y7sb6zt4cwjrac</link>
      <guid isPermaLink="true">https://dominikhofer.me/n6y7sb6zt4cwjrac</guid>
      <pubDate>Tue, 31 May 2022 12:17:26 +0200</pubDate>
      <description>Do I know anyone who is a subscriber to Setapp? Wondering if the subscription is worth it compared to buying the most essential apps (like Clean my Mac) separately 🤔</description>
      <content:encoded><![CDATA[    <p>Do I know anyone who is a subscriber to Setapp? Wondering if the subscription is worth it compared to buying the most essential apps (like Clean my Mac) separately 🤔</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/n6y7sb6zt4cwjrac">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/yswwxvx50e7t5cag</link>
      <guid isPermaLink="true">https://dominikhofer.me/yswwxvx50e7t5cag</guid>
      <pubDate>Tue, 31 May 2022 10:54:19 +0200</pubDate>
      <description>If you use todo lists frequently, quickly fill out this form 👇 https://t.co/74uTQem2Xt</description>
      <content:encoded><![CDATA[    <p>If you use todo lists frequently, quickly fill out this form 👇 <a href="https://t.co/74uTQem2Xt" target="_blank" rel="noopener">https://t.co/74uTQem2Xt</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/yswwxvx50e7t5cag">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/5a1zfkvz3tbp8nlm</link>
      <guid isPermaLink="true">https://dominikhofer.me/5a1zfkvz3tbp8nlm</guid>
      <pubDate>Mon, 30 May 2022 21:19:02 +0200</pubDate>
      <description>Already two people submitted great videos to indocus. I know it doesn&apos;t sound like a lot, but it makes me really happy to see people contributing to my project 🤗
If you&apos;ve come across a great Youtube …</description>
      <content:encoded><![CDATA[    <p>Already two people submitted great videos to indocus. I know it doesn't sound like a lot, but it makes me really happy to see people contributing to my project 🤗</p>
<p>If you've come across a great Youtube documentary recently, suggest it here as well 👉 <a href="http://indocus.site" target="_blank" rel="noopener">http://indocus.site</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/5a1zfkvz3tbp8nlm">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/5wiof4tfut4ee84b</link>
      <guid isPermaLink="true">https://dominikhofer.me/5wiof4tfut4ee84b</guid>
      <pubDate>Mon, 30 May 2022 21:15:45 +0200</pubDate>
      <description>Some personal news:
Today was my first day in a communication agency 🥳
After nearly 4 years in the financial industry, I&apos;m really excited for this next chapter. Now onto learning new stuff and growing…</description>
      <content:encoded><![CDATA[    <p>Some personal news:</p>
<p>Today was my first day in a communication agency 🥳<br />
After nearly 4 years in the financial industry, I'm really excited for this next chapter. Now onto learning new stuff and growing!</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/5wiof4tfut4ee84b/38e6ca1c9a-1768718735/FUB2DrEUcAAOV2a.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/5wiof4tfut4ee84b">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/jt5er16badm6g2m1</link>
      <guid isPermaLink="true">https://dominikhofer.me/jt5er16badm6g2m1</guid>
      <pubDate>Mon, 30 May 2022 21:05:27 +0200</pubDate>
      <description>@DanSafkow
Hey 👋
Thank you very much for submitting a Youtube video to indocus! I just added it to the site 👉  http://indocus.site
If you come across other great videos, feel free to submit them as we…</description>
      <content:encoded><![CDATA[    <p>@DanSafkow<br />
Hey 👋</p>
<p>Thank you very much for submitting a Youtube video to indocus! I just added it to the site 👉  <a href="http://indocus.site" target="_blank" rel="noopener">http://indocus.site</a></p>
<p>If you come across other great videos, feel free to submit them as well.</p>
<p>Thanks for helping to keep indocus awesome &amp; growing 🥳</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/jt5er16badm6g2m1">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/r4koq1q8f8n52yhh</link>
      <guid isPermaLink="true">https://dominikhofer.me/r4koq1q8f8n52yhh</guid>
      <pubDate>Sun, 29 May 2022 17:07:41 +0200</pubDate>
      <description>Just found out about @AnytypeLabs, an operating system for life. Looks like a solid Notion alternative and even more.
Really excited to try it out, once I get access!</description>
      <content:encoded><![CDATA[    <p>Just found out about @AnytypeLabs, an operating system for life. Looks like a solid Notion alternative and even more.</p>
<p>Really excited to try it out, once I get access!</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/r4koq1q8f8n52yhh">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/smfcrggyqv2xpd63</link>
      <guid isPermaLink="true">https://dominikhofer.me/smfcrggyqv2xpd63</guid>
      <pubDate>Sun, 29 May 2022 17:00:04 +0200</pubDate>
      <description>Overthinking &amp;lt; Just starting.</description>
      <content:encoded><![CDATA[    <p>Overthinking &lt; Just starting.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/smfcrggyqv2xpd63/dafafeefcf-1768718735/FT7x85jUUAAdQU5.png" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/smfcrggyqv2xpd63">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/s3axcj2x0fstpea3</link>
      <guid isPermaLink="true">https://dominikhofer.me/s3axcj2x0fstpea3</guid>
      <pubDate>Sun, 29 May 2022 12:14:29 +0200</pubDate>
      <description>Am I the only one who sometimes feels more productive just working from my MacBook without any external display? Pretty strange feeling…
Anyone else?</description>
      <content:encoded><![CDATA[    <p>Am I the only one who sometimes feels more productive just working from my MacBook without any external display? Pretty strange feeling…</p>
<p>Anyone else?</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/s3axcj2x0fstpea3">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/5aluh7555zu0ydck</link>
      <guid isPermaLink="true">https://dominikhofer.me/5aluh7555zu0ydck</guid>
      <pubDate>Sat, 28 May 2022 23:46:19 +0200</pubDate>
      <description>Funny how ⁦@duolingo⁩ gets you to open their app every day. Even if its 11:45 PM 😂</description>
      <content:encoded><![CDATA[    <p>Funny how ⁦@duolingo⁩ gets you to open their app every day. Even if its 11:45 PM 😂</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/5aluh7555zu0ydck/8cc6b138cb-1768718735/FT4FWIzWUAAUO7p.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/5aluh7555zu0ydck">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/uaib9zgecod07fm1</link>
      <guid isPermaLink="true">https://dominikhofer.me/uaib9zgecod07fm1</guid>
      <pubDate>Sat, 28 May 2022 15:35:40 +0200</pubDate>
      <description>CMD + E is easily the most powerful shortcut I&apos;ve learned in Webflow. 
Watch how quickly you can add some basic elements to a page 👇
What&apos;s your favorite shortcut?

10 minutes later and I learned that…</description>
      <content:encoded><![CDATA[    <p>CMD + E is easily the most powerful shortcut I've learned in Webflow. </p>
<p>Watch how quickly you can add some basic elements to a page 👇</p>
<p>What's your favorite shortcut?</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>10 minutes later and I learned that CMD + K works as well. Now it makes even more sense :)</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/uaib9zgecod07fm1/806786b65a-1768718735/FT2U0AyWYAAaWDn.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/uaib9zgecod07fm1">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3zldy1pj992gt0dw</link>
      <guid isPermaLink="true">https://dominikhofer.me/3zldy1pj992gt0dw</guid>
      <pubDate>Sat, 28 May 2022 10:41:28 +0200</pubDate>
      <description>TIL that you can easily create “zoom in” videos like this natively on macOS.
Simply go to your accessibility settings and enable “Use scroll gesture with modifier keys to zoom” under the “zoom” option…</description>
      <content:encoded><![CDATA[    <p>TIL that you can easily create “zoom in” videos like this natively on macOS.</p>
<p>Simply go to your accessibility settings and enable “Use scroll gesture with modifier keys to zoom” under the “zoom” option.</p>
<p>H/t to @tdinh_me for sharing this!</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/3zldy1pj992gt0dw/5d846bfa3f-1768718735/ZIc8_VRnajygnWvG.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3zldy1pj992gt0dw">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/wi6f1qz9kg6vksg6</link>
      <guid isPermaLink="true">https://dominikhofer.me/wi6f1qz9kg6vksg6</guid>
      <pubDate>Sat, 28 May 2022 09:00:02 +0200</pubDate>
      <description>My first product indocus is live on @ProductHunt 🥳🥳
Go check it out and let me know what you think about it!
https://www.producthunt.com/posts/indocus</description>
      <content:encoded><![CDATA[    <p>My first product indocus is live on @ProductHunt 🥳🥳</p>
<p>Go check it out and let me know what you think about it!<br />
<a href="https://www.producthunt.com/posts/indocus" target="_blank" rel="noopener">https://www.producthunt.com/posts/indocus</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/wi6f1qz9kg6vksg6">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/pqbnw1nzluokmyb0</link>
      <guid isPermaLink="true">https://dominikhofer.me/pqbnw1nzluokmyb0</guid>
      <pubDate>Fri, 27 May 2022 12:33:04 +0200</pubDate>
      <description>My Youtube liked playlist is like a time capsule. By going through the videos, I see what I was interested in during past times.
Hope my Twitter account will be the same in the future.</description>
      <content:encoded><![CDATA[    <p>My Youtube liked playlist is like a time capsule. By going through the videos, I see what I was interested in during past times.</p>
<p>Hope my Twitter account will be the same in the future.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/pqbnw1nzluokmyb0">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ykd1j82howhmrjtq</link>
      <guid isPermaLink="true">https://dominikhofer.me/ykd1j82howhmrjtq</guid>
      <pubDate>Thu, 26 May 2022 17:00:17 +0200</pubDate>
      <description>Tired of overused Google fonts but buying fonts is too expensive?
Check out @fontshare_com, “a free fonts service by @itfoundry, making quality fonts accessible to all.”
One of my personal favorites i…</description>
      <content:encoded><![CDATA[    <p>Tired of overused Google fonts but buying fonts is too expensive?</p>
<p>Check out @fontshare_com, “a free fonts service by @itfoundry, making quality fonts accessible to all.”</p>
<p>One of my personal favorites is Switzer, might use it for my personal branding.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ykd1j82howhmrjtq/87bdaf4c1b-1768718735/FTsVPAlUsAArOrv.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ykd1j82howhmrjtq">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/x5a55osmbj289qer</link>
      <guid isPermaLink="true">https://dominikhofer.me/x5a55osmbj289qer</guid>
      <pubDate>Thu, 26 May 2022 12:36:01 +0200</pubDate>
      <description>Just installed @raycastapp on my Mac. After playing around with it for a few minutes, I think Alfred is a thing of the past.</description>
      <content:encoded><![CDATA[    <p>Just installed @raycastapp on my Mac. After playing around with it for a few minutes, I think Alfred is a thing of the past.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/x5a55osmbj289qer">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/dqor6d3mfxn6a1gr</link>
      <guid isPermaLink="true">https://dominikhofer.me/dqor6d3mfxn6a1gr</guid>
      <pubDate>Thu, 26 May 2022 00:15:14 +0200</pubDate>
      <description>There are many great web design inspo sites out there, but I think I&apos;ve just found the best one: @godlywebsite 
Beautifully curated and new sites every day.</description>
      <content:encoded><![CDATA[    <p>There are many great web design inspo sites out there, but I think I've just found the best one: @godlywebsite </p>
<p>Beautifully curated and new sites every day.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/dqor6d3mfxn6a1gr">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/xa0prxodnecwksdb</link>
      <guid isPermaLink="true">https://dominikhofer.me/xa0prxodnecwksdb</guid>
      <pubDate>Wed, 25 May 2022 23:23:29 +0200</pubDate>
      <description>The new @framer looks really promising 👀
Seems to be even simpler than Webflow which is great news for no-coders!
On an additional note, looks like their previous main product Framer X is gone...</description>
      <content:encoded><![CDATA[    <p>The new @framer looks really promising 👀</p>
<p>Seems to be even simpler than Webflow which is great news for no-coders!</p>
<p>On an additional note, looks like their previous main product Framer X is gone...</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/xa0prxodnecwksdb/10f8244ab0-1768718735/FToisZSWIAAc0FE.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/xa0prxodnecwksdb">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ckxybkupev73k4p5</link>
      <guid isPermaLink="true">https://dominikhofer.me/ckxybkupev73k4p5</guid>
      <pubDate>Wed, 25 May 2022 14:42:26 +0200</pubDate>
      <description>Things 3 without the sidebar on Mac is just such a beautifully designed app. It&apos;s exactly the minimalist aesthetic that I dig🤩</description>
      <content:encoded><![CDATA[    <p>Things 3 without the sidebar on Mac is just such a beautifully designed app. It's exactly the minimalist aesthetic that I dig🤩</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ckxybkupev73k4p5/f76d8b15b5-1768718735/FTmrwsWXoAIifUe.png" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ckxybkupev73k4p5">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/wo64gg6lx0r4mxzc</link>
      <guid isPermaLink="true">https://dominikhofer.me/wo64gg6lx0r4mxzc</guid>
      <pubDate>Tue, 24 May 2022 21:36:42 +0200</pubDate>
      <description>.⁦@Spotify⁩ seems to have gotten rid of that weird ”play in shuffle mode“ button in playlists.
You can now toggle the shuffle mode individually right next to the play button.
Like it :)</description>
      <content:encoded><![CDATA[    <p>.⁦@Spotify⁩ seems to have gotten rid of that weird ”play in shuffle mode“ button in playlists.</p>
<p>You can now toggle the shuffle mode individually right next to the play button.</p>
<p>Like it :)</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/wo64gg6lx0r4mxzc/5824305492-1768718735/FTjBURVXsAAOU5L.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/wo64gg6lx0r4mxzc">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/5d264lz8u8ltiasr</link>
      <guid isPermaLink="true">https://dominikhofer.me/5d264lz8u8ltiasr</guid>
      <pubDate>Tue, 24 May 2022 17:00:03 +0200</pubDate>
      <description>Constraints spark creativity.</description>
      <content:encoded><![CDATA[    <p>Constraints spark creativity.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/5d264lz8u8ltiasr/3d4a531abe-1768718735/FTiCAAGVUAI6kmJ.png" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/5d264lz8u8ltiasr">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/9o1jpnrw9mwru2pa</link>
      <guid isPermaLink="true">https://dominikhofer.me/9o1jpnrw9mwru2pa</guid>
      <pubDate>Mon, 23 May 2022 17:00:04 +0200</pubDate>
      <description>The @typefully drafts feature has become my go-to way for jotting down quick ideas I randomly get or pick up.
It forces me to articulate them in just one Tweet. And I have the possibility to tweet the…</description>
      <content:encoded><![CDATA[    <p>The @typefully drafts feature has become my go-to way for jotting down quick ideas I randomly get or pick up.</p>
<p>It forces me to articulate them in just one Tweet. And I have the possibility to tweet them later on.</p>
<p>Pro tip: Save the progressive web app on your phone's home screen.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/9o1jpnrw9mwru2pa/cfac6f6e94-1768718735/FTc4agVVIAAUE6O.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/9o1jpnrw9mwru2pa">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/tk19j7822qaa63qi</link>
      <guid isPermaLink="true">https://dominikhofer.me/tk19j7822qaa63qi</guid>
      <pubDate>Sat, 21 May 2022 15:43:57 +0200</pubDate>
      <description>I&apos;ve always struggled with finishing the projects I started. That needs to change.
So I set myself up for a challenge: Over the course of the next 7 days, I&apos;m gonna plan, design, build &amp;amp; launch my…</description>
      <content:encoded><![CDATA[    <p>I've always struggled with finishing the projects I started. That needs to change.</p>
<p>So I set myself up for a challenge: Over the course of the next 7 days, I'm gonna plan, design, build &amp; launch my first product!</p>
<p>Follow along in this ongoing thread 👇<br />
(RTs appreciated, thanks!)</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>The idea is pretty simple and has already been living in my public idea scrapbook for a while.</p>
<p>On Youtube, there are many great documentaries &amp; informative videos made by indie creators. But there is no easy way to discover them.</p>
<p>I'm going to fix this.</p>
<p><a href="https://xcancel.com/dominikhofer_/status/1525080456416198658" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1525080456416198658</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Here's a quick feature brain dump I did with the core features and some additional ideas. </p>
<p>I didn't specify this before, but I'm going down the #nocode route for this project. So I'll have to see, what's actually possible to implement with the technology I chose.</p>
<figure><img alt="" src="https://dominikhofer.me/FTSZBP0XEAMgf3t.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>✅ name<br />
✅ typeface<br />
✅ logo (a combination of a play button and a star)</p>
<figure><img alt="" src="https://dominikhofer.me/FTSieHCXoAMsUir.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Created a little site map and made a few wireframes.</p>
<p>Contrary to my usual design process, I'm not going to jump into Figma now and design the whole website. Reason being, that I don't really know yet, which customization options are available in the tool I'm building this in.</p>
<figure><img alt="" src="https://dominikhofer.me/FTXo9v3WIAEDJtQ.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>So I'm sorta designing while I build, which should be a fun challenge🥳<br />
But the wireframes are definitely a must for every web design, regardless of whether or not you're creating a proper screen design later on.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>As a cms, I'm using @airtable. Simple, yet powerful to use.</p>
<p>In under an hour, I've set up the whole database. It includes 3 tables and some interesting cross-references between them, which will come in handy later.</p>
<p>Here's what the main table looks like:</p>
<figure><img alt="" src="https://dominikhofer.me/FTiQVc-X0AABW1J.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@airtable After some research, I've decided that the frontend will be powered by @softr_io </p>
<p>Haven't used it before but it looks pretty promising. We'll see how it goes.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@airtable @softr_io Alright, after like 1.5h, I've already got a simple site setup 👉 <a href="https://indocus.softr.app" target="_blank" rel="noopener">https://indocus.softr.app</a></p>
<p>It's pretty simple right now, but quite impressive what you can create in such a short amount of time. </p>
<p>Softr is limiting you pretty heavily on the design side, which can be good or bad.</p>
<figure><img alt="" src="https://dominikhofer.me/FTi5g38XsAEuZHW.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@airtable @softr_io Created a little 3D hero image in @splinetool ✨</p>
<figure><img alt="" src="https://dominikhofer.me/FTnUbImXEAAhVtS.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@airtable @softr_io @splinetool The site itself is ready, now I just have to add more Youtube videos.</p>
<p>If you know some great indie documentaries, send them my way. Would be greatly appreciated 😁</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Took longer than I expected, but now, I have a database with nearly 50 high-quality Youtube videos. I'm gonna stop here as I think that's enough for the launch.</p>
<p>My hope is that it gets some traction and people submit their own favorites, so the selection is a bit more diverse.</p>
<figure><img alt="" src="https://dominikhofer.me/FTxTkjdXsAEvS6d.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>I think this is the first time that I've bought the domain after completing the project.</p>
<p>Progress I guess 😂</p>
<figure><img alt="" src="https://dominikhofer.me/FTyHgOrXsAEDYDP.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Finished the last steps before preparing the PH launch:<br />
✅ Connected domain<br />
✅ Added Google analytics<br />
✅ Added a cookie banner</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Scheduling my first @ProductHunt launch.</p>
<p>Shit's getting real!</p>
<figure><img alt="" src="https://dominikhofer.me/FTyP7lgXEAAVLW9.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>✅ ready before deadline. whoop whoop 🥳</p>
<figure><img alt="" src="https://dominikhofer.me/FTyd2PWWIAUB_B6.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>If you want to check out the product before the launch, it's available at <a href="http://indocus.site" target="_blank" rel="noopener">http://indocus.site</a></p>
<p>Let me know what you think!</p>
<p>And don't forget to support me tomorrow on Product Hunt 🙌</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Quick after launch update:</p>
<p>We finished with 36 upvotes 🥳 Quite happy with it since I didn't do any crazy marketing. Was a great experience and I learned a lot for my next launch.</p>
<p>But the best feeling is definitely, that I finally launched something in the first place 🙈</p>
<figure><img alt="" src="https://dominikhofer.me/FT6uPVdWAAADv0T.jpg"></figure>  



<hr>
<p>
  <a href="https://dominikhofer.me/tk19j7822qaa63qi">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/g3t0jdaej8i2pf6c</link>
      <guid isPermaLink="true">https://dominikhofer.me/g3t0jdaej8i2pf6c</guid>
      <pubDate>Fri, 20 May 2022 17:00:03 +0200</pubDate>
      <description>What&apos;s obvious to you might not be to others. Share your knowledge with the world.</description>
      <content:encoded><![CDATA[    <p>What's obvious to you might not be to others. Share your knowledge with the world.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/g3t0jdaej8i2pf6c">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/txd4n9e6eo3akf16</link>
      <guid isPermaLink="true">https://dominikhofer.me/txd4n9e6eo3akf16</guid>
      <pubDate>Thu, 19 May 2022 17:00:10 +0200</pubDate>
      <description>Sharing your progress in public is a skill that has to be learned. I find it especially difficult to post about the &quot;boring&quot; stuff cause I always think it doesn&apos;t interest anyone anyways…
How are you …</description>
      <content:encoded><![CDATA[    <p>Sharing your progress in public is a skill that has to be learned. I find it especially difficult to post about the "boring" stuff cause I always think it doesn't interest anyone anyways…</p>
<p>How are you dealing with this feeling?🤔</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/txd4n9e6eo3akf16">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/foghnfskvo23du2m</link>
      <guid isPermaLink="true">https://dominikhofer.me/foghnfskvo23du2m</guid>
      <pubDate>Wed, 18 May 2022 13:45:46 +0200</pubDate>
      <description>TIL that @webflow has a contrast checker built-in right in the color picker. Very handy and great to see that attention to detail!</description>
      <content:encoded><![CDATA[    <p>TIL that @webflow has a contrast checker built-in right in the color picker. Very handy and great to see that attention to detail!</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/foghnfskvo23du2m/d7d78616a7-1768718735/FTCb9PIXsAAlUD8.png" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/foghnfskvo23du2m">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/0tq03j1cicu54k66</link>
      <guid isPermaLink="true">https://dominikhofer.me/0tq03j1cicu54k66</guid>
      <pubDate>Tue, 17 May 2022 18:14:51 +0200</pubDate>
      <description>App tip of the day: @getmatterapp 
With the latest 2.0 update, it really is the read later app that I&apos;ve always wanted: Clean &amp;amp; minimalist design, various integrations, unlimited highlights.
Time …</description>
      <content:encoded><![CDATA[    <p>App tip of the day: @getmatterapp </p>
<p>With the latest 2.0 update, it really is the read later app that I've always wanted: Clean &amp; minimalist design, various integrations, unlimited highlights.</p>
<p>Time to ditch Instapaper👋</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/0tq03j1cicu54k66">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/39aq2swqo9rkyl1r</link>
      <guid isPermaLink="true">https://dominikhofer.me/39aq2swqo9rkyl1r</guid>
      <pubDate>Tue, 17 May 2022 17:50:01 +0200</pubDate>
      <description>Constantly switching between @evernote and @NotionHQ for building my #secondbrain. I like the search aspect of Evernote and that you can create new notes quite easily. On the other hand, databases are…</description>
      <content:encoded><![CDATA[    <p>Constantly switching between @evernote and @NotionHQ for building my #secondbrain. I like the search aspect of Evernote and that you can create new notes quite easily. On the other hand, databases are such a handy feature in Notion.</p>
<p>Aaargh... Anyone else experiencing this?🤔</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/39aq2swqo9rkyl1r">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/d2dmseos3uc133ng</link>
      <guid isPermaLink="true">https://dominikhofer.me/d2dmseos3uc133ng</guid>
      <pubDate>Mon, 16 May 2022 17:51:33 +0200</pubDate>
      <description>Having less choices is often times more of a blessing than a curse.
It&apos;s the same with creativity, the more constraints the better the result. Usually.</description>
      <content:encoded><![CDATA[    <p>Having less choices is often times more of a blessing than a curse.<br />
It's the same with creativity, the more constraints the better the result. Usually.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/d2dmseos3uc133ng">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/20ag7xm479j6whtc</link>
      <guid isPermaLink="true">https://dominikhofer.me/20ag7xm479j6whtc</guid>
      <pubDate>Sun, 15 May 2022 17:00:06 +0200</pubDate>
      <description>Ran my first race yesterday 🥳
Quite happy with the result, now on to the next challenge!</description>
      <content:encoded><![CDATA[    <p>Ran my first race yesterday 🥳<br />
Quite happy with the result, now on to the next challenge!</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/20ag7xm479j6whtc/b8dadae741-1768718735/FSzrscwVUAMBjAd.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/20ag7xm479j6whtc/6ca7c0d1c6-1768718735/FSzrtANVEAMjeQW.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/20ag7xm479j6whtc">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/x4quy4z61k75vlo7</link>
      <guid isPermaLink="true">https://dominikhofer.me/x4quy4z61k75vlo7</guid>
      <pubDate>Sun, 15 May 2022 15:01:24 +0200</pubDate>
      <description>Hey @typefully, just wanted to let you know, that in the “Tweeted” view, the Tweets are only sorted by day and month but not by year. See the screenshot below.</description>
      <content:encoded><![CDATA[    <p>Hey @typefully, just wanted to let you know, that in the “Tweeted” view, the Tweets are only sorted by day and month but not by year. See the screenshot below.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/x4quy4z61k75vlo7/45d9ce8bbb-1768718735/FSzPe3oXEAE1QAo.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/x4quy4z61k75vlo7">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3rxu2u8jmqgpolrx</link>
      <guid isPermaLink="true">https://dominikhofer.me/3rxu2u8jmqgpolrx</guid>
      <pubDate>Sat, 14 May 2022 13:35:48 +0200</pubDate>
      <description>Just preordered the “from consumer to creator”-course by @AlexLlullTW &amp;amp; @AlexMaeseJ. What excites me the most is that it&apos;s only 1 hour&apos;s worth of content so you can get started right away.
Really …</description>
      <content:encoded><![CDATA[    <p>Just preordered the “from consumer to creator”-course by @AlexLlullTW &amp; @AlexMaeseJ. What excites me the most is that it's only 1 hour's worth of content so you can get started right away.</p>
<p>Really looking forward to the launch and taking Twitter more seriously!</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Here's the link, if you're interested as well:<br />
<a href="https://alexllull.gumroad.com/l/consumer-to-creator" target="_blank" rel="noopener">https://alexllull.gumroad.com/l/consumer-to-creator</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/3rxu2u8jmqgpolrx">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/9clksauis20t40zz</link>
      <guid isPermaLink="true">https://dominikhofer.me/9clksauis20t40zz</guid>
      <pubDate>Fri, 13 May 2022 13:48:00 +0200</pubDate>
      <description>I&apos;m gonna start what I call a public idea scrapbook.
In this ongoing thread, I&apos;ll share my (crappy) project ideas as I get them, raw and unfiltered. Leave your feedback or build them yourself.
1 tweet…</description>
      <content:encoded><![CDATA[    <p>I'm gonna start what I call a public idea scrapbook.</p>
<p>In this ongoing thread, I'll share my (crappy) project ideas as I get them, raw and unfiltered. Leave your feedback or build them yourself.</p>
<p>1 tweet = 1 idea</p>
<p>Let's go👇</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>(Oh and if you actually build one of these ideas yourself, I'd love to have a look!)</p>
<p>Here's the inspo: <a href="https://xcancel.com/dr/status/1524688541992689664" target="_blank" rel="noopener">https://xcancel.com/dr/status/1524688541992689664</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>27.03.2021</p>
<p>Swiss german clock widget for iPhone, inspired by this design:</p>
<figure><img alt="" src="https://dominikhofer.me/FSoskOZUsAE3LGi.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>29.03.2021</p>
<p>Simple grocery shopping app</p>
<ul>
<li>OCR for scanning physical shopping list</li>
<li>Items are sorted based on how the market stores them (crowdsourced)</li>
<li>Standard items for every purchase</li>
<li>Shared lists</li>
<li>Recipe suggestions</li>
</ul>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>29.03.2021</p>
<p>Swiss german voice assistant</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>05.04.2021</p>
<p>Reddit saver</p>
<p>Like @threadreaderapp but for Reddit discussions. The top comments get saved.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>05.04.2021</p>
<p>Comments for Netflix shows. General and also episode-specific discussions.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>11.04.2021</p>
<p>Wishlist with a twist. </p>
<p>Every item is freezed for a certain time based on the price. Only after the item is unfrozen, it can be bought. Might also have information like “x hours worked for” or “x cups of coffee”.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>25.04.2021</p>
<p>Daily planner</p>
<p>Create slots and plan your day in a simple interface.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>10.05.2021</p>
<p>Directory of high-quality Youtube documentaries.</p>
<p>There are many awesome Youtube documentaries out there. Would be great to have them all in one place, filterable by categories.</p>
<p>Inspired after watching this documentary: <a href="https://youtu.be/He1bgJ0sqtw" target="_blank" rel="noopener">https://youtu.be/He1bgJ0sqtw</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🚀 I'm building this:<br />
<a href="https://xcancel.com/dominikhofer_/status/1528008698517413891" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1528008698517413891</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>✅ <a href="http://indocus.site" target="_blank" rel="noopener">http://indocus.site</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/9clksauis20t40zz/5dc40528f6-1768718735/FSosjqvVEAIaDhY.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/9clksauis20t40zz">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/wifhr32f0yh9114l</link>
      <guid isPermaLink="true">https://dominikhofer.me/wifhr32f0yh9114l</guid>
      <pubDate>Wed, 11 May 2022 18:32:44 +0200</pubDate>
      <description>Usually not a big fan of these self help threads but this one was really good 👇 https://xcancel.com/JoeHolka/status/1524397041048297473</description>
      <content:encoded><![CDATA[    <p>Usually not a big fan of these self help threads but this one was really good 👇 <a href="https://xcancel.com/JoeHolka/status/1524397041048297473" target="_blank" rel="noopener">https://xcancel.com/JoeHolka/status/1524397041048297473</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/wifhr32f0yh9114l">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ksqzljd3zcc7g4s7</link>
      <guid isPermaLink="true">https://dominikhofer.me/ksqzljd3zcc7g4s7</guid>
      <pubDate>Tue, 10 May 2022 07:39:28 +0200</pubDate>
      <description>Really like the ⁦@Spotify⁩ enhanced playlist feature! It kinda makes your playlists feel more like radios. Already discovered some great songs with it 🙌</description>
      <content:encoded><![CDATA[    <p>Really like the ⁦@Spotify⁩ enhanced playlist feature! It kinda makes your playlists feel more like radios. Already discovered some great songs with it 🙌</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ksqzljd3zcc7g4s7/76fbb80a7d-1768718735/FSX7b0kXoAIlpOI.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ksqzljd3zcc7g4s7">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/tg5e2mubqkegzu5p</link>
      <guid isPermaLink="true">https://dominikhofer.me/tg5e2mubqkegzu5p</guid>
      <pubDate>Mon, 09 May 2022 19:40:17 +0200</pubDate>
      <description>One of my pet peeves is deleting all the query parameters from an url before sharing it.
Gotta keep them urls clean💆🏻‍♂️</description>
      <content:encoded><![CDATA[    <p>One of my pet peeves is deleting all the query parameters from an url before sharing it.</p>
<p>Gotta keep them urls clean💆🏻‍♂️</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/tg5e2mubqkegzu5p">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/51i1jwuy0u3zcvto</link>
      <guid isPermaLink="true">https://dominikhofer.me/51i1jwuy0u3zcvto</guid>
      <pubDate>Fri, 06 May 2022 17:54:19 +0200</pubDate>
      <description>Why is it sooo hard to design a personal website🥲</description>
      <content:encoded><![CDATA[    <p>Why is it sooo hard to design a personal website🥲</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/51i1jwuy0u3zcvto">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/rpvnz38nv2wzmf0u</link>
      <guid isPermaLink="true">https://dominikhofer.me/rpvnz38nv2wzmf0u</guid>
      <pubDate>Sat, 30 Apr 2022 14:52:56 +0200</pubDate>
      <description>Some saturday afternoon design shenanigans with @LFC ❤️</description>
      <content:encoded><![CDATA[    <p>Some saturday afternoon design shenanigans with @LFC ❤️</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/rpvnz38nv2wzmf0u/a03a7071a7-1768718735/FRl-v2WWUAA7wFv.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/rpvnz38nv2wzmf0u">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/y6y6fyxaxjbjjbew</link>
      <guid isPermaLink="true">https://dominikhofer.me/y6y6fyxaxjbjjbew</guid>
      <pubDate>Thu, 28 Apr 2022 21:09:50 +0200</pubDate>
      <description>The new landing page for http://song.pics is coming along very nicely. Really dig these colors 👀</description>
      <content:encoded><![CDATA[    <p>The new landing page for <a href="http://song.pics" target="_blank" rel="noopener">http://song.pics</a> is coming along very nicely. Really dig these colors 👀</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/y6y6fyxaxjbjjbew/82e5605cce-1768718735/FRdBpj_XwAA7eLd.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/y6y6fyxaxjbjjbew">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/b9zr93cz2llrqhud</link>
      <guid isPermaLink="true">https://dominikhofer.me/b9zr93cz2llrqhud</guid>
      <pubDate>Wed, 27 Apr 2022 21:00:15 +0200</pubDate>
      <description>Really dig this button style I came up with for http://song.pics 🤩</description>
      <content:encoded><![CDATA[    <p>Really dig this button style I came up with for <a href="http://song.pics" target="_blank" rel="noopener">http://song.pics</a> 🤩</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/b9zr93cz2llrqhud/c114d4b47f-1768718735/FRX13m1XwAITH2O.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/b9zr93cz2llrqhud">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ng0meyfjmqrkbaio</link>
      <guid isPermaLink="true">https://dominikhofer.me/ng0meyfjmqrkbaio</guid>
      <pubDate>Tue, 26 Apr 2022 21:03:20 +0200</pubDate>
      <description>What are some type foundries, that sell great fonts at affordable prices? Any recs?</description>
      <content:encoded><![CDATA[    <p>What are some type foundries, that sell great fonts at affordable prices? Any recs?</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/ng0meyfjmqrkbaio">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/crstmerkjtsbsvly</link>
      <guid isPermaLink="true">https://dominikhofer.me/crstmerkjtsbsvly</guid>
      <pubDate>Sun, 24 Apr 2022 15:41:51 +0200</pubDate>
      <description>Just finished the @vercel http://nextjs.org/learn tutorial, one of the best pieces of docs/learning resources I&apos;ve ever came across. Gives a broad overview over what the framework has to offer, which …</description>
      <content:encoded><![CDATA[    <p>Just finished the @vercel <a href="http://nextjs.org/learn" target="_blank" rel="noopener">http://nextjs.org/learn</a> tutorial, one of the best pieces of docs/learning resources I've ever came across. Gives a broad overview over what the framework has to offer, which makes it easier to dive into the real docs.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>I especially liked the “details” page at the end of each section. Because of them, the tutorial itself was easy to digest but you got many additional infos none the less.</p>
<p>Excited where the journey goes from here ⚛️</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/crstmerkjtsbsvly">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/fr10pqc84jljelga</link>
      <guid isPermaLink="true">https://dominikhofer.me/fr10pqc84jljelga</guid>
      <pubDate>Thu, 21 Apr 2022 16:12:57 +0200</pubDate>
      <description>I wonder if I should maybe use this opportunity and use Next.js instead of Nuxt this time to get a deep dive into React. 🤔
Do you happen to know any great resources to get started with Next? https://x…</description>
      <content:encoded><![CDATA[    <p>I wonder if I should maybe use this opportunity and use Next.js instead of Nuxt this time to get a deep dive into React. 🤔</p>
<p>Do you happen to know any great resources to get started with Next? <a href="https://xcancel.com/dominikhofer_/status/1516719778815172609" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1516719778815172609</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/fr10pqc84jljelga">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/f709pq5adh9a7ib8</link>
      <guid isPermaLink="true">https://dominikhofer.me/f709pq5adh9a7ib8</guid>
      <pubDate>Wed, 20 Apr 2022 12:05:49 +0200</pubDate>
      <description>Brushed up my Vue 3 skills a bit by following a great tutorial by @_EarthIsSquare 
Now onto continuing to build http://song.pics 〰

Here&apos;s the tutorial btw: https://youtu.be/ZqgiuPt5QZo</description>
      <content:encoded><![CDATA[    <p>Brushed up my Vue 3 skills a bit by following a great tutorial by @_EarthIsSquare </p>
<p>Now onto continuing to build <a href="http://song.pics" target="_blank" rel="noopener">http://song.pics</a> 〰</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>Here's the tutorial btw: <a href="https://youtu.be/ZqgiuPt5QZo" target="_blank" rel="noopener">https://youtu.be/ZqgiuPt5QZo</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/f709pq5adh9a7ib8/e646421285-1768718735/FQx34mWWUAIgFLJ.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/f709pq5adh9a7ib8">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/fewhaub41fcdrlsc</link>
      <guid isPermaLink="true">https://dominikhofer.me/fewhaub41fcdrlsc</guid>
      <pubDate>Sat, 08 Jan 2022 14:57:06 +0100</pubDate>
      <description>today is the 21st day of my #tweet100 challenge. and the last one (at least for now).
i&apos;m taking a break from twitter and probably only post sporadically. just need some time to focus on myself atm.
t…</description>
      <content:encoded><![CDATA[    <p>today is the 21st day of my #tweet100 challenge. and the last one (at least for now).</p>
<p>i'm taking a break from twitter and probably only post sporadically. just need some time to focus on myself atm.</p>
<p>thanks to everyone who has been following me up until now. see you soon ✌️</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/fewhaub41fcdrlsc">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ff6w6xdeuef37nxa</link>
      <guid isPermaLink="true">https://dominikhofer.me/ff6w6xdeuef37nxa</guid>
      <pubDate>Fri, 07 Jan 2022 17:00:08 +0100</pubDate>
      <description>4 simple but effective daily habits to have:
🧘‍♂️ meditate
💪 exercise
📚 read
🧠 create/learn something
what&apos;s missing?
tweet100 020</description>
      <content:encoded><![CDATA[    <p>4 simple but effective daily habits to have:<br />
🧘‍♂️ meditate<br />
💪 exercise<br />
📚 read<br />
🧠 create/learn something</p>
<p>what's missing?</p>
<h1>tweet100 020</h1>  



<hr>
<p>
  <a href="https://dominikhofer.me/ff6w6xdeuef37nxa">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/fze21rsim67ex96t</link>
      <guid isPermaLink="true">https://dominikhofer.me/fze21rsim67ex96t</guid>
      <pubDate>Thu, 06 Jan 2022 17:00:06 +0100</pubDate>
      <description>another great quote from my journaling app that really resonated with me:
“a bad day for your ego is a great day for your soul.”
tweet100 019</description>
      <content:encoded><![CDATA[    <p>another great quote from my journaling app that really resonated with me:</p>
<p>“a bad day for your ego is a great day for your soul.”</p>
<h1>tweet100 019</h1>  



<hr>
<p>
  <a href="https://dominikhofer.me/fze21rsim67ex96t">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/dtio9tiyod1f41zs</link>
      <guid isPermaLink="true">https://dominikhofer.me/dtio9tiyod1f41zs</guid>
      <pubDate>Wed, 05 Jan 2022 17:00:08 +0100</pubDate>
      <description>currently reading “can&apos;t hurt me” by david goggins – if you&apos;re looking for a new book to read, this is the one to get 👇 
tweet100 018

it&apos;s the inspiring story of an ex-navy seal and ultra-marathon ru…</description>
      <content:encoded><![CDATA[    <p>currently reading “can't hurt me” by david goggins – if you're looking for a new book to read, this is the one to get 👇 </p>
<h1>tweet100 018</h1>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>it's the inspiring story of an ex-navy seal and ultra-marathon runner who overcame some very serious obstacles (e.g. physical abuse, depression) in his life and transformed himself into the man he is today. </p>
<p>and – more importantly – how he did it.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>if you want to learn more about david, i recommend listening to this episode of the joe rogan experience: <a href="https://open.spotify.com/episode/70ssh8DCCOlwwOEAjLobW3?si=bec11ac116374c02" target="_blank" rel="noopener">https://open.spotify.com/episode/70ssh8DCCOlwwOEAjLobW3?si=bec11ac116374c02</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>and if you wanna get the book, here you go ✌️<br />
<a href="https://www.amazon.com/dp/1544507852/ref=cm_sw_r_tw_dp_RPCZQ04N1EGYX637H003" target="_blank" rel="noopener">https://www.amazon.com/dp/1544507852/ref=cm_sw_r_tw_dp_RPCZQ04N1EGYX637H003</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/dtio9tiyod1f41zs">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/1nrm2wzntm3uo0kz</link>
      <guid isPermaLink="true">https://dominikhofer.me/1nrm2wzntm3uo0kz</guid>
      <pubDate>Tue, 04 Jan 2022 17:00:06 +0100</pubDate>
      <description>only compare yourself to the past you. not other people.
tweet100 017</description>
      <content:encoded><![CDATA[    <p>only compare yourself to the past you. not other people.</p>
<h1>tweet100 017</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/1nrm2wzntm3uo0kz/0d9942d258-1768718735/FIRRKtnWUAQLxcE.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/1nrm2wzntm3uo0kz">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/4us9onl2zp5t4dxb</link>
      <guid isPermaLink="true">https://dominikhofer.me/4us9onl2zp5t4dxb</guid>
      <pubDate>Mon, 03 Jan 2022 17:00:06 +0100</pubDate>
      <description>“without change, time would have no reason to exist.”
– @TheApertureYT 
tweet100 016

source (great video btw) 👇 
</description>
      <content:encoded><![CDATA[    <p>“without change, time would have no reason to exist.”<br />
– @TheApertureYT </p>
<h1>tweet100 016</h1>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>source (great video btw) 👇 </p>
<figure class="video"><iframe allow="fullscreen" allowfullscreen src="https://www.youtube.com/embed/8_8Q4LP3TZ4"></iframe></figure>  


      <p><img src="https://dominikhofer.me/media/pages/notes/4us9onl2zp5t4dxb/49ac7502af-1768718735/FIMHk-6VcAYJpVb.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/4us9onl2zp5t4dxb">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/amx6fp3anaykhrxw</link>
      <guid isPermaLink="true">https://dominikhofer.me/amx6fp3anaykhrxw</guid>
      <pubDate>Sun, 02 Jan 2022 15:33:12 +0100</pubDate>
      <description>shoutout to @iPGregor for creating @punktapp – a simple journaling app that&apos;s so great that i&apos;ve somehow managed to write an entry for 300 days straight 🥳
if you also want to start journaling in 2022,…</description>
      <content:encoded><![CDATA[    <p>shoutout to @iPGregor for creating @punktapp – a simple journaling app that's so great that i've somehow managed to write an entry for 300 days straight 🥳</p>
<p>if you also want to start journaling in 2022, i highly recommend checking it out!</p>
<h1>tweet100 015</h1>  



<hr>
<p>
  <a href="https://dominikhofer.me/amx6fp3anaykhrxw">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/txu51cxn4ad3ixgx</link>
      <guid isPermaLink="true">https://dominikhofer.me/txu51cxn4ad3ixgx</guid>
      <pubDate>Sat, 01 Jan 2022 16:50:47 +0100</pubDate>
      <description>a thread of some great ideas to take into 2022. definitely worth bookmarking!
tweet100 014 https://xcancel.com/waitbutwhy/status/1476962460049584136</description>
      <content:encoded><![CDATA[    <p>a thread of some great ideas to take into 2022. definitely worth bookmarking!</p>
<h1>tweet100 014 <a href="https://xcancel.com/waitbutwhy/status/1476962460049584136" target="_blank" rel="noopener">https://xcancel.com/waitbutwhy/status/1476962460049584136</a></h1>  



<hr>
<p>
  <a href="https://dominikhofer.me/txu51cxn4ad3ixgx">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/dtrih69shyh71sgq</link>
      <guid isPermaLink="true">https://dominikhofer.me/dtrih69shyh71sgq</guid>
      <pubDate>Fri, 31 Dec 2021 17:00:06 +0100</pubDate>
      <description>today is the last day of the year.
as a little recap, here are a few things i learned in 2021 👇 
tweet100 013

life is a constant up and down.
all in all, i&apos;d say that i was way happier this year than…</description>
      <content:encoded><![CDATA[    <p>today is the last day of the year.</p>
<p>as a little recap, here are a few things i learned in 2021 👇 </p>
<h1>tweet100 013</h1>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>life is a constant up and down.</p>
<p>all in all, i'd say that i was way happier this year than in 2020. but i've also had my lows. they often happened very unexpectedly. </p>
<p>the good thing about more difficult times is that it will get easier again, someday.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>enjoy the journey.</p>
<p>goals and motivation are great, but they only take you so far. in order to really improve at something, you have to enjoy the activity and not only the result.</p>
<p>atm, i really like running. i don't have a proper goal yet, i just like going for runs.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>better physical health = better mental health.</p>
<p>this correlation became obvious to me just this past year. whenever i paid more attention to my physical health, i also was in a better mental state.</p>
<p>i wrote a bit about it in this mini thread:<br />
<a href="https://xcancel.com/dominikhofer_/status/1474047156440895488" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1474047156440895488</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>you are not your thoughts.</p>
<p>i've started to meditate quite regularly this year. one thing that really stuck with me is the advice to not identify with your thoughts too much.</p>
<p>they are just thoughts. they don't reflect the real world. be only a spectator most of the time.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>every little progress matters.</p>
<p>even on days where i felt miserable, i tried to do at least one thing to be better than the day before. this thing might be as little as doing a few pushups or reading one page in a book.</p>
<p>these “no zero days” really add up over time.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>you don't have to figure everything out today.</p>
<p>when you put too much pressure on yourself, remember this. it's ok to feel lost, to not have a plan sometimes.</p>
<p>you have plenty of time to try things out, fail and get up again. eventually, you'll succeed.</p>
<p><a href="https://xcancel.com/dominikhofer_/status/1470465491969974280" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1470465491969974280</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>it's ok to take breaks.</p>
<p>especially when comparing yourself to others, it can feel like everyone is up to something. always working, always doing stuff.</p>
<p>but sometimes, you have to slow down in order to speed up. take those breaks, when you need them.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>that's it for this thread. definitely not a comprehensive list, but these are some of the things i'm taking into the new year. maybe a thing or two might also be helpful to you :)</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>the only thing left to say is: happy 2022 to you! i hope the new year is gonna be even better than this one. all the best and see you soon 👋</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/dtrih69shyh71sgq">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/irfvsq94vg3dxlzf</link>
      <guid isPermaLink="true">https://dominikhofer.me/irfvsq94vg3dxlzf</guid>
      <pubDate>Thu, 30 Dec 2021 17:00:06 +0100</pubDate>
      <description>little personal update:
yesterday i ran my first 10k in under 50 minutes – which means i had an average pace &amp;lt; 5min/km 🙌
running is one of the things i discovered this year. feels great to end it w…</description>
      <content:encoded><![CDATA[    <p>little personal update:</p>
<p>yesterday i ran my first 10k in under 50 minutes – which means i had an average pace &lt; 5min/km 🙌</p>
<p>running is one of the things i discovered this year. feels great to end it with this little milestone :)</p>
<h1>tweet100 012</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/irfvsq94vg3dxlzf/24a72c581b-1768718735/FH3hN6eUYAM5Rwb.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/irfvsq94vg3dxlzf">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/k0asl76x3aa791ju</link>
      <guid isPermaLink="true">https://dominikhofer.me/k0asl76x3aa791ju</guid>
      <pubDate>Wed, 29 Dec 2021 17:00:05 +0100</pubDate>
      <description>you can always choose, what you care about in life. and therefore also what you don&apos;t want to pay attention to.
your attention and focus are some of your most valuable resources. don&apos;t waste them on t…</description>
      <content:encoded><![CDATA[    <p>you can always choose, what you care about in life. and therefore also what you don't want to pay attention to.</p>
<p>your attention and focus are some of your most valuable resources. don't waste them on the 90% of things that are not worth it.</p>
<h1>tweet100 011</h1>  



<hr>
<p>
  <a href="https://dominikhofer.me/k0asl76x3aa791ju">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/il9lwx8ow3ffwfoy</link>
      <guid isPermaLink="true">https://dominikhofer.me/il9lwx8ow3ffwfoy</guid>
      <pubDate>Tue, 28 Dec 2021 17:00:12 +0100</pubDate>
      <description>great quote from my journaling app:
&quot;don&apos;t wish for it to get easier. wish that you will get better at it.&quot;
tweet100 010</description>
      <content:encoded><![CDATA[    <p>great quote from my journaling app:</p>
<p>"don't wish for it to get easier. wish that you will get better at it."</p>
<h1>tweet100 010</h1>  



<hr>
<p>
  <a href="https://dominikhofer.me/il9lwx8ow3ffwfoy">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/xtbd5gz9kwzumlnu</link>
      <guid isPermaLink="true">https://dominikhofer.me/xtbd5gz9kwzumlnu</guid>
      <pubDate>Mon, 27 Dec 2021 17:00:04 +0100</pubDate>
      <description>little reminder:
no matter what, the sky is always blue. you sometimes just have to wait until the clouds fade away.
this is not only true in nature – your mind and its thoughts work the same.
tweet10…</description>
      <content:encoded><![CDATA[    <p>little reminder:</p>
<p>no matter what, the sky is always blue. you sometimes just have to wait until the clouds fade away.</p>
<p>this is not only true in nature – your mind and its thoughts work the same.</p>
<h1>tweet100 009</h1>  



<hr>
<p>
  <a href="https://dominikhofer.me/xtbd5gz9kwzumlnu">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/qnvdg18lsmtd92p4</link>
      <guid isPermaLink="true">https://dominikhofer.me/qnvdg18lsmtd92p4</guid>
      <pubDate>Sun, 26 Dec 2021 13:44:46 +0100</pubDate>
      <description>simple rules for a better life – according to marcus aurelius:

don&apos;t postpone your actions.
speak so you don&apos;t confuse anyone.
don&apos;t let your thoughts wander around.
don&apos;t let your soul become passiv…</description>
      <content:encoded><![CDATA[    <p>simple rules for a better life – according to marcus aurelius:</p>
<ol>
<li>don't postpone your actions.</li>
<li>speak so you don't confuse anyone.</li>
<li>don't let your thoughts wander around.</li>
<li>don't let your soul become passive or aggressive.</li>
<li>not everything in life should be about business.</li>
</ol>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>☝️ #tweet100 008</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/qnvdg18lsmtd92p4">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/qvta42dlbycnq15i</link>
      <guid isPermaLink="true">https://dominikhofer.me/qvta42dlbycnq15i</guid>
      <pubDate>Sat, 25 Dec 2021 10:14:29 +0100</pubDate>
      <description>merry christmas everyone 🎄
enjoy the time with your loved ones!

consider this my #tweet100 entry for today. will be back tomorrow with a more “polished” tweet. see ya ✌️ 
007</description>
      <content:encoded><![CDATA[    <p>merry christmas everyone 🎄<br />
enjoy the time with your loved ones!</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>consider this my #tweet100 entry for today. will be back tomorrow with a more “polished” tweet. see ya ✌️ </p>
<p>007</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/qvta42dlbycnq15i">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ac0aqqkx0ry5zafq</link>
      <guid isPermaLink="true">https://dominikhofer.me/ac0aqqkx0ry5zafq</guid>
      <pubDate>Fri, 24 Dec 2021 17:00:09 +0100</pubDate>
      <description>“we are more often frightened than hurt; and we suffer more in imagination than in reality.”
– seneca
tweet100 006</description>
      <content:encoded><![CDATA[    <p>“we are more often frightened than hurt; and we suffer more in imagination than in reality.”<br />
– seneca</p>
<h1>tweet100 006</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ac0aqqkx0ry5zafq/d972eae5ae-1768718735/FHYnsOBVgAAzH3M.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ac0aqqkx0ry5zafq">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/92tzhtb9fnmxvk8r</link>
      <guid isPermaLink="true">https://dominikhofer.me/92tzhtb9fnmxvk8r</guid>
      <pubDate>Thu, 23 Dec 2021 19:53:38 +0100</pubDate>
      <description>i laughed more about this than i wanna admit… https://xcancel.com/fromarsetoelbow/status/1473960843230519306</description>
      <content:encoded><![CDATA[    <p>i laughed more about this than i wanna admit… <a href="https://xcancel.com/fromarsetoelbow/status/1473960843230519306" target="_blank" rel="noopener">https://xcancel.com/fromarsetoelbow/status/1473960843230519306</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/92tzhtb9fnmxvk8r">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/lzi0x17j03suo9zq</link>
      <guid isPermaLink="true">https://dominikhofer.me/lzi0x17j03suo9zq</guid>
      <pubDate>Thu, 23 Dec 2021 17:00:03 +0100</pubDate>
      <description>if i&apos;ve learned to enjoy one thing this past year, it&apos;s going for a run in the evening.
the obvious side effect is better fitness in general and also better endurance.
but what i&apos;ve vastly underestima…</description>
      <content:encoded><![CDATA[    <p>if i've learned to enjoy one thing this past year, it's going for a run in the evening.</p>
<p>the obvious side effect is better fitness in general and also better endurance.</p>
<p>but what i've vastly underestimated is the effect this habit has on my mental health.</p>
<h1>tweet100 005 (1/3)</h1>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>being in nature and just focusing on the track, the next breath, the next step – you're just in the moment. that's what i most like about it.</p>
<p>plus it's also nice to track your progress of course :) </p>
<p>maybe i'm gonna sign up for a half marathon next year, we'll see 👀 </p>
<p>(2/3)</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>do you also have a habit, that helps you escape from everyday life? i'm curious to hear about it!</p>
<p>(3/3)</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/lzi0x17j03suo9zq">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/co4gm73p0smgcpqj</link>
      <guid isPermaLink="true">https://dominikhofer.me/co4gm73p0smgcpqj</guid>
      <pubDate>Wed, 22 Dec 2021 17:00:05 +0100</pubDate>
      <description>on being happy.
don&apos;t postpone your happiness.
don&apos;t wait until all your problems are solved and your todo list is empty to become happy.
enjoy the present moment.
enjoy the journey, not the destinati…</description>
      <content:encoded><![CDATA[    <p>on being happy.</p>
<p>don't postpone your happiness.<br />
don't wait until all your problems are solved and your todo list is empty to become happy.</p>
<p>enjoy the present moment.<br />
enjoy the journey, not the destination.</p>
<h1>tweet100 004</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/co4gm73p0smgcpqj/d7399ad640-1768718735/FHOUfybWUAY99Ga.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/co4gm73p0smgcpqj">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ontv0dxwpkpshhst</link>
      <guid isPermaLink="true">https://dominikhofer.me/ontv0dxwpkpshhst</guid>
      <pubDate>Tue, 21 Dec 2021 17:00:06 +0100</pubDate>
      <description>while doing the #tweet100 challenge, i&apos;m also gonna continue building in public. here&apos;s what i&apos;ll be up to the next couple of weeks 👇
⬜️  design &amp;amp; build the new @lineadotstudio site
⬜️  launch zei…</description>
      <content:encoded><![CDATA[    <p>while doing the #tweet100 challenge, i'm also gonna continue building in public. here's what i'll be up to the next couple of weeks 👇</p>
<p>⬜️  design &amp; build the new @lineadotstudio site<br />
⬜️  launch zeitgeist. (a little side project)<br />
⬜️  update my personal website/start a blog</p>
<p>003</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>would be awesome to see you around!<br />
are you currently also building something? feel free to share it below 👀</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>btw – if you're wondering what zeitgeist. is, here is the development thread:</p>
<p><a href="https://xcancel.com/dominikhofer_/status/1431571016212307971" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1431571016212307971</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/ontv0dxwpkpshhst">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/27tompieice9rxk0</link>
      <guid isPermaLink="true">https://dominikhofer.me/27tompieice9rxk0</guid>
      <pubDate>Mon, 20 Dec 2021 17:00:06 +0100</pubDate>
      <description>hi fellow #tweet100 hundies 👋 
i&apos;m dominik, a 20 year old designer/coder/[i sometimes don&apos;t really know] from switzerland.
i tweet mostly about:

designing &amp;amp; coding
learning stuff
personal develop…</description>
      <content:encoded><![CDATA[    <p>hi fellow #tweet100 hundies 👋 </p>
<p>i'm dominik, a 20 year old designer/coder/[i sometimes don't really know] from switzerland.</p>
<p>i tweet mostly about:</p>
<ul>
<li>designing &amp; coding</li>
<li>learning stuff</li>
<li>personal development</li>
<li>psychology</li>
</ul>
<p>what about you? introduce yourself below :)</p>
<p>002</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/27tompieice9rxk0">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/p7k9119dgh5566rm</link>
      <guid isPermaLink="true">https://dominikhofer.me/p7k9119dgh5566rm</guid>
      <pubDate>Sun, 19 Dec 2021 17:00:03 +0100</pubDate>
      <description>let&apos;s do this!
i&apos;ve joined #tweet100 by @jayclouse in order to tweet more consistently.
here are my goals for the challenge:
💯 write one tweet every day for 100 days
🧵 write at least 10 in-depth threa…</description>
      <content:encoded><![CDATA[    <p>let's do this!</p>
<p>i've joined #tweet100 by @jayclouse in order to tweet more consistently.</p>
<p>here are my goals for the challenge:<br />
💯 write one tweet every day for 100 days<br />
🧵 write at least 10 in-depth threads<br />
🤗 expand my network and make some twitter frens :)</p>
<p>001</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/p7k9119dgh5566rm">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/74ilg6fwkqpnmvfc</link>
      <guid isPermaLink="true">https://dominikhofer.me/74ilg6fwkqpnmvfc</guid>
      <pubDate>Mon, 13 Dec 2021 19:47:47 +0100</pubDate>
      <description>you don&apos;t have to figure everything out today.</description>
      <content:encoded><![CDATA[    <p>you don't have to figure everything out today.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/74ilg6fwkqpnmvfc/31ace0c94a-1768718735/FGgkhaNWUAA9wHr.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/74ilg6fwkqpnmvfc">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/v75zct0jl7czz4ae</link>
      <guid isPermaLink="true">https://dominikhofer.me/v75zct0jl7czz4ae</guid>
      <pubDate>Fri, 10 Dec 2021 20:15:56 +0100</pubDate>
      <description>currently going through @Wattenberger&apos;s “fullstack data visualization with d3” – here&apos;s my first scatterplot 🙌
i especially like the color scale in the plot. it was really impressive to see, how easy …</description>
      <content:encoded><![CDATA[    <p>currently going through @Wattenberger's “fullstack data visualization with d3” – here's my first scatterplot 🙌</p>
<p>i especially like the color scale in the plot. it was really impressive to see, how easy you can map numbers to a color range in d3.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>here's the code that creates the color scale:</p>
<figure><img alt="" src="https://dominikhofer.me/FGROKGEXoAIFTYb.jpg"></figure>  


      <p><img src="https://dominikhofer.me/media/pages/notes/v75zct0jl7czz4ae/9af1d19f3f-1768718735/FGRM9eRXwAQOi3x.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/v75zct0jl7czz4ae">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/yjv2mcijj8ybnwnl</link>
      <guid isPermaLink="true">https://dominikhofer.me/yjv2mcijj8ybnwnl</guid>
      <pubDate>Fri, 10 Dec 2021 19:45:28 +0100</pubDate>
      <description>just stumbled upon this great video from @AliAbdaal again, where he talks about 5 principles of stoicism.
it&apos;s where i first learned about this ancient (but still relevant) philosophy. if you&apos;ve never…</description>
      <content:encoded><![CDATA[    <p>just stumbled upon this great video from @AliAbdaal again, where he talks about 5 principles of stoicism.</p>
<p>it's where i first learned about this ancient (but still relevant) philosophy. if you've never heard of it, i highly recommend watching the video 👇</p>
<figure class="video"><iframe allow="fullscreen" allowfullscreen src="https://www.youtube.com/embed/CuLOnlXlgVY"></iframe></figure>  



<hr>
<p>
  <a href="https://dominikhofer.me/yjv2mcijj8ybnwnl">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/kt2wpmz965zzd2zu</link>
      <guid isPermaLink="true">https://dominikhofer.me/kt2wpmz965zzd2zu</guid>
      <pubDate>Mon, 06 Dec 2021 19:59:47 +0100</pubDate>
      <description>just wanted to upload zeitgeist. to the chrome web store, but there was an issue with setting up the developer account.
reached out to support – now i hope the issue gets resolved soon, so that i can …</description>
      <content:encoded><![CDATA[    <p>just wanted to upload zeitgeist. to the chrome web store, but there was an issue with setting up the developer account.</p>
<p>reached out to support – now i hope the issue gets resolved soon, so that i can finally launch the extension here on twitter.</p>
<p>keep your fingers crossed 🤞</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/kt2wpmz965zzd2zu">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/i3izrcu2t30zjbug</link>
      <guid isPermaLink="true">https://dominikhofer.me/i3izrcu2t30zjbug</guid>
      <pubDate>Sun, 05 Dec 2021 18:19:23 +0100</pubDate>
      <description>done is better than perfect.
i&apos;m constantly struggling with this myself. but it&apos;s definitely something we should tell ourselves more often.
just finishing something is way better than trying to perfec…</description>
      <content:encoded><![CDATA[    <p>done is better than perfect.</p>
<p>i'm constantly struggling with this myself. but it's definitely something we should tell ourselves more often.</p>
<p>just finishing something is way better than trying to perfect and then never publishing it.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/i3izrcu2t30zjbug/e1350f6aeb-1768718735/FF3Dia-WQAMBQaj.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/i3izrcu2t30zjbug">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/qd6j36pkrbhuzai9</link>
      <guid isPermaLink="true">https://dominikhofer.me/qd6j36pkrbhuzai9</guid>
      <pubDate>Sat, 04 Dec 2021 12:02:35 +0100</pubDate>
      <description>i&apos;ve visualized an idea from the book “the art of the good life” every day for 52 days straight.
here are my 10 favorites of the “52 surprising shortcuts to happiness, wealth, and success”.
👇


you sh…</description>
      <content:encoded><![CDATA[    <p>i've visualized an idea from the book “the art of the good life” every day for 52 days straight.</p>
<p>here are my 10 favorites of the “52 surprising shortcuts to happiness, wealth, and success”.</p>
<p>👇</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <ol>
<li>you should just start and not wait for “the perfect moment”.</li>
</ol>
<p><a href="https://xcancel.com/dominikhofer_/status/1448302537359118339" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1448302537359118339</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <ol start="2">
<li>not doing something stupid might sometimes just be enough.</li>
</ol>
<p><a href="https://xcancel.com/dominikhofer_/status/1449752069863141379" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1449752069863141379</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <ol start="3">
<li>things often seem much more important than they actually are.</li>
</ol>
<p><a href="https://xcancel.com/dominikhofer_/status/1451564011393204229" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1451564011393204229</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <ol start="4">
<li>find your circle of competence.</li>
</ol>
<p><a href="https://xcancel.com/dominikhofer_/status/1452651242291810314" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1452651242291810314</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <ol start="5">
<li>exponential growth is wildly underrated.</li>
</ol>
<p><a href="https://xcancel.com/dominikhofer_/status/1453013649493266440" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1453013649493266440</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <ol start="6">
<li>present moment &gt; memories.</li>
</ol>
<p><a href="https://xcancel.com/dominikhofer_/status/1455203010624167946" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1455203010624167946</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <ol start="7">
<li>balance your enjoyment and your happiness.</li>
</ol>
<p><a href="https://xcancel.com/dominikhofer_/status/1456652561201582087" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1456652561201582087</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <ol start="8">
<li>remember the dichotomy of control.</li>
</ol>
<p><a href="https://xcancel.com/dominikhofer_/status/1458102216997310464" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1458102216997310464</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <ol start="9">
<li>the most important one in my opinion – remember these rules:</li>
</ol>
<p><a href="https://xcancel.com/dominikhofer_/status/1458826969068408835" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1458826969068408835</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <ol start="10">
<li>eliminate a big source of unhappiness from your life.</li>
</ol>
<p><a href="https://xcancel.com/dominikhofer_/status/1459189336004448257" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1459189336004448257</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>i highly encourage you to check out the book behind these tips:<br />
“the art of the good life” by rolf dobelli.</p>
<p>and also read more about:<br />
– psychology in general<br />
– stoicism<br />
– investment literature</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>you can read the unrolled version of this thread here:<br />
<a href="https://typefully.app/u/hfrdmnk/t/Ttt6SGCVPgNW" target="_blank" rel="noopener">https://typefully.app/u/hfrdmnk/t/Ttt6SGCVPgNW</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>if you've enjoyed reading this thread, consider liking/retweeting the first tweet – that would mean a lot.</p>
<p>follow me for more content about coding, designing &amp; personal development 🧠</p>
<p>thank you for sticking around till here :)</p>
<p><a href="https://xcancel.com/dominikhofer_/status/1467086927601958912" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1467086927601958912</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/qd6j36pkrbhuzai9/efbeb1b288-1768718735/FFwjyTMVQAAvDQ5.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/qd6j36pkrbhuzai9">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/c9jpgxm74tc3ywxs</link>
      <guid isPermaLink="true">https://dominikhofer.me/c9jpgxm74tc3ywxs</guid>
      <pubDate>Thu, 02 Dec 2021 21:22:11 +0100</pubDate>
      <description>stop being a consumer. start being a creator. https://xcancel.com/IAmAndrewKirby/status/1466348045759500296</description>
      <content:encoded><![CDATA[    <p>stop being a consumer. start being a creator. <a href="https://xcancel.com/IAmAndrewKirby/status/1466348045759500296" target="_blank" rel="noopener">https://xcancel.com/IAmAndrewKirby/status/1466348045759500296</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/c9jpgxm74tc3ywxs/bda4a21906-1768718735/FFoQm4RWQAYbT0K.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/c9jpgxm74tc3ywxs">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/11rv1iprnq4ttri4</link>
      <guid isPermaLink="true">https://dominikhofer.me/11rv1iprnq4ttri4</guid>
      <pubDate>Thu, 02 Dec 2021 17:00:02 +0100</pubDate>
      <description>internal success.
true success comes from within. to reach it, focus on what you can influence and ignore the rest.
input instead of output. the latter is – in the end – a total coincidence.
52tipsfor…</description>
      <content:encoded><![CDATA[    <p>internal success.</p>
<p>true success comes from within. to reach it, focus on what you can influence and ignore the rest.</p>
<p>input instead of output. the latter is – in the end – a total coincidence.</p>
<h1>52tipsforlife (52/52)</h1>
<p>the end :)</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/11rv1iprnq4ttri4/771603b64d-1768718735/FFi7Nq8X0AQvqFg.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/11rv1iprnq4ttri4">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/r06a9cfkybrld32e</link>
      <guid isPermaLink="true">https://dominikhofer.me/r06a9cfkybrld32e</guid>
      <pubDate>Wed, 01 Dec 2021 17:00:00 +0100</pubDate>
      <description>ego.
it sounds harsh, but you aren&apos;t as important as you think you are. that&apos;s why you should always stay humble.
not letting your ego dictate your actions and thoughts is one of the most important me…</description>
      <content:encoded><![CDATA[    <p>ego.</p>
<p>it sounds harsh, but you aren't as important as you think you are. that's why you should always stay humble.</p>
<p>not letting your ego dictate your actions and thoughts is one of the most important measures to live a good life.</p>
<h1>52tipsforlife (51/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/r06a9cfkybrld32e/a37068c931-1768718735/FFdge-IWUAg17MI.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/r06a9cfkybrld32e">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/lafx8qla9c4pwj28</link>
      <guid isPermaLink="true">https://dominikhofer.me/lafx8qla9c4pwj28</guid>
      <pubDate>Tue, 30 Nov 2021 17:00:01 +0100</pubDate>
      <description>sturgeon&apos;s law.
“ninety percent of everything is crap.”
– theodore sturgeon
this applies to almost anything in life. also to your own thoughts and feelings.
try to differentiate between ideas and good…</description>
      <content:encoded><![CDATA[    <p>sturgeon's law.</p>
<p>“ninety percent of everything is crap.”<br />
– theodore sturgeon</p>
<p>this applies to almost anything in life. also to your own thoughts and feelings.</p>
<p>try to differentiate between ideas and good ideas, investments and good investments.</p>
<h1>52tipsforlife (50/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/lafx8qla9c4pwj28/ee46bf966b-1768718735/FFYXlNcXEAAgZuR.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/lafx8qla9c4pwj28">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/r6i4di0ebdi7kzum</link>
      <guid isPermaLink="true">https://dominikhofer.me/r6i4di0ebdi7kzum</guid>
      <pubDate>Mon, 29 Nov 2021 20:24:49 +0100</pubDate>
      <description>a great reminder. https://xcancel.com/aaraalto/status/1465391235028369416</description>
      <content:encoded><![CDATA[    <p>a great reminder. <a href="https://xcancel.com/aaraalto/status/1465391235028369416" target="_blank" rel="noopener">https://xcancel.com/aaraalto/status/1465391235028369416</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/r6i4di0ebdi7kzum">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/7e0dlwxcxyl2rlpe</link>
      <guid isPermaLink="true">https://dominikhofer.me/7e0dlwxcxyl2rlpe</guid>
      <pubDate>Mon, 29 Nov 2021 17:00:02 +0100</pubDate>
      <description>expectations.
high expectations are a big source of unhappiness. differentiate them from your wants &amp;amp; needs.
then, rank your expectations on a scale from 0 → 10. now, subtract two points.
this way…</description>
      <content:encoded><![CDATA[    <p>expectations.</p>
<p>high expectations are a big source of unhappiness. differentiate them from your wants &amp; needs.</p>
<p>then, rank your expectations on a scale from 0 → 10. now, subtract two points.</p>
<p>this way, you're managing your expectations more consciously.</p>
<h1>52tipsforlife (49/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/7e0dlwxcxyl2rlpe/21c39a51a0-1768718735/FFRiLxqXwAM23sP.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/7e0dlwxcxyl2rlpe">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/qup8x4pgagzd6ifi</link>
      <guid isPermaLink="true">https://dominikhofer.me/qup8x4pgagzd6ifi</guid>
      <pubDate>Sun, 28 Nov 2021 17:00:01 +0100</pubDate>
      <description>sampling.
we tend to make important decisions too early. without trying out enough options.
especially when you&apos;re young, you should increase your “sample size”. this is the only way to find out, what…</description>
      <content:encoded><![CDATA[    <p>sampling.</p>
<p>we tend to make important decisions too early. without trying out enough options.</p>
<p>especially when you're young, you should increase your “sample size”. this is the only way to find out, what you really like – without settling too soon.</p>
<h1>52tipsforlife (48/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/qup8x4pgagzd6ifi/ec1666ea80-1768718735/FFRc7K_WQAE4AmA.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/qup8x4pgagzd6ifi">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/goutb4omtf2wltzk</link>
      <guid isPermaLink="true">https://dominikhofer.me/goutb4omtf2wltzk</guid>
      <pubDate>Sun, 28 Nov 2021 11:42:16 +0100</pubDate>
      <description>bit late to the party, but the new @gumroad branding looks real nice! although i mostly prefer minimal designs, these bold colors and graphics really have something.
i especially like the illustration…</description>
      <content:encoded><![CDATA[    <p>bit late to the party, but the new @gumroad branding looks real nice! although i mostly prefer minimal designs, these bold colors and graphics really have something.</p>
<p>i especially like the illustration below 🔁</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/goutb4omtf2wltzk/c5b5eea71a-1768718735/FFRk_gOXoAQAUaW.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/goutb4omtf2wltzk">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ufghdc6ieum4tq0t</link>
      <guid isPermaLink="true">https://dominikhofer.me/ufghdc6ieum4tq0t</guid>
      <pubDate>Sat, 27 Nov 2021 17:00:01 +0100</pubDate>
      <description>outsiders.
outsiders have some benefits – like generally a more critical view of established systems or more unconventional ideas.
it&apos;s good to have some of them in your circle. but don&apos;t try to be on…</description>
      <content:encoded><![CDATA[    <p>outsiders.</p>
<p>outsiders have some benefits – like generally a more critical view of established systems or more unconventional ideas.</p>
<p>it's good to have some of them in your circle. but don't try to be one yourself. be the connection.</p>
<h1>52tipsforlife (47/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ufghdc6ieum4tq0t/e2e9164528-1768718735/FFJYJ9yWQAAHdka.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ufghdc6ieum4tq0t">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/l4kvgxj03c8qk955</link>
      <guid isPermaLink="true">https://dominikhofer.me/l4kvgxj03c8qk955</guid>
      <pubDate>Fri, 26 Nov 2021 17:00:01 +0100</pubDate>
      <description>arms race.
if you find yourself in a position, where you constantly have to exceed yourself just to keep up with others, you&apos;re trapped in an arms race. try to avoid them.
every single step seems to b…</description>
      <content:encoded><![CDATA[    <p>arms race.</p>
<p>if you find yourself in a position, where you constantly have to exceed yourself just to keep up with others, you're trapped in an arms race. try to avoid them.</p>
<p>every single step seems to be an improvement. but overall, you're standing still.</p>
<h1>52tipsforlife (46/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/l4kvgxj03c8qk955/51d6f29756-1768718735/FFDS0gKXMBAYFX8.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/l4kvgxj03c8qk955">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/94urw5igxziduv22</link>
      <guid isPermaLink="true">https://dominikhofer.me/94urw5igxziduv22</guid>
      <pubDate>Thu, 25 Nov 2021 17:00:02 +0100</pubDate>
      <description>specialization.
until 10&apos;000 years ago, humans had to be generalists. today, however, we live in a world of specialists.
in order to make a good career, you need to find your niche. and then niche dow…</description>
      <content:encoded><![CDATA[    <p>specialization.</p>
<p>until 10'000 years ago, humans had to be generalists. today, however, we live in a world of specialists.</p>
<p>in order to make a good career, you need to find your niche. and then niche down even further. try to become the best at what you do.</p>
<h1>52tipsforlife (45/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/94urw5igxziduv22/6ac92cf5a6-1768718735/FE-UtEIWQAshD3B.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/94urw5igxziduv22">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/reijv9llkozrhx79</link>
      <guid isPermaLink="true">https://dominikhofer.me/reijv9llkozrhx79</guid>
      <pubDate>Wed, 24 Nov 2021 17:00:00 +0100</pubDate>
      <description>cargo cult.
many people try to imitate their role models by behaving just like them.
unfortunately, this is a very bad way to try to replicate their success. because it&apos;s difficult to understand, what…</description>
      <content:encoded><![CDATA[    <p>cargo cult.</p>
<p>many people try to imitate their role models by behaving just like them.</p>
<p>unfortunately, this is a very bad way to try to replicate their success. because it's difficult to understand, what really makes them successful.</p>
<p>don't try it either.</p>
<h1>52tipsforlife (44/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/reijv9llkozrhx79/5c2db17c0d-1768718735/FE5eaHZX0AkUz3N.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/reijv9llkozrhx79">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/khux00iwzgaj036t</link>
      <guid isPermaLink="true">https://dominikhofer.me/khux00iwzgaj036t</guid>
      <pubDate>Tue, 23 Nov 2021 17:00:02 +0100</pubDate>
      <description>just-world fallacy.
the world isn&apos;t fair. in order to live a good life, you have to just accept that.
fate&apos;s strokes happen, no matter if you&apos;re a good or a bad person. accept your failures stoically.…</description>
      <content:encoded><![CDATA[    <p>just-world fallacy.</p>
<p>the world isn't fair. in order to live a good life, you have to just accept that.</p>
<p>fate's strokes happen, no matter if you're a good or a bad person. accept your failures stoically. but also your successes.</p>
<h1>52tipsforlife (43/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/khux00iwzgaj036t/c03719a827-1768718735/FE0MlEoWUAUrC6J.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/khux00iwzgaj036t">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ci65gayf4uzmb8rj</link>
      <guid isPermaLink="true">https://dominikhofer.me/ci65gayf4uzmb8rj</guid>
      <pubDate>Mon, 22 Nov 2021 17:00:01 +0100</pubDate>
      <description>«changing the world» pt. II.
most scientific/economic/… breakthroughs are person-independent. they are a product of the circumstances they were created in.
the only place where you really are irreplac…</description>
      <content:encoded><![CDATA[    <p>«changing the world» pt. II.</p>
<p>most scientific/economic/… breakthroughs are person-independent. they are a product of the circumstances they were created in.</p>
<p>the only place where you really are irreplaceable is your personal life, your environment.</p>
<h1>52tipsforlife (42/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ci65gayf4uzmb8rj/dd3da32700-1768718735/FEtUUf_WQAYcsUu.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ci65gayf4uzmb8rj">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/l8dnm8tsjix5br2p</link>
      <guid isPermaLink="true">https://dominikhofer.me/l8dnm8tsjix5br2p</guid>
      <pubDate>Sun, 21 Nov 2021 17:00:02 +0100</pubDate>
      <description>«changing the world» pt. I.
big changes in history have a random part in them. this means that the people behind them were mostly just in the right place at the right time.
you should worship them jus…</description>
      <content:encoded><![CDATA[    <p>«changing the world» pt. I.</p>
<p>big changes in history have a random part in them. this means that the people behind them were mostly just in the right place at the right time.</p>
<p>you should worship them just as little as you hope to become one yourself.</p>
<h1>52tipsforlife (41/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/l8dnm8tsjix5br2p/576fcacaf2-1768718735/FEoGlijXMAoj_kC.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/l8dnm8tsjix5br2p">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/sxvrypvh5ly7w0qb</link>
      <guid isPermaLink="true">https://dominikhofer.me/sxvrypvh5ly7w0qb</guid>
      <pubDate>Sat, 20 Nov 2021 17:00:01 +0100</pubDate>
      <description>role swap.
in order to truly understand someone (customer, partner, …), you have to wear their shoes. and actually walk in them e.g. do the things they would do.
a tip to train this behavior: read mor…</description>
      <content:encoded><![CDATA[    <p>role swap.</p>
<p>in order to truly understand someone (customer, partner, …), you have to wear their shoes. and actually walk in them e.g. do the things they would do.</p>
<p>a tip to train this behavior: read more fiction. and try to empathize with the characters.</p>
<h1>52tipsforlife (40/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/sxvrypvh5ly7w0qb/10a3631119-1768718735/FEi3ctNWYAAl2e0.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/sxvrypvh5ly7w0qb">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/4z616kjcmyyf6awp</link>
      <guid isPermaLink="true">https://dominikhofer.me/4z616kjcmyyf6awp</guid>
      <pubDate>Sat, 20 Nov 2021 14:51:45 +0100</pubDate>
      <description>it always amazes me, how @css has an article on even the most trivial things.
was looking for a solution to a very specific flexbox problem aaand  👇
https://css-tricks.com/flexbox-truncated-text/</description>
      <content:encoded><![CDATA[    <p>it always amazes me, how @css has an article on even the most trivial things.</p>
<p>was looking for a solution to a very specific flexbox problem aaand  👇<br />
<a href="https://css-tricks.com/flexbox-truncated-text/" target="_blank" rel="noopener">https://css-tricks.com/flexbox-truncated-text/</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/4z616kjcmyyf6awp">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/iohjk1ttdshvy1vo</link>
      <guid isPermaLink="true">https://dominikhofer.me/iohjk1ttdshvy1vo</guid>
      <pubDate>Fri, 19 Nov 2021 17:00:03 +0100</pubDate>
      <description>thinking vs doing.
thinking about and planing something is great in the beginning. but it only takes you so far.
by actually doing things, you have a risk to fail. but you&apos;ll also gain experience. and…</description>
      <content:encoded><![CDATA[    <p>thinking vs doing.</p>
<p>thinking about and planing something is great in the beginning. but it only takes you so far.</p>
<p>by actually doing things, you have a risk to fail. but you'll also gain experience. and that's all that matters. in every aspect of life.</p>
<h1>52tipsforlife (39/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/iohjk1ttdshvy1vo/7c63305d8c-1768718735/FEfa-BhXIAkC_QK.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/iohjk1ttdshvy1vo">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ct02ps8u44oj0gx2</link>
      <guid isPermaLink="true">https://dominikhofer.me/ct02ps8u44oj0gx2</guid>
      <pubDate>Thu, 18 Nov 2021 17:00:03 +0100</pubDate>
      <description>mental subtraction.
instead of thinking about the things you don&apos;t own or can&apos;t do, imagine how life would be without the things you do have/can do.
imagine how it would feel to not be able to see. to…</description>
      <content:encoded><![CDATA[    <p>mental subtraction.</p>
<p>instead of thinking about the things you don't own or can't do, imagine how life would be without the things you do have/can do.</p>
<p>imagine how it would feel to not be able to see. to hear. to not have your family/friends/partner.</p>
<h1>52tipsforlife (38/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ct02ps8u44oj0gx2/efbee396e5-1768718735/FEYukVnXsAIeFZq.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ct02ps8u44oj0gx2">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/w31dsi30ti3c0ruc</link>
      <guid isPermaLink="true">https://dominikhofer.me/w31dsi30ti3c0ruc</guid>
      <pubDate>Wed, 17 Nov 2021 17:00:00 +0100</pubDate>
      <description>the knowledge illusion.
we tend to overestimate the amount of things we know about something. often, we simply rely on the opinion of others and adopt it.
this can be especially dangerous for ideologi…</description>
      <content:encoded><![CDATA[    <p>the knowledge illusion.</p>
<p>we tend to overestimate the amount of things we know about something. often, we simply rely on the opinion of others and adopt it.</p>
<p>this can be especially dangerous for ideologies. avoid them. they just narrow your world view.</p>
<h1>52tipsforlife (37/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/w31dsi30ti3c0ruc/3313779b45-1768718735/FEVDb-bXMAUGrjE.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/w31dsi30ti3c0ruc">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/u6kvhy40s0peunl7</link>
      <guid isPermaLink="true">https://dominikhofer.me/u6kvhy40s0peunl7</guid>
      <pubDate>Tue, 16 Nov 2021 17:00:00 +0100</pubDate>
      <description>reading wrong.
if you&apos;re an avid reader, you&apos;re probably reading wrong. talking about reading too many or the wrong books.
when it comes to books, quality beats quantity. if you&apos;ve read a good book in…</description>
      <content:encoded><![CDATA[    <p>reading wrong.</p>
<p>if you're an avid reader, you're probably reading wrong. talking about reading too many or the wrong books.</p>
<p>when it comes to books, quality beats quantity. if you've read a good book in the past, read it again. you'll remember more.</p>
<h1>52tipsforlife (36/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/u6kvhy40s0peunl7/d0a98767e8-1768718735/FEOZa5yWQAIx7Ua.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/u6kvhy40s0peunl7">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/j2la4fw2px1iutp6</link>
      <guid isPermaLink="true">https://dominikhofer.me/j2la4fw2px1iutp6</guid>
      <pubDate>Mon, 15 Nov 2021 17:01:03 +0100</pubDate>
      <description>attention.
attention is one of our most important resources. but we tend to waste it.
you always live, where your current focus is. choose it wisely.
be especially careful with the consumption of info…</description>
      <content:encoded><![CDATA[    <p>attention.</p>
<p>attention is one of our most important resources. but we tend to waste it.</p>
<p>you always live, where your current focus is. choose it wisely.</p>
<p>be especially careful with the consumption of information. like you would be with the food you eat.</p>
<h1>52tipsforlife (35/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/j2la4fw2px1iutp6/41c42e9234-1768718735/FEPx5RLUYAEFwqZ.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/j2la4fw2px1iutp6">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/30ss2isclg14t9t4</link>
      <guid isPermaLink="true">https://dominikhofer.me/30ss2isclg14t9t4</guid>
      <pubDate>Sun, 14 Nov 2021 17:00:11 +0100</pubDate>
      <description>state of the world.
a big % of people around the globe suffer from wars, illnesses, or other things. a very depressing thought.
the harsh truth: you yourself can&apos;t do much about it. apart from donatin…</description>
      <content:encoded><![CDATA[    <p>state of the world.</p>
<p>a big % of people around the globe suffer from wars, illnesses, or other things. a very depressing thought.</p>
<p>the harsh truth: you yourself can't do much about it. apart from donating money to charities. the rest isn't in your control.</p>
<h1>52tipsforlife (34/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/30ss2isclg14t9t4/d489e5f36b-1768718735/FEKoGyRVQAUWTH9.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/30ss2isclg14t9t4">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/6o5fiv32ep4e81og</link>
      <guid isPermaLink="true">https://dominikhofer.me/6o5fiv32ep4e81og</guid>
      <pubDate>Sat, 13 Nov 2021 17:00:11 +0100</pubDate>
      <description>prevention.
no matter what life throws at you – it&apos;s always easier to prevent something rather than solve it later.
although success through prevention is invisible to the outsider and thus doesn&apos;t ge…</description>
      <content:encoded><![CDATA[    <p>prevention.</p>
<p>no matter what life throws at you – it's always easier to prevent something rather than solve it later.</p>
<p>although success through prevention is invisible to the outsider and thus doesn't get the same recognition – it's the better choice.</p>
<h1>52tipsforlife (33/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/6o5fiv32ep4e81og/b8878180a2-1768718735/FEFeg3iVEAUtcrW.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/6o5fiv32ep4e81og">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/yu5pjimtneeek2al</link>
      <guid isPermaLink="true">https://dominikhofer.me/yu5pjimtneeek2al</guid>
      <pubDate>Fri, 12 Nov 2021 17:00:22 +0100</pubDate>
      <description>envy.
to feel envy is one of the biggest sources of unhappiness. you feel it most towards people, who are similar to you (age, job, lifestyle, …).
a possible solution: don&apos;t compare yourself to others…</description>
      <content:encoded><![CDATA[    <p>envy.</p>
<p>to feel envy is one of the biggest sources of unhappiness. you feel it most towards people, who are similar to you (age, job, lifestyle, …).</p>
<p>a possible solution: don't compare yourself to others. neither on social media nor in real life.</p>
<h1>52tipsforlife (32/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/yu5pjimtneeek2al/0296ba992f-1768718735/FEAU9_bUcAMlhKJ.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/yu5pjimtneeek2al">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/eytd0pvdktkmkd7g</link>
      <guid isPermaLink="true">https://dominikhofer.me/eytd0pvdktkmkd7g</guid>
      <pubDate>Thu, 11 Nov 2021 17:00:27 +0100</pubDate>
      <description>the mental fortress.
4 simple rules of life to remember:

accept that fate exists.
everything is ephemeral.
the positive outweighs the negative.
the only thing that can&apos;t be taken away from you are yo…</description>
      <content:encoded><![CDATA[    <p>the mental fortress.</p>
<p>4 simple rules of life to remember:</p>
<ol>
<li>accept that fate exists.</li>
<li>everything is ephemeral.</li>
<li>the positive outweighs the negative.</li>
<li>the only thing that can't be taken away from you are your thoughts.</li>
</ol>
<h1>52tipsforlife (31/52)</h1>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>if you want to learn more about this kind of philosophy, i highly recommend following @dailystoic or @TheStoicEmperor 🧠</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/eytd0pvdktkmkd7g/9ca684b8c0-1768718735/FD7LZdEVcAMX0of.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/eytd0pvdktkmkd7g">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/8gri62jij4sclp8h</link>
      <guid isPermaLink="true">https://dominikhofer.me/8gri62jij4sclp8h</guid>
      <pubDate>Wed, 10 Nov 2021 19:42:51 +0100</pubDate>
      <description>what an idea 🤩 https://xcancel.com/tinyprojectsdev/status/1458414762203795460</description>
      <content:encoded><![CDATA[    <p>what an idea 🤩 <a href="https://xcancel.com/tinyprojectsdev/status/1458414762203795460" target="_blank" rel="noopener">https://xcancel.com/tinyprojectsdev/status/1458414762203795460</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/8gri62jij4sclp8h">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/o8lbcqm24u7l8l4t</link>
      <guid isPermaLink="true">https://dominikhofer.me/o8lbcqm24u7l8l4t</guid>
      <pubDate>Wed, 10 Nov 2021 17:00:23 +0100</pubDate>
      <description>opinions.
we tend to have opinions about everything. and we form them quickly.
that&apos;s not bad per se but falls short for complex topics.
create a mental «too complicated»-bucket. put questions in ther…</description>
      <content:encoded><![CDATA[    <p>opinions.</p>
<p>we tend to have opinions about everything. and we form them quickly.</p>
<p>that's not bad per se but falls short for complex topics.</p>
<p>create a mental «too complicated»-bucket. put questions in there for which you don't need to have an opinion.</p>
<h1>52tipsforlife (30/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/o8lbcqm24u7l8l4t/1c8d99e625-1768718735/FD2BywrVgAA0S2B.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/o8lbcqm24u7l8l4t">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/dchui0l719tt66vv</link>
      <guid isPermaLink="true">https://dominikhofer.me/dchui0l719tt66vv</guid>
      <pubDate>Tue, 09 Nov 2021 17:00:33 +0100</pubDate>
      <description>worries.
90% of all your concerns are superfluous.
ask yourself: «what is actually in my control?»
you don&apos;t have to worry about things that aren&apos;t in your control – you can&apos;t influence them anyway.
f…</description>
      <content:encoded><![CDATA[    <p>worries.</p>
<p>90% of all your concerns are superfluous.</p>
<p>ask yourself: «what is actually in my control?»</p>
<p>you don't have to worry about things that aren't in your control – you can't influence them anyway.</p>
<p>focus on your priorities instead.</p>
<h1>52tipsforlife (29/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/dchui0l719tt66vv/dc8f41d1fc-1768718735/FDw4PUeWUAkEoZP.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/dchui0l719tt66vv">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/u3o12ytde5ywssvl</link>
      <guid isPermaLink="true">https://dominikhofer.me/u3o12ytde5ywssvl</guid>
      <pubDate>Mon, 08 Nov 2021 17:00:09 +0100</pubDate>
      <description>circle of dignity pt. III.
as already stated, the things inside your circle of dignity are non-negotiable.
this also means that you wouldn&apos;t give them up, no matter how much money is offered to you. t…</description>
      <content:encoded><![CDATA[    <p>circle of dignity pt. III.</p>
<p>as already stated, the things inside your circle of dignity are non-negotiable.</p>
<p>this also means that you wouldn't give them up, no matter how much money is offered to you. they don't have a price.</p>
<h1>52tipsforlife (28/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/u3o12ytde5ywssvl/8a1cbad54b-1768718735/FDrujpmUcBAhpc8.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/u3o12ytde5ywssvl">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/pj62nvwug1co0gnu</link>
      <guid isPermaLink="true">https://dominikhofer.me/pj62nvwug1co0gnu</guid>
      <pubDate>Sun, 07 Nov 2021 18:57:51 +0100</pubDate>
      <description>this article came just at the right time, as asynchronous javascript was always some kind of a black box for me. 
so, if you are also struggling to get the concept of async await, go give this article…</description>
      <content:encoded><![CDATA[    <p>this article came just at the right time, as asynchronous javascript was always some kind of a black box for me. </p>
<p>so, if you are also struggling to get the concept of async await, go give this article from @sarah_edo a read. it's really good and explains the concept very well 💡 <a href="https://xcancel.com/sarah_edo/status/1456638810343677952" target="_blank" rel="noopener">https://xcancel.com/sarah_edo/status/1456638810343677952</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/pj62nvwug1co0gnu">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ycvas51jzlvjz492</link>
      <guid isPermaLink="true">https://dominikhofer.me/ycvas51jzlvjz492</guid>
      <pubDate>Sun, 07 Nov 2021 17:00:05 +0100</pubDate>
      <description>circle of dignity pt. II.
you can set up your circle of dignity however you want. you can define which ideals you represent.
but – only if you have to defend them, if you must stand firm, your circle …</description>
      <content:encoded><![CDATA[    <p>circle of dignity pt. II.</p>
<p>you can set up your circle of dignity however you want. you can define which ideals you represent.</p>
<p>but – only if you have to defend them, if you must stand firm, your circle of dignity shows its true value and solidifies.</p>
<h1>52tipsforlife (27/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ycvas51jzlvjz492/971ca39e6a-1768718735/FDmk86FVQAEhwtg.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ycvas51jzlvjz492">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ylfaao9s2yi5gcfb</link>
      <guid isPermaLink="true">https://dominikhofer.me/ylfaao9s2yi5gcfb</guid>
      <pubDate>Sat, 06 Nov 2021 17:00:07 +0100</pubDate>
      <description>circle of dignity pt. I.
the circle of dignity is similar to your circle of competence.
it is a vow about where your boundaries lie. which principles you stand for and which you are willing to give up…</description>
      <content:encoded><![CDATA[    <p>circle of dignity pt. I.</p>
<p>the circle of dignity is similar to your circle of competence.</p>
<p>it is a vow about where your boundaries lie. which principles you stand for and which you are willing to give up.</p>
<p>what things in your life are non-negotiable?</p>
<h1>52tipsforlife (26/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ylfaao9s2yi5gcfb/11a8d45073-1768718735/FDhbXxRUUAEkkK1.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ylfaao9s2yi5gcfb">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/7400wzcu70lsi4tw</link>
      <guid isPermaLink="true">https://dominikhofer.me/7400wzcu70lsi4tw</guid>
      <pubDate>Fri, 05 Nov 2021 17:00:08 +0100</pubDate>
      <description>hedonism &amp;amp; eudaemonia.
happiness consists of two things:
hedonistic component = enjoyment
eudaemonic component = meaningfulness
the overall ratio between these two parts of your life should always…</description>
      <content:encoded><![CDATA[    <p>hedonism &amp; eudaemonia.</p>
<p>happiness consists of two things:</p>
<p>hedonistic component = enjoyment<br />
eudaemonic component = meaningfulness</p>
<p>the overall ratio between these two parts of your life should always be as balanced as possible.</p>
<h1>52tipsforlife (25/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/7400wzcu70lsi4tw/6134ef67a1-1768718735/FDcRyRDUcAUOlbg.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/7400wzcu70lsi4tw">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/2vsyg1b9sk71z3il</link>
      <guid isPermaLink="true">https://dominikhofer.me/2vsyg1b9sk71z3il</guid>
      <pubDate>Thu, 04 Nov 2021 17:00:09 +0100</pubDate>
      <description>self-pity.
sometimes you end up in a vortex of self-pity. you should definitely fight against this. because complaining all the time is counterproductive. it only makes your situation worse.
«if you f…</description>
      <content:encoded><![CDATA[    <p>self-pity.</p>
<p>sometimes you end up in a vortex of self-pity. you should definitely fight against this. because complaining all the time is counterproductive. it only makes your situation worse.</p>
<p>«if you find yourself in a hole, stop digging.»</p>
<h1>52tipsforlife (24/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/2vsyg1b9sk71z3il/77d4cd4e77-1768718735/FDXIMwTUUAY7EMp.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/2vsyg1b9sk71z3il">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/bfkm50es9bgpqrtg</link>
      <guid isPermaLink="true">https://dominikhofer.me/bfkm50es9bgpqrtg</guid>
      <pubDate>Wed, 03 Nov 2021 17:00:23 +0100</pubDate>
      <description>life and death.
most of us won&apos;t die at the peak of life. but even if you&apos;ve had a few difficult years before death, your life was probably still good.
it&apos;s better to live a good life than to die a go…</description>
      <content:encoded><![CDATA[    <p>life and death.</p>
<p>most of us won't die at the peak of life. but even if you've had a few difficult years before death, your life was probably still good.</p>
<p>it's better to live a good life than to die a good death. thinking about the latter isn't worth it.</p>
<h1>52tipsforlife (23/51)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/bfkm50es9bgpqrtg/b03fb02a6b-1768718735/FDR-qV7VgAMCA3y.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/bfkm50es9bgpqrtg">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ib76y316ifsj31yu</link>
      <guid isPermaLink="true">https://dominikhofer.me/ib76y316ifsj31yu</guid>
      <pubDate>Tue, 02 Nov 2021 17:00:19 +0100</pubDate>
      <description>stories &amp;amp; lies.
the stories we tell us about ourselves are often wrong. this leads to a distorted self-image.
you&apos;ll get the best image of yourself from someone who knows you very well and can be …</description>
      <content:encoded><![CDATA[    <p>stories &amp; lies.</p>
<p>the stories we tell us about ourselves are often wrong. this leads to a distorted self-image.</p>
<p>you'll get the best image of yourself from someone who knows you very well and can be 100% honest. it's always good to know, who you truly are.</p>
<h1>52tipsforlife (22/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ib76y316ifsj31yu/3dc11724df-1768718735/FDM1DuDVcAIyti9.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ib76y316ifsj31yu">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/lpbuu5i7pqnb8kp2</link>
      <guid isPermaLink="true">https://dominikhofer.me/lpbuu5i7pqnb8kp2</guid>
      <pubDate>Mon, 01 Nov 2021 17:00:08 +0100</pubDate>
      <description>experience &amp;gt; memory.
humans are concerned with 3 time layers: past, present &amp;amp; future.
once you have a long-term plan, focus on the now. don&apos;t try to maximize future memories. maximize your pres…</description>
      <content:encoded><![CDATA[    <p>experience &gt; memory.</p>
<p>humans are concerned with 3 time layers: past, present &amp; future.</p>
<p>once you have a long-term plan, focus on the now. don't try to maximize future memories. maximize your present.</p>
<p>after death, your «memory account» is deleted anyways.</p>
<h1>52tipsforlife (21/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/lpbuu5i7pqnb8kp2/a9d29a81e1-1768718735/FDHrbUJVQAEcDZM.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/lpbuu5i7pqnb8kp2">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3m38sotfcx1eci8v</link>
      <guid isPermaLink="true">https://dominikhofer.me/3m38sotfcx1eci8v</guid>
      <pubDate>Sun, 31 Oct 2021 17:00:09 +0100</pubDate>
      <description>the two mes.
the experiencing me: it focuses on the present moment. one moment only lasts 3 seconds.
the remembering me: it collects the memories, that «survive» the first me.
We tend to overrate the …</description>
      <content:encoded><![CDATA[    <p>the two mes.</p>
<p>the experiencing me: it focuses on the present moment. one moment only lasts 3 seconds.</p>
<p>the remembering me: it collects the memories, that «survive» the first me.</p>
<p>We tend to overrate the remembering me, but it is really error-prone.</p>
<h1>52tipsforlife (20/52)</h1>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>if you want to learn more about these errors, google the «peak-end-rule» and the «duration neglect» 🧠</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/3m38sotfcx1eci8v/a7dcd8864e-1768718735/FDCh1v4VUAEYGwk.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3m38sotfcx1eci8v">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/8a5xvjvtshuz7k51</link>
      <guid isPermaLink="true">https://dominikhofer.me/8a5xvjvtshuz7k51</guid>
      <pubDate>Sat, 30 Oct 2021 20:51:41 +0200</pubDate>
      <description>been using the jit mode in @tailwindcss for the first time the past couple of days.
it&apos;s an absolute game-changer, feels a bit like magic ✨
https://tailwindcss.com/docs/just-in-time-mode</description>
      <content:encoded><![CDATA[    <p>been using the jit mode in @tailwindcss for the first time the past couple of days.</p>
<p>it's an absolute game-changer, feels a bit like magic ✨</p>
<p><a href="https://tailwindcss.com/docs/just-in-time-mode" target="_blank" rel="noopener">https://tailwindcss.com/docs/just-in-time-mode</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/8a5xvjvtshuz7k51">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/o0500jm1ky3ynm3l</link>
      <guid isPermaLink="true">https://dominikhofer.me/o0500jm1ky3ynm3l</guid>
      <pubDate>Sat, 30 Oct 2021 17:09:36 +0200</pubDate>
      <description>the «little» meaning of life.
having goals in life is really important.
you&apos;re not guaranteed to reach them – but if you have none, you won&apos;t reach anything.
setting goals has a positive effect on you…</description>
      <content:encoded><![CDATA[    <p>the «little» meaning of life.</p>
<p>having goals in life is really important.</p>
<p>you're not guaranteed to reach them – but if you have none, you won't reach anything.</p>
<p>setting goals has a positive effect on your life. but be realistic.</p>
<h1>52tipsforlife (19/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/o0500jm1ky3ynm3l/fc45555791-1768718735/FC9MrcjUYAIvEwK.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/o0500jm1ky3ynm3l">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/w2b6hensdb8at0mu</link>
      <guid isPermaLink="true">https://dominikhofer.me/w2b6hensdb8at0mu</guid>
      <pubDate>Fri, 29 Oct 2021 17:00:23 +0200</pubDate>
      <description>end of history illusion.
people change over time – yourself included. personal development is never «finished».
one caveat though: you can only influence the change of yourself. so don&apos;t expect, that …</description>
      <content:encoded><![CDATA[    <p>end of history illusion.</p>
<p>people change over time – yourself included. personal development is never «finished».</p>
<p>one caveat though: you can only influence the change of yourself. so don't expect, that you can affect the character of other people.</p>
<h1>52tipsforlife (18/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/w2b6hensdb8at0mu/20a19155c4-1768718735/FC4A-zQVkAMmZir.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/w2b6hensdb8at0mu">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/meaa4bwpejj4trwp</link>
      <guid isPermaLink="true">https://dominikhofer.me/meaa4bwpejj4trwp</guid>
      <pubDate>Thu, 28 Oct 2021 17:00:19 +0200</pubDate>
      <description>inner vs. outer scorecard
what other people think about you isn&apos;t as important as you think. you can&apos;t fully control it anyways.
as long as you can look at yourself in the mirror for what you do, ever…</description>
      <content:encoded><![CDATA[    <p>inner vs. outer scorecard</p>
<p>what other people think about you isn't as important as you think. you can't fully control it anyways.</p>
<p>as long as you can look at yourself in the mirror for what you do, everything is ok. don't play short term status games.</p>
<h1>52tipsforlife (17/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/meaa4bwpejj4trwp/17eceb18a9-1768718735/FCy3YApVkAQE56O.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/meaa4bwpejj4trwp">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/o9f7phspdwzse7me</link>
      <guid isPermaLink="true">https://dominikhofer.me/o9f7phspdwzse7me</guid>
      <pubDate>Wed, 27 Oct 2021 17:00:26 +0200</pubDate>
      <description>vocation.
thinking that every person has a vocation is one of the biggest illusions of our time. following it obsessively will most certainly make you unhappy.
instead of focusing on the result, focus…</description>
      <content:encoded><![CDATA[    <p>vocation.</p>
<p>thinking that every person has a vocation is one of the biggest illusions of our time. following it obsessively will most certainly make you unhappy.</p>
<p>instead of focusing on the result, focus on the activity itself. and your skills.</p>
<h1>52tipsforlife (16/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/o9f7phspdwzse7me/91664db7ae-1768718735/FCtt0EqUYAcg6R3.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/o9f7phspdwzse7me">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/l5ie449rnfrrymd3</link>
      <guid isPermaLink="true">https://dominikhofer.me/l5ie449rnfrrymd3</guid>
      <pubDate>Tue, 26 Oct 2021 17:00:24 +0200</pubDate>
      <description>consistency.
people underestimate the power of long-term goals &amp;amp; exponential growth.
be it investing or skills – slow but steady progress leads to the best results.
this might sound boring at firs…</description>
      <content:encoded><![CDATA[    <p>consistency.</p>
<p>people underestimate the power of long-term goals &amp; exponential growth.</p>
<p>be it investing or skills – slow but steady progress leads to the best results.</p>
<p>this might sound boring at first, but endurance &amp; consistency are key to a good life.</p>
<h1>52tipsforlife (15/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/l5ie449rnfrrymd3/2c0eed3be0-1768718735/FCokNpmX0BMkjgu.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/l5ie449rnfrrymd3">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/20gry7f8qd4bv1qj</link>
      <guid isPermaLink="true">https://dominikhofer.me/20gry7f8qd4bv1qj</guid>
      <pubDate>Mon, 25 Oct 2021 17:00:19 +0200</pubDate>
      <description>circle of competence.
what lies within it, you master. what doesn&apos;t, you don&apos;t.
always focus on the first part. develop a healthy obsession for it. 
every hour that you invest into your circle has 100…</description>
      <content:encoded><![CDATA[    <p>circle of competence.</p>
<p>what lies within it, you master. what doesn't, you don't.</p>
<p>always focus on the first part. develop a healthy obsession for it. </p>
<p>every hour that you invest into your circle has 1000x the value of the ones you don't.</p>
<h1>52tipsforlife (14/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/20gry7f8qd4bv1qj/cf6de6637a-1768718735/FCjam2nVQAoI1gA.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/20gry7f8qd4bv1qj">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/zio4ug1jsgnq47vx</link>
      <guid isPermaLink="true">https://dominikhofer.me/zio4ug1jsgnq47vx</guid>
      <pubDate>Sun, 24 Oct 2021 17:00:04 +0200</pubDate>
      <description>f*ck-you-money.
above a certain threshold, more money ≠ happier.
if you have a financial buffer («f*ck-you-money»), other factors apart from money influence your happiness. be it your job or the peopl…</description>
      <content:encoded><![CDATA[    <p>f*ck-you-money.</p>
<p>above a certain threshold, more money ≠ happier.</p>
<p>if you have a financial buffer («f*ck-you-money»), other factors apart from money influence your happiness. be it your job or the people around you.</p>
<p>don't think too much about your money.</p>
<h1>52tipsforlife (13/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/zio4ug1jsgnq47vx/3228b51577-1768718735/FCeQ9a9XMAsoTuP.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/zio4ug1jsgnq47vx">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ml129e5m8izvcir5</link>
      <guid isPermaLink="true">https://dominikhofer.me/ml129e5m8izvcir5</guid>
      <pubDate>Sat, 23 Oct 2021 17:00:17 +0200</pubDate>
      <description>happiness-effect.
we tend to overestimate the happiness-effect for material things but underestimate it for experiences.
this ties in with the focusing illusion (see 11). most things we buy don&apos;t have…</description>
      <content:encoded><![CDATA[    <p>happiness-effect.</p>
<p>we tend to overestimate the happiness-effect for material things but underestimate it for experiences.</p>
<p>this ties in with the focusing illusion (see 11). most things we buy don't have the effect on our everyday life, that we wish for.</p>
<h1>52tipsforlife (12/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ml129e5m8izvcir5/a15eb6dd9f-1768718735/FCZHa30VUAQZwOi.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ml129e5m8izvcir5">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/vy6srvkb7ccnx9rn</link>
      <guid isPermaLink="true">https://dominikhofer.me/vy6srvkb7ccnx9rn</guid>
      <pubDate>Fri, 22 Oct 2021 17:00:03 +0200</pubDate>
      <description>focusing illusion.
«nothing in life is as important as you think it is while you are thinking about it.»
– daniel kahneman
to avoid this logical fallacy, zoom out. look at the bigger picture.
is it re…</description>
      <content:encoded><![CDATA[    <p>focusing illusion.</p>
<p>«nothing in life is as important as you think it is while you are thinking about it.»<br />
– daniel kahneman</p>
<p>to avoid this logical fallacy, zoom out. look at the bigger picture.</p>
<p>is it really <em>that</em> important?</p>
<h1>52tipsforlife (11/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/vy6srvkb7ccnx9rn/71d4e97547-1768718735/FCT9xoBUYAY6dZG.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/vy6srvkb7ccnx9rn">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/thjmjg6nd89xb9c6</link>
      <guid isPermaLink="true">https://dominikhofer.me/thjmjg6nd89xb9c6</guid>
      <pubDate>Thu, 21 Oct 2021 17:00:11 +0200</pubDate>
      <description>5-second-no.
regarding favors, a strategy called «tit for tat» has proven to be the best for evolutionary reasons:
you do person x a favor first – if they return it, you&apos;d be willing to do it again.
g…</description>
      <content:encoded><![CDATA[    <p>5-second-no.</p>
<p>regarding favors, a strategy called «tit for tat» has proven to be the best for evolutionary reasons:</p>
<p>you do person x a favor first – if they return it, you'd be willing to do it again.</p>
<p>give yourself 5 seconds to make the initial decision.</p>
<h1>52tipsforlife (10/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/thjmjg6nd89xb9c6/0812c9f427-1768718735/FCO0NwrUcAQFceA.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/thjmjg6nd89xb9c6">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ubj89u4h86p7ddo1</link>
      <guid isPermaLink="true">https://dominikhofer.me/ubj89u4h86p7ddo1</guid>
      <pubDate>Wed, 20 Oct 2021 17:00:17 +0200</pubDate>
      <description>authenticity trap.
authenticity is en vouge. but too much is too much, especially in public, at work, etc.
be like a foreign minister to yourself. reliable, professional, and not complaining or gossip…</description>
      <content:encoded><![CDATA[    <p>authenticity trap.</p>
<p>authenticity is en vouge. but too much is too much, especially in public, at work, etc.</p>
<p>be like a foreign minister to yourself. reliable, professional, and not complaining or gossiping. this creates inner clarity.</p>
<h1>52tipsforlife (9/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ubj89u4h86p7ddo1/bd915d305d-1768718735/FCJqplmVQAQCtL-.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ubj89u4h86p7ddo1">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/brnmdyqwj2dl1m15</link>
      <guid isPermaLink="true">https://dominikhofer.me/brnmdyqwj2dl1m15</guid>
      <pubDate>Tue, 19 Oct 2021 17:03:59 +0200</pubDate>
      <description>introspection illusion.
don&apos;t trust your feeling too much. interpreting your own emotions is often unreliable. plus, you&apos;re biased.
on the opposite, you&apos;re much better at reading other people&apos;s emotio…</description>
      <content:encoded><![CDATA[    <p>introspection illusion.</p>
<p>don't trust your feeling too much. interpreting your own emotions is often unreliable. plus, you're biased.</p>
<p>on the opposite, you're much better at reading other people's emotions and vice versa. this is due to evolution.</p>
<h1>52tipsforlife (8/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/brnmdyqwj2dl1m15/f391026c86-1768718735/FCEh5rBWEAMTeSg.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/brnmdyqwj2dl1m15">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/sqml4w76fdouq2v5</link>
      <guid isPermaLink="true">https://dominikhofer.me/sqml4w76fdouq2v5</guid>
      <pubDate>Mon, 18 Oct 2021 17:00:21 +0200</pubDate>
      <description>ovarian lottery.
a big % of your current success can&apos;t be attributed to your hard work. instead, it&apos;s the result of pure luck.
where you were born. when you were born. which people you&apos;ve met along th…</description>
      <content:encoded><![CDATA[    <p>ovarian lottery.</p>
<p>a big % of your current success can't be attributed to your hard work. instead, it's the result of pure luck.</p>
<p>where you were born. when you were born. which people you've met along the way…</p>
<p>above anything else, stay humble and thankful.</p>
<h1>52tipsforlife (7/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/sqml4w76fdouq2v5/449564df72-1768718735/FB_XfAkUUAcFCcv.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/sqml4w76fdouq2v5">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/fsku4fnyuya1rk6b</link>
      <guid isPermaLink="true">https://dominikhofer.me/fsku4fnyuya1rk6b</guid>
      <pubDate>Sun, 17 Oct 2021 17:00:03 +0200</pubDate>
      <description>upside vs downside.
oftentimes you&apos;ll be more successful, trying not to do something stupid instead of doing something brilliant. just avoiding common mistakes can do wonders.
«if you don&apos;t do somethi…</description>
      <content:encoded><![CDATA[    <p>upside vs downside.</p>
<p>oftentimes you'll be more successful, trying not to do something stupid instead of doing something brilliant. just avoiding common mistakes can do wonders.</p>
<p>«if you don't do something wrong, the right thing will happen.»</p>
<h1>52tipsforlife (6/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/fsku4fnyuya1rk6b/9722ab7a0b-1768718735/FB6N0y4VcAgOBhm.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/fsku4fnyuya1rk6b">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/o27qvq3m0yo2fiu9</link>
      <guid isPermaLink="true">https://dominikhofer.me/o27qvq3m0yo2fiu9</guid>
      <pubDate>Sat, 16 Oct 2021 17:00:05 +0200</pubDate>
      <description>counterproductivity.
most technology-related things seem great at first sight. but they oftentimes come with hidden costs, be it money (that has first to be earned) or time.
don&apos;t underestimate this. …</description>
      <content:encoded><![CDATA[    <p>counterproductivity.</p>
<p>most technology-related things seem great at first sight. but they oftentimes come with hidden costs, be it money (that has first to be earned) or time.</p>
<p>don't underestimate this. only use, what's <em>really</em> essential.</p>
<h1>52tipsforlife (5/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/o27qvq3m0yo2fiu9/e6a54ea74f-1768718735/FB1EPhtUYAcwaMO.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/o27qvq3m0yo2fiu9">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/k1ydscqlwa5rzjog</link>
      <guid isPermaLink="true">https://dominikhofer.me/k1ydscqlwa5rzjog</guid>
      <pubDate>Fri, 15 Oct 2021 17:00:14 +0200</pubDate>
      <description>black box thinking.
mistakes never feel good. but they make your life better. if you learn from them.
like the black box in a plane – analyze which thoughts and assumptions lead to the mistake. try to…</description>
      <content:encoded><![CDATA[    <p>black box thinking.</p>
<p>mistakes never feel good. but they make your life better. if you learn from them.</p>
<p>like the black box in a plane – analyze which thoughts and assumptions lead to the mistake. try to avoid them in the future.</p>
<h1>52tipsforlife (4/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/k1ydscqlwa5rzjog/af8bad1386-1768718735/FBv6sAPVUAYwzyz.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/k1ydscqlwa5rzjog">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/xliwsmol2x95z11n</link>
      <guid isPermaLink="true">https://dominikhofer.me/xliwsmol2x95z11n</guid>
      <pubDate>Thu, 14 Oct 2021 17:00:17 +0200</pubDate>
      <description>absolute commitment.
sometimes, flexibility can be a disadvantage. if you limit your options from the start, you&apos;ll reduce decision fatigue. absolute commitment also benefits your reputation – you sig…</description>
      <content:encoded><![CDATA[    <p>absolute commitment.</p>
<p>sometimes, flexibility can be a disadvantage. if you limit your options from the start, you'll reduce decision fatigue. absolute commitment also benefits your reputation – you signalize that something is important to you.</p>
<h1>52tipsforlife (3/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/xliwsmol2x95z11n/ec47ac3014-1768718735/FBqxG-YVgAExvyQ.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/xliwsmol2x95z11n">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/5te1ikebhkogd8o8</link>
      <guid isPermaLink="true">https://dominikhofer.me/5te1ikebhkogd8o8</guid>
      <pubDate>Wed, 13 Oct 2021 17:00:07 +0200</pubDate>
      <description>adjustments.
«plans are worthless, but planning is everything»
– dwight d. eisenhower
don&apos;t overvalue your setup. no plan is perfect. things change.
adjust along the way.
52tipsforlife (2/52)</description>
      <content:encoded><![CDATA[    <p>adjustments.</p>
<p>«plans are worthless, but planning is everything»<br />
– dwight d. eisenhower</p>
<p>don't overvalue your setup. no plan is perfect. things change.</p>
<p>adjust along the way.</p>
<h1>52tipsforlife (2/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/5te1ikebhkogd8o8/5e09de7c45-1768718735/FBlne1uWEAgOtkg.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/5te1ikebhkogd8o8">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/037nxrwmdxyfo7nk</link>
      <guid isPermaLink="true">https://dominikhofer.me/037nxrwmdxyfo7nk</guid>
      <pubDate>Tue, 12 Oct 2021 17:00:07 +0200</pubDate>
      <description>mental accounting.
humans treat money differently, depending on where it comes from. use this to your advantage: budget a certain amount of money each month for unexpected expenses (talking parking ti…</description>
      <content:encoded><![CDATA[    <p>mental accounting.</p>
<p>humans treat money differently, depending on where it comes from. use this to your advantage: budget a certain amount of money each month for unexpected expenses (talking parking tickets, …).</p>
<p>this also applies to time management.</p>
<h1>52tipsforlife (1/52)</h1>  


      <p><img src="https://dominikhofer.me/media/pages/notes/037nxrwmdxyfo7nk/6f2dd03df3-1768718735/FBgd4_8WEBEx23X.png" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/037nxrwmdxyfo7nk">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ypkxd7eun8vkekxh</link>
      <guid isPermaLink="true">https://dominikhofer.me/ypkxd7eun8vkekxh</guid>
      <pubDate>Tue, 12 Oct 2021 15:00:06 +0200</pubDate>
      <description>couple drone shots from my holidays.</description>
      <content:encoded><![CDATA[    <p>couple drone shots from my holidays.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/ypkxd7eun8vkekxh/1938ecd364-1768718735/FBgCayNXEAQ0UAn.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/ypkxd7eun8vkekxh/87cbad5ba5-1768718735/FBgCbAUWUAEZQL2.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/ypkxd7eun8vkekxh">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/gwnemv8xzhj69791</link>
      <guid isPermaLink="true">https://dominikhofer.me/gwnemv8xzhj69791</guid>
      <pubDate>Mon, 11 Oct 2021 20:00:06 +0200</pubDate>
      <description>i&apos;m currently reading the great book «the art of the good life» by rolf dobelli. it contains «52 surprising shortcuts to happiness, wealth, and success». 
i&apos;m gonna share each of them in a tweet with …</description>
      <content:encoded><![CDATA[    <p>i'm currently reading the great book «the art of the good life» by rolf dobelli. it contains «52 surprising shortcuts to happiness, wealth, and success». </p>
<p>i'm gonna share each of them in a tweet with you as i read it, along with a visual. stay tuned :)</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/gwnemv8xzhj69791/910157bb56-1768718735/FBb9fslWQAEFmuR.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/gwnemv8xzhj69791">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/qhrwec826n3gw29x</link>
      <guid isPermaLink="true">https://dominikhofer.me/qhrwec826n3gw29x</guid>
      <pubDate>Mon, 04 Oct 2021 12:18:48 +0200</pubDate>
      <description>these visuals… 🤯 https://xcancel.com/SmartNonsense/status/1444766107458543627</description>
      <content:encoded><![CDATA[    <p>these visuals… 🤯 <a href="https://xcancel.com/SmartNonsense/status/1444766107458543627" target="_blank" rel="noopener">https://xcancel.com/SmartNonsense/status/1444766107458543627</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/qhrwec826n3gw29x">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/rr4f3vgrb9767769</link>
      <guid isPermaLink="true">https://dominikhofer.me/rr4f3vgrb9767769</guid>
      <pubDate>Sun, 26 Sep 2021 18:09:29 +0200</pubDate>
      <description>out of all the fe frameworks/libraries i&apos;ve tried in the past (vue, react, svelte), @sveltejs has hands down the best tutorial/docs of them all.
really nice to learn essentially all of the relevant pa…</description>
      <content:encoded><![CDATA[    <p>out of all the fe frameworks/libraries i've tried in the past (vue, react, svelte), @sveltejs has hands down the best tutorial/docs of them all.</p>
<p>really nice to learn essentially all of the relevant parts right there, interactive and in the browser.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/rr4f3vgrb9767769/c6a4e5105e-1768718735/FAOUO5wUYAsrwwI.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/rr4f3vgrb9767769">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/hb7yp03ld7yve4ns</link>
      <guid isPermaLink="true">https://dominikhofer.me/hb7yp03ld7yve4ns</guid>
      <pubDate>Wed, 15 Sep 2021 14:00:13 +0200</pubDate>
      <description>•</description>
      <content:encoded><![CDATA[    <p>•</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/hb7yp03ld7yve4ns/194dbd2b74-1768718735/E_UxyhgVQAUe4Mz.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/hb7yp03ld7yve4ns">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/tovy123jhbfcu3x9</link>
      <guid isPermaLink="true">https://dominikhofer.me/tovy123jhbfcu3x9</guid>
      <pubDate>Tue, 14 Sep 2021 14:09:52 +0200</pubDate>
      <description>seriously considering setting up a blog and start to write more often. this creator economy thing is really fascinating.</description>
      <content:encoded><![CDATA[    <p>seriously considering setting up a blog and start to write more often. this creator economy thing is really fascinating.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/tovy123jhbfcu3x9">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/m0zei2fvajide3si</link>
      <guid isPermaLink="true">https://dominikhofer.me/m0zei2fvajide3si</guid>
      <pubDate>Mon, 13 Sep 2021 10:24:12 +0200</pubDate>
      <description>TIL about @imbajs, a &quot;full-stack&quot; language for the web.
it&apos;s been in development for 6 years and http://scrimba.com uses it for its front- and backend 🤯 i especially like the tailwind-inspired styling…</description>
      <content:encoded><![CDATA[    <p>TIL about @imbajs, a "full-stack" language for the web.</p>
<p>it's been in development for 6 years and <a href="http://scrimba.com" target="_blank" rel="noopener">http://scrimba.com</a> uses it for its front- and backend 🤯 i especially like the tailwind-inspired styling syntax.</p>
<p>you can find more infos here 👇<br />
<a href="https://imba.io/" target="_blank" rel="noopener">https://imba.io/</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/m0zei2fvajide3si">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/bknweacbdzqq4o7r</link>
      <guid isPermaLink="true">https://dominikhofer.me/bknweacbdzqq4o7r</guid>
      <pubDate>Fri, 03 Sep 2021 20:09:03 +0200</pubDate>
      <description>personal logo redesign alert 💅

dh = my initials
∞ = reminder to always learn, create &amp;amp; improve myself. plus i like the infinity-symbol :)
</description>
      <content:encoded><![CDATA[    <p>personal logo redesign alert 💅</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>dh = my initials<br />
∞ = reminder to always learn, create &amp; improve myself. plus i like the infinity-symbol :)</p>
<figure><img alt="" src="https://dominikhofer.me/E-YTIjWVgAIHFOi.png"></figure>  


      <p><img src="https://dominikhofer.me/media/pages/notes/bknweacbdzqq4o7r/5f97bca843-1768718735/E-YTIWWUUAYmXbo.png" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/bknweacbdzqq4o7r">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/7cy4egxlfctpwusy</link>
      <guid isPermaLink="true">https://dominikhofer.me/7cy4egxlfctpwusy</guid>
      <pubDate>Sun, 29 Aug 2021 19:00:06 +0200</pubDate>
      <description>👨🏻‍💻
learning to code is one of the best investments you can make:
relatively low barrier to entry but the possibility to create anything you can imagine right at your fingertips. simply amazing.</description>
      <content:encoded><![CDATA[    <p>👨🏻‍💻</p>
<p>learning to code is one of the best investments you can make:</p>
<p>relatively low barrier to entry but the possibility to create anything you can imagine right at your fingertips. simply amazing.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/7cy4egxlfctpwusy">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/kamwd6gxlbmb7qp5</link>
      <guid isPermaLink="true">https://dominikhofer.me/kamwd6gxlbmb7qp5</guid>
      <pubDate>Sun, 29 Aug 2021 17:54:26 +0200</pubDate>
      <description>since there is a massive update coming to the #hackingwithswiftui course in a month, i think i&apos;m gonna take a longer break from learning it and catch up once the course is being updated. really excite…</description>
      <content:encoded><![CDATA[    <p>since there is a massive update coming to the #hackingwithswiftui course in a month, i think i'm gonna take a longer break from learning it and catch up once the course is being updated. really excited for the new features from iOS 14 &amp; 15! <a href="https://xcancel.com/twostraws/status/1431370801719267331" target="_blank" rel="noopener">https://xcancel.com/twostraws/status/1431370801719267331</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>in the meantime, i'll shift my focus to two of my web projects: currently zeitgeist. (see below) and later on <a href="http://song.pics" target="_blank" rel="noopener">http://song.pics</a>. really looking forward to moving forward on these projects 🙌</p>
<p>will keep you posted here on twitter #buildinpublic ✌️</p>
<p><a href="https://xcancel.com/hfrdmnk/status/1431571016212307971" target="_blank" rel="noopener">https://xcancel.com/hfrdmnk/status/1431571016212307971</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/kamwd6gxlbmb7qp5">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/t4v6y2tiy5nmyzq1</link>
      <guid isPermaLink="true">https://dominikhofer.me/t4v6y2tiy5nmyzq1</guid>
      <pubDate>Sat, 28 Aug 2021 12:55:02 +0200</pubDate>
      <description>after a few weeks of learning swiftui, i wanted a little break and build something using more familiar technologies.
it&apos;s only a small product but something i need for myself :)
i&apos;m going to keep you …</description>
      <content:encoded><![CDATA[    <p>after a few weeks of learning swiftui, i wanted a little break and build something using more familiar technologies.</p>
<p>it's only a small product but something i need for myself :)</p>
<p>i'm going to keep you updated in this thread 🧵 </p>
<p>in the meantime, here's the logo 👀</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>but what is zeitgeist?</p>
<p>essentially, it's a new tab chrome extension with a very minimalistic and beautiful design. it features a daily progress indicator, the current date, a quote, the weather, and a simple task list. additionally, there is a focus mode and a dark mode 🌓</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>here's the design 💅</p>
<figure><img alt="" src="https://dominikhofer.me/E94vtk3XoAQjbJr.jpg"></figure>
<figure><img alt="" src="https://dominikhofer.me/E94vujhWQAI50b5.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>let's gooo ⚛️</p>
<figure><img alt="" src="https://dominikhofer.me/E94yNNDX0AEbs0H.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>fetching the weather data and displaying it with a little icon works ⛅️ plus it saves the selected location to localstorage.</p>
<figure><img alt="" src="https://dominikhofer.me/E9-AIEqXIAo-jSu.mp4"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>the data fetching now works via a @vercel serverless function.</p>
<p><em>note to self</em> learn properly what cors actually is...</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/t4v6y2tiy5nmyzq1/ab56962a34-1768718735/E932QIhUUAIhjgx.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/t4v6y2tiy5nmyzq1">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/aaehhy3tl8cio0h7</link>
      <guid isPermaLink="true">https://dominikhofer.me/aaehhy3tl8cio0h7</guid>
      <pubDate>Thu, 26 Aug 2021 21:17:36 +0200</pubDate>
      <description>quick progress update on my journey to learn swiftui ⏳
after finishing one of the @designcodeio courses, i&apos;ve now switched to #hackingwithswiftui to get a better understanding of the core concepts beh…</description>
      <content:encoded><![CDATA[    <p>quick progress update on my journey to learn swiftui ⏳</p>
<p>after finishing one of the @designcodeio courses, i've now switched to #hackingwithswiftui to get a better understanding of the core concepts behind swift and swiftui.</p>
<p>here's the latest little “app” i made 👨🏻‍💻</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>here are a few concepts i want to get a grasp of, before starting to build quarta:<br />
⬜️   mvvm-architecture<br />
⬜️.  core data<br />
⬜️   cloudkit<br />
⬜️.  working with assets<br />
⬜️.  handling light/dark mode</p>
<p>anything, that should go on this list as well?</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/aaehhy3tl8cio0h7/0b442c08c1-1768718735/E9vWGgjUYAEWAQ9.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/aaehhy3tl8cio0h7">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/rytbdvws6zgwrnk5</link>
      <guid isPermaLink="true">https://dominikhofer.me/rytbdvws6zgwrnk5</guid>
      <pubDate>Thu, 26 Aug 2021 10:58:09 +0200</pubDate>
      <description>just got access to the gpt-3 beta 🥳</description>
      <content:encoded><![CDATA[    <p>just got access to the gpt-3 beta 🥳</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/rytbdvws6zgwrnk5">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/knik13wxivwkcwl8</link>
      <guid isPermaLink="true">https://dominikhofer.me/knik13wxivwkcwl8</guid>
      <pubDate>Sat, 21 Aug 2021 18:12:02 +0200</pubDate>
      <description>september 1752 was a special kind of month 🕰

🧠
https://en.wikipedia.org/wiki/Gregorian_calendar</description>
      <content:encoded><![CDATA[    <p>september 1752 was a special kind of month 🕰</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>🧠<br />
<a href="https://en.wikipedia.org/wiki/Gregorian_calendar" target="_blank" rel="noopener">https://en.wikipedia.org/wiki/Gregorian_calendar</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/knik13wxivwkcwl8/4c99b79cae-1768718735/E9U7hg8WQAMubCy.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/knik13wxivwkcwl8">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/q97drwkgxnqj1l95</link>
      <guid isPermaLink="true">https://dominikhofer.me/q97drwkgxnqj1l95</guid>
      <pubDate>Thu, 19 Aug 2021 20:50:39 +0200</pubDate>
      <description>newest purchase: steal like an artist by austin kleon 👨🏻‍🎨
already through the first couple of chapters and it&apos;s pretty great so far.</description>
      <content:encoded><![CDATA[    <p>newest purchase: steal like an artist by austin kleon 👨🏻‍🎨</p>
<p>already through the first couple of chapters and it's pretty great so far.</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/q97drwkgxnqj1l95/b1e28a9f39-1768718735/E9LMzIuXEAMUEHF.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/q97drwkgxnqj1l95">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/5svxu8873annf9es</link>
      <guid isPermaLink="true">https://dominikhofer.me/5svxu8873annf9es</guid>
      <pubDate>Sat, 14 Aug 2021 18:41:19 +0200</pubDate>
      <description>great quote from the @Nike run club app:
&quot;you won&apos;t finish anything that you didn&apos;t even start in the first place&quot;</description>
      <content:encoded><![CDATA[    <p>great quote from the @Nike run club app:</p>
<p>"you won't finish anything that you didn't even start in the first place"</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/5svxu8873annf9es">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/2eo0zam28gckrzhd</link>
      <guid isPermaLink="true">https://dominikhofer.me/2eo0zam28gckrzhd</guid>
      <pubDate>Thu, 12 Aug 2021 13:23:23 +0200</pubDate>
      <description>🤫 
go to a github repo and press ‘.’ on your keyboard.
magic ✨</description>
      <content:encoded><![CDATA[    <p>🤫 </p>
<p>go to a github repo and press ‘.’ on your keyboard.</p>
<p>magic ✨</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/2eo0zam28gckrzhd">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/mp5151mnk3dqbu4t</link>
      <guid isPermaLink="true">https://dominikhofer.me/mp5151mnk3dqbu4t</guid>
      <pubDate>Mon, 02 Aug 2021 21:03:50 +0200</pubDate>
      <description>stumbled upon this great post by @traf: https://tr.af/100
3 favs:
• be happy with what you have, while you work for what you want.
• choose consistency over intensity, because consistency compounds.
•…</description>
      <content:encoded><![CDATA[    <p>stumbled upon this great post by @traf: <a href="https://tr.af/100" target="_blank" rel="noopener">https://tr.af/100</a></p>
<p>3 favs:</p>
<p>• be happy with what you have, while you work for what you want.</p>
<p>• choose consistency over intensity, because consistency compounds.</p>
<p>• there are no million dollar ideas, only million dollar executions.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/mp5151mnk3dqbu4t">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/6euna3g8601zwur5</link>
      <guid isPermaLink="true">https://dominikhofer.me/6euna3g8601zwur5</guid>
      <pubDate>Thu, 29 Jul 2021 21:50:46 +0200</pubDate>
      <description>design progress.
while learning swiftui, i&apos;ve also learned quite some things about the human interface guidelines. so in addition to designing a few more screens, i&apos;ve adapted all of them to fit the v…</description>
      <content:encoded><![CDATA[    <p>design progress.</p>
<p>while learning swiftui, i've also learned quite some things about the human interface guidelines. so in addition to designing a few more screens, i've adapted all of them to fit the visual language of ios.</p>
<p>quite satisfied with how it turned out :)</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/6euna3g8601zwur5/42a442c884-1768718735/E7fQ47gXEAMRjS4.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/6euna3g8601zwur5/b4d206516f-1768718735/E7fQ5yFXsAUzkaP.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/6euna3g8601zwur5">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ut9i04auxdqeisxm</link>
      <guid isPermaLink="true">https://dominikhofer.me/ut9i04auxdqeisxm</guid>
      <pubDate>Tue, 27 Jul 2021 17:00:05 +0200</pubDate>
      <description>it&apos;s all about failing, learning, and getting better.</description>
      <content:encoded><![CDATA[    <p>it's all about failing, learning, and getting better.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/ut9i04auxdqeisxm">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/7ilacojv82irwm8b</link>
      <guid isPermaLink="true">https://dominikhofer.me/7ilacojv82irwm8b</guid>
      <pubDate>Mon, 26 Jul 2021 17:00:09 +0200</pubDate>
      <description>executing the idea over having the idea.
👨🏻‍💻 &amp;gt; 💡</description>
      <content:encoded><![CDATA[    <p>executing the idea over having the idea.</p>
<p>👨🏻‍💻 &gt; 💡</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/7ilacojv82irwm8b">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/hrfpia1lwn68v6mg</link>
      <guid isPermaLink="true">https://dominikhofer.me/hrfpia1lwn68v6mg</guid>
      <pubDate>Sat, 24 Jul 2021 23:40:04 +0200</pubDate>
      <description>👀 https://xcancel.com/lineadotstudio/status/1419049538149666817</description>
      <content:encoded><![CDATA[    <p>👀 <a href="https://xcancel.com/lineadotstudio/status/1419049538149666817" target="_blank" rel="noopener">https://xcancel.com/lineadotstudio/status/1419049538149666817</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/hrfpia1lwn68v6mg">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/gzfg2hzgamct4dvg</link>
      <guid isPermaLink="true">https://dominikhofer.me/gzfg2hzgamct4dvg</guid>
      <pubDate>Mon, 19 Jul 2021 21:20:58 +0200</pubDate>
      <description>totally diggin&apos; this little battery buddy @neilsardesai</description>
      <content:encoded><![CDATA[    <p>totally diggin' this little battery buddy @neilsardesai</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/gzfg2hzgamct4dvg/41f8228a92-1768718735/E6rqdR8WQAEV1y3.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/gzfg2hzgamct4dvg">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/z4bfn8j80unv6glk</link>
      <guid isPermaLink="true">https://dominikhofer.me/z4bfn8j80unv6glk</guid>
      <pubDate>Sun, 18 Jul 2021 18:57:10 +0200</pubDate>
      <description>building an app in public. pt II.
the tech.
🧵👇
(here&apos;s the original tweet)
https://xcancel.com/hfrdmnk/status/1412720560283418627

something about my personal coding background 💻 
i&apos;m mainly a web dev…</description>
      <content:encoded><![CDATA[    <p>building an app in public. pt II.</p>
<p>the tech.</p>
<p>🧵👇</p>
<p>(here's the original tweet)<br />
<a href="https://xcancel.com/hfrdmnk/status/1412720560283418627" target="_blank" rel="noopener">https://xcancel.com/hfrdmnk/status/1412720560283418627</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>something about my personal coding background 💻 </p>
<p>i'm mainly a web developer who has been working with frameworks like vue.js in the past few years.</p>
<p>apart from a quick glance at flutter, i've never dabbled into native development.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>so naturally, the first idea regarding the tech behind my app was to go with some web technologies. since ionic now supports vue, it was my initial choice.</p>
<p>on the other hand, i thought it would be a nice challenge to go native 🤔</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>i've always been a fan of the philosophy behind flutter. cross-platform, easy to learn, great community – it seemed like the ideal choice 💡</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>on the other hand, i've been following @jsngr for quite some time and was always impressed by his lil apps and the experiments he did in swiftui.</p>
<p>also, tweets like this one by @zzanehip made me really curious 👀<br />
<a href="https://xcancel.com/zzanehip/status/1415316229250748425" target="_blank" rel="noopener">https://xcancel.com/zzanehip/status/1415316229250748425</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>it was quite an impulsive choice, but i've decided to finally start learning swiftui :)</p>
<p>since my app idea is quite simple, i think it's suited as a first project using this framework.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>as a learning resource, i'm using the "build an app with swiftui" course by @MengTo on @designcodeio </p>
<p>here's the first little "app" i was able to create after ~1h 👇</p>
<figure><img alt="" src="https://dominikhofer.me/E6l_95lVkAQTgA6.mp4"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>so the next part of this journey is to get more comfortable with using swift &amp; swiftui. i'll keep you posted on how it goes 🙌 </p>
<p>if you want to support me on this journey, please consider a like of the first tweet or a follow. it would mean a lot :)</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>you can also retweet the first tweet below, that would be awesome! #buildinpublic </p>
<p><a href="https://xcancel.com/hfrdmnk/status/1416804246654124032" target="_blank" rel="noopener">https://xcancel.com/hfrdmnk/status/1416804246654124032</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/z4bfn8j80unv6glk">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/p08ekt7nqslji56e</link>
      <guid isPermaLink="true">https://dominikhofer.me/p08ekt7nqslji56e</guid>
      <pubDate>Wed, 14 Jul 2021 11:14:27 +0200</pubDate>
      <description>this is so true 🧠 https://xcancel.com/dougludlow/status/1414828593323012097</description>
      <content:encoded><![CDATA[    <p>this is <em>so</em> true 🧠 <a href="https://xcancel.com/dougludlow/status/1414828593323012097" target="_blank" rel="noopener">https://xcancel.com/dougludlow/status/1414828593323012097</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/p08ekt7nqslji56e">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/9xh3r3vacuwqr3d4</link>
      <guid isPermaLink="true">https://dominikhofer.me/9xh3r3vacuwqr3d4</guid>
      <pubDate>Wed, 07 Jul 2021 12:30:03 +0200</pubDate>
      <description>building an app in public. pt I.
the idea.
🧵👇

do you know the concept of “non-zero days”?
tldr: 4 rules, one goal. doing one thing every day, that brings you closer to your dream(s).
those rules were…</description>
      <content:encoded><![CDATA[    <p>building an app in public. pt I.</p>
<p>the idea.</p>
<p>🧵👇</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>do you know the concept of “non-zero days”?</p>
<p>tldr: 4 rules, one goal. doing one thing every day, that brings you closer to your dream(s).</p>
<p>those rules were created by reddit user u/ryans01 in this now infamous comment: <a href="https://www.reddit.com/r/getdisciplined/comments/1q96b5/i_just_dont_care_about_myself/cdah4af/" target="_blank" rel="noopener">https://www.reddit.com/r/getdisciplined/comments/1q96b5/i_just_dont_care_about_myself/cdah4af/</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>if you want an overview of this philosophy, check out this great video by @AlexanderDeLuca: <a href="https://youtu.be/XQQH9ai0xgc" target="_blank" rel="noopener">https://youtu.be/XQQH9ai0xgc</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>there are some apps out there, that use this non-zero day approach. but none of them quite fits me. and that's where my app comes in:</p>
<p>introducing quarta:</p>
<figure><img alt="" src="https://dominikhofer.me/E5r93ttVcAgvIq7.jpg"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>quarta is a very minimalistic, single-purpose app for tracking your non-zero days. there are only a few features:</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <ul>
<li>define your 4 everyday goals (“quartas”) – e.g. exercise, doing something creative, meditate &amp; read</li>
<li>check off your quartas and track them</li>
<li>see your progress history</li>
<li>streaks for non-zero days and also full days (all quartas done)</li>
<li>daily reminder (push notification).</li>
</ul>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>as i said, really simple but also something i'm gonna use every day. and hopefully, some other people to 😉</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>so, what's the plan?</p>
<p>this is the first “real” app i'm gonna build, so i thought... why not build it in public? and that's exactly what i'm gonna do 😊 </p>
<p>sooo if you want to follow along, just hit that follow button and you're in 😉 </p>
<p>and if you have any feedback, just hit me up!</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>if you're interested in the idea, please consider liking the first tweet. thank you 🙏🏼 <a href="https://xcancel.com/dominikhofer_/status/1412720560283418627" target="_blank" rel="noopener">https://xcancel.com/dominikhofer_/status/1412720560283418627</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/9xh3r3vacuwqr3d4/29355b0cef-1768718735/E5r93NaVUAUptd0.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/9xh3r3vacuwqr3d4">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/qxnfz3kwlj1u9d79</link>
      <guid isPermaLink="true">https://dominikhofer.me/qxnfz3kwlj1u9d79</guid>
      <pubDate>Thu, 01 Jul 2021 09:00:01 +0200</pubDate>
      <description>2021:
✅✅✅✅✅✅⬜️⬜️⬜️⬜️⬜️⬜️</description>
      <content:encoded><![CDATA[    <p>2021:</p>
<p>✅✅✅✅✅✅⬜️⬜️⬜️⬜️⬜️⬜️</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/qxnfz3kwlj1u9d79">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/pnbgzssdaqifzw4j</link>
      <guid isPermaLink="true">https://dominikhofer.me/pnbgzssdaqifzw4j</guid>
      <pubDate>Wed, 30 Jun 2021 10:11:51 +0200</pubDate>
      <description>no matter how small the step, progress is important👇 https://xcancel.com/jackbutcher/status/1409543379717865477</description>
      <content:encoded><![CDATA[    <p>no matter how small the step, progress is important👇 <a href="https://xcancel.com/jackbutcher/status/1409543379717865477" target="_blank" rel="noopener">https://xcancel.com/jackbutcher/status/1409543379717865477</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/pnbgzssdaqifzw4j">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/rnas23olqp2rczt8</link>
      <guid isPermaLink="true">https://dominikhofer.me/rnas23olqp2rczt8</guid>
      <pubDate>Sun, 27 Jun 2021 19:52:58 +0200</pubDate>
      <description>twitter is like &quot;linkedin pro&quot;.</description>
      <content:encoded><![CDATA[    <p>twitter is like "linkedin pro".</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/rnas23olqp2rczt8">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/mggi3et794sa7rt3</link>
      <guid isPermaLink="true">https://dominikhofer.me/mggi3et794sa7rt3</guid>
      <pubDate>Thu, 24 Jun 2021 20:00:02 +0200</pubDate>
      <description>good execution over original idea.</description>
      <content:encoded><![CDATA[    <p>good execution over original idea.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/mggi3et794sa7rt3">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/9ry0w69w1akiwfyp</link>
      <guid isPermaLink="true">https://dominikhofer.me/9ry0w69w1akiwfyp</guid>
      <pubDate>Thu, 24 Jun 2021 16:30:04 +0200</pubDate>
      <description>change your pov👇 https://xcancel.com/shl/status/1406966130288168966</description>
      <content:encoded><![CDATA[    <p>change your pov👇 <a href="https://xcancel.com/shl/status/1406966130288168966" target="_blank" rel="noopener">https://xcancel.com/shl/status/1406966130288168966</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/9ry0w69w1akiwfyp">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/x1frh1gd5kw00h17</link>
      <guid isPermaLink="true">https://dominikhofer.me/x1frh1gd5kw00h17</guid>
      <pubDate>Sun, 20 Jun 2021 17:00:26 +0200</pubDate>
      <description>a lack of time is a lack of prioritization.
– @tferriss</description>
      <content:encoded><![CDATA[    <p>a lack of time is a lack of prioritization.<br />
– @tferriss</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/x1frh1gd5kw00h17/966eb580cd-1768718735/E4VYuIBVUAwu4pP.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/x1frh1gd5kw00h17">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/gkfrr1rjzeye8hze</link>
      <guid isPermaLink="true">https://dominikhofer.me/gkfrr1rjzeye8hze</guid>
      <pubDate>Thu, 17 Jun 2021 17:00:05 +0200</pubDate>
      <description>inspired by @insharamin s thread here are 5 more not-so-famous css tips.
🧵👇 
https://xcancel.com/Insharamin/status/1404423505370763269

currentColor
this is like the og css variable. it&apos;s set to the c…</description>
      <content:encoded><![CDATA[    <p>inspired by @insharamin s thread here are 5 more not-so-famous css tips.</p>
<p>🧵👇 </p>
<p><a href="https://xcancel.com/Insharamin/status/1404423505370763269" target="_blank" rel="noopener">https://xcancel.com/Insharamin/status/1404423505370763269</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <h1>currentColor</h1>
<p>this is like the og css variable. it's set to the current value of the color property.</p>
<p>potential usecase 🤔<br />
color (fill) of svg icons.</p>
<p>reference 🧠<br />
<a href="https://css-tricks.com/currentcolor/" target="_blank" rel="noopener">https://css-tricks.com/currentcolor/</a></p>
<figure><img alt="" src="https://dominikhofer.me/E4F74FxUcA8MjtV.png"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <h1>css columns</h1>
<p>if you want to layout your text in columns, css can do that (without grid or flexbox): introducing css columns 😉 </p>
<p>🤔<br />
magazine-like layouts.</p>
<p>🧠<br />
<a href="https://css-tricks.com/almanac/properties/c/columns/" target="_blank" rel="noopener">https://css-tricks.com/almanac/properties/c/columns/</a></p>
<figure><img alt="" src="https://dominikhofer.me/E4F74f3UUA4-7ZU.png"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <h1>the ch property</h1>
<p>works like the em or rem property, but 1ch is equal to the width of one character (the zero).</p>
<p>🤔<br />
i often use it for the width of textblocks to improve readability (45 – 65 ch).</p>
<p>🧠<br />
<a href="https://css-tricks.com/the-lengths-of-css/#ch" target="_blank" rel="noopener">https://css-tricks.com/the-lengths-of-css/#ch</a></p>
<figure><img alt="" src="https://dominikhofer.me/E4F742EUYA0FtYO.png"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <h1>the ::selection selector</h1>
<p>with this selector, you can style mouse selections on your page.</p>
<p>🤔<br />
make the highlight color your brand color.</p>
<p>🧠<br />
<a href="https://css-tricks.com/almanac/selectors/s/selection/" target="_blank" rel="noopener">https://css-tricks.com/almanac/selectors/s/selection/</a></p>
<figure><img alt="" src="https://dominikhofer.me/E4F75LKVoBAYvUi.png"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <h1>:not selector</h1>
<p>only select elements, that don't match a certain selection.</p>
<p>🤔<br />
style a list and exclude special elements (e.g. ads).</p>
<p>🧠<br />
<a href="https://css-tricks.com/did-you-know-about-the-has-css-selector/" target="_blank" rel="noopener">https://css-tricks.com/did-you-know-about-the-has-css-selector/</a></p>
<figure><img alt="" src="https://dominikhofer.me/E4F75hIUcAwFE3N.png"></figure>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>that's it ✌️<br />
if you've learned something new, consider to retweet the first tweet above, so we can spread the word 📣 😉 </p>
<p>what's your favourite css secret? 👇</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/gkfrr1rjzeye8hze">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/q7mgmu272zzrgk34</link>
      <guid isPermaLink="true">https://dominikhofer.me/q7mgmu272zzrgk34</guid>
      <pubDate>Wed, 16 Jun 2021 20:00:01 +0200</pubDate>
      <description>be the chess player, not the chess piece.
– ralph charell</description>
      <content:encoded><![CDATA[    <p>be the chess player, not the chess piece.</p>
<p>– ralph charell</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/q7mgmu272zzrgk34">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/kbp6g9spj7im0eyc</link>
      <guid isPermaLink="true">https://dominikhofer.me/kbp6g9spj7im0eyc</guid>
      <pubDate>Wed, 16 Jun 2021 17:00:02 +0200</pubDate>
      <description>🧠
advice from the daily stoic 003:
„you can only loose the life you live right now. the present is everything you own.“</description>
      <content:encoded><![CDATA[    <p>🧠</p>
<p>advice from the daily stoic 003:</p>
<p>„you can only loose the life you live right now. the present is everything you own.“</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/kbp6g9spj7im0eyc">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ibr01ods2zo1e4t3</link>
      <guid isPermaLink="true">https://dominikhofer.me/ibr01ods2zo1e4t3</guid>
      <pubDate>Tue, 15 Jun 2021 20:00:01 +0200</pubDate>
      <description>multitasking is one of the biggest myths of our time.</description>
      <content:encoded><![CDATA[    <p>multitasking is one of the biggest myths of our time.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/ibr01ods2zo1e4t3">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/am7xasaw85pf3b3e</link>
      <guid isPermaLink="true">https://dominikhofer.me/am7xasaw85pf3b3e</guid>
      <pubDate>Tue, 15 Jun 2021 17:00:02 +0200</pubDate>
      <description>🧠
advice from the daily stoic 002:
„everything you own comes with a cost. even if you didn&apos;t buy it. even if it just takes up physical (or mental) space.“</description>
      <content:encoded><![CDATA[    <p>🧠</p>
<p>advice from the daily stoic 002:</p>
<p>„everything you own comes with a cost. even if you didn't buy it. even if it just takes up physical (or mental) space.“</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/am7xasaw85pf3b3e">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/x0izzhl5xog2yv9j</link>
      <guid isPermaLink="true">https://dominikhofer.me/x0izzhl5xog2yv9j</guid>
      <pubDate>Mon, 14 Jun 2021 20:00:01 +0200</pubDate>
      <description>🧠
advice from the daily stoic 001:
„all feelings you have, no matter how real, come from the inside, not the outside.“</description>
      <content:encoded><![CDATA[    <p>🧠</p>
<p>advice from the daily stoic 001:</p>
<p>„all feelings you have, no matter how real, come from the inside, not the outside.“</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/x0izzhl5xog2yv9j">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/vg64x6z19a9m8qc6</link>
      <guid isPermaLink="true">https://dominikhofer.me/vg64x6z19a9m8qc6</guid>
      <pubDate>Mon, 14 Jun 2021 17:00:03 +0200</pubDate>
      <description>launching &amp;gt; building &amp;gt; designing &amp;gt; idea</description>
      <content:encoded><![CDATA[    <p>launching &gt; building &gt; designing &gt; idea</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/vg64x6z19a9m8qc6">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/qik0dumb52sc8wyf</link>
      <guid isPermaLink="true">https://dominikhofer.me/qik0dumb52sc8wyf</guid>
      <pubDate>Sun, 13 Jun 2021 23:25:28 +0200</pubDate>
      <description>seriously considering taking part in the #ship30for30 challenge. any experience regarding the course?</description>
      <content:encoded><![CDATA[    <p>seriously considering taking part in the #ship30for30 challenge. any experience regarding the course?</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/qik0dumb52sc8wyf">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/1f2r0zlxx5f5h5mf</link>
      <guid isPermaLink="true">https://dominikhofer.me/1f2r0zlxx5f5h5mf</guid>
      <pubDate>Sun, 13 Jun 2021 17:00:01 +0200</pubDate>
      <description>experience is important.
but...
it‘s not everything.
just because someone did something for 10+ years doesn‘t mean you should take all their advice for granted. one can also do something the wrong way…</description>
      <content:encoded><![CDATA[    <p>experience is important.</p>
<p>but...</p>
<p>it‘s not everything.</p>
<p>just because someone did something for 10+ years doesn‘t mean you should take all their advice for granted. one can also do something the wrong way for 10 years.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/1f2r0zlxx5f5h5mf">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/0i7397pxpp1tpyw2</link>
      <guid isPermaLink="true">https://dominikhofer.me/0i7397pxpp1tpyw2</guid>
      <pubDate>Sat, 12 Jun 2021 11:29:07 +0200</pubDate>
      <description>just bought @typefullyapp pro after testing it for a few days.
really a great app and very well thought through, especially considering it started „only“ as a side product for @mailbrew.
keep up the g…</description>
      <content:encoded><![CDATA[    <p>just bought @typefullyapp pro after testing it for a few days.</p>
<p>really a great app and very well thought through, especially considering it started „only“ as a side product for @mailbrew.</p>
<p>keep up the good work @linuz90 &amp; @frankdilo ✌🏼</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/0i7397pxpp1tpyw2">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/kb24fe1q4zfvpuk3</link>
      <guid isPermaLink="true">https://dominikhofer.me/kb24fe1q4zfvpuk3</guid>
      <pubDate>Fri, 11 Jun 2021 10:48:03 +0200</pubDate>
      <description>this right here is a gold mine of advice on how to grow/build/sell on the internet 👏🏼 https://xcancel.com/alexgarcia_atx/status/1403007669124812801</description>
      <content:encoded><![CDATA[    <p>this right here is a gold mine of advice on how to grow/build/sell on the internet 👏🏼 <a href="https://xcancel.com/alexgarcia_atx/status/1403007669124812801" target="_blank" rel="noopener">https://xcancel.com/alexgarcia_atx/status/1403007669124812801</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/kb24fe1q4zfvpuk3">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/vwz2fsm4aj059yc6</link>
      <guid isPermaLink="true">https://dominikhofer.me/vwz2fsm4aj059yc6</guid>
      <pubDate>Thu, 10 Jun 2021 16:40:51 +0200</pubDate>
      <description>inspired by @heybereket, i compiled a list of tools and ressources i regurarly use for my design &amp;amp; code workflow. one tool per stage. here we go. 
a 🧵👇

// brainstorming
@mirohq
great for gatherin…</description>
      <content:encoded><![CDATA[    <p>inspired by @heybereket, i compiled a list of tools and ressources i regurarly use for my design &amp; code workflow. one tool per stage. here we go. </p>
<p>a 🧵👇</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>// brainstorming<br />
@mirohq<br />
great for gathering ideas together with a (remote) team.</p>
<p><a href="https://miro.com" target="_blank" rel="noopener">https://miro.com</a> 1️⃣</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>// sketching<br />
@conceptsapp<br />
my favourite sketching app for the ipad, works great with apple pencil.</p>
<p><a href="https://concepts.app/" target="_blank" rel="noopener">https://concepts.app/</a> 2️⃣</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>// inspiration<br />
@pinterest<br />
still one of the best tools to gather inspiration.</p>
<p><a href="https://pinterest.com" target="_blank" rel="noopener">https://pinterest.com</a> 3️⃣</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>// wireframing<br />
@whimsicalpowers<br />
great for iterating fast.</p>
<p><a href="https://whimsical.com" target="_blank" rel="noopener">https://whimsical.com</a> 4️⃣</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>// ui design &amp; prototyping<br />
@figmadesign<br />
well known by now, for a reason ;)</p>
<p><a href="https://figma.com" target="_blank" rel="noopener">https://figma.com</a> 5️⃣</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>// colors<br />
colorbox by @kvyn_<br />
innovative tool for generating colors for a design system.</p>
<p><a href="https://colorbox.io" target="_blank" rel="noopener">https://colorbox.io</a> 6️⃣</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>// gradients<br />
<a href="http://cssgradient.io" target="_blank" rel="noopener">http://cssgradient.io</a> by @moeamaya<br />
great tool with in-depth blogposts.</p>
<p><a href="https://cssgradient.io" target="_blank" rel="noopener">https://cssgradient.io</a> 7️⃣</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>// typography<br />
fontjoy<br />
awesome for pairing google fonts.</p>
<p><a href="https://fontjoy.com" target="_blank" rel="noopener">https://fontjoy.com</a> 8️⃣</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>// iconography<br />
unicons by @iconscout<br />
4500+ icons in 4 styles.</p>
<p><a href="https://iconscout.com/unicons" target="_blank" rel="noopener">https://iconscout.com/unicons</a> 9️⃣</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>// website builder<br />
@webflow<br />
the best tool for building a website, even if you can code.</p>
<p><a href="https://webflow.com" target="_blank" rel="noopener">https://webflow.com</a> 1️⃣0️⃣</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>// js framework<br />
@vuejs<br />
great for quick prototyping or whole applications</p>
<p><a href="https://vuejs.org" target="_blank" rel="noopener">https://vuejs.org</a> 1️⃣1️⃣</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>// css framework<br />
@tailwindcss<br />
utility-first css for the win. if you use it once, you won't go back to regular css ;)</p>
<p><a href="https://tailwindcss.com" target="_blank" rel="noopener">https://tailwindcss.com</a> 1️⃣2️⃣</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>// hosting<br />
@netlify<br />
best hosting service for static webpages. and it's free!</p>
<p><a href="https://www.netlify.com" target="_blank" rel="noopener">https://www.netlify.com</a> 1️⃣3️⃣</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>well, that's it, hope you've found it useful! if you did, spread the word by retweeting the first tweet, that'd be awesome :D<br />
what are your favourite tools? let me know down below👇</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/vwz2fsm4aj059yc6/ac569b8f0f-1768718735/E3h0V5UUYAQwz-4.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/vwz2fsm4aj059yc6">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/349oq2dhc1z37tsp</link>
      <guid isPermaLink="true">https://dominikhofer.me/349oq2dhc1z37tsp</guid>
      <pubDate>Thu, 10 Jun 2021 01:41:34 +0200</pubDate>
      <description>how the pareto principle can be used for almost everything is beyond me.
ex: 20% of an apps features generate 80% of its revenue.
lesson here: prioritization is 🔑</description>
      <content:encoded><![CDATA[    <p>how the pareto principle can be used for almost everything is beyond me.</p>
<p>ex: 20% of an apps features generate 80% of its revenue.</p>
<p>lesson here: prioritization is 🔑</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/349oq2dhc1z37tsp">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/slis1g0rvnu1x4ih</link>
      <guid isPermaLink="true">https://dominikhofer.me/slis1g0rvnu1x4ih</guid>
      <pubDate>Tue, 08 Jun 2021 15:00:03 +0200</pubDate>
      <description>you can‘t know, what others truly think of you. so why even bother?</description>
      <content:encoded><![CDATA[    <p>you can‘t know, what others truly think of you. so why even bother?</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/slis1g0rvnu1x4ih">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/lokqz43ced3lb5c6</link>
      <guid isPermaLink="true">https://dominikhofer.me/lokqz43ced3lb5c6</guid>
      <pubDate>Mon, 07 Jun 2021 22:44:54 +0200</pubDate>
      <description>focus is everything. https://xcancel.com/JamesClear/status/1401979132771291138</description>
      <content:encoded><![CDATA[    <p>focus is everything. <a href="https://xcancel.com/JamesClear/status/1401979132771291138" target="_blank" rel="noopener">https://xcancel.com/JamesClear/status/1401979132771291138</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/lokqz43ced3lb5c6">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/rhqmr7lj92o4pnlu</link>
      <guid isPermaLink="true">https://dominikhofer.me/rhqmr7lj92o4pnlu</guid>
      <pubDate>Mon, 07 Jun 2021 20:26:33 +0200</pubDate>
      <description>that, right there, is magic✨</description>
      <content:encoded><![CDATA[    <p>that, right there, is magic✨</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/rhqmr7lj92o4pnlu/bf034a533a-1768718735/E3TLOlXX0AA6LsQ.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/rhqmr7lj92o4pnlu">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/nd7twl770w15uk19</link>
      <guid isPermaLink="true">https://dominikhofer.me/nd7twl770w15uk19</guid>
      <pubDate>Mon, 07 Jun 2021 19:51:30 +0200</pubDate>
      <description>time to properly learn #SwiftUI and build some apps on the ipad🥳
very exciting news from @Apple</description>
      <content:encoded><![CDATA[    <p>time to properly learn #SwiftUI and build some apps on the ipad🥳<br />
very exciting news from @Apple</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/nd7twl770w15uk19">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ybytvkrfmhctu2ga</link>
      <guid isPermaLink="true">https://dominikhofer.me/ybytvkrfmhctu2ga</guid>
      <pubDate>Mon, 07 Jun 2021 19:49:27 +0200</pubDate>
      <description>a new lil app idea is born💡 https://xcancel.com/jsngr/status/1401958558229487619</description>
      <content:encoded><![CDATA[    <p>a new lil app idea is born💡 <a href="https://xcancel.com/jsngr/status/1401958558229487619" target="_blank" rel="noopener">https://xcancel.com/jsngr/status/1401958558229487619</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/ybytvkrfmhctu2ga">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/sbx7i8u1jwvmuur0</link>
      <guid isPermaLink="true">https://dominikhofer.me/sbx7i8u1jwvmuur0</guid>
      <pubDate>Mon, 07 Jun 2021 19:40:42 +0200</pubDate>
      <description>some smooth transitions today🤓 #WWDC21

i am actually really impressed about how these online @Apple events are produced. i&apos;d love to see some bts</description>
      <content:encoded><![CDATA[    <p>some smooth transitions today🤓 #WWDC21</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>i am actually really impressed about how these online @Apple events are produced. i'd love to see some bts</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/sbx7i8u1jwvmuur0">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/74221w26dnr9tm2z</link>
      <guid isPermaLink="true">https://dominikhofer.me/74221w26dnr9tm2z</guid>
      <pubDate>Mon, 07 Jun 2021 17:00:03 +0200</pubDate>
      <description>working smart. &amp;gt; working hard.
👆 old but still really gold.</description>
      <content:encoded><![CDATA[    <p>working smart. &gt; working hard.</p>
<p>👆 old but still really gold.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/74221w26dnr9tm2z">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/0lj6ulbye2wq6532</link>
      <guid isPermaLink="true">https://dominikhofer.me/0lj6ulbye2wq6532</guid>
      <pubDate>Mon, 07 Jun 2021 11:20:20 +0200</pubDate>
      <description>soo excited for #WWDC21 🥳</description>
      <content:encoded><![CDATA[    <p>soo excited for #WWDC21 🥳</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/0lj6ulbye2wq6532">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/nih8300wcvwe1ivt</link>
      <guid isPermaLink="true">https://dominikhofer.me/nih8300wcvwe1ivt</guid>
      <pubDate>Mon, 07 Jun 2021 09:00:01 +0200</pubDate>
      <description>exponential growth is the single most amazing thing, that the human brain just can‘t fully understand.</description>
      <content:encoded><![CDATA[    <p>exponential growth is the single most amazing thing, that the human brain just can‘t fully understand.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/nih8300wcvwe1ivt">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/coxx8r3yozyioyv7</link>
      <guid isPermaLink="true">https://dominikhofer.me/coxx8r3yozyioyv7</guid>
      <pubDate>Sun, 06 Jun 2021 14:53:28 +0200</pubDate>
      <description>i just found out, that when your phone is not in silent mode (mine&apos;s always) and you do a pull to refresh in the twitter app, there&apos;s this very satisfying sound..</description>
      <content:encoded><![CDATA[    <p>i just found out, that when your phone is not in silent mode (mine's always) and you do a pull to refresh in the twitter app, there's this very satisfying sound..</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/coxx8r3yozyioyv7/4bc9b52c74-1768718735/E3M1Zk2XoAIEkNQ.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/coxx8r3yozyioyv7">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/4z7ijksi6k67njem</link>
      <guid isPermaLink="true">https://dominikhofer.me/4z7ijksi6k67njem</guid>
      <pubDate>Wed, 05 May 2021 21:41:24 +0200</pubDate>
      <description>after following @AliAbdaal and @david_perell for a quite some time and listening to their advice, i decided to start a blog on my own.
tldr; you can find it here: http://dominikhofer.blog

i want to k…</description>
      <content:encoded><![CDATA[    <p>after following @AliAbdaal and @david_perell for a quite some time and listening to their advice, i decided to start a blog on my own.</p>
<p>tldr; you can find it here: <a href="http://dominikhofer.blog" target="_blank" rel="noopener">http://dominikhofer.blog</a></p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>i want to keep a regular posting schedule and write one piece of content at least once a week.</p>
<p>i‘m gonna write about anything that i‘m interested in. including but not restricted to:</p>
<ul>
<li>design</li>
<li>coding</li>
<li>minimalism</li>
<li>self improvement</li>
<li>personal finance</li>
<li>and more...</li>
</ul>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>it‘s built and hosted on <a href="http://ghost.org" target="_blank" rel="noopener">http://ghost.org</a>, really a great platform that i would suggest to anybody wanting to start a blog.</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>if this peaked your interest, you can check the first post out over here: <a href="https://www.dominikhofer.blog/10-rules-for-a-better-life/" target="_blank" rel="noopener">https://www.dominikhofer.blog/10-rules-for-a-better-life/</a> </p>
<p>hope you like reading it as much as i‘ve enjoyed creating it :)</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/4z7ijksi6k67njem">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/4h5cjsfjo8z1vf9n</link>
      <guid isPermaLink="true">https://dominikhofer.me/4h5cjsfjo8z1vf9n</guid>
      <pubDate>Wed, 28 Apr 2021 21:17:52 +0200</pubDate>
      <description>@readwiseio save thread https://xcancel.com/heyblake/status/1387193593580949505</description>
      <content:encoded><![CDATA[    <p>@readwiseio save thread <a href="https://xcancel.com/heyblake/status/1387193593580949505" target="_blank" rel="noopener">https://xcancel.com/heyblake/status/1387193593580949505</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/4h5cjsfjo8z1vf9n">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/yio1ioxzxgo99f3o</link>
      <guid isPermaLink="true">https://dominikhofer.me/yio1ioxzxgo99f3o</guid>
      <pubDate>Thu, 11 Mar 2021 22:22:35 +0100</pubDate>
      <description>today i created an emoji domain using http://y.at, go check it out at http://y.at/🤔🦊👀💯

twitter friendly link: https://xn--lp8h4gj0jrn.y.at</description>
      <content:encoded><![CDATA[    <p>today i created an emoji domain using <a href="http://y.at" target="_blank" rel="noopener">http://y.at</a>, go check it out at <a href="http://y.at/" target="_blank" rel="noopener">http://y.at/</a>🤔🦊👀💯</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>twitter friendly link: <a href="https://xn--lp8h4gj0jrn.y.at" target="_blank" rel="noopener">https://xn--lp8h4gj0jrn.y.at</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/yio1ioxzxgo99f3o">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/qqjlgoszko2w0t9g</link>
      <guid isPermaLink="true">https://dominikhofer.me/qqjlgoszko2w0t9g</guid>
      <pubDate>Wed, 10 Mar 2021 18:39:32 +0100</pubDate>
      <description>a few days ago, i tweeted about ikigai. til about hygge, the danish way of living.</description>
      <content:encoded><![CDATA[    <p>a few days ago, i tweeted about ikigai. til about hygge, the danish way of living.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/qqjlgoszko2w0t9g">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/7eqdouj0mcn60dm9</link>
      <guid isPermaLink="true">https://dominikhofer.me/7eqdouj0mcn60dm9</guid>
      <pubDate>Tue, 09 Mar 2021 21:07:01 +0100</pubDate>
      <description>til the second note of a scale is called the &quot;supertonic&quot; and super popular in mainstream music.</description>
      <content:encoded><![CDATA[    <p>til the second note of a scale is called the "supertonic" and super popular in mainstream music.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/7eqdouj0mcn60dm9">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/0jvkye8motxk9bt9</link>
      <guid isPermaLink="true">https://dominikhofer.me/0jvkye8motxk9bt9</guid>
      <pubDate>Sun, 07 Mar 2021 21:55:12 +0100</pubDate>
      <description>sometimes, you have to take one step back in order to make progress.</description>
      <content:encoded><![CDATA[    <p>sometimes, you have to take one step back in order to make progress.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/0jvkye8motxk9bt9">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/4wwrzcglj1exadmm</link>
      <guid isPermaLink="true">https://dominikhofer.me/4wwrzcglj1exadmm</guid>
      <pubDate>Sat, 06 Mar 2021 17:08:46 +0100</pubDate>
      <description>memento mori - remember that everything is finite</description>
      <content:encoded><![CDATA[    <p>memento mori - remember that everything is finite</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/4wwrzcglj1exadmm">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/uhxr1x6pseue7bv9</link>
      <guid isPermaLink="true">https://dominikhofer.me/uhxr1x6pseue7bv9</guid>
      <pubDate>Fri, 05 Mar 2021 22:03:31 +0100</pubDate>
      <description>I recently started to play the piano and til that a majority of pop songs consist only of four chords🧐</description>
      <content:encoded><![CDATA[    <p>I recently started to play the piano and til that a majority of pop songs consist only of four chords🧐</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/uhxr1x6pseue7bv9">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/cihlgcimf5k47y9k</link>
      <guid isPermaLink="true">https://dominikhofer.me/cihlgcimf5k47y9k</guid>
      <pubDate>Thu, 04 Mar 2021 21:53:19 +0100</pubDate>
      <description>Accept the things that are not in your control but change those who are.</description>
      <content:encoded><![CDATA[    <p>Accept the things that are not in your control but change those who are.</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/cihlgcimf5k47y9k">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/erdo8drgslnz2wzw</link>
      <guid isPermaLink="true">https://dominikhofer.me/erdo8drgslnz2wzw</guid>
      <pubDate>Wed, 03 Mar 2021 18:27:52 +0100</pubDate>
      <description>According to japanese culture, there are four things you have to have, in order to reach your sense of live:
👉 Do something you love
👉 Do something the world needs
👉 Do something that you can be paid …</description>
      <content:encoded><![CDATA[    <p>According to japanese culture, there are four things you have to have, in order to reach your sense of live:<br />
👉 Do something you love<br />
👉 Do something the world needs<br />
👉 Do something that you can be paid for<br />
👉 Do something you're good at<br />
This concept is called Ikigai</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/erdo8drgslnz2wzw">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/ubhuddepkdgrkgqg</link>
      <guid isPermaLink="true">https://dominikhofer.me/ubhuddepkdgrkgqg</guid>
      <pubDate>Mon, 01 Mar 2021 21:16:36 +0100</pubDate>
      <description>If you&apos;re anxious about doing something, ask yourself: Is this going to matter in 10 minutes? In 10 days? Or in 10 weeks? What about 10 years?
Often times, things aren&apos;t as serious as they might seem …</description>
      <content:encoded><![CDATA[    <p>If you're anxious about doing something, ask yourself: Is this going to matter in 10 minutes? In 10 days? Or in 10 weeks? What about 10 years?<br />
Often times, things aren't as serious as they might seem in the current moment.</p>
<p>@AliAbdaal in his Skillshare class about stoicism</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/ubhuddepkdgrkgqg">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/6s5d6bttfcjglmuc</link>
      <guid isPermaLink="true">https://dominikhofer.me/6s5d6bttfcjglmuc</guid>
      <pubDate>Sat, 04 Jan 2020 15:54:51 +0100</pubDate>
      <description>@tweethue
Hi,
I have Hue Sync installed on my Macbook (macOS Catalina) and everything works fine, except the video and game modes. When I switch to one of those modes and turn on the synchronisation, …</description>
      <content:encoded><![CDATA[    <p>@tweethue<br />
Hi,<br />
I have Hue Sync installed on my Macbook (macOS Catalina) and everything works fine, except the video and game modes. When I switch to one of those modes and turn on the synchronisation, all lamps just turn white and are dimmed to a very low brightness [...]</p>    <hr style="margin: 1.5em 0; border: none; border-top: 1px solid #ccc;">
    <p>@tweethue Is this a known issue? I found some similar questions online, but none of them quite matched my problem.</p>
<p>Lamps:<br />
2x Hue Play, 1x Hue Go</p>
<p>Thanks for your help!</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/6s5d6bttfcjglmuc">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3rb7tdqdbcyyqwvr</link>
      <guid isPermaLink="true">https://dominikhofer.me/3rb7tdqdbcyyqwvr</guid>
      <pubDate>Wed, 21 Aug 2019 21:11:09 +0200</pubDate>
      <description>Illustration Practice - Idea</description>
      <content:encoded><![CDATA[    <p>Illustration Practice - Idea</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/3rb7tdqdbcyyqwvr/2b73924e4b-1768718735/EChCf-VWwAYBqZr.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3rb7tdqdbcyyqwvr">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/djcqgxgci350dslw</link>
      <guid isPermaLink="true">https://dominikhofer.me/djcqgxgci350dslw</guid>
      <pubDate>Wed, 07 Aug 2019 21:53:10 +0200</pubDate>
      <description>Playing around with the @Procreate animation feature ☀️🌙</description>
      <content:encoded><![CDATA[    <p>Playing around with the @Procreate animation feature ☀️🌙</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/djcqgxgci350dslw/0503964348-1768718735/2-lba_gP64yUVrr2.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/djcqgxgci350dslw">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/qpuu3nd4t6o7gggf</link>
      <guid isPermaLink="true">https://dominikhofer.me/qpuu3nd4t6o7gggf</guid>
      <pubDate>Tue, 15 Jan 2019 19:43:01 +0100</pubDate>
      <description>If you&apos;re interested in modern web design/development, go check out this article about the new @css redesign for 2019. Really valuable insights there👏
https://css-tricks.com/design-v17/</description>
      <content:encoded><![CDATA[    <p>If you're interested in modern web design/development, go check out this article about the new @css redesign for 2019. Really valuable insights there👏</p>
<p><a href="https://css-tricks.com/design-v17/" target="_blank" rel="noopener">https://css-tricks.com/design-v17/</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/qpuu3nd4t6o7gggf">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/8ok98jcmv6eyv283</link>
      <guid isPermaLink="true">https://dominikhofer.me/8ok98jcmv6eyv283</guid>
      <pubDate>Sun, 02 Dec 2018 16:46:33 +0100</pubDate>
      <description>I just published a new shot on @dribbble (finally...🙏)
👉 https://dribbble.com/shots/5636646-Befree-Landing-Page
It’s a website for a fictitious music festival I created with to other students for a sc…</description>
      <content:encoded><![CDATA[    <p>I just published a new shot on @dribbble (finally...🙏)<br />
👉 <a href="https://dribbble.com/shots/5636646-Befree-Landing-Page" target="_blank" rel="noopener">https://dribbble.com/shots/5636646-Befree-Landing-Page</a></p>
<p>It’s a website for a fictitious music festival I created with to other students for a school project. You can find the live website at <a href="https://www.befreefestival.com" target="_blank" rel="noopener">https://www.befreefestival.com</a></p>
<p>Let me know what you think👇😄</p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/8ok98jcmv6eyv283/27127326df-1768718735/DtbDEJKXcAEFFL9.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/8ok98jcmv6eyv283">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/5t7kmrv1vo1rxrle</link>
      <guid isPermaLink="true">https://dominikhofer.me/5t7kmrv1vo1rxrle</guid>
      <pubDate>Sat, 06 Oct 2018 12:35:52 +0200</pubDate>
      <description>Putting together a quick &amp;amp; simple moodboard on the iPad is just such a breeze 😍</description>
      <content:encoded><![CDATA[    <p>Putting together a quick &amp; simple moodboard on the iPad is just such a breeze 😍</p>  


      <p><video src="https://dominikhofer.me/media/pages/notes/5t7kmrv1vo1rxrle/c4a3f4831b-1768718735/VQDXMzrDKrWbfuZf.mp4" controls style="max-width: 100%;"></video></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/5t7kmrv1vo1rxrle">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/9zjii54il2233m1g</link>
      <guid isPermaLink="true">https://dominikhofer.me/9zjii54il2233m1g</guid>
      <pubDate>Thu, 04 Oct 2018 12:30:35 +0200</pubDate>
      <description>@zave_app do you plan on releasing some kind of a web clipper?
Would be great to use 🙌😄</description>
      <content:encoded><![CDATA[    <p>@zave_app do you plan on releasing some kind of a web clipper?<br />
Would be great to use 🙌😄</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/9zjii54il2233m1g">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/3znaoedb1vekoyy8</link>
      <guid isPermaLink="true">https://dominikhofer.me/3znaoedb1vekoyy8</guid>
      <pubDate>Wed, 09 May 2018 17:21:59 +0200</pubDate>
      <description>My latest design for the @Daily_UI challenge is now online: It’s a clean and minimal app icon for a cloud service named ‘wolke’. Hope you like it!
https://dribbble.com/shots/4570180-Daily-UI-005-App-I…</description>
      <content:encoded><![CDATA[    <p>My latest design for the @Daily_UI challenge is now online: It’s a clean and minimal app icon for a cloud service named ‘wolke’. Hope you like it!</p>
<p><a href="https://dribbble.com/shots/4570180-Daily-UI-005-App-Icon" target="_blank" rel="noopener">https://dribbble.com/shots/4570180-Daily-UI-005-App-Icon</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/3znaoedb1vekoyy8/3e24eb4522-1768718735/Dcw8Xa7XcAEi6M1.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/3znaoedb1vekoyy8">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/lr85yh0ypz5lsi36</link>
      <guid isPermaLink="true">https://dominikhofer.me/lr85yh0ypz5lsi36</guid>
      <pubDate>Tue, 08 May 2018 18:20:15 +0200</pubDate>
      <description>My latest design for the @Daily_UI challenge is now online: It’s a simple and minimal calculator app. Hope you like it!
https://dribbble.com/shots/4563112-Daily-UI-004-Calculator</description>
      <content:encoded><![CDATA[    <p>My latest design for the @Daily_UI challenge is now online: It’s a simple and minimal calculator app. Hope you like it!</p>
<p><a href="https://dribbble.com/shots/4563112-Daily-UI-004-Calculator" target="_blank" rel="noopener">https://dribbble.com/shots/4563112-Daily-UI-004-Calculator</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/lr85yh0ypz5lsi36/b6c5531c59-1768718735/DcsAHVtW4AAReyR.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/lr85yh0ypz5lsi36">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/6gdenieybt9253td</link>
      <guid isPermaLink="true">https://dominikhofer.me/6gdenieybt9253td</guid>
      <pubDate>Mon, 07 May 2018 19:17:55 +0200</pubDate>
      <description>My latest design for the @Daily_UI challenge is now online: It&apos;s a redesign of the netflix landing page. Hope you like it!
https://dribbble.com/shots/4559075-Daily-UI-003-Landing-Page</description>
      <content:encoded><![CDATA[    <p>My latest design for the @Daily_UI challenge is now online: It's a redesign of the netflix landing page. Hope you like it!</p>
<p><a href="https://dribbble.com/shots/4559075-Daily-UI-003-Landing-Page" target="_blank" rel="noopener">https://dribbble.com/shots/4559075-Daily-UI-003-Landing-Page</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/6gdenieybt9253td/ea53235d46-1768718735/DcnDwLmWkAEIgfN.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/6gdenieybt9253td">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/0v9zc1nwnsdr5pfl</link>
      <guid isPermaLink="true">https://dominikhofer.me/0v9zc1nwnsdr5pfl</guid>
      <pubDate>Wed, 02 May 2018 20:29:04 +0200</pubDate>
      <description>My debut shot is now on @dribbble 🤙🏽
Go check it out ⬇️
https://dribbble.com/shots/4544981-Dominik-Hofer-Debut</description>
      <content:encoded><![CDATA[    <p>My debut shot is now on @dribbble 🤙🏽</p>
<p>Go check it out ⬇️<br />
<a href="https://dribbble.com/shots/4544981-Dominik-Hofer-Debut" target="_blank" rel="noopener">https://dribbble.com/shots/4544981-Dominik-Hofer-Debut</a></p>  



<hr>
<p>
  <a href="https://dominikhofer.me/0v9zc1nwnsdr5pfl">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/r5l7emqt2x5i9an1</link>
      <guid isPermaLink="true">https://dominikhofer.me/r5l7emqt2x5i9an1</guid>
      <pubDate>Wed, 02 May 2018 19:21:43 +0200</pubDate>
      <description>Done with the second task of the @Daily_UI challenge: A checkout page for a tech store named ‘Techie’. Hope you like it!
https://dribbble.com/shots/4544805-Daily-UI-002-Checkout</description>
      <content:encoded><![CDATA[    <p>Done with the second task of the @Daily_UI challenge: A checkout page for a tech store named ‘Techie’. Hope you like it!</p>
<p><a href="https://dribbble.com/shots/4544805-Daily-UI-002-Checkout" target="_blank" rel="noopener">https://dribbble.com/shots/4544805-Daily-UI-002-Checkout</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/r5l7emqt2x5i9an1/c691d49e17-1768718735/DcNUkwMXUAALwje.jpg" alt="" style="max-width: 100%; height: auto;"></p>
          <p><img src="https://dominikhofer.me/media/pages/notes/r5l7emqt2x5i9an1/0d0b05c76f-1768718735/DcNUle_W0AEcakX.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/r5l7emqt2x5i9an1">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/vc7kyscjctaq8gnr</link>
      <guid isPermaLink="true">https://dominikhofer.me/vc7kyscjctaq8gnr</guid>
      <pubDate>Mon, 30 Apr 2018 20:54:04 +0200</pubDate>
      <description>Just finished the first task of the @Daily_UI challenge. I went with a minimalist design for a todo app named ‘List’. Hope you like it!
https://dribbble.com/shots/4536709-Daily-UI-001-Sign-Up</description>
      <content:encoded><![CDATA[    <p>Just finished the first task of the @Daily_UI challenge. I went with a minimalist design for a todo app named ‘List’. Hope you like it!</p>
<p><a href="https://dribbble.com/shots/4536709-Daily-UI-001-Sign-Up" target="_blank" rel="noopener">https://dribbble.com/shots/4536709-Daily-UI-001-Sign-Up</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/vc7kyscjctaq8gnr/8b17e3cc10-1768718735/DcDWMoNWAAAXU4f.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/vc7kyscjctaq8gnr">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/7lvs6dr98o0mya2v</link>
      <guid isPermaLink="true">https://dominikhofer.me/7lvs6dr98o0mya2v</guid>
      <pubDate>Sun, 29 Apr 2018 21:33:48 +0200</pubDate>
      <description>I&apos;m now on @dribbble 🏀
Check my profile out: https://dribbble.com/dominikhofer</description>
      <content:encoded><![CDATA[    <p>I'm now on @dribbble 🏀<br />
Check my profile out: <a href="https://dribbble.com/dominikhofer" target="_blank" rel="noopener">https://dribbble.com/dominikhofer</a></p>  


      <p><img src="https://dominikhofer.me/media/pages/notes/7lvs6dr98o0mya2v/9979f2de01-1768718735/Db-V3wcW4AAmerP.jpg" alt="" style="max-width: 100%; height: auto;"></p>
      
<hr>
<p>
  <a href="https://dominikhofer.me/7lvs6dr98o0mya2v">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
    <item>
      <title>Note</title>
      <link>https://dominikhofer.me/cmzi1hvxkcnm3alf</link>
      <guid isPermaLink="true">https://dominikhofer.me/cmzi1hvxkcnm3alf</guid>
      <pubDate>Tue, 06 Feb 2018 20:58:01 +0100</pubDate>
      <description>Hallo Twitter!</description>
      <content:encoded><![CDATA[    <p>Hallo Twitter!</p>  



<hr>
<p>
  <a href="https://dominikhofer.me/cmzi1hvxkcnm3alf">View on site</a> |
  <a href="mailto:hi@dominikhofer.me?subject=Re: Note">Reply via email</a>
</p>
]]></content:encoded>
      <author>hi@dominikhofer.me (Dominik Hofer)</author>
    </item>
  </channel>
</rss>