Skip to main content

Search

Items tagged with: AdventOfCode


I just completed "No Space Left On Device" - Day 7 - Advent of Code 2022 #AdventOfCode https://adventofcode.com/2022/day/7 - this assignment was the perfect opportunity to make use of the wonderful `peg` parsing library https://crates.io/crates/peg


I just completed "Tuning Trouble" - Day 6 - Advent of Code 2022. The task was really easy for me and I found the solution quickly, so as an additional challenge I started using #HelixEditor instead of #NeoVim. I need to relearn some basic shortcuts that I've known for years in NeoVim, but I like Helix it so far. #AdventOfCode https://adventofcode.com/2022/day/6 https://salsa.debian.org/silwol/aoc2022/-/blob/main/aoc06/src/main.rs #RustLang


Want to read other #rustlang #adventofcode solutions? Here is a list of repos https://github.com/ozten/adventofcode22#rustacean-including links from @briandorsey@rosalita and @silwol


#RustLang is magic! You know how I found out? I successfully finished today's #AdventOfCode challenge before I even had ☕.


In line with a lot of the folks I know, I'll be trying to do #adventofcode in #Rust this year. I SUCK at Rust, so it's gonna be fun 😀

Would anybody be interested in the occasional livestream here and there or in a repo with solutions?


Wrote up my notes from day 2 of #adventofcode 2022 solutions in #rust. It was a fairly straightforward puzzle, and I faced no blockers this time!

https://github.com/ajnsit/aoc2022/blob/main/day2/notes.md


I just completed "Rock Paper Scissors" - Day 2 - Advent of Code 2022 #AdventOfCode https://adventofcode.com/2022/day/2 - a bit more verbose than yesterday's solution, but hopefully easily understandable https://salsa.debian.org/silwol/aoc2022/-/blob/main/aoc02/src/main.rs


Anyhow, last #AdventOfCode I did a screencast of one of the days, totally within #emacs #OrgMode

I am far too burnt out to properly do the full challenge this year, but would anyone be interested in a brief screencast bit on how to set it up to do things like load the puzzle input automatically and run Python with org-babel? Beforehand so you can fiddle and get yours going before the challenge starts?