Hey, I'm Magnus, a developer from Norway.
I'm currently employed at Fink AS.
I enjoy making games sometimes
I also know a thing or two about radios and wireless communication
I once had a project implementing a Twitter-like application using military radios.
You can read more about it hereNowadays I work with passenger information on public transportation
Hey, I'm Magnus, a developer from Norway.
I'm currently employed at Fink AS.
I enjoy making games sometimes
I also know a thing or two about radios and wireless communication
I once had a project implementing a Twitter-like application using military radios.
You can read more about it hereNowadays I work with passenger information on public transportation
I also write about technical stuff in general
Newtype or newtrait? Ways around the orphan rule
2024-10-203 minute read
Can we work around the orphan rule in Rust using traits instead of newtypes?
I made an AI chatbot answering questions for employees at our company
2023-10-219 minute read
In this article, I'll explain to you how I used OpenAI embeddings and completions API to implement an AI chatbot answering questions for employees at our company. The code examples I'll show are written in Typescript, but the same principles apply to any programming language.
Kunstig Humor – Improv theater meets AI
2023-10-184 minute read
This fall, I've been assisting the comedy group Vrøvl in setting up a show where improvisers and the audience interact with AI live on stage.
My first stab at 3D game development
2023-08-233 minute read
I wanted to learn about 3D game development, so I set out on a small project inspired by a friend of mine who lives on a farm. His name is Gunnar and he lives on a farm called Steinseth Gård.
How most Rust projects are organized (Part 2)
2022-01-102 minute read
In part 2, I manually inspected a selection of Rust projects looking for patterns in how files and folders usually are structured.
How most Rust projects are organized
2022-01-072 minute read
I collected data from GitHub.com to see what resides in most Rust projects src
folder.
I implemented Twitter in the woods using military radios
2018-02-0415 minute read
In this project I implemented a very simple Twitter-like application for use in networks with very low bandwidth and high packet loss rate.