Live data from Hacker News

Advent of Code 2017

adventofcode.com

1–10 of 77 posts

Re: Advent of Code 2017

#2
While I enjoy advent of code I always have been happy to live on the west coast. I wonder how many people on the east coast don't participate because they'd have to stay up til midnight if they want to score.

Re: Advent of Code 2017

#3
AoC is lots of fun. There's an active community on http://reddit.com/r/adventofcode where people share tips and help each other out.

I highly recommend participating. AoC is designed as a speed coding competition, but if you aren't playing for the speed points, it's a fun way to learn a new programming language.

Re: Advent of Code 2017

#4
I had lots of fun with AoC in 2015 and 2016. Here are my (Go) solutions: https://github.com/lukechampine/advent

There is also a subreddit (/r/adventofcode) if you get stuck and/or need inspiration. Some really creative solutions there.

Best of luck to everyone this year. See you on the scoreboard! :)

Re: Advent of Code 2017

#5

While I enjoy advent of code I always have been happy to live on the west coast. I wonder how many people on the east coast don't participate because they'd have to stay up til midnight if they want to score.

It could be fun if each puzzle were unlocked after 23h (or 25h). I.e. the start time shifts everyday by 1h to make it "fair" no matter what timezone you live in.

Re: Advent of Code 2017

#9

I haven't done AoC before. Does anyone know if it's possible to submit 2 solutions? I want to use this to brush up on my Python, and I want to start digging into Rust.

AoC is language agnostic. You can find previous years' puzzle and give it a shot.

https://adventofcode.com/2017/events

Post reply on HN