Initital Post
Another one of my hobby projects is finally up and running, and the feeling of accomplishment is really nice. I've realized that I either need to finish my open projects or bury them forever because unfinished endeavors don't bring me any joy and contribute to some sort of mental load. And I want to reduce my mental load. And every completed project builds momentum. And this momentum is something one shouldn't undererstimate.
This particular project you see is a blog. While a blog is not something one can ever truly complete, the static site generator for my blog is now operational. This time, I avoided the trap of endlessly adding features and refactoring for the sake of it. I came to the somehow obvious conclusion that a working solution is better than an overly refined one. Besides, who am I kidding? If generating hundreds of HTML files takes under a second, there's no need to optimize my static site generator any further. Now, if I have the neccessity I can add new features along the way.
“The only limit to our realization of tomorrow is our doubts of today.”
- Franklin D. Roosevelt
1
print("hello")
1
2
def greetings(name:str)->str:
print(f"Hello {name}")
$
>
output:
#
ls \
.
components-gen.py first-post.json generate2.py generator3.py highlight-test.py parse_citations.py post1.json references.json tailwind.config.js
document.html foo.py generate.py generator.py output poetry.lock pyproject.toml snippets tailwindcss
vim foo.bar