diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-01-31 05:01:02 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-01-31 05:01:02 +0100 |
| commit | 8d014338b29e02b290a5e1c926532fe0f7b7cca6 (patch) | |
| tree | c7f0ac74b40c544c66af9ab305cbd2f35a646f5d /yapyap/feed.yaml | |
| parent | a306363f9d102a162d582f0f19920f6b6578a0f6 (diff) | |
| download | mitjafelicijan.com-8d014338b29e02b290a5e1c926532fe0f7b7cca6.tar.gz | |
Removed YapYap from the site
Diffstat (limited to 'yapyap/feed.yaml')
| -rw-r--r-- | yapyap/feed.yaml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/yapyap/feed.yaml b/yapyap/feed.yaml deleted file mode 100644 index b7088f9..0000000 --- a/yapyap/feed.yaml +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | feed: | ||
| 2 | author: Mitja Felicijan | ||
| 3 | link: https://mitjafelicijan.com | ||
| 4 | email: m@mitjafelicijan.com | ||
| 5 | |||
| 6 | posts: | ||
| 7 | |||
| 8 | - text: | | ||
| 9 | 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. | ||
| 10 | The idea of running this as PID 1 would result in a significantly smaller footprint, as we will see later in the post. | ||
| 11 | https://mitjafelicijan.com/running-golang-application-as-pid1.html | ||
| 12 | date: Sat, 29 Jan 2022 08:00:00 EST | ||
| 13 | image: /assets/yapyap/pid1.jpg | ||
| 14 | |||
| 15 | - text: | | ||
| 16 | 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. | ||
| 17 | A cool, simple evening project using some of the parts I had lying at home. | ||
| 18 | https://mitjafelicijan.com/simple-world-clock-with-eiink-display-and-raspberry-pi-zero.html | ||
| 19 | date: Sat, 29 Jan 2022 08:00:00 EST | ||
| 20 | image: /assets/world-clock/world-clock.jpg | ||
| 21 | |||
| 22 | - text: | | ||
| 23 | A simple microblogging platform that you host yourself and is a valid RSS feed. | ||
| 24 | Done with XSL (The Extensible Stylesheet Language). | ||
| 25 | https://git.mitjafelicijan.com/yapyap.git/ | ||
| 26 | date: Sat, 29 Jan 2022 08:00:00 EST | ||
| 27 | |||
| 28 | - text: It has to start somewhere! 🖖🤯🥷🦄 | ||
| 29 | date: Fri, 28 Jan 2022 08:00:00 EST | ||
| 30 | image: /assets/yapyap/hello.png | ||
