Hacker News new | ask | show | jobs
by bdcravens 3616 days ago
Every time a service like Github goes down, I always swear to myself I'll replace that dependency with a project that takes days, weeks, or months to implement will ensure I'll never have hours or minutes of downtime ever again.
1 comments

I run a gogs[0] instance, which is a GitHub clone with great performance characteristics. I use it for both company and personal projects, and we haven't had any downtime. No more productivity drop when github is down :D.

I recently discovered another huge dependency I have when coding though : StackOverflow. That's going to be a lot harder to replace though...

[0]: https://github.com/gogits/gogs

PS: Yes, I realize the irony in using a github link here...

>No more productivity drop when github is down

It could have been the motto of RhodeCode (https://rhodecode.com). Self-hosted repository management not only has a benefit of having one's uptime under control, but also is much more secure.