I Stopped Paying Google and Built My Own Cloud
How I replaced Google Photos, Google Drive, and Google Home with a self-hosted Raspberry Pi 5 setup - and what the full technical stack looks like. Th…
Latest Architecture news from Tech News
How I replaced Google Photos, Google Drive, and Google Home with a self-hosted Raspberry Pi 5 setup - and what the full technical stack looks like. Th…
I Built a Self-Hosted Competitor Price Monitor Because SaaS Pricing Is Out of Control The Problem I run a small online store. To stay competitive, I n…
LLM KV Cache Optimization, Open Model Evaluation, & Agent Engineering Skills for Local Deployment Today's Highlights This week, a groundbreaking K…
I run OpenClaw on a Hetzner CAX ARM VPS. It talks to me over Signal and does a morning press review. Three gotchas on that box are worth writing down:…
Originally published on andrew.ooo — visit the original for any updates, code snippets that aged out, or follow-up posts. TL;DR Open Notebook (by Luis…
Six months ago I got tired of switching between apps to talk to AI. ChatGPT in the browser. Claude in another tab. Local models in a terminal. It was …
Philosophy doesn't mean much without execution. If I’m going to advocate for data sovereignty and owning your data, I need to show you exactly what my…
NousResearch Agent, Open-Source Notebook LM, & Local Multimodal OCR for Consumer GPUs Today's Highlights Today's highlights feature new open-sourc…
If you are a developer, you probably have a graveyard of side projects. For years, the formula for launching these projects was simple: push to Heroku…
This article was originally published on aifoss.dev --- title: 'Chroma vs Qdrant vs Weaviate 2026: RAG Database Compared' description: 'Compare Chrom…
Did you know that a 35-billion-parameter model can generate tokens at the same compute cost as a 4B model? That single fact made me abandon a multi-mo…
How five vendors, two batteries, an EV, and a careful policy engine became one operating system for my house. There is a moment when a solar installat…
I wanted to send a movie link to a friend. Plex wanted me to scan a library, create an account, configure metadata agents. Jellyfin was lighter but st…
Both OpenClaw and Hermes Agent are open-source, self-hosted, and connect to Telegram. If you're evaluating which one to run, that surface-level simila…
ICECODE is a self-hosted AI agent platform I built by unifying three open-source projects (Hermes, OpenCode, ClawX) into one cohesive system. It runs …
I manage a small fleet of Linux servers and got tired of the options: Ansible is great but not a dashboard. Grafana + Prometheus is powerful but heavy…
Local LLMs: Bytedance Lance 3B Multimodal, llama.cpp MTP, Ollama Client Today's Highlights This week, Bytedance unveiled Lance, a 3B parameter open-so…
I went down a very familiar rabbit hole this week. It started with the classic Reddit take: why pay for hosting when you can run OpenClaw on an old la…
Cloud computing is brilliant. I'm not here to argue otherwise. But there's a specific use case where it consistently costs more than it should, and mo…
The 5-Minute DSGVO Compliance Checklist for Web Projects DSGVO compliance isn't a legal essay. It's a set of technical and procedural decisions. Here'…
WELCOME Garudian!!! Most AI agent frameworks share the same two problems: they're heavy to deploy, and they forget everything the moment a session end…
Rust Concurrency for AI Agents Five agents. One or two GPUs. Shared VRAM. The Architecture Hand-Rolled mpsc Channels Most agent frameworks use an acto…
llama.cpp supports Sparse MoE, new Qwen3.6 GGUF, & WebWorld for local agents Today's Highlights Today's local AI news features a significant llama…
I like auto-updates in theory. I like waking up to a patched system, fewer stale dependencies, and no little reminder gremlin tapping the inside of my…
A common problem with a familiar shape: a process can dial outbound to the internet, but nothing on the internet can dial it back. Your dev server on …