I shared this with my wife. She said “It sounds like pangolin programming.”
- 0 Posts
- 19 Comments
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·6 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·6 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·1 year agohunter2
elephantium@lemmy.worldto
linuxmemes@lemmy.world•Remove the French language pack. Thank me later.English
3·1 year 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!
elephantium@lemmy.worldto
linuxmemes@lemmy.world•Don't have this problem to be honest, I'm the sysadmin 😁English
1·2 years agoI work for a large company that issues Windows laptops or MacBooks to employees depending on the work requirements. Most developers I know there use Macs, and I’ve only heard of 1-2 cases where programmers needed to get a Windows machine because they were working on a particular project.
So this is def YMMV territory.
elephantium@lemmy.worldto
Selfhosted@lemmy.world•Lemmings, what's your self hosted server power usage?English
2·2 years agoWhat do you get when you cross Family guy with BTTF?
1.21 giggetywatts!
Simple: Computers are not doors with locks. Antivirus is not a deadbolt, and IMO it’s really misleading to compare them. You’re trying to tell people in this thread that you need AV on Linux, against consensus, “because security”. I still don’t understand why you think it’s necessary. What’s your threat model? How does AV improve security on your servers in a way that a firewall doesn’t?
Did you know that there’s another jackoneil on lemmy? Except he spells his name with just one ‘l’, and he has no sense of humor at all.
But would you put a deadbolt on your garage door? Or on your fridge door? IMO, arguing by analogy here just obfuscates the points – your servers aren’t physical doorways with locks, and comparing them just confuses the issue.
Can you explain what added security an antivirus package would offer for a Linux server? I haven’t done much with Linux administration, mostly just using Docker images for stuff at work.
I’m not a super Linux expert or anything, but I do grok tech, and I’m curious about this topic.
I stopped reading at “the Internet got going in 1995”. FFS, even the web dates back to 1991!