I’m Lars

Writes about emerging technologies, machine learning, programming, other things, and 🖤 programming languages.

"There's life on mars" -- Scooter

Latest Posts

Gartner’s 2020 Magic Quadrants about ML and AI

Magic Quadrant is a series of market research reports published by IT consulting firm Gartner that rely on proprietary qualitative data analysis methods to demonstrate market tren...

Programming an ATTiny85 with an Arduino

A microcontroller (MCU for microcontroller unit) is a small computer on a single metal-oxide-semiconductor (MOS) integrated circuit chip. – Wikipedia: Microcontroller As a farew...

Lobsters - Week 10.02.2020

Fatigue \Fa*tigue\”, To weary with labor or any bodily or mental exertion; to harass with toil; to exhaust the strength or endurance of; to tire. – dict.org - fatigue I found Lo...

Valentine's Day

Valentine’s Day, also called Saint Valentine’s Day or the Feast of Saint Valentine, is celebrated annually on February 14. It originated as a Western Christian feast day honoring ...

tail recursion / tail call

The technique of writing a function so that recursive calls are only done immediately before function return, particularly when recursive control structures are used in place of i...

No Tagging with Jekyll on Github Pages

GitHub Pages cannot build sites using unsupported plugins. – About GitHub Pages and Jekyll I use Zolan - Modern & Minimal Theme for Jekyll for the theme of my blog and it su...