<?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>Software on Simon Duchastel</title>
    <link>https://simon.duchastel.com/categories/software/</link>
    <description>Recent content in Software on Simon Duchastel</description>
    <generator>Hugo -- 0.147.7</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 06 Jan 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://simon.duchastel.com/categories/software/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>MTA Data Visualizer</title>
      <link>https://simon.duchastel.com/posts/mta-data-visualizer/</link>
      <pubDate>Mon, 06 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://simon.duchastel.com/posts/mta-data-visualizer/</guid>
      <description>&lt;p&gt;&lt;em&gt;&lt;a href=&#34;https://github.com/simon-duchastel/mta-data-visualizer&#34;&gt;View the code&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;a href=&#34;https://mta-data-visualizer.simon.duchastel.com&#34;&gt;Check out the website&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Back in September, the MTA announced their first &lt;a href=&#34;https://new.mta.info/article/mta-open-data-challenge&#34;&gt;Open Data Challenge&lt;/a&gt;. The idea is that they publish a lot of data online for free and want to encourage people to make use of it, so they announced a challenge where the most creative uses of their data after a month would win MTA memorabilia.&lt;/p&gt;
&lt;p&gt;For my submission, I built a website that displays the real-time number of people that have ridden the subway so far today. While I didn&amp;rsquo;t win, I had a lot of fun building the project. The other submissions were super impressive too - I highly encourage you check them out on &lt;a href=&#34;https://new.mta.info/article/celebrating-2024-mta-open-data-challenge&#34;&gt;the MTA&amp;rsquo;s blog&lt;/a&gt;. My personal favorite is Noah Gunther&amp;rsquo;s &lt;em&gt;&lt;a href=&#34;https://noahgunther.com/mta/&#34;&gt;Lately on the MTA&lt;/a&gt;&lt;/em&gt;, which is frankly a better version of my own project.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My Advent of Code 2023</title>
      <link>https://simon.duchastel.com/posts/my-advent-of-code-2023/</link>
      <pubDate>Fri, 19 Jul 2024 00:00:00 +0000</pubDate>
      <guid>https://simon.duchastel.com/posts/my-advent-of-code-2023/</guid>
      <description>&lt;p&gt;&lt;em&gt;&lt;a href=&#34;https://github.com/simon-duchastel/advent-of-code-2023&#34;&gt;View the code&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I finally got around to writing about how I used &lt;a href=&#34;https://www.rust-lang.org&#34;&gt;Rust&lt;/a&gt; 6 months ago for the 2023 &lt;a href=&#34;https://adventofcode.com&#34;&gt;Advent of Code&lt;/a&gt;. I&amp;rsquo;ve been meaning to try out Rust in a small personal project for a few years now but have never gotten around to it.&lt;/p&gt;
&lt;h2 id=&#34;what-is-rust&#34;&gt;What is Rust&lt;/h2&gt;
&lt;p&gt;Rust is a new(ish) systems language often touted as a replacement for C++. It&amp;rsquo;s become very popular in the developer community over the last few years. Notably, Amazon announced that they were moving to Rust for a lot of their systems.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building my website with Hugo &#43; Go</title>
      <link>https://simon.duchastel.com/posts/building-my-website-with-hugo-and-go/</link>
      <pubDate>Sun, 06 Aug 2023 00:00:00 +0000</pubDate>
      <guid>https://simon.duchastel.com/posts/building-my-website-with-hugo-and-go/</guid>
      <description>&lt;p&gt;&lt;em&gt;&lt;a href=&#34;https://github.com/simon-duchastel/personal-website&#34;&gt;View the code&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Twenty years ago, my family bought the domain duchastel.com (our family&amp;rsquo;s last name). Initially my family used it to host some bios but it hasn&amp;rsquo;t been updated in years. I&amp;rsquo;m thankful to them for buying and holding onto that domain though, as it now gives me an opportunity to build and manage my own website.&lt;/p&gt;
&lt;h2 id=&#34;goals&#34;&gt;Goals&lt;/h2&gt;
&lt;p&gt;I had a few high-level goals which motivated me to build this website:&lt;/p&gt;</description>
    </item>
    <item>
      <title>My Advent of Code 2022</title>
      <link>https://simon.duchastel.com/posts/my-advent-of-code-2022/</link>
      <pubDate>Wed, 28 Dec 2022 00:00:00 +0000</pubDate>
      <guid>https://simon.duchastel.com/posts/my-advent-of-code-2022/</guid>
      <description>&lt;p&gt;&lt;em&gt;&lt;a href=&#34;https://github.com/simon-duchastel/advent-of-code-2022&#34;&gt;View the code&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;a href=&#34;https://simon.duchastel.com/adventofcode2022&#34;&gt;View the website for computing solutions&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This year I participated in the &lt;a href=&#34;https://adventofcode.com&#34;&gt;Advent of Code&lt;/a&gt; for the third year in a row. I wrote my solutions in Kotlin Multiplatform (KMP) like I did in 2021, but this time using with the Javascript compiler and Jetpack Compose to render a website written in Kotlin.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;../advent-of-code-2021/&#34;&gt;I shared some thoughts&lt;/a&gt; on Kotlin Multiplatform last year. My thoughts mostly haven&amp;rsquo;t changed. The ecosystem appears to be maturing, which is good. There&amp;rsquo;s still a ways to go before it&amp;rsquo;s at a point where I think it will be ready for broad adoption but I&amp;rsquo;m excited for KMP to continue to evolve.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My Advent of Code 2021</title>
      <link>https://simon.duchastel.com/posts/my-advent-of-code-2021/</link>
      <pubDate>Tue, 18 Jan 2022 00:00:00 +0000</pubDate>
      <guid>https://simon.duchastel.com/posts/my-advent-of-code-2021/</guid>
      <description>&lt;p&gt;&lt;em&gt;&lt;a href=&#34;https://github.com/simon-duchastel/advent-of-code-2021&#34;&gt;View the code&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This year (or should I say last year now), I wanted to use &lt;a href=&#34;https://adventofcode.com&#34;&gt;Advent of Code&lt;/a&gt; as an excuse to try something new. I thought of using Rust since my coworkers are using it on their teams and it seems like a cool language, but I decided instead to use &lt;a href=&#34;https://kotlinlang.org/docs/multiplatform.html&#34;&gt;Kotlin Multiplatform (KMP)&lt;/a&gt; since I&amp;rsquo;m more familiar with Kotlin and wanted to try out the Multiplatform compilers. Maybe I&amp;rsquo;ll do Rust next year.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Some old software projects</title>
      <link>https://simon.duchastel.com/posts/older-projects/</link>
      <pubDate>Sat, 15 Jan 2022 00:00:00 +0000</pubDate>
      <guid>https://simon.duchastel.com/posts/older-projects/</guid>
      <description>&lt;p&gt;As the first post for this website I thought it would be cool to reflect on some software projects I did in high school and college. None are particularly spectacular, but my philosophy is that the things you do in your free time don&amp;rsquo;t have to be spectacular. I had fun doing them, and I also enjoy the opportunity to write some thoughts down on them in retrospect.&lt;/p&gt;
&lt;h2 id=&#34;advent-of-code-2020&#34;&gt;Advent of Code 2020&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;&lt;a href=&#34;https://github.com/simon-duchastel/advent-of-code-2020&#34;&gt;View the code&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
