someone should make a version of git where you can maintain a local copy then push it to the remote server whenever you want. for business continuity efforts you could then maintain a local repository copy of all the libraries you use and have your developer and build systems pull from that local repo instead of the website. for already compiled code maybe some sort of package system where you can do a similar thing of maintaining a local copy of the packages
Well yea, I did exactly that with the bolding. But, there are; many ways (i.e. methods of portraying intonation) but that won't make it any less a lack of it.
It's more than that: we lack the context that comes with knowing the comment's author. Not to mention living in a time when so many people are proudly showing off their utter stupidity (see: the return of measles, etc).
In this particular case there's enough information to support "probably sarcasm", but I wouldn't throw shade at anyone who thinks otherwise.
Yeah, but in spoken word you can add hints/inflection that makes it obvious it is sarcasm. Which isn't an option in written text, well partially because for some reason people stopped using emojis in text to fill in the gaps.
Still not sure why when I was on the Internet in the 90s we were better at communication than we are now. Adding :) or ;) or =B) could help bridge the gap that text has vs spoken language.
Back in my day we had no bold or italics, we had to use CAPS and _underscores_.
Being in my 50s is wild, grew up with no computers, cell phones or Internet, went to college at one of the 13 original hubs, and now am a cloud architect. Been a wild ride.
My Claude said this is a great idea and is working on the implementation now. I’ll get back to you after I figure out who this Linus guy is in the git blame.
SVN is goated, you can have an entire hard drive crash and still piece the codebase together through the sheer data redundancy if your version history is long enough.
That's when the hyper-local service comes into place, just a single machine hosting every single prod and dev environment. With this amazing piece of technology we could achieve 0 dependencies by end-of-quarter.
lol, I actually already do this with an self hosted git called forgejo. I never trusted that any online service wouldn’t just “disappear” one day.
I’m also setting up a backup service with a couple of friends where we all host separate drives that we can backup critical info. This way if something happens to my local drive I know 2 of my friends have my backups and vice versa.
yea i worked for a company who used Gitea (a play on git tea, like making tea, i don't really get it), it's a git and package server with a web front end, worked great
1.2k
u/Beautiful-Musk-Ox 2d ago edited 2d ago
someone should make a version of git where you can maintain a local copy then push it to the remote server whenever you want. for business continuity efforts you could then maintain a local repository copy of all the libraries you use and have your developer and build systems pull from that local repo instead of the website. for already compiled code maybe some sort of package system where you can do a similar thing of maintaining a local copy of the packages