<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

  <title type="text" xml:lang="en">PaulStamatiou.com - Technology, Design and Photography</title>
  <link type="application/atom+xml" href="https://paulstamatiou.com/posts.xml" rel="self"/>
  <link type="text" href="https://paulstamatiou.com" rel="alternate"/>
  <updated>2024-07-28T07:16:38+00:00</updated>
  <id>https://paulstamatiou.com</id>
  <author>
    <name>Paul Stamatiou</name>
  </author>
  <rights>Copyright (c) 2005-2024, Paul Stamatiou; all rights reserved.</rights>

  
  <entry>
    <title> Stocketa</title>
    <link href="https://paulstamatiou.com/stocketa/"/>
    <published>2023-10-16T16:00:00Z</published>
    <updated>2023-10-16T16:00:00+00:00</updated>
    <id>https://paulstamatiou.com/stocketa</id>
    <content type="html"><![CDATA[ 
      
				A dive into the app I designed, built and never launched.
			
    ]]> &lt;strong&gt;This RSS feed only shows excerpts. Please visit the website for the original article as intended:  &lt;/strong&gt; &lt;a href=&quot;https://paulstamatiou.com/stocketa/&quot; title=&quot;Stocketa&quot;&gt;Stocketa&lt;/a&gt;
</content>
  </entry>
  
  <entry>
    <title>[Short form] Digital clutter</title>
    <link href="https://paulstamatiou.com/digital-clutter/"/>
    <published>2023-04-15T16:00:00Z</published>
    <updated>2023-04-15T16:00:00+00:00</updated>
    <id>https://paulstamatiou.com/digital-clutter</id>
    <content type="html"><![CDATA[ 
      
				Learning to let go and stop hoarding terabytes
			
    ]]> &lt;strong&gt;This RSS feed only shows excerpts. Please visit the website for the original article as intended:  &lt;/strong&gt; &lt;a href=&quot;https://paulstamatiou.com/digital-clutter/&quot; title=&quot;Digital clutter&quot;&gt;Digital clutter&lt;/a&gt;
</content>
  </entry>
  
  <entry>
    <title> Hosting your own Mastodon server</title>
    <link href="https://paulstamatiou.com/hosting-your-own-mastodon-server/"/>
    <published>2023-03-07T16:00:00Z</published>
    <updated>2023-03-07T16:00:00+00:00</updated>
    <id>https://paulstamatiou.com/hosting-your-own-mastodon-server</id>
    <content type="html"><![CDATA[ 
      
				<section class="photoset">
  <div class="photoset-row single">
    <figure class="photoset-item single rounded" data-webp="true">
      <a href="https://turbo.paulstamatiou.com/uploads/2023/01/copyright-paulstamatiou_com-mastodon-mbp.jpg"><img alt="Mastodon admin settings for discovery" data-ratio="1.648" src="https://turbo.paulstamatiou.com/uploads/2023/01/copyright-paulstamatiou_com-mastodon-mbp.jpg"/></a>
    </figure>
  </div>
</section>
<section>
  <p>A lot has happened since I published my article on the <a href="https://paulstamatiou.com/mastodon/" title="Mastodon">open source decentralized social networking service Mastodon</a> a few weeks ago. I saw a lot of interest in and discourse around that post that was great to see. Since then, a few notable things have happened that have caused Mastodon usage to spike yet again.</p>

  <p>Twitter unsurprisingly ended up entirely banning third-party Twitter clients, including hugely popular ones like Tweetbot and Twitterific. I briefly summarized the ebb and flow of being a developer working with the Twitter API in the last post:</p>

  <blockquote>
    <p>"Long story short, Twitter made it hard. Hard to even get an API key and get your app approved. Hard to get bugs fixed or new features accessible via the API. Hard to access the data developers wanted. Hard to not hit arbitrary constraints or limits. Things were always changing, rugs were pulled, announcements about new priorities and new rugs were made, only for them to be pulled again (read <a href="https://www.theverge.com/2021/11/15/22779149/twitter-api-version-2-official-decentralized" title="Twitter makes big changes for devs as it eyes decentralized future">this</a>, <a href="https://techcrunch.com/2022/11/02/twitter-cancels-its-chirp-conference-for-developers-amid-management-transition/">this</a> and <a href="https://techcrunch.com/2022/12/15/developer-platforms-are-all-about-trust-and-twitter-lost-it/">this</a>)".</p>
  </blockquote>

  <p>Well, the final rug was pulled. Fortunately, there was a bit of a silver lining. The folks at Tapbots were able to launch their lovely Mastodon app <a href="https://tapbots.com/ivory/" title="Ivory for iOS by Tapbots">Ivory</a>. The launch went so well that a flood of people took that as an opportunity to take a closer look at Mastodon and join. Mastodon has grown from 500,000 active users last year to now being <a href="https://mastodon.social/@mastodonusercount" title="10 million mastodon users">almost at 10 million</a>.</p>

  <p>Mastodon just keeps getting better. There's more authentic conversations and far less linkbait and thread spam from influencers. It feels like a place I'd prefer spending more of my time to catch up on things.</p>

  <p>With my interest in Mastodon, I recently decided I wanted to take the next step and host my own Mastodon server for my account: <a href="https://stammy.design/@stammy" title="Stammy (Paul Stamatiou) on Mastodon">@stammy@stammy.design</a>. In my <a href="https://paulstamatiou.com/mastodon/" title="Mastodon">previous post about Mastodon</a> I provided some details about different routes you could take to self-host Mastodon. Today, I'll show you how you can host your own Mastodon instance, step-by-step.</p>

  <div id="toc" class="inline-toc show">
    <h5>Table of contents</h5>
    <p>This is a long post and took me more than a month to write, but you don't have to go through it all. At a high-level I show two routes to hosting your own Mastodon server: a simple route employing a fully-managed webhost, and a much more comprehensive and advanced route involving a traditional webhost.</p>

    <p>I also make sure you're good to go with maintenance tips, debugging tips, scripts to backup your database, purge storage and more.</p>
    <ul>
      <li><a href="https://paulstamatiou.com/hosting-your-own-mastodon-server/#why-host">So you want to host your own Mastodon server?</a></li>
      <li><a href="https://paulstamatiou.com/hosting-your-own-mastodon-server/#choose">Choose how you'd like to host</a></li>
      <li><a href="https://paulstamatiou.com/hosting-your-own-mastodon-server/#masto">Setting up Mastodon with Masto.host</a></li>
      <li><a href="https://paulstamatiou.com/hosting-your-own-mastodon-server/#vps">Setting up Mastodon with a regular webhost</a></li>
      <li><a href="https://paulstamatiou.com/hosting-your-own-mastodon-server/#web-setup">Logging into Mastodon</a></li>
      <li><a href="https://paulstamatiou.com/hosting-your-own-mastodon-server/#migration">Migrating your account</a></li>
      <li><a href="https://paulstamatiou.com/hosting-your-own-mastodon-server/#what2expect">What to expect</a></li>
      <li><a href="https://paulstamatiou.com/hosting-your-own-mastodon-server/#optimizing">Maintaining, debugging, and optimizing your server</a></li>
      <li><a href="https://paulstamatiou.com/hosting-your-own-mastodon-server/#end">The end</a></li>
    </ul>
  </div>

  <h4 class="semibold" id="why-host">So you want to host your own Mastodon server?</h4>
  <p>And why you would want to do host your own Mastodon server? If you've read this far, you probably already have a hunch or two as to why, but here are a few excuses to choose from:</p>

  <ul class="compact">
    <li><p>You value being in complete control over your Mastodon identity, data, and privacy. You don't want to risk it on an instance where you don't know the moderators, don't want to be under their control, or simply don't trust them to maintain the server long-term.</p></li>
    <li><p>You want a speedy Mastodon experience. By controlling your own instance you can set it up with the appropriate resources and hosting location near you to keep Mastodon feeling speedy at all times. That's not the case with various instances, especially the larger ones experiencing rapid growth.</p></li>
    <li><p>You want a weekend project, because Mastodon is open source and able to be self-hosted</p></li>
    <li><p>You see lots of people running their own instance and it seems cool.</p></li>
    <li><p>You want a better Mastodon user name, one that speaks more to your identity or interests. Run Mastodon on your long-time domain name or an entirely new one, paired with whatever user name you like.</p></li>
  </ul>

			
    ]]> &lt;strong&gt;This RSS feed only shows excerpts. Please visit the website for the original article as intended:  &lt;/strong&gt; &lt;a href=&quot;https://paulstamatiou.com/hosting-your-own-mastodon-server/&quot; title=&quot;Hosting your own Mastodon server&quot;&gt;Hosting your own Mastodon server&lt;/a&gt;
</content>
  </entry>
  
  <entry>
    <title> Mastodon</title>
    <link href="https://paulstamatiou.com/mastodon/"/>
    <published>2023-01-05T16:00:00Z</published>
    <updated>2023-01-05T16:00:00+00:00</updated>
    <id>https://paulstamatiou.com/mastodon</id>
    <content type="html"><![CDATA[ 
      
				<section class="photoset">
  <div class="photoset-row single">
    <figure class="photoset-item single rounded">
      <a href="https://turbo.paulstamatiou.com/uploads/2022/12/copyright-paul-stamatiou_com-stammy-mastodon-ivory.jpg"><img data-ratio="1.699" src="https://turbo.paulstamatiou.com/uploads/2022/12/copyright-paul-stamatiou_com-stammy-mastodon-ivory.jpg" data-webp="true"/></a>
    </figure>
  </div>
  <small class="caption">A Mastodon app called Ivory</small>
</section>
<section>
  <p><a href="https://paulstamatiou.com/odeo-launches-twttr-hellodeo/">I first wrote about Twitter</a> (née twttr) just over 16 years ago. Over the years, Twitter’s place and impact in the world has become clear. It’s not just a place to hear about breaking news, keep up with celebrities or see what your politicians are saying. It’s a place where communities are formed and thrive. It is the global town square.</p>

  <p>But that’s all been changing daily ever since Elon Musk took over. This has become the tipping point for many to reconsider their reliance on big tech companies with closed platforms and to be in control of their data. This whole Twitter/Elon saga sucks, but maybe it’s just the kick we needed.</p>

  <p>And with that, I’m starting to spend more time on Mastodon, and I’ll tell you why. Follow me on Mastodon: <a href="https://stammy.design/@stammy">@stammy@stammy.design</a> (you’ll have to search for it on your Mastodon server).</p>

  <hr/>

  <div class="content-module">
    <div class="header"><h6 class="semibold">Part 2: Hosting your own Mastodon server</h6></div>
    <p>Want to have complete control and host your own Mastodon server?</p>

    <p>Shortly after I wrote this post, I loved Mastodon so much I decided to host my own server and document the process for those that would want to do the same. In <a href="https://paulstamatiou.com/hosting-your-own-mastodon-server/" title="Hosting your own Mastodon server">Hosting your own Mastodon server</a> I show two ways to host your own server (using a fully-managed Mastodon host, and using a VPS provider). I go into everything from scripts to backup your database and run media clean up tasks, to advanced settings to optimize your server, and much more.</p>

    <section class="photoset" style="margin-bottom:0 !important;">
      <div class="photoset-row single">
        <figure class="photoset-item single rounded">
          <a href="https://paulstamatiou.com/hosting-your-own-mastodon-server/" title="Hosting your own Mastodon server"><img src="https://turbo.paulstamatiou.com/uploads/2023/01/copyright-paulstamatiou_com-mastodon-mbp.jpg" data-webp="true"/></a>
        </figure>
      </div>
    </section>
  </div>

  <hr/>

  <p>Twitter quickly became a core part of how I used the internet, made friends, learned things, kept up with the world, killed time, and so much more. I eventually went to <a href="https://paulstamatiou.com/joining-twitter/" title="Joining Twitter">work at Twitter for nine years</a>. Twitter, the company, had lots of ups and downs, but the people behind it cared so much about the platform and its place in the world. It’s the critical conversational layer of the internet. Creators have active social media accounts elsewhere online, but they always relied on Twitter to truly connect and have conversations with their community. It was the vital hub.</p>
  
  <p>Well, it’s a different bird site now. I don’t intend to summarize the series of events and drama that have unfolded ever since Elon Musk took over Twitter, nor do I have the energy for that, but if you’ve seen even a portion of all the headlines, you get where I’m coming from.</p>

  <p>Seeing the company's culture get slaughtered so quickly was hard. It was a culture woven around caring for coworkers, caring for people that used Twitter, and caring about the good of the service.</p>
      
  <p>A few weeks ago was the last straw for me. Reputable accounts were randomly banned, and Twitter announced that people could no longer Tweet links to other social networks that were deemed competitive. Then more people were banned for saying they were leaving. And then, suddenly, this big policy suddenly vanished.</p>

  <p>I lost a lot of hope and confidence in Twitter and how it is being run. I still think Twitter will be around for some time, but I’m not sure how much I want to continue investing in it as much as I used to.</p>

  <p>I had seen some folks migrating away to alternate services in recent months but didn’t think much of it. Twitter was here to stay, right?</p>


  <h5 class="semibold">Fool me once...</h5>
  <p>The Twitter/Elon saga has a silver lining that I can appreciate. It shows us that we’ve all become too comfortable with just a few large tech companies amassing our info, controlling our data, and what we do with it.</p>

  
			
    ]]> &lt;strong&gt;This RSS feed only shows excerpts. Please visit the website for the original article as intended:  &lt;/strong&gt; &lt;a href=&quot;https://paulstamatiou.com/mastodon/&quot; title=&quot;Mastodon&quot;&gt;Mastodon&lt;/a&gt;
</content>
  </entry>
  
  <entry>
    <title> Craft</title>
    <link href="https://paulstamatiou.com/craft/"/>
    <published>2022-11-14T16:00:00Z</published>
    <updated>2022-11-14T16:00:00+00:00</updated>
    <id>https://paulstamatiou.com/craft</id>
    <content type="html"><![CDATA[ 
      
				<section>
    <p>After 10 years of working at large companies with thousands of employees, I recently joined a 10-person startup. It's called <a href="https://rewind.ai" title="Rewind.ai - The search engine for your life">Rewind</a> (<a href="https://a16z.com/2022/11/01/investing-in-rewind/">more</a>) and I am absolutely loving my new role for a lot of reasons. It's a bit different from my previous roles: I’m a product designer but I also spend time building my designs in Xcode. I love having a hands-on route to directly affecting product quality.</p>

    <p>Much of my career as a designer has led me to hold product and design quality in the highest regard. It's not easy. I want to be proud of the things I ship and <a href="https://bryanhaggerty.com/blog/2012/11/proud_enough_to_put_your_name_on_it/">put my name on them</a> (<a href="https://www.folklore.org/StoryView.py?project=Macintosh&story=Signing_Party.txt&sortOrder=Sort+by+Date&topic=Apple+Spirit" title="Signing Party: Since the Macintosh team were artists, it was only appropriate that we sign our work ">see also</a>). That 10 year old post from Bryan Haggerty is still as true as ever:</p>
    
    <blockquote>
        <p>&ldquo;With small teams, the output, whether it’s an app, web site or any other product, represents the people behind it and the tremendous amount of effort they expended to make it. And it’s common for those people to willingly put their name on it, <strong class="semibold">taking accountability for what’s great and what needs to be improved.</strong>&rdquo;</p>
    </blockquote>

    <p>I’ve worked on numerous projects with large teams where the work shipped felt like a string of excuses&mdash;a reflection of tight timelines, cut scope and endless constraints. It never feels great to ship something to real people that is not an accurate representation of the intent you and the team had.</p>
			
    ]]> &lt;strong&gt;This RSS feed only shows excerpts. Please visit the website for the original article as intended:  &lt;/strong&gt; &lt;a href=&quot;https://paulstamatiou.com/craft/&quot; title=&quot;Craft&quot;&gt;Craft&lt;/a&gt;
</content>
  </entry>
  
  <entry>
    <title> Revisiting the iPod</title>
    <link href="https://paulstamatiou.com/revisiting-the-apple-ipod/"/>
    <published>2022-08-06T16:00:00Z</published>
    <updated>2022-08-06T16:00:00+00:00</updated>
    <id>https://paulstamatiou.com/revisiting-the-apple-ipod</id>
    <content type="html"><![CDATA[ 
      
				<section class="photoset">
    <div class="photoset-row single">
        <figure class="photoset-item single">
            <a href="https://turbo.paulstamatiou.com/uploads/2022/08/copyright-paulstamatiou_com-DSC05910-2000.jpg"><img data-ratio="1.4236" src="https://turbo.paulstamatiou.com/uploads/2022/08/copyright-paulstamatiou_com-DSC05910-1500.jpg" data-webp="true"/></a>
        </figure>
    </div>
</section>
<section>
	<p class="larger">1,000 songs in your pocket.</p>

  <p>You’ve probably heard that iconic marketing slogan before even if you never had an original iPod. Apple referred to the iPod as a "breakthrough digital device" when they announced it. The first iPod came at a time when the portable audio player landscape was.. nomadic (pun intended) at best.</p>

  <p>MP3 players were already around when the iPod came out in 2001. Sales of early MP3 players were growing but they all had key limitations. You had to choose whether you wanted a smaller, flash memory player with extremely limited storage or a larger hard-drive based player.</p>

  <section class="photoset">
      <div class="photoset-row single">
          <figure class="photoset-item">
              <img src="https://turbo.paulstamatiou.com/uploads/2022/08/portable-audio-players-in-2000.jpg" alt="Various portable music players in ~2000" data-webp="false" data-ratio="1.78"/>
          </figure>
      </div>
      <small class="caption">Various portable MP3 and MP3 CD players in the early 2000s. Few were usable with just one hand on the go.</small>
  </section>

  <p>None of them were easy to use or elegant. They were often cluttered with buttons, had subpar software and were hard to navigate. There were also other options like MP3 CD Players and Sony MiniDisc players (I loved my <a href="https://www.minidisc.org/part_Sony_MZ-R70.html" title="Sony MZ-R70 MiniDisc player" rel="nofollow">MZ-R70</a>).</p>

	<p><strong>The iPod was different.</strong> It was a sleek, shiny stainless steel and white device the size of a deck of cards. Its stellar industrial design turned heads. This was not just an audio player you used to play music. It said something about you the same way using a Mac vs a PC said something about you at the time. You were different; maybe a creative even. You valued well-crafted products.</p>
  
			
    ]]> &lt;strong&gt;This RSS feed only shows excerpts. Please visit the website for the original article as intended:  &lt;/strong&gt; &lt;a href=&quot;https://paulstamatiou.com/revisiting-the-apple-ipod/&quot; title=&quot;Revisiting the iPod&quot;&gt;Revisiting the iPod&lt;/a&gt;
</content>
  </entry>
  
  <entry>
    <title>[Short form] Crypto design challenges</title>
    <link href="https://paulstamatiou.com/crypto-design-challenges/"/>
    <published>2021-11-24T16:00:00Z</published>
    <updated>2021-11-24T16:00:00+00:00</updated>
    <id>https://paulstamatiou.com/crypto-design-challenges</id>
    <content type="html"><![CDATA[ 
      
				Thoughts on design challenges facing crypto/web3 today.
			
    ]]> &lt;strong&gt;This RSS feed only shows excerpts. Please visit the website for the original article as intended:  &lt;/strong&gt; &lt;a href=&quot;https://paulstamatiou.com/crypto-design-challenges/&quot; title=&quot;Crypto design challenges&quot;&gt;Crypto design challenges&lt;/a&gt;
</content>
  </entry>
  
  <entry>
    <title> How I made $50K in 3 days with NFTs</title>
    <link href="https://paulstamatiou.com/how-i-made-50k-in-3-days-with-NFTs/"/>
    <published>2021-09-17T16:00:00Z</published>
    <updated>2021-09-17T16:00:00+00:00</updated>
    <id>https://paulstamatiou.com/how-i-made-50k-in-3-days-with-NFTs</id>
    <content type="html"><![CDATA[ 
      
				I created Crypto Mondrians, a set of code-generated art NFTs on the blockchain.
			
    ]]> &lt;strong&gt;This RSS feed only shows excerpts. Please visit the website for the original article as intended:  &lt;/strong&gt; &lt;a href=&quot;https://paulstamatiou.com/how-i-made-50k-in-3-days-with-NFTs/&quot; title=&quot;How I made $50K in 3 days with NFTs&quot;&gt;How I made $50K in 3 days with NFTs&lt;/a&gt;
</content>
  </entry>
  
  <entry>
    <title>[Short form] Getting started with SwiftUI</title>
    <link href="https://paulstamatiou.com/getting-started-with-swiftui/"/>
    <published>2021-06-05T16:00:00Z</published>
    <updated>2021-06-05T16:00:00+00:00</updated>
    <id>https://paulstamatiou.com/getting-started-with-swiftui</id>
    <content type="html"><![CDATA[ 
      
				Building your own iOS app is easier than ever with SwiftUI.
			
    ]]> &lt;strong&gt;This RSS feed only shows excerpts. Please visit the website for the original article as intended:  &lt;/strong&gt; &lt;a href=&quot;https://paulstamatiou.com/getting-started-with-swiftui/&quot; title=&quot;Getting started with SwiftUI&quot;&gt;Getting started with SwiftUI&lt;/a&gt;
</content>
  </entry>
  
  <entry>
    <title>[Short form] Thoughts on email hosting</title>
    <link href="https://paulstamatiou.com/thoughts-on-email-hosting/"/>
    <published>2021-03-20T16:00:00Z</published>
    <updated>2021-03-20T16:00:00+00:00</updated>
    <id>https://paulstamatiou.com/thoughts-on-email-hosting</id>
    <content type="html"><![CDATA[ 
      
				Saving money when dealing with many email addresses and domains
			
    ]]> &lt;strong&gt;This RSS feed only shows excerpts. Please visit the website for the original article as intended:  &lt;/strong&gt; &lt;a href=&quot;https://paulstamatiou.com/thoughts-on-email-hosting/&quot; title=&quot;Thoughts on email hosting&quot;&gt;Thoughts on email hosting&lt;/a&gt;
</content>
  </entry>
  
  <entry>
    <title>[Short form] Building</title>
    <link href="https://paulstamatiou.com/building/"/>
    <published>2020-12-31T16:00:00Z</published>
    <updated>2020-12-31T16:00:00+00:00</updated>
    <id>https://paulstamatiou.com/building</id>
    <content type="html"><![CDATA[ 
      
				A few thoughts on designing and building as I reflect on what I learned in 2020.
			
    ]]> &lt;strong&gt;This RSS feed only shows excerpts. Please visit the website for the original article as intended:  &lt;/strong&gt; &lt;a href=&quot;https://paulstamatiou.com/building/&quot; title=&quot;Building&quot;&gt;Building&lt;/a&gt;
</content>
  </entry>
  
  <entry>
    <title>[Short form] The Squire</title>
    <link href="https://paulstamatiou.com/writing-baronfig-squire/"/>
    <published>2020-12-21T16:00:00Z</published>
    <updated>2020-12-21T16:00:00+00:00</updated>
    <id>https://paulstamatiou.com/writing-baronfig-squire</id>
    <content type="html"><![CDATA[ 
      
				A few thoughts on my new favorite pen, the BaronFig Squire.
			
    ]]> &lt;strong&gt;This RSS feed only shows excerpts. Please visit the website for the original article as intended:  &lt;/strong&gt; &lt;a href=&quot;https://paulstamatiou.com/writing-baronfig-squire/&quot; title=&quot;The Squire&quot;&gt;The Squire&lt;/a&gt;
</content>
  </entry>
  
  <entry>
    <title>[Short form] Hello, RSS</title>
    <link href="https://paulstamatiou.com/hello-rss/"/>
    <published>2020-10-18T16:00:00Z</published>
    <updated>2020-10-18T16:00:00+00:00</updated>
    <id>https://paulstamatiou.com/hello-rss</id>
    <content type="html"><![CDATA[ 
      
				Getting back into RSS with a modern RSS reader.
			
    ]]> &lt;strong&gt;This RSS feed only shows excerpts. Please visit the website for the original article as intended:  &lt;/strong&gt; &lt;a href=&quot;https://paulstamatiou.com/hello-rss/&quot; title=&quot;Hello, RSS&quot;&gt;Hello, RSS&lt;/a&gt;
</content>
  </entry>
  
  <entry>
    <title>[Short form] Side projects</title>
    <link href="https://paulstamatiou.com/side-projects/"/>
    <published>2020-10-05T16:00:00Z</published>
    <updated>2020-10-05T16:00:00+00:00</updated>
    <id>https://paulstamatiou.com/side-projects</id>
    <content type="html"><![CDATA[ 
      
				What side projects mean to me.
			
    ]]> &lt;strong&gt;This RSS feed only shows excerpts. Please visit the website for the original article as intended:  &lt;/strong&gt; &lt;a href=&quot;https://paulstamatiou.com/side-projects/&quot; title=&quot;Side projects&quot;&gt;Side projects&lt;/a&gt;
</content>
  </entry>
  
  <entry>
    <title>[Short form] Moving from Amazon S3 to Netlify</title>
    <link href="https://paulstamatiou.com/moving-from-amazon-s3-to-netlify/"/>
    <published>2020-10-04T22:00:00Z</published>
    <updated>2020-10-04T22:00:00+00:00</updated>
    <id>https://paulstamatiou.com/moving-from-amazon-s3-to-netlify</id>
    <content type="html"><![CDATA[ 
      
				Why I decided to move away from Amazon S3 and host this website with Netlify.
			
    ]]> &lt;strong&gt;This RSS feed only shows excerpts. Please visit the website for the original article as intended:  &lt;/strong&gt; &lt;a href=&quot;https://paulstamatiou.com/moving-from-amazon-s3-to-netlify/&quot; title=&quot;Moving from Amazon S3 to Netlify&quot;&gt;Moving from Amazon S3 to Netlify&lt;/a&gt;
</content>
  </entry>
  
  <entry>
    <title>[Short form] Writing more</title>
    <link href="https://paulstamatiou.com/writing-more/"/>
    <published>2020-10-03T21:00:00Z</published>
    <updated>2020-10-03T21:00:00+00:00</updated>
    <id>https://paulstamatiou.com/writing-more</id>
    <content type="html"><![CDATA[ 
      
				I&apos;m going to try something different and write more short-form posts here.
			
    ]]> &lt;strong&gt;This RSS feed only shows excerpts. Please visit the website for the original article as intended:  &lt;/strong&gt; &lt;a href=&quot;https://paulstamatiou.com/writing-more/&quot; title=&quot;Writing more&quot;&gt;Writing more&lt;/a&gt;
</content>
  </entry>
  
</feed>
