From 496e9d847185d7be88ff865e1b9ff55f91ae7d3d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 29 Jan 2022 08:01:26 +0100 Subject: Added updates to YapYap --- yapyap/feed.yaml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'yapyap/feed.yaml') diff --git a/yapyap/feed.yaml b/yapyap/feed.yaml index a347a92..5470cab 100644 --- a/yapyap/feed.yaml +++ b/yapyap/feed.yaml @@ -5,6 +5,26 @@ feed: posts: - - text: My first post! It has to start somewhere! + - text: | + Containers are wonderful, but they come with a lot of baggage. And because they are in their nature layered, the images require quite a lot of space and also a lot of additional software to handle them. They are not as lightweight as they seem, and many popular images require 500 MB plus disk space. + The idea of running this as PID 1 would result in a significantly smaller footprint, as we will see later in the post. + https://mitjafelicijan.com/running-golang-application-as-pid1.html date: Sat, 29 Jan 2022 08:00:00 EST + image: /assets/yapyap/pid1.jpg + + - text: | + A while ago I bought a small eInk display Inky pHAT and I have a bunch of Raspberry Pi's Zero lying around that I really need to use. + A cool, simple evening project using some of the parts I had lying at home. + https://mitjafelicijan.com/simple-world-clock-with-eiink-display-and-raspberry-pi-zero.html + date: Sat, 29 Jan 2022 08:00:00 EST + image: /assets/world-clock/world-clock.jpg + + - text: | + A simple microblogging platform that you host yourself and is a valid RSS feed. + Done with XSL (The Extensible Stylesheet Language). + https://git.mitjafelicijan.com/yapyap.git/ + date: Sat, 29 Jan 2022 08:00:00 EST + + - text: It has to start somewhere! 🖖 + date: Fri, 28 Jan 2022 08:00:00 EST image: /assets/yapyap/hello.png -- cgit v1.2.3