<feed xmlns='http://www.w3.org/2005/Atom'>
<title>AOC/2017, branch master</title>
<subtitle>My solutions to Advent of Code
</subtitle>
<id>https://git.tomsmeding.com/AOC/atom?h=master</id>
<link rel='self' href='https://git.tomsmeding.com/AOC/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/AOC/'/>
<updated>2017-12-25T10:27:04Z</updated>
<entry>
<title>Christmas! 🎄</title>
<updated>2017-12-25T10:27:04Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-12-25T10:27:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/AOC/commit/?id=ef8b789d18ba128f34a00ed8e789e664395e43ad'/>
<id>urn:sha1:ef8b789d18ba128f34a00ed8e789e664395e43ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Day 24</title>
<updated>2017-12-24T09:44:40Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-12-24T09:44:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/AOC/commit/?id=e5e38b48f9bade9223a894fc212e26dbdee49783'/>
<id>urn:sha1:e5e38b48f9bade9223a894fc212e26dbdee49783</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Day 23</title>
<updated>2017-12-23T09:55:57Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-12-23T09:55:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/AOC/commit/?id=695ebdc358096146b7d2594aa252c02027c9dc3f'/>
<id>urn:sha1:695ebdc358096146b7d2594aa252c02027c9dc3f</id>
<content type='text'>
Nice one, having to actually look at the input for once. :)
</content>
</entry>
<entry>
<title>Day 22</title>
<updated>2017-12-22T11:43:51Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-12-22T11:43:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/AOC/commit/?id=0ac0ecf13c7793fb6589d2150a17115d990035fa'/>
<id>urn:sha1:0ac0ecf13c7793fb6589d2150a17115d990035fa</id>
<content type='text'>
Haskell version is waaaaay too slow and uses huge amounts of memory.
Didn't even let it run to completion on part 2.
The C version is really quick. /shrug/
</content>
</entry>
<entry>
<title>Day 21</title>
<updated>2017-12-21T22:10:52Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-12-21T22:10:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/AOC/commit/?id=ba9f86ef7ce4cdf131f4fd8e36adaea15d0edf4c'/>
<id>urn:sha1:ba9f86ef7ce4cdf131f4fd8e36adaea15d0edf4c</id>
<content type='text'>
Please compile this, and even then running takes about a minute
on my PC. This is a SLOW implementation, but it works.
</content>
</entry>
<entry>
<title>Day 20</title>
<updated>2017-12-20T21:22:06Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-12-20T21:22:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/AOC/commit/?id=1d98a330ae18d8cc94c790369d24e0fea9fbba9f'/>
<id>urn:sha1:1d98a330ae18d8cc94c790369d24e0fea9fbba9f</id>
<content type='text'>
This gives the right answer, but that 100 is a HIGHLY magic constant.
Increase if incorrect. `prune` should work, but doesn't for some reason.
This is sad but I've spent enough time on this as is.
</content>
</entry>
<entry>
<title>Day 19</title>
<updated>2017-12-19T09:11:10Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-12-19T09:11:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/AOC/commit/?id=9834a8f0d845bcde04e3f9b9248a9bf02c17281d'/>
<id>urn:sha1:9834a8f0d845bcde04e3f9b9248a9bf02c17281d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Day 18</title>
<updated>2017-12-18T09:21:30Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-12-18T09:21:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/AOC/commit/?id=fb60a0cb672535dc06e2a64088eebae2fb50bedb'/>
<id>urn:sha1:fb60a0cb672535dc06e2a64088eebae2fb50bedb</id>
<content type='text'>
I misread part 2 thinking that 'rcv 0' still shouldn't do anything.
It should. That solved some problems. As in, let it work first try
afterwards.
</content>
</entry>
<entry>
<title>Day 17</title>
<updated>2017-12-17T07:44:25Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-12-17T07:43:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/AOC/commit/?id=53c0e9c38422f3cd5cf567bd8a7d2a8cdae66be8'/>
<id>urn:sha1:53c0e9c38422f3cd5cf567bd8a7d2a8cdae66be8</id>
<content type='text'>
You want to compile this for part 2. Inefficient, but works. Reusing
part 1 was so inefficient that it blew up my memory.
</content>
</entry>
<entry>
<title>Day 16 b</title>
<updated>2017-12-16T10:54:11Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-12-16T10:42:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/AOC/commit/?id=5f6c480073be6f69e0e0f1241ac80e26245dd7a7'/>
<id>urn:sha1:5f6c480073be6f69e0e0f1241ac80e26245dd7a7</id>
<content type='text'>
</content>
</entry>
</feed>
