Today it's the first day of #procjam, did you know?
https://itch.io/jam/procjam
Submissions open from December 2nd 2023 at 1:00 AM to December 11th 2023 at 1:00 AM
For now I think I'll be satisfied with getting only one star per day so that I can spend more time reading the Rust doc & resting a bit.
I think I underestimated the challenge of doing AoC and learning Rust at the same time.
I've completed Part One of "Cathode-Ray Tube" #AdventOfCode #devember https://adventofcode.com/2022/day/10
src - https://github.com/davcri/advent-of-code-2022/blob/main/day10/src/main.rs
my solution is super slow since I'm cloning my Grid of Trees for each iteration but... hey it works!
I just completed "Treetop Tree House" - https://adventofcode.com/2022/day/8 (and also Day 7 part 1) #AdventOfCode #devember
src: https://github.com/davcri/advent-of-code-2022/blob/main/day8/src/main.rs
Using Rust for few days is enough to make you "omg why is this corner case not handled" in your daily programming stuff.
Many people wrote "learning Rust makes you a better programmer" but i didn't imagine such an impact (expecially since I still have a lot to learn).
I just completed "Tuning Trouble" https://adventofcode.com/2022/day/6
#AdventOfCode #devember
- src https://github.com/davcri/advent-of-code-2022/blob/main/day6/src/main.rs
In other words: I late night “punned” and nerd snipped myself into potentially bringing back an older project.
It’s a distributed, self scaling, low power, media infrastructure project for the Plex Media server project.
Dynamically offload transcode to the best node based on power/load levels
The whole thing ran off of Pis, Jetsons with a single low power x86 intel box( ZFS & to take advantage of Intels amazingly versatile media encoders)
The new name I have in mind:
MultiPlexer #devember
Having fun with Rust. I accepted that for the #AdventOfCode it's okay to have a quick 'n dirty solution.
Hopefully I'll rewrite this code at the end of the month in a more idiomatic way.
I just completed "Supply Stacks" -https://adventofcode.com/2022/day/5
#devember
Using Rust is a nice experience (coming from GDScript/Typescript mostly) but I feel like I should take some time to read more about https://doc.rust-lang.org/book/ch04-01-what-is-ownership.html
However today I've completed https://adventofcode.com/2022/day/4
https://github.com/davcri/advent-of-code-2022/blob/main/day4/src/main.rs
Hello people of Mastodon! It's time for Devember to start tooting.
What is Devember? Devember is a challenge you take up. It is an excuse for programming, for learning to code and for sharing it.
You can find more infos on https://devember.org
#Devember