<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jon Bristow</title>
    <description>The latest articles on DEV Community by Jon Bristow (@jbristow).</description>
    <link>https://dev.to/jbristow</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F9866%2Fdb88c3a3-f303-419d-96b3-d09d2e661e37.png</url>
      <title>DEV Community: Jon Bristow</title>
      <link>https://dev.to/jbristow</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jbristow"/>
    <language>en</language>
    <item>
      <title>Advent of Code 2019 Solution Megathread - Day 25: Cryostasis</title>
      <dc:creator>Jon Bristow</dc:creator>
      <pubDate>Wed, 25 Dec 2019 07:03:12 +0000</pubDate>
      <link>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-25-cryostasis-2pl7</link>
      <guid>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-25-cryostasis-2pl7</guid>
      <description>&lt;p&gt;Merry Christmas!&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://adventofcode.com/2019/day/25"&gt;Day 25 - The Problem&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;We made it to Santa's location! Woo! &lt;/p&gt;

&lt;p&gt;Hmm, maybe my celebratory dance was a little premature. Everything is too quiet. &lt;/p&gt;

&lt;p&gt;Also really cold.&lt;/p&gt;

&lt;p&gt;Since it's too dangerous, let's boot up our IntCode computer one last time as a live droid control interface and inspect the conditions of Santa's ship. &lt;/p&gt;

&lt;p&gt;That's right, Part 1 (if you're not cheating, which is its own reward) is using our IntCode computers to play a Zork clone to navigate the ship, collect items, and bypass the weight checking security checkpoint.&lt;/p&gt;

&lt;p&gt;Once we get the password to get on board, Santa greets us and requests 49 stars to re-calibrate the ship. Part 2 only requires that you complete all the other days with 2 stars.&lt;/p&gt;

&lt;h3&gt;
  
  
  Ongoing Meta
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Dev.to List of Leaderboards
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;120635-5c140b9a&lt;/code&gt; - provided by &lt;a href="https://dev.to/lindakatcodes"&gt;Linda Thompson&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you were part of &lt;a href="https://dev.to/rpalo"&gt;Ryan Palo&lt;/a&gt;'s leaderboard last year, you're still a member of that! &lt;/p&gt;

&lt;p&gt;If you want me to add your leaderboard code to this page, reply to one of these posts and/or send me a DM containing your  code and any theming or notes you’d like me to add. (You can find your private leaderboard code on your "&lt;a href="https://adventofcode.com/2019/leaderboard/private"&gt;Private Leaderboard&lt;/a&gt;" page.)&lt;/p&gt;

&lt;p&gt;I'll edit in any leaderboards that people want to post, along with any description for the kinds of people you want to have on it. (My leaderboard is being used as my office's leaderboard.) And if I get something wrong, please call me out or message me and I’ll fix it ASAP.&lt;/p&gt;

&lt;p&gt;There's no limit to the number of leaderboards you can join, so there's no problem belonging to a "Beginner" &lt;em&gt;and&lt;/em&gt; a language specific one if you want.&lt;/p&gt;

</description>
      <category>adventofcode</category>
      <category>challenge</category>
      <category>adventofcode2019</category>
      <category>spoilers</category>
    </item>
    <item>
      <title>Advent of Code 2019 Solution Megathread - Day 24: Planet of Discord</title>
      <dc:creator>Jon Bristow</dc:creator>
      <pubDate>Tue, 24 Dec 2019 07:51:48 +0000</pubDate>
      <link>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-24-planet-of-discord-10ci</link>
      <guid>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-24-planet-of-discord-10ci</guid>
      <description>&lt;p&gt;We're nearly there! And it's Conway with a late entry!&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://adventofcode.com/2019/day/24"&gt;Day 24 - The Problem&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Hail Eris! We're on the last planet before we get to Santa!&lt;/p&gt;

&lt;p&gt;Unfortunately, we also have a bug problem.&lt;/p&gt;

&lt;p&gt;In Part 1, we need to apply some generative rules to a field of points where critters magically live and die based upon the status of their neighbors.  We also need to calculate a score based upon their position at the first sign of a loop in their lifecycle!&lt;/p&gt;

&lt;p&gt;Those Plutoers (Plutesians? Plutannescos?) must have been here, though... It turns out these critters are generating in recursive space! In Part 2 we need to simulate 200 ticks of the infinitely recursive plane.&lt;/p&gt;

&lt;h3&gt;
  
  
  Ongoing Meta
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Dev.to List of Leaderboards
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;120635-5c140b9a&lt;/code&gt; - provided by &lt;a href="https://dev.to/lindakatcodes"&gt;Linda Thompson&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you were part of &lt;a href="https://dev.to/rpalo"&gt;Ryan Palo&lt;/a&gt;'s leaderboard last year, you're still a member of that! &lt;/p&gt;

&lt;p&gt;If you want me to add your leaderboard code to this page, reply to one of these posts and/or send me a DM containing your  code and any theming or notes you’d like me to add. (You can find your private leaderboard code on your "&lt;a href="https://adventofcode.com/2019/leaderboard/private"&gt;Private Leaderboard&lt;/a&gt;" page.)&lt;/p&gt;

&lt;p&gt;I'll edit in any leaderboards that people want to post, along with any description for the kinds of people you want to have on it. (My leaderboard is being used as my office's leaderboard.) And if I get something wrong, please call me out or message me and I’ll fix it ASAP.&lt;/p&gt;

&lt;p&gt;There's no limit to the number of leaderboards you can join, so there's no problem belonging to a "Beginner" &lt;em&gt;and&lt;/em&gt; a language specific one if you want.&lt;/p&gt;

</description>
      <category>adventofcode</category>
      <category>challenge</category>
      <category>adventofcode2019</category>
      <category>spoilers</category>
    </item>
    <item>
      <title>Advent of Code 2019 Solution Megathread - Day 23: Category Six</title>
      <dc:creator>Jon Bristow</dc:creator>
      <pubDate>Mon, 23 Dec 2019 06:59:16 +0000</pubDate>
      <link>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-23-category-six-1pl1</link>
      <guid>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-23-category-six-1pl1</guid>
      <description>&lt;p&gt;Looks like our worst fears have been realized: we've got to debug our network traffic.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://adventofcode.com/2019/day/23"&gt;Day 23 - The Problem&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;After perfecting our ridiculous shuffling algorithm (but know that &lt;a href="https://www.youtube.com/watch?v=VJNBfBr-OGU"&gt;every day we're shuffling&lt;/a&gt;) we check in with our repair droids. They report that repairs are going well, but the damage is going to require us to diagnose the health of the network traffic.&lt;/p&gt;

&lt;p&gt;So, lets boot up 50 of our best IntCode computers and hook them up to our rudimentary network setup and Part 1 has us trying to see who sends anything to network address 255.&lt;/p&gt;

&lt;p&gt;Part 2 adds a NAT that checks to see if the network is idle.  If the network &lt;em&gt;is&lt;/em&gt; idle, then the NAT needs to send the last thing it saw sent to 255 to address 0. Our answer is the first repeated send.&lt;/p&gt;

&lt;h3&gt;
  
  
  Ongoing Meta
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Dev.to List of Leaderboards
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;120635-5c140b9a&lt;/code&gt; - provided by &lt;a href="https://dev.to/lindakatcodes"&gt;Linda Thompson&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you were part of &lt;a href="https://dev.to/rpalo"&gt;Ryan Palo&lt;/a&gt;'s leaderboard last year, you're still a member of that! &lt;/p&gt;

&lt;p&gt;If you want me to add your leaderboard code to this page, reply to one of these posts and/or send me a DM containing your  code and any theming or notes you’d like me to add. (You can find your private leaderboard code on your "&lt;a href="https://adventofcode.com/2019/leaderboard/private"&gt;Private Leaderboard&lt;/a&gt;" page.)&lt;/p&gt;

&lt;p&gt;I'll edit in any leaderboards that people want to post, along with any description for the kinds of people you want to have on it. (My leaderboard is being used as my office's leaderboard.) And if I get something wrong, please call me out or message me and I’ll fix it ASAP.&lt;/p&gt;

&lt;p&gt;There's no limit to the number of leaderboards you can join, so there's no problem belonging to a "Beginner" &lt;em&gt;and&lt;/em&gt; a language specific one if you want.&lt;/p&gt;

</description>
      <category>adventofcode</category>
      <category>challenge</category>
      <category>adventofcode2019</category>
      <category>spoilers</category>
    </item>
    <item>
      <title>Advent of Code 2019 Solution Megathread - Day 22: Slam Shuffle </title>
      <dc:creator>Jon Bristow</dc:creator>
      <pubDate>Sun, 22 Dec 2019 08:07:15 +0000</pubDate>
      <link>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-22-slam-shuffle-5832</link>
      <guid>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-22-slam-shuffle-5832</guid>
      <description>&lt;p&gt;Time to relax a little with enormous decks of space cards.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://adventofcode.com/2019/day/22"&gt;Day 22 - The Problem&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Now that our droids are happily fixing our hull problems, we've got some time on our hands. Luckily, we're able to indulge in our favorite hobby: shuffling space cards.&lt;/p&gt;

&lt;p&gt;Part 1 has us implementing a basic solution for shuffling 10007 cards in our fine-tuned method.&lt;/p&gt;

&lt;p&gt;Unfortunately, we aren't happy with just shuffling the standard deck of cards.  No, we need to deal with a very large number of cards being shuffled a very large number of times. Part 2 will probably require we find a way to cheat our way through!&lt;/p&gt;

&lt;h3&gt;
  
  
  Ongoing Meta
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Dev.to List of Leaderboards
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;120635-5c140b9a&lt;/code&gt; - provided by &lt;a href="https://dev.to/lindakatcodes"&gt;Linda Thompson&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you were part of &lt;a href="https://dev.to/rpalo"&gt;Ryan Palo&lt;/a&gt;'s leaderboard last year, you're still a member of that! &lt;/p&gt;

&lt;p&gt;If you want me to add your leaderboard code to this page, reply to one of these posts and/or send me a DM containing your  code and any theming or notes you’d like me to add. (You can find your private leaderboard code on your "&lt;a href="https://adventofcode.com/2019/leaderboard/private"&gt;Private Leaderboard&lt;/a&gt;" page.)&lt;/p&gt;

&lt;p&gt;I'll edit in any leaderboards that people want to post, along with any description for the kinds of people you want to have on it. (My leaderboard is being used as my office's leaderboard.) And if I get something wrong, please call me out or message me and I’ll fix it ASAP.&lt;/p&gt;

&lt;p&gt;There's no limit to the number of leaderboards you can join, so there's no problem belonging to a "Beginner" &lt;em&gt;and&lt;/em&gt; a language specific one if you want.&lt;/p&gt;

</description>
      <category>adventofcode</category>
      <category>challenge</category>
      <category>adventofcode2019</category>
      <category>spoilers</category>
    </item>
    <item>
      <title>Advent of Code 2019 Solution Megathread - Day 21: Springdroid Adventure</title>
      <dc:creator>Jon Bristow</dc:creator>
      <pubDate>Sat, 21 Dec 2019 05:58:13 +0000</pubDate>
      <link>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-21-springdroid-adventure-1ifg</link>
      <guid>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-21-springdroid-adventure-1ifg</guid>
      <description>&lt;p&gt;Do you know what's better than one kind of interpreter? &lt;em&gt;Two&lt;/em&gt; kinds of interpreter&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://adventofcode.com/2019/day/21"&gt;Day 21 - The Problem&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Well, with our curiosity satisfied, we set off from Pluto. Unfortunately, we've gotten careless and have sustained hull damage. Luckily, we have a hull surveying Springdroid to help us out.&lt;/p&gt;

&lt;p&gt;Not so luckily, this springdroid doesn't accept IntCode. It accepts a totally &lt;em&gt;different&lt;/em&gt; kind of code based around booleans and registers. For Part 1 we need to use our handy IntCode compiler to accept this code and interpret the results.&lt;/p&gt;

&lt;p&gt;Part 2 will have to wait, since I can't afford another night with not enough sleep.&lt;/p&gt;

&lt;h3&gt;
  
  
  Ongoing Meta
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Dev.to List of Leaderboards
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;120635-5c140b9a&lt;/code&gt; - provided by &lt;a href="https://dev.to/lindakatcodes"&gt;Linda Thompson&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you were part of &lt;a href="https://dev.to/rpalo"&gt;Ryan Palo&lt;/a&gt;'s leaderboard last year, you're still a member of that! &lt;/p&gt;

&lt;p&gt;If you want me to add your leaderboard code to this page, reply to one of these posts and/or send me a DM containing your  code and any theming or notes you’d like me to add. (You can find your private leaderboard code on your "&lt;a href="https://adventofcode.com/2019/leaderboard/private"&gt;Private Leaderboard&lt;/a&gt;" page.)&lt;/p&gt;

&lt;p&gt;I'll edit in any leaderboards that people want to post, along with any description for the kinds of people you want to have on it. (My leaderboard is being used as my office's leaderboard.) And if I get something wrong, please call me out or message me and I’ll fix it ASAP.&lt;/p&gt;

&lt;p&gt;There's no limit to the number of leaderboards you can join, so there's no problem belonging to a "Beginner" &lt;em&gt;and&lt;/em&gt; a language specific one if you want.&lt;/p&gt;

</description>
      <category>adventofcode</category>
      <category>challenge</category>
      <category>adventofcode2019</category>
      <category>spoilers</category>
    </item>
    <item>
      <title>Advent of Code 2019 Solution Megathread - Day 20: Donut Maze</title>
      <dc:creator>Jon Bristow</dc:creator>
      <pubDate>Fri, 20 Dec 2019 09:22:17 +0000</pubDate>
      <link>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-20-donut-maze-1ol5</link>
      <guid>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-20-donut-maze-1ol5</guid>
      <description>&lt;p&gt;Do you know what's better than one kind of interpreter? &lt;em&gt;Two&lt;/em&gt; kinds of interpreter!&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://adventofcode.com/2019/day/20"&gt;Day 20 - The Problem&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;We safely finished testing our tractor beam and have landed on Pluto to do some exploring.&lt;/p&gt;

&lt;p&gt;Part 1 needs us to find the best path through a maze with warp tiles. Man, those Plutonians (Plutoids?) were good at using minimal space!&lt;/p&gt;

&lt;p&gt;Part 2 reveals that the warp tiles actually move us up and down through recursive space, and we need to find the shortest path into a recursively generated maze.&lt;/p&gt;

&lt;h3&gt;
  
  
  Ongoing Meta
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Dev.to List of Leaderboards
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;120635-5c140b9a&lt;/code&gt; - provided by &lt;a href="https://dev.to/lindakatcodes"&gt;Linda Thompson&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you were part of &lt;a href="https://dev.to/rpalo"&gt;Ryan Palo&lt;/a&gt;'s leaderboard last year, you're still a member of that! &lt;/p&gt;

&lt;p&gt;If you want me to add your leaderboard code to this page, reply to one of these posts and/or send me a DM containing your  code and any theming or notes you’d like me to add. (You can find your private leaderboard code on your "&lt;a href="https://adventofcode.com/2019/leaderboard/private"&gt;Private Leaderboard&lt;/a&gt;" page.)&lt;/p&gt;

&lt;p&gt;I'll edit in any leaderboards that people want to post, along with any description for the kinds of people you want to have on it. (My leaderboard is being used as my office's leaderboard.) And if I get something wrong, please call me out or message me and I’ll fix it ASAP.&lt;/p&gt;

&lt;p&gt;There's no limit to the number of leaderboards you can join, so there's no problem belonging to a "Beginner" &lt;em&gt;and&lt;/em&gt; a language specific one if you want.&lt;/p&gt;

</description>
      <category>adventofcode</category>
      <category>challenge</category>
      <category>adventofcode2019</category>
      <category>spoilers</category>
    </item>
    <item>
      <title>Advent of Code 2019 Solution Megathread - Day 19: Tractor Beam</title>
      <dc:creator>Jon Bristow</dc:creator>
      <pubDate>Thu, 19 Dec 2019 08:03:42 +0000</pubDate>
      <link>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-18-tractor-beam-4k1g</link>
      <guid>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-18-tractor-beam-4k1g</guid>
      <description>&lt;p&gt;Well, if Mark shows up, we have a way to keep him from tearing us apart now! It's an IntCode program!&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://adventofcode.com/2019/day/19"&gt;Day 19 - The Problem&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;After escaping from Triton, we took the tractor beam with us because it probably is going to help us tow Santa back in.&lt;/p&gt;

&lt;p&gt;First, lets test the pull on this baby. Part 1 is to find the number of squares affected by the tractor beam. We can do this by sending drones out with our IntCode interpreter.&lt;/p&gt;

&lt;p&gt;Now that we have the shape of the beam, lets try to find the closest we need to be to grab a sleigh sized object. Sleighs are probably 100x100, so in Part 2 we need to find the coordinates of the first 100*100 box covered by our beam.&lt;/p&gt;

&lt;h3&gt;
  
  
  Ongoing Meta
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Dev.to List of Leaderboards
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;120635-5c140b9a&lt;/code&gt; - provided by &lt;a href="https://dev.to/lindakatcodes"&gt;Linda Thompson&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you were part of &lt;a href="https://dev.to/rpalo"&gt;Ryan Palo&lt;/a&gt;'s leaderboard last year, you're still a member of that! &lt;/p&gt;

&lt;p&gt;If you want me to add your leaderboard code to this page, reply to one of these posts and/or send me a DM containing your  code and any theming or notes you’d like me to add. (You can find your private leaderboard code on your "&lt;a href="https://adventofcode.com/2019/leaderboard/private"&gt;Private Leaderboard&lt;/a&gt;" page.)&lt;/p&gt;

&lt;p&gt;I'll edit in any leaderboards that people want to post, along with any description for the kinds of people you want to have on it. (My leaderboard is being used as my office's leaderboard.) And if I get something wrong, please call me out or message me and I’ll fix it ASAP.&lt;/p&gt;

&lt;p&gt;There's no limit to the number of leaderboards you can join, so there's no problem belonging to a "Beginner" &lt;em&gt;and&lt;/em&gt; a language specific one if you want.&lt;/p&gt;

</description>
      <category>adventofcode</category>
      <category>challenge</category>
      <category>adventofcode2019</category>
      <category>spoilers</category>
    </item>
    <item>
      <title>Advent of Code 2019 Solution Megathread - Day 18: Many-Worlds Interpretation</title>
      <dc:creator>Jon Bristow</dc:creator>
      <pubDate>Wed, 18 Dec 2019 05:20:16 +0000</pubDate>
      <link>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-18-many-worlds-interpretation-fpf</link>
      <guid>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-18-many-worlds-interpretation-fpf</guid>
      <description>&lt;p&gt;Welp, it's time for the A Stars to get to work.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://adventofcode.com/2019/day/18"&gt;Day 18 - The Problem&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Our run-in with the space police earlier was a dread foreshadowing!&lt;/p&gt;

&lt;p&gt;Passing Triton, we've been pulled into some sort of base or prison and need to escape. Lets pick up the keys (which are helpfully all color coded).&lt;/p&gt;

&lt;p&gt;Part 1 is to find the most efficient way to get all the keys and report their order.&lt;/p&gt;

&lt;p&gt;Part 2 has to wait, since Tuesday is my nerd night out.&lt;/p&gt;

&lt;h3&gt;
  
  
  Ongoing Meta
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Dev.to List of Leaderboards
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;120635-5c140b9a&lt;/code&gt; - provided by &lt;a href="https://dev.to/lindakatcodes"&gt;Linda Thompson&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you were part of &lt;a href="https://dev.to/rpalo"&gt;Ryan Palo&lt;/a&gt;'s leaderboard last year, you're still a member of that! &lt;/p&gt;

&lt;p&gt;If you want me to add your leaderboard code to this page, reply to one of these posts and/or send me a DM containing your  code and any theming or notes you’d like me to add. (You can find your private leaderboard code on your "&lt;a href="https://adventofcode.com/2019/leaderboard/private"&gt;Private Leaderboard&lt;/a&gt;" page.)&lt;/p&gt;

&lt;p&gt;I'll edit in any leaderboards that people want to post, along with any description for the kinds of people you want to have on it. (My leaderboard is being used as my office's leaderboard.) And if I get something wrong, please call me out or message me and I’ll fix it ASAP.&lt;/p&gt;

&lt;p&gt;There's no limit to the number of leaderboards you can join, so there's no problem belonging to a "Beginner" &lt;em&gt;and&lt;/em&gt; a language specific one if you want.&lt;/p&gt;

</description>
      <category>adventofcode</category>
      <category>challenge</category>
      <category>adventofcode2019</category>
      <category>spoilers</category>
    </item>
    <item>
      <title>Advent of Code 2019 Solution Megathread - Day 17: Set and Forget</title>
      <dc:creator>Jon Bristow</dc:creator>
      <pubDate>Tue, 17 Dec 2019 09:01:45 +0000</pubDate>
      <link>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-17-set-and-forget-138m</link>
      <guid>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-17-set-and-forget-138m</guid>
      <description>&lt;p&gt;Gotta get rid of the dust before space-mom comes to see our space module!&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://adventofcode.com/2019/day/17"&gt;Day 17 - The Problem&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Oh no! We need to save our robot helpers! There's a solar flare on the way, and we need to use our trusty IntCode interpreter to use the Aft Scaffolding Control and Information Interface to help find a sleepy robot to help us out.&lt;/p&gt;

&lt;p&gt;Part 1 has us examining the scaffolding and calculating the value of a bunch of intersections.&lt;/p&gt;

&lt;p&gt;Part 2 requires us to send some code into the IntCode interpreter to instruct a little robot to tell the rest of its friends to get inside.&lt;/p&gt;

&lt;h3&gt;
  
  
  Ongoing Meta
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Dev.to List of Leaderboards
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;120635-5c140b9a&lt;/code&gt; - provided by &lt;a href="https://dev.to/lindakatcodes"&gt;Linda Thompson&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you were part of &lt;a href="https://dev.to/rpalo"&gt;Ryan Palo&lt;/a&gt;'s leaderboard last year, you're still a member of that! &lt;/p&gt;

&lt;p&gt;If you want me to add your leaderboard code to this page, reply to one of these posts and/or send me a DM containing your  code and any theming or notes you’d like me to add. (You can find your private leaderboard code on your "&lt;a href="https://adventofcode.com/2019/leaderboard/private"&gt;Private Leaderboard&lt;/a&gt;" page.)&lt;/p&gt;

&lt;p&gt;I'll edit in any leaderboards that people want to post, along with any description for the kinds of people you want to have on it. (My leaderboard is being used as my office's leaderboard.) And if I get something wrong, please call me out or message me and I’ll fix it ASAP.&lt;/p&gt;

&lt;p&gt;There's no limit to the number of leaderboards you can join, so there's no problem belonging to a "Beginner" &lt;em&gt;and&lt;/em&gt; a language specific one if you want.&lt;/p&gt;

&lt;h4&gt;
  
  
  Neat Statistics
&lt;/h4&gt;

&lt;p&gt;I'm planning on adding some statistics, but other than "what languages did we see yesterday" does anyone have any ideas?&lt;/p&gt;

&lt;h5&gt;
  
  
  Languages Seen On Day 16
&lt;/h5&gt;

&lt;blockquote&gt;
&lt;p&gt;Under construction&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>adventofcode</category>
      <category>challenge</category>
      <category>adventofcode2019</category>
      <category>spoilers</category>
    </item>
    <item>
      <title>Advent of Code 2019 Solution Megathread - Day 16: Flawed Frequency Transmission</title>
      <dc:creator>Jon Bristow</dc:creator>
      <pubDate>Mon, 16 Dec 2019 07:20:18 +0000</pubDate>
      <link>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-16-flawed-frequency-transmission-lcd</link>
      <guid>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-16-flawed-frequency-transmission-lcd</guid>
      <description>&lt;p&gt;Can't stop the signal!&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://adventofcode.com/2019/day/16"&gt;Day 16 - The Problem&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Communication speed and quality has become a problem out here in the gas giants. Communication takes so long that we need to come up with a way to verify and repair the signals we receive to avoid having to have Control repeat itself.&lt;/p&gt;

&lt;p&gt;Part 1 has us apply the "Flawed Frequency Transmission" algorithm supplied in the problem statement. We need to run it 100 times to get our solution.&lt;/p&gt;

&lt;p&gt;If you brute forced your way through Part 1, Part 2 is a whole lot of hurt. The "actual" signal is 1000 times as long as in Part 1, so once again we need to find a good way to cheat.&lt;/p&gt;

&lt;h3&gt;
  
  
  Ongoing Meta
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Dev.to List of Leaderboards
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;120635-5c140b9a&lt;/code&gt; - provided by &lt;a href="https://dev.to/lindakatcodes"&gt;Linda Thompson&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you were part of &lt;a href="https://dev.to/rpalo"&gt;Ryan Palo&lt;/a&gt;'s leaderboard last year, you're still a member of that! &lt;/p&gt;

&lt;p&gt;If you want me to add your leaderboard code to this page, reply to one of these posts and/or send me a DM containing your  code and any theming or notes you’d like me to add. (You can find your private leaderboard code on your "&lt;a href="https://adventofcode.com/2019/leaderboard/private"&gt;Private Leaderboard&lt;/a&gt;" page.)&lt;/p&gt;

&lt;p&gt;I'll edit in any leaderboards that people want to post, along with any description for the kinds of people you want to have on it. (My leaderboard is being used as my office's leaderboard.) And if I get something wrong, please call me out or message me and I’ll fix it ASAP.&lt;/p&gt;

&lt;p&gt;There's no limit to the number of leaderboards you can join, so there's no problem belonging to a "Beginner" &lt;em&gt;and&lt;/em&gt; a language specific one if you want.&lt;/p&gt;

&lt;h4&gt;
  
  
  Neat Statistics
&lt;/h4&gt;

&lt;p&gt;I'm planning on adding some statistics, but other than "what languages did we see yesterday" does anyone have any ideas?&lt;/p&gt;

&lt;h5&gt;
  
  
  Languages Seen On Day 15
&lt;/h5&gt;

&lt;blockquote&gt;
&lt;p&gt;Under construction&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>adventofcode</category>
      <category>challenge</category>
      <category>adventofcode2019</category>
      <category>spoilers</category>
    </item>
    <item>
      <title>Advent of Code 2019 Solution Megathread - Day 15: Oxygen System</title>
      <dc:creator>Jon Bristow</dc:creator>
      <pubDate>Sun, 15 Dec 2019 08:40:16 +0000</pubDate>
      <link>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-15-oxygen-system-81e</link>
      <guid>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-15-oxygen-system-81e</guid>
      <description>&lt;p&gt;We're running out of air, but don't worry: our old pal the IntCode Robot is back to help us out.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://adventofcode.com/2019/day/15"&gt;Day 15 - The Problem&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;More bad news! We're running out of air, and we have no idea about the shape of our ship. Luckily, our care package contains an IntCode program that can run an Oxygen System Repair Robot. &lt;/p&gt;

&lt;p&gt;We need to find an efficient path to the Oxygen System location in Part 1. Fire up those IntCodes and get searching our mazelike module.&lt;/p&gt;

&lt;p&gt;Part 2 needs us to see how long we have to wait until the area is safe to go into again. We may need a better map...&lt;/p&gt;

&lt;h3&gt;
  
  
  Ongoing Meta
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Dev.to List of Leaderboards
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;120635-5c140b9a&lt;/code&gt; - provided by &lt;a href="https://dev.to/lindakatcodes"&gt;Linda Thompson&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you were part of &lt;a href="https://dev.to/rpalo"&gt;Ryan Palo&lt;/a&gt;'s leaderboard last year, you're still a member of that! &lt;/p&gt;

&lt;p&gt;If you want me to add your leaderboard code to this page, reply to one of these posts and/or send me a DM containing your  code and any theming or notes you’d like me to add. (You can find your private leaderboard code on your "&lt;a href="https://adventofcode.com/2019/leaderboard/private"&gt;Private Leaderboard&lt;/a&gt;" page.)&lt;/p&gt;

&lt;p&gt;I'll edit in any leaderboards that people want to post, along with any description for the kinds of people you want to have on it. (My leaderboard is being used as my office's leaderboard.) And if I get something wrong, please call me out or message me and I’ll fix it ASAP.&lt;/p&gt;

&lt;p&gt;There's no limit to the number of leaderboards you can join, so there's no problem belonging to a "Beginner" &lt;em&gt;and&lt;/em&gt; a language specific one if you want.&lt;/p&gt;

&lt;h4&gt;
  
  
  Neat Statistics
&lt;/h4&gt;

&lt;p&gt;I'm planning on adding some statistics, but other than "what languages did we see yesterday" does anyone have any ideas?&lt;/p&gt;

&lt;h5&gt;
  
  
  Languages Seen On Day 13
&lt;/h5&gt;

&lt;blockquote&gt;
&lt;p&gt;Under construction&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>adventofcode</category>
      <category>challenge</category>
      <category>adventofcode2019</category>
      <category>spoilers</category>
    </item>
    <item>
      <title>Advent of Code 2019 Solution Megathread - Day 14: Space Stoichiometry</title>
      <dc:creator>Jon Bristow</dc:creator>
      <pubDate>Sat, 14 Dec 2019 07:42:16 +0000</pubDate>
      <link>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-14-care-package-mhd</link>
      <guid>https://dev.to/jbristow/advent-of-code-2019-solution-megathread-day-14-care-package-mhd</guid>
      <description>&lt;p&gt;Who says we can't play god? Well, a god is probably better at combinatorics than I am.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://adventofcode.com/2019/day/14"&gt;Day 14 - The Problem&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Bad news, folks. We're running out of fuel. The good news is that we're right next to a big source of ORE.&lt;/p&gt;

&lt;p&gt;Part 1 has us trying to assemble fuel with our amazing elemental recombinator.&lt;/p&gt;

&lt;p&gt;Part 2: will be described when I get there.&lt;/p&gt;

&lt;h3&gt;
  
  
  Ongoing Meta
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Dev.to List of Leaderboards
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;120635-5c140b9a&lt;/code&gt; - provided by &lt;a href="https://dev.to/lindakatcodes"&gt;Linda Thompson&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you were part of &lt;a href="https://dev.to/rpalo"&gt;Ryan Palo&lt;/a&gt;'s leaderboard last year, you're still a member of that! &lt;/p&gt;

&lt;p&gt;If you want me to add your leaderboard code to this page, reply to one of these posts and/or send me a DM containing your  code and any theming or notes you’d like me to add. (You can find your private leaderboard code on your "&lt;a href="https://adventofcode.com/2019/leaderboard/private"&gt;Private Leaderboard&lt;/a&gt;" page.)&lt;/p&gt;

&lt;p&gt;I'll edit in any leaderboards that people want to post, along with any description for the kinds of people you want to have on it. (My leaderboard is being used as my office's leaderboard.) And if I get something wrong, please call me out or message me and I’ll fix it ASAP.&lt;/p&gt;

&lt;p&gt;There's no limit to the number of leaderboards you can join, so there's no problem belonging to a "Beginner" &lt;em&gt;and&lt;/em&gt; a language specific one if you want.&lt;/p&gt;

&lt;h4&gt;
  
  
  Neat Statistics
&lt;/h4&gt;

&lt;p&gt;I'm planning on adding some statistics, but other than "what languages did we see yesterday" does anyone have any ideas?&lt;/p&gt;

&lt;h5&gt;
  
  
  Languages Seen On Day 12
&lt;/h5&gt;

&lt;blockquote&gt;
&lt;p&gt;Under construction&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>adventofcode</category>
      <category>challenge</category>
      <category>adventofcode2019</category>
      <category>spoilers</category>
    </item>
  </channel>
</rss>
