• 0 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle

  • Prism Launcher was forked from PolyMC due to a sequence of actions by Lenny McLennington on the 17th of October, 2022. Lenny made several politically charged changes to the PolyMC GitHub repository and organization to remove those supporting “left-wing ideologies”. In a commit, Lenny removed the PolyMC Code of Conduct, which outlined and prohibited discrimination against the LGBTQIA+ community and subsequently removed all maintainers. The commit and subsequent mass purge of maintainers were done without prior warning or discussion with the rest of the PolyMC team; the incident can be considered a hostile takeover.


  • I feel like faith provides a disproportionate of comfort compared to guidance. People take the parts of religion they agree with, and discard the rest. I actually think this is good practice, but it becomes an issue when they use the affirmation of the broader religion to justify their actions.

    A moral compass is something you have to find for yourself, and acknowledge that it is not backed up or justified by any other entity than yourself.

    For me, I’ve found a good starting point is the TST tenets. Compared to the 10 commandments, they are much more broad. I can use them as a lens to analyze a variety of different situations and organize my thoughts and feelings.

    But that doesn’t mean that I use TST to justify my actions, the tenets are my tools of introspection. Heck, the 7th tenet even acknowledges that the tenets are only guiding principles and seems to encourage finding your own morals.




  • Using two or more adjectives doesn’t imply conflation.

    The sentence “You can have a regular apple or a big green apple” doesn’t imply that green apples are big, or that big apples are green. It also doesn’t imply that big green apples are irregular outside of this local phrasing context.

    It just implies that the set of ‘regular apples’ being referenced does not include the instance of ‘a big green apple’

    I can see where the confusion is coming from, this is tricky to explain clearly.








  • 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.)







  • Snazz@lemmy.worldtoLemmy Shitpost@lemmy.worldPanik
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    10 months ago

    You can also prove it a different way if you allow the use of the formula for finding the limit of the sum of a geometric series on a non-convergent series.

    Sum(ar^n, n=0, inf) = a/(1-r)

    So,

    …999999

    = 9 + 90 + 900 + 9000…

    = 9x10^0 + 9x10^1 + 9x10^2 + 9x10^3…

    = Sum(9x10^n, n=0, inf)

    = 9/(1-10)

    = -1