home.social

#adventofcode23 — Public Fediverse posts

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

  1. Well I've made it through Day 22 of Advent of Code. The difficulty sure ramps up. Reminds me of good times back in the winters of 2020/2021 that I spent doing the brutally difficult abstract algebra set of Cryptopals. I'm simultaneously happy to use my code puzzling muscles and relieved this kind of stuff isn't my day job. #adventofcode23

  2. #adventofcode #adventofcode23 day 3 part 2 is exhausting. I feel like there must be a better way than my brute force attack. SO MANY CASES!

  3. Once again I learn I will go to incredibly great lengths to avoid solving the quadratic equation.

    I've completed "Wait For It" - Day 6 - Advent of Code 2023 #AdventOfCode adventofcode.com/2023/day/6
    #aoc #AdventOfCode23 #aoc23 #aoc_cpp

  4. Once again I learn I will go to incredibly great lengths to avoid solving the quadratic equation.

    I've completed "Wait For It" - Day 6 - Advent of Code 2023 #AdventOfCode adventofcode.com/2023/day/6
    #aoc #AdventOfCode23 #aoc23 #aoc_cpp

  5. Did day 1 of #AdventOfCode23 this afternoon. I was pleasantly surprised to find others had gone for the same kind of messy-but-works approach to part 2. Was convinced there'd be an "obvious" built in method I didn't know about.