(no title)
happyjack | 2 years ago
My only comments from someone who found Linux in high school, used to love computers, the old internet, and used to do scientific computing in Fortran and matlab.
I read through some of these posts and feel like I'm on a different planet when it comes to computers. So many packages, podmans, stand ups, etc etc. seems like there's a package, library, git runner whatever for everything. Micro services, web apps, the word app in general. Virtualize everything.
When did software design / engineering change so much? Are things really getting better, or is computing power allowing the industry to duck tape a billion things together instead of writing in low level languages and using standard packages and compilers?
What are recruiters and companies looking for?
sk11001|2 years ago
We need to do more complex things, and if you want to do these things efficiently without reinventing things from scratch, you need to rely on different tooling and work on various level of abstraction.
> Are things really getting better
No but they aren't getting worse either, they're just different (except for the parts that aren't).
> or is computing power allowing the industry to duck tape a billion things together instead of writing in low level languages and using standard packages and compilers?
Lower level languages aren't better than higher level languages, they serve a different purpose. As a professional, you need to pick the right tools to do your job.
lurking15|2 years ago
happyjack|2 years ago