PyCon CZ :python: 🇨🇿 · @pyconcz
39 followers · 30 posts · Server floss.social

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: 📚
cz.pycon.org/2023/program/talk

#AdventOfCode #pyconcz

Last updated 1 year ago

PyCon CZ :python: 🇨🇿 · @pyconcz
39 followers · 23 posts · Server floss.social

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: 📚
cz.pycon.org/2023/program/talk

#AdventOfCode #pyconcz

Last updated 1 year ago

Nebyoolae · @nebyoolae
54 followers · 812 posts · Server masto.neb.host

Regarding the latest episode (049) of the podcast, I decided to make a more full-featured solution using the . I now know how to pull puzzle input directly from the site, which is pretty cool.

carbon.now.sh/?bg=rgba%2874%2C

#HackingTheGrepson #fetchapi #AdventOfCode

Last updated 1 year ago

Nebyoolae · @nebyoolae
54 followers · 812 posts · Server masto.neb.host

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: podbean.com/eas/pb-nepfd-149a7
Show Feed: feed.podbean.com/hackingthegre
Show Home: hackingthegrepson.com

#HackingTheGrepson #Podcast #programming #development #AdventOfCode

Last updated 1 year ago

FediverseTV 📺 · @fediversetv
1710 followers · 843 posts · Server mastodon.art

Un CANAL de

Retos de código que son buena cosa 🤸🤸‍♂️🤸‍♀️

fediverse.tv/c/adventofcode202

#AdventOfCode

Last updated 1 year ago

Nebyoolae · @nebyoolae
44 followers · 643 posts · Server masto.neb.host

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.

🎧 podbean.com/media/share/pb-zdr
feed.podbean.com/hackingthegre
🔗 hackingthegrepson.com

#HackingTheGrepson #Podcast #programming #development #AdventOfCode

Last updated 2 years ago

Laimis :verified: · @laimonas
2 followers · 8 posts · Server dotnet.social

OK, I think I have run out of steam with 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..

#AdventOfCode

Last updated 2 years ago

Marius Gedminas · @mgedmin
61 followers · 242 posts · Server floss.social

I just completed all 25 days of Advent of Code 2022! 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?)

#AdventOfCode

Last updated 2 years ago

Marius Gedminas · @mgedmin
61 followers · 241 posts · Server floss.social

I just completed "Blizzard Basin" - Day 24 - Advent of Code 2022 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.

#AdventOfCode

Last updated 2 years ago

Marius Gedminas · @mgedmin
61 followers · 232 posts · Server floss.social

I just completed "Unstable Diffusion" - Day 23 - Advent of Code 2022 adventofcode.com/2022/day/23

This wasn't particularly hard once I read the instructions properly after failing.

#AdventOfCode

Last updated 2 years ago

· @raupach
86 followers · 72 posts · Server wue.social

I've completed "Distress Signal" - Day 13 - Advent of Code 2022 adventofcode.com/2022/day/13

#AdventOfCode

Last updated 2 years ago

Marius Gedminas · @mgedmin
61 followers · 224 posts · Server floss.social

I just completed "Monkey Map" - Day 22 - Advent of Code 2022 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)!

#AdventOfCode

Last updated 2 years ago

Nebyoolae · @nebyoolae
24 followers · 145 posts · Server masto.neb.host

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.

🎧 podbean.com/media/share/pb-q9k
feed.podbean.com/hackingthegre
🔗 hackingthegrepson.com

#HackingTheGrepson #Podcast #programming #development #AdventOfCode

Last updated 2 years ago

Marius Gedminas · @mgedmin
61 followers · 221 posts · Server floss.social

I just completed "Monkey Math" - Day 21 - Advent of Code 2022 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.

#AdventOfCode

Last updated 2 years ago

Laimonas · @laimis
0 followers · 1 posts · Server dotnet.social

First year doing and it's really cool. I am on day 15, five days behind!! Annoyed but not giving up :)

#AdventOfCode

Last updated 2 years ago

Marius Gedminas · @mgedmin
58 followers · 212 posts · Server floss.social

I just completed "Grove Positioning System" - Day 20 - Advent of Code 2022 adventofcode.com/2022/day/20

This was ... finicky.

#AdventOfCode

Last updated 2 years ago

Marius Gedminas · @mgedmin
57 followers · 207 posts · Server floss.social

I just completed "Not Enough Minerals" - Day 19 - Advent of Code 2022 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!

#AdventOfCode

Last updated 2 years ago

Marius Gedminas · @mgedmin
50 followers · 190 posts · Server floss.social

I just completed "Boiling Boulders" - Day 18 - Advent of Code 2022 adventofcode.com/2022/day/18

Part 1 was easy, part 2 was frustrating. I got a simple DFS wrong, multiple times.

#AdventOfCode

Last updated 2 years ago

Nebyoolae · @nebyoolae
18 followers · 127 posts · Server masto.neb.host

Did not get around to 2022 Day 6 today, but I did return to some old 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 has been this week.

#lovebytetcc #pico8 #AdventOfCode

Last updated 2 years ago

Martin Zikmund · @mzikmund
111 followers · 24 posts · Server dotnet.social

That's day 13 of solved! Lucky we have IComparable 😁 youtu.be/dfM1UGOWE8o

#AdventOfCode #dotnet #csharp

Last updated 2 years ago