Xiaomaonjerii.hashnode.dev·Dec 14, 2024Advent of Rust 2024: Day 1 - Rust's Ownership🦀The Original Challenge fn main() { let gift_message = String::from("Merry Christmas! Enjoy your gift!"); attach_message_to_present(gift_message); println!("{}", gift_message); } fn attach_message_to_present(message: String)...Rust
Ruidyblog.nemausat.com·Dec 2, 2024Day 2: Learning, Testing, and Junior Dev VibesIt’s Day 2 of Advent of Code, and my AI assistant, Aider (+ Claude Sonnet), is already showing signs of learning and adapting. Today’s challenge was all about parsing and analyzing data, with a mix of predictable successes, unexpected issues, and a s...86 readsAdvent of Code 2024AI
Eddie Smithblog.eddiesmith.net·Dec 1, 2024Advent of Code 2024: Day 1Still undecided about whether I should use Python or Rust, I watched the creator on YouTube yesterday saying some people use Excel. So today, on my run (now my favourite time to read a challenge and formulate a solution) I realised Day 1 can easily b...AdventOfCode2024
Ruidyblog.nemausat.com·Dec 1, 2024Day 1: Advent of Code, Elixir, and AiderIt’s official – I’m diving into Advent of Code 2024 with Elixir, one of my all-time favorite programming languages. Elixir has this elegant simplicity and scalability that I adore. While it’s not as mainstream as JavaScript or Python, its growing pop...1 like·106 readsAdvent of Code 2024AI
Ruidyblog.nemausat.com·Dec 1, 2024AI-Driven Advent of Code 2024Day 0: The Start of Something Different This year marks a new chapter for me in Advent of Code – one that involves ChatGPT and Large Language Models (LLMs). It’s the first time I’ll be integrating AI into my problem-solving process, and I’m curious (...1 likeAdvent of Code 2024AI
Ilija BoshkovforBase42blog.42.mk·Nov 29, 2024Announcing Base42 Advent of Code 2024We’re excited to start the Base42 Advent of Code 2024 Competition, a unique event that combines programming challenges, friendly competition, and charitable giving. This year, Base42 is not only bringing you the thrill of solving coding puzzles but a...Base42