I’m Lars

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

"There's life on mars" -- Scooter

Latest Posts

Deno 1.0

Deno is a runtime for JavaScript and TypeScript that is based on the V8 JavaScript engine and the Rust programming language. It was created by Ryan Dahl, original creator of Node....

RSS Feed available

RSS is a web feed that allows users and applications to access updates to websites in a standardized, computer-readable format. — Wikipedia: RSS Do you use RSS feeds? I don’t an...

Jekyll Syntax Highlighting

Highlight.js supports over 180 different languages in the core library. There are also 3rd party language plugins available for additional languages. — How to use highlight.js I...

Dockerfile FROM AS — C64 Emulator

The Commodore 64, also known as the C64 or the CBM 64, is an 8-bit home computer introduced in January 1982 by Commodore International – Wikipedia: Commodore 64 First, I looked ...

npx

Running npx command name automatically finds the correct reference of the command inside the node_modules folder of a project, without needing to know the exact path, and without ...

irssi on Raspberry Pi with Docker

Irssi is a modular chat client that is most commonly known for its text mode user interface, but 80% of the code isn’t text mode specific. Irssi comes with IRC support built in, a...