A fully local smart thermostat can be built from a 5 dollar ESP32
, a BME280 temperature sensor, and a small relay module. ESPHome
’s built-in thermostat climate component runs the control loop directly on the microcontroller, while Home Assistant
handles schedules, presence detection, and the dashboard. Total parts cost is under 30 dollars, nothing talks to a cloud, and because the heating logic lives on the ESP32 itself, the thermostat keeps working even if your Home Assistant server is rebooting or your internet is down.
Latest
Hands-on experience with AI, self-hosting, Linux, and the developer tools I actually use
Smart Thermostat Under $30: DIY with ESP32, No Subscription
Build a CLI Dashboard with Go and Bubble Tea
The Charmbracelet Bubble Tea framework lets you build live terminal dashboards in Go using the Model-Update-View pattern from Elm. Pair it with Lip Gloss for styling and Bubbles for ready-made widgets. You get live panels, key navigation, and flex layouts. It all ships as one binary with zero runtime dependencies.
Terminal dashboards fill a niche that classic CLIs and web apps both miss. Think of a monitor that runs over SSH on a headless box. Think of a database explorer that starts in milliseconds with no browser. Think of a log viewer your ops team can reach with no auth layer to set up. These are the use cases where TUI dashboards shine. Bubble Tea now sits at v2 with over 41,000 GitHub stars and more than 18,000 apps built on it. It has become the go-to framework for this kind of work in Go.
Komodo vs Portainer vs Dockge: A 2026 Homelab Decision Guide
Pick Komodo for Git-driven deploys across many Docker servers from one screen. Choose Portainer if you run Kubernetes, which Komodo does not support. Pick Dockge for a single lightweight host. Komodo added a dedicated Docker Swarm resource in 2026, closing what used to be the single most-cited reason people held off, a complaint that once drew 168 votes on Reddit.
Key Takeaways
- Komodo wins on Git-driven deploys across many servers from one screen.
- Portainer stays ahead for Kubernetes and mature production tooling.
- Dockge is the lightest pick if you run a single host.
- Komodo now manages Docker Swarm; Kubernetes is the remaining orchestration gap.
- Komodo’s default VPS setup is insecure until you lock the agent port.
What is Komodo and what problem does it solve?
Komodo is an open-source tool that builds and deploys Docker software across many servers from one place. It is licensed under GPL-3.0 and written in Rust and TypeScript. The project lives at moghtech/komodo and was renamed from “Monitor” before the rebrand.
Hailo-8 vs Google Coral TPU for Frigate NVR: Which Edge AI Accelerator Wins in 2026
The Hailo-8 (26 TOPS) is the clear winner for any Frigate build beyond four cameras, and the Hailo-8L (13 TOPS) has taken over as the sweet spot for mid-tier setups of six to ten cameras. The Google Coral Edge TPU (4 TOPS) is still a defensible pick for ultra-budget one-to-three-camera Raspberry Pi builds where an M.2 slot or spare USB port is already sitting idle, but the Hailo-8L usually beats it on price per TOPS even in that range. Reach for Coral when the only goal is stopping Frigate from melting a Pi’s CPU. Reach for Hailo-8 when there is headroom to grow into YOLOv8, higher resolutions, and future model upgrades.
The Chinese Open-Weight Coding Stack in 2026: Is Kimi K2.7 Real?
The Chinese open-weight coding stack leads several benchmarks in 2026, but the rankings disagree. Kimi K2.7-Code just landed, yet auditors call it more honest than capable, not better than K2.6. No single model wins outright, so the smart play is a hybrid: plan with Claude, code with Kimi for about $39 a month.
Key Takeaways
- No single Chinese model wins; the leader depends on your task and budget.
- Kimi K2.7-Code looks more honest than K2.6, not clearly smarter.
- Benchmark lists and real-usage data disagree on who leads.
- Kimi K2.6 burns about twice the thinking tokens of K2.5.
- Most heavy users plan with Claude and code with Kimi to cut cost.
What is the Chinese open-weight coding stack in 2026?
The Chinese open-weight coding stack is the group of open-license models built mainly by Chinese labs for agentic software work. The roster includes Kimi K2.6 and the new K2.7-Code from Moonshot, GLM 5.1 from z.ai, Qwen3-Coder-Next from Alibaba, DeepSeek V4-Pro and V4-Flash, MiniMax M3, and Xiaomi’s MiMo V2.5. All ship under Apache, MIT, or near-equivalent open terms.
Drizzle ORM vs Prisma: Which TypeScript Database Toolkit Should You Pick?
Drizzle ORM is the better pick for edge and serverless work in 2026. It ships a 7.4 kB gzipped runtime with zero binary dependencies. Prisma is the stronger choice for teams that want a higher-level query API, a polished data browser, and a growing cloud platform. The right answer turns on where your code runs and how your team thinks about SQL.
That one-paragraph summary covers the call for most people. The reasoning behind it is the rest of this post. The two tools follow different beliefs about how TypeScript apps should talk to databases. Those differences show up in every part of the workflow, from writing queries to shipping on Cloudflare Workers.






