Do, or not do. There is no try. - Yoda
My findings while exploring various aspects of programming
My findings while exploring various aspects of programming
Posts
Structured data in Hugo templates
How to properly display structured data on your web pages with a Hugo template.
·
5 minutes reading time
Entering the Battlesnake arena
It's an online game where programs play against each other. My program needs survival strategies!
·
15 minutes reading time
Text scrambler
A text is still readable if you re-arrange the letters of every word, but leave the first and last character in place.
·
5 minutes reading time
The Game of Fifteen
A playable online game. Not every possible starting position is solvable, so we have to take special care.
·
3 minutes reading time
Working with Rust's num-bigint
Rust is my new programming language project. A problem called for big integers, so my fight with the crate num-bigint began.
·
4 minutes reading time
The Monty-Hall-Problem
The problem is a brain-teaser, in the form of a probability puzzle. It has sparked endless debate. See the solution with a simulator.
·
5 minutes reading time