• 0 Posts
  • 19 Comments
Joined 11 months ago
cake
Cake day: June 30th, 2023

help-circle
  • 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
    7 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