Attempting solidarity pragmatically.

Also @cakeistheanswer@lemmy.world @cakeisthenanswer@lemmy.fmhy.ml

  • 0 Posts
  • 12 Comments
Joined 11 months ago
cake
Cake day: July 23rd, 2023

help-circle


  • Generally Fedora’s purpose is to make sure nothing gets into redhat (RHEL) Linux. So if there are breaking changes to things, you’ll be getting them.

    Historically if people had wanted to learn I’d push them towards Ubuntu because its Debian based, meaning familiar enough to most of what runs the modern internet that I could eventually (I’m not a Linux admin) fix.

    These days if you just want to use it I’d pick Linux mint, just since they seem to be orienting towards that way. Arch or SUSE based something if you want to learn more about how the packages you install work together. But the choice in distro honestly feels more like an installer and package manager choice than anything. a distro is just a choice of which thousand things to hide in a trenchcoat.

    I just ideologically don’t like IBM and would rather hand in my bug reports to the volunteer ecosystem.


  • This is my one of my favorites for exactly this reason. Agreed, other than the triumph of what little humanity Ted has at the end there’s not much in the story.

    But despite being a famous asshole it always seemed Ellison loved this story, right down to actually re writing a happy end to the “I have no mouth…” adventure game in the early 90s.

    Speculation on my part, but I always thought for a famous pessimist he thought his warning might make a difference, which is its own kind of hopeful.



  • Hey I’m you at almost 40! I was always dev adjacent, but never learned to do much more than basic scripting for work.

    I started with a couple books: Chassels intro to emacs lisp and Python the hard way.

    Python was helpful for a couple things, but the ecosystem is kind of a disaster. I found just the general emacs config helps quite a bit get your feet wet with lisp likes.

    Other people have mentioned Go is a great start point because its simplified, and I’ve definitely found it a lot more helpful than the java and C compliers I tried to learn on in my teens.

    The only other thing I’d throw out is Lua, it’s super verbose in a way thats pretty easy to understand. it’s also relatively easy to find programs like wezterm that are configured through lua and offer instant reaponses when you change something and see changes.

    Just like any new language it takes time, and some hard work to internalize what youre learning, but I don’t think there’s a too old.

    You don’t have to be the best programmer ever to do useful things.