home.social

#adventofcode22 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #adventofcode22, aggregated by home.social.

fetched live
  1. Every year I start Advent of Code with the ambition of getting of as far as a I possibly can. This year was no different, 2 stars for the first 6 days, then nothing.

    I just ran out of steam and time, there's just doesn't seem to be enough hours in the day to do everything!

    #adventofcode #adventofcode22 #AdventOfCode2022

  2. Every year I start Advent of Code with the ambition of getting of as far as a I possibly can. This year was no different, 2 stars for the first 6 days, then nothing.

    I just ran out of steam and time, there's just doesn't seem to be enough hours in the day to do everything!

    #adventofcode #adventofcode22 #AdventOfCode2022

  3. I’m keeping my solutions to #adventofcode22 here github.com/jgnagy/aoc2022 where I’m trying to solve each day in #ruby, #crystal, and #elixir. Today’s was fun.

    I’m sure none of my solutions are the best, but my goal is to keep learning and have some fun.

  4. One of the things I’m proud about - is the range of technical stuff I’m au fait with. So firing up ChatGPT and seeing it … just able to do all sorts of technical things … depressed me a little. Stuff I’d spent a lifetime learning can just be trivially replicated by this AI.

    So today I tried to use it in the practical task of completing the #AdventOfCode22 day 5 challenge.

  5. One of the things I’m proud about - is the range of technical stuff I’m au fait with. So firing up ChatGPT and seeing it … just able to do all sorts of technical things … depressed me a little. Stuff I’d spent a lifetime learning can just be trivially replicated by this AI.

    So today I tried to use it in the practical task of completing the #AdventOfCode22 day 5 challenge.

  6. CW: AdventOfCode, possible spoilers

    Okay, solved day 3 of #AdventOfCode22. I had a cursed solution based on RegExes for part 1 but had to generalise for part 2 and the solution without RegExes is nicer. I don't have a "simple" solution yet, though.

    I definitely already learned a bunch of stuff about Array.prototype methods.

  7. CW: AdventOfCode, possible spoilers

    Okay, solved day 3 of #AdventOfCode22. I had a cursed solution based on RegExes for part 1 but had to generalise for part 2 and the solution without RegExes is nicer. I don't have a "simple" solution yet, though.

    I definitely already learned a bunch of stuff about Array.prototype methods.

  8. Day 2: a change of pace, I was told about #adventofcode22 and decided to pour my evening into the first puzzle! Took me a while to get this figured out but I can understand what I wrote. Little help from YouTube, but can’t tell you how much fun it was #python #adventofcode #merrycodemas

  9. I haven't gotten started with #AdventOfCode22 yet, but I updated my base rust template so I only need to specify the object I'm parsing input into once. The rest is inferred or generic.

    github.com/singe/AdventOfCode/