惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Fortinet All Blogs
WordPress大学
WordPress大学
The Cloudflare Blog
云风的 BLOG
云风的 BLOG
博客园 - Franky
D
Docker
小众软件
小众软件
阮一峰的网络日志
阮一峰的网络日志
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Engineering at Meta
Engineering at Meta
MongoDB | Blog
MongoDB | Blog
U
Unit 42
M
MIT News - Artificial intelligence
B
Blog
GbyAI
GbyAI
C
Check Point Blog
P
Proofpoint News Feed
博客园 - 司徒正美
Hugging Face - Blog
Hugging Face - Blog
雷峰网
雷峰网
IT之家
IT之家
Google DeepMind News
Google DeepMind News
V
V2EX
Stack Overflow Blog
Stack Overflow Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Living on My Own Server: The Balance of Time and Freedom
Mustafa ERBA · 2026-05-10 · via DEV Community

Mustafa ERBAY

Recently, I woke up to three different Docker containers being OOM-killed consecutively on my own VPS. PagerDuty rang at 4:30 AM, and my first reaction was, "Again?" This was a typical morning start in what I call living on my own server, where I manage all my personal projects and side products.

This situation is a concrete example of a long-standing quest for balance: the time and effort I invest in exchange for the freedom and control I possess. Living on my own server has become a choice, a philosophy for me.

The Price of Freedom: Time and Effort

I have a long-standing habit: setting up and managing everything with my own hands. This is essentially a reflection of the experience I've gained in system architecture and operations since 2006, applied to my personal life. It holds true for this blog and projects like hesapciyiz.com, spamkalkani.com, and islistesi.com, all hosted on my own server.

This freedom, of course, comes at a price. Sometimes, as on April 28th, when the disk fills up to 100% or I see kcompactd using 92% CPU, I have to spend hours at the terminal with a coffee in hand. Situations like an sshd failing to accept connections, a Docker disk fire, or blacklisting kernel modules like algif_aead to mitigate CVEs are among the responsibilities this freedom brings.

ℹ️ A Real-World Scenario

One day, I accidentally ran sleep 360 in the background on my own VPS and realized it got OOM-killed. Even this simple mistake can affect the entire system. Such situations constantly remind me to consider more robust approaches like "polling-wait." To err is human; the important thing is to learn from mistakes.

Why Do I Live on My Own Server? My Philosophy

So, despite all these problems and sleepless nights, why do I choose this path? There are a few fundamental philosophical reasons:

Full Control and Independence

On my own server, everything is my choice. From the operating system to the web server, from the database to the application layer, I choose every component. Astro, Node, SQLite, Nginx, systemd, GitHub Actions, Cloudflare form my daily toolset. I can shape this ecosystem according to my own needs, without being constrained by any vendor. This level of control is invaluable, especially when developing complex pipelines or specialized AI applications.

Continuous Learning and Experience

Even with 20 years of field experience, the world of technology is constantly changing. My own server acts as a sandbox for trying out new technologies, tools, and approaches. Moments when my Astro build consumes 2.5 GB of RAM and gets OOM-killed, or when Docker clogs the disk with 33 GB of build cache and 23 GB of unused images, transform theoretical knowledge into practical experience. These real-world scenarios constantly push me to find better solutions.

Economic Efficiency and Scalability

In some cases, hosting on my own server also offers cost advantages. Especially using self-hosted runners to avoid exceeding GitHub Actions quotas provides me with both flexibility and cost savings. The 13+ Docker containers I manage on my own VPS (including Postgres, Redis, Next.js applications) allow me to host multiple projects on a single server at a low cost. This is particularly important for side products.

Innovation and Paving My Own Way

When it comes to setting up AI-