#AdventOfCode23

2023-12-22

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

Stephan Svobodaxandor9@hachyderm.io
2023-12-14

#adventofcode #adventofcode23 #adventofcode2023
Finaly had time and energy to finish day 5 part 2
It runs in 0.05 second, with python

Now the retro
TLDR
Do not code when you are tired and its after midnight

(1/3)

2023-12-11

I haven’t done #AdventOfCode23 ever. I’m not even mildly interested in it either. But kudos to those that diligently complete the challenges.

#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!

⸘John‽john@dads.cool
2023-12-06

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

Khoi :platopunk:khoi@platopunk.com
2023-12-05

solving day 3 of advent of code

looping through 2D-arrays and matrices always messes me up...

#adventofcode23 #coding #tech #code #programming #golang

Alright, enough of this "enjoying my free time with video games."

Time to focus on #AdventofCode23 (which I also enjoy)

Sally Laitsally
2023-12-03

Did day 1 of 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.

Michael Jaeger 🇺🇦michael_jaeger
2023-12-03

Leider habe ich zu wenig Zeit, aber die erste Aufgabe beim mache ich immer gerne in der 5 auf dem Smartphone und Termux:

```bash
echo $(($(cat input.txt | sed -e "s/^[^0-9]*\([0-9]\).*\([0-9]\)[^0-9]*$/\1\2/g" -e "s/^[^0-9]*\([0-9]\)[^0-9]*$/\1\1/g" | tr '\n' '+') 0))
```

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst