diff options
author | Wolfgang Müller | 2021-12-29 14:32:41 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-12-29 14:32:41 +0200 |
commit | 36f17fa4b89b7bce93bbe72a758b44dee14545a5 (patch) | |
tree | 8743e0f67bf94d06a4e7627b8913d2118b077b66 /content/14 | |
parent | 8a56ac586e0c152bf9aaff3b479409d715a2eda6 (diff) | |
download | zunzuncito-36f17fa4b89b7bce93bbe72a758b44dee14545a5.tar.gz |
content: Add new post: "A post from syys"
Diffstat (limited to 'content/14')
-rw-r--r-- | content/14/index.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/content/14/index.md b/content/14/index.md new file mode 100644 index 0000000..a59354c --- /dev/null +++ b/content/14/index.md @@ -0,0 +1,19 @@ ++++ +date = 2021-12-29T14:30:36+02:00 +title = "A post from syys" + +[taxonomies] +tags = ["experiments"] ++++ + +I spent the last few days building a [cursed Gentoo +system](https://syys.nortti.org) with my [partner](https://nortti.org). We +named it "syys", after "syyskuu" - the Finnish word for September. + +This post was written, committed, and pushed on that system, using only +software that was built on it natively. For some heavier parts that were not +involved in the making of this post (`links`, `fish`, both of which need +`cmake`, which would take hours to build) we set up a portage binary host on a +VM that is nearly identical to the actual Pentium II system. + +The next logical step, of course, is to try and get Minecraft running on it... |