#adventofcode2023
December 16, 2023 at 5:24 PM
Day 04
Advent Of Code
sheinxy.github.io
December 4, 2023 at 7:18 PM
December 6, 2023 at 2:41 PM
December 4, 2023 at 4:09 PM
#AdventOfCode #AdventOfCode2023
My solutions, in #OCaml using #ocamllex, can be found here:
code.up8.edu/pablo/aoc2023

I try to write efficient and elegant functional code, and to showcase as best as possible OCaml's standard library, avoiding other dependencies.
Pablo Rauzy / aoc2023 · GitLab
code.up8.edu
code.up8.edu
December 6, 2023 at 7:03 AM
After regularly switching between #Clojure, #Ocaml, #Rust, #Elixir, and #Scala to solve #adventofcode2023 puzzles, my head is mush about syntax. Could it have been more worse if I had used more languages, e.g., #Zig, #Crystal, #Nim? 🤷‍♂️ #programming #software
January 1, 2024 at 4:47 AM
I've completed "Trebuchet?!" - Day 1 - Advent of Code 2023 #AdventOfCode adventofcode.com/2023/day/1

#adventofcode2023 #aoc2023
December 2, 2023 at 12:21 AM
Advent of Code 2023 Day 1

Day 1 looked deceptively simple, with part 1 completed in pretty quick time. The only real problem was the large amount of data caused memory overflow issues, so I split it into 4 separate parts for the data statements.
#adventofcode #adventofcode2023 #commodore64 #XCBasic
Advent of Code 2023 – Day 1 – 64 Thousand Bytes
64thousandbytes.com
December 1, 2023 at 1:47 PM
December 5, 2023 at 9:01 PM
Ah, yes. #day3 of the #AdventOfCode2023 wants me to find neighbours in a matrix, as it does every year. I'm pretty sure there's more elegant ways to code this up, BUT my code is reasonably fast, and I'm still sticking to base R.

Find all my AoC code here:
github.com/einGlasRotwe...

#AdventOfCode
December 3, 2023 at 7:52 AM
Here's my GitHub repo for this year's #AdventOfCode in #rstats. I will also post about my solutions each day (that I manage to survive). This year will be tricky, because my co-pilot this year is a three-month old who knows surprisingly little R.
#AdventOfCode2023

github.com/einGlasRotwe...
December 1, 2023 at 10:42 AM
Day4a with vecs: github.com/sstadick/aoc...
Day4a with hashsets: github.com/sstadick/aoc...
Day4a with bitsets (and improved partb): github.com/sstadick/aoc...

When vecs are small, straight line comparison is hard to beat.

#AdventOfCode #adventofcode2023 #rustlang
December 5, 2023 at 3:30 AM
Okay, so for #Day5 of #AdventOfCode, building the whole map into memory is not a good idea 😅
#AdventOfCode2023 #AOC2023
December 17, 2023 at 1:58 AM
Day 7: github.com/sstadick/aoc...

Really like this problem, it was just the right size.

#adventofcode2023 #rustlang
December 8, 2023 at 12:22 AM
Your C# code is clearer than mine 😅https://github.com/Freeben666/AdventOfCode2023/blob/master/Day1/Program.cs
December 1, 2023 at 5:25 PM
Day3 github.com/sstadick/aoc...

Falls firmly in the "gets the job done" category of code, but is not the nicest to look at.

#adventofcode2023 #AdventOfCode #rustlang
December 3, 2023 at 3:28 PM
Day 3 was ridiculously hard! At least it was for XC=BASIC - impossible with the limitations so I had to use something else. I won't go into details, but stars won and day skipped, at least from a C64 point of view.

On to Day 4

#AdventOfCode2023 #Commodore64 #XCBASIC
December 5, 2023 at 10:15 PM
I always like to do at least one #adventofcode puzzle with R6, here's my solution for day 8 #rstats
December 8, 2023 at 6:53 AM
Wir starten rein mit ein wenig #adventofcode2023, ich würde mir da gerne die Programmiersprache GOlang etwas näher anschauen, danach geht's weiter in DysonSphereProgram.

Kommt rum <3

twitch.tv/tobidev_
TobiDev_ - Twitch
#adventOfCode2023, anschließend Dyson Sphere Programm | !socials
twitch.tv
December 20, 2023 at 1:04 PM
Day11: github.com/sstadick/aoc...

Spent some time adding in a proper Grid class, which is not at all zero cost, but does save a typing if more grid problems show up.

#adventofcode2023 #rustlang
December 11, 2023 at 7:27 PM
Mais qu'est-ce qu'il fout ?
#AdventOfCode2023
(Ça m'a pris quasi 2h la deuxième partie d'aujourd'hui !)
December 10, 2023 at 3:25 PM
🎄 Je me lance dans l'#AdventOfCode2023 ! Un défi de code par jour jusqu'à Noël. 🎅💻

Si ça vous dit de partager le challenge sur mon leaderboard privé, DM moi pour le lien ! On se motive ensemble ?

#Coding #Challenge #DEVCommunity #Noel
December 1, 2023 at 8:12 PM
🎄This is my first year trying to complete the #AdventOfCode

I've created a TypeScript Playground 🚀 to help me focus on solving the puzzles each day. RT if you think it might be useful for your typescripter followers.

#AdventOfCode2023 #typescript

github.com/artberri/aoc...
GitHub - artberri/aoc-2023-ts-playground: Advent of Code 2023 TypeScript Playground
Advent of Code 2023 TypeScript Playground. Contribute to artberri/aoc-2023-ts-playground development by creating an account on GitHub.
github.com
December 3, 2023 at 6:58 PM
Day 10: github.com/sstadick/aoc...

I had to look up a solution to Part B. I was on the right track but ran out of time for the day :(

#adventofcode2023 #rustlang
December 10, 2023 at 6:02 PM
R's ordered factors were handy for day 7 of #adventofcode. #rstats
December 7, 2023 at 7:03 AM