Markus Löning

Software Engineering & Machine Learning

Recent posts

Apr 13, 2024
Configuring Vim and dotfilesI switched to Neovim some years ago and have really enjoyed working with it ever since. Flow is one of the main reasons why.…
Mar 9, 2024
Implementing the Uno Card Game in RustAfter having implemented the Uno card game in Python, I decided to rewrite it in Rust. Rewriting Uno in Rust has taught me a lot, as Rust forces you define objects and their interactions more clearly, and encourages you to keep them as simple as possible.…
Dec 28, 2023
Configuring a custom domain with Github Pages and SquarespaceTo show my website on my custom domain, I had to configure GitHub Pages, my static site hosting service, and Squarespace, my domain hosting service.…
Dec 20, 2023
Implementing the Uno card game in PythonA friend of mine recently implemented the card game Uno as a programming exercise in Python and asked me for feedback.…
Oct 2, 2020
Run pre-commit retrospectively on all changed files in a PRWhen I was developing sktime, we sometimes had new contributors who opened a PR but forgot to set up pre-commit.…