• 1 Post
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle






  • Something that some of the other replies have missed is that older movies were often shot (and a lot of actors were trained) from the perspective of a “stage play for the silver screen.” Stage plays have to work for large audiences, and so they tend to feature more exaggerated voice / body movements. These tricks were used on movies for a long time, but have faded as visual effects and sound recording have gotten better


  • Hasn’t this always been the case? Software development is a balance between efficiency of code execution and efficiency of code creation. 20 years ago people had to code directly in assembly to make games like Roller Coaster Tycoon, but today they can use C++ (or even more abstract systems like Unity)

    We hit the point where hardware is fast enough for most users about 15 years ago, and ever since we’ve been using faster hardware to allow for lazier code creation (which is good, since it means we get more software per man-hour worked)