summaryrefslogtreecommitdiffstats
path: root/content/en/articles/baking-programs
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-16 14:52:16 +0200
committerDanilo M. <danix@danix.xyz>2026-04-16 14:52:16 +0200
commitbeb62373ad8330e33840ae14d5eb24441d97b543 (patch)
tree47839ce3583e979121b63eefb17f6f33b0081ddf /content/en/articles/baking-programs
parent71f577b171f6208fff7de47c7dad087955aa5fae (diff)
downloaddanixxyz-beb62373ad8330e33840ae14d5eb24441d97b543.tar.gz
danixxyz-beb62373ad8330e33840ae14d5eb24441d97b543.zip
feat: import 36 articles with assets and create supporting shortcodes
- Migrate all English articles from old site to content/en/articles/ - Organize article assets in static/uppies/year/month/ structure - Create Italian article stubs with draft=true status - Add 7 new shortcodes: strike, em, dropcap, figure, highlight, img, youtube, gal-img - Update article image paths to reference /uppies/ locations - All 36 articles now build successfully without errors Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Diffstat (limited to 'content/en/articles/baking-programs')
-rw-r--r--content/en/articles/baking-programs/index.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/content/en/articles/baking-programs/index.md b/content/en/articles/baking-programs/index.md
new file mode 100644
index 0000000..741e616
--- /dev/null
+++ b/content/en/articles/baking-programs/index.md
@@ -0,0 +1,14 @@
++++
+title = "baking programs"
+date = "2019-01-02T15:36:49+00:00"
+author = "Danilo M."
+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"]
++++
+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