Tomáš Smutek

Ale že mě tak to AOC dostane sem netušil. První den (pouze part 1) absolutně jsem nepřišel na to jak vyřešit druhou část… Den 6 jsem zvládl obě části (euforie) a pocit naděje.

Den 14.. po chvilce jsem to vzdal, hledám jiný úkol, tomu taky moc nerozumím… euforie je pryč. Deprese.

Zítra prostě musím nějak udělat 12. den!

Nicméně jsem fakt takový tupec? Nebo je to normál?😩

#AdventOfCode, #Python, #Junior

Wolf

At last night’s @mug meeting we looked at a lot of different solutions to #adventofcode day 1 in many different languages. Two that were very interesting to me were #Zig and #haskell. The way these two languages worked was really quite fascinating. After seeing real code in these two languages, I can tell they are not for me; but they were interesting and illuminating nonetheless.

There was a solution entirely in #SQL. Another in #vim9script. Another in #swiftlang #swift (I don’t think that one’s in the repo yet). I wrote several implementations myself. The one I felt most proud of is #Python with the core written in #rustlang #rust tied together with #PyO3. The one I felt was maybe the best tool for the job was entirely based on #pandas. As I said in a previous post, I tried to solve it in #polars, but the API exposed by Polars at least as far as I could tell, made it no better than simple lists in Python. I need to get deeper knowledge here.

The repo lives here: github.com/MichiganUnixUserGro.

GitHub - MichiganUnixUserGroup/MUG-2025-03-11-Advent-of-Code: Not sure exactly when we will discuss this, but the problems are from the 2024 Advent of Code

Not sure exactly when we will discuss this, but the…

GitHub
Aron Wallaker

I just completed all 25 days of Advent of Code 2024! #AdventOfCode #python adventofcode.com/

I returned to Day 21 Part 2 last week, finally got the 'shape' of the problem but failed to solve it again. Yesterday I restarted from my Part 1 solution and after some toe-stubbing it finally works! (silly mistakes are more obvious the next day)

AOC has been great for levelling up my Python skills and reminding me this is fun...sometimes. 😂

Thank you @ericwastl !

src:
github.com/adw99/advent-of-cod

Advent of Code 2024

adventofcode.com
Felyashono

New instance, new introduction!
I'm a late (mostly self) diagnosed autistic in recovery from autistic burnout. In spring 2024 I left a career at Apple Retail and have been finding myself since. I'm deeply passionate about and experienced with Apple tech. I also love Sci-Fi and Fantasy, mostly TV and movies these days. I'm a gamer, mostly playing on Mac, iPad, and Switch. I was once a software engineer and still pursue it as a hobby, mostly developing small projects for the Apple ecosystem in Swift.

#Introduction #ActuallyAutistic #Apple #Mac #iPad #iPhone #AppleVisionPro #StarWars #Severance #Silo #Firefly #Babylon5 #TheExpanse #LordOfTheRings #Balatro #Shapez #ShapezIO #Wordle #Swift #AdventOfCode

Feb 09, 2025, 20:10 · · · 6 · 0
screw_dog

@ericwastl I just completed #AdventOfCode 2019 and my goodness, what a masterpiece!

I really loved the Intcode interpreter and day 25 was a wonderful star at the top of the tree. Thank you so much!

ArgentCorvid

I just completed "Restroom Redoubt" - Day 14 - Advent of Code 2024 with Common Lisp!

P1 was pretty easy. But part 2 is very vaguely defined. I'm not proud of my solution to dump each tick to an ASCII PBM and look through the images manually, but it got it done. I had some ideas of what to do to automate it, that might still work with some tweaking now that I know what specifically I am looking for.

adventofcode.com/2024/day/14

#adventofcode #common_lisp #commonlisp

Aron Wallaker

Advent of Code D24 talk

I just completed "Crossed Wires" - Day 24 - Advent of Code 2024 #AdventOfCode #Python adventofcode.com/2024/day/24

So part 1 was pretty easy and part 2....was hard for me to think of a way to automate other than walking through all the permutations of swaps. So I wrote a little code to find patterns and then just solved by hand....in about 10 minutes. Yes this won't get me a FANG job offer but it just seemed a more efficient use of my time. 😂

src:
github.com/adw99/advent-of-cod

Aron Wallaker

Advent of Code 2024 Chatter

I just completed "LAN+Party" - Day 23 - Advent of Code 2024 #AdventOfCode #Python adventofcode.com/2024/day/23

Part 1 I brute-forced quickly. For part 2 I decided to try 'Bron–Kerbosch', which involved much reference material. The net result is that my solution for the more complicated Part 2 is much faster than that for Part 1. 😂

I had abandoned AOC24 after bouncing off D21 Part 2 *hard*. Now hoping to clean up the last few days.

src:
github.com/adw99/advent-of-cod

Chris C

SaturdayMP Show 63: Advent of Code 2024 Day 12 (Part 3 - Solved!)

youtu.be/jOh7NLj7BxI

In this episode I finish the Advent of Code 2024 Day 12 problem! I also figured out how to do parameterized tests in Python. Any constructive feedback on my solution? How would you have solved it differently?

Part 2: youtu.be/p9bSVRxkGlk

Advent of Code 2024: adventofcode.com/2024

Found this video useful? Then help others find it by liking, subscribing, sharing, and sponsoring:

github.com/sponsors/saturdaymp

Have question you want answered in a future video? A question I should ask you? Pair on a problem? Constructive feedback? Comment, DM me, or send an email to ask@saturdaymp.com.

#saturdaymp #saturdaympshow #adventofcode #python

ArgentCorvid

I just completed "Claw Contraption" - Day 13 - Advent of Code 2024 with Common Lisp!

This one was easy with some middle-school algebra. The Hardest part was parsing the input.

adventofcode.com/2024/day/13

github.com/argentcorvid/AoC-20

#AdventOfCode #common_lisp #commonlisp

Day 13 - Advent of Code 2024

adventofcode.com
Chris C

SaturdayMP Show 62: Advent of Code 2024 Day 12 (Part 2 - Area Calculated)

youtu.be/p9bSVRxkGlk

In this episode I actually make some progress on the Advent of Code Day 12 problem and can calculate the area of a plot starting at a given point. Any feedback on my solution so far? Any Python tips for me?

Part 1: youtu.be/RhSQ49SVAtY

Advent of Code 2024: adventofcode.com/2024

Found this video useful? Then help others find it by liking, subscribing, sharing, and sponsoring:

github.com/sponsors/saturdaymp

Have question you want answered in a future video? A question I should ask you? Pair on a problem? Constructive feedback? Comment, DM me, or send an email to ask@saturdaymp.com.

Contact me if you need help shipping secure high-quality software faster:

saturdaymp.com/

#saturdaymp #saturdaympshow #adventofcode #python

- YouTube

Enjoy the videos and music you love, upload original…

www.youtube.com