• 0 Posts
  • 10 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle


  • in a colloquial sense, from an end user’s perspective, the thing they see is “the algorithm”.

    Yes, usually the default or most common method of aggregating posts is what people talk about when saying “the algorithm”

    However, any method of sorting posts is by definition an algorithm. “top” is an algorithm, “new” is an algorithm, if you can compare two posts and have a method to choose which one to display first, that right there is an algorithm.

    I’d actually argue that the “hot” algorithm is one of the more opaque ones. It sorts posts based on a composition of different metrics, and It’s unclear exactly what these metrics are and how they are combined.




  • Throw away your vote to a 3rd party?

    Isn’t this situation exactly when you should look to third parties? There is a large group of people who are dissatisfied with the policies of Biden and who absolutely do not want another term of Trump.

    If you vote for either of them, it sends the message that you condone their presidency. If you abstain from voting then it sends the message that you don’t care about government policy and therefore, policy won’t care for your interests.

    If you are a third party voter, aren’t the big parties incentivized to try and win your vote over for themselves?

    I’m probably going to vote for Biden, but you have to wonder at what point does this diametric system break down.




  • Unity actually gives any class with the name GameManager a special gear icon. You cant just forgo the cool gear icon!

    (Its not too terrible from an organizational standpoint because most of the scripts are attached to game objects. MonoBehavior is a component of GameObject. For instance, you’d never have player movement in the GameManager class, you would put it in the component class attached to the player character GameObject.)