<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Github-Actions on Andrew Quinn&#39;s TILs</title>
    <link>https://til.andrew-quinn.me/tags/github-actions/</link>
    <description>Recent content in Github-Actions on Andrew Quinn&#39;s TILs</description>
    <image>
      <title>Andrew Quinn&#39;s TILs</title>
      <url>https://til.andrew-quinn.me/papermod-cover.png</url>
      <link>https://til.andrew-quinn.me/papermod-cover.png</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 01 Jun 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://til.andrew-quinn.me/tags/github-actions/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Lessons learned from 6 months of operating a teensy-tiny news archive</title>
      <link>https://til.andrew-quinn.me/posts/lessons-learned-from-6-months-of-operating-a-teensy-tiny-news-archive/</link>
      <pubDate>Sat, 01 Jun 2024 00:00:00 +0000</pubDate>
      
      <guid>https://til.andrew-quinn.me/posts/lessons-learned-from-6-months-of-operating-a-teensy-tiny-news-archive/</guid>
      <description>&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;The best websites are &lt;a href=&#34;https://www.robinsloan.com/notes/home-cooked-app/&#34;&gt;home-cooked meals&lt;/a&gt;.&lt;/strong&gt; &lt;a href=&#34;https://hiandrewquinn.github.io/selkouutiset-archive/&#34;&gt;Andrew&amp;rsquo;s Selkouutiset Archive&lt;/a&gt; was birthed after I realized there was no obvious way to fetch the &lt;em&gt;previous&lt;/em&gt; articles of the &amp;ldquo;Easy Finnish&amp;rdquo; daily news broadcast. This annoyed me as a student of the language. &amp;ldquo;Here we have a stream&amp;rdquo;, I thought, &amp;ldquo;of high-quality, human-written, interesting practice material, and no easy way to access it!&amp;rdquo; So I went out of my way to create such a way, and me and my language skills have been profiting off of it ever since. A very small website, for a very specific need, just leaves a delightful aftertaste in the mouth.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Art of the dotflag -- `.nojekyll`, `.gitkeep` and their ilk</title>
      <link>https://til.andrew-quinn.me/posts/the-art-of-dotflags-nojekyll/</link>
      <pubDate>Sun, 19 Nov 2023 00:00:00 +0000</pubDate>
      
      <guid>https://til.andrew-quinn.me/posts/the-art-of-dotflags-nojekyll/</guid>
      <description>&lt;p&gt;This weekend I&amp;rsquo;ve been &lt;del&gt;procrastinating&lt;/del&gt; playing the long game by getting some nice workflows set up for my &lt;a href=&#34;https://github.com/hiAndrewQuinn/til&#34;&gt;TIL content repository&lt;/a&gt; and its associated &lt;a href=&#34;https://github.com/hiAndrewQuinn/til-site&#34;&gt;website&lt;/a&gt; (cf &lt;a href=&#34;https://til.andrew-quinn.me/posts/the-art-of-dotflags-nojekyll/#context&#34;&gt;Context&lt;/a&gt;, below). If all goes well, by the time I hit &lt;code&gt;:wq&lt;/code&gt; on this TIL, it should invisibly trigger 2 Git commits, a Hugo build, and then appear on the site fully-birthed.&lt;/p&gt;
&lt;p&gt;One of the more interesting patterns I noticed was the &lt;a href=&#34;https://github.blog/2009-12-29-bypassing-jekyll-on-github-pages/&#34;&gt;&lt;code&gt;.nojekyll&lt;/code&gt; empty file&lt;/a&gt; which I had to build to get GH Pages to stop tussling with my Hugo Action for turf. &lt;code&gt;.nojekyll&lt;/code&gt; is &lt;em&gt;technically&lt;/em&gt; a dotfile, but it doesn&amp;rsquo;t actually contain any content - its mere existence is enough to change behavior. And that makes their existence a really interesting &lt;a href=&#34;https://en.wikipedia.org/wiki/Affordance&#34;&gt;design affordance&lt;/a&gt; offered to us developers by the filesystems we use every day but rarely think about.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
