<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aoc/solutions/py, branch main</title>
<subtitle>Advent of Code
</subtitle>
<link rel='alternate' type='text/html' href='https://git.xn--srns-noa9h.se/gustav/aoc/'/>
<entry>
<title>Rename 2019</title>
<updated>2019-12-17T19:54:35+00:00</updated>
<author>
<name>Gustav Sörnäs</name>
<email>gusso230@student.liu.se</email>
</author>
<published>2019-12-17T19:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xn--srns-noa9h.se/gustav/aoc/commit/?id=ee96aa7c6ab8f0148e814630e77a726bf61530c0'/>
<id>ee96aa7c6ab8f0148e814630e77a726bf61530c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix SIG_*-resets</title>
<updated>2019-12-17T17:55:21+00:00</updated>
<author>
<name>Gustav Sörnäs</name>
<email>gusso230@student.liu.se</email>
</author>
<published>2019-12-17T17:55:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xn--srns-noa9h.se/gustav/aoc/commit/?id=ca4d3b189da7793ce8744246617c793c8640ce71'/>
<id>ca4d3b189da7793ce8744246617c793c8640ce71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove python3.8-isms</title>
<updated>2019-12-17T17:53:31+00:00</updated>
<author>
<name>Gustav Sörnäs</name>
<email>gusso230@student.liu.se</email>
</author>
<published>2019-12-17T17:53:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xn--srns-noa9h.se/gustav/aoc/commit/?id=189ca3de24bcaa5028767154af555c2194d019ab'/>
<id>189ca3de24bcaa5028767154af555c2194d019ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Day 17 py</title>
<updated>2019-12-17T09:32:50+00:00</updated>
<author>
<name>Gustav Sörnäs</name>
<email>gusso230@student.liu.se</email>
</author>
<published>2019-12-17T09:32:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xn--srns-noa9h.se/gustav/aoc/commit/?id=c03a47188746c5e5aea1600ba4fe5fb656d71d48'/>
<id>c03a47188746c5e5aea1600ba4fe5fb656d71d48</id>
<content type='text'>
Also skip d16 when calling from main
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also skip d16 when calling from main
</pre>
</div>
</content>
</entry>
<entry>
<title>Day 17 py</title>
<updated>2019-12-17T09:17:25+00:00</updated>
<author>
<name>Gustav Sörnäs</name>
<email>gusso230@student.liu.se</email>
</author>
<published>2019-12-17T09:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xn--srns-noa9h.se/gustav/aoc/commit/?id=da575538ccf54cefafc361628ff990ba879b385a'/>
<id>da575538ccf54cefafc361628ff990ba879b385a</id>
<content type='text'>
Kinda let-down by the fact that
 a) you could follow the scaffold without turning at the intersections
 b) finding the routines by hand was a viable solution.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Kinda let-down by the fact that
 a) you could follow the scaffold without turning at the intersections
 b) finding the routines by hand was a viable solution.
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP Day 17 py</title>
<updated>2019-12-17T08:18:55+00:00</updated>
<author>
<name>Gustav Sörnäs</name>
<email>gusso230@student.liu.se</email>
</author>
<published>2019-12-17T08:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xn--srns-noa9h.se/gustav/aoc/commit/?id=dccb66cb466f1b557d19a79ac9d345bb693154c4'/>
<id>dccb66cb466f1b557d19a79ac9d345bb693154c4</id>
<content type='text'>
Can solve part 1 and find a naive instruction-set which passes all
points.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Can solve part 1 and find a naive instruction-set which passes all
points.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reformat main</title>
<updated>2019-12-16T19:51:28+00:00</updated>
<author>
<name>Gustav Sörnäs</name>
<email>gusso230@student.liu.se</email>
</author>
<published>2019-12-16T19:51:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xn--srns-noa9h.se/gustav/aoc/commit/?id=9e3b6a72af1ad44d7f2521cf2c89568dafba96bb'/>
<id>9e3b6a72af1ad44d7f2521cf2c89568dafba96bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Day 16 call from main</title>
<updated>2019-12-16T19:50:09+00:00</updated>
<author>
<name>Gustav Sörnäs</name>
<email>gusso230@student.liu.se</email>
</author>
<published>2019-12-16T19:49:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xn--srns-noa9h.se/gustav/aoc/commit/?id=58b64b16fcc0004eb8661d45ff3fbeef285d668a'/>
<id>58b64b16fcc0004eb8661d45ff3fbeef285d668a</id>
<content type='text'>
Runtime is ~12 seconds per part
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Runtime is ~12 seconds per part
</pre>
</div>
</content>
</entry>
<entry>
<title>Day 14 py</title>
<updated>2019-12-16T19:47:27+00:00</updated>
<author>
<name>Gustav Sörnäs</name>
<email>gusso230@student.liu.se</email>
</author>
<published>2019-12-16T19:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xn--srns-noa9h.se/gustav/aoc/commit/?id=b16f71eefe243089c69c9b9af956c66761fee170'/>
<id>b16f71eefe243089c69c9b9af956c66761fee170</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Day 16 py</title>
<updated>2019-12-16T14:17:47+00:00</updated>
<author>
<name>Gustav Sörnäs</name>
<email>gusso230@student.liu.se</email>
</author>
<published>2019-12-16T14:17:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xn--srns-noa9h.se/gustav/aoc/commit/?id=73a212ce1efcaf389605f43bbf58833aa7b6c7b3'/>
<id>73a212ce1efcaf389605f43bbf58833aa7b6c7b3</id>
<content type='text'>
Runtime is shit, about 20-30 seconds on a ryzen 2600
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Runtime is shit, about 20-30 seconds on a ryzen 2600
</pre>
</div>
</content>
</entry>
</feed>
