Hacker News new | ask | show | jobs
by panicpanicpanic 1535 days ago
You're profoundly overestimating how 'simple' this is, or even understandable, or how much even most bloggers are interested and/or have bandwidth to understand, what these things are. Whether you're saying they'll need to understand these things is a different matter; so far that hasn't been the case, and is unlikely to be going ahead.
1 comments

Understanding of technology necessary to self-host a blog (whether it’s a hobby or you’re writing full-time) is not that different from, say, knowing enough about how various components of a motorcycle work to maintain and repair your own ride (whether it’s a hobby or you do pizza delivery full-time). To deem it of no possible interest to and too difficult to understand for anyone not in the chosen minority of experienced software engineers is at best misguided, at worst elitist (when it comes from one).

Sure, some can’t be bothered. Yes, some would rather pay a professional who often (notably, not always) would do a better job. True, some things you fully grasp only after years of experience. Still, it’s not that difficult. You don’t need to know how to write an OS or build an ICE from scratch to do an adequate job. People routinely learn to do quite complicated things out of passion and/or necessity even when it’s far disconnected from their primary profession; spend some time with the right sources of information and you’ll be alright.

> Understanding of technology necessary to self-host a blog

Right, but you are comparing your setup and its costs to wordpress.com, which is not self-hosted and does not require that understanding.

I can agree with you and still be baffled by that response. Knowing the tech underlying a blog and saying using an SSG on a Raspberry Pi is simple are different things.
In its core, that Pi is just a small Linux server. You're not touching the parts of it, that are different from, say, a VPS. You install a web server, you edit a file, you are done. Maybe you init a git repo and do some post-update magic, but that's not even necessary if you do it right.

If you're capable of buying a VPS you're capable of sticking a USB cable and an Ethernet cable into something.

I’d say Pi’s easier than a VPS in a number of ways.

With VPS, you typically must know how to SSH and be able to find your way around the system entirely without a GUI (which could be jarring at first). Personally, when starting out, I was always anxious about messing something up so that it makes the server impossible to boot remotely.

Pi, meanwhile, is just another computer you physically have and can do all the normal things you do with a computer you physically have with. It has some hardware peculiarities, but then it’s also simpler to set up than building your own desktop (which, by the way, is another thing non-engineers routinely do).