J Programs That Look Like Shitposts

```
a =: INPUT_DATA
vis =: (1 , }:@] <&,. }.@]) >./\
cw =: |:@|.
ccw =: |.@|:
+/ ,@,: ((vis a) +. (ccw vis cw a) +. (ccw ccw vis cw cw a) +. (cw vis ccw a))
```

This is my solution to part 1 of day 8 #AdventOfCode22.

Meanwhile day 22 of the #adventofcode escalated.. again #adventofcode22

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

Heute Abend ab 19 Uhr gibt es wieder meinen #AdventOfCode22 in #Go Stream. Ich freue mich euch zu sehen: https://twitch.tv/plusmid
#golang #stream #twitch #adventofcode
plusmid - Twitch

Software-Entwickler und Gamer. Ich liebe Strategie und Rätselspiele, habe unzählige Stunden in Caesar III und Pharaoh versenkt.

Twitch

I’m keeping my solutions to #adventofcode22 here https://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.

GitHub - jgnagy/aoc2022: Advent of Code 2022 solutions

Advent of Code 2022 solutions. Contribute to jgnagy/aoc2022 development by creating an account on GitHub.

GitHub

Earlier today I talked about the little proc_macro-based CLI I wrote for #AdventOfCode22... and it's now available on GitHub! 🦀😎
I'll also push my solutions there 🔥

https://github.com/dtaralla/advent_of_code_2022

#Rust #RustLang

GitHub - dtaralla/advent_of_code_2022: My Advent of Code 2022 solutions & CLI utility, in 🦀 Rust

My Advent of Code 2022 solutions & CLI utility, in 🦀 Rust - GitHub - dtaralla/advent_of_code_2022: My Advent of Code 2022 solutions & CLI utility, in 🦀 Rust

GitHub

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.

AdventOfCode/main.rs at main · singe/AdventOfCode

My advent of code answers. Contribute to singe/AdventOfCode development by creating an account on GitHub.

GitHub

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.

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