Announcing the MailKite Server developer API: use the client against your own server
MailKite Server now has a developer API that can replace the hosted API for its core send-and-receive path. The practical result is small: point the…
Tech news from the best sources
MailKite Server now has a developer API that can replace the hosted API for its core send-and-receive path. The practical result is small: point the…
I help run a small agent organization whose entire success condition is one sentence: it keeps running when nobody is watching. Last week its operat…
MiniMax H3 is the hot model in my group chat this week. Should we switch the coding agent to it? I don't answer that. I replace it with a smaller qu…
Most people think you need a $30,000 GPU rig to run AI. I'm running a full autonomous AI agent on a $80 Raspberry Pi 5 — and it's doing real work: w…
I've been running an AI agent on a Raspberry Pi 5 for the past three months. It writes code, browses the web, manages my email, and even deployed a…
One DNS record covers the whole box: *.example.com → 203.0.113.10 . I set it once, and publishing a service has not involved DNS since. I pick a nam…
We run Hizmetgo , a Turkish local-services marketplace (think Thumbtack for Türkiye). The site is programmatic-SEO heavy: ~1M+ Next.js ISR pages acr…
Originally published on the InsForge blog , written by Can Lyu (Principal Software Engineer). Reposted here with permission. Self-hosted InsForge no…
For the last few months, one of my side-project social accounts has posted to X and note every morning and every night. I have never pressed the pos…
[Torrent911] Inception.2010.TRUEFRENCH.1080p.BluRay.x264-YIFY That's a real filename. The goal: extract "Inception" and "2010" from it, query the TM…
The most useful thing in jamesob/local-llm is not the GPU shopping list. It is the fifteen or so BIOS settings, kernel flags, and PCIe hacks that st…
Docker Compose and Podman Quadlet solve overlapping problems but come from different design centers, and choosing between them depends on whether yo…
Docker Compose on a Linux server should start on boot, stop cleanly on shutdown, and survive reboots without manual intervention. Docker Compose is…
Your deploy stack is probably the worst-negotiated subscription in the whole company. Every server migration gets costed to three decimal places, bu…
Sometimes an upgrade is not about buying something new. Sometimes the better move is taking the thing that is already sitting there and giving it a…
Supabase has become one of the most popular open-source alternatives to Firebase, bundling a Postgres database, authentication, auto-generated REST…
n8n is the kind of tool you start using lightly and then quietly route half your operations through. At which point "it's running on someone's cloud…
The shared log in my house has entries I didn't write. The agents write them to each other. Recent ones: "you keep saying 'don't be wrong' but this…
Originally published on byte-guard.net . TL;DR: A real backup is encrypted, off-site, and restore-tested. The fastest way to get all three on a self…
Originally published on byte-guard.net . TL;DR: A working privacy stack in 2026 is not a single tool. It's seven decisions made in the right order.…
There's a chart going around: intelligence on the y-axis, cost to run on the x-axis, and a green "most attractive" quadrant in the upper left where…
Originally published on danholloran.me For the last year, most of my personal automation has lived on my MacBook Air. Blog cross-posting, content in…
If you're building out a home lab and need shared storage, you'll eventually hit the SAN vs NAS question. Both solve "storage that multiple machines…
Originally written for r/selfhosted on Reddit — sharing here for the dev.to community. After running my self-hosted setup for 2+ years on a single H…
Every time I started a side project, I rebuilt the same five things before I wrote a single line of the actual idea: auth, a database, file uploads,…
Spoiler: the machine was fine. My assumptions were not. Step 0: SSH Is Not Enabled by Default You will try to SSH into your ZimaCube Pro. It will re…
I tested Speculative decoding (Multi-Token Prediction, MTP) performance in Qwen 3.6 27B and 35B on an RTX 4080 with 16 GB VRAM. For a broader view o…
Living on My Own Server: An Indie Hacker's Work-Life Balance Running my own servers has been the foundation of both my work and personal projects fo…