I just released version 1.2.0 that includes a hint for the incognito mode: spanning …
Continue readingArticles in the Blog category
Fixing meteor test CI timeout
In the beginning of this year I started helping Openki to integrate their test suite with …
Continue readingClimate bar codes
This image shows the average temperature per year in Switzerland from 1864 to 2018. Blue years …
Continue readingRAID Controller stuck in BIOS POST
One of my customers ran into the problem of the main VM host not continuing to …
Continue readingMy talk "Distributed Actor System with Rust" is public
My talk starts at 2019-06-15 Saturday 17:15 cosin 2019 is announced.
Continue readingJavaScript Array.prototype.flatMap Polyfill
Continue readingflatMap
method is identical to amap
followed by a call toflat
of depth 1 …