RSSAmplifier

Blog

Dirk-Jan Meijer

dirkjanmeijer.nlRSS feed ↗3 posts

Latest posts

Stryd elevation accuracy tested

Key takeawayThis article tests Stryd elevation gain accuracy, not overall Stryd pace, distance, or power accuracy. On repeated stair climbs at Kwintelooijen The Netherlands, compared with AHN4 ground-truth elevation data, Stryd underreported total elevation gain. In the April test, the Stryd pod activity logged 1,641 m versus 2,181.82 m from AHN4, about 25% low. How reliable is the elevation data?…

The Monty Hall problem

A simple game. There is a game master and a player, you! Analysis How does it work? How do we solve it? This are all the possible scenarios. scenario door 1 door 2 door 3 1 P, Y 2 Y P 3 Y P 4 P Y 5 P, [ ] Het bericht The Monty Hall problem verscheen eerst op Dirk-Jan Meijer .

Rendering Mandelbrot images with C#

Like many other Computer Science undergraduate students I wrote a program that renders images of the Mandelbrot set1. Although my implementation is quite simple (a resume with most important details is listed below) it is a good working example that maybe can help others who are struggling with rendering fractals, implementing multi-threading or programming in C# [ ] Het bericht Rendering…