Attempting solidarity pragmatically.

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

  • 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: July 23rd, 2023

help-circle
  • That’s probably closer today than it was then. The added complication being that client is probably not thin enough for them to return to mainframe model which would be vastly easier to monetize.

    Besides we got WSL out of the bargain, so at least inter op isn’t a reverse engineering job. Its poetically the reason linux ended up killing the last few win sever shops I knew. Why bother running win sever x just to run apache under linux. Why bother with hyper v when you can pull a whole docker image.

    If the fortune 500 execs are sold on microsoft ita mostly as a complicated contactual absolution of cyber security blame.



  • I use the Debian social contract as an example of the an unmitigated good in open source.

    That doesn’t mean the org always live up to it, but that’s partially why there are battles for things like representation inside. I wouldn’t extend the benefit of the doubt to canonical, and I prefer rolling as opposed to security ported updates on my own hardware, but they made what you see possible on the internet in large part because people came together to make a free platform.

    The orgs dogmas look like product of a bygone age to be, and changes to environment in software is probably as hostile to their approach as ever. I’m amazed they’re not more dysfunctional just from the outside looking, it’s a rock solid implementation.


  • Definitely worth running through vim tutor at least once.

    It’s beyond typing speed, things like piping out strings to utilities is using one program to write another, you aren’t just getting faster because of access, it’s a paradigm shift.

    Edit just for fun: im a non Dev dummy who happened to grow up in a Unix household. Even having dropped vim for helix and bounced around the MS admin/Apple IT space for 30+ years. When I switched to Linux I could still remember binds I’d set up and last used at 9.

    Kinda like riding a bike.



  • This is incredibly true. The hardware manufacture process is a slow turning and cost centric wheel, but it’s always forward looking. If it doesn’t exist today you are building around compromises made outside the scope of your concerns.

    Anyone whose had to work on DEC or Sun hardware can describe in excruciating detail about how minor implementation differences in hardware cascade down the chain. (Missing) Rubber washers determined a SAN max writes once, lest the platters vibrating cause the chassis to walk across the floor.

    ‘Universal’ support is always a myth, and carving up what segment to target is shooting one moving target while standing on another one unless you have exclusive control of implementation of the whole chain (apple).






  • 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.



  • 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.





  • Tldr and tealdeer in the arch repo are both helpful, but Ill do you one better since someone already beat me to it. I found fish shell’s tab completion with either tool to be immensely helpful if you’re not trying to stay stock standard. But if you’re working on a lot of remote machines you don’t own stick with bash/zsh.

    There’s some easy to find fuzzy search and linting for for history plugins that mean if you found it once you can do it again in whichever shell.

    Its mostly familiarity, but i don’t think I could function without fzf.


  • I’ve kind of come and gone full circle on this one. It fits in the same space as the terminal, way more useful when you know what you want.

    Some config files are a lot easier to get the behavior I want, but editing a poorly formatted (or in some some cases pointlessly complicated) config is a quick nope out.

    Too many options to learn a new language.