Slashdot Mirror


Interview With Spreadsheet Creator

Gammu writes "Dan Bricklin helped create one of the most successful computer metaphors of all time, and he never got rich. He, and another engineer, started Personal Software to create the computer spreadsheet VisiCalc, which established the Apple II as the standard microcomputer for small businesses and attracted the attention of IBM to the market. Josh Coventry recently interviewed Bricklin about VisiCalc and his newer projects, including a Wiki-style spreadsheet." WikiCalc was discussed back in February on Slashdot and reviewed by NewsForge in March. NewsForge and Slashdot are both owned by OSTG.

135 comments

  1. A dollar for the poor man by phantomcircuit · · Score: 4, Interesting

    he didn't get rich from such a famous piece of industry starting software?

    lets give him a dollar

    1. Re:A dollar for the poor man by Anonymous Coward · · Score: 0

      Uh, I think you can keep your dollar: later Dan founded ... Trellix Web, a PC-based web site creation tool bundled on over 35 million devices from companies like HP, Dell, and Kodak. In early 2003, Trellix was acquired by Interland."

    2. Re:A dollar for the poor man by Anonymous Coward · · Score: 0

      Oh, well, fuck him then.

    3. Re:A dollar for the poor man by SCHecklerX · · Score: 3, Insightful

      Imagine if patenting software was the thing back then.

    4. Re:A dollar for the poor man by Anonymous Coward · · Score: 0

      Where in the article does it say he didn't get rich?

    5. Re:A dollar for the poor man by Raenex · · Score: 1
      Where in the article does it say he didn't get rich?

      Yes, I was wondering the same thing. VisiCalc was generating millions in revenue. I'd be surprised if Bricklin didn't come out of it a multi-millionare. Not Bill Gates or Steve Jobs rich, but no pauper either.

      I did some Googling, but unfortunately didn't find anything definitive.

  2. check out Numbler by harshaw · · Score: 4, Interesting

    The source and engine are also available for Numbler, a collaborate spreadsheet similar to google spreadsheet.

    you can get the source and play with it at http://code.google.com/p/numbler/. We haven't made a formal announcement of this yet so the docs are still quite raw.

    1. Re:check out Numbler by Anonymous Coward · · Score: 0

      In the comments for sheetlock.py someone misspelt "sanity". There are no titties in sanity.

    2. Re:check out Numbler by Anonymous Coward · · Score: 0

      Also, the comment in Row.getMax(cls) should read:

      """return maximum possible row"""

      not

      """return maximum possible column"""

  3. Re:Mac not certified by Whiney+Mac+Fanboy · · Score: 1

    And this is relevant to the article how?

    --
    There are shills on slashdot. Apparently, I'm one of them.
  4. Some background please by Anonymous Coward · · Score: 0

    Is this another example of Microsoft screwing the little guy?

    1. Re:Some background please by ClosedSource · · Score: 1

      No. This is another example of Microsoft having nothing to do with the subject at hand (Excel didn't appear until well after VisiCalc was dead or dying). Quite common on Slashdot though.

  5. It is an example of not patenting by EmbeddedJanitor · · Score: 1

    It is very easy to replicate a spreadsheet program. The only effective protection is a patent.

    --
    Engineering is the art of compromise.
    1. Re:It is an example of not patenting by Tod+DeBie · · Score: 3, Insightful
      If he had bothered to patent it, he could have been a billionaire by now.

      This is not an example of Microsoft screwing someone. It is an example for the anti-patent free software crowd on what happens when you don't patent something: a big company like Microsoft can come in and do it better (or at least market it better) than you. They make billions and you don't.

    2. Re:It is an example of not patenting by qwerty+shrdlu · · Score: 5, Interesting

      Mr Bricklin's site also has an explaination of why VisiCalc wasn't patented: http://www.bricklin.com/patenting.htm In short, it just wasn't how things were done then, and the lawyer didn't think he could pull it off.

    3. Re:It is an example of not patenting by Rude+Turnip · · Score: 1

      Patent the spreadsheet? Which has been around for hundreds of years? Just as we bitch and moan today about any patent that adds the word "internet" to an already existing concept, I'm sure someone would have pointed out back then that adding the word "computer" to an already existing concept and patenting it would be just as silly.

    4. Re:It is an example of not patenting by Waffle+Iron · · Score: 1
      If he had bothered to patent it, he could have been a billionaire by now.

      Except others had done spreadsheets on mainframes before VisiCalc. So he didn't exactly deserve to sit back and rake in billions in royalties either.

    5. Re:It is an example of not patenting by jomama717 · · Score: 3, Interesting

      Based on the Robert Kearns intermittent wiper nightmare I think Mr. Bricklin is better off for not getting wrapped up in a spreadsheet patent fiasco. Sounds like he's doing fine financially and has been quite productive over the years.

      --
      while [ 1 ]; do echo -n -e "\xe2\x95\xb$((($RANDOM&1)+1))"; done
    6. Re:It is an example of not patenting by Anonymous Coward · · Score: 0

      my how times have changed.

      1. invent the spreadsheet, don't bother patentiing it due to not being able to pull it off.
      2. industry send crap load of money to congressional pimps (pimp-ers - you and i are the pimp-ees).
      3. patent one click shopping.
      4. PROFIT!!!

    7. Re:It is an example of not patenting by dan828 · · Score: 1

      If he had bothered to patent it, he could have been a billionaire by now.

      To interject, a spreadsheet was a big piece of paper with a grid on it and a place to put formulas so that it was easier to organize your work. Business school students were taught to make and use these, and certain industries had preprinted ones, prior to the first "electronic spreadsheet" being invented. This guy took a pre-existing idea and made a program that did the calculations automatically. It's doubtful that a patent would have had much force.

    8. Re:It is an example of not patenting by boxless · · Score: 1

      Had he patented it, he would be just as bad as the current crop of patents that simply computerize previously used methods.

      Don't forget: the idea of the spreadsheet has an analog equivalent. Big companies would actually draw spreadsheets on huge blackboards for planning purposes, and there would be rules and formulas for how different 'cells' calculated based on other 'cells' on the blackboard.

      It was not a novel idea, he just computerized it.

  6. Re:Mac not certified by Anonymous Coward · · Score: 0

    Has Porsche been "laid by the wayside" because more people drive Toyotas?

  7. VisiCalc Executable for the IBM PC by bigberk · · Score: 5, Interesting

    I loved this... his web site includes a downloadable VisiCalc binary from 1981. It's 27 KB large (smaller than most web images, he points out) and it's a pretty powerful piece of software. Still runs on my modern dual core system, talk about longevity. Wow. All the Flash and Visual Basic in the world can't make me forget how awesome and elegant some older software is. I started out by writing in assembler myself

    1. Re:VisiCalc Executable for the IBM PC by Blakey+Rat · · Score: 4, Insightful

      Not to diminish your post, but from my understanding Visicalc is one of the applications Microsoft uses as a baseline for backwards-compatibility testing. The fact that it still runs in 2006 is more a testament to the efforts of OS designers than the original program-- the original program only had to follow all the published specs of the time.

    2. Re:VisiCalc Executable for the IBM PC by Anonymous Coward · · Score: 0

      Don't you think Microsoft gets kudos for supporting executables from 1981 on the current operating systems? It's a testament to the appcompat work done by members of the Windows OS team that lets you run VisiCalc unmodified on a few Hz DOS box and take the same PE to run on a dual-core mega-multi-Hz box.

    3. Re:VisiCalc Executable for the IBM PC by cstec · · Score: 1

      27KB? Holy crap, what a pig! Considering a lot of the systems then maxed at 48K, that would be the equivlaent of an app using 562 MB on a 1 Gig system today.

    4. Re:VisiCalc Executable for the IBM PC by timeOday · · Score: 4, Interesting

      What, 25 years of backwards compatibility only counts as cool if it's on accident? I agree a lot of credit goes to Microsoft, but also to the engineers at Intel and AMD for keeping the zombie that is x86 on its feet all those years - and outperforming everything else to boot. Legacy is a heavy burden to carry; they say Longhorn almost crushed Microsoft. But that also means that the very few companies with enough grunt to pull it off have a big competitive advantage. 25 years of Microsoft and Intel, I don't know whether to admire or resent it.

    5. Re:VisiCalc Executable for the IBM PC by bigberk · · Score: 3, Interesting

      Could that be true? I don't know either way. However as someone with extensive DOS assembler experience, I can say that the API calls (DOS int 0x21 and BIOS routines) that Visicalc used are very limited. This version ran on DOS 1.0 so we know it didn't even use any fancy memory management routines. The only potential for incompatibility that I see are the BIOS keyboard/video calls.

      DOS emulators have to deal with far more complicated DOS applications than this one. It uses basic OS and BIOS calls, no fancy processor or hardware tricks ... in fact I think this would be a nice binary to reverse engineer and play with, very straightforward x86 assembler.

    6. Re:VisiCalc Executable for the IBM PC by Anonymous Coward · · Score: 0

      Although this software is old, it warms my heart to see that to this day some people still write quick, clean, tight software that doesn't make me wait even a second for it to start up. Examples: uTorrent, PuTTY

    7. Re:VisiCalc Executable for the IBM PC by Al+Dimond · · Score: 2, Insightful

      It's an impressive technical acheivement, sure, but does it actually make the operating system better?

      Some people would argue that insisting on backwards compatibility is the cause of many of the problems involved with practical Windows usage today. One of the major examples of this is how inconvenient it is to run as a non-admin class user. If Microsoft had laid down the law in NT from the beginning and made it very abnormal to run with admin powers day-to-day some (not all) of the security problems would not be an issue today. Even in Vista today lots of people still want to run with full powers. If Apple can break compatibility as often as they do and get away with it Microsoft can, too. People will rewrite useful and necessary programs, and make them better. A foolish consistency is the hobgoblin of little minds (Emerson)! Unixes generally have a tradition of source compatibility rather than binary compatibility, which has its own problems; insert Plan 9 rallying cry here.

      Certainly most of Windows' security problems, especially recently, come from it being the majority computing platform among the human race, a notoriously easy-to-exploit class of security vulnerabilities. But all their work towards binary compatibility certainly hasn't helped.

    8. Re:VisiCalc Executable for the IBM PC by Anonymous Coward · · Score: 0

      Except DOS could only have one thing running at a time. So whether an app used the entire memory or only a byte or two, wasn't really relavent to anything else.

    9. Re:VisiCalc Executable for the IBM PC by Tablizer · · Score: 1

      Don't you think Microsoft gets kudos for supporting executables from 1981 on the current operating systems?

      Probably because it is from a dead company. Microsoft tells living companies to shove it.

    10. Re:VisiCalc Executable for the IBM PC by that+this+is+not+und · · Score: 1

      The _file_ is 27KB. I haven't loaded a debugger to see how large the memory footprint is. It's probably less than 27K.

    11. Re:VisiCalc Executable for the IBM PC by LWATCDR · · Score: 1

      Actually the Mac has done well with compatibility. I would guess one of the keys is the control they had over the hardware. When they made a big jump they just emulated the old environment "from the 680x0 to the PPC" or created a walled garden for the old environment "OS-9 to OS/X". Microsoft really has almost not control over the leaps in hardware. Also from Microsoft's point of view backward compatibility really is the corner stone of their empire. If I am going to have to buy new software anyway I am free to look at Mac OS/X and or Linux. If I can maintain my investment in old software then the migration path is simple. Microsoft has to continue to be the path of least resistance or they loose market share.

      "People will rewrite useful and necessary programs, and make them better. A foolish consistency is the hobgoblin of little minds (Emerson)!"
      But will they rewrite them for Windows?
      Will they be rewritten in time? You really can't shut down a company for a year or two because a new version of your OS will not run that one program you depend on.
      Who will pay? Even free software costs somebody time if not money.
      What of the new bugs in your software. When you rewrite or port a program there is a very good chance you will not only improve the program but come up with some new and improved bugs.
      Notice he said a foolish consistency.
      That is one of the reasons that Java was created. To decouple the applications from the Operating System and CPU ISA. I can only guess that .NET was created to kill java and to decouple applications from the CPU ISA while keeping it coupled to the OS. Microsoft lived in terror of the day the X86 ran out of steam. On that day they lose their greatest advantage. That is one of the reasons they kept the ports of NT to the MIPS and Alpha alive for so long.
      Binary compatibility will at some point be necessary for Linux if it is become a mainstream program. It doesn't matter if it by using a JIT or virtual machine. It is a benefit to none technical end users.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  8. What? by atlacatl · · Score: 1

    What? A techie guy with no business sense? Unheard of...

    --
    Esta es una firma en Espanol.
    1. Re:What? by Anonymous Coward · · Score: 0

      A techie guy not wanting greed to taint his work.

  9. Never got rich by timeOday · · Score: 2, Insightful

    I only wish good ideas and good engineering had more to do with making a fortune than they do. Don't get me wrong, it does happen, and perhaps more in the US than anywhere else. But still, most of the money normally goes to whoever already has enough money to advance the innovator a paycheck so they can develop the idea. (Of course engineering wage slavery still beats pushing a plow 9 times out of 10!)

  10. Actual link to executable by Anonymous Coward · · Score: 0

    vc.com to get it without a license. Beware that this isn't really for the PC; it's for MSDOS. Most people will need dosemu or something like that, to be able to run it.

  11. Definitely has a place in corporate America by Salvance · · Score: 1

    I really think this addresses a growing need, particularly amongst corporate intranet users. We use a Wiki (MediaWiki) internally at work, and there are so many times that we need to create a simple editable spreadsheet to display calculations on a web page. Right now we either use static tables or attach an Excel document (I tried Google Spreadsheets but didn't like the results for our needs). This is fine, but creates formula messes when people want to make changes. WikiCalc appears to solve our need, although the video makes it look a little complex for the novice user (hopefully it looks this way because Dan Bricklin is trying to impress us nerds).

    --
    Crack - Free with every butt and set of boobs
    1. Re:Definitely has a place in corporate America by Anonymous Coward · · Score: 0

      best hundred bucks you'll ever spend then.

      I love this sucker.
      http://www.spreadsheetconverter.com/shop/Default.h tm

  12. Service Desk job 00072321:Excel by Anonymous Coward · · Score: 0

    "Can you have someone add a few extra rows to my excel as i have ran out of rows? thx"

  13. pattent? by Anonymous Coward · · Score: 0

    He should pattent this idea of a spread sheet and use it against microsoft if they ever use thier pattents against anyone else. It wouldn't exactly be getting rich but it could open the door for those who are getting rich to get a lot less rich.

    Maybe some poen source guys should talk to him about it. Lets see, a pattent "for a software program that charts different items in an easy to use and understandable format at the users can edit or create on thier own and asign formulas for different functions not limited to but including linking to other documents, adding subracting, multiplying or other math and a number of other stuff"

    That should lock about everyone else out of the picture if they wanted.

  14. Re:Mac not certified by 0racle · · Score: 0, Offtopic

    See that Apple logo up there attached to the story and the summary mentioning Apple? That there is a license to bash. It doesn't have to be relevant.

    --
    "I use a Mac because I'm just better than you are."
  15. Apple II as the standard? by Spiked_Three · · Score: 4, Interesting

    I'm not exactly sure how they came to that conclusion. I worked in one of the first retail home computer software stores and we had tons of customers come in and say "I need/want Visicalc. What computer should I buy?" An apple II was seldome the recomendation. We sold Atari 400/800s, apples, commodore pets and I think most of the time we recommended a TRS-80 if their needs was strictly business with Visicalc.

    And we sold a ton of Visicalcs. If Dan couldn't get rich it is because he spent the profits poorley. Not because they were not there.

    --
    slashdot troll = you make a compelling argument I do not like the implications of.
    1. Re:Apple II as the standard? by icensnow · · Score: 4, Insightful

      Maybe in a home computer store you were selling more cheaper ones. (By current standards, corrected for inflation, all these were extremely expensive.) I did a lot of temp jobs in banks during the immediate pre-IBM-PC era, and the only personal computers I ever saw were Apple II. They were usually controlled by ubergeek types (before the term was invented) when most people who had computer access had terminals to the IBM mainframes. These people had the knowledge that Visicalc would help them and the clout to get someone to pay for the computer, and the same logic about familiarity and price that led to rooms full of IBM-brand equipment would lead to buying Apple for PCs at that time. Just one person's sample, but I did work a lot of different locations over several summers.

  16. It is an example of the benefit of not patenting by SgtChaireBourne · · Score: 3, Interesting

    If he had patented (which, bizarrely, is allowed for software in the US), then neither Apple's nor IBM's PCs would have taken off. The combination of Apple and Visicalc got PCs into most businesses. Later, IBM and Lotus 1-2-3 got PCs into all businesses. So as far as the PC is concerned, Visicalc was the killer app.

    Visicalc led to Lotus 1-2-3. Lotus 1-2-3 became ubiquitous, though sorely needed improvements, which led to Quattro. Which was too fast and could exchange data with other spreadsheets so that was stopped by Excel and later corrected by OpenOffice.org's Calc. OOo Calc and a few others even fix some of the calculation errors that have been persistent in Excel functions across many versions and many years.

    Patents here would have stifled that progression. Most likely PCs would never have become common in business and homes beyond the occasional hobbyist. Who knows where we would be without the PC revolution? Maybe not even any WWW. But who knows? Maybe it would have come 10 years later and been based around Next, though that too has been in some ways dependent on the success of the Apple ][.

    --
    Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.
  17. Let it go by overtly_demure · · Score: 0
    Enough with the spreadsheets already. No more are needed. They haven't been cool for a long time.

    OK, OK, it was a great invention, but STOP for your own good!

  18. Sure, "marketing" is the "dark side"... by NotQuiteReal · · Score: 3, Interesting
    But remember, marketing (and sales) pay the bills.

    Sure, engineering "innovation" is cool, but engineers are built so that once the "that's cool" flag is set, it is soon forgotten in the zen of the implementation.

    Sales and marketing guys who couldn't program "hello world", jump all over the cool idea with branding, marketing, patents, and "market differentiation" and turn it into actual money.

    If you are an engineer with new ideas, it would not be a bad idea to align yourself with the "dark forces", if you care about making money from your work.

    I, for one, do not begrudge our road-warrior, platinum mile club, twice-divorced sales wonk his high salary, he earns it too.

    disclaimer: I am not a sales or marketing type. I see that they often earn more than I, but am old enough to appreciate why.

    --
    This issue is a bit more complicated than you think.
    1. Re:Sure, "marketing" is the "dark side"... by QuantumG · · Score: 1

      Not that a spreadsheet was a new idea when he wrote Visicalc, or for like, hundreds of years before that. Shit, he wasn't even the first guy to make a computer spreadsheet. There was even a patent awarded in 1970 for computer spreadsheets.

      thanks wikipedia

      --
      How we know is more important than what we know.
    2. Re:Sure, "marketing" is the "dark side"... by phantomcircuit · · Score: 1

      I absolutely agree with you.

      Engineers often forget that the main purpose of innovation in the international and (almost all) domestic markets is simply to make money.

      Money drives everything. For example without money your teleporter is useless as none will be built.

      Even non-profits need to design products that can make money, either through direct sales or products worthy of donations.

      Frankly an engineer that can design a perfect bridge but can't get it built is worse than one who can design a flawed bridge but can get it built.

      My 2 cents.

    3. Re:Sure, "marketing" is the "dark side"... by Anonymous Coward · · Score: 0

      Finally, someone else who understands that marketing is neither evil nor unskilled. I can write code all day for the rest of my life, but it's unlikely that it'll amount to much unless I have someone else making cold calls and getting on airplanes.

    4. Re:Sure, "marketing" is the "dark side"... by TheLink · · Score: 1

      It shouldn't be surprising that the ones who can convince people to pay lots of money for some bug ridden crap programmers write, would be able to convince their bosses to pay them in return for it.

      Then there's also PR - that's when you outsource the bullshit, half-truths and outright lies, so that if _they_ screw up you can switch PR companies and hopefully keep your job.

      --
    5. Re:Sure, "marketing" is the "dark side"... by sfjoe · · Score: 1

      Frankly an engineer that can design a perfect bridge but can't get it built is worse than one who can design a flawed bridge but can get it built.

      That depends on your point of view. The person standing on a bridge as it collapses would certainly disagree with you.

      --
      It's simple: I demand prosecution for torture.
  19. It works like this... by Anonymous Coward · · Score: 5, Insightful

    People who have talent don't get rich.

    People who organize talent get rich.

    Since most of us on slashdot are havers, rather than organizers, we sense this as some sort of deep injustice, or dark irony. But really it's just a practical necessity. The organizers are the ones with the power to determine who gets paid what, so they naturally pay themselves the most. If you want that money, then become an organizer instead.

    1. Re:It works like this... by maynard · · Score: 1

      HAHAHAHAHAHAHAHAHAHAHAHAHA!!!

      Someone mark that ++,Funny!

      HAHAHAHAHAHAHAHAHAHAHAHAHA!!!

    2. Re:It works like this... by __aaclcg7560 · · Score: 4, Insightful

      Why so funny? Take a look at Steve Wozniak (talent guy) and Steve Jobs (organize guy). Which one has the most money?

    3. Re:It works like this... by FishWithAHammer · · Score: 3, Insightful

      Equally as important: Which one is doing good things with his time and money?

      The Great Woz is teaching. Jobs is selling lousy music players and laptops with exploding batteries.

      +1, Woz.

      --
      "You can either have software quality or you can have pointer arithmetic, but you cannot have both at the same time."
    4. Re:It works like this... by paulthomas · · Score: 2, Insightful

      Cowardly and bitter. The people who get rich are the talented people with vision and an understanding of their own self-worth.

      Certainly the talent for organization plays into this, but that doesn't preclude other talents.

    5. Re:It works like this... by flydpnkrtn · · Score: 2, Informative

      LOL I've got 2 mod points left... wish I could mod the Woz +1 insightful.

      The Woz is/was leet. I mean, who "goes away for a month" and creates the predecessor to USB.

      Who does that?

      The Woz does that.

    6. Re:It works like this... by robot_lords_of_tokyo · · Score: 1

      Uh, Woz pissed away quite a bit of money. He WAS insanely rich. Look at all the engineers that are well loaded. Some from the not so distant past. A couple of guys named Larry and Sergey come to mind...

    7. Re:It works like this... by slughead · · Score: 1

      People who have talent don't get rich.

      People who organize talent get rich.


      Is organization not a talent?

      People skills aren't easy to master.

    8. Re:It works like this... by lvirden · · Score: 1

      For some people, organization may be a talent (that is, something that they are born able to do well), but for many, it is a skill (something that they've gained proficiency over by training and experience).

      --
      URL: http://xanga.com/lvirden > Quote: Saving the world before bedtime. Even if explicitly stated to the contrary, n
    9. Re:It works like this... by BigFoot48 · · Score: 1

      [i]People who have talent don't get rich.[/i] Excluding movie stars, major league athletes, and Oprah.

    10. Re:It works like this... by maynard · · Score: 1

      What's really funny is that I had planned to post that AC and instead clicked No Karma Bonus. D'OH!

    11. Re:It works like this... by Anonymous Coward · · Score: 1, Insightful

      I used the original VisiCalc heavily in my one College Economics class (yes, ECON 101). Here's the only thing I remember from that class:

      Wealth isn't a function of work, talent, or organization.

      Wealth is a function of RISK. In other words, if you take the biggest risk, you get the biggest payout.

      Employees get paid in arrears for the work they did. The boss doesn't get paid until the work produces a profit, and even then he's the last to get paid. Worker : paid for what they did. Boss: paid for what the product might do. At least half of the bossess out there fail completely and loose everything. Their employees at least got paid while it lasted.

      Bricklin had a publisher. The publisher took all the risks, assumed the marketing and sales costs, and underwrote the development. Bricklin got paid per completed work by the publisher. The publisher got paid for taking the risk.

      There are employees who get lots of money for what they do, especially in legal, entertainment and other businesses. But at the top is someone who leverages A LOT MORE to pay those folks a lot, and their payday is much later but much bigger.

      Decide who you want to be: a comfortable pawn with at least two weeks of secure future or a broke nervous wreck with only a 50/50 chance of success.

    12. Re:It works like this... by BVis · · Score: 1
      Which one is doing good things with his time and money?
      Define "good things". For lots of people, "good things" are "pushing around people who don't have as much money". Most people look at people like Woz and shake their heads sadly; to their eyes he's pissed away so much money on things that won't make him more money.

      We've become a society where what you have is a lot more important than what you do. If you have lots of stuff and/or money, you can basically get away with anything (see: OJ Simpson, Michael Jackson, etc.)

      Jobs is selling lousy music players and laptops with exploding batteries.
      At insane profit margins. Nothing else matters to most people. Perception is reality, marketing drives perception, so marketing molds reality in such a way that they make the most money. If a company found a business model for getting people to smear feces on themselves, and had enough marketing money, you can bet there'd be more people with brown on them than there are now.
      --
      Never underestimate the power of stupid people in large groups.
    13. Re:It works like this... by njdj · · Score: 2, Interesting

      Is organization not a talent? People skills aren't easy to master.

      No, it's not; and yes, they are. I was a software developer, and became a manager. I was seen as a very good manager. I found the job pretty boring - I could do the work in about 20 hours/week (after all, the key skill is delegating as much as possible). In the end, I went back to software development, mainly because I found it more satisfying.

      Of course I could have got a lot more money by working my way up the hierarchy, but not having been brought up in the USA, I don't regard accumulating/spending money as the purpose of life. I have enough money for my needs and my wife's.

    14. Re:It works like this... by try_anything · · Score: 1
      The people who get rich are the talented people with vision and an understanding of their own self-worth.

      ... and a desire to measure that self-worth in dollars. That includes most people, but not everybody. Think of all the very bright people who get PhDs and end up in little tiny nowhere towns in Georgia because they'd rather make peanuts at an academic job in BFE than live comfortably in a happening place and work in marketing.

    15. Re:It works like this... by the_womble · · Score: 1

      That only applies to wealth made purely through investment.

      In either case (welth through investment or entrepremeurship) it is an advantage to start with more wealth: part of the advantage Bill Gates had over Bricklin and others is that he inherited a few million, so he had something to fall back on if the risky startup failed.

  20. Re:Mac not certified by Overly+Critical+Guy · · Score: 1

    Nice sig.

    --
    "Sufferin' succotash."
  21. Standard microcomputer for business by cstec · · Score: 3, Interesting

    The original post is an Apple troll. The standard microcomputer for business from that time was the TRS-80, which was far more successful for business applications (and had a much bigger business application catalog accordingly.) Visicalc was released for both.

    1. Re:Standard microcomputer for business by Anonymous Coward · · Score: 0

      Yup, the Trash80 was a real POS - the memory chips were always climbing out of the sockets. Pressing chips back down, with a heart stopping "crunch, crack, crinkle", was a monthly exercise - but a Trash80 still was a lot better than an Apple II.

    2. Re:Standard microcomputer for business by mccalli · · Score: 1

      The original post is an Apple troll.

      ...and the parent post is a Tandy troll(!). The standard microcomputer for business at that time was the Commodore PET. Hah, take that Tandy! :-)

      Cheers,
      Ian

  22. Re:Mac not certified by Anonymous Coward · · Score: 0

    Lots of people would say Yes. If you had an idea for some aftermarket product and you could either make it Toyota-compatible, or Porche-compatible, which would you do in order to maximize your profits? Or, for that matter, is anyone eying Porche hoping they'll maybe someday develop a $10000 electric car? Which company can actually afford a R&D staff? Which company's products can you see on every street? Which company's name can most 8-year-old kids spell correctly?

    Porche is almost nobody in the car business. Sure, they make products that lots of people think they want, but once those very same people start looking at pricetags, almost nobody wants to actually buy a Porche. Everybody -- I mean everybody -- I've met who owns a less-than-35-year-old-Porche, is rich and somewhat anomalous in society. Rich people can have some impact on the market, but their favorite shops tend to disappear when Wal-Mart moves into neighborhood.

  23. I doubt anyone is using a spreadsheet because it is "cool". They're easy to use and often exactly what's needed for a job.
    Do you have any alternatives then, that do what you can do with spreadsheets, only easier, faster and better?

    1. Re:Why? by TheLink · · Score: 1

      Compare this:

      http://www.bennychow.com/pacman_redirect.shtml

      With this:

      http://www1.plala.or.jp/chikada/vba/pac/pacelle_dl .htm

      --
    2. Re:Why? by overtly_demure · · Score: 1

      I suppose the gist of my post wasn't clear. You are right, of course. My point is that there are many, many forms of spreadsheet out there already. For Bricklin to make another one with great fanfare is pointless, and starts to seem as if he has potential psychiatric issues involving spreadsheets.

    3. Re:Why? by alienmole · · Score: 1

      This kind of thing is fairly common with someone who has achieved great success with something and then not been able to really repeat it. They return to what worked best for them, often with the idea that they know they can do better than they did the first time around, and that everyone else has just been making minor tweaks since then, not major conceptual advances. (In that case of spreadsheets, that may actually be true!)

      So yes, there's a psychological issue here, not so much with spreadsheets specifically, but with past success.

  24. 2nd product by Bill,+Shooter+of+Bul · · Score: 1

    Hi I worked as an intern on your second product after visi-calc, or at least they told me it was your companies second product. Why do you feel it wasn't as successful? It fills a neat gap between spreadheets and having to write code. Most people who write serious spreadsheets for financial or scientific purposes would actually be better off in a lot of cases using it instead. for those of you not in the know, its currently being developed by uts software.

    --
    Well.. maybe. Or Maybe not. But Definitely not sort of.
    1. Re:2nd product by kabz · · Score: 1

      There were a bunch of 'better mousetrap' products around the time that Lotus 1-2-3 was doing it's stuff. Among them was Tk_Solver!, but Microsoft came along with Excel which was great for adding up columns of numbers and making pretty pictures. Eventually they added pivot tables, but they never forgot the core market of people who just wanted to do real simple stuff. It's still pretty cool that Excel and Visual Basic runs on my Mac.

      --
      -- "It's not stalking if you're married!" My Wife.
  25. Re:It is an example of the benefit of not patentin by Tod+DeBie · · Score: 2, Interesting
    If he had patented (which, bizarrely, is allowed for software in the US), then neither Apple's nor IBM's PCs would have taken off.
    He had Visicalc running on the IBM PC by 1981, he also had it on the Apple II, the PET, and the TRS-80. Dan could have elected to continue working on it himself or license other companies, such as that little outfit in Redmond. Your suggestion that a patent on Visicalc would have kept us in the stone age is absurd. He was clearly trying to run it on anything that was popular at the time. The only difference that would have been caused by a patent would be that Microsoft and Lotus (IBM) would be a bit less rich than they are today. A result most on here would probably welcome.

    The point is that without patents, big companies like Microsoft can easily out muscle and out market little guys with good ideas. With patents, the little guys can win more.

  26. Re:Mac not certified by Anonymous Coward · · Score: 0

    Jew.

  27. It's relevant to the _PERSON_! by newr00tic · · Score: 1

    "How is this relevant to the article?"

    Relevancy:

    -The article is only relevant _because_ of the person; -without the person, this article wouldn't "be itself"..

    ##

    -The "genious-versus-organizer" relevata, that people try to enrichen this post with, is relevant to the person, because of the person's already-made choices, and (what apparently is) the person's current monitary status..

    ##

    ..Modding this down is relevant to Slashdot, however; this bottom-disclaimer is _not_ (kinly) relevant to "..I'm probably gonna get modded down for this, but.."

    --
    A horse can't be sick, you know, even if he wants to.
  28. Standard Office Libraries by Doc+Ruby · · Score: 5, Interesting

    I don't know why every desktop doesn't include a basic spreadsheet superclass, since it is so common in so many different kinds of apps. I'd expect by now that the OS would include a basic SQL storage/query engine, an app that hooks code and data objects to a 3D array, and a GUI for sheets. And a basic text editor. The original Mac was complete with those apps in 1984, even though only the patterns (not the code, certainly not the source) were available to every app. Over 20 years later, and users and developers still have to roll our own, and use inconsistent GUIs, interfaces, APIs, data models, and just plain redundant bloat.

    People like Bricklin who kicked off all this "personal computing" made a lot more changes in the right direction with a lot less technology, for even fewer people, than we've done in the generation since we inherited their vision.

    --

    --
    make install -not war

    1. Re:Standard Office Libraries by Tablizer · · Score: 1

      I don't know why every desktop doesn't include a basic spreadsheet superclass, since it is so common in so many different kinds of apps.

      Amen! One has to bend over backwards while chewing gum on rollerskates to get a decent editable grid widget in web apps. It is like being stuck in 1977 all over again. The web sent biz UI's back 30 years. I can build table-oriented apps in FoxPro in 2 hours what it takes 6 weeks to do in web apps.

    2. Re:Standard Office Libraries by vhogemann · · Score: 1

      Hummm,

      You can get close to this by installing OpenOffice Calc, MySQL, and hooking the two together. It's not as simple as to create an empty spreadsheet file, but it's doable even by the average user if you teach him.

      But, I don't think most users out there needs, or understands, the relational system that governs modern databases. Of course it would be nice to see OpenOffice as a nicely integrated frontent to MySQL (or Postgres, or Firebird, etc...).

      And on the closed source front... if people are willing to pay, why give it for free?

      --
      ---- You know how some doctors have the Messiah complex - they need to save the world? You've got the "Rubik's" complex
    3. Re:Standard Office Libraries by Doc+Ruby · · Score: 2, Insightful

      The point of including the basic superclasses in the OS is that every user, any program they use, gets the same, consistent interface (if the developers want to use it). This is not a question of whether office apps are available to users, but whether developers can rely on the same classes and interfaces, to reuse the same code and skills for the same use patterns across any apps.

      Users don't need to understand RDBMS or anything else. That's the job of the developers who reuse the OS office components.

      At this stage it would be great for Linux for OO.o to factor out their components into 3 tiers, and allow other apps' install packages to depend on installing the office components. OO.o apps themselves could be lightweight glue/shells, a reference platform. The reuse of their components in most other apps (like a wordproc in this panel in which I'm editing this post in Firefox) would increase the userbase for their dedicated office apps.

      If OO.o can deploy reusable components like that in the next 18-24 months, before desktop Linux gets defined in the market with a fragmented office base, Linux could jump way past Windows, OSX and other competitors. And we'd all be a lot less schizo as we jump between different apps with similar features but which use different components.

      --

      --
      make install -not war

    4. Re:Standard Office Libraries by Joe+Mucchiello · · Score: 1

      Subclassable apis in the OS? BeOS had that. OS/2 sorta had that. See how well they did? Programmers suffer horribly from Not Invented Here syndrome unfortunately.

    5. Re:Standard Office Libraries by Doc+Ruby · · Score: 1

      Those OS'es were a long time ago, and had other limits. Mainly just "not Linux". Now the "remix culture" has fully arrived, and Linux is the hothouse.

      There are several ways to subclass OS objects. One is by just wrapping the OS object in a container object with extra/override/overload method/properties. Classes implementing public handles to members let other apps replace members at will, even dynamically.

      Another strategy is to actually subclass the superclass at design time, recompiling the source code for a true subclass for the custom app. That's a benefit of Linux that neither BeOS nor OS/2 offered. And benefit of open source that is largely untapped, though potentially among the biggest competitive advantages.

      Every programmer I've ever known has dreamed of writing their own "ultimate programmer's text editor", from scratch. That's why EMACS is so huge. But today's architectures let us mix/match so widely that "scratch" is rarely engaged, except by real fanatics.

      If OpenDesktop.org specified a comprehensive set of basic office component APIs with strict functionality definitions, we could install whichever style components under the hood we that prefer, knowing that whichever apps we installed under the dash would work with each other, the way we want.

      --

      --
      make install -not war

    6. Re:Standard Office Libraries by 644bd346996 · · Score: 1

      How about NeXTSTEP, now known as OS X? I'd say it is doing fairly well for a non-Windows OS. It's objects are subclassable, and really neat things can be done with ObjC Categories. Consider that the first web browsr was pretty much a subclass of the NSText class. Not-Invented-Here syndrome may be a problem, but I don't think that is a major limiting factor for the platform.

  29. Re:Mac not certified by Anonymous Coward · · Score: 0
    Which company's name can most Slashdot posters spell correctly?
    Fixed that for ya. The company is Porsche
  30. A placed I worked 10yrs ago was still using it. by shotgunefx · · Score: 1

    I worked at a plumbing supply house about 10yrs ago. My boss would still use his Apple II and Visicalc for doing the pricing book sheets. He had newer machines but for some reason just kept using it. I recall thinking how odd that it was the original spreadsheet software.

    --

    -William Shatner can be neither created nor destroyed.
    1. Re:A placed I worked 10yrs ago was still using it. by easter1916 · · Score: 1

      I believe Visicalc was predated by spreadsheet software for the IBM System/34, called Insight. It was developed by the eponymous software company of Lower Leeson Street, Dublin, Ireland, later to be bought out by Hoskyns and then by Cap Gemini. They were my first employer out of college in 1986.

  31. VisiCalc license excerpt by geobeck · · Score: 2, Funny

    From the license agreement page that everyone reads (I'm sure) before downloading it:

    If you acquire this Program as a program upgrade, your authorization to use the Program from which you upgraded is terminated.

    Onoes! You mean if I install this program I can no longer use my... um... paper ledger? (Really, what else would I have upgraded from?)

    --
    Find environmentally and socially responsible products on http://buy-right.net
  32. Who Cares by drfrog · · Score: 1

    Real Men used Paperclip

    --
    back in the day we didnt have no old school
    1. Re:Who Cares by pkspks · · Score: 1
      (a certain paper-clip pops up)
      you seem to be writing an off-handed comment...
      --
      667 - one step ahead of the beast.
    2. Re:Who Cares by drfrog · · Score: 1

      there was a spread sheet program for the commodore pet called paperclip

      --
      back in the day we didnt have no old school
  33. He got his knickers in by Anonymous Coward · · Score: 0

    a twist with Dan Fylstra, founder etc. of VisiCorp. Dan f**ked up and didn't settle the dispute, the result being that the court found in favor of Bricklin (or his company, which name I forget)and VisiCorp was enjoined from selling VisiCalc. Oops! Forgot that VisiCalc was Visicorp's main cash cow....so...VisiCorp crashed and burned, and Bricklin didn't get rich. Lots of hard-earned lessons for all of us.

  34. Horse's bottom by EmbeddedJanitor · · Score: 1
    There were well over a million patents back then protecting all kinds of ideas way crappier than this.

    If he'd really wanted a patent he could have likely got one.

    --
    Engineering is the art of compromise.
    1. Re:Horse's bottom by Abcd1234 · · Score: 1

      There weren't a million patents on crappier *software*, though. Software patents, in the US, are a relatively new phenomenon. The fact you don't understand this means you're either very young, lack any understanding of history, or have consumed the kool-aid.

    2. Re:Horse's bottom by morcheeba · · Score: 1

      Correct. Some people even questioned if software was copyrightable ... it's all just numbers, anyway, and you can't copyright a number.

  35. Re:Mac not certified by Dilaudid · · Score: 1
  36. Re:I'm a loser by WilliamSChips · · Score: 1

    so why don't you kill me?

    --
    Please, for the good of Humanity, vote Obama.
  37. Reminds me of the mouse... by Wizard052 · · Score: 1

    ...and the GUI, developed at Xerox's PARC, I believe. I read somewhere that Jobs was 'inspired' by seeing these there at a visit he paid once, used it in his products and the rest is history. Was the researcher who developed them paid and credited for this? I can imagine it must have taken a lot of work (creative and otherwise) to have come up with such out-of-the-box concepts at the time...what a way to go.

    1. Re:Reminds me of the mouse... by OwnedByTwoCats · · Score: 1

      Yes, Apple paid Xerox for the rights to commercialize anything they saw on the famous PARC visit. The GUI is the one thing Apple noticed.

      Apple put a lot of their own work into the GUI as well. Menus that pull-down from a header were an Apple invention. Apple thought they saw overlapping windows at PARC (but didn't) and then built overlapping windows into LISA and Macintosh.

    2. Re:Reminds me of the mouse... by Divebus · · Score: 1

      Was the researcher who developed them paid and credited for this?

      Ummm... yeah, a lot of the PARC team who were hired by Apple got pretty cashed up when Apple IPO'd a year later. In exchange for the PARC tour, Xerox Corp. also bought a million bucks worth of pre-IPO stock from Apple which netted 18 million bucks.

      Xerox knew the products would work, they just couldn't sell it - but they sure knew how to cash in on it. Xerox got some of their investment back on products they ignored and Apple essentially got everything they needed from Xerox in a horse trade.

      Some PARC people harbored individual jealousies against Apple and frustration with Xerox's behavior toward the computer R&D area, but Xerox Corp. was just fine with selling out their computer brains. They built their own computers (Alto, Star, 820) but readily bought their own developments back as soon as another vendor could make them cheaper.

      I worked for Xerox when all that was happening and I can tell you the only reason Xerox was playing with computers is because IBM started building copiers.

      --

      Most of the stuff on /. won't survive first contact with facts.
    3. Re:Reminds me of the mouse... by GaryPatterson · · Score: 1

      Jef Raskin was one of the Xerox PARC people behind the GUI, which he claimed started with his thesis "The Quick-Draw Graphics System." Many of the GUI concepts were in that thesis, I believe (haven't come across a copy yet).

      Raskin was hired on with Apple, and kicked off the Macintosh project. After a little while, Jobs took over the project and steered it in a different direction.

      It's probably worth casting an eye over this page (http://jef.raskincenter.org/published/holes.html) or the Wikipedia article if you're curious.

  38. Re:Mac not certified by Lars+T. · · Score: 1
    Not that I'm a big proponent of certifications, but Apple has not taken any steps to get their machines certified for military or government usage. This means that it is not acceptable for certain tasks which require that certification.
    Has Porsche been "laid by the wayside" because more people drive Toyotas?
    The Question you wanted to ask was: 'Has Porsche been "laid by the wayside" because their cars aren't certified for military or government usage?'
    --

    Lars T.

    To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

  39. Give the credit where it is due by CFD339 · · Score: 1

    The marketplace. The reason for x86 compatibility is that consumers don't want to trade in old software. Even OS/2 had a dos box (called the Penalty Box by those who tried to use it). x86 compatibility held back 32 bit computing for a decade.

    --
    The problem with quotes on the internet, is that nobody bothers to check their veracity. -- Abraham Lincoln
  40. That's Why Microsoft Dominates by Luscious868 · · Score: 1
    It's 27 KB large (smaller than most web images, he points out) and it's a pretty powerful piece of software. Still runs on my modern dual core system, talk about longevity.

    That, ladies and gentleman, is part of the reason why Windows continues to dominate but also the reason why it's increasing lagging behind other operating systems in security, new features, etc. Backward compatibility is a good thing to a certain extent but I think it's become to large a weight around Microsoft's neck. Five years for Vista? Five years and all of the best features were long ago taken out. You've got to be kidding me.

    1. Re:That's Why Microsoft Dominates by laffer1 · · Score: 1

      And that is why Microsoft bought Virtual PC. Microsoft can eventually use virtualization for backward compatibility and make the underlying OS secure and reliable without all the crap. The real question is will they follow through.

  41. Amusing misread of your post. by Lethyos · · Score: 1

    When I started reading “VisiCalc is one of the applications Microsoft uses as a baseline”, I immediately thought “well, that explains a lot.” You can imagine my let-down as I kept reading.

    --
    Why bother.
  42. Re:Mac not certified by freakmn · · Score: 1

    Allow me to introduce myself. I am a proud Porsche owner (1979 Porsche 928), and am by no means rich. I just happened to get a great deal on a used one. I know that I'm probably the exception, rather than the rule, but the fact is that if you look long enough, you can get it. I ended up paying in the neighborhood of $6000 for mine, which only had 73k miles on it. I also work for my local Church full time, on a salary that just makes ends meet. The thought of me being rich is laughable. Just throwing a wrench in your stereotype.

    Otherwise, I agree with your idea. Porsche makes enough to get by, but as far as aftermarket stuff goes, there's nothing. Part of that is that many Porsche enthusiasts (who I am not one of, just a happy owner, they drive me crazy) turn up their nose at the idea of non-Porsche parts "contaminating" their car. They make sure that even their oil filters bear the Porsche name. I mean, many wouldn't even consider the 928 as a "real" Porsche, even though it was the favorite of Ferdinand Porsche, the operator of the company at the time, and son of the founder. But there is also probably the thought of producing them with no real market, even if all Porsche owners wanted their cars souped up.

    I do have to say that, in my experience, Porsches are incredibly engineered, and everything is made to work together. Aftermarket parts, other than cosmetic, probably have no real place in them, as they could mess up the perfect balance of the car. Not that it wouldn't work, but that it might have a detrimental effect that would counteract the positive improvement. Not to say that the car is perfect, but that it takes a significant amount of engineering to improve upon it correctly. In that sense, I can see the reason for not wanting unoriginal parts. Either way, there isn't really a market for them, and your point stands.

    --
    warning: This post is likely to contain gobs of dripping sarcasm. Consume at your own risk.
  43. Re:It is an example of the benefit of not patentin by bit01 · · Score: 1

    The point is that without patents, big companies like Microsoft can easily out muscle and out market little guys with good ideas. With patents, the little guys can win more.

    That's the theory. The reality is that until patents deal with multiple, independent simultaneous invention, inventions whose time has come and the complete obviousness that is the average software patent, you're simply wrong.

    Patents are a tool that can be used both by big and by small players. And since big players have more financial resources, i.e. lawyers, they can use the tool more and will continue to dominate.

    Not to mention the idiocy of thinking that a small government department is capable of acting as a gatekeeper on all of technology, and of trying to legally define "innovative" and "new" on all of technology.

    ---

    Patent proponents: When all they've got is a hammer, everything looks like a nail.

  44. Inbetween was "Lotus 123" by peter303 · · Score: 1

    Lotus 123 was the VisiCalc killer, not Excel.
    Lotus integrated three applications- spreadsheet, graphs and a relational database. I remember lots of marketing hype.

    MicroSoft eventually delivered The Office site with several more intergrations including email and slideshows. They were the first to effectively use a graphical GUI, roundabout via their Macintosh software. The Excel ancestor was called Multiplan then.

    1. Re:Inbetween was "Lotus 123" by ClosedSource · · Score: 1

      I know, which is why I said MS had nothing to do with the issue.

    2. Re:Inbetween was "Lotus 123" by LWATCDR · · Score: 1

      Yep and Excel was born on the Mac! Windows was in it's infancy then and Microsoft developed Excel and made Word much more GUI friendly on the Mac. In many ways Windows Evolved to support those Mac programs on the PC.
      BTW There was a Word for Dos and it even came with a mouse way back when. It wasn't really competitive with WordStar or WordPerfect.
      I do wonder what would have happened if Lotus handn't messed up JAZZ so badly.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  45. Re:It is an example of the benefit of not patentin by Tod+DeBie · · Score: 1
    Patents are a tool that can be used both by big and by small players. And since big players have more financial resources, i.e. lawyers, they can use the tool more and will continue to dominate.
    Bricklin could have kicked Microsoft's and Lotus's butt if he had a patent on Visicalc. You say that patents are used more by big companies and therefore they benefit more. That may be true to a degree, patents are also used very effectively by the little guys. Without patents, you will get a situation more like Dan Briklin's situation today: he invented the killer app and was out executed and out marketed by the big guys because he did not protect his IP and therefore he did not make a dime.

    Besides, even if you are right, the worst case is that we might all still be using our TRS-80s. Would that be so bad?

  46. TK Solver by Anonymous Coward · · Score: 0

    And a great product it is! I hear that they even let you try the software for free, and have a web-enabled version available...

  47. What about Omnitab? by Anonymous Coward · · Score: 0

    The interview would have been more interesting if the reporter had thought to ask if Bricklin had been inspired by tabular analysis programs such as Omnitab dating back to the 1960s. An article from 1967 (http://links.jstor.org/sici?sici=0373-1138(1967)3 5%3A2%3C203%3AOACPFS%3E2.0.CO%3B2-0) reviewing Omnitab mentions an even older program from 1957.

  48. Riiiiiiiiigghht..... by Vr6dub · · Score: 1

    ...because the USA is the only country with greedy people residing in it's borders. Get a grip. Just curious, what EU country are you from?

  49. Who bears the financial risk? by geoffrobinson · · Score: 1

    Those who put up the money. They generally get the rewards. If you are able to get financial backing and are smart and things break your way, you should get rewards to. But if I do amazing things for my company, we already have an arrangement. They get my labor for a salary.

    That's a long way around the barn to say: reward comes with risk.

    --
    Except for ending slavery, the Nazis, communism, & securing American independence, war has never solved anything.
  50. Close, but not quite... by Anonymous Coward · · Score: 0

    Don't forget: the idea of the spreadsheet has an analog equivalent. Big companies would actually draw spreadsheets on huge blackboards for planning purposes, and there would be rules and formulas for how different 'cells' calculated based on other 'cells' on the blackboard.

    It was not a novel idea, he just computerized it.


    Not quite. They wouldn't draw "spreadsheets" on the blackboard; a spreadsheet was a portable alternative to a blackboard.

    A "spread-sheet" was just a great big sheet of grid paper; often several feet wide. Each column was labeled with letters and each row as labeled with numbers. The sheet was folded careful along the columns to indicate sections of interest; and then "spread" out to show whatever section that the boss wanted to see.

    Since it was a sheet that you spread out, it got the boring name of "spread-sheet". Accountants used to use them a lot prior to computers; I helped my Dad fold them when I was a boy. Typically, you might use each column for a different scenario forcast calculations: worst case, average case, best case scenario, etc.

    The electronic version was considered better than the paper version because it would automatically re-calculate formulas in seconds, making forecasting very easy. It also was faster and more convenient to work with (no more folding and unfolding pages), and otherwise, very similar to what accountants used already. In other words, it was backwards compatibility (with paper spreadsheets) that made electronic spreadsheets such a "killer app".

  51. procalc 3d for dos by Anonymous Coward · · Score: 0

    was a very good program. I haven't messed around with gnumeric much, but they claim to have the fastest engine around. Open office is a nice suite, but memory requirments easily taxes older hardware.

  52. Dan Bricklin was also interviewed on NerdTV by 5plicer · · Score: 1

    If you're interested, Dan Bricklin was interviewed on NerdTV back in November of 2005. See episode #10.

    --
    The bits on the bus go on and off... on and off... on and off...
  53. Woz! Because he knows he has enough. by HornWumpus · · Score: 1

    How many solid gold toilets can you crap into at once?

    I think Jobs believes his own bull shit. Which is a terrible fate. That way lies madness.

    --
    John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
  54. sw patents bring industry to a standstill by SgtChaireBourne · · Score: 2, Insightful
    The point is that without patents, big companies like Microsoft can easily out muscle and out market little guys with good ideas. With patents, the little guys can win more.

    Though I can understand why people get paid to say or write that, I find it difficult to accept that anyone actually believes that. It doesn't work that way even in theory:

    Maybe just maybe Bricklin could have gotten the concept of electronic spreadsheet accepted by the USPTO. But getting there to the initial product, he would have tread on dozens of patents utilized countless algorithms and concepts from Computer Science curricula and industry best practices which are owned by portfolio companies. They would have eaten his lunch even with cross licensing.

    Here's a quote from your leader around 1994:

    "If people had understood how patents would be granted when most of today's ideas were invented and had taken out patents, the industry would be at a complete standstill today. "
    -- Chairman Gates (1994) then CEO of MS
    'nuff said.

    --
    Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.
  55. he he he by iecompat · · Score: 0

    this is simple

    --
    test sig
  56. Re:Mac not certified by Anonymous Coward · · Score: 0

    Nice sig.

    Too old & boring. Let's hope it changes soon.

  57. Re:Mac not certified by Whiney+Mac+Fanboy · · Score: 1

    I've never really understood why people felt the need to add others to their "enemies" list....

    To stop from hearing viewpoints that contradict their own I guess - but thats a little sad.

    --
    There are shills on slashdot. Apparently, I'm one of them.