Realistically, you only need a garage
Realistically, you only need a garage
I think I’d just get tired of bacon.
Only the original is delicious
WHAT??
Wait, cyber trucks hava a liver?
I never expected something to take that from the Pontiac Aztek
Wait, you’ve never wanted to drive a doorstop?
Like if everytime someone mentioned the usa people were like “Oh are you afraid of being shot? bet you have to constantly watch out for being shot huh? shot?”
As an American, I kinda am…
It’s not innovative anymore, but it sure was when it released. But they kept it near its peak instead of making it utter horse crap.
I’ve been sick… I’m pretty sure I may have bought this toilet paper.
I vaguely remember reading a news story about a firefighter that did that a while ago.
1gb symmetrical $70 a month…
You aren’t wrong… But everything with extended use needs to be maintainable. Making a change in 5 places sucks.
Plus, that’s what open-closed principle is all about. Instead of adding additional functionality to current working code, you extend and modify.
My 4 host machines run debian (proxmox). I have a lot of different guest flavors running though, debian, fedora, rocky, one old guest still running Ubuntu and even a mint sandbox machine.
I probably have a bit more complicated self host than others because I am using it both for my useful internal services (jellyfin, git, pihole, etc.) I also run a whole lot of services for learning, such as kubernetes and dns. Plus a whole lot of other mostly useless stuff that I only use to test different architectures or automations that come in handy as an SRE.
The thing to think about is reusability. Are you copying and pasting code into multiple places? That’s a great candidate to become a class. If you have long lived projects (i.e. something you will use multiple times over a lot of years) maintainability is important. Huge functions and monolithic applications are very hard to maintain over time.
Break your functionality out into small chunks (methods and classes). Keep it simple. It may take a while to get used to this, but your time for adding additional functionality will be greatly improved in the long run.
A lot of great programmers were terrible at one time. Don’t let your current lack of knowledge of principles stop you from learning. One of the biggest breakthroughs I had as a programmer is changing how I looked at architecting applications. Following SOLID principles will assist a lot in that. Don’t try to understand and use these principles all at once, take your time. Programming isn’t what you make your living with, it’s a tool to help you be more efficient in your current role.
Realize that becoming a more effective programmer is different for everyone. Like you, I was self taught. I was a systems and network engineer that decided to move into software development. I’ve since moved into a role that takes advantage of all the skills I’ve learned through the years in SRE. like you, a lot of what I write now is about automation and analysis.
The NFL is a non profit, the teams are not. It still doesn’t make it right, though.
I see you’ve met my ex wife.