I'm exited to dust off my Elixir skills. Jose Valim (creator of the language) is going to stream solutions on Twitch on a one-day lag.
Advent of Code 2018
41–50 of 101 posts
Re: Advent of Code 2018
#42I did the AoC last year for the first time and was amazed how quickly some participants solved the puzzles, e.g. http://howtowriteaprogram.blogspot.com/2017/12/advent-of-cod... )
Never rule out people cheating. Solving it on one account then doing it again in another account
Re: Advent of Code 2018
#43I did the AoC last year for the first time and was amazed how quickly some participants solved the puzzles, e.g. http://howtowriteaprogram.blogspot.com/2017/12/advent-of-cod... )
Never rule out people cheating. Solving it on one account then doing it again in another account
Also, the input data for each problem is randomized per user, so you really do need a proper programmatic solution (i.e. simply copying another person's answer is unlikely to work).
Re: Advent of Code 2018
#44[0]http://nbviewer.jupyter.org/url/norvig.com/ipython/Advent%20...
Re: Advent of Code 2018
#45I did the AoC last year for the first time and was amazed how quickly some participants solved the puzzles, e.g. http://howtowriteaprogram.blogspot.com/2017/12/advent-of-cod... )
Part of it is familiarity with the format, which of course assumes they keep things reasonably similar this year. Knowing the kinds of problems that appear (parsing, graphs, optimization, reverse engineering, etc.) helped me put together a little library of code that means I'm not spending time rewriting fundamental algorithms.
Reading problem statements is one of those skills I picked up from ACM programming competitions. The problem statements usually contain a lot of fluff - to speed-code you want to be able to pluck out the relevant bits quickly so you can start formulating the solution.
Re: Advent of Code 2018
#46I'm exited to dust off my Elixir skills. Jose Valim (creator of the language) is going to stream solutions on Twitch on a one-day lag.
Re: Advent of Code 2018
#47Excited for this year's version. I did last year's event in OCaml which was a challenging, yet very rewarding experience. Still trying to decide what language to use this year.
Re: Advent of Code 2018
#48So for this year I've converted it to a browser extension, so it fetches the data automatically :) Available for both Firefox [2] and Chrome [3].
[1] https://github.com/amochtar/aoc-ranking [2] https://addons.mozilla.org/en-US/firefox/addon/aoc-ranking/ [3] https://chrome.google.com/webstore/detail/aoc-ranking/jbnlaf...