Does anyone else here participate in the selfhosting hobby without a formal IT related education or a career in a similar field? I’ve only had one or two programming courses as part of my university education, but it was only very basic Python and C. I’ve never formally learned how to use containers, version control or anything else. Sometimes I regret not pursuing an education in IT/programming because there are so many things I’d like to accomplish but can’t (for example if there’s a feature missing in some project, or to feel safe in my abilities to harden my servers and my network in order to expose services to the open internet).
Does anyone else here participate in the selfhosting hobby without a formal IT related education or a career in a similar field?
Yes.
Sometimes I regret not pursuing an education in IT/programming
I’ve thought the same for most of my life, but right now, not so much. All of my friends in the field are being laid off.
Nothing about my IT or software career has changed anything about my set up, except maybe some of the OS hardening info, which could be easily googled.
No need to gate keep, we kill google one laptop at a time :)
I personally do have a degree in computer science, but I feel like I would be doing this anyway, even if I didn’t. My degree didn’t teach me how to self host
Yeah, I studied linguistics and literature… Somewhere at the end of university I was presented to Linux and began my journey with computers. Bought a pi in 2012…used it as a media server … one thing led to another until I was able to build a debian server with 20 containers.
I’m gonna speak generally and it doesn’t quite generalize. Sue me.
Formal education in computer science is a waste, unless you want to be in academia. A formal education in computer science will either prepare you for higher education in Computer Sciences, or it will drill into you some best practices on how to be a good programmer. You can get the latter through brute force for free.
That said, I have a formal CS education. It has helped my career 0. I’m 10 years into my career and am the 1 man cybersecurity team (plus my boss and my coworker who does most of our networking stuff unless he’s too busy, then that’s me as well) for a fleet of ~4000 devices across ~1500 folks.
I have never once needed to explain to someone what von Neumann architecture is, and how it differs from Harvard. I have never once needed to explain two’s compliment or how to represent negative numbers in binary. Knowing what an xor swap is and why it’s used has only helped me solve a leetcode problem exactly ONE TIME. I have explained to many people what P vs NP is (no your suno track will not be the next cultural phenomenon) but nobody cares.
The stuff that did serve me was like, making the card game of war in Java. Even the GUI. That’s a project I would have never done because who TF would. But it forces you to implement recursion (war within a war), it entails some good validation checking practices, etc. the truth is though, I did not need a college education for that project.
At the end of the day, technical projects teach technical skills. Not PowerPoints based on textbooks.
If you wanna learn how to harden your servers, I recommend freemium hands on learning platforms like tryhackme or hackthebox.
Hack the box has a module on server hardening. It’s my go to for hardening servers. Happy to share the bullet points. It’s not too much. Basically just disable root auth, disable ssh except key-based, enable MFA (I use authelia) and you’re harder than 90% of boxes in the wild. Then just setup Fail2ban and you’re more or less golden for a home server.
I will take your advice to heart.
You write “participate” which sounds like a free choise, but I don’t do it out of my own free will. I do it because the web is so enshittified, that it forces me to selfhost more and more of my own websites that only I use.
I fucking hate doing any devops. I think it’s the most boring, soul sucking task there is. Fucking yamls and .env and config files in different places for every app with it’s own syntax.
I tried passing it to an LLM but it’s always subtly wrong, so in the end I still have to read everything, correct everything, generate keypairs, configure something on each client etc.
Every day a million bots are hammering my services, so I have to run crowdsec and fail2ban and make sure there are no ways in, everything is behind a login, up to date, constant manual migrations to newer versions cause one of my hunders of apps always has a breaking change.
I’ve written more devops and security related stuff on my CV than my carreer programming experience. I got a job because now I am not just a fullstack developer, but a fuller stack devsecops-veloper. Showing my homelab and docker setup during a fucking java + react interview landed an immediate yes at the wage that I wished.
I fucking hate devops. Now I have to do it in my free time and at my job. Why does the world force me into devops? Please take it away. Let somebody else handle it. I want to enjoy my life again.
/notsarcasm
Does not sound like you would enjoy NixOS, or perhaps it would be perfect. Everything is done by config.
Bachelor of science in molecular biology here. Never had any computer/programming courses, not even in college. I come from a 3rd world country, so our “computer lab” naturally had two desktops that we were only allowed on for half an hour a week for basic windows tasks. I’ve always been a curious person, though. Moved to the US in 2010 and started messing around with a laptop I had that was struggling to run windows. Ran into this thing called “Linux” and the rest is history.
I’ve had countless sleepless nights fixing things on my broken Linux installs and/or to make some things work. That is the thing that built what I know now.
Being the same curious dude I am, I wanted to dip my toes into self-hosting, and I just discovered that it’s just a whole new world that is even more fun. Been doing things in this realm for around 1.5 years now and still dabbling.
Edit: forgot to mention that I now work as a software developer at a big company. Yes, my microbiology degree is sitting in the drawer sleeping. lol
I’m a social worker. I have yet to find another in my field who does this, but I’m always searching. When I find them, I’ll form a joint practice with them. With our powers combined we will take over the world.
I’m not a social worker, but I am interested in world domination. Can I join?
Yes, all self taught. I do some script writing in my job but it’s mostly mechanical engineering. I’ve had lots of people assume I work in IT.
I have no formal training but have been in IT for over thirty years.
The IT way
I have no training. Moved to Linux when W10 came out, and just organically got to self hosting
I learnt basic HTML as a youngling in the 90’s so back before it got very complex, no formal training. I pretended to learn python for my 100 level comp sci in the mid 00’s but completely forgot it after the class was over. I just got into the hobby recently because I did not want to continue paying for stuff but not owning stuff, and it was getting silly expensive for my unlimited free trial hack and personal blog. Plus I wanted to start getting away from big tech, so learning about self hosting from the web and double checking my stuff with Claude really helps.
Well, I’ve had a computer in front of me since the 70s. Don’t conflate longevity with knowledge tho. I’ve had no formal training, even tho I ‘ran’ the IT dept for a small construction company in another life. One of my jobs was to train old head construction workers on how to use a lap top, a digital camera, how to interface with our servers to upload data from the field. That was wild.
But, no formal training here. Most of what I know I learned by: Reading, screwing it up, doing it again, ad nauseam. And then when something worked, write that shit down.
Basically same here except Millennial timelines. I only really know what I use myself.
I only really know what I use myself.
That’s basically how I know just about anything. Hands on failure until it works. And when you think about it, success is merely a string of failures. Given that, I’m succeeding like a mofo. lol
Great post. For those who don’t know, breaking shit is a good way to learn.
Yes, I’m a geologist by education and career. I self-host a few different services but keep them all on my LAN. Setting up Netbird is on my to-do list, but I’m simply not confident enough in the network security aspects to expose anything outside of a VPN tunnel.
No formal education in IT, I’m a GI surgeon.
I built my own gaming pc’s in mid-late 00s and i also knew some basic html just by the virtue of being on the internet as a kid and trolling at bulletin boards/trying to build some websites.
In 2018 i was miserable as a GP after finishing my medical decree. I was thinking about changing careers and I did most of the online version of Harwards CS50 course for fun. In the end i did become a surgeon and not an engineer.
In 2025 Trump II happened and seeing that the tech billionaires were in on it, I lost faith in the USA as a country. I wanted to get off all of my subscriptions and american big tech services, which I’m happy to say ive almost completely achieved. As i was searching for the best replacements for all the services I realized the cleanest and most future-proof path is to host my own.
I run nextcloud, immich, jellyfin, matrix, home assistant, paperless, ollama etc etc. There’s still a whatsapp account unfortunately. It is mirrored to my matrix instance so the (grapheneOS) phone i use daily doesnt have a whatsapp client but a matrix client instead. Nothing is happening on the phone whatsapp runs on.








