Slashdot Mirror


IBM the Next Great Software Company?

Diomidis Spinellis writes "A report in this week's Economist discusses IBM's globalization strategy and the company's presence in India. Refreshingly, the article admits that there's more to outsourcing than cheap labor, contrasting IBM's calculated investments with Apple's rapid pull-out from Bangalore. Although the jury is still out on how sluggish multinationals can compete with vigorous tigers, it seems that IBM has a credible strategy for becoming the next great software company, and that outsourcing is only a part of the puzzle."

132 comments

  1. IBM is in the computer business now? by stratjakt · · Score: 5, Insightful

    What a retarded article. They were (and still are) the first great software company.

    I remember cheering Microsoft for toppling their monopoly.

    --
    I don't need no instructions to know how to rock!!!!
    1. Re:IBM is in the computer business now? by flynt · · Score: 3, Insightful

      You do realize something can be a former X without precluding it from being a future X. IBM may have been the first great software company, but it does not follow that it will not be the next great software company. Is that your assertion? Grover Cleveland may beg to differ.

    2. Re:IBM is in the computer business now? by JordanL · · Score: 1

      I remember cheering Microsoft for toppling their monopoly.
      IBM can be a vicious company, but damn if they don't usually end up with an excellent product.
    3. Re:IBM is in the computer business now? by anomalous+cohort · · Score: 4, Insightful

      IBM is a great hardware company. It has never been known for great software. Ask anybody who has had to use JCL. The inventors of IEFBR14 could never be known as a great software company.

      I will admit that Eclipse is an excellent application but does anyone here remember Visual Age for Java? That app was seriously FUBAR and it would clobber ODBC on the machine when you uninstalled it which you invariably would since that is how bad Visual Age for Java was.

      I'd like to know the story behind those two products. How could the same company produce two products with such disparate quality? Is the open source development model so superior that even a company like IBM can learn to make great software? Is it possible for a mega corp, like IBM, to be able to turn itself around and learn from its failures to start producing such great success? I haven't a clue.

    4. Re:IBM is in the computer business now? by JordanL · · Score: 4, Insightful

      I suppose that depends. IBM has never been known for great consumer software, business or personal.

      As far I'm aware however, IBM is known for great development software, especially for inhouse dev cycles and hardware. Octopiler anyone?

    5. Re:IBM is in the computer business now? by darjen · · Score: 5, Informative

      IBM is a great hardware company. It has never been known for great software. Ask anybody who has had to use JCL. The inventors of IEFBR14 could never be known as a great software company.
      Ever hear of their Webphere Commerce suite of products? There are large companies all over the place that are built on it. My employer consults with and builds web sites for many of them. In fact I'd say their software is more solid than anything from Oracle or Sun. These last few months I have been building an internal application based on Oracle's technology/middleware stack and let me tell you, it is flaky as hell. I guess there's a reason most of my company uses Websphere Commerce to build enterprise applications...
    6. Re:IBM is in the computer business now? by Anonymous Coward · · Score: 5, Funny

      IMHO, Grover Cleveland was never more than a second rate software company.

    7. Re:IBM is in the computer business now? by raftpeople · · Score: 1

      While I have used my fair share of IBM software produts that made me want to scream, it needs to be pointed out that the operating system for the as400 is one of the best business server OS's produced (object based, organization, stability, security, scalability, abstraction from hardware, etc. etc.)

    8. Re:IBM is in the computer business now? by Elvis+Parsley · · Score: 3, Funny

      Damn right. Grover Cleveland is the next great software company!

    9. Re:IBM is in the computer business now? by Anonymous Coward · · Score: 0

      Visual Age for Java... that app was seriously FUBAR

      Hey... I liked VisualAge For Java. I used versions 1.X.. Sure, it did have a few bugs (repository corruption problems were bad, bad, and more bad), but it really was ahead of its time as an IDE. It had a lot of advanced features (like J2EE development perspectives and wizards) that were the standard bearer for the industry, bar none. I don't believe that Eclipse would be where it is today without the technologies developed in (and lessons leared from) VAJ.

    10. Re:IBM is in the computer business now? by Have+Brain+Will+Rent · · Score: 1

      The inventors of IEFBR14

      It's been sooooo long but let me see if I can drag it out of memory... "Probable programmer error"?

      --
      The tyrant will always find a pretext for his tyranny - Aesop
    11. Re:IBM is in the computer business now? by PitaBred · · Score: 1

      Yeah. Their consulting services overpromise and underdeliver though. I've seen a number of their projects fail at a big customer's site.

    12. Re:IBM is in the computer business now? by Dunbal · · Score: 1

      I remember cheering Microsoft for toppling their monopoly.

            It takes a brave person to admit that. I bet you feel a bit silly NOW though, don't you? :D

      --
      Seven puppies were harmed during the making of this post.
    13. Re:IBM is in the computer business now? by Anonymous Coward · · Score: 0

      And in serious decline. On the way up, they're not.

    14. Re:IBM is in the computer business now? by Arainach · · Score: 1

      OS/360 (and everything that it eventually evolved into) was nothing short of revolutionary. For 20-30 years, IBM was the company to turn to for reliable software.

    15. Re:IBM is in the computer business now? by anomalous+cohort · · Score: 1

      In the world of the IBM 360 mainframe, only the JES (Job Entry Subsystem) was allowed to do any file maintenance. So, in order to copy or move a file, you had to invoke a program. The program wouldn't and couldn't copy the file. You invoked the program using JCL (Job Control Language) and in that job step that invoked the program, you would specify the disposition of the file(s). That is how you could copy or move a file, in the disposition part of the job step.

      But what if that is all you needed to do? Each job step in JCL had to launch some program. What program should you invoke if all you wanted to do was copy the file? The program itself should do as little as possible since you weren't interested in what the program did. That is why IBM provided application IEFBR14. That program had one assembler instruction in it. Namely, BR 14 or branch on register 14. Register 14 held the address in memory of the part of the O.S. that a program needed to return control too when it was done.

      Did it work? Sure, but why should I have to execute a program that does nothing more than return control to the O.S. when all I wanted to do was copy a file? It isn't logical. It doesn't make any sense. To put it in modern terms, what would you think about a spreadsheet application that didn't have a save menu? In order to save, you just had to click on any menu? Sounds insane to me.

    16. Re:IBM is in the computer business now? by WillerZ · · Score: 1

      IEFBR14 is now about 30 years old, and in all that time there have only been 2 bugs reported:
      1) IEFBR14 doesn't set a return code; this was reported and fixed about 25 years ago
      2) IEFBR14 source contains no comments; this was reported and fixed about 20 years ago

      Show me another product which has that kind of bugs/time ratio...

      --
      I guess today is a passable day to die.
    17. Re:IBM is in the computer business now? by stevesliva · · Score: 1

      Sounds insane to me.
      What's more insane is that all of this probably still works on the mainframes IBM is selling right now. What's the likelihood that your program will still run in 40 years worth?
      --
      Who do you get to be an expert to tell you something's not obvious? The least insightful person you can find? -J Roberts
    18. Re:IBM is in the computer business now? by EdelFactor19 · · Score: 1

      IBM is not a hardware company; and they don't intend to be. Look at their strategic moves to get OUT of the commodity game by selling of thinkpad to lenovo. The fact that YOU don't notice is mostly because IBM doesn't target you. They don't sell consumer software; they sell products that are used by businesses. Yes IBM sells some hardware, and some very good hardware. But to call them a hardware company would be like calling Microsoft an Operating System company; although that one is slightly more valid... read an annual report; they dont make their largest amount of income or sales in hardware.. its software, services and consulting. Not to mention IP and patents. Not known for great software? Have you heard of a brand called Websphere? Have you used an ATM recently (IBM hardware and software run just about every ATM you encounter). IBM has been making great software for a long time; they just haven't made it for you. Oh no their java ide wasn't fantastic. big freaking whoop, Eclipse is only the standard now on every platform, not just windows, and many people are starting to use it for C/C++ development and beyond. Ever hear of DB2? Tivoli? IBM is a large company and not every offering is going to be as exceptional as others. It's not like everything microsoft makes is great. Sure windowsXP was good. but winME sucked. Internet Explorer is miserable. You know what else is miserable, mspaint. Sure that's not the emphasis of the company but neither was Visual Age by IBM. Why can't microsoft design a system that actually makes clean uninstalls to begin with. Ever check your registry? every program leaves tracks there. Microsoft Backup, and System restore? not exactly great pieces of software. You want to know how IBM turned around? Read the book by their CEO prior to Sam Palmisano, Louis V. Gerstner, Jr. entitled "Who says elephants can't dance"

      --
      "Jazz isn't dead, it just smells funny" ~Frank Zappa
      EdelFactor
    19. Re:IBM is in the computer business now? by chthon · · Score: 1

      That is why I always have a good laugh when anyone mentions backward compatibility and Microsoft in the same sentence.

    20. Re:IBM is in the computer business now? by alatheia · · Score: 1

      Even I had a similar experience with their WebSphere Application Server. 3.5 was like a kia(not that I have used one) and 5.0 was a lexus(not that I have driven that, I drive a Honda). Left me wondering how the same company could produce crappy software and then a well designed,documented, easy to use software.

      My guess is that WebSphere 3.5 was just stitched together using multiple software from different teams,the get to market quickly strategy and 5.0 was built ground up using a very good team of programmers,build a good quality software strategy.

      I would buy the book if someone would care to write a story about WebSphere 3.5 to 5.0.

    21. Re:IBM is in the computer business now? by Anonymous Coward · · Score: 0

      To name a few of the general-purpose operating systems they have developed and are/were in wide use:OS/390(now z/OS),OS400(now i5/OS),AIX,OS/2,PC-DOS.for more,see http://en.wikipedia.org/wiki/List_of_IBM_products# Operating_systems.How many companies you know have developed more than two different operating systems?

          And IBM is also the dominant player of the middleware industry today,and the company behind the development of the first compilers of many programming languages,FORTRAN,COBOL,etc.
          When it comes to total sales,Micro$oft may be the king,but it can never be compared with IBM in its contribution to software industry.

    22. Re:IBM is in the computer business now? by ciggieposeur · · Score: 1

      I'd like to know the story behind those two products. How could the same company produce two products with such disparate quality?

      This is what I heard while working for one of the WebSphere applications group. Eclipse was developed by a company IBM had acquired whose name escapes me -- started with an O I think. Anyway, even though they were IBM, they weren't "IBM": they used completely different tools for their work, had access to most of IBM's codebase but provided almost none of their own back to the rest of the company -- much like the Lotus group. The people in WebSphere were exasperated at them because they delayed delivery so long to develop SWT when (it was assumed) they could have just modified Swing to achieve the same effect. Finally, Eclipse was first and foremost meant to be a direct competitor to Visual Studio and cost a lot of money. After quite a few years (I got the impression 5-10 years from the dev talking to me), IBM had sunk about $30 million into Eclipse and still had no shipping products.

      It was released as OSS when it became obvious that IBM could not possibly take on Visual Studio in the Windows environment: Eclipse was too slow, too big, and too feature-poor compared even to VS '97. Of course, IBM didn't know that VS.Net was going to be much bigger, much slower, and take all its new feature cues from Visual Basic. Regardless, IBM correctly realized that after the initial bug-fixing and stability issues were addressed, they could use the OSS base to build their ultimate dev platform: WSAD. (However, as of 2003, the devs I knew within IBM who had both Eclipse/WSAD and NetBeans preferred NetBeans.)

      Visual Age was originally from the Smalltalk product line. (I knew a few developers who had once been on that team, unfortunately their skills didn't translate very well into Java for their later work.) VAJava was meant to go up against Visual J++, Symantec cafe-something-or-other, and the Borland Java. Back in 1999 it was a reasonable competitor in that field (remember that was back when Java IDEs were very new and crash-prone). About that time were the first serious Java desktop applications, and people began to see that Java was too slow on that generation of hardware, hence VAJava languished until Eclipse delivered the death blow.

      Since you asked about how IBM can be so schizophrenic, here is my take on the bigger picture. The IBMers who grew up on the mainframe and AIX can write some seriously good code with lots of excellent diagnostics. (Go read the DB2 message reference sometime.) However, IBM's ultimate problem is its desire within management to create "solutions" for businesspeople. So they tend to take products that work well in their respective domains and "IBM-ize" them into things unlike anything else in the market. Hence AIX has a C++ compiler that creates highly optimized code but is even worse to deal with than VC++. AIX is also so unique that almost no one outside IBM is qualified to work on it, yet it is a fantastic operating system and combined with DB2 makes the best datastore I have ever seen. When they buy products from small companies (like the original WebSphere server) they alter the company culture so much that all the good talent leaves and then they spend two product lifecycles just developing inhouse skill to essentially re-create the product from scratch. OTOH, when they buy companies too large to do that with (like Lotus) they end up with these rogue units producing code that barely works at all within the rest of the IBM landscape.

      As far as their product lines go, you can tell easily which group makes what. DB2 comes out of the Server Group, who mostly do big iron hardware, hence DB2 rocks. WebSphere comes out of the Software Group, which is mostly Windows weenies who STILL don't understand that case-sensitive filesystems exist and not everything written in Java needs to run as root. Code from IGS can't be installed without a consultant because they haven't learned how to use 'make' from Server Group. Code you get from IBM Research is lucky to compile at all.

    23. Re:IBM is in the computer business now? by anomalous+cohort · · Score: 1

      Actually, IBM does target me. I develop server side applications. I haven't used their WebSphere application server in years. What I remember about it is great reliability, great performance, and a bit of a nightmare to administer. Things are most probably different now. I admit that I have not kept up to date on WebSphere. What I remember about it was that it had a funky directory structure. At the time, I was in a J2EE portal infrastructure company whose products had to run on all the popular application containers. If code was going to have a container dependent issue, it was always going to be with WebSphere.

      My feelings about DB2 are similar; great performance, great reliability, not developer friendly. Of all the modern, enterprise worthy DBMSs out there, only DB2 doesn't support automatic generation of artificial keys. MS SQL Server has the identity keyword. MySql has the auto_increment keyword. Oracle has the sequence object. Postgresql has the serial type. What does DB2 have? Nothing. Nada. According to DB2 gurus, artificial keys are bad and natural keys are good. So, the user always has to type in the primary key to retrieve a record. Ha, ha, imagine having to type in the ISBN if you wanted to look up a book on Amazon.

      I just got this from IBM's about page.

      At IBM, we strive to lead in the invention, development and manufacture of the industry's most advanced information technologies, including computer systems, software, storage systems and microelectronics.

      Perhaps they are neither a software nor hardware company. Perhaps they are a solutions company.

    24. Re:IBM is in the computer business now? by Anonymous Coward · · Score: 0

      How could the same company produce two products with such disparate quality?

      they don't necessarily develop. they buy. eg. Lotus, Rational, etc

    25. Re:IBM is in the computer business now? by EdelFactor19 · · Score: 1

      Yeah I'd say so. But then again I never called them a software company, the article did.

      --
      "Jazz isn't dead, it just smells funny" ~Frank Zappa
      EdelFactor
  2. So.... by cayenne8 · · Score: 1, Funny
    IBM is going from "Big Blue"...to "Big Apu"?

    :-)

    --
    Light travels faster than sound. This is why some people appear bright until you hear them speak.........
  3. There 's a reason Apple's not in India. by Anonymous Coward · · Score: 0, Interesting

    Apple is a marketing firm. They are in the fashion and luxury items business, not the nuts and bolts computer business. The probably spend more on internet marketing (including astroturfing) than they do in-house manufacturing.

    1. Re:There 's a reason Apple's not in India. by e4g4 · · Score: 1

      According to Apple's 2006 Annual report(PDF Warning) Apple spent approximately $300 million on marketing last fiscal year(p. 96) and had approximately $20 billion in net sales, from which the gross margin of these sales totalled only about $5 billion(p.113-114). So, a little subtraction: $20 billion - $5 billion = $15 billion. This is the total manufacturing costs of Apple's products, which is approximately 50 times what they spent on marketing. Furthermore, Apple spent approximately $700 billion on R&D, meaning the ratio of R&D to marketing costs is higher than that of most of the big pharmaceutical companies. With this data and your metric for defining a company's primary purpose, I'd conclude that Bristol Meyer Squib is more of a marketing firm than Apple.

      --
      The secret to creativity is knowing how to hide your sources. - Albert Einstein
    2. Re:There 's a reason Apple's not in India. by e4g4 · · Score: 1

      s/$700 billion on R&D/$700 million on R&D/

      --
      The secret to creativity is knowing how to hide your sources. - Albert Einstein
    3. Re:There 's a reason Apple's not in India. by Anonymous Coward · · Score: 0

      I cannot believe how much product placement they do... It's totally obnoxious.

      -The stupid apple switch ads
      -Seeing ipods or their laptops in too many movies (like again at the beginning of Wild Hogs with the lame laptop scene) -- I'm especially getting tired of that one
      -I saw job ads on various jobs sites for such astroturfing (e.g. "get paid to use our products in public")

      It seems like they're focusing on the fashion and luxury indeed. They make a commercial proprietary/closed OS - much like Windows, which runs only on their own (sucky) hardware configurations -- in "designer" cases.

      If I didn't need compatibility with Windows apps/binaries, I'd be using Linux -- Free/free, open source, runs on the hardware you want.

      Macs only seem to have their expensive "high-end" machine (not that high-end -- mainly the price is), or you're stuck with a machine with a tiny and slow laptop HD (and it also came with not much RAM when it first came out), and no DVD burner for the basic config... If they took the guts of the mini in a plain ATX case, with a 3.5" HD (like a 320GB or maybe even a 500), and used any old DVD burner (they're like 30$ now), then you'd have a machine I'd be interested in...

    4. Re:There 's a reason Apple's not in India. by Anonymous Coward · · Score: 0

      -I saw job ads on various jobs sites for such astroturfing (e.g. "get paid to use our products in public")


      link?
    5. Re:There 's a reason Apple's not in India. by Glock27 · · Score: 1
      Macs only seem to have their expensive "high-end" machine (not that high-end -- mainly the price is)

      Can't afford one eh? Too bad for you, my 24" iMac is sweeeet!

      Macs are only expensive if your time is free! =)

      --
      Galileo: "The Earth revolves around the Sun!"
      Score: -1 100% Flamebait
  4. Interesting by dedazo · · Score: 3, Interesting
    When Slashdot reports anything about outsourcing the consensus around here seems to be that it's bad and evil. Especially when it involves someone like Microsoft, like when Gates says more visas are needed.

    But when it's IBM, it's "refreshing" and "interesting"? That's just too funny.

    --
    Web2.0: I love when people Flickr my cuil and digg my boingboing until my google is reddit and I start to yahoo
    1. Re:Interesting by JordanL · · Score: 4, Informative

      Actually, I think the article was saying that it was refreshing to see someone talk about outsourcing as more than cheap labor, not that the outsourcing was itself good or bad.

    2. Re:Interesting by xzvf · · Score: 1

      The only reason in the US that private or elite degrees are harder to get is because the cost is 5x public universities. I suspect India has similar issues.

    3. Re:Interesting by Undertaker43017 · · Score: 4, Interesting

      Having worked for a company that outsourced a couple of projects to India, I can tell you that all companies care about is how much money it is saving them right this minute. I told my boss repeatedly, and he told his boss, etc on up the chain that the quality wasn't nearly the same, the answer always came back, "Yeah, but it is costing $Y less to do it!".

      Companies have a very short term focus on the bottom line, it's all about making sure the "street" is happy next quarter, so cut all of the costs you can. Long term doesn't matter to them anymore, because the average life span of a C-level executive is 1-2 years, so they don't care what happens to the company in 3 years, they are on some beach enjoying their mult-million dollar severance. Hum... maybe more companies should compensate their C-level executives based on their and the companies performance, and no "golden parachutes". ;)

    4. Re:Interesting by teknopurge · · Score: 1

      My point was that the information i have read over the past year paints a different picture: on the whole, a high-school education with some AP classes in the US matches up well comparatively with the knowledge attained though the 3rd year of the majority of Indian collegiate programs.

    5. Re:Interesting by BrahmaGupt · · Score: 1

      I have taught undergrad courses in Research 1 US University. I also know the standards of college education in India. When you say apples to oranges, I agree because the Indian education system graduates far more competent graduates then here in US. In fact, some of my students (Seniors in University) could not do some simple algebra, that some of the school children do back in India. That is the reason for much of outsourcing as well.

  5. Re:IBM's Strategy by shotgunsaint · · Score: 2, Insightful

    Lotus Notes is definitely some pretty clunky bloatware... but have you ever had to administer an Exchange server? It's a nightmare. As I have no experience administering a Lotus Notes server, I can only imagine it would be slightly less convoluted.

    --
    The future isn't here until I can type "car keys" into Google and have it say "You left them in your pants last night."
  6. Interesting by teknopurge · · Score: 4, Insightful

    I find it fascinating that the article calls out IBM's presence in India as anything more then an accounting advantage, especially with all the issues of late with India's college system. I was very interested to learn that many bachelor degrees that come from Indian Universities are no where near as comprehensive or difficult to get then the majority of our public universities, not even mentioning our private or elite schools.

    For all the concern about the Indian Technologists and how they were going to commoditize software development, somewhere along the way all the 'experts' forgot they wern't comparing apples-to-apples with regard to their qualifications and education.

    Flame on. =) (I jest, but my comment is a very real issue.)

  7. IBM understands how the maths work by Colin+Smith · · Score: 4, Informative

    Things like MQseries, Notes, TSM. They understand how these products mathematically benefit customers. A lot of other software houses have no clue how to actually benefit businesses, they just want to sell software. I'm not saying that no others can do the same job, but IBM is a one stop shop of best practices.

    --
    Deleted
    1. Re:IBM understands how the maths work by Prof.Phreak · · Score: 1

      ...but IBM is a one stop shop of best practices.

      Hmm.... Have you actually used Notes?

      --

      "If anything can go wrong, it will." - Murphy

    2. Re:IBM understands how the maths work by Anonymous Coward · · Score: 0

      Notes is the best piece of software there is for direct translation of a paper bureaucracy to a computer network. Yes, that's incredibly annoying if you're a geek, but once again, Lotus/IBM is just supplying what the business/government customer wants.

  8. Re:IBM's Strategy by Anonymous Coward · · Score: 0

    Obviously, you have never seen migration from NT domain to AD. Or from Exchange X to X+1.

    Yes, Microsoft products also require consultants, they just don't work for Microsoft, they are "partners". They are the people who push Microsoft products.

  9. Re:IBM's Strategy by jellomizer · · Score: 1

    I work as an IT Consultant whenever I get something done ahead of schedule or give consulting advice that actually benefits my client more then myself I usually go. Well we are not IBM Global Services, we are actually a good consulting firm.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  10. Fake Steve Jobs nailed this, as usual. by PavementPizza · · Score: 3, Interesting

    You gotta hand it to IBM

    No matter how crappy their business is they can always find a chunk of fool's gold in the pile of dogshit and then get someone in the media (or everyone in the media) to focus on that. Latest example was this story in yesterday's Wall Street Journal about how IBM's software division is just setting the world on fire. According to our spies at Fortune, IBM's flacks have been shopping this story around since January. At last someone bit. Wow, software sales were up 14% in the last quarter and a galloping 7% for the full year, and now Steve Mills is the second coming of Gerstner. Never mind that the way IBM did this was to move some revenue that used to get recognized in other categories over into the "software" division. Never mind that IBM spent $4.8 billion acquiring companies last year, and most of that went to software shops. Never mind that IBM's track record in software has been to buy up companies and ride them into the ground. Total assets at the end of 2006 are lower than at any time since 2002. Liabilities up, working capital down. Oh well. Who cares when that software division is setting the world on fire, baby?

    Remember when the IBM story was the services division? Then that crapped out. Then they tried the "second coming of the mainframe" story. Then it was Linux. Then it was "business transformation outsourcing," which our good pals at Fortune swallowed and said here was a $500 billion market, "an ocean of potential revenue" that IBM was going to tap into. They predicted IBM would top $100 billion in revenues by 2005. Ahem.

    Well, now it's software. Yup. That red-hot IBM software division. You know, someone ought to profile the one division that really is hot at IBM and which never gets any credit: the publicity department.

    --
    Viper is the preferred editor of the Emacs operating system.
    1. Re:Fake Steve Jobs nailed this, as usual. by lucabrasi999 · · Score: 4, Insightful

      Your post would be really insightful if IBM wasn't making money hand-over-fist. Unfortunately for you, the dollar signs in the 'profit' lines appear to back up the article. Apparently, IBM's track record also happens to include a few customers that are happy with their purchase.

    2. Re:Fake Steve Jobs nailed this, as usual. by Anonymous Coward · · Score: 0

      A few, as in few. give me a break. IBM can play with accounting practices all they want... they are still just as weak as MS and Sun, but somehow idiots keep them all afloat. must be people like you with no clue...

    3. Re:Fake Steve Jobs nailed this, as usual. by PavementPizza · · Score: 1

      I was going for funny, not insightful. Fake Steve Jobs is humor, with a hint of truth, as all the best humor has. The hint of truth here is about journalistic pliancy: that IBM can declare itself the zillion-ton gorilla of [insert field here], and the press, including Slashdot, will obediently run with the story. Same way they run with Microsoft's payola reports from Gartner for middle-management and treat them as gospel truth.

      --
      Viper is the preferred editor of the Emacs operating system.
  11. Just a wild guess by pkbarbiedoll · · Score: 1

    Could it be that "the consensus" is entirely accurate for the most part, and that outsourcing only benefits those receiving the jobs?

  12. Re:"IBM" and "Great Softare" by superpulpsicle · · Score: 1, Flamebait

    There should be a rule that IBM should never acquire anybody ever again. Aside from that, this article is the most useless piece of marketing.

    They got the best *nix in AIX and they technologically don't know what to do with it. So they buy linux. And they barely know what to do with that.

  13. Re:IBM's Strategy by Anonymous Coward · · Score: 0
    As far as I can tell, IBM's strategy is to make crummy products, sell them to gullible IT departments (or habitual ones that buy IBM just because it's IBM), then sell expensive consulting services to make their crummy products work nearly as well as the cheaper competition.

    Nice Troll.

  14. Re:"IBM" and "Great Softare" by lucabrasi999 · · Score: 1
    So they buy linux

    Huh? Where? When?

  15. Re:IBM's Strategy by mmell · · Score: 3, Informative

    "As far as I can tell . . ."

    So all you know about IBM is that they make Lotus Notes, right (which I'll grant you, it's a pig)? And of course, you've never had any up-close time with MicroSoft's Outlook/Exhange product, so it's just peachy, right?

    Let's see - MicroSoft took DOS (a perfectly great system which performed almost exactly as advertised) and turned it into Windows Vista. Hmmm . . . were you saying something about a track record for selling "crummy products"?

    Let's see . . . MicroSoft Office . . . seems to me that no version of MicroSoft Office has ever shipped which didn't almost immediately require patching to correct some more-or-less egregious flaw.

    As for MicroSoft's partners - I used to be a contractor working to install/configure/integrate MicroSoft products. I personally never saw MicroSoft products "work pretty well on their own" for businesses I went to . . . that's why in 1994 I was worth $5,000.00/week as a consultant - to make those MicroSoft products work "pretty well".

  16. MMmmm, nope by Colin+Smith · · Score: 5, Interesting

    The textbook case would, of course, be Lotus Domino/Notes. Which is more expensive per-seat than Outlook/Exchange Sorry, Notes isn't just an email/groupware client/server like Exchange. It's a distributed application and database platform. And yes, it takes more work than your typical MS certified whatever can handle. Many of them don't even understand the benefits of the system. Set up and developed by a competent team, Notes can transform the way business processes work.

    --
    Deleted
    1. Re:MMmmm, nope by Dr+Caleb · · Score: 1

      Two thinbs up!

      This is slashdot, people always blame the 'clueless Admins', unless they are discussing Notes.

      IBM is still the one company that writes more software titles for Windows than does Microsoft.

      --
      "History doesn't repeat itself, but it does rhyme." Mark Twain
    2. Re:MMmmm, nope by Anonymous Coward · · Score: 0

      has anyone ever found a competent team? notes is a train wreck so the only transformation you get is people leaving stickies on the cube walls.

      way to go ibm

    3. Re:MMmmm, nope by Otter · · Score: 1
      Set up and developed by a competent team, Notes can transform the way business processes work.

      Gee, now I feel guilty for complaining about the 20 archived emails Notes corrupted a couple of days ago!

    4. Re:MMmmm, nope by Blakey+Rat · · Score: 1

      This is the standard response. The standard response to that response is:

      1) IBM advertises and markets it as a groupware product, therefore IBM has no right to complain when people compare it to another groupware product. While you can create apps in Notes to do all sorts of things, the app it ships, and installs by default, is a groupware app. If you were handed a Notes CD out of the blue and installed it, you wouldn't know it did anything except groupware functions.

      2) Regardless of what the program is, it's no excuse for:
        A) Bloated performance, where opening a single email frequently takes upwards of 10 seconds. God help you if you use the calendar or attempt to sync to a Palm device... expect to spend all afternoon.

        B) Blatant bugs, for instance, 'out of office' notifications taking more than an entire day to take effect, or allowing meetings that end before they begin in the calendar (which then causes crashes of the Palm syncing software.) IBM themselves publishes an app you need to use periodically to fix Notes when Notes craps all over itself, leaves zombie processes running and refuses to launch again.

        C) Terrible usability design. Get an email (or any document, for the 'it's not groupware!' crowd) in one folder, drag it to another folder, then delete it from the original folder. That email is now gone FROM BOTH FOLDERS! (Turns out Notes doesn't actually copy when you drag from folder to folder, it creates a shortcut instead.) The Notes client on Macintosh looks exactly like the Notes client on Windows.

      I'm sorry. If the class of "distributed database clients" includes Filemaker Pro, Microsoft Access, and Lotus Notes... Lotus Notes by far is at the bottom of the scale.

      And if the class of "groupware products" includes Microsoft Outlook, Novell Groupwise (disclaimer: I haven't used it in ages), and Lotus Notes... well, Lotus Notes is by far at the bottom of the scale.

      It's just a crummy piece of software.

    5. Re:MMmmm, nope by Colin+Smith · · Score: 1

      I'm sorry. If the class of "distributed database clients" No it isn't just a distributed database either. It's a distributed application and database platform. Hell it's even described in Wikipedia: http://en.wikipedia.org/wiki/Lotus_notes#Programmi ng

      It gets marketed as a groupware system because that's all most people can understand about it. That's a criticism of most IT staff and management btw and possibly an explanation of why most company's infrastructures are so fucked.

      It's just a crummy piece of software. What you really mean is you're simply not up to the job of operating it competently. It's a tool. Do I think it's all roses? By no means, but when set up, operated and developed for competently it's a competent bit of kit. It simply reflects the quality of the team behind it.

      --
      Deleted
    6. Re:MMmmm, nope by Blakey+Rat · · Score: 1

      No it isn't just a distributed database either. It's a distributed application and database platform. Hell it's even described in Wikipedia: http://en.wikipedia.org/wiki/Lotus_notes#Programmi ng

      Ok, yes, it's not a database and it's not groupware.

      It doesn't matter whether it's a groupware product, a database product, or a small off-duty Czechoslovakia traffic warden-- there's simply no excuse for the blatant and unfixed bugs Lotus Notes has! Arguing over "what it is" is pointless when, no matter what it is, it doesn't friggin' work.

      Opening Notes to use it as a groupware product takes far too long and way too much RAM. Opening Notes to use it as a "distributed application and database platform" and it takes far too long and way too much RAM. There's no practical difference. Whether I'm moving a document into a folder and Notes deletes it unexpectedly, or I'm moving a ... I dunno... distributed application file into a folder and Notes deletes it unexpectedly, Notes is still being buggy, crappy software.

      Sorry for getting annoyed there, but even after you point out the tactic used by Notes defenders to defend its flaws, and point out why that tactic makes no sense, they just keep going on with the same tactic! It's like pounding your head against the wall.

      Any company using Notes now could easily do the same work with fewer flaws, happier users, and much cheaper using a combination of Exchange/Outlook and Filemaker or Access. The only "feature" you'd be missing out on is Notes' ability to take a crummy application (and yes, the install I have experience with wasn't just for email, it had some other applications as well) and make it into a really crummy website that kind of works in IE if you have the right version of Java and pray to your personal saviour.

    7. Re:MMmmm, nope by balbeir · · Score: 1

      Wait till you see Lotus Notes version 8

      It takes bloatware to a whole new level.
      Written in java based on the eclipse rich client platform.

      If it's anything like Sametime 7 it promises....

    8. Re:MMmmm, nope by chthon · · Score: 1

      It simply reflects the quality of the team behind it.

      I think that this relates to all software packages of comparable complexity.

      Unfortunately, because of the complexity, most managers do not understand what benefits such packages can bring when supported by good programmers and analysts, and thus do not hire such people.

      As an example, the company where my wife works uses Axapta and is now implementing Sharepoint. I think it has a size of 200 to 300 people, but they only have 2 people for IT, and their only job is administration and support.

      However, from the descriptions she gives me of their usage of Axapta, it seems that this company has bought it believing that such a package is immediately usable and nothing needs to be done. I think that this package is severely under used.

      My experience tells me that the administration and support part could be outsourced almost completely, and that these two people should be busy analysing, optimising and implementing their business processes on top of Axapta. One blatant example in this case is that the Axapta system is used by purchasing and sales, but not by production.

      I think that the lessons for anyone wanting to purchase complex software are these :

      • Software is hard.
      • Understanding and knowing your business process is hard.
      • Mapping the bought software to your business process is even harder.
      • You WILL need tailoring of your business software.
      • You need people with technical, analytical and basic business skills to help use this software.
      • Mapping your business process to the bought software is hard, risky and expensive.
      • If you think that purchased software will immediately do what you need, then you are fooling yourself, you will be fooled by the salesmen, and you will be disappointed (but probably not admit it) by the final results.
    9. Re:MMmmm, nope by schamarty · · Score: 1

      Notes is the ultimate piece of crap. I'm one of the few in my company of 70,000+ (yes, 4 zeros after a 7, no typo) that is privileged to use Thunderbird (actually whatever I please) because my group uses Linux. (Yes, we know Notes exists for Linux also. My corporate IT guys know, but for now they're turning a blind eye for their own reasons. I see no need to remind them!)

      I know people who decided against joining a company because the corporate email client is Notes.

      Please do NOT tell me Notes is more than email. The 80-20 rule applies and email is what everyone sees day in and day out so that's what it gets judged on.

      Any email client that acquired "sort by subject line" in version 6 has got to have more problems than you can shake a stick at.

      It's also a huge productivity killer in terms of the amount of time you spend waiting for it to do stuff. Or so I am told :-)

    10. Re:MMmmm, nope by Anonymous Coward · · Score: 0

      All the users complain about Notes and get answers from mysterious advocates that claim "don't blame Notes, blame the poor admins" -- but I suspect those mysterious folks to the last one (except the odd IBM/Lotus shill) are Notes admins.

  17. More choices by Tablizer · · Score: 1

    there's more to outsourcing than cheap labor,

    Perhaps, but if cheap labor was not the main factor, they would be growing outsourcing to Germany, Canada, etc.

    But outsourcing does offer them more choices. In want ads, companies always ask for "5 years of Foo, 10 years of Bar, 5 years of OOXML, etc. etc. etc. etc.". The more countries you have to comb for staff, the better chance that you will find somebody who matches your eclectic desired skills combinations. However, this is still not good news for techies unless other countries do the reverse also, but for the most part they are not. I hope the next administration requires reciprical service trading (and perhaps manufacturing trade also). Otherwise our trade deficit will be even bigger than the fat bubble it already is. Why do we keep relearning bubble lessons the hard way?

    1. Re:More choices by trongey · · Score: 2, Insightful

      ...In want ads, companies always ask for "5 years of Foo, 10 years of Bar, 5 years of OOXML, etc. etc. etc. etc.". The more countries you have to comb for staff, the better chance that you will find somebody who matches your eclectic desired skills combinations...

      News Flash!
      When you see an add with those rediculous qualifications the company has already got a deal with their H1B candidate. They advertise with outrageous requirements so they can say that the necessary skill set isn't available domestically.
      --
      You never really know how close to the edge you can go until you fall off.
  18. Oh please... by DrPeper · · Score: 0, Flamebait

    IBMs failures in Software creation and marketing that software read like a list of accomplishments of an alcoholic and a bartenders flair competition.

    PC Dos - Dead
    OS2 - Dead
    Pink - Dead before it was born.
    Tivoli - you hardly ever even see this anymore.

    I'm sure I'm missing quite a few others.

    Not to mention making and marketing PC's themselves. IBM was the first big player, now they don't make them anymore (sold it all to Lenovo).

  19. And your basis for this is?? by Anonymous Coward · · Score: 1, Interesting

    Fact:

    - IBM's revenue was over $90 Billion in 2006 excluding PC sales
    - Software accounted for 40% of their revenue
    - WebShere grew 23%
    - Notes grew 12%

    You and/or your company either aren't very good admins or your just a MS shill

  20. Re:Right now in Redmond.... by Anonymous Coward · · Score: 0

    Wow, that was funny.

  21. Re:"IBM" and "Great Softare" by superpulpsicle · · Score: 1

    They buy the rights to deploy linux I should say.

  22. IBM is in the "going out of" business, now. by Mr+Pippin · · Score: 1

    Well, at least that is what Cringely would say.

  23. Old news by Anonymous Coward · · Score: 1, Insightful

    Last year, IBM reported over $18 billion in revenue from Software alone. Which is more total revenue than Oracle, SAP, and every other software company not named Microsoft earned last year. I'd say IBM already is great software company (or at least a large one).

  24. Just ask any major financial biz by Anonymous Coward · · Score: 2, Interesting

    how much they depend upon Websphere MQ to run their operation.
    Then compare it with MQMQ and hope you don't die laughing.

    Yep, some IBM software is utter crap but there are some bits that Microsoft can only have wet dreams about.
    for example, Websphere Message Broker vs BizTalk

    I don't work for IBM but IMHO, in the Middleware sector WMQ is the only real game in town.

    Notes is a far broader product that Exchange and for the most part puts Microsoft's offering into a cocked hat.

    If IBM really got their act together then they could become a Dominant player in software. This is however about as likely as me winning the Lottery (I don't play...)

    1. Re:Just ask any major financial biz by Anonymous Coward · · Score: 0

      Well, on behalf of myself and the rest of the WMQ development organisation: thanks for the pep talk :-)

      Posting as AC because I don't want to have to wear my IBM hat (yes I do have one) every time I post here...

  25. IBM from the Inside by Hypharse · · Score: 5, Informative

    I have been working in IBM Research for the last year and have witnessed a lot of the bad and a lot of the good I heard about IBM while outside it. I have witnessed the shift in IBM to Software and Services. One person in my group is from India and he talks occasionally about the plants IBM opens there employing like 50,000 people in one plant. They are nearly all entry level and the turnover rate is high due to their bad education systems. About IBM, the bad and the good that I have witnessed. The Bad: There are plenty of clueless people in charge making the decisions for everyone else. There are plenty of brilliant people working in IBM, but they are put on the same level and sometimes even a lower level than others. Many phds are not allowed to actually do their research, but instead are used to try and create ways to keep existing, flawed, processes going. They are also pushing many people into the "Services" side and they occasionally treat people who are not part of that "next big thing" like crap. When I started the group I am in had 6 very smart phds from premier programs in their field. We lost one to retirement and IBM would not allow for a replacement. Another was forced into the "Services" end but instead just quit and is working for another company. Now we are down to 4 and the others who have been there a lot longer than I have are very frustrated at IBM basically telling them they are not important because they are not part of this "next big wave". The Good: If you are lucky enough to get in the right groups that have money IBM is a great place to research ideas. Also, IBM has made many advances that are not talked about widely so that one post about IBM only getting a couple things right and pushing them to the extreme is bogus. IBM issues more patents per year than most countries and they generate billions from those patents. I was told (don't know if it is for sure a fact) that IBM makes more money from the PS3 and from the XBOX360 than Microsoft or Sony. You hear about IBM being involved with the PS3 because of the cell processor, but most people would be surprised to hear that IBM did a lot of the work for the XBOX360 as well.

    1. Re:IBM from the Inside by Anonymous Coward · · Score: 0
    2. Re:IBM from the Inside by Dunbal · · Score: 1

      about the plants IBM opens there employing like 50,000 people in one plant.

            God, can you imagine the payroll? 82 loaves of bread, 20 gallons of milk, and a case of beans. Per month! Sigh, way too expensive.

            Seriously outsourcing is a "Good Thing" (on paper) for the host country, since they learn from all you foreigners and start charging more for their services after a surprisingly short time. Unfortunately the quality of product/service is nowhere near the same - as anyone who has purchased a car made in Mexico or Brazil; a motorcycle made in India or Thailand; or anyone who has tried to get a non-scripted technical problem solved in an offshore call center, can tell you.

            I suppose eventually the workers that are on payroll learn to do their job properly (after all, people in the third world are not stupid, they just have a whole different set of cultural priorities) - but when you lose one and have to replace him/her, the training starts all over again from zero.

            So business benefits because it gets cheap (at first glance) labor, and probably many relaxed environmental controls - and perhaps even a favorable tax break from the local government that's desperate for cash. The country gets its environment trashed because of those lax environmental controls. The workers benefit, but the rest of the population suffers because of the inflationary pressure that comes about from some people suddenly having a lot more money (and everyone else wanting some of it). And the customers who actually buy the product get an inferior product at the same or greater price as before. Hmmm.

            No the only good thing about outsourcing is it closes the economic gap a bit between the poor countries and the rich. Don't kid yourself into thinking there's no hidden economic cost, however.

      --
      Seven puppies were harmed during the making of this post.
    3. Re:IBM from the Inside by Anonymous Coward · · Score: 0

      If any innnovation is coming from IBM, it will probably won't be coming from the silicon valley area. They've been bleeding researchers and engineers to Yahoo and Google like mad.

    4. Re:IBM from the Inside by karvind · · Score: 1
      IBM issues more patents per year than most countries and they generate billions from those patents.

      True, but are they quality patents ?
      http://www.spectrum.ieee.org/nov06/4699

      You hear about IBM being involved with the PS3 because of the cell processor, but most people would be surprised to hear that IBM did a lot of the work for the XBOX360 as well.

      IBM did a lot of work for Nintendo WII too.


  26. os/2 by Anonymous Coward · · Score: 0

    "OS/2 the next big thing"

    1. Re:OS/2 by Anonymous Coward · · Score: 0

      yeah I think people have... I still use it at work... guess where I work... oye... IBM

  27. Re:"IBM" and "Great Softare" by Anonymous Coward · · Score: 0

    "hey buy the rights to deploy linux I should say."

    From who?

  28. Software company? by matt+me · · Score: 0, Flamebait

    Can anyone name any software IBM produce? I don't think I use any.

    1. Re:Software company? by C_Kode · · Score: 2, Informative

      DB2, Tivoli, Websphere, Lotus to name a few...

    2. Re:Software company? by edward350z · · Score: 5, Insightful

      No, you probably don't use any IBM software on your *PeeCee*. However, your company's accounting department probably uses an IBM mainframe running CICS. That airline ticket you booked on Orbitz went through IBM WebSphere to an IBM MQSeries server to IBM DB2, etc. If you drive a Honda/Acura automobile with voice-activated navigation, that's IBM ViaVoice. If you use Linux, a good chunk of the recent kernel patches were developed by folks on IBM's payroll. IBM is like Tyco or 3M -- they're involved in EVERYTHING you touch even if you don't see their branding front and center. Anyone who thinks IBM isn't a software company clearly does not have a big picture view of the IT world.

    3. Re:Software company? by Anonymous Coward · · Score: 0

      Yep, and I curse it every day. My company uses ClearQuest for bug tracking, and it's the sorriest bug tracker I've ever seen. It makes Bugzilla look phenomenal. It's slow as hell, it goes down every day, it's impossible to use, and despite apparently having IBM consultants working for over a year they haven't fixed these problems. Burn in hell, IBM.

    4. Re:Software company? by Anonymous Coward · · Score: 0

      As a matter of honesty and fairness, virtually all bug tracking software is slow, prone to crashing, and terrible in terms of usability.

    5. Re:Software company? by Anonymous Coward · · Score: 0

      I feel your pain. Hopefully you do not endure the hell that is the UCM suite: CrapCase, CrapQuest, Rational Shit Modeller, ReqPro, and my personal favorite ... RUP. IBM must have amazing salesmen with big balls to sell their crap at the prices they do.

    6. Re:Software company? by thorkyl · · Score: 1

      Lotus Notes?
      Rational Rose - I use this one daily as a database developer

      --
      -- I am the NRA, enough said...
  29. Did they grow up? by BluedemonX · · Score: 2, Informative

    This has been around for a while, and there's no jokes about Kwik-E marts, convenience stores, grape squishee or curry. Glad to see the juvenile racist crap that we used to see spat at articles like this almost instantly seems to be gone.

    --

    --- Jump!! Fire!! Bullet time!! - Lego version of the Matrix
    1. Re:Did they grow up? by Dunbal · · Score: 0, Troll

      Glad to see the juvenile racist crap that we used to see spat at articles like this almost instantly seems to be gone.

      "Thank you, come again!"

      --
      Seven puppies were harmed during the making of this post.
  30. Re:"aweful" by Anonymous Coward · · Score: 0

    Aweful? You mean "full of awe"?

  31. Re:IBM's Strategy by Anonymous Coward · · Score: 0

    ... at least work pretty well on their own...

    "pretty well" ha ha. Have you even used it? I've made over $250,000 at various helpdesks picking up after its royal crumminess. My customers ask me, "Why does it happen (IE stop responding, for example)?" to which I have to say, "because Microsoft doesn't care that the software they sell sucks since people are buying it anyway."

  32. Re:IBM's Strategy by morzel · · Score: 5, Informative
    Chances are you're just a rabid anti-Notes troll, but I'll bite anyway.

    Lotus Domino and Microsoft Exchange are different products: the first is a "groupware" platform that happens to do mail, the other is a mail server that might be linked to some other Microsoft platforms (notably: sharepoint). The Notes client can be used for accessing "databases" (which are actually a container with semi-structured data and application logic in one), for which IBM provides a "mail database" that is kinda capable of handling mail. Outlook is a superb mail client that does nothing else unless you've got someone willing to create "outlook foms" that link to other MS technologies.

    The good about Domino/Notes:

    • Domino is multiplatform, Notes kinda (current Linux client is barely usable)
    • Security is a design fundamental in Notes/Domino. Notes has been doing private key crypto and signed code before Exchange was even conceived.
    • Domino/Notes is way better when integration company processes/workflows in your mail environment.
    • Restoring backed up mails/documents/databases can be done relatively easy, and has been like that for at least 12 years.
    The bad:
    • The Notes UI is infamous because it is so different from Windows and counter-intuitive to some people. This is for the major part historical (i.e.: Notes has been developed as a multiplatform client, and it includes a lot of legacy). If you want you can easily update the design of your mail database and replace it with an open source one (try that with Outlook ;-) -- see openntf.org for that. If you really want, you can just use outlook with Lotus Domino natively with the DAMO plugin.
    • The learning curve for Domino administration is steeper than that of MS Exchange. The impact of a good administrator versus a not-so-good one will be much more visible in a Domino environment than in an Exchange/outlook environment. Getting both to go further than a couple of machines requires good admins regardless of the technology
    The actual cost per user won't differ that much between either platform, and the featureset is different. If you're a Microsoft shop and have an all-windows datacenter, SQL Server, Sharepoint portal and whatnot you'll be installing Exchange. If you're not already linked as much to Microsoft technologies chances are that Domino/Notes is a better choice. If you're sensitive regarding security (or having to abide to certain security regulations), Domino/Notes is probably your best shot (a lot of banks think so, anyway).

    So, it's not a black and white issue, and there are very good reasons why Notes and Domino can be a better choice for a particular situation.

    Disclaimer: I know a thing or two about IBM/Lotus technologies (and of Microsoft and Linux, so don't hold that against me ;-)

    --
    Okay... I'll do the stupid things first, then you shy people follow.
    [Zappa]
  33. Rumors going around for years by beerdini · · Score: 1

    I've been hearing since 2004 that IBM was going to buy Novell, which the rumor spread faster after Novell purchased SUSE and partnered with IBM and started co-branding some Linux training packages. The rumors took off again in 2006 at Brainshare where most of the signs around the conference were white and blue rather than the red and white that is typical of the host's branding colors. Looks like they missed out and MS swallowed their soul instead.

  34. GNAA, poets on Internets. by Anonymous Coward · · Score: 0

    Thanks for keeping it cool here on SD

  35. From down below you hear a voice... by Dunbal · · Score: 1

    it seems that IBM has a credible strategy for becoming the next great software company

          And it belongs to the chairman of SCO, saying "by stealing other people's code, you bastaaaaaaaards!"

          But hey, if it worked for Microsoft... (ducking and running)

    --
    Seven puppies were harmed during the making of this post.
  36. Re:"IBM" and "Great Softare" by ppc_digger · · Score: 1

    I believe the GP meant RH Linux.

    --
    Of all major operating systems, UNIX is the only one originally meant for gaming.
  37. Re:"IBM" and "Great Softare" by Dunbal · · Score: 2, Funny

    "hey buy the rights to deploy linux I should say."

    From who?


          Heck I'll sell them! Just sign here, and the CD is yours... uh sign quickly please. You brought the cash right? I'm allergic to checks, doctor says I can't see one. Hey can I interest you in our special on bridges this month? How about an Eiffel Tower?

    --
    Seven puppies were harmed during the making of this post.
  38. Why is that a Troll? by wsanders · · Score: 1

    The only troll-ish thing the parent post is that it songle out IBM; all the other bloated shiteware providers like CA and BMC work exactly the same way.

    Mostly, it's the fault of the users. *Some* of IBM, BMC, and CA's stuff isn't crap, but any good sales rep is perfectly willing to sell all the bells and whistles to gullible users who want every feature glommed onto everything, until the whole creaking mess takes a support staff of a dozen consultants to run. Eleven of whom might be supporting the data mining or "dashboard" or some other such shoddily engineered add-on that produces reports that one one ever, ever reads after the initial requirements are met.

    --
    Give a man a fish and you have fed him for today. Teach a man to fish, and he'll say "WHERE'S MY FISH, YOU IDIOT?"
  39. Re:IBM's Strategy by david_thornley · · Score: 1

    As far as I can tell, IBM's strategy is to make crummy products, sell them to gullible IT departments (or habitual ones that buy IBM just because it's IBM), then sell expensive consulting services to make their crummy products work nearly as well as the cheaper competition. Sadly, IBM seems to have a stranglehold on healthcare.

    No, that's their old strategy, before Microsoft took over as top dog. You got another thing wrong: IBM didn't sell to IT departments, but to people above IT departments. It was a lot easier to talk a higher-level executive into staying true Blue than somebody who actually had to make IBM's stuff work.

    Still, their products did work. They were awful expensive for what you got, and often rather clumsy (the only reason JCL wasn't an absolutely horrible design was that there was no actual design), but they worked for the majority of businesses. Just like Microsoft products: they work mostly, they're expensive, there's some real problems. The difference, I guess, is that IBM did share source code, and there was a thriving community that was darn close to the open source community (although far too corporate to resemble the free software community).

    --
    "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
  40. IBM Sucks by Lt.+Pierogi · · Score: 1

    I work for a very large IBM business partner, and we use IBM products almost exclusively. Anything IBM has developed themselves is a piece of shit. IBM has done the following to us: Released software that would not work. After struggling with it for weeks they will finally admit it does not work. They constantly reintroduce bugs when they release new versions. The have no version control. They provide horrable customer support. Often it seems like we pay for the privilidge of reporting bugs to them. They will throw you under the bus as soon as they get an oppertunity. When the customer gets upset for the poor quality of software they will blame thier business partners for poor implementation. Thier release cycle is 100% based on getting stuff out the door on time. This is why they release garbage that does not work.

    1. Re:IBM Sucks by BCW2 · · Score: 1

      And that's different from Micro$oft how?

      --
      Professional Politicians are not the solution, they ARE the problem.
    2. Re:IBM Sucks by jjohnson · · Score: 1

      Microsoft never manages to get it out the door on time.

      --
      Anyone who loves or hates any language, platform, or manufacturer, doesn't know what they're talking about.
    3. Re:IBM Sucks by ciggieposeur · · Score: 1

      Is this code from IGS or an actual shipped product e.g. DB2, WAS, etc.?

    4. Re:IBM Sucks by Lt.+Pierogi · · Score: 1

      This is shipped products. Specifically LMS (Learning Management System), Websphere (in the old days, better now), and Web Commerce Suite. Tivoli and Lotus products are much better, but the stuff IBM comes out with is crap.

  41. Re:IBM's Strategy by Anonymous Coward · · Score: 0

    The good about Domino/Notes:

            * Domino is multiplatform, Notes kinda (current Linux client is barely usable)

    The latest Notes 8 client for Linux is pretty good. Only released as a beta at the moment but snappy and pretty much the same as the Windows version. Mostly the same codebase now that it's all Java/Eclipse based.

  42. Re:IBM's Strategy by Anonymous Coward · · Score: 0

    Just because YOU can't imagine Lotus Notes being worse doesn't mean it is...

  43. Welcome, friends by Anonymous Coward · · Score: 0
    I, for one, welcome our new green-screened overlords.

    I have been watching people type that for more than a year. It is liberating.

  44. Fail more often by chiph · · Score: 1

    A coworker pointed out that if an outsourcing firm bills(1) you only a third what an American development team would, that allows the business to fail three times before they've spent as much as they otherwise would have.

    Chip H.


    (1) Note that I consider cost a different data point from what they bill you. e.g. There is an opportunity cost in failing three times.

    1. Re:Fail more often by Undertaker43017 · · Score: 1

      When it takes five times as long to get it right, so you can ship a product, it erases any cost advantage.

      What India is going through with their education problem, really isn't all that different than what the US went through during the Dot Bomb years. There were many people in IT that had NO business being there. People jumped on the bandwagon, because IT is where the money was, just like India.

      Unfortunately for the US, with the "money" moving to medical over the next 10-15 years, due to all of the Baby Boomers retiring, I fear for the quality of medical care in the US over that span...

  45. It seems like the only mistake they could make... by Anonymous Coward · · Score: 0

    Now what year was it that itty bitty machines spelled their name in electrons? And they want to venture into the swamp of mediocrity that is software? oh... (thinks of all the trillions to make with a better product) I didn't realize how much of an artform hardware was until I saw Murder by Phone and they were designing a chip on the wall of a building right near the front door of a corporation headquarters...

  46. IBM Software by gorrepati · · Score: 1

    I cant believe that so many people are ignorant of the range of software IBM does. IBM has entire vertical stack of software including compilers, os, virtual machines, databases, servers, java webserves. Incase you dont know it, it is said that IBM understands Java better than Sun. I am not sure if they have updated their vm', but as of Java 1.4, theirs was faster than Sun.

    If there is a industry for a major software product, IBM does it.

    --
    You will never have experience until after you needed it.
  47. OS/2 by Kid+Zero · · Score: 1

    Anyone mention this one yet? :)

  48. Read: by aquowf · · Score: 1

    IBM, the last great software compant?

  49. Re:IBM's Strategy by Blakey+Rat · · Score: 1

    Chances are you're just a rabid anti-Notes troll, but I'll bite anyway.

    I am rabidly anti-Notes, because I've been exposed to it as a user and as a helpdesk worker. Notes left such a bad impression on me that I now ask, in the interview, whether a company uses Notes or Outlook for groupware... if they say Notes, I walk.

    Look, I know programmers love Notes. I'm not a programmer; I'm just a user who has a busy calendar and likes to sync my Palm, and Notes is about the worst solution for doing that.

    Lotus Domino and Microsoft Exchange are different products: the first is a "groupware" platform that happens to do mail, the other is a mail server that might be linked to some other Microsoft platforms (notably: sharepoint).

    Whatever it is, it's buggy and bloated and a royal pain in the ass to use. For some reason, IBM lovers always jump into this conversation by saying "it's not a groupware product!" despite IBM selling it as a groupware product. Somehow, this excuses Notes' bugs. Kind of like saying, "oh this program I wrote to enter text into isn't a 'word processor' even though it's sold as one, it's a text management system... therefore it's ok if it crashes every hour and loses data." But, hey, I'll let it slide; I took on that point in another thread anyway.

    The Notes client can be used for accessing "databases" (which are actually a container with semi-structured data and application logic in one), for which IBM provides a "mail database" that is kinda capable of handling mail.

    Thank you for being honest about Notes' mail capabilities. Saying it is "kinda capable of handling mail" is pretty accurate. Unfortunately, tons of companies use Notes as their *only* groupware product, thus subjecting their users to something that even a big Notes fan admits only "kinda" works. Not cool.

    Outlook is a superb mail client that does nothing else unless you've got someone willing to create "outlook foms" that link to other MS technologies.

    Great. It's a small, quick (relatively speaking) program that does one thing and does it damn well. It does less than Notes, but it also costs less than Notes. (Half as much per-seat, last I priced it out.) And your users will thank you for switching by being much more productive.

    Domino is multiplatform, Notes kinda (current Linux client is barely usable)

    So... Notes has good support on Windows, crummy Macintosh support and really crummy Linux support. (Yes, I've used it on a Macintosh... crummy is as generous as I'm going to be.) Meanwhile, Outlook has good support on Windows and crummy Macintosh support (via Entourage). I see no real difference here.

    Security is a design fundamental in Notes/Domino. Notes has been doing private key crypto and signed code before Exchange was even conceived.

    While I think some of IBM's ideas of "security" are somewhat lame-brained (like the hieroglyphics when you type your password-- WTF!?, the extremely annoying-to-admin .id files), I have to concede this point.

    Domino/Notes is way better when integration company processes/workflows in your mail environment.

    Huh?

    Restoring backed up mails/documents/databases can be done relatively easy, and has been like that for at least 12 years.

    Um, ok. Does that compensate for the emails/documents you'll lose with Notes' brain-dead filing system? I can't count the dozens of emails I lost by having the audacity to attempt to file documents neatly into folders.

    The Notes UI is infamous because it is so different from Windows and counter-intuitive to some people.

    It's not that it's counter-intuitive, it's that it's actually hostile to users. For instance, many users might hit F5 in an attempt to refresh their in-box. Like Outlook, Notes' shortcut for that is actually F9. Unlike Outlook, when you hit F5 in Notes, the entire UI disappears and gives no indication of how to get back to your mail. (I find most users would just clo

  50. Re:IBM's Strategy by Blakey+Rat · · Score: 1

    And of course, you've never had any up-close time with MicroSoft's Outlook/Exhange product, so it's just peachy, right?

    Compared to Notes, it's heaven. I don't know how "up-close" I need to be, but I'm at least ten times happier with Outlook than I ever was with Notes.

    Let's see - MicroSoft took DOS (a perfectly great system which performed almost exactly as advertised) and turned it into Windows Vista. Hmmm . . . were you saying something about a track record for selling "crummy products"?

    They've sold millions upon millions of copies, they must be doing something right. Personally, I like Vista... but then I'm not easily influenced by the Slashdot FUD. (Tomorrow's headline: Windows Vista kills kittens with radiation somehow!")

    I personally never saw MicroSoft products "work pretty well on their own" for businesses I went to . . . that's why in 1994 I was worth $5,000.00/week as a consultant - to make those MicroSoft products work "pretty well".

    Ok; but even if I concede that point, the fact that Notes costs more per-seat and has much worse productivity benefits and features... doesn't really change the thrust of my argument.

  51. I'd have to agree (a bit) by pkspks · · Score: 0

    At first IBM paid too much for Indian workers, adding heat to an already sizzling labour market. Now it is trying to attract and retain talent by offering training and a career path that leads up the corporate ladder. As someone who works for IBM software labs in India, I have to agree. Indian software professionals have had the problem of a plenty of options for jobs. As the job scene matures, a career path becomes more important (for some people like me atleast) than minting money updating legacy COBOL code and writing bad HTML. I don't really relish management jobs, IBM lets me explore better technical avenues than most of the companies in India provide (including the MNCs).And its not like they are very bad paymasters, they just don't compare to top 4-5.
    --
    667 - one step ahead of the beast.
  52. Re:IBM's Strategy by Ilgaz · · Score: 1

    The good about Domino/Notes:

            * Domino is multiplatform, Notes kinda (current Linux client is barely usable)

    The latest Notes 8 client for Linux is pretty good. Only released as a beta at the moment but snappy and pretty much the same as the Windows version. Mostly the same codebase now that it's all Java/Eclipse based. Notes 7 for OS X which has a trial (great to play around) gets very good reviews from OS X users.

    http://www.versiontracker.com/dyn/moreinfo/macosx/ 13535

    I actually installed it to my home desktop and I wouldn't think a second if there was a home edition.

    The security and redundancy features were awesome. First time I felt like using all features of my fastmail.fm IMAP server.

  53. The story behind by TheCybernator · · Score: 1

    IBM never developed Eclipse first hand, it was developed by a company that IBM bought :) If am not wrong, they didn't developed Visual Age. The same way.

  54. Funny . . . by mmell · · Score: 1
    On the brand new Acer Aspire T180 desktop I bought last weekend, the glorious Windows Vista Basic that came preinstalled managed to remain operable through four iterations of the "I've updated myself, I'm rebooting now" dance, at the end of which (almost exactly forty minutes after I first powered up my new toy) the system became unbootable.

    Selling millions of copies is a testament to the skill and dedication of the sales staff at MicroSoft, not the quality of their product.

    Malodorous troll.

  55. MMmmm, nope by Blackheim · · Score: 1

    I totally agree, I worked for a company that deployed & maintained plenty of Exchange and Notes enviroments. Notes functionality leave Exchange for dead. Exchange is not the bed of roses people make out, the funky way it ties in with AD, Exchange and Outlook can make finding some problems are real PITA. Notes does require more care and feeding than Exchange but it is hands down the better system if you compare the two.

  56. no way! by Anonymous Coward · · Score: 0

    It is interesting to see that Americans starting outsourcing everything off shore, try to make profit out of cheap labor. They have not realized the problems for doing that. Software engineering is not the same as auto-manufacturing. People in India do not receive the same kind of education as Americans do. IBM ignores these software elits back in the USA, and hire these mediocre software engineers in India to start their software empire?
    Software companies do not care about shrinking economy and unemployment in the USA, but saving money does not equal making more money.