bludsoe

Hi, my name is Bludsoe

I'm a developer

I'm a university student, currently taking a master's degree in information security.
At the side I work with quality assurance at Lunar Client, the largest Minecraft client in the world,
having over 2 million users and 17 million downloads.

Work Experience

Bekk Logo

Security Developer Internship

Bekk Consulting

June 2025 - August 2025

WORK DESCRIPTION COMING AUGUST 2025

Lunar Logo

Quality Assurance

Moonsworth, Lunar Client

October 2024 - Present

As a member of the quality assurance team at Lunar Client, my job was to test and quality check all new features that was being added to the client. Lunar Client is a client for Minecraft, with several mods to improve the experience and gameplay. It is also the biggest client in the world, which is why our job is important.

YouTrack Discord Crowdin
UiB Logo

Teaching Assistant

University of Bergen

August 2023 - May 2025

As a teaching assistant in the course INF100 - Introduction to programming, my role was to lead group sessions where other students could ask for help with various problems related to the course. I also acted as a liaison between the students and the lecturer, allowing us to raise issues or provide feedback during our weekly meetings with the lecturer.

Projects:

see more projects here

A game created with fellow students, with inspiration from the known game Celeste. All textures and sprites are custom-made, with animations made by us. Several levels, with powerups and in-game tutorials.

HTML Java JavaScript CSS

A simple but fairly secure website for sharing notes between users. Uses a SQLite DB for registering, login and note storage. Uses Java for backend logic and security.
NB: Not recommended for use as it has some bugs

Java HTML CSS SQLite

An AI that guesses the word correctly every time with an average guess of under 3 words. It uses entropy to find the best possible word to guess, and then a letter elimination method if needed.

Java