Peter Norvig's “pytudes” for Advent of Code 2020
1–10 of 96 posts
Re: Peter Norvig's “pytudes” for Advent of Code 2020
#2Re: Peter Norvig's “pytudes” for Advent of Code 2020
#3As someone who aspires to a position similar to Norvig's (directing research at an organization that is frequently applied in real life), I think it's really cool to see him having time to do stuff like this.
Re: Peter Norvig's “pytudes” for Advent of Code 2020
#4Too bad he punted on 20... one of the few difficult problems this year. Usually the hard problems are where you really see the contrast between his solutions and the rest of us plebs. Do I sense a hit of frustration in his comment? ;)
"too tedious for too little reward...." "sea monster as characters inelegant"
Re: Peter Norvig's “pytudes” for Advent of Code 2020
#5Re: Peter Norvig's “pytudes” for Advent of Code 2020
#6Re: Peter Norvig's “pytudes” for Advent of Code 2020
#7How do you algorithmically code like this? In my software engineering career, I am a plumber at best. Would fail hard at anyone who would ask me to code anything more than fizz buzz under time pressure. That said, I've built some incredible production worthy and robust systems that move mountains as a plumber. I am damn good at that.
After that, it's just practice interspersed with data structure and algorithm research.
Re: Peter Norvig's “pytudes” for Advent of Code 2020
#8How do you algorithmically code like this? In my software engineering career, I am a plumber at best. Would fail hard at anyone who would ask me to code anything more than fizz buzz under time pressure. That said, I've built some incredible production worthy and robust systems that move mountains as a plumber. I am damn good at that.
Those are things that really help in algorithmic code by increasing accuracy of the names of things to the application (almost creating a domain specific language).
Re: Peter Norvig's “pytudes” for Advent of Code 2020
#9How do you algorithmically code like this? In my software engineering career, I am a plumber at best. Would fail hard at anyone who would ask me to code anything more than fizz buzz under time pressure. That said, I've built some incredible production worthy and robust systems that move mountains as a plumber. I am damn good at that.
[0] https://www.udacity.com/course/design-of-computer-programs--...
Re: Peter Norvig's “pytudes” for Advent of Code 2020
#10It's heartwarming to see he skipped d20p2.
> but the outermost edges won't line up with any other tiles.