Last year I decided to do it in Rust, in order to learn Rust. I found out pretty quickly that you can't just jump from Java/Python/Haskell into Rust and expect to understand what's going on. This year I feel more prepared, so if time permits I'll make it right this time.
Programming
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
You gonna do Rust again?
Yep, I feel a bit more prepared now. I haven't had the time yet today, but from what I saw the first one shouldn't be too hard
Is it ok if I skip some challenges or do them later? University final exams are comming up soon for me.
The first Advent of Code was in 2015 and the puzzles can still be accessed.
yep, you can do them anytime after theyre unlocked and you dont have to do all of them
My favourite advent calendar.
Got a private leaderboard with the other sysadmins from work - as well as a few people from our application/development team.
Is your leaderboard just who solves it first, or is there more to it?
It's basically just a copy of the main leaderboard, but the scores are given based on the size of the group.
Private leaderboards are the best
How hard are the puzzles? I've been coding for a while but I'm self taught and I have no idea whether I'm any good or not. I'd love to give them a shot but I have no idea whether they're totally out of reach or doable. What level of developer are they intended for?
they start out easy and get harder as time goes on. Theyre intended for all levels due to that and theres two different difficulties per day (the harder one being unlocked when you do the easy one). Basically anyone can do day 1
Heres stats for how many people completed each day last year https://adventofcode.com/2022/stats
Ok cool, thank you! I'll see how it goes.
Thanks for the reminder! I almost forgot to set up my repo. 🤦♀️ I'll be publishing my solutions on GitHub for anyone interested. This year I finally got around to restructuring things to keep the input files out of git, so I won't have to feel guilty about leaking the problem inputs.
I thought problem inputs were randomized for each user?
There's a limited pool of random inputs, so it's possible to collect them all with enough input samples. In the past, the creator has asked people not to upload their input file because there are bots that scrape GitHub looking for the inputs.
I'm sorry, I think I'm missing something. What's wrong about sharing the inputs? I thought the only thing problematic was to release a solution before the leader-board is full.
In the past, people have stolen the problems to use in their own challenges, coding tutorials, and even commercial projects. The author has asked people to keep their inputs out of git or anywhere publicly searchable.
Rust this time
I’m going to try it in Haskell.
~~Might~~ Probably will regret this.
So, are you regretting it?
My code is beautiful.
My process wasn’t.
I already regret it, but I won’t stop.
It's good exercise.
Thank you for this! I always find out/remember about it half way through...
First day done and work leaderboard link shared!