All posts

The Game of Fifteen

Development

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

Development

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

Math

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
The pandemic is not a great leveller

Life

The pandemic is not a great leveller

What the real status quo is and what needs to be done to change that.

· 2 minutes reading time
How to use Vue.js in a blog post

Development

How to use Vue.js in a blog post

Shows one specific way of using Vue.js without build step in a post in a Hugo-powered blog.

· 1 minutes reading time
Anatomy of problem-solving

Development

Anatomy of problem-solving

Approach to solving problems using the example of 'Beautiful triplets' from the HackerRank website.

· 12 minutes reading time