Posted: 5/22/2013 12:03:22 AM EDT
|
In about a week or two, we retire our mainframe, a command driven system. Tonight, I asked a junior worker if he had ever seen a command driven system, if he wanted to see one, but he assured me that he had.
True, there are still such systems out there such as if one is loading up operating systems to servers (what's suppose to be one of my next jobs). But for most the world, it's menu driven. One clicks on a tab and if there are more options, a list drops down to tell you what can be done. As a computer user, I prefer command driven systems. I don't want the computer to tell me what it can do, I want to tell the computer what it will do. But........as a programmer, I prefer menu driven systems................so the user can't mess up my work! What about you? ______________________________________________________________________________________________________ ("Type this! Direct to CPU Cancel!"--Dr. Carol Hanson trying to stop Moffet's virus program, (w,stte), Airwolf, "Moffet's Ghost") |
| For work and light hearted fun I prefer menus. Give me purdy colors and a slick GUI, and I'm good to go. I'm still quite capable with DOS and other command line things though, and I play DOS games regularly through DOSbox, which is nerdier than the majority of the "gaming" population. |
|
I'm a UNIX admin. For admins, menus are fine for convenience, as long as you understand what they are doing under the covers. For the typical user, CLI's are pretty much a thing of the past.
Command line stuff was greatly complicated when some idiot had the bright idea to make a space a valid character in a file/path name. But then, I guess I'm a dinosaur. I still use 8.3 filenames.
|
|
Quoted:
Command line stuff was greatly complicated when some idiot had the bright idea to make a space a valid character in a file/path name. ![]() That god damn space in command line But in reality I like option of having both, we just recently brought are old ALPHA down and I dont miss it one bit. |
|
Quoted:
I'm a UNIX admin. For admins, menus are fine for convenience, as long as you understand what they are doing under the covers. For the typical user, CLI's are pretty much a thing of the past. Command line stuff was greatly complicated when some idiot had the bright idea to make a space a valid character in a file/path name. But then, I guess I'm a dinosaur. I still use 8.3 filenames. ![]() bash-3.2$ touch " -rf ." *tells local idiot admin to go and delete that* *whistles innocently and awaits the carnage" |