Iā€™m Lars

Writes about emerging technologies, machine learning, programming, other things, and šŸ–¤ programming languages.

"There's life on mars" -- Scooter

Latest Posts

Fawkes ā€” privacy protection

Fawkes is a privacy protection system developed by researchers at SANDLab, University of Chicago. ā€” Fawkes Have you seen? The photo on the homepage looks a bit different. I chan...

Load Average on 7-Segment

I2C (Inter-Integrated Circuit), pronounced I-squared-C, is a synchronous, [ā€¦], packet switched, single-ended, serial communication bus invented in 1982 by Philips Semiconductor (n...

Docker CocoaPods

CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. It has over 76 thousand libraries and is used in over 3 million apps. CocoaPods can help you scale your...

Mandelbrot Set ā€” Calling C64 BASIC from iOS

The Mandelbrot Set is the set of complex numbers c for which the function fc(z) = z^2 + c does not diverge when iterated from z=0, i.e., for which the sequence fc(0), fc(fc(0)), e...

Jekyll ā€” Twitter Cards and Open Graph

The Open Graph protocol enables any web page to become a rich object in a social graph. ā€” The Open Graph protocol My tweets to the previous blog posts looked a bit like Twitter ...

C64 BASIC ā€” How I fixed RND

A pseudorandom number generator (PRNG), also known as a deterministic random bit generator (DRBG), is an algorithm for generating a sequence of numbers whose properties approximat...