On Unix Philosophy

1 Like

That’s how I learned the art of making web pages! It was 1999. Then a year later I installed Linux for the first time (at work, even!) and never looked back. Gaining shell mastery took a lot longer, but the principle is sound.

1 Like

I made my first website on members.the-globe.com in 1996 when I was in college. It was actually an Anne Rice fansite called The Vampire Connection. It only occurred to me relatively recently (as in during COVID-19) that I could in fact make my own website framework using shell tools.

I won’t claim to have mastered the shell, but I’m getting closer.

1 Like

Well, relative mastery. :sweat_smile: Either way, that points out a problem: we’re old. How do we get more young people to learn the same way we did? Because in my experience many of them balk at the idea, and it’s not even their fault.

1 Like

I think people need to decide for themselves that they want to learn the Deep Magic. All I can do is show that it can be learned and used, and explain some of what I’ve learned.

A typical web dev depending on npm, React, etc. has no idea that they can build a static website with make, HTML-XML-utils, sed, awk, etc. Why would they, especially if they learned at a bootcamp or from a MOOC? They might explain how to type commands into a terminal, but if they teach UNIX fundamentals at all, it’s as a means to an end instead of encouraging people to explore the underlying system and bend it to their will.

It hadn’t even occurred to me to try using the fundamentals like this until I had discovered sdf.org and saw this in the footer of their website:

(this page was generated using ksh, sed and awk)

I had no idea how exactly they were doing it, and didn’t know who to ask, so I set about figuring it out myself.

And I refuse to accept that I’m old. I might not be young anymore (it’s been 30 years since I wrote my first fiction!) but in my heart I’m still 18 and still an angry young man.

2 Likes

It’s funny you ask that, because for a while now I’ve been in correspondence with someone younger than me who’s been learning how to do all sorts of stuff with the command line, a prospect thatā€˜s still too daunting for me.

If you’re sincerely asking, though, there’s a lot out there to learn about effective pedagogy. Have you ever read A Mathematician’s Lament?

No! Thanks for the rec! Been teaching stuff to people for years, but informally, and mostly online. And what I’m talking about is far from absolute, or even a trend; heck, we have a lot of 20-somethings right here on this forum. That’s great.

It’s also a self-selected crowd. Can’t be helped, I guess. You can lead a horse to water, and all that. Mostly it’s about the spirit of learning and intellectual self-reliance. That’s more tricky.

But yeah. ā€œStill an angry 18-year-old manā€ sounds about right. As my late grandma used to say: ā€œthe heart stays youngā€. It’s all too easy to forget when you’re not in front of a mirror.

I am very interested in learning the Deep Magicks (see, added a couple of letters there for mystical effect.) Right now, due to time constraints from work other pastimes I simply don’t have the time or energy. Planning to retire at the end of this year and really dig into it.

2 Likes

I’d love to retire, but my mortgage won’t be paid off until I’m 69 and I might not live that long. So I try to half-ass my day job and reserve time and energy for shit that actually matters. Why not, when I make six figures and still feel like I’m living paycheck to paycheck?

They pretend to pay me and I pretend to work.

2 Likes