79
GitHub CEO delivers stark message to developers: Embrace AI or get out.
(www.businessinsider.com)
This is a most excellent place for technology news and articles.
Time to self host this bitch!
Selfhost what? Git? Git is version control software that you can use entirely locally. The only reason Github/Gitlab/etc exists is because people wanted a central repo to work from.
I don't think this is true. People didn't want to host their own. It's a pretty big task that takes time and attention away from other activities. Especially if you want your repo to face the public. Just keeping it secure can be a part-time job.
Perhaps it is becoming more feasible these days.
Yeah, that's what I was trying to get at ๐
Just in case if you're on drugs, https://forgejo.org/
I know you can selfhost git repo software, but
git
on its own just controls versioning locally on your machine. Syncing to an external repo is optional.