summaryrefslogtreecommitdiffstats
path: root/content/en/articles/baking-programs
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-22 18:34:54 +0200
committerDanilo M. <danix@danix.xyz>2026-04-24 11:25:07 +0200
commit0638a25e2c2476ff19d17da1b7a014aae91692c9 (patch)
treed2c216e7d7ba3681ae7bb61d96242f20b2c25e97 /content/en/articles/baking-programs
parent73acafa5f8f5c5a5d83ccee22ff66079b5037c89 (diff)
downloaddanixxyz-release_24042026-1126.tar.gz
danixxyz-release_24042026-1126.zip
working on the frontmatters for all articlesrelease_24042026-1126
Diffstat (limited to 'content/en/articles/baking-programs')
-rw-r--r--content/en/articles/baking-programs/index.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/content/en/articles/baking-programs/index.md b/content/en/articles/baking-programs/index.md
index 741e616..006c9be 100644
--- a/content/en/articles/baking-programs/index.md
+++ b/content/en/articles/baking-programs/index.md
@@ -6,9 +6,10 @@ draft = false
type = "life"
excerpt = "baking a cake and building a program from source have a lot in common, and both will leave you satisfied once they've finished cooking"
image = "/uppies/2019/01/bake-a-cake.jpg"
-categories = ["diy", "linux", "slackware"]
-tags = ["slackbuild"]
+categories = [ "DIY"]
+tags = [ "linux", "slackbuild"]
+++
+
Compiling programs always feels like you&#8217;re baking a cake, you look for it, check the dependancies and then run the slackbuild, leave your computer to go grab a drink and when you come back you see an error, checking for it you notice you&#8217;ve forgotten a dependency, it&#8217;s like you put your cake in the oven, starts cooking and after a while you go &#8220;_oh shit, I forgot to add sugar to the dough_&#8220;.
I&#8217;ve been compiling a couple programs in the past few days and I&#8217;ve ended up patching them a lot, to compile audacity I had to go around and add 6 patches before the script managed to compile correctly, and today with qpdfview it was the same, still dependancy errors but in the end I made it work and let me tell you, when you come back to your PC and the script has ended and it says the program is installed it&#8217;s almost like you could smell it, your freshly baked cake waiting for you to enjoy it.. \ No newline at end of file