Apparatus

Articles by Jaakko Moisio

Vasta-aineita ja ehdollisia todennäköisyyksiä

Harvoin on saanut valtamediassa seurata raflaavampaa uutisointia ehdollisista todennäköisyyksistä kuin koronakriisin aikana. ”Millä todennäköisyydellä koronavirukselle immuunin henkilön vasta-ainetestin tulos on positiivinen?” on eri kysymys kuin ”Millä todennäköisyydellä positiivisen tuloksen vasta-ainetestissä saanut henkilö on immuuni koronavirukselle?”. Ero on merkittävä ja seuraukset väärinymmärryksestä voivat ovat vakavia.

C++20 is awesome

Cat looking at The C++ Programming Language, 4th edition by Bjarne Stroustrup

The C++20 standard is finished and brings lots of long awaited features to a C++ programmer's toolbox. In this post I introduce some of my favorite features, including concepts, ranges, coroutines and the new additions to compile time computation.

Interpreted C++

Programming languages are typically either compiled or interpreted. This distinction isn't absolute. In this post I'll blur the line by using C++ as interpreted language with standard tooling.

This is my blog

    I haven't had a personal webpage for a long time. Lately I've had a few topics in mind I've wanted to write about, so I decided to give blogging a try. This first post is the story of how yet another tech blog became in existence.

    Back