• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle













  • Honestly, if this laptop is primarily for work, then you should stick to windows. Keep the workflow the same as your coworkers so issues aren’t blamed on your abnormal setup. You’re already using un-privacy work related apps like zoom either way right?

    Unless you really have the time and inclination to iron out these bugs on your work machine, then save Linux for your personal computer. It would help to get used to the environment and how stuff works rather than jumping in cold.

    Linux has come a really far way since I remember tinkering with it in high school, but it’s still “not quite there” yet. Crazy improvements are happening all the time though with community effort. Though idk if it will ever be at the point where it works out of the box for everyone.



  • DrDominate@lemmy.world
    cake
    to4chan@lemmy.worldA math lesson from 4chan
    link
    fedilink
    arrow-up
    27
    arrow-down
    1
    ·
    edit-2
    6 months ago

    If you are curious about the math logic side of this like I was, here’s the explanation.

    Multiplying is just like addition.

    3 * 3 = 3 + 3 + 3 = 9

    Simple enough but what if one is negative?

    3 * (-3) = (-3) + (-3) + (-3) = -9

    Also easy, all we changed was the signs of the 3’s being added together. But what do you change if you make both of them negative? The only thing left to change is the operation sign. Thus multiplying two negatives is like subtracting negatives.

    (-3) * (-3) = - (-3) - (-3) - (-3) = 3 + 3 + 3 = 9

    Notice that I placed a negative sign in front of the first (-3). That first one has to be subtracted as well so you can imagine a zero in front of the operation.

    Edited: Some formatting.