Browsing Tag
selfhosted
15 posts
My idle ClickHouse was merging 11 million rows every 30 seconds
I run a small self-hosted observability tool on the cheapest VPS I could find on purpose: 2 cores,…
The App’s Done. So Why Does It Keep Failing Review?
Last time I talked about the four walls between building fast with AI and actually shipping. Today, the…
Deploying Dokploy – Self-Hosted PaaS for Docker Applications on Ubuntu 24.04
Dokploy is an open-source, self-hosted PaaS, a free alternative to Heroku, Vercel, and Netlify, that deploys apps from…
How to Build a Self-Hosted AI Gateway With LiteLLM and Open WebUI
If you’ve ever self-hosted AI tools, you know how quickly things get messy. One app talks to OpenAI.…
Shipping Web Apps to a VPS Should Be This Simple
I like servers. Not in a “let me spend Saturday hand-tuning nginx” way. More in a “this $6…
Helicone is now in maintenance mode. Here is how to switch to a self-hosted alternative in 5 minutes.
If you have been using Helicone to track LLM costs and traces, you may have noticed it was…
Cloud AI APIs vs. Self-Hosted LLMs: When an Old Phone Beats GPT-4
A Reddit post recently caught my eye — someone turned a Xiaomi 12 Pro into a 24/7 headless…
What’s New in Diction 5.0
Diction 5.0 is out. Three things changed in a meaningful way: the cloud is rebuilt from scratch, AI…
Home Assistant vs SmartThings vs Hubitat: Which Smart Home Hub in 2026?
Choosing a smart home hub is one of the few irreversible decisions in this hobby. Once you’ve built…
The missing layer between your AI agents and you
The three patterns developers settle for Pattern 1: Terminal babysitting python my_agent.py >> agent.log 2>&1 & tail -f…