Plurrrr

Sat 13 May 2023

The Super Mario Bros. Movie (2023)

The story of The Super Mario Bros. on their journey through the Mushroom Kingdom.

In the early afternoon we went to Delft. After quite some shopping we ended up at the movie theatre and decided to watch The Super Mario Bros. Movie, which started at 6PM. I liked the movie more than I expected and give it a 7 out of 10.

A Primer on Elliptic Curve Cryptography

ECC is the next generation of public key cryptography and, based on currently understood mathematics, provides a significantly more secure foundation than first generation public key cryptography systems like RSA. If you're worried about ensuring the highest level of security while maintaining performance, ECC makes sense to adopt. If you're interested in the details, read on.

Source: A (Relatively Easy To Understand) Primer on Elliptic Curve Cryptography, an article by Nick Sullivan.

How Go’s Simplicity Brings Complexity

Golang, aka Go, is a modern programming language known for its simplicity, ease of use, and ability to handle high-concurrency tasks. However, this simplicity can sometimes bring complexity to the code you write. As a software developer, I learned this while delving deeper into coding with Go.

Transitioning to a new programming language can be challenging, and Go is no exception. In this article, I’ll explore some of the challenges I faced when migrating to Go from another language.

Source: How Go’s Simplicity Brings Complexity, an article by Bisma Pervaiz.