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

help-circle


  • Thunderwolf@lemmy.worldtoScience Memes@mander.xyzLet π = 5
    link
    fedilink
    English
    arrow-up
    42
    arrow-down
    6
    ·
    2 months ago

    There are people that think this post is wrong because the equation is wrong or due to a lack of units

    The equation for cylindrical volume is correct (circular area multipled by height).

    And the units are unimportant (can be described as cubed units)

    The issue is that Pi is a constant. Constants and variables are different things.

    Other examples of constants: 1, 24, 7, -1 … Etc.

    Saying Pi = 5 is like saying 1 = 5 … Both Pi and numbers like 1,2,3, etc. have a constant (non-varying) value.

    You can’t reassign a value on a constant. It’s like me sticking up 3 fingers and claiming there are 5 fingers there.




  • This 100%. I liked bash scripting when I was in college. Took some time to actually learn powershell, and it’s been amazing. Steep learning curve in the beginning, but it’s worth it

    Edit: I had also meant to mention the fact that powershell definitely feels a little similar to bash. I mean, not quite the same. Powershell is more object oriented, whereas bash is more text oriented. Powershell for structured data is nice.






  • Not sure when they added it, but you can get dark mode on it. The path for me: C:\Program Files (x86)\Microsoft SQL Server Management Studio 19\Common7\IDE the file you need to modify is ssms.pkgundef and the line has a comment above it that says //Remove Dark Theme

    Just comment the line. Boom

    Edit: I have a very new edition of ssms (some version of 19) so YMMV