From 0a89a4c0be5739ba871c6458d2024b0845046fd2 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 17 Mar 2025 13:48:46 +0100 Subject: Update to content --- content/posts/2015-11-10-software-development-pitfalls.md | 2 +- content/posts/2019-10-14-simplifying-and-reducing-clutter.md | 2 +- content/posts/2020-03-30-my-love-and-hate-relationship-with-nodejs.md | 2 +- .../posts/2021-07-30-from-internet-consumer-to-full-hominum-again.md | 2 +- content/posts/2022-06-30-trying-out-helix-editor.md | 2 +- content/posts/2022-10-06-state-of-web-technologies-in-year-2022.md | 2 +- content/posts/2023-05-16-rekindling-my-love-for-programming.md | 2 +- content/posts/2023-05-23-i-was-wrong-about-git-workflows.md | 2 +- .../2023-05-31-re-inventing-task-runner-that-i-actually-used-daily.md | 2 +- ...023-07-01-bringing-all-of-my-projects-together-under-one-umbrella.md | 2 +- .../2023-07-08-who-knows-what-the-world-will-look-like-tomorrow.md | 2 +- ...2023-11-05-elitist-attitudes-are-sapping-the-fun-from-programming.md | 2 +- ...iguration-and-plugin-hell-and-why-i-dont-use-vim-and-tmux-anymore.md | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'content') diff --git a/content/posts/2015-11-10-software-development-pitfalls.md b/content/posts/2015-11-10-software-development-pitfalls.md index 6a5d9bd..aa5e796 100644 --- a/content/posts/2015-11-10-software-development-pitfalls.md +++ b/content/posts/2015-11-10-software-development-pitfalls.md @@ -3,7 +3,7 @@ title: Software development and my favorite pitfalls url: software-development-pitfalls.html date: 2015-11-10T12:00:00+02:00 type: post -draft: false +draft: true --- Over the years I had the privilege to work on some very excited projects both in diff --git a/content/posts/2019-10-14-simplifying-and-reducing-clutter.md b/content/posts/2019-10-14-simplifying-and-reducing-clutter.md index 25f9ca0..cb6b3f5 100644 --- a/content/posts/2019-10-14-simplifying-and-reducing-clutter.md +++ b/content/posts/2019-10-14-simplifying-and-reducing-clutter.md @@ -3,7 +3,7 @@ title: Simplifying and reducing clutter in my life and work url: simplifying-and-reducing-clutter.html date: 2019-10-14T12:00:00+02:00 type: post -draft: false +draft: true --- I recently moved my main working machine back from Hachintosh to Linux. Well the diff --git a/content/posts/2020-03-30-my-love-and-hate-relationship-with-nodejs.md b/content/posts/2020-03-30-my-love-and-hate-relationship-with-nodejs.md index d083890..722f10b 100644 --- a/content/posts/2020-03-30-my-love-and-hate-relationship-with-nodejs.md +++ b/content/posts/2020-03-30-my-love-and-hate-relationship-with-nodejs.md @@ -3,7 +3,7 @@ title: My love and hate relationship with Node.js url: my-love-and-hate-relationship-with-nodejs.html date: 2020-03-30T12:00:00+02:00 type: post -draft: false +draft: true --- Previous project I was working on was being coded in diff --git a/content/posts/2021-07-30-from-internet-consumer-to-full-hominum-again.md b/content/posts/2021-07-30-from-internet-consumer-to-full-hominum-again.md index 100645b..fc70813 100644 --- a/content/posts/2021-07-30-from-internet-consumer-to-full-hominum-again.md +++ b/content/posts/2021-07-30-from-internet-consumer-to-full-hominum-again.md @@ -3,7 +3,7 @@ title: My journey from being an internet über consumer to being a full hominum url: from-internet-consumer-to-full-hominum-again.html date: 2021-07-30T12:00:00+02:00 type: post -draft: false +draft: true --- It's been almost a year since I started purging all my online accounts and diff --git a/content/posts/2022-06-30-trying-out-helix-editor.md b/content/posts/2022-06-30-trying-out-helix-editor.md index c57a008..e588f20 100644 --- a/content/posts/2022-06-30-trying-out-helix-editor.md +++ b/content/posts/2022-06-30-trying-out-helix-editor.md @@ -3,7 +3,7 @@ title: Trying out Helix code editor as my main editor url: tying-out-helix-code-editor.html date: 2022-06-30T12:00:00+02:00 type: post -draft: false +draft: true --- I have been searching for a lightweight code editor for quite some time. One of diff --git a/content/posts/2022-10-06-state-of-web-technologies-in-year-2022.md b/content/posts/2022-10-06-state-of-web-technologies-in-year-2022.md index ab07a2d..8e7f2ed 100644 --- a/content/posts/2022-10-06-state-of-web-technologies-in-year-2022.md +++ b/content/posts/2022-10-06-state-of-web-technologies-in-year-2022.md @@ -3,7 +3,7 @@ title: State of Web Technologies and Web development in year 2022 url: state-of-web-technologies-and-web-development-in-year-2022.html date: 2022-10-06T12:00:00+02:00 type: post -draft: false +draft: true --- ## Initial thoughts diff --git a/content/posts/2023-05-16-rekindling-my-love-for-programming.md b/content/posts/2023-05-16-rekindling-my-love-for-programming.md index 3c2267b..06048dc 100644 --- a/content/posts/2023-05-16-rekindling-my-love-for-programming.md +++ b/content/posts/2023-05-16-rekindling-my-love-for-programming.md @@ -3,7 +3,7 @@ title: Rekindling my love for programming and enjoying the act of creating url: rekindling-my-love-for-programming.html date: 2023-05-16T12:00:00+02:00 type: post -draft: false +draft: true --- Programming can be a challenging and rewarding experience, but sometimes it's diff --git a/content/posts/2023-05-23-i-was-wrong-about-git-workflows.md b/content/posts/2023-05-23-i-was-wrong-about-git-workflows.md index 073e72e..9273946 100644 --- a/content/posts/2023-05-23-i-was-wrong-about-git-workflows.md +++ b/content/posts/2023-05-23-i-was-wrong-about-git-workflows.md @@ -3,7 +3,7 @@ title: I think I was completely wrong about Git workflows url: i-was-wrong-about-git-workflows.html date: 2023-05-23T12:00:00+02:00 type: post -draft: false +draft: true --- I have been using some approximation of [Git diff --git a/content/posts/2023-05-31-re-inventing-task-runner-that-i-actually-used-daily.md b/content/posts/2023-05-31-re-inventing-task-runner-that-i-actually-used-daily.md index fd44605..f13c3ef 100644 --- a/content/posts/2023-05-31-re-inventing-task-runner-that-i-actually-used-daily.md +++ b/content/posts/2023-05-31-re-inventing-task-runner-that-i-actually-used-daily.md @@ -3,7 +3,7 @@ title: "Re-Inventing Task Runner That I Actually Used Daily" url: re-inventing-task-runner-that-i-actually-used-daily.html date: 2023-05-31T12:21:10+02:00 type: post -draft: false +draft: true --- Couple of months ago I had this brilliant idea of re-inventing the wheel by diff --git a/content/posts/2023-07-01-bringing-all-of-my-projects-together-under-one-umbrella.md b/content/posts/2023-07-01-bringing-all-of-my-projects-together-under-one-umbrella.md index 9059b00..0b0fad5 100644 --- a/content/posts/2023-07-01-bringing-all-of-my-projects-together-under-one-umbrella.md +++ b/content/posts/2023-07-01-bringing-all-of-my-projects-together-under-one-umbrella.md @@ -3,7 +3,7 @@ title: "Bringing all of my projects together under one umbrella" url: bringing-all-of-my-projects-together-under-one-umbrella.html date: 2023-07-01T18:49:07+02:00 type: post -draft: false +draft: true --- ## What is the issue anyway? diff --git a/content/posts/2023-07-08-who-knows-what-the-world-will-look-like-tomorrow.md b/content/posts/2023-07-08-who-knows-what-the-world-will-look-like-tomorrow.md index 4743694..4fcc37e 100644 --- a/content/posts/2023-07-08-who-knows-what-the-world-will-look-like-tomorrow.md +++ b/content/posts/2023-07-08-who-knows-what-the-world-will-look-like-tomorrow.md @@ -3,7 +3,7 @@ title: "Who knows what the world will look like tomorrow" url: who-knows-what-the-world-will-look-like-tomorrow.html date: 2023-07-08T18:49:07+02:00 type: post -draft: false +draft: true --- This site has gone through a lot of changes over the years. From being written diff --git a/content/posts/2023-11-05-elitist-attitudes-are-sapping-the-fun-from-programming.md b/content/posts/2023-11-05-elitist-attitudes-are-sapping-the-fun-from-programming.md index 917a44d..78b4fcc 100644 --- a/content/posts/2023-11-05-elitist-attitudes-are-sapping-the-fun-from-programming.md +++ b/content/posts/2023-11-05-elitist-attitudes-are-sapping-the-fun-from-programming.md @@ -3,7 +3,7 @@ title: "Elitist attitudes are sapping all the fun from programming" url: elitist-attitudes-are-sapping-all-the-fun-from-programming.html date: 2023-11-05T09:04:28+02:00 type: post -draft: false +draft: true --- It's always been like that. Maybe it was even worse before, and I am remembering diff --git a/content/posts/2024-03-14-configuration-and-plugin-hell-and-why-i-dont-use-vim-and-tmux-anymore.md b/content/posts/2024-03-14-configuration-and-plugin-hell-and-why-i-dont-use-vim-and-tmux-anymore.md index a80a392..695ca16 100644 --- a/content/posts/2024-03-14-configuration-and-plugin-hell-and-why-i-dont-use-vim-and-tmux-anymore.md +++ b/content/posts/2024-03-14-configuration-and-plugin-hell-and-why-i-dont-use-vim-and-tmux-anymore.md @@ -3,7 +3,7 @@ title: "Configuration and plugin hell and why I don't use Vim and Tmux anymore" url: configuration-and-plugin-hell-and-why-i-dont-use-vim-and-tmux-anymore.html date: 2024-03-14T11:11:20+01:00 type: post -draft: false +draft: true --- There are three tiers of CLI software as far as I am concerned: -- cgit v1.2.3