All I can really tell you is that I remember seeing a message about the new default being zsh, and that was back in 2020 or maybe 2021. So it def switched from something else to zsh, but whether it was bash -> zsh or zsh -> bash -> zsh…shrug
- 0 Posts
- 25 Comments
I had to go back and check. Apple says that the default changed from bash to zsh in Catalina (10.15). I seem to recall a message coming up on the machine about zsh. I definitely remember poking around at config files and looking at iTerm2 vs. the default terminal app at the time.
Does that make me extra nerdy? IDK. I can tell you that I was more focused on “What’s going to be comfortable to work with” vs. nerding out on shell differences.
I do miss homebrew now that I’m working on a Windows laptop.
I used a macbook for work for a while with zsh in the terminal. IDK whether I qualify as emo, but I am nerdy. I only think of myself as regular nerdy, though, not extra nerdy.
Oh, come on. They can’t ALL be the worst code I’ve ever written!
I stopped reading at “the Internet got going in 1995”. FFS, even the web dates back to 1991!
I shared this with my wife. She said “It sounds like pangolin programming.”
That’s a great idea if it’s possible, but I want to say it wouldn’t have helped with our environment at the time.
I almost wish I could look back at that repo and share the yaml file here, maybe I was missing something back then. I’m certainly more proficient with yaml now.
I do recall wishing there was a way to simulate the execution locally. I think I remember hearing about a local runner, but it had too many caveats to help.
We use Azure Devops at my current gig. It works pretty well for our setup. I’ve used GHA before; it definitely didn’t “spark joy”. I
wastedspent way too many hours in the “update yaml file, commit, push, wait 5 minutes for it to fail again”spiral of despairfeedback loop.Nice thing with ADO is its release dashboard – you get a really nice summary of recent builds and where they went:
$project - dev - test - prod
I didn’t see anything similar for GHA.
Are you a programmer?
Hudson? Man, that’s a blast from the past.
elephantium@lemmy.worldto
Selfhosted@lemmy.world•Open Source Developers Are Exhausted, Unpaid, and Ready to Walk AwayEnglish
2·9 months agoYeah, it’s fairly clever but not actually magical. Sometimes you have to go in and take a look.
Actually, the real magic is that it works out mostly ok most of the time. Much better than older systems where you would have to “check out” a file to work on it which would lock others out. I’ve heard older programmers talk about needing to go find someone who had a file checked out and have them check it back in to enable them to do some work.
elephantium@lemmy.worldto
Selfhosted@lemmy.world•Open Source Developers Are Exhausted, Unpaid, and Ready to Walk AwayEnglish
4·9 months agoRoughly equal parts “git is clever” and “once in a while, someone has to take some time to figure it out”.
Say the code is split into two files. You and I both make changes, but you’re working on file A and I’m in file B. No problem!
Now we both make changes in file A. Sometimes Git can just “figure it out”, like if all your changes are in the beginning of the file, and all my changes are at the end.
But sometimes we both change the same section. Git can’t figure that part out, so one of us has to sit down and reconcile the changes. Sometimes this is pretty simple, other times…not so much.
Put it all together, and it works out pretty well most of the time.
elephantium@lemmy.worldto
linuxmemes@lemmy.world•Remove the French language pack. Thank me later.English
6·2 years agohunter2
elephantium@lemmy.worldto
linuxmemes@lemmy.world•Remove the French language pack. Thank me later.English
3·2 years agothe greater good
I came here to ask the same thing!
I use podman at work, mostly just a Docker replacement. My biggest problem with it is typing “pdoman” in commands by mistake.
Use the force, NegativeNull!
Ooh, worth a try. I’m not sure whether I have the necessary permissions, though. My work laptop is pretty locked down.