<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Azure and Lemon]]></title><description><![CDATA[Azure and Lemon]]></description><link>https://blog.eddiesmith.net</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 11:41:47 GMT</lastBuildDate><atom:link href="https://blog.eddiesmith.net/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Advent of Code 2024: Day 1]]></title><description><![CDATA[Still undecided about whether I should use Python or Rust, I watched the creator on YouTube yesterday saying some people use Excel.
So today, on my run (now my favourite time to read a challenge and formulate a solution) I realised Day 1 can easily b...]]></description><link>https://blog.eddiesmith.net/advent-of-code-2024-day-1</link><guid isPermaLink="true">https://blog.eddiesmith.net/advent-of-code-2024-day-1</guid><category><![CDATA[AdventOfCode2024]]></category><category><![CDATA[excel]]></category><dc:creator><![CDATA[Eddie Smith]]></dc:creator><pubDate>Sun, 01 Dec 2024 23:42:07 GMT</pubDate><content:encoded><![CDATA[<p>Still undecided about whether I should use Python or Rust, I watched the creator on YouTube yesterday saying some people use Excel.</p>
<p>So today, on my run (now my favourite time to read a challenge and formulate a solution) I realised Day 1 can easily be solved in Excel.</p>
<p>These are the functions I used:</p>
<ul>
<li><p>Text to columns</p>
</li>
<li><p>sort</p>
</li>
<li><p>\=max()</p>
</li>
<li><p>\=sum()</p>
</li>
<li><p>countif()</p>
</li>
</ul>
]]></content:encoded></item><item><title><![CDATA[Advent of Code 2021 day 1]]></title><description><![CDATA[A good opener, with humour, to get the juices flowing.  Hardest thing was recalling how to parse the input.]]></description><link>https://blog.eddiesmith.net/advent-of-code-2021-day-1</link><guid isPermaLink="true">https://blog.eddiesmith.net/advent-of-code-2021-day-1</guid><category><![CDATA[coding challenge]]></category><category><![CDATA[Python]]></category><dc:creator><![CDATA[Eddie Smith]]></dc:creator><pubDate>Wed, 01 Dec 2021 23:50:30 GMT</pubDate><content:encoded><![CDATA[<p>A good opener, with humour, to get the juices flowing.  Hardest thing was recalling how to parse the input.</p>
]]></content:encoded></item></channel></rss>