Earlier quoted context omitted.
This seems to be a common problem around the tech industry as a whole. What would it really cost them to have even just half a dozen decent people running around doing support. I am sure they will be busy very quick too but it will help to maintain GitHub as a community focused site that aims to keep you productive after all git is a productivity enhancement utility.
The problem is that you wouldn't need a dozen but rather 100+. Support doesn't scale well.
Ask HN: My GitHub account got suspended without any notice
61–70 of 279 posts
Re: Ask HN: My GitHub account got suspended without any notice
#62I'm sorry to break it to you. But that's basically want you agreed to by accepting their terms of service: "GitHub has the right to suspend or terminate your access to all or any part of the Website at any time, with or without cause, with or without notice, effective immediately. GitHub reserves the right to refuse service to anyone for any reason at any time." https://docs.github.com/en/github/site-policy/github-te…
This is unhelpful. In a practical way, if you want to participate in open-source you very often must use GitHub. It is also unhelpful because it conflates what GitHub is legally allowed to do with what they should do . "They gave consent" is a poor basis for bad behavior and it cannot be normalized with a sniff and a "well, read the TOS".
For him, I would expect to call out the clause that "allows" GitHub to do that as it is quite sure illegal in some European counties to have such a arbitrary termination policy. And maybe even start a legal case about it and call for support.
But this way it simply sounds like "please take me back" begging.
Re: Ask HN: My GitHub account got suspended without any notice
#63Re: Ask HN: My GitHub account got suspended without any notice
#64Earlier quoted context omitted.
I've avoided MSFT like the plague for 5 years. When they bought LinkedIn, deleted account. When they bought GitHub, stated using BitBucket. Same with Google. When they went to the dark side I moved to FastMail and DDG. Long story short: don't give your time and money to evil corporations.
I'm sure this has nothing to do with Microsoft.
Re: Ask HN: My GitHub account got suspended without any notice
#65Earlier quoted context omitted.
The problem is that you wouldn't need a dozen but rather 100+. Support doesn't scale well.
It should at worst scale linearly with user-count and hence, at least in the asymptotic limit, revenue.
Re: Ask HN: My GitHub account got suspended without any notice
#66Earlier quoted context omitted.
The problem is that you wouldn't need a dozen but rather 100+. Support doesn't scale well.
It should at worst scale linearly with user-count and hence, at least in the asymptotic limit, revenue.
It's unclear if the poster had a paid for account.
Re: Ask HN: My GitHub account got suspended without any notice
#67It is ridiculous that GitHub has not even responded to your support ticket. To anyone reading from GitHub, this is making me rethink my choice of GitHub as a platform, and I'm sure the same is true for other people reading this post. Your reputation is very much at stake. To anyone reading this from Gitlab, how easy is it to migrate CI/CD off of GitHub Actions to Gitlab?
You should reconsider it no matter what; you're putting your business in someone else's hands and relying on their goodwill not to completely fuck you over.
Using Github can be a tolerable risk when your company has hundreds of more-likely reasons to fail in the next month and needs every little bit of saved time it can get. But once the business has it's feet under itself, the github contract of adhesion is a pretty stupid risk to take.
Re: Ask HN: My GitHub account got suspended without any notice
#68It is time that all countries introduce laws that prohibit online monopolies from denying access to their users without good reasons.
Re: Ask HN: My GitHub account got suspended without any notice
#69Earlier quoted context omitted.
If you truly wish to avoid this kind of problems you should think about hosting your own platform rather than jumping to the next one. Just because the smaller players haven't done anything bad doesn't mean they wouldn't. Gitea/Gitlab are crazy easy to set-up nowadays, especially with a fully working CI/CD setup (I use Gitea+Drone and I love it, Gitlab comes with its own)
You are essentially shifting the problem from entity to entity and from one domain to another. If you self host your repository, your hosting provider can pull the plug and you essentially end up in square one. If you decide to self host, you should consider multi-cloud cross continent and cross political doctrine cluster.
Re: Ask HN: My GitHub account got suspended without any notice
#70Earlier quoted context omitted.
You are essentially shifting the problem from entity to entity and from one domain to another. If you self host your repository, your hosting provider can pull the plug and you essentially end up in square one. If you decide to self host, you should consider multi-cloud cross continent and cross political doctrine cluster.
Moving your own self-hosted stuff around different hosting providers is easy and doesn't interrupt the service, at least not for long. Just open an account at a new hosting provider. Fire up, your backup, changing DNS and you are up and running.