De-Muskifier - The extension that replaces Elon Musk with raccoons.

"I'm so sick of hearing about Elon Musk everyday and everywhere, can you find a solution?"

Introducing... the De-Muskifier!
This Firefox extension replaces mentions and images of Elon Musk — whether in news articles, forums, or social media posts — with cute raccoons and amusing raccoon facts!
I even went the extra mile to ensure it works on X.com too.

This project was well recieved by users on both the SideProject and Sweden subforums of Reddit, as well as some other parts of the internet.

You can download the extension here.
You can view the project GitHub page here.

Result
Image shows Elon Musks X profile with the extension enabled.

FlickPick - Moviesearch by Machinelearning

A group school project that I had a major part in.
In this application, we are using machinelearning and a nearest neighbor algorithm to find movies that match whatever your search contains. We have also added filters to enable search in specific genres.
I like how this project turned out. I was responsible for the frontend and the actual machine learning logic, and I think we found a pretty good balance between response time and accuracy.
There is an "About Page" in the project where you can find out more.

You can try the application here.

Result Image shows the result page for a FlickPick search.

Krockes Quest - Meat Your Destiny

My first Pygame project.
Endless runner type of game where the main character is modeled in Aseprite after my dad Håkan aka "Krocke".
The goal is to avoid the obstacles and to collect the meat, with the speed of the game increasing for every 5th point scored. The game can be played on both desktop and handheld devices which is neat.
The code is a total mess in one huge file, but hey we all start somewhere!

You can play the game here.
You can see the code here.
Result Image of the game Krockes Quest running.

Cosmic Chaos

Another simple Pygame project.
The idea here was to create a simple game to be played by two players simultaneously on one mobile device. The goal is to guide the spaceship forward and to collect missiles to shoot at space debris to gain points, while simultaneously avoiding said space debris. One drawback here is that in order to deploy the game to itch.io I needed to convert it to html and thus I lost the ability for simultaneous buttonpressing. The game interprets buttons pressed as mouseclicks instead of touchscreen presses, and only one mouseclick is allowed at a time it seems.
Now that I have my own Flask driven website I could instead hos the game directly here and keep the intended controls, I'll save that process for a rainy day.

You can play the game here.
The code is not currently displayed on GitHub.
Result
Image of the game Cosmic Chaos running.

Home