Posts
All the articles I've posted.
-
Unlocking Frontier Power: How to Run Amp Using CLIProxyAPI Without Spending Credits
7 min read AMPThe landscape of AI coding agents is shifting faster than most developers can keep up with.
-
Migrating from Hugo to Zola
4 min read HugoYet another migration post, this time from Hugo to Zola.
-
Several Cool Things You Can Do with F-Strings in Python
3 min read PythonF-strings are a powerful and easy-to-use way to format strings in Python.
-
Upgrade Major PostgreSQL version on Docker
3 min read PostgreSQLEasily upgrade PostgreSQL in docker, without losing data
-
2023
1 min read New YearHello, 2023!
-
Hey there
2 min read LifeHey there... Long time no see.
-
What happened to self-hosted blogs?
2 min read RantPlatforms such as Medium have made the majority of original self-hosted blogs a matter of the past. Personally, for the whole blogging community, I believe that is terrible.
-
Your Own Python Calendar
1 min read PythonThe Python calendar module defines the Calendar class. This is used for various date calculations as well as TextCalendar and HTMLCalendar classes with their local subclasses, used for rendering pre-formatted output.