<?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>projectProjects</title>
    <link>https://projectprojects.ca/</link>
    <description>Recent content on projectProjects</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-CA</language>
    <copyright>projectProjects (CC BY-NC-SA 4.0)</copyright>
    <lastBuildDate>Wed, 17 Dec 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://projectprojects.ca/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>coolLinks</title>
      <link>https://projectprojects.ca/links/</link>
      <pubDate>Sat, 21 Mar 2026 09:54:10 -0700</pubDate>
      <guid>https://projectprojects.ca/links/</guid>
      <description>
         Links I find useful enough to share 
      </description>
      <content:encoded><![CDATA[<h2 id="coollinks">coolLinks</h2>
<h3 id="general-links">General Links</h3>
<ul>
<li><a href="https://linuxmint.com/"
  
    target="_blank"
    rel="noopener noreferrer"
  
  >
  Escape Windows Hell
</a>
 Linux Mint is a great OOTB distro for newcomers</li>
<li><a href="https://grapheneos.org/"
  
    target="_blank"
    rel="noopener noreferrer"
  
  >
  Own Your Phone Again
</a>
 GrapheneOS kicks <em>bigTech</em> out of your phone</li>
<li><a href="https://www.gutenberg.org/"
  
    target="_blank"
    rel="noopener noreferrer"
  
  >
  Free E-Books!
</a>
 Project Gutenberg offers free public domain e-books</li>
<li><a href="https://www.printables.com/"
  
    target="_blank"
    rel="noopener noreferrer"
  
  >
  Free 3D Printing Files
</a>
 Printables offers an excellent selection of free (and paid <em>sigh</em>) STL and STEP files.</li>
<li><a href="https://github.com/fmhy/FMHY"
  
    target="_blank"
    rel="noopener noreferrer"
  
  >
  FMHY
</a>
 FMHY lists many free services from streaming to ai tools. (If you <em>must</em> use ai, at least check out their local options)</li>
<li><a href="https://duck.ai"
  
    target="_blank"
    rel="noopener noreferrer"
  
  >
  Can&rsquo;t Do Local AI?
</a>
 If you don&rsquo;t have the hardware for local ai, and <em>must</em> use ai, at least use DDG&rsquo;s front end. It provides an abstraction layer (anonymization) for your data and has a &ldquo;no training&rdquo; policy in place with model providers (whether that&rsquo;s respected or not is up to interpretation).</li>
</ul>
<h3 id="more-ethical-social-media-platforms">More Ethical Social Media Platforms</h3>
<p><strong>Data sovereignty is <em>important</em>. Since I&rsquo;m Canadian, I&rsquo;m sharing Canadian instances. The beauty of the Fediverse is you can use <em>any instance</em>, even host your own, and federate with any other instance. So join one of these, or any other instance that fits for you and get off <em>bigTech</em>.</strong></p>
<ul>
<li><a href="https://mstdn.ca/@projectProjects"
  
    target="_blank"
    rel="noopener noreferrer"
  
  >
  Mastodon - Twitter Alt
</a>
 Shameless plug for the projectProjects account so you have something to follow!</li>
<li><a href="https://pixelfed.ca/"
  
    target="_blank"
    rel="noopener noreferrer"
  
  >
  Pixelfed - Instagram Alt
</a>
</li>
<li><a href="https://lemmy.ca"
  
    target="_blank"
    rel="noopener noreferrer"
  
  >
  Lemmy - Reddit Alt
</a>
 Did you know a ridiculous amount of content and interaction on reddit is bots and veiled advertising these days? Lemmy feels like old reddit.</li>
</ul>
<h3 id="referral-links">Referral Links</h3>
<p><strong>These links may generate a small kickback to me at no extra cost if you feel like supporting; usually in a credit on the service.</strong></p>
<p><strong>These are not sponsored to be here. They are services I actually use and recommend personally that happen to offer a referral option</strong></p>
<ul>
<li><a href="https://clients.whc.ca/aff.php?aff=8151"
  
    target="_blank"
    rel="noopener noreferrer"
  
  >
  Canadian Web Hosting
</a>
</li>
<li><a href="https://filen.io/r/8035693b3857ffb15811fd7d6e316264"
  
    target="_blank"
    rel="noopener noreferrer"
  
  >
  Filen - FOSS Encrypted Cloud Storage
</a>
 - They sometimes offer lifetime deals which is what I would recommend</li>
</ul>
]]></content:encoded>
    </item>
    <item>
      <title>projectHugo</title>
      <link>https://projectprojects.ca/blog/projecthugo/</link>
      <pubDate>Sat, 21 Mar 2026 11:58:42 -0700</pubDate>
      <guid>https://projectprojects.ca/blog/projecthugo/</guid>
      <description>
         Porting over the prototype hand coded projectProjects site to use a minimal Hugo SSG setup 
      </description>
      <content:encoded><![CDATA[<h3 id="prelude">Prelude</h3>
<p>I have a strong dislike for how JavaScript (JS) is used on the modern web, which is largely to invade privacy, serve ads, and track users. I <em>personally</em> block 3rd party scripts by default (<a href="https://github.com/gorhill/uBlock/wiki/Blocking-mode:-medium-mode"
  
    target="_blank"
    rel="noopener noreferrer"
  
  >
  learn more about uBlock Origin Medium Mode
</a>
). Unfortunately, many websites today are bloated beyond belief, and rely on client side JS for purposes better suited to static HTML. Like serving blog content for example. Otherwise I would just block JS entirely, and enable it only for webapps that require it. This modern implementation of JS opens up a whole world of security and tracking issues on the modern web that need not exist.</p>
<p>So I knew I wanted to build projectProjects using plain HTML and CSS, <strong>without JS</strong>. I started out building projectProjects from scratch in VSCodium using plain HTML and CSS as a learning experience. I&rsquo;ve done a few basic webdev video courses, built some small hobby sites before, but never really dove into responsive web design or a proper public facing project.</p>
<p>This approach was great to ensure I understood exactly how everything went together on the site; but, came with its own downsides. Namely, that it was immediately apparent that my desired workflow of writing a post in Markdown (including images) and getting that into HTML on the page in my desired format would become tedious to continue to do manually for every post.</p>
<h3 id="planning">Planning</h3>
<p>From prior research, I knew what I needed to improve my workflow was called a <em>Static Site Generator</em> (SSG). When I looked into the FOSS options at the start of this saga I got a little overwhelmed by the variety available, and the fact that most platforms seemed to use some form of minified JS. I was worried I wouldn&rsquo;t be able to understand the output at the end of it, and didn&rsquo;t want to invest time to learn a theming format from scratch, so opted to manually code the site initially.</p>
<p>Upon revisiting now, I realize some of the SSG options are quite capable of only generating plain HTML and CSS <em>depending on the theme and setup</em>. <a href="https://gohugo.io"
  
    target="_blank"
    rel="noopener noreferrer"
  
  >
  Hugo
</a>
 is one such candidate. Enter <a href="https://clente.github.io/hugo-bearcub/"
  
    target="_blank"
    rel="noopener noreferrer"
  
  >
  hugo-bearcub
</a>
 theme. I still find the task of building a Hugo theme from scratch to be a bit much for me. But I had seen the <a href="https://bearblog.dev"
  
    target="_blank"
    rel="noopener noreferrer"
  
  >
  bearblog
</a>
 (hosted) project before, and knew that would be a solid minimal base to build from. So when I found out there was a Hugo theme inspired by bearblog, I decided to jump in and rebuild the site using Hugo.</p>
<h3 id="getting-setup-with-hugo">Getting Setup With Hugo</h3>
<p>Hugo was easy enough to setup. I&rsquo;m on LMDE7 on my laptop, so the native package was pretty out of date when I checked vs the github latest release. I opted to download the latest extended release from github and <code>sudo apt install</code> &rsquo;d that .deb file.</p>
<p>I knew I wanted to modify the theme for my own site, so I forked it to a gitlab repo of my own. After following the setup instructions for the theme, I set about doing the tweaks I wanted.</p>
<p>This mainly consisted of switching the theme to use variables for the colours instead of hard-coded as this is my preference for easy editing, tweaking the list layout, a few other layout tweaks, some RSS tweaks, and then implementing branding specific changes like my own colour scheme, manually loading the custom fonts I use, etc.</p>
<p>The hardest part by far for me was familiarizing myself with the Hugo directory structure. That is, where to put files to have them show up in the right spot after building (hint its probably static/), how to link images correctly in the posts (ended up doing page groups), etc.</p>
<p>Once I kind of found my footing it started to become more fluent to make the changes I wanted, refresh the server, and see them show up correctly. Hugo&rsquo;s template structure is starting to make more sense the more I play around with it so I can see why its so highly recommended.</p>
<h3 id="deploy">Deploy</h3>
<p>Everything seems smooth so far on the live server.</p>
<p>I create a new post using <code>hugo new content blog/postName/index.md</code> assuming the post will have images. I plop my pre-formatted images in the same folder then type my post in Markdown using <a href="https://ghostwriter.kde.org"
  
    target="_blank"
    rel="noopener noreferrer"
  
  >
  ghostwriter
</a>
. I attach the images as I go right from ghostwriter and they show up in the preview. They seem to be linked and rendering correctly on the live server; I suppose we&rsquo;ll know for sure once I go live.</p>
<p>I&rsquo;m just going to ftp the public folder like a caveman. I&rsquo;m aware there are fancier ways to deploy a Hugo site, but I&rsquo;m enjoying FileZilla right now.</p>
<p>If you&rsquo;re reading this, that means the projectHugo update is already live and you&rsquo;re viewing the new format. In case anyone wants to compare to how the site looked before but didn&rsquo;t get a chance to see it live, I snapped a quick <a href="https://web.archive.org/web/20260321185536/https://projectprojects.ca/"
  
    target="_blank"
    rel="noopener noreferrer"
  
  >
  archive
</a>
 of the site before I updated it to the new format.</p>
<h4 id="thanks-for-stopping-by">Thanks For Stopping By</h4>
]]></content:encoded>
    </item>
    <item>
      <title>projectAnvil</title>
      <link>https://projectprojects.ca/blog/projectanvil/</link>
      <pubDate>Fri, 06 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://projectprojects.ca/blog/projectanvil/</guid>
      <description>
         Building a multifunction vertical rail anvil from reclaimed rail: planning, shaping, and mounting to a heavy anvil stand made from rail ties. 
      </description>
      <content:encoded><![CDATA[<p><img src="/blog/projectanvil/anvil11.webp" alt="A shiny vertical rail anvil as viewed from directly above"></p>
<h3 id="oh-god-why-rail">Oh God, why rail?</h3>
<p>Well, like most people who are blacksmith-curious, I eventually ended up browsing iforgeiron late at night. I was browsing through peoples&rsquo; forge setups looking for inspiration and admiring all the beautiful anvils that I knew I would never find near me. I <em>did</em> notice the warnings against rail anvils; however, there is an abundance of rail track here, and it felt somewhat fitting as we <em>are</em> a historic rail town. Eventually I stumbled across <!-- raw HTML omitted -->this post<!-- raw HTML omitted --> by Charles Stevens which shows a method of using the rail more like a post anvil, with most of the mass directly below the hammer. This seemed like a good enough idea I figured I would shamelessly copy it for mine. So I caught a local rail worker doing their grocery shopping to ask about purchasing some track offcuts, but they were kind enough to drop off several sections of nice heavy gauge track at my place for free!</p>
<h3 id="the-plan">The Plan</h3>
<p><img src="/blog/projectanvil/anvil1.webp" alt="A rusty chunk of rail track with an angle grinder and belt sander next to it."></p>
<p>I have an angle grinder and a belt sander at my disposal. The bit of track the wheels ride on is typically hardened, so that will form the main striking face. The rest isn&rsquo;t hardened so will act as utility surfaces. I&rsquo;ll round over the webbing section to act as a fuller of varying radii. On the foot I&rsquo;ll grind a hot cut on one side and a bick on the other.</p>
<h3 id="flattening">Flattening</h3>
<p><img src="/blog/projectanvil/anvil2.webp" alt="A close up showing the face of the rail anvil with a straight edge against it. You can see light thru the gap."></p>
<p>Although one end of this piece of track is already quite close to square, it could still use a bit of fine tuning. I spent a good bit of time going at it with a 40-grit belt on the sander until I was satisfied that it was not just good, but good enough.</p>
<p><img src="/blog/projectanvil/anvil3.webp" alt="A close up showing the face of the rail anvil with a straight edge against it. You can no longer see light thru the gap."></p>
<h3 id="dressing-the-anvil">Dressing the Anvil</h3>
<p>My research tells me you don&rsquo;t want sharp edges on your anvil. Simple enough! Couple licks with the angle grinder using a grinding disc to start, followed up by a flap disc to smooth out the radii. I attempted to put a slightly different radius on different edges of the striking face. Its so small already I&rsquo;m not sure how noticeable the difference will be. I also polished the face a bit with a stripping disc to remove some of the sanding scratches. At the end of the day though, this is a learning anvil anyways and will get dinged up with use.</p>
<p><img src="/blog/projectanvil/anvil4.webp" alt="An angle shot showing the now rounded edges of the striking face of the rail anvil."></p>
<p><img src="/blog/projectanvil/anvil5.webp" alt="Polished and rounded face of the rail anvil"></p>
<h3 id="utility-surfaces">Utility Surfaces</h3>
<p><img src="/blog/projectanvil/anvil6.webp" alt="One bevel of a hot cut ground up to the center line."></p>
<p>I marked out a rough center line on the foot of the track, then ground up to the mark using a grinding disc on the angle grinder. Once the first bevel was done, I ground the other bevel to meet at the center mark. Hindsight 20/20 I will probably re-grind this to a more acute angle in the future.</p>
<p><img src="/blog/projectanvil/anvil7.webp" alt="Close up showing the webbing fuller and the bick roughed out on a rail anvil."></p>
<p>The process for grinding the fuller into the webbing of the track was pretty much identical to dressing the anvil. I went for a larger radius here and tried to vary it a bit along the length again. I used a cutoff disc to rough out the shape of the bick on the other side of the foot.</p>
<p><img src="/blog/projectanvil/anvil8.webp" alt="Close up showing the shaped bick and hot cut on a vertical rail anvil."></p>
<p><img src="/blog/projectanvil/anvil9.webp" alt="Close up showing the shaped bick and hot cut on a vertical rail anvil."></p>
<p>I finished shaping the bick using a combination of grinding discs and flap discs. I found it quite difficult to get a smooth radius that tapered all the way down the bick. Decided to call it good enough and gave it a quick polish with a stripping disc.</p>
<h3 id="finish-quality">Finish Quality</h3>
<p><img src="/blog/projectanvil/anvil10.webp" alt="Close up showing many surface scratches on the striking face of a rail anvil."></p>
<p>The finish could be much better, but like I said, its a learning anvil and will take a beating anyways. I figure I&rsquo;ll probably have to keep dressing the face as I ding it up.</p>
<p><img src="/blog/projectanvil/anvil11.webp" alt="A shiny vertical rail anvil as viewed from directly above."></p>
<p>I gave it a light heat with a torch and rubbed some linseed oil on for rust protection as it will live outside for now.</p>
<h3 id="an-anvil-needs-a-stand">An Anvil Needs A Stand</h3>
<p>I happened to also come into possession of a few rail ties. These are big heavy timbers impregnated with creosote for rot prevention. Should last quite awhile and add some much needed mass to the whole system.</p>
<p><img src="/blog/projectanvil/anvil12.webp" alt="A vertical rail anvil and a horizontal rail cutting station arranged on top of a two-tier anvil stand made out of rail ties fastened together with chain."></p>
<p>I wanted the striking face to end up at about wrist level, instead of the standard knuckle height, as I have a bad back. I plan on using a second piece of track horizontally with the foot mounted up as a larger surface area cutting and punching plate. This will also increase the mass of the system significantly. I cut the ties long enough that I can sink the stand into the ground a bit and have it end up at the correct height. I used some chain and turnbuckles to bind the 4 ties together tightly. I outlined the anvil on the stand using some pink spray paint so I could carve out a recess for it to sit in to.</p>
<p><img src="/blog/projectanvil/anvil13.webp" alt="A Ridgid 12v drill with a large drill bit in it. There is tape fastened around the bit serving as a depth gauge."></p>
<p>I knew how far I had to sink the anvil into the stand thru the magic of <em>math</em> so I used a bit of duct tape wrapped around a drill bit to serve as a depth stop.</p>
<p><img src="/blog/projectanvil/anvil14.webp" alt="A Ridgid 12v drill next to a bunch of holes drilled out of an outline."></p>
<p>I hogged out most of the material from the outline using the biggest drill bit that would fit in my drill. Sorry to any trypophobes in the crowd!</p>
<p><img src="/blog/projectanvil/anvil15.webp" alt="A chisel being used to clear out the remainder of wood after being drilled."></p>
<p>All that was left was to attack the remaining wood with a chisel and hammer. This was a super satisfying process as big chunks break out revealing the final recess.</p>
<p><img src="/blog/projectanvil/anvil16.webp" alt="Rail anvil mounted to its stand, with a propane forge set on top of a 55 gallon barrel beside it."></p>
<p>I dropped the anvil in place and gave it a couple whacks to seat it, then used another length of chain and a turnbuckle to strap it down nice and tight. All is set and ready for forging!</p>
<h3 id="future-plans">Future Plans</h3>
<p>I still need to work on the second rail piece that will serve as my cutting plate. Once I decide on a hardy hole size, the first step will be to take it over to a friend with an oxy-acetylene torch to cut a square hole in it. Then I can give the surface of the foot a quick sand and polish and mount it next to the vertical anvil.</p>
<h4 id="thanks-for-stopping-by">Thanks For Stopping By</h4>
]]></content:encoded>
    </item>
    <item>
      <title>projectForge</title>
      <link>https://projectprojects.ca/blog/projectforge/</link>
      <pubDate>Wed, 17 Dec 2025 22:08:30 -0700</pubDate>
      <guid>https://projectprojects.ca/blog/projectforge/</guid>
      <description>
         A build log of assembling and preparing a cheap single-burner propane forge. Covers unboxing, safety, coating Kaowool with refractory, curing and burn-in, and finishing with a high-reflectivity topcoat. 
      </description>
      <content:encoded><![CDATA[<h2 id="projectforge">projectForge</h2>
<p><img src="/blog/projectforge/forge-fancy.webp" alt="A single burner propane forge made of stainless steel"></p>
<p>I have always been a fan of Medieval/Fantasy genre works; whether that be books, tv series and movies, or my choice of video games. So I have always had a lingering interest in blacksmithing and ironwork. Unfortunately, I have moved often and lived in apartments for most of my adult life, so I had never had the chance to give it a shot.</p>
<p>That is, until we moved out into the mountains. To my surprise, there are atleast 6-12 blacksmiths in my little town alone that I&rsquo;ve heard of. I quickly made some aquantainces who let me try out their forge to try my hand at making a knife. (Why is it that most modern blacksmiths focus solely on knives?) I had watched a lot of videos on youtube so I had some sort of idea what to do, although I don&rsquo;t really have much interest in knives myself. I managed to struggle my way thru forging a barely-hot-enough high carbon knife and quickly realized I needed to get my own forge setup where I could practice the fundamentals at my own pace on mild steel, where I can see the results of my hammer blows more readily and adjust in real time.</p>
<p><img src="/blog/projectforge/forge-unbox1.webp" alt="A white box labeled Cast Master Single Burner Propane Forge CMF1000">
Queue a quick shopping comparison online, after which I settled on the Cast Master CMF1000 single burner propane forge. Mostly because it only cost $49 CAD at the time. I was pleasantly surprised to see they include a pair of &ldquo;tongs&rdquo; that I don&rsquo;t thinkw as mentioned; although, they are barely substantial enough to call tongs.<img src="/blog/projectforge/forge-unbox2.webp" alt="Looking into a box, there is a pair of spindly blacksmith tongs on top of the styrofoam packing."></p>
<p>In my research I knew I would also need to coat the Kaowool ceramic liner in refractory cement as it is liable to cause lung cancer if ceramic fibers are exposed to the flame directly. I was quite disappointed to see no mention of this hazard in the instruction booklet from Cast Master. Shame on them! I sourced my refractory supplies from <a href="https://canadianforge.com/"
  
    target="_blank"
    rel="noopener noreferrer"
  
  >
  Canadian Forge &amp; Farrier
</a>
. After reading up on the benefits and drawbacks of different options on their site, I ended up going with Kaowool ridgizer spray, Kast-O-Lite 30 refractory cement, and ITC100HT high-reflectivity ceramic topcoat to improve my forge&rsquo;s efficiency. I also got some small stainless needles to mix into the refractory to help prevent cracking; although I don&rsquo;t think I would use these next time. It seems they may be more useful if pouring the refractory into a mould in my opinion. <img src="/blog/projectforge/forge-lining0.webp" alt="Refractory coating supplies arranged on a workbench."> CF&amp;F provided excellent instructions with each product that helped me out given this is my first time working with refractory.</p>
<p>Essential supplies include a P100 respirator as ceramic refractory can harden in the lungs if inhaled. As well as sturdy nitrile gloves and safety goggles that seal around the face. <img src="/blog/projectforge/forge-lining1.webp" alt="A half-face respirator next to a propane forge with unsealed ceramic wool blanket."></p>
<p>The first step is to spray down the Kaowool liner with ridgizer spray. The stuff I got is blue so it makes it easy to see if you have even coverage. This stiffens the liner so that you can more easily spread refractory over it without it collapsing. <img src="/blog/projectforge/forge-lining2.webp" alt="A propane forge with the ceramic wool liner dyed blue by ridgizer spray."></p>
<p>Next, I mixed up the KOL30 refractory using a heavy duty drill and paddle mixer. Make sure to wear your respirator!<img src="/blog/projectforge/forge-lining3.webp" alt="A heavy duty drill mixing refractory cement in a bucket."> You need very little water, although I had a hell of a time getting mine to stick to the Kaowool until I thinned it a bit (against the express instructions, I know, I know.) The goal is to get it to form a cohesive ball in your hand and not fall apart, but no more water than necessary. <img src="/blog/projectforge/forge-lining4.webp" alt="A ball of refractory being held in a hand."></p>
<p>Once you&rsquo;ve achieved the proper consistency you need to work quickly to spread the refractory in an even thin coat over the forge. I struggled to get it to stick unless I let it partially dry on one section before inverting it for the next section. The trouble with this approach was that my already mixed refractory was drying out at the same time! If I did it again, maybe I would mix smaller amounts of refractory so I could cover one surface, let it dry a bit while I mix more, then turn it over and do the other side. I ended up just adding a bit more water part way thru the first coat, and you can really see the change in texture of the refractory after I added (a bit too much) water for the end surface. <img src="/blog/projectforge/forge-lining5.webp" alt="First coat of refractory cement on a forge that has a rough, uneven texture."></p>
<p>You can also see the stainless needles poking out in some spots after the first coat of refractory.<img src="/blog/projectforge/forge-lining6.webp" alt="Stainless needles poking thru the first layer of refractory cement."> I opted to omit the needles in the second coat to achieve a slightly smoother surface. Along with mixing the refractory slightly wetter from the get go. Here is the forge following the second coat of KOL30. <img src="/blog/projectforge/forge-lining7.webp" alt="Smoother finish on the second coat of refractory cement."></p>
<p>I&rsquo;m starting to wish I had impressed the bottom fire brick into the kaowool a bit before applying the refractory. I am left with a very small fire chamber as is, but hopefully that is okay for the small stock I&rsquo;m starting with anyways. <img src="/blog/projectforge/forge-burn-in.webp" alt="A very small burn chamber with bottom firebrick inserted."></p>
<p>After application, I let the KOL30 air dry for about 2 weeks to ensure most of the moisture from my wet application had evaporated. Then I fired up the forge intermittently to slowly bring up the temperature. Once I was up at forging temp I tried out a small taper and curly bit, as well as testing out the hot cut built into my anvil (build post to come) to cut a piece of flat bar. Very cool!<img src="/blog/projectforge/curlybit.webp" alt="A piece of 1/4 inch square bar with a small taper and curly bit on the end, next to a cut off piece of 1 inch flat stock."></p>
<p>Now that the refractory cement is cured, I was able to paint on a couple of thin coats of ITC100HT. This is a high-reflectivity ceramic top coating that improves the efficiency of a propane forge a good deal according to their claims. We&rsquo;ll see how it works out as I haven&rsquo;t had the forge out again to fire the ITC100 yet, but soon enough!</p>
]]></content:encoded>
    </item>
  </channel>
</rss>
