Posts
-
Running OpenCode with Self-Hosted Ollama on Modal
A missing newline character broke my agentic coding setup for hours. Here's how I debugged a subtle SSE streaming bug while self-hosting Ollama on Modal for OpenCode, plus the full deployment setup. Read on...
-
Setting up Staticman for self-hosted comments
I finally got Staticman to work, a very cool self-hosted commenting tool for static sites. I now have full control over the commenting function on my blog, and no registration to any provider is needed to post comments. Read on...
-
Multi-schema Postgres database handling through SQLAlchemy
SQLAlchemy is a very mature database toolkit for Python. I am working on a project which uses a postgres database consisting of multiple inter-dependant schemas. I will go through how to reflect such a database using Sqlalchemy's ORM, and how to create migrations on a per-schema basis using alembic. Read on...
subscribe via RSS