Former Microsoft exec explain how a behavioral psychologist utilized Fitts’s law to place the Windows 95 Start button in the bottom-left.

Paywall?

  • FuglyDuck@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    21 hours ago

    The qbasic version we had was graphical in the sense of not being in dos like how nano works in the terminal today, but was not graphical in the sense of a mouse clicking things.

    Granted I was like eight? So I could be miss remembering. Pretty sure the only interest I had was the gorilla game where you were chucking exploding bananas at each other.

    • OfCourseNot@fedia.io
      link
      fedilink
      arrow-up
      1
      ·
      2 hours ago

      The interface was fancier than nano’s, but still text. It didn’t draw pixels but only text characters, so it falls under text-based user interface (TUI). And also you could use a mouse to go clicking things, if you had a DOS mouse driver. The ‘pointer’, being it a TUI, was just the same character with inverted colours.

      If you feel nostalgic there exists qb64. It’s almost identical to the original qbasic, with some added modern things, available for win, Mac, and Linux and compiled (transpiled) instead of interpreted, and it can run gorillas.bas!