Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Software Programming IT Technology

30th Anniversary of the (No Good) Spreadsheet 407

theodp writes "PC Magazine's John C. Dvorak offers his curmudgeonly take on the 30th anniversary of the spreadsheet, which Dvorak blames for elevating once lowly bean counters to the executive suite and enabling them to make some truly horrible decisions. But even if you believe that VisiCalc was the root-of-all-evil, as Dvorak claims, your geek side still has to admire it for the programming tour-de-force that it was, implemented in 32KB memory using the look-Ma-no-multiply-or-divide instruction set of the 1MHz 8-bit 6502 processor that powered the Apple II." On the brighter side, one of my favorite things about Visicalc is the widely repeated story that it was snuck into businesses on Apple machines bought under the guise of word processors, but covertly used for accounting instead.
This discussion has been archived. No new comments can be posted.

30th Anniversary of the (No Good) Spreadsheet

Comments Filter:
  • Why use MUL/DIV (Score:2, Insightful)

    by Anonymous Coward

    When you have shifts?

    • Re:Why use MUL/DIV (Score:5, Interesting)

      by mlwmohawk ( 801821 ) on Tuesday January 13, 2009 @10:13AM (#26432349)

      Why use MUL/DIV --When you have shifts?

      Well, shifts and adds. For multiply.

      Shift, subtract, jle for divide. :-)

      Also, remember that when multiplying 8 bit numbers with 8 bit registers results in a 16 bit result. Its not as easy.

      I wrote a whole 32 bit math package for the Z80 "back in the day."

      • Re:Why use MUL/DIV (Score:5, Informative)

        by larry bagina ( 561269 ) on Tuesday January 13, 2009 @10:18AM (#26432429) Journal
        6502 doesn't have jle. It has bcs (branch carry set/greater or equal) and bcc (branch carry clear/less than).
        • Re: (Score:3, Funny)

          by Creepy ( 93888 )

          Multiply by 2 is easy using shifts (ASL or LSR do shift left or shift right, respectively). I don't really remember how to do anything other than multiply by 2, but I do remember BCC and BCS were the same as BHS and BLO respectively. Does JLE mean jump if less than or equal? If so, poster maybe meant BLE (branch if less than or equal).

          Scary that I learned 6502 assembler at ~age 11 and still remember stuff about it (and haven't used it in 20+ years).

      • Re: (Score:3, Funny)

        by danwesnor ( 896499 )

        I wrote a whole 32 bit math package for the Z80 "back in the day."

        And thus became the first victim of failing to RTFM. "Back in the day" almost any book on machine language had these routines in them.

  • The spreadsheet was never invented????

    Errrr Divide by Zero
    • Re:What if... (Score:5, Insightful)

      by Rogerborg ( 306625 ) on Tuesday January 13, 2009 @10:22AM (#26432499) Homepage
      Then we'd go back to making decisions based on gut instinct, rather than what we do now: have beancounters revise their assumptions until the spreadsheet confirms our gut instinct.
    • Re:What if... (Score:5, Insightful)

      by jacksonj04 ( 800021 ) <nick@nickjackson.me> on Tuesday January 13, 2009 @10:41AM (#26432827) Homepage

      People would stop combining it with godawful macros in an attempt to cobble together a slow and inefficient relational database with no sensible query or reporting tools and use a real RDBM instead.

      • Re: (Score:3, Interesting)

        by sallgeud ( 12337 )

        Or, instead of an RDBM to manage all of this info, how about a meta-database that allows you to take all the outdated spreadsheed processes of today and put them in a managable solution that allows everything to relate together.

        Most of the products that do this today are focused on specific and well financed areas of the economy. Of course, if the easy money is in regulatory compliance and risk management, it would make sense to focus there. On the plus side, once companies buy products like this, often

    • by Rob the Bold ( 788862 ) on Tuesday January 13, 2009 @10:42AM (#26432837)

      The spreadsheet was never invented????

      Millions of secretaries -- I mean Admin Assistants -- would have to type department phone lists with word processors.

      • Re: (Score:3, Interesting)

        by MightyYar ( 622222 )

        How would I play Tetris? [excelgames.org]

      • Re:What if... (Score:5, Insightful)

        by westlake ( 615356 ) on Tuesday January 13, 2009 @11:25AM (#26433541)
        Millions of secretaries -- I mean Admin Assistants -- would have to type department phone lists with word processors.

        This is funny.

        But it cuts close to the truth.

        Spreadsheet planning wasn't the novelty.

        The novelty was that plans could be updated instantaneously - without employing hundreds of clerics and dozens of machines to make it happen.

        • Re: (Score:3, Interesting)

          AND, before the computerized spreadsheet, which is just an extention of a concept already in existence. Tons of Secretaries would have to be employed to do the computation as was done before Visicalc made them obsolete. Waiting for geniuses who will see this as the way to solve the economic crisis. .... Yeah, that's right, VisiCalc and Excel have improve productivity by leaps and bounds. For all their fault, they didn't invent the pricinpals they are based on and so, are only doing what would be done anyw
  • What if... (Score:5, Insightful)

    by DSmith1974 ( 987812 ) on Tuesday January 13, 2009 @10:12AM (#26432313)
    ...John C. Dvorak were no longer paid to write lame articles?
  • Wow (Score:4, Insightful)

    by bondsbw ( 888959 ) on Tuesday January 13, 2009 @10:13AM (#26432339)

    Dvorak is an idiot. To use the old adage: "Guns don't kill people. People kill people."

    If a bank trusts a spreadsheet based on a bad formula that is provided by the bank itself, is it the spreadsheet's fault? If the CEO chooses that saving 1 cent a year by outsourcing the call center to India, is that the spreadsheet's fault? Please.

    • Its easier to blame the messenger, didn't you get the memo?
    • by Reality Master 201 ( 578873 ) on Tuesday January 13, 2009 @10:24AM (#26432525) Journal

      Spreadsheets aren't like guns, they're like methamphetamine.

      It starts out innocently enough - a couple sheets here or there - maybe a long weekend working out a household budget. It's all good fun. By the time you realize a problem, though, you're hitting the 65k row limit. You're writing VBA and macros, you're embedding external data sources - and haven't backed up your work for days. It drives you insane and causes brain damage.

      Just say no to spreadsheets.

      • by Richard_at_work ( 517087 ) on Tuesday January 13, 2009 @10:43AM (#26432859)

        Just say no to spreadsheets.

        Once again the tool is blamed for the usage - there is nothing wrong with spreadsheets per se, its the user that needs to have the boundaries clearly defined.

      • by Ohio Calvinist ( 895750 ) on Tuesday January 13, 2009 @11:05AM (#26433195)
        This is absolutely true. Spreadsheets are notorious for holding important business functions that are often designed by end users who may/may not have the best coding/design (VBA or formula) skills, that are typically never put through a QA/peer review process, and many times exist on a sole employee's desktop computer and have risen to the point that the business rules have bene forgotten over time and that sheet is necessary for some calculation for some function. These are the cases when IT gets raked over the coals when that desktop fails when responsibility lies on the user, and the user has really put the department in a precarious position. Word documents are just as bad. I've literally seen staff take a print out from the ERP system of a list of contacts who were past due for an event or account recievable take that list and manually edit the "gray boxes" in a word document that was write protected with a password that has been lost in staff turnover making it very difficult for IT to make changes when they ask for it, and then enter the same contact info in a second word document rigged to print a single label on a desktop label printer. With a Crystal or SQL report, we could have automated the process and saved time/resources for the staff and cut down our support of esoteric business processes. However, rather than work with us, one of their own rigged up something we had no idea was in practice had I not headed over there to help a technican with a connection to a server.

        This is my same objection to having important business functions being run out of Access databases often developed by the most computer-able person in the department but whose skills are completely lacking. At the community college I used to work for, we had our standard ERP/student info system, but rather than approach IT to add some tracking for special programs into the system one of the student services staff started writing lame Access databases (without a single relationship mind you) to track student attendance in some program offices. What it ended up doing was causing the users to do double entry, made useful information exist outside of the insitution wide data source, and when it failed, it had become such an important part of business, IT was expected to fix a resource that was effed up from the beginning.

        For the small business with 1-10 employees it is a great, in expensive way to work electronically. For anything bigger, it is trying to fish with a stick, shoestring, and bubble gum. It costs far more money to have workers working inefficiently and even worse, allowing them to stick with the skills they learned in a high school computer apps class than thinking critically, than ponying up the dough for a server or two and a more robust information system with a programmer/dept liaison to help them work more effectively. (Keeping in mind that it is possible to go into overkill mode.)
        • Re: (Score:3, Interesting)

          by what about ( 730877 )

          I really wish to know what is the real reason for "non IT folks" to start messing up with "the data"

          I can think of a few, but I cannot decide on the main one

          • Because the tools they have can do it, blame billgates and the "wizard" frame of mind
          • To show that everypone can do it, (from this follows that IT is irrelevant)
          • To overcome IT bottleneck (yes, it happens that IT just does not deliver)

          In any case, there is often a disaster at the end of the line, a pity that the original employee has already being promot

          • Re: (Score:3, Insightful)

            To overcome IT bottleneck (yes, it happens that IT just does not deliver)
            Typically, this is reason I've seen. Of course, it is never quite that simple, more often than not, PHB wants something really fast, avg. joe tries to take initiative, does a quick one-off script etc. And no one wants to take the time to sit down and do a proper planning session for this now critical business process. Of course the high priest mentality of "only IT folks" shall mess w/ the data can lead to a different sort of bottle n
        • by hazem ( 472289 ) on Tuesday January 13, 2009 @12:13PM (#26434373) Journal

          we could have automated the process... However, rather than work with us...

          I used to work in IT and now I'm a "business user" and I'm all for getting IT to simplify, automate, and improve processes.

          However, what starts as a simple request to automate some simple but tedious task, or provide a way to link 2 sets of data ends up being treated like a multi-million dollar project that will need a team of 10 people 6 months and many hours of meetings (all charged to my budget) to put together a feasibility study, which will then be put into a queue where it will be evaluated next fiscal year by the prioritization committee, which, if approved (and it won't because there's a huge project consuming ALL discretionary IT resources) will still take another year and a half to design, test, QA, and deploy.

          So instead of doing that, I spend a couple hours to write, test, and document some little Excel/VBA tool or some simple Access import-query-export solution that easily solves the problem, saving my employees loads of time (while typically improving their accuracy as tedious, manual tasks are often error-prone themselves) so they can focus on things like running the business.

          As I said, I'd love to have IT solve these little problems because they are so often "low hanging fruit" that should take very little effort to do while saving many hours of work. But we always get told, "No", "Next Year", or "We'll need to conduct a study", when if they had just sent a low-level coder over to work for a couple hours it would have been done before I could schedule a meeting with all the "stakeholders" who would be conducting the study.

          Having been in IT, I understand completely how bothersome it is to deal with things when the users go rogue - but if IT is unresponsive or provides no other alternative, then that is exactly what what they'll do.

          • by RMH101 ( 636144 ) on Tuesday January 13, 2009 @12:31PM (#26434683)
            I'm on the other side of the fence, but most of my job is in making sure that IT know what the business really want, and articulating those demands in a form that the budget holder can readily say yes or no to based on the benefit.
            You're completely right, of course - this is big IT's problem in a nutshell.
            What it eventually, and inevitably, leads to is a situation where department A are running some Excel/VBA/Access stuff to generate a report, and department B are doing likewise. The two reports eventually hit the CEO/CFOs desk, and the numbers don't match. Hilarity ensues.
            What can you do about it? Well, if I were being glib I'd say "Don't outsource your IS function to IBM or EDS" but it's seldom that easy.
            If you've got reporting requirements you could maybe stick in place a Business Objects or Microstrategy service they could use. Get your Business Analysts to help them define some standard reports, with a modicum of customisation available so they can do some more ad-hoc work. Help make sure that the canonical source data's clearly defined and in one place, not being pulled from a million different systems and hand-cranked into spreadsheets every month.
            It's a big problem - I left my last position primarily to get away from big, slow IS functions and guess what? It's the same everywhere when you get past a certain critical mass of bureaucracy.
          • by Geoff-with-a-G ( 762688 ) on Tuesday January 13, 2009 @01:14PM (#26435493)

            I wish I had mod points for you today. This is spot-on and insightful. There's so much contempt for Access/VBA/Excel solutions from the "real" IT people, who just can't believe you would want to do anything in that sloppy improper way. Meanwhile, that's the effective way to get real tasks done quickly.

            I'm a network engineer, and I promise you - the DBAs and server admins who scoff at your quick and dirty solutions wouldn't be pleased if you took away their Linksys/Netgear/D-link/single-Linux-box home network solution, and told them they could either have no Internet connectivity, or "do it the right way": by getting two ISPs, carrier-independent address space advertised to those two providers via BGP, with links from the two routers to redundant internal switches and HSRP/VRRP/CARP. Might need some NIC-teaming on your desktop too, to guard against NIC or cable failure...

            See how quick-and-dirty solutions seem appealing sometimes? Not because we're being seduced by the evil spreadsheet devil, but because sometimes small problems warrant small solutions.

    • "where's the evidence of improvement in the way business runs or works? Cars are shoddy, consumer goods are junk."

      So Dvorak would want us to all drive the biodegradable pieces of crap cars from 1979? Those Fords and K-Cars were really awful. Then there was the AMC Pacer ... a goldfish bowl on wheels ...

      Last I looked, computers were consumer goods. My laptop is a lot higher quality, and much more capable, than the Heathkit 4004 I would have had to settle for 30 years ago. Ditto my cell phone compared

    • REDUNDANCY DETECTED. Everything after your first sentence is padding.
    • Re:Wow (Score:5, Interesting)

      by Rob the Bold ( 788862 ) on Tuesday January 13, 2009 @10:58AM (#26433085)

      Dvorak is an idiot. To use the old adage: "Guns don't kill people. People kill people."

      If a bank trusts a spreadsheet based on a bad formula that is provided by the bank itself, is it the spreadsheet's fault? If the CEO chooses that saving 1 cent a year by outsourcing the call center to India, is that the spreadsheet's fault? Please.

      There's a lot worser things than people using spreadsheet formulas. For instance, people not using them. Have you ever watched someone with no accounting or technical knowledge enter a bunch of figures in a spreadsheet then turn to the desk calculator to sum them up, turn back to the computer and key in the result? That's almost as bad as how somehow "worser" got into my spell-check dictionary and now I can type it without complaint!

    • Re:Wow (Score:5, Insightful)

      by hey! ( 33014 ) on Tuesday January 13, 2009 @12:56PM (#26435141) Homepage Journal

      The problem is a phenomenon I call the "competence delta function".

      A tool can make many things simple, but sooner or later you run into diminishing returns. As returns diminish, you eventually find yourself at a point where the next thing you want to do takes a step up in competence from what you have right now.

      Imagine that you plot effort (on the y axis) and reward (on the x axis). If you are looking for a certain level of reward, you can read how much effort it takes off the X axis. Things like a command line interfaces have a big up front investment to learn, represented by a step function at 0 reward. However the power of command line interfaces (at least good ones), is that the benefits and effort needed thereafter are reasonably proportional over a very large range of tasks.

      GUIs, on the other hand, have a low initial step, but eventually you want to do something that has to be expressed conceptually, and there you've got to eat that command line step function and then some. A sysadmin with strong shell scripting and Perl abilities will be able to achieve more than a sysadmin who can only work a GUI.

      So the question for an "easy" tool is this: where does the delta function come? Really easy to use tools can be a trap if you don't see this coming. A word processor is highly useful, but at some point you may ask it to do something that would be better done in LaTex.

      Spreadsheets are very easy, very useful things. Two dimensional organization of facts may be uniquely useful, giving more flexibility than one dimensional organization, but having none of the capacity for things to hide behind others that three dimensions gives. In fact, the word "plan" comes from the same root as the word "plane".

      There are limitations on what spreadsheets can do of course (aside from things like: they are not databases). But I think most people run to the end of their practical, factual, mathematical or business knowledge first. For example, I can say, "prepare a budget for next year," and give you a bunch of spreadsheet templates. If you don't know what you are doing, you'll produce a really bad budget, but it will look great, just as good as a good budget in fact. The reason is, "produce a budget presentation that looks great" is on the left hand side of the spreadsheet delta, but "produce a budget that is financially sound" is well beyond what a spreadsheet application can make easy for you.

      I think the same thing goes for the other bete noire of thinking managers everywhere: the PowerPoint presentation.

      It's not that PowerPoint isn't a wonderful tool. It's just that it is not a replacement for communication skills. Sometime watch An Inconvenient Truth. You might disagree with Al Gore, but he worked for years on that Keynote presentation until he could really communicate with it. You could take the same presentation, and unless you were an unusually gifted commnicator, you would not achieve anything near an Oscar caliber performance.

      As much as PowerPoint is not a replacement for communication skills, it is even less a replacement for critical thinking skills. During the dot com boom, I remember reading how the phrase "send me the stack" was gaining popularity in business circles, "the stack" meaning the PowerPoint slides. Some VCs were so hot to get in on the gold rush the were making investment decisions based on PowerPoint presentations rather than business plans.

      A tool that makes certain things easy is always a good thing in itself. The danger is in the illusion that by relying upon it, everything will be easier. Software tools are particularly insidious, because they have the ability to make incompetent efforts look really good.

  • by twmcneil ( 942300 ) on Tuesday January 13, 2009 @10:15AM (#26432373)
    The only way to get rid of Dvorak is to deny him him the clicks. Don't follow the link.
    • by RandoX ( 828285 ) on Tuesday January 13, 2009 @10:19AM (#26432445)

      Not true, start tagging the story diedvorakdie or ohnoitsdvorak.

      • Re: (Score:3, Insightful)

        by drinkypoo ( 153816 )

        Not true, start tagging the story diedvorakdie or ohnoitsdvorak.

        It worked once, maybe it will work again?

        Anyone who still thinks Dvorak is worth reading, please go search youtube for the video of him explaining his methodology. 'nuff said.

    • Re: (Score:3, Insightful)

      by King_TJ ( 85913 )

      The thing with Dvorak is, one of his articles is fun to read for one of two reasons:

      1. It's so patently wrong, readers enjoy putting together long replies to punch as many holes in his flawed ideas as possible.

      2. It touches on some valid points, and the "challenge" is for the reader to figure out if his started results are due to reasons Dvorak outlines, or for other reasons entirely.

  • Instruction set. (Score:5, Insightful)

    by drolli ( 522659 ) on Tuesday January 13, 2009 @10:18AM (#26432421) Journal

    Oh my goodness, did they really write it in assembler? I always imagined they already used high-level languages at that time.

    And nevertheless, the non-availability of multiplication or division is honestly the smallest problem when programming the 6502 in assembler. Using a decent macro assembler it does not take a lot of effort to implement these two instructions. What i personally collided more with where the awkward addressing techniques of the 6502, and, of course, the quite um... limited stack, and of course, having only 3 registers sucked. I liked the Z80 much more form a low-level viewpoint. But in never though about the absence of multiplication instructions as a bad thing, just a little training....

    • by Alioth ( 221270 ) <no@spam> on Tuesday January 13, 2009 @10:31AM (#26432659) Journal

      The 6502 wasn't that bad, or at least the 65C02. While you only have 3 registers, you do have fast zero page operations which makes it almost like having 256 registers. However, I still prefer the Z80, it makes things a lot easier to have the 16 bit register pair ops, and notwithstanding the 6502's zero page instructions, most routines on the Z80 are a bit easier to program since most of the time you don't have to shuffle things to and from RAM because you can fit everything in the two register banks. I still write Z80 asm today, it's fun.

      • Re: (Score:3, Interesting)

        by Muad'Dave ( 255648 )
        I liked the Z-80 better, too. I do hobby work with the Microchip PIC series these days, but I still yearn for the Z-80 days (I think I was 16 or so). Dedicated I/O instructions and bus signals, cool interrupt subsystem. Too bad they didn't have nice 68k-style symmetrical registers. There are tons of Z80++ SoC's out there - maybe one day I'll play with them.
    • Well, sonny, back in those times there was mainly BASIC and Assembly. Nothing much in the way of fast high level languages (BASIC, maybe Pascal by then.

      You and your assembler, you had it easy....

      Many of us starting out coding higher speed stuff had to hand-write our assembly and then lookup instruction values, calculate the addresses, branch offsets, etc. So we could enter it in a monitor or use DATA statements to POKE it in.

      (cue for the next Yorkshireman)

    • Borland Did... (Score:3, Interesting)

      by maz2331 ( 1104901 )

      Back in the late 80's, Borland wrote all of their compilers in Assembly. That's how they were able to compile 27,000 lines of Pascal code per minute on a '286 machine.

      I shudder to think of the difficulty of that endeavor.

  • No multiply or divide? Oh Noes!!1!!

    Meh [wikipedia.org]

    "On most older microprocessors, bitwise operations are slightly faster than addition and subtraction operations and usually significantly faster than multiplication and division operations,"

  • by DrWho520 ( 655973 ) on Tuesday January 13, 2009 @10:22AM (#26432487) Journal
    ...Dvorak blames for elevating once lowly bean counters to the executive suite and enabling them to make some truly horrible decisions. even if you believe that VisiCalc was the root-of-all-evil, as Dvorak claims...

    That which infuriates me the most about the tech sector is corporate executives building wealth upon the backs of laboring engineers. I have yet to receive an explanation as to why some VP somewhere gets to make ten times as much myself. When the company is not making record profits, it is an engineering problem. When we are raking in the dough, it is an executive success. No one ever looks to see how difficult the problem is because, they cannot fathom the problem being solved. My first day at orientation, you could tell the engineers from the financial analysts. We were in Dockers and collars and they were in three piece suits. Where did we go so wrong that support staff are the ones elevated to executive positions? Why is balancing a checkbook a more executive skill than writing the tool that tool used to balance the checkbook?!?

    This only thing that disgusts me more is sharing a sentiment with Dvorak.
    • by Lumpy ( 12016 )

      Because they schmooze. and you dont.

      If you pretty much rim-job everyone above you, you get to be promoted.

      There is no other reason for being promoted, and working very hard is a sure fire way of NEVER being promoted. you are valuable? we cant promote you.

    • by Yvan256 ( 722131 ) on Tuesday January 13, 2009 @10:32AM (#26432665) Homepage Journal

      Not that I want to contradict your thoughts, which I share (especially the pay check part), but let's put it into perspective.

      Someone might be able to write the tool to balance the checkbooks but at the same time be unable to actually make good use of the program.

      Another example would be Photoshop. I'm pretty sure the people who programmed it aren't nearly as good at using it as actual artists. The programmer probably never went to design school, etc.

      Yet another example would be Word, Pages or any other word-processing program. Just because you can program such a beast doesn't automatically make you an award-winning writer.

      You get the idea.

    • by flyingfsck ( 986395 ) on Tuesday January 13, 2009 @10:33AM (#26432673)
      One day when you try to run your own company, you'll realize the problem with what you said above. The fact is that trying to find financing and projects to execute, in order to keep 500 engineers busy, really ain't easy.
      • by SerpentMage ( 13390 ) on Tuesday January 13, 2009 @11:28AM (#26433603)

        I was once promoted to manager. And for about 3 months I loved it. And then I didn't.

        My wife who is an engineer like me is a VP/Director. She makes quite a bit more than I do. But guess what, I see the stress my wife has. Me I have stress, but not that type of stress.

        You see with engineering I am in control. With management, you are herding cats!

        • by Anonymous Coward on Tuesday January 13, 2009 @01:09PM (#26435395)

          Joel Spolsky once wrote:

          Programmers need a Subversion repository. Getting a Subversion repository means you need a network, and a server, which has to be bought, installed, backed up, and provisioned with uninterruptible power, and that server generates a lot of heat, which means it need to be in a room with an extra air conditioner, and that air conditioner needs access to the outside of the building, which means installing an 80 pound fan unit on the wall outside the building, which makes the building owners nervous, so they need to bring their engineer around, to negotiate where the air conditioner unit will go (decision: on the outside wall, up here on the 18th floor, at the most inconvenient place possible), and the building gets their lawyers involved, because we're going to have to sign away our firstborn to be allowed to do this, and then the air conditioning installer guys show up with rigging gear that wouldn't be out of place in a Barbie play-set, which makes our construction foreman nervous, and he doesn't allow them to climb out of the 18th floor window in a Mattel harness made out of 1/2" pink plastic, I swear to God it could be Disco Barbie's belt, and somebody has to call the building agent again and see why the hell they suddenly realized, 12 weeks into a construction project, that another contract amendment is going to be needed for this goddamned air conditioner that they knew about before Christmas and they only just figured it out, and if your programmers even spend one minute thinking about this that's one minute too many.

          To the software developers on your team, this all needs to be abstracted away as typing "svn commit" on the command line.

          That's why you have management.

    • by jamrock ( 863246 ) on Tuesday January 13, 2009 @11:18AM (#26433401)

      Where did we go so wrong that support staff are the ones elevated to executive positions?

      Forgive me for saying this, but you went "wrong" with your career choice in college. The reason why "support" staff are elevated above you and your fellow engineers (I'm assuming you're an engineer) is that they're administrative support staff, i.e. they are actually trained to run a business (or aspects of the business) and they'll be promoted within the administration of the company; whereas engineers are part of the production team, which means that engineers will probably rise only as far as project or department head. Executives build wealth on the "backs of laboring engineers" (and sales clerks, machinists, programmers, etc) because you're commodities.

      I can understand your frustration, but the fact is that in any organization--large, medium, small, corporate, military, religious, political, whatever--there will be only a very few who are able to run the whole thing, and all things being equal, the qualified ones will rise to the top, provided that they're also politically savvy. An unfortunate fact of life is that there also exist within any organization the ass-kissers, toadies, and fast-talking con artists who scheme their way to positions well above their level of competence. Such glaring injustices will rankle obviously, but regrettably the vast majority of people within an organization really don't have a clue how the whole thing works. Forgive me again for saying this, but your post only reinforces this notion; you really don't know what's going on from an administrative standpoint, and I get the strong sense that you are either totally naive about, or disgusted by, organizational intrigue and politics. Good for you, if that's the case. You probably won't get a seat on the corporate jet, but you get to keep your soul.

      And I'm certainly not presuming to suggest that engineers cannot run a company; my eldest brother was an engineer who worked at his chosen profession for only about a year after graduating, then went into the financial services industry and took to it like a duck to water. He is now the owner of a successful mutual fund company.

    • Re: (Score:3, Interesting)

      by KingOfBLASH ( 620432 )
      In a capitalist society we allow the market to determine the value of people. Some skill sets are scarce and command a higher premium. So because there are more people who would rather be engineers and learn how to solve problems and spend their days doing that then people willing to balance checkbooks each day, the people who balance check books get paid more.

      Plus we finance guys generally know how to drive a hard bargain. :-P
  • Then we would never have appreciated the benefits of W-W-Windows 386 [google.com]!
  • by mritunjai ( 518932 ) on Tuesday January 13, 2009 @10:25AM (#26432533) Homepage

    Who'd 've thought :-)

    Google for visicalc.com and download from the second link.

    BEWARE: DO NOT run it on your main computer. Use a windows virtual machine or dosbox on *nix. It runs perfectly in both even after these years.

  • by acomj ( 20611 ) on Tuesday January 13, 2009 @10:30AM (#26432627) Homepage

    I've used visicalc. I was just a kid, but my friends dad had it for the apple ][+.

    It was weird, because it had no up down arrows on the keyboard, you had to toggle up/down left/right mode by hitting the spacebar.

    Love it or hate it, visicalc made computers way more useful. I don't think it was a bad thing

  • Randian (Score:5, Funny)

    by IceCreamGuy ( 904648 ) on Tuesday January 13, 2009 @10:31AM (#26432649) Homepage
    John C. Dvorak is the Ellsworth Toohey of the technology world.
  • If Dvorak thinks that accounting and finance were bit players in the history of the world until the invention of the electronic spreadsheet, he's even more completely out of touch with reality than I thought. Maybe that's true in the parallel Dvorak universe where OS/2 took over the world and dialup BBSes became a multi-billion-dollar industry, but in this universe, accounting and finance has been a major player since, well, the invention of money and writing.

    I actually like Dvorak, but having read him sinc

    • I actually like Dvorak, but having read him since the days when Computer Shopper was as large as an urban phone book, I have come to recognize that his predictions, while sometimes reflecting what ought to happen, seldom if ever reflect what actually does happen, and his analyses range from the silly to the outright bizarre.

      It sounds to me like you don't like him so much as have gotten used to him.

      Dvorak has been writing from a formula from day one. Piss people off, but leave yourself an out, and when you are invariably proven wrong, claim that your out was your real position the whole time. Mac users ate it up more than any other group - coincidence? I THINK NOT

  • by 0xdeadbeef ( 28836 ) on Tuesday January 13, 2009 @10:40AM (#26432799) Homepage Journal

    What is actually killing the economy is the business major. There are too many people who don't know a trade going around thinking that the world owes them something.

  • your geek side still has to admire it for the programming tour-de-force that it was, implemented in 32KB memory using the look-Ma-no-multiply-or-divide instruction set of the 1MHz 8-bit 6502 processor that powered the Apple II.

    Not those of us who actually programmed the Apple II, or programmed any computer back then. Even the original IBM PC had only 64k of memory (expandible). I wrote a battle tanks game on the Sinclair 1000 with its 4k of memory and its 1mhz chip. Of course, with that little memory and sl

  • by SpinyNorman ( 33776 ) on Tuesday January 13, 2009 @10:58AM (#26433083)

    Speaking of 6502 programming feats, back in 1982 I worked for Acorn computers in the UK, writing software for the 2MHz 6502 based BBC microcomputer, which incidently we also used as our development machines. The BBC micro had 16K of ROM for the built-in BASIC interpreter and low level "OS", another 16K of address space into which you could map any one (at a time) of the other 16K software ROMs in that machine, and 16K or 32K of RAM depending on the model. Much software was sold on ROM - there were four sockets built-in or you could get expansion boards to allow more - but only one at a time could be selected since there was only 16K of address space for these.

    One project I did at Acorn (with another guy) was to implement a Pascal development system for the BBC micro that we crammed into two of these add-in 16K ROMs. This was no cut down version - is was a full-blown ISO certified version of Pascal, the first ever implementation for a Microcomputer to implement the standard and achieve ISO certification (ISO Pascal is different from P-system Pascal which had preceded it).

    So, what we fitted into 32K was:

    - An ISO Pascal compiler, which compiled programs down to a P-code like stack-based virtual instruction set
    - A virtual machine/interpreter for the instruction set
    - A 6502 machine code relocator
    - The complete Pascal run-time library (full floating point, IO library, heap, etc)
    - A full-featured full-screen editor with regex find/replace (with as-you-type syntax parsing and highlighting), block copy/move/delete, etc (in only 4K of code)
    - Command line interpreter

    Now bear in mind that only 16K of this could actually be in the address space at one time...

    The way we managed to squeeze all this in was to have the compiler in one 16K ROM, and the rest in the other. The compiler was written in ISO Pascal and self-compiled to our virtual instruction set. We had to add a few "macro" instructions especially for the compiler in order to get it under the 16K limit. The rest of the software (which I wrote) was all in 6502 assembler. Now consider that to run the compiler you also needed the virtual machine, but that was in a different ROM which could only be mapped into the same address space as the compiler (hence replacing it)... What I did was organize the VM/interpreter into pure code, pure data, and relocatable data (address tables), and implement a 6502 machine code relocator (recognize each instruction type, and know how many byyes they were, and whether they had an address component that needed relocating) which copied the VM out into RAM therefore allowing it to co-reside in the address space with the compiler.

    It was a very fun project, not only because of the technical challenge (this was my first job out of college), but also very much because of the memory constraint. I had to use every 6502 trick in the book to eliminate every spare byte to squeeze the assember half of it into it's 16K ROM. Those from this generation may remember things like using XOR A, A as an alternative to LD A, 0 to save a byte, changing tail recursion/calls to jumps (JSR subroutine, RET -> JMP subroutine), taking advantage f known processor flag state to use 2 byte "conditional" (but not if you know the state) branches in place of 3 byte absolute jumps, etc, etc.

    Toot toot!

  • MBA mentality (Score:5, Interesting)

    by klausboop ( 322537 ) on Tuesday January 13, 2009 @11:19AM (#26433415)

    I think that Dvorak is putting too much blame on the spreadsheet: it was just an accelerant on an already-burning fire. As Frank Zappa said when asked, "What do you think happened in this country?"

    Well, two important things, and each one of them has only three letters: One was LSD...and the other is MBA. When people started taking MBA seriously, that was the beginning of the ruination of the American industrial society. When all decisions are based on an MBA's concept of numerical reality, you're in deep , because the only thing that can be judged as real is that which can be proved by a column of figures. And when all aesthetic decisions are turned over to these kinds of people, who use these criteria to make steering decisions for a company with no regard for people and no regard for what the product really is, and the only thing that matters is maximizing your profit, you have a problem. Because you can't have quality then; you cannot have excellence. Quality's expensive. I think most of these people that come from business schools have the desire to make sure everything is cheesy. That's what happens when you do things that way.

  • by sjbe ( 173966 ) on Tuesday January 13, 2009 @11:25AM (#26433543)

    Dvorak doesn't even know the difference between finance and accounting. Accountants don't really spend a lot of time with spreadsheets. I know because I am a certified accountant myself. Spreadsheets are used far more by finance analysts. Accountants track what happened in the past much like a secretary keeps minutes of a meeting. Finance analysts try to predict what will happen in the future and their main tool is the spreadsheet. These are not normally the same person though there obviously is overlap. Anyone who actually knows anything about business understands the difference but apparently Dvorak is not among them.

    Dvorak blames for elevating once lowly bean counters to the executive suite and enabling them to make some truly horrible decisions

    Right, because no one ever made horrible business decisions before the spreadsheet. Sigh... Used properly, spreadsheets let us make more informed, rational decisions instead of shooting from the hip. Modern finance would literally be impossible without spreadsheets or something very much like them. Ever tried to manage a company's books? Without spreadsheets and accounting software you need an army of workers to track the paperwork and calculate the numbers. Furthermore hand calculating results in errors and lots of them. Sure spreadsheets can be used badly like any other tool. They certainly are no magic cure-all for bad analysis and decision making. But that's the user not the tool.

    Dvorak asks in the article:

    How often in years pastâ"the pre-spreadsheet era, that isâ"did an accountant take over a company?

    Frequently. John D Rockefeller was an accountant before he was a titan of industry. There are countless other examples. Accounting is what allows managers of businesses to understand what is going on. Every business manager is by necessity an accountant to some degree. Without accounting they are no different than an airplane pilot without any instruments. It should surprise no one that the people who understand the cash flows best often rise to positions of control, including the role of CEO. A spreadsheet and other computerized tools simply make the job easier and more productive. Apparently Dvorak thinks we should rely on slide rules and multiplication tables and ledger books instead.

    Dvorak further asserts:

    Cars are shoddy, consumer goods are junk. Toxic substances are in the food supply. Lead is in toys. Most of what we buy is made cheaply elsewhere.

    Further evidence of Dvorak's stupidity.

    • Cars are better now than they ever have been by pretty much any objective measure you care to use. They're more reliable, the last longer, they perform better, they're more comfortable, etc. I know a lot of folks like classic cars for their styling and nostalgia but they were worse mechanically in most cases.
    • I have no idea what consumer goods he's referring to in particular. There have always been junky consumer goods and quality ones. Yes we have a more disposable approach these days (which isn't a good thing) but that doesn't mean the products are automatically junk. Some are, some are not.
    • Toxic substances have always been in the food supply but again we (in the US at least) have safer and more plentiful food today than at any time in history.
    • As for making stuff cheaply elsewhere, that has ALWAYS happened and always will. That's comparative advantage [wikipedia.org] at work. The mere fact that something can be produced less expensively in one location than another says nothing automatically about its quality. It can be better or worse but that's due to other factors besides merely production location. Likewise cost varies because of any number of factors besides just quality. Cheaper does not automatically mean worse.
  • by ErichTheRed ( 39327 ) on Tuesday January 13, 2009 @11:29AM (#26433623)

    I have worked in a lot of IT positions, and every company I have worked for has always done all of their "real" decision-making on hacked-together spreadsheets. The truth is that the spreadsheet was one of the first "business analysis" tools that was intuitive enough for an end-user to really do power-user things.

    That said, Excel and Access "applications" that glue organizations together are the bane of IT's existence. Despite what the sales guys say, all of the company's numbers come out of SAP, Oracle Financials, etc. and into one of these programs to do any useful work with them. I know I'm working on making Office 2007 available to those who want it, and getting some of these Excel and Access 97-era macros carried forward can be...challenging. Access is another horror story -- once a database hits 2 GB in size, file corruption is extremely likely, especially if multiple users are hitting the same database over a network.

    If you ever get sick of software development or sysadmin work, and like pain, I guarantee there will be work available for anyone willing to wade through a million lines of VB spaghetti code written by an MBA who took an Excel class in 1996.

  • by microcars ( 708223 ) on Tuesday January 13, 2009 @11:46AM (#26433901) Homepage
    I get letters and "announcements" that are Excel documents for some reason.

    Turns out the reason is because the user treats the cells as "Tabs" and uses them to "Center" text and "Indent" things, create "Columns"

    These people have no clue how to use a Word Processor to format their document and they also have no clue how to use a Spreadsheet program for what it was intended for either.

    I know someone else who treats a Spreadsheet like a Database.
    Except what they have is a Text File in Excel Format.
    No defined fields, can't sort because they typed the info in to "look good" but serial numbers are in Different Columns!
    Line Breaks when they reached the end of their 17" screen really hoses the thing good.
    Can't export the data to CSV or anything to make it useful elsewhere but "IT'S ALL STORED ON A SPREADSHEET!" which was the original mandate.
  • by Lord Bitman ( 95493 ) on Tuesday January 13, 2009 @12:09PM (#26434303)

    Spreadsheets are often used for purposes which go above and beyond their intention, acting in some cases as almost a general-purpose programming environment.

    Since this abuse is so common, why not take it to the next level and make a programming language which acts like a spreadsheet?

    http://www.subtextual.org/ [subtextual.org]

  • by mariox19 ( 632969 ) on Tuesday January 13, 2009 @02:06PM (#26436383)

    The article makes me think of an idea that I believe is found in the book, The Black Swan, by Nassim Taleb [wikipedia.org]. If it's not there, it's in his earlier book.

    The idea is that human thinking is prone to several faults. It's a flaw in the construction of our brain. I believe this is something evolutionary psychology talks about. Anyway, Taleb says that human beings are woefully prone to looking at the past and convincing themselves that past data is a sure guide to what the future will bring. His idea is not just that we are prone to this mistake, but that in effect we love making this mistake -- or perhaps closer to his point, we feel great when we are making this mistake.

    Putting Dvorak's article in this context, people look at spreadsheets -- and at all the wonderful graphs and charts you can make from the data contained therein -- and are lured, cognitively, into painting a particular picture of the future. To the natural inclination of our minds, this picture is so beautifully convincing that we have to actively work to resist its charms. It's almost as if we can't help buying into the future our inclinations, with the help of our spreadsheets, sell to us.

    This is a small example from what is a larger problem in economics, which only some schools of economics recognize: namely, economic history is a poor guide to the future. (By contrast, the entire field of econometrics [wikipedia.org] posits itself on making "mathematical predictions" based on economic history.)

    Dvorak's an ass, in my opinion; but I think he may have stumbled onto something here.

  • Good tool (Score:3, Insightful)

    by SCHecklerX ( 229973 ) <greg@gksnetworks.com> on Tuesday January 13, 2009 @03:06PM (#26437447) Homepage

    unfortunately usually misused.

    A spreadsheet is not a database.
    A spreadsheet is not for pretty formats.
    A spreadsheet should not be used for recurring analysis.

    A spreadsheet *is* great for figuring out your mortgage payments.
    A spreadsheet *is* great for doing college/hs laboratory analysis.
    A spreadsheet *is* great for one-off, quick calc, and preliminary design work.

  • by sam_handelman ( 519767 ) <samuel...handelman@@@gmail...com> on Tuesday January 13, 2009 @07:38PM (#26441277) Journal

    And no, the spreadsheet is not responsible for all moral decay and infamy in our society.

    Cars are shoddy, consumer goods are junk. Toxic substances are in the food supply. Lead is in toys. Most of what we buy is made cheaply elsewhere. At every level of the business scene today, some bean counter does a what-if calculation before making the decisions. The spineless CEO worries about what the shareholders would think if he disagreed with what the spreadsheet and the CFO told him to do. To make him feel better, the board will give the CEO a fat bonus for saving money.

      Back in the day, before spreadsheets, the US Military secretly gave the children of US servicemen whooping cough, prisoners were secretly injected with syphillus, and a deal was cut with lead paint manufacturers to leave their remaining inventory on the market rather than recalling it after everyone had given up denying it was harmful. Don't get me started on lead gasoline or cigarettes.

      Amoral behavior like this is a property of all *secretive and powerful institutions*. Since the spreadsheet has been invented, private corporations have become more secretive and more powerful, and their directors have become more dedicated to institutional goals as a cultural shift. There is no causation here.

      There is a lot of criticism of administrators on this thread - and it is certainly true that the administrators of powerful, secretive institutions tend to personify both the destructive social impact and caustically short-sighted, self-interested purposefully ignorant culture of the institutions where they hold sway.

      But as has been pointed out elsewhere, for human beings to act productively and cooperatively, administration and logistics are required. Spreadsheets help with this task immensely - as anyone who's tried to for fucksakes budget a camping trip (how much more would it cost to bring uncle David and his kids too?) can attest.

      To clarify my assertion further (and I have to credit this assertion to David F. Noble, who's ideas are primarily reflected here): The technology is neutral - if you don't like what's being done with it, that's entirely the fault of the people using it. To the extent that spreadsheets have had a deleterious effect on our society, that is because powerful individuals saw an opportunity in the technology and exploited it. In a different instutitional structure or with different power relations already in place, the effects would be totally different.

      In closing, if anyone actually cares about the future of engineering professions, read Forces of Production by David F. Noble. De-skilled assembly line jobs became the norm not because it was a better way of doing things and not through any inherent properties of machine tools (let alone "market pressure"), but because it served the economic and political interests of the managerical class. Spreadsheets are (relatively minor) among the many tools that the current generation of management tries to use to do the same to engineers today.

  • I Still Remember (Score:3, Interesting)

    by BigFoot48 ( 726201 ) on Tuesday January 13, 2009 @11:53PM (#26443743)
    I remember in March 1980 when a colleague took me to an Apple computer store in San Francisco, opened VisiCalc, put 100 in one cell, 200 in another, a sum below it, and 300 magically appeared.

    My life as an accountant changed forever that day. It took me three months, and many meeting to get the local division of the major oil company I worked for to buy the first Apple in the company. I seem to recall it was $3,000 or so.

    After that it was models and spreadsheets galore - well, whatever was 64k or smaller. ("Oh, you want that calculation? Well, I'll have to remove this one.)

    Then on to IBM and Lotus 123 and the rest is history.

    Were spreadsheets abused, full of errors, and assumed gospel when they weren't? Sure, but they also made clear, in a very short time, important data used to make good decisions.

    Now long retired, that moment in SF remains with me as one of those "ah yes" moments in life.

It is easier to write an incorrect program than understand a correct one.

Working...