Earlier quoted context omitted.
I'm also optimistic they'll revamp GitHub's pricing structure. Their current price of $7 a month is absolutely absurd for individual developers. I can get a pretty decent VPS for $2 a month cheaper. Considering that most of their competitors give small teams free private repos, their price should be half of that. I understand that they have a lot of open source projects to subsidize and all, but I highly doubt a lot…
I don't understand why a solo dev needs to host his private repos somewhere. You can just keep it on your machine, and have it backed up with the rest of your data. And given git is distributed, you should be able to work with teams w/o requiring Github.
Microsoft Is Said to Have Agreed to Acquire GitHub
151–160 of 1001 posts
Re: Microsoft Is Said to Have Agreed to Acquire GitHub
#152If you're thinking of moving off GitHub, one thing that I have heard about that might help you is you can ask GitHub to mirror repos, the way https://github.com/moodle/moodle looks -- note it says: moodle/moodle mirrored from git://git.moodle.org/moodle.git That way any URLs to your GitHub repo should carry on working. People can even clone and pull this repo. That may ease migration, especially if some tools assume…
Re: Microsoft Is Said to Have Agreed to Acquire GitHub
#153Tbh, I like this move. I hope they will merge Atom with VS Code and shutdown VSTS in favor for GitHub.
I'm also optimistic they'll revamp GitHub's pricing structure. Their current price of $7 a month is absolutely absurd for individual developers. I can get a pretty decent VPS for $2 a month cheaper. Considering that most of their competitors give small teams free private repos, their price should be half of that. I understand that they have a lot of open source projects to subsidize and all, but I highly doubt a lot…
Why would you lower your price if people are still paying for it and you are the market leader? Also at $7 per month it is among the cheapest tools for a professional developer.
Re: Microsoft Is Said to Have Agreed to Acquire GitHub
#154Re: Microsoft Is Said to Have Agreed to Acquire GitHub
#155Tangentially related, but maybe microsoft could actually do that : why is github's search so terribly bad ? If they had developed a good powerful code search (custom semantic engine for most used languages, complex queries, exact/fuzzy matches for syntax, use of history, etc) they could have become the primary way you interact with code you don't know yet. As it stands now it's simply more efficient to clone and use…
Re: Microsoft Is Said to Have Agreed to Acquire GitHub
#156Tbh, I like this move. I hope they will merge Atom with VS Code and shutdown VSTS in favor for GitHub.
Atom and VS Code are both built on Electron. No need to kill Atom as it and VS Code are built for different purposes.
Re: Microsoft Is Said to Have Agreed to Acquire GitHub
#157Why I'll never trust Microsoft ever again. "postmaster@nsa.gov" https://en.wikipedia.org/wiki/NSAKEY
Re: Microsoft Is Said to Have Agreed to Acquire GitHub
#158Earlier quoted context omitted.
Why not self-hosting?
1. Electricity cost 2. Need for constant electricity 3. Internet cost 4. Need for constant Internet access 5. Cost of hardware 6. Heat generated by the running hardware 7. Noise generated by the running hardware 8. Space occupied by the hardware 9. Need to update and maintain hardware/software 10. Worse discoverability for your repos 11. ISP asking questions 12. Government asking questions 13. Police asking questions…
"Self-hosting" doesn't have to mean having a giant server farm at home. You could put it on an AWS/GCP/Azure free-tier VPS instance.