<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>adventofcode on luis space</title>
    <link>/tags/adventofcode/</link>
    <description>Recent content in adventofcode on luis space</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.</copyright>
    <lastBuildDate>Fri, 17 Dec 2021 22:25:00 +0100</lastBuildDate><atom:link href="/tags/adventofcode/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Zettelkasten #8: Solution in D for Advent of Code 2021, Day 7</title>
      <link>/posts/zet-8-aoc-2021-07/</link>
      <pubDate>Fri, 17 Dec 2021 22:25:00 +0100</pubDate>
      
      <guid>/posts/zet-8-aoc-2021-07/</guid>
      <description>The challenge A giant whale has decided your submarine is its next meal, and it&amp;rsquo;s much faster than you are. There&amp;rsquo;s nowhere to run!
Suddenly, a swarm of crabs (each in its own tiny submarine - it&amp;rsquo;s too deep for them otherwise) zooms in to rescue you! They seem to be preparing to blast a hole in the ocean floor; sensors indicate a massive underground cave system just beyond where they&amp;rsquo;re aiming!</description>
    </item>
    
    <item>
      <title>Zettelkasten #7: Solution in D for Advent of Code 2021, Day 6</title>
      <link>/posts/zet-7-aoc-2021-06/</link>
      <pubDate>Fri, 17 Dec 2021 22:19:00 +0100</pubDate>
      
      <guid>/posts/zet-7-aoc-2021-06/</guid>
      <description>The challenge Part 1 The sea floor is getting steeper. Maybe the sleigh keys got carried this way?
A massive school of glowing lanternfish swims past. They must spawn quickly to reach such large numbers - maybe exponentially quickly? You should model their growth rate to be sure.
Although you know nothing about this specific species of lanternfish, you make some guesses about their attributes. Surely, each lanternfish creates a new lanternfish once every 7 days.</description>
    </item>
    
    <item>
      <title>Zettelkasten #6: Solution in D for Advent of Code 2021, Day 5</title>
      <link>/posts/zet-6-aoc-2021-05/</link>
      <pubDate>Fri, 17 Dec 2021 22:11:00 +0100</pubDate>
      
      <guid>/posts/zet-6-aoc-2021-05/</guid>
      <description>The challenge Part 1 You come across a field of hydrothermal vents on the ocean floor! These vents constantly produce large, opaque clouds, so it would be best to avoid them if possible.
They tend to form in lines; the submarine helpfully produces a list of nearby lines of vents (your puzzle input) for you to review.
[&amp;hellip;]
Each line of vents is given as a line segment in the format x1,y1 -&amp;gt; x2,y2 where x1,y1 are the coordinates of one end the line segment and x2,y2 are the coordinates of the other end.</description>
    </item>
    
    <item>
      <title>Zettelkasten #5: Solution in D for Advent of Code 2021, Day 4</title>
      <link>/posts/zet-5-aoc-2021-04/</link>
      <pubDate>Fri, 17 Dec 2021 22:04:00 +0100</pubDate>
      
      <guid>/posts/zet-5-aoc-2021-04/</guid>
      <description>The challenge You&amp;rsquo;re already almost 1.5km (almost a mile) below the surface of the ocean, already so deep that you can&amp;rsquo;t see any sunlight. What you can see, however, is a giant squid that has attached itself to the outside of your submarine.
Maybe it wants to play bingo?
Bingo is played on a set of boards each consisting of a 5x5 grid of numbers. Numbers are chosen at random, and the chosen number is marked on all boards on which it appears.</description>
    </item>
    
    <item>
      <title>Zettelkasten #4: Solution in D for Advent of Code 2021, Day 3</title>
      <link>/posts/zet-4-aoc-2021-03/</link>
      <pubDate>Sat, 04 Dec 2021 00:08:00 +0100</pubDate>
      
      <guid>/posts/zet-4-aoc-2021-03/</guid>
      <description>The challenge The submarine has been making some odd creaking noises, so you ask it to produce a diagnostic report just in case.
The diagnostic report (your puzzle input) consists of a list of binary numbers which, when decoded properly, can tell you many useful things about the conditions of the submarine. The first parameter to check is the power consumption.
You need to use the binary numbers in the diagnostic report to generate two new binary numbers (called the gamma rate and the epsilon rate).</description>
    </item>
    
    <item>
      <title>Zettelkasten #3: Solution in D for Advent of Code 2021, Day 2</title>
      <link>/posts/zet-3-aoc-2021-02/</link>
      <pubDate>Thu, 02 Dec 2021 19:02:00 +0100</pubDate>
      
      <guid>/posts/zet-3-aoc-2021-02/</guid>
      <description>The challenge It seems like the submarine can take a series of commands like forward 1, down 2, or up 3:
forward X increases the horizontal position by X units. down X increases the depth by X units. up X decreases the depth by X units. Note that since you&amp;rsquo;re on a submarine, down and up affect your depth, and so they have the opposite result of what you might expect.</description>
    </item>
    
    <item>
      <title>Zettelkasten #2: Solution in D for Advent of Code 2021, Day 1</title>
      <link>/posts/zet-2-aoc-2021-01/</link>
      <pubDate>Wed, 01 Dec 2021 18:03:00 +0100</pubDate>
      
      <guid>/posts/zet-2-aoc-2021-01/</guid>
      <description>The challenge As the submarine drops below the surface of the ocean, it automatically performs a sonar sweep of the nearby sea floor. On a small screen, the sonar sweep report (your puzzle input) appears: each line is a measurement of the sea floor depth as the sweep looks further and further away from the submarine.
[&amp;hellip;]
The first order of business is to figure out how quickly the depth increases, just so you know what you&amp;rsquo;re dealing with - you never know if the keys will get carried into deeper water by an ocean current or a fish or something.</description>
    </item>
    
  </channel>
</rss>
