BrownBuilding

@reisrag
6 Followers
18 Following
75 Posts
GitHubhttps://github.com/BrownBuilding/
coolmaybe ๐Ÿ‘
The only reason Makefiles exist is the dopamine hit of typing "make" and having your Makefile work #makefile

Happy Hearth's Warming Eve everypony!

#mlp

I just completed "Cafeteria" - Day 5 - Advent of Code 2025 #AdventOfCode https://adventofcode.com/2025/day/5

I had to think a little this time

https://github.com/BrownBuilding/aoc2025/tree/main/day05

Day 5 - Advent of Code 2025

I just completed "Printing Department" - Day 4 - Advent of Code 2025 #AdventOfCode https://adventofcode.com/2025/day/4

Not thinking too hard about the data representation of the grid and just using the "raw" character of each cell paid off really well for me this time. It made part 2 super easy to solve and the solution way easier to read.

I really liked this one

https://github.com/BrownBuilding/aoc2025/tree/main/day04

I just completed "Lobby" - Day 3 - Advent of Code 2025 #AdventOfCode https://adventofcode.com/2025/day/3

First time using recursion this year

https://github.com/BrownBuilding/aoc2025/tree/main/day03

Day 3 - Advent of Code 2025

This year, why not do the #AdventOfCode in #Haskell with your polycule?
@pnutzh4x0r I used to do that with rust for aoc 2024. The longer the chain of nested iterators with higher order functions the more dopamine

I just completed "Gift Shop" - Day 2 - Advent of Code 2025 #AdventOfCode https://adventofcode.com/2025/day/2

https://github.com/BrownBuilding/aoc2025/blob/main/day02

was fun ๐Ÿ‘

Day 2 - Advent of Code 2025

@0x1ac I like to think that the uncertainty of Part Two is part of the challenge. I believe it's supposed to represent the uncertainty of changing requirements of "real life" programming, and that it is something one can become good at dealing with.

Choosing the right representation from the start so that you don't have to refactor anything feels like an extra gold star โญ.

or maybe i'm just imagining things

aoc2025/day01 at main ยท BrownBuilding/aoc2025

My solutions to Advent of Code 2025. Contribute to BrownBuilding/aoc2025 development by creating an account on GitHub.

GitHub