Co můžete získat řešením programátorských hádanek? To vám poví Karolina Surma během přednášky "Za hranice základů Pythonu s Advent of Code.":python: 📚
https://cz.pycon.org/2023/program/talks/71/
#AdventOfCode #PyConCZ
Co můžete získat řešením programátorských hádanek?To vám poví Karolina Surma během přednášky "Za hranice základů Pythonu s Advent of Code." :python: 📚
https://cz.pycon.org/2023/program/talks/71/
#AdventOfCode #PyConCZ
Regarding the latest episode (049) of the #HackingTheGrepson podcast, I decided to make a more full-featured solution using the #FetchAPI. I now know how to pull puzzle input directly from the #adventofcode site, which is pretty cool.
#HackingTheGrepson #fetchapi #AdventOfCode
New Hacking the Grepson podcast episode is out!
Hacking the Grepson 049: Improv of Code (AOC 2019.1)
We tackle an unknown Advent of Code problem together.
Episode Link: https://www.podbean.com/eas/pb-nepfd-149a73d
Show Feed: https://feed.podbean.com/hackingthegrepson/feed.xml
Show Home: https://hackingthegrepson.com
#HackingTheGrepson #podcast #programming #development #adventofcode
#HackingTheGrepson #Podcast #programming #development #AdventOfCode
New Hacking the Grepson podcast episode is out!
Hacking the Grepson 031: Advent of Code 2022, Part 4
We finally wrapup Advent of Code 22, and talk about days 19-25.
🎧 https://www.podbean.com/media/share/pb-zdrmm-134ae4c
➕ https://feed.podbean.com/hackingthegrepson/feed.xml
🔗 https://hackingthegrepson.com
#HackingTheGrepson #podcast #programming #development #AdventOfCode
#HackingTheGrepson #Podcast #programming #development #AdventOfCode
OK, I think I have run out of steam with #AdventOfCode at week 16. I will take a break and see if I want to return and perhaps go through the solution of others just to complete it, let's see..
I just completed all 25 days of Advent of Code 2022! #AdventOfCode https://adventofcode.com/
An easy one this time, but I managed to stumble (n *= 5 + d is the same as n = n * 5 + d, right? Right?)
I just completed "Blizzard Basin" - Day 24 - Advent of Code 2022 #AdventOfCode https://adventofcode.com/2022/day/24
This was fun fun fun fun fun! My first approach was too slow, my second was too simplistic and also totally incorrect, my third one eventually was just right!
Part 2 was very easy given my solution to part 1, which is rare for AoC.
I just completed "Unstable Diffusion" - Day 23 - Advent of Code 2022 #AdventOfCode https://adventofcode.com/2022/day/23
This wasn't particularly hard once I read the instructions properly after failing.
I've completed "Distress Signal" - Day 13 - Advent of Code 2022 #AdventOfCode https://adventofcode.com/2022/day/13
I just completed "Monkey Map" - Day 22 - Advent of Code 2022 #AdventOfCode https://adventofcode.com/2022/day/22
Part 1 was straightforward, part 2 was very fiddly. I have this stupid pride that requires me to write a program to solve the cube folding properly instead of hardcoding the foldings for the actual input data I had. This took me six hours (with some breaks)!
New Hacking the Grepson podcast episode is out!
Hacking the Grepson 030: Advent of Code 2022, Part 3
Matt and Mike (me) discuss days 12-18. Spoilers ahead.
🎧 https://www.podbean.com/media/share/pb-q9ka4-13402b5
➕ https://feed.podbean.com/hackingthegrepson/feed.xml
🔗 https://hackingthegrepson.com
#HackingTheGrepson #podcast #programming #development #AdventOfCode
#HackingTheGrepson #Podcast #programming #development #AdventOfCode
I just completed "Monkey Math" - Day 21 - Advent of Code 2022 #AdventOfCode https://adventofcode.com/2022/day/21
Solved it by implementing symbolic evaluation of first degree polynomials over ... floats. Had to .round() to get answer the website would accept. If it works, it's not stupid, right?
Anyway off to try out the num_rational crate because this is about learning Rust and not about collecting stars.
First year doing #AdventOfCode and it's really cool. I am on day 15, five days behind!! Annoyed but not giving up :)
I just completed "Grove Positioning System" - Day 20 - Advent of Code 2022 #AdventOfCode https://adventofcode.com/2022/day/20
This was ... finicky.
I just completed "Not Enough Minerals" - Day 19 - Advent of Code 2022 #AdventOfCode https://adventofcode.com/2022/day/19
This was **hard**. I did my usual thing, then got discouraged when it took two minutes of computation to get OOM killed. Faffed about before deciding to use smaller data types (u8) for a lark, and my solution unexpectedly passed!
I just completed "Boiling Boulders" - Day 18 - Advent of Code 2022 #AdventOfCode https://adventofcode.com/2022/day/18
Part 1 was easy, part 2 was frustrating. I got a simple DFS wrong, multiple times.
Did not get around to #lovebytetcc 2022 Day 6 today, but I did return to some old #pico8 projects I worked on about 6 years ago. I apparently tried my hand at Pong, Snake, and Arkanoid clones, getting further on each than I remember. It lead me down a path of refactoring and improving each of them. I enjoy the simplicity of retro programming and it’s a nice break from the intense engineering (for me) that #AdventOfCode has been this week.
#lovebytetcc #pico8 #AdventOfCode
That's day 13 of #AdventOfCode solved! Lucky we have IComparable 😁 https://youtu.be/dfM1UGOWE8o #dotnet #csharp