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

help-circle




  • It’s difficult to go from being extrinsically motivated to intrinsically. I would say this is good advice. Put yourself in a position where it is easy to succeed.

    This means making and following a schedule for yourself, including a bedtime, a time to do your homework, and time to relax and unwind.

    Make these ‘hard rules’ and track your streaks of good habits. I do the same thing foggy does, I have a rule that I must show up to every class, sit in the front center and keep my phone put away.

    I also try to set aside half an hour every day to take a walk or meditate. If you haven’t yet, seek out a therapist. Find a place or a (willing) person to talk about your day, your goals, and your progress.

    And most importantly: remember, you are the one who knows yourself best, you get to choose and implement your own strategy to take control of your life. It will only work if you make it work. You got this.






  • 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
    2 years 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