š¾ Archived View for gemini.mcgillij.dev āŗ advent_of_code_2021.gmi captured on 2023-07-10 at 13:25:55. Gemini links have been rewritten to link to archived content
ā¬ ļø Previous capture (2022-03-01)
-=-=-=-=-=-=-
:author:
mcgillij
:category:
Python
:date:
2021-12-30 19:49
:tags:
Linux, AOC, AdventOfCode, #100DaysToOffload, copilot, github
:slug:
advent-of-code-2021
:summary:
Just my entries into the advent of code 2021, been busy with these.
:cover_image:
aoc.png
Almost the best part of the year! Since 2015 the advent of code has been a staple in my December rituals. Iāve always worked my way through most of the entries, some years I finished them in time, some others I had family obligations to get to.
However they are a fantastic way to work through some interesting problems, and usually I use them to learn a new language or try something different.
This year was no different, the goals I set out with going into the challenge.
Thereās always a nice story / hidden fun stuff and theme each year. This year the theme was submarine, scanners, sonar and sea life. And overall was quite a great experience. They do a fantastic job of explaining the problems.
Each day 1 new problem, and a bonus step.
It started off quite well, the first 2 days it was able to handle the problems mostly from my comments. But quickly it escalated to lots of errors and it became an exercise in debugging and code-review. Which is fine I guess, since you get what pay for. Overall I do enjoy using Copilot, however I find it most useful in places where you are having to fill out boilerplate code. Or even just writing documentation.
Below are the links to the challenges and the solutions in
.
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
Canāt wait to see what they come up with next year.