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

Paywall?

  • OfCourseNot@fedia.io
    link
    fedilink
    arrow-up
    3
    ·
    23 hours ago

    Agree with everything, except one thing: qbasic had a text-based user interface, and also you could use a mouse within it if you had a dos mouse driver.

    • FuglyDuck@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      22 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
        ·
        3 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!