Preface

I guess I wouldn’t be a true Destiny orbiter without needing to release my own manifesto. Over the years both the Destiny.gg codebase and new forks have come into the spotlight, usually devolving into typical online debate discourse about stolen code, betrayals, licensing and incorrectly given credit. Being the current maintainer of the original codebase, and handling operations for its largest deployment I want to create a point of reference to the largest misconceptions.

The views expressed here are my own, and may not reflect others' involvements in related projects or Destiny himself. There is a reason this is on cake.sh, not Destiny.gg.

Understanding GitHub and Open Source Projects

All of the code currently running the Destiny.gg website is available on GitHub and licensed under various open source licenses such as Creative Commons, MIT, and Apache License 2.0. Anyone can “fork” the project and “clone” the code to get started running their own site in minutes.

There is no “global” open source license and different licenses are in use on different projects.

For example, chat-bot uses the MIT License, whereas the website uses a Creative Commons license.

I might be from PA, but I am not going to fake being a lawyer and pretend to understand these licenses at a deep level. Licenses should always be reviewed before cloning or forking open source projects for commercial use.

So, Who Created The Website?

This is the most common misconception I hear. For me personally, it’s also the funniest.

While I am the current maintainer of Destiny.gg, This includes the following duties:

  • Running and maintaining the servers
  • Securing the platform, managing DDoS protection and our content delivery network
  • Hiring developers, assigning projects to developers
  • Listening to user feedback
  • Supporting billing and account issues
  • Code review and merging into our open source GitHub repositories

I myself do not commit code to the projects, and have committed very little in the past. This can be seen through GitHub Insights.

Insight

A large percentage of the codebase has been written by the 2 founders Cene and Sztanpet. Both Cene and Sztanpet are the original authors, and created most of the website still in use today. Both of these contributors have moved on from the project in recent years.

As of more recently in 2020 Destiny hired and pays a part time developer 11k to maintain the code and introduce new features for his website. We also accept community changes from pull requests if the contribution is of high quality.

As for my commits? Accepting pull requests and the occasional configuration file tweak.

Nopers

The Era of OverRustle and Strims

Years ago, I ran a website named OverRustle. This site allowed you to watch various embedded streams while chatting in destiny.gg. I ran OverRustle for 4 years from 2014 to 2018 as an independent project. Due to personal constraints and lack of interest in the project I decided to spin the project down.

OverRustle

At the time, there were some users maintaining and updating the OverRustle code. To keep the project alive I transferred my ownership of all assets to strims.gg. This repo has been under their control since 4/20/2018. At the time of transfer, the Strims maintainers forked a copy of the chat server and chat GUI to create a website completely independent of DGG. All of their code is also available on their GitHub.

It should also be noted that OverRustle and the Twitch chat logging OverRustleLogs website were always different independent platforms. Sometimes I still use the OverRustle branding, I think the orange giggly monkey is cute.

Nothing Strims or MemeLabs is affiliated with Destiny or myself.

Vaush and Whiteleaf Sites

In early 2019 the first fork of the Destiny website code was launched for a content creator named Vaush. This project is led by a developer named WhiteNervosa. Vaush’s website was the first to completely replicate the Destiny.gg environment utilizing the chat server, client, and website code.

After creating a website for Vaush, White has gone on to creating other sites based on the Vaush codebase. These spinoff sites use a mix of both MemeLabs and Destiny code.

WhiteLeaf Flow

Historically there has been drama between myself and White regarding the early rollout of the Vaush website. A common misconception thrown around was this conflict was started by “stolen code”. As talked about in the beginning, all of the code is open source and available on GitHub.

Personally, my problem with the launch was around private communications between White and myself providing support for initial website configuration where I believed the site was being created for White, not Vaush. At this time we have settled our grievances privately and continue our works independent of each other.

After creating a website for Vaush, White has gone on to create other similar websites under the WhiteLe.af brand. These websites are unaffiliated with Destiny and myself and exist independently. From my perspective these sites have become its own incomparable platform with the original Destiny source.

Other Forks

It’s worth noting that there are other websites in existence using the Destiny codebase but I don’t think they need to be covered here, as their presence online is barely known.

Forks will come and go, many before making it to market or being short lived. Sometimes you can find 1/2 configured clones yourself with a pro Shodan.io account before they are fully configured!

The process for creating your very own Destiny.gg goes a bit like:

  1. Clone code from GitHub
  2. Buy a server from Linode #shameless #ad
  3. Stumble through the mess of undocumented and codependent services
  4. Rebrand the website, upload your logo and pick a domain name
  5. Setup your PayPal with API keys and go brrrrr

Closing Thoughts

I’m not really sure why people are copying this codebase. Parts of the website are old enough to be learning their multiplication tables in school with the first commit made June 3rd, 2013. Sometimes I’m still amazed Destiny.gg still works myself.

Recently another barrier to entry with running your very own Destiny.gg has come up. Twitch has started cracking down on ad-blocking and in the process broken stream embedding. If you have watched a partnered or affiliate Twitch streamer, you know the purple screen all too well.

fuck2twitch

If you’re planning on making your own website for a Twitch streamer, know that embedding creates a sub-prime experience for end users. A quick search of RustleSearch finds almost 3,000 mentions complaining about purple screen on guest embeds like watching XQC embedded on DGG.

This experience might be different for YouTube streamers, or Twitch streamers without a contract (not partnered or affiliated). Since Destiny has been Departnered in October 2020 his website will likely remain a viable solution for time to come.

Looking forward we have begun to rewrite the site using modern frameworks privately, likely to be available late 2021 :)