Advent of Code 2020
51–60 of 86 posts
Re: Advent of Code 2020
#52I've always found AoC to be added stress during a time of the year I'm not really running a stress-deficit. I find the competitive aspect a pretty big turn off. I usually get a few puzzles in and then burn out, because I can't keep up with the people who do it every day (I don't even use my computer every day). I wish the scoring didn't prioritize timeliness. This is really the sort of thing I'd enjoy cranking out on…
I always like to do some puzzles but it takes me quite long to solve them, so far I've burned out after a couple of days every year I've tried it. This year I'm going to try to use Elixir, a language I've started learning the past year, hoping I can at least get past day 5 this year.
I will be forever grateful to him for this opportunity.
---
Re: Advent of Code 2020
#53Earlier quoted context omitted.
If you must look at the scores, you can now make your own private leaderboards. If you're the only member of the leaderboard, then you'll win every challenge.
This is dismissive and unnecessarily condescending. Is it possible to opt out of the public leaderboard entirely? Because if not - perhaps things have changed - the stressful part about AoC is having a publicly viewable permanent score based on arbitrary and unfair criteria. Simply “not looking at it” isn’t enough. I did AoC a few years ago and realized that I had my GitHub profile associated to “middle-of-the-road”…
I don't think I've ever been quick enough to figure on the leaderboard. I'm not a competitive person so that aspect of it doesn't really appeal to me and I've been able to totally ignore it every year without it really intruding on me or causing me any stress related problems.
You're imaging a scenario which doesn't really exist with this "ignorant recruiter" situation. Why not just worry about that if / when it really does become a problem...?
We can look at a myriad of potential stress factors that come out of the design of so many every day items. We'd be overrun with worries if let them dominate our mind.
Just chill out and try to ignore the competitive aspect, its not that difficult
Re: Advent of Code 2020
#54I'm curious if my debug visualizer extension for VS Code could be helpful for solving this kind of puzzles ( https://github.com/hediet/vscode-debug-visualizer/blob/maste... ). Might be one of the few use cases where it can really shine.
Re: Advent of Code 2020
#55Re: Advent of Code 2020
#56Why Advent of Code, how is it different to the million other coding challenges online? I never participated, only looked at some of the puzzles.
Re: Advent of Code 2020
#57I've always found AoC to be added stress during a time of the year I'm not really running a stress-deficit. I find the competitive aspect a pretty big turn off. I usually get a few puzzles in and then burn out, because I can't keep up with the people who do it every day (I don't even use my computer every day). I wish the scoring didn't prioritize timeliness. This is really the sort of thing I'd enjoy cranking out on…
The midnight release in the Eastern timezone doesn't help either. I'd assume this is convenient for West coasters. And probably excludes Europeans altogether. I'm making mass general assumptions here...
Re: Advent of Code 2020
#58I've always found AoC to be added stress during a time of the year I'm not really running a stress-deficit. I find the competitive aspect a pretty big turn off. I usually get a few puzzles in and then burn out, because I can't keep up with the people who do it every day (I don't even use my computer every day). I wish the scoring didn't prioritize timeliness. This is really the sort of thing I'd enjoy cranking out on…
Re: Advent of Code 2020
#59Anyone else planning on rotating languages? I think that using a different language every day is too much of a stretch for me, but I plan to switch between C++, Rust and Julia.
Re: Advent of Code 2020
#60that damn intcode computer from last year is still giving me PTSD. Had a bug in it that somehow didn't show up in the first three challenges, took me forever to find.