Table of Contents The setup Sensor data probing Prometheus Grafana The build During the COVID pandemic all of us had to work from home. The rapid change from work being at the office now being completely at home came with many challenges such as work-life balance, good ergonomics and ensuring enough exercise to keep your body (and mind) healthy.
Table of Contents What are header files? Cython pure mode Benchmarks Summary In coding there is a trade-off between writing abstract code, and high performant code. This trade-off is often embodied in different languages.
In a previous post, I created the fastest chicken alive! I implemented a chicken in cpp and provided bindings in cython and python. However, our chicken Carl needs some friends. Today, I will implement a friend for Carl, in another morer niche language called nim; and I will show how nim can produce similarly fast chickens that can be called from python.