You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 4 години
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. Title: Defending availability
  2. Date: 2019-04-16 00:00
  3. Category: News
  4. Slug: defending-availability
  5. Lang: en
  6. ![Altai's Katun river][screenshot]
  7. In this article, we describe the beginning of our efforts to protect ourselves from third-party solutions.
  8. Since day one of Opensource Game Studio project, we rely heavily on third-party solutions to help us achieve the goal of creating the best game development tools. To this date, we used forums, task trackers, mailing lists, social networks, code version control systems, hosting providers, compiler suites, libraries, and so on. Each third-party solution we used had its own lifespan.
  9. There are two main reasons why we changed third-party solutions:
  10. * Change in our needs
  11. * Solution shutdown
  12. The shutdown of [Google Code][google-code] in 2016 was the first time we experienced the deadly business hand. We were using SVN, Mercurial, and Google issue tracker. We were forced to let all of them go.
  13. We transferred our source code into both [BitBucket][bitbucket] and [GitHub][github] because we didn't want to put all eggs into one basket. We became wiser thanks to Google Code shutdown experience.
  14. Issue tracking had a different fate. At first, we used Bugzilla to manager our issues. However, Bugzilla was so inconvenient that we dropped it in favor of Google Sheets. To this date, we use Google Sheets to plan and log our work on the project. We also use Google Docs to write this very news and review it before publishing.
  15. The shutdown of [goo.gl][goo-gl] (URL shortener) in 2019 was the second time we experienced that same deadly business hand. We were using goo.gl to shorten Google Docs URLs internally. Not really big damage was done, however, this only proved that third-party solutions are not ours, but theirs.
  16. Microsoft [acquired GitHub][github-acquisition] in 2018. So far (April 2019) Microsoft is doing a really good job by empowering GitHub with the [release of GitPod][gitpod] to allow developers to build GitHub projects in a single click. However, Microsoft is also known for shutting down [Codeplex][codeplex] in 2017.
  17. This short track of shutdowns and acquisitions in the course of the past four years highlights the business' main objective: making profits. Personally, we have no problem with that objective. It's really hard to live in the 21st century without earning money. We are no exception to this, we pay bills, too. However, a much more humane option would be to let the source code go into the wild, to let interested developers continue the development of those solutions if they want to. Though, this would lead to even more competition with the business itself, something the business tries to avoid at all costs.
  18. We are no business, we make no profits off our tools. Our goals are only to create tools and let them go into the wild, so you can use them. Currently, we use GitHub to host some of our [tutorials][tutorials] and [guides][guides]. Now imagine that two years from now Microsoft decides to decommission GitHub. Why? Maybe because [people gradually migrate][migration] from GitHub to GitLab.
  19. How are we to protect ourselves from the deadly business hand? We consolidate our tools, tutorials, and games into this very site. The first step, now complete, was to create a static site generator to generate this very site.
  20. So far the generated site has the following functionality:
  21. * news that span multiple pages
  22. * standalone pages
  23. * sitewide language selection
  24. We will make the site even more convenient during this year. Stay tuned!
  25. That's it for describing the beginning of our efforts to protect ourselves from third-party solutions.
  26. [screenshot]: ../../images/2019-04-16_defending-availability.jpg
  27. [google-code]: https://code.google.com/archive/
  28. [bitbucket]: https://bitbucket.org/ogstudio/
  29. [github]: https://github.com/ogstudio/
  30. [goo-gl]: https://developers.googleblog.com/2018/03/transitioning-google-url-shortener.html
  31. [github-acquisition]: https://github.blog/2018-10-26-github-and-microsoft/
  32. [gitpod]: https://www.gitpod.io/blog/gitpod-launch/
  33. [codeplex]: https://devblogs.microsoft.com/bharry/shutting-down-codeplex/
  34. [tutorials]: https://github.com/OGStudio/openscenegraph-cross-platform-examples
  35. [guides]: https://github.com/OGStudio/openscenegraph-cross-platform-guide
  36. [migration]: https://hackernoon.com/git-wars-why-im-switching-to-gitlab-e471f5e8be2c