Try searching for IBM mainframe specs in MIPs, not GFLOPS. I guess IBM assumes you won't be using those machines just for floating point operations so they spec them in instructions per sec rather than floating point operations per sec.
My wife was a systems programmer at IBM back in the 1960s. IBM trained her because there were no computer science programs in those days, and she did her coding in assembly language. Her first assignment was writing what we know call device drivers for an early IBM disk drive. Later on she ported the Berkeley Unix Assembler to IBM's first RISC workstation (preceded the Power line). She still has her green plastic card.
Today's programmers are spoiled (I know, spoken like a true Luddite). The first computer I ever worked on was a Univac 1108, complete with card reader and something like a half megabyte of magnetic core memory. Later on I got to do some programming on what by then had become an ancient Burroughs machine with 32k of memory. The debugging tools and other aids we take for granted today did not exist. When I first entered the working world as a co-op student and did some programming, debugging code sometimes required reading memory dumps. Since I was working at a remote site, I time-shared using a teletype machine and a 300 baud phone connection. I dont miss those days.
I sent my wife the link, who told the story of a colleague at IBM at the time who was from Shanghai and would do an occasional bit of hexadecimal arithmetic out loud in Mandarin.
Comment