“The One Billion Row Challenge” is a programming challenge originally written for Java, where the goal is to summarize a billion rows of temperature measurements as fast as possible. But since its invention, it has been solved in many other languages. In this blog post I will tackle the challenge myself and try to make my solution as fast as possible using Rust.
The chief historian is nowhere to be found, going back to his office, it appears to be locked, and North Pole Security doesn’t know which key is correct.
Today’s challenge describes a set of claw machines that are controlled by 2 buttons, and the goal is to win as many prizes as possible with as little money as possible.
Seems like these challenges mostly don’t involve searching for this missing historian(does anyone even notice the lore for these?), today we’ve got an elf looking for help with her word search.
Another year, another set of challenges from Advent of Code , and once again I will attempt to solve them all using Rust. 
But this year, I will attempt to document my solutions on this blog.
In this post I will answer ShoddyCast ’s challenge and simulate Pokemon battles looking for an extremely rare sequence of results that can save a theoretical game save from a softlock using Rust, and later, also CUDA.
I’m an MSc student in Computer Science interested in distributed computing, Rust, and high performance code in general. 
Almost everything I write, including this website, is free and open source and can be found on my GitHub(link at the bottom of the page).
For a long time I wanted to write more code, but didn’t have a good reason to. 
Now I have a solution: dump it all on a blog, maybe someone can learn something from it. 
I’m not a big fan of front-end design, JavaScript, and bloat in general, so I’m somewhat allergic to frameworks. 
It can’t be that hard to write a basic blog without one, right?