Merge branch 'master' of git.mastermindzh.tech:mastermindzh/rickvanlieshout.com into feature/writing-as-an-architect-is-hard

This commit is contained in:
2022-10-30 23:41:28 +01:00
18 changed files with 558 additions and 686 deletions

View File

@@ -26,6 +26,6 @@ That is why the team behind Numix has requested the package to be removed from t
## Arduino sneak peak.
I acquired some new toys for the arduino, two of them being the "Adafruit mini 8x8 LED matrix". To use them I had to install 2 libraries, and with those came "Example sketches". One of those example sketches was a "Robotic eye", naturally with me having 2 new toys I decided to create a little "face" (just eyes) with the prebuilt sketches. Anyways I thought that looked cool so I made a video of it which you can watch below:
I acquired some new toys for the arduino, two of them being the "Adafruit mini 8x8 LED matrix". To use them I had to install 2 libraries, and with those came "Example sketches". One of those example sketches was a "Robotic eye", naturally with me having 2 new toys I decided to create a little "face" (just eyes) with the prebuilt sketches. Anyways I thought that looked cool so I made a photo which you can view below:
<iframe src="//www.youtube.com/embed/7WeG88fOVbA" allowfullscreen="" width="560" height="315" frameborder="0"></iframe>
!["two led matrices with green lights illustrating eyes"](./media/face.png "Google eyes... but matrix style")

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

View File

@@ -1,6 +1,6 @@
---
title: "Me, my blog, and projects."
date: "2014-11-16"
date: "2014-10-21"
template: "post"
category: "blog"
tags:

View File

@@ -1,6 +1,6 @@
---
title: "My brand new blog"
date: "2014-09-05"
date: "2014-09-05 22:00"
template: "post"
category: "blog"
tags:

View File

@@ -1,6 +1,6 @@
---
title: "Raspberry pi cluster Step 1: Shopping"
date: "2014-09-05"
date: "2014-09-05 23:00"
template: "post"
category: "Homelab"
tags:

View File

@@ -1,6 +1,6 @@
---
title: "Shellshock and why you shouldn't get your panties in a bunch."
date: "2014-09-27:23:00"
date: "2014-09-27 23:00"
template: "post"
category: "exploits"
tags:

View File

@@ -11,6 +11,8 @@ description: "My final assignment for a school course is to learn a new language
disqusId: "20"
---
!["Logo of the scala programming language"](./scala.png)
One of the final assignments for a school course called "APP" (Algorithms Programming language & Paradigms) was/is to learn a new programming language using the book "[Seven languages in Seven weeks](https://pragprog.com/book/btlang/seven-languages-in-seven-weeks)".
The idea of this book is that you can get comfortable with a programming language in just a week. As you can probably guess from the title the book covers 7 languages in total and I will be covering at least 1 (Scala).

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB