Skip to content

Latest commit

 

History

History
715 lines (622 loc) · 85.6 KB

rss.org

File metadata and controls

715 lines (622 loc) · 85.6 KB

RSS Feed

This document outputs the RSS feed for the site when tangled.

Start stuff

<?xml version="1.0" ?>
<rss version="2.0">
<channel>
  <title>chamook.lol</title>
  <link>https://chamook.lol/</link>
  <description>Posts from chamook.lol</description>

Posts

Stop Pretending To Be Stupid

sed -n '/<div id="content" class="container">/,/<div id="postamble" class="status">/p' not-so-stupid/index.html | head -n-1 | sed 's/</\&lt;/g' | sed 's/>/\&gt;/g'

<item>
  <title>Stop Pretending To Be Stupid</title>
  <link>https://chamook.lol/not-so-stupid/</link>
  <description>
    <<stupid-post-content()>>
  </description>
  <pubDate>Fri, 06 Oct 2023 09:00:01 +0200</pubDate>
  <guid>https://chamook.lol/not-so-stupid/</guid>
  </item>

Business Value vs Vibes

sed -n '/<div id="content" class="container">/,/<div id="postamble" class="status">/p' value-vs-vibes/index.html | head -n-1 | sed 's/</\&lt;/g' | sed 's/>/\&gt;/g'

<item>
  <title>Business Value Isn't Real, Only Vibes Can Be Trusted</title>
  <link>https://chamook.lol/value-vs-vibes/</link>
  <description>
    <<value-post-content()>>
  </description>
  <pubDate>Mon, 28 Nov 2022 00:00:01 +0100</pubDate>
  <guid>https://chamook.lol/value-vs-vibes/</guid>
  </item>

Indego Homey

sed -n '/<div id="content" class="container">/,/<div id="postamble" class="status">/p' indego-homey/index.html | head -n-1 | sed 's/</\&lt;/g' | sed 's/>/\&gt;/g'
<item>
  <title>Using Indego Robot Mowers from Homey</title>
  <link>https://chamook.lol/indego-homey/</link>
  <description>
    <<homey-post-content()>>
  </description>
  <pubDate>Fri, 26 Aug 2022 00:00:01 +0100</pubDate>
  <guid>https://chamook.lol/indego-homey/</guid>
  </item>

Literate Programming with Org Mode

sed -n '/<div id="content" class="container">/,/<div id="postamble" class="status">/p' literate-programming-with-org/index.html | head -n-1 | sed 's/</\&lt;/g' | sed 's/>/\&gt;/g'
<item>
  <title>Literate Programming with Org Mode 🦄 </title>
  <link>https://chamook.lol/literate-programming-with-org/</link>
  <description>
    <<literate-org-post-content()>>
  </description>
  <pubDate>Fri, 12 Aug 2022 00:00:01 +0100</pubDate>
  <guid>https://chamook.lol/literate-programming-with-org/</guid>
  </item>

End stuff

</channel>
</rss>