From 5acb23e3b8269a31dc154ff3349772d9f82a94df Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Sun, 8 Sep 2024 21:36:20 +0200 Subject: [PATCH] new journal post --- content/journal.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/journal.md b/content/journal.md index 18b130b..975950c 100644 --- a/content/journal.md +++ b/content/journal.md @@ -4,6 +4,10 @@ date = 2024-09-06 draft = false +++ +2024-09-08 😕 + +I need to get back into my `flask-soc-site`-project (project pages soon to come), but it is difficult: I have three different 'problems' I want to solve and it's hard to focus on just one. The difficulty is that my data and intended objects share a lot of similarities, but are not entirely the same: an IP address, a domain name, a URL, an email address. Would it make sense to make some higher 'host' class? And then have lower classes inherit certain traits from that class? Or does it make sense to even have a class at all? + ## 2024-09-06 🚧 Not to say that it has been *easy* by any means, but, I think I have a setup now for this website: work on it locally in a Git repo (and Obsidian vault), test it from that folder, then push the code and rsync it to my server, where it should be automatically synced based on every change, including deletes. With that, I will delete most if not all of the boilerplate text here and maybe, just maybe, try writing this journal with anything tech- or development related.