Beej Jorgensen@lemmy.sdf.orgtoTechnology@lemmy.ml•"waves of technological innovation" have gotten faster over time, "students might now find themselves learning skills in college that are obsolete by the time they graduate"
0·
1 year agoI was taught obsolete things in college in the early 90s. But FORTRAN wasn’t the useful part of the class–problem-solving and broader language exposure was.
People focus on random technologies that are being used in class as being obsolete, but that’s not the point of college. You can learn technologies on your own, and if you have trouble with that, maybe practicing it in college is a good idea.
Basically we’re going to drill on technology-agnostic fundamentals for 4 years, and use a wide variety of technologies and languages as vehicles for that so you get a good breadth of experience.
This is the fun way. I have a ton of configuration files in git and I symlink to them from various places with an install script. And zshrc has enough brains to determine the OS it’s running under and the hostname. Between those two, I can have it do all the Right Things no matter what system it’s on. So far, it deploys to my personal Mac, my work Mac, my personal Linux box, my SDF account, and my Android phone with tmux.
Basically I clone the repo into
.local/share/beejsys
and then run the install script and everything just works. And I don’t typically have to rerun the install script after a pull.