Slashdot Mirror


FAA May Ditch Vista For Linux

An anonymous reader writes "Another straw in the wind: following last week's news that the US Department of Transportation is putting a halt on upgrades to Windows Vista, Office 2007, and Internet Explorer 7, today comes word that the Federal Aviation Administration may ditch Vista and Office in favor of Google's new online business applications running on Linux-based hardware. (The FAA is part of the DOT.) The FAA's CIO David Bowen told InformationWeek he's taking a close look at the Premier Edition of Google Apps as he mulls replacements for the agency's Windows XP-based desktop computers. Bowen cited several reasons why he finds Google Apps attractive. 'From a security and management standpoint that would have some advantages,' he said."

36 of 359 comments (clear)

  1. training by Bizzeh · · Score: 5, Insightful

    this isnt going to happen tomorrow, or next week, or next month. training staff to use an entirly new system takes a lot of time and money. i will be supprised if we see this take effect before this time next year

    1. Re:training by Anonymous Coward · · Score: 5, Insightful

      Can't they just employ immigrants who learned to use computers in order to get a job? We're not talking complex applications here like 3D or compositing apps, those who can't use generic email, word processor or spreadsheet don't deserve to have a desk job.

    2. Re:training by linguizic · · Score: 5, Insightful

      What's interesting though is that the FAA seems to think that the costs associated with training will in the end be cheaper than an upgrade to Vista.

      --
      Does this sig remind you of Agatha Christie?
    3. Re:training by 0123456 · · Score: 5, Insightful

      "What's interesting though is that the FAA seems to think that the costs associated with training will in the end be cheaper than an upgrade to Vista."

      Don't forget that they'll need to retrain people for Vista and Office-whatever anyway. So it's not like one option is free and the other costs money.

    4. Re:training by greenguy · · Score: 5, Insightful

      Maybe I'm just a quick learner, but I can't see how Google Apps would require all that much training. Like everything of Google's that I've tried (with the exception of Google Ads, whose pricing structure remains mysterious), I found it had almost no learning curve whatsoever.

      Am I really that much smarter than the people who work at the FAA?

      --
      What if I do the same thing, and I do get different results?
    5. Re:training by Cadallin · · Score: 5, Interesting
      Exactly, it isn't just the costs of upgrading to Vista, its the cost of upgrading to Vista + Deployment + Retraining. I would also suspect that the FAA probably pays for some kind of actual support contract. They will still want to pay somebody like Redhat for a support contract (and probably Google as well), and they will still incur Deployment and Retraining Costs no matter what. The question really starts to become, who do they believe provides a product with the best productivity/TCO ratio.

      Everybody's been through the Microsoft cycle multiple times now. Microsoft promises the world during development, but by the time a product actually ships, its years late, hugely over budget, and still has only 10% of the features originally promised (Remember Microsoft's database file system? The one that would revolutionize searches and data management and do away with folders? They've been promising that one since 1994 at least. It was supposed to be part of Windows 95!) And Microsoft's products End up having severe support issues during their lifetime (Business Crippling Worms anyone?) It heartens me that Organizations are really starting to think about going with other options.

    6. Re:training by Kennon · · Score: 5, Insightful

      90% of the training argument is pure FUD. I personally have converted many windows users to Linux who had never even touched it before and they are up and productive within a day. Your average office worker (at least in my place of work) uses a word processor, web browser, email client, and one or two propriatary apps specific for their department which are almost all web based and are browser friendly. There have been a few time in which people have some app that cannot be a web app, or will only run in IE or something and we will deploy it to them via Citrix until either a Linux version is written or it is converted to a web based app.

      Funny enough, the hardest Linux converts are the Windows "Power users" because they no long know how to tweak...aka fuck up their new desktop. But for a large majority of office staff Linux either already is or could easily be working perfectly for them in almost no transition time.

      I personally believe that if all the over protective MCSE's in the world woke up tomorrow with a decent level of knowledge about the Linux desktop within a couple months Linux and Windows in the corporate workplace would trade places for market share.

      --
      "All those moments, will be lost in time...like tears in rain..."
    7. Re:training by Daniel+Dvorkin · · Score: 5, Insightful

      The FAA keeps what is by far the world's busiest civil air transportation system running with a remarkably good safety record. Every time you go to the airport, get on your plane, fly to your destination, get off your plane, and nothing else happens, you have the FAA to thank for it.

      --
      The correlation between ignorance of statistics and using "correlation is not causation" as an argument is close to 1.
    8. Re:training by Anonymous Coward · · Score: 5, Insightful

      Shh, don't question the mindless libertarian bullshit. If everyone realized that government employees as just as human as private employees, it would cause CHAOS around here.

    9. Re:training by bberens · · Score: 4, Insightful

      That's exactly right. When a business changes to a new application it's not as if the business tells employees that they can get by completing 80% as much for the next few weeks. It's basically "Yes it's new and we expect you to be at 100% speed immediately, deal with it." And it sucks for the employee for a week or two while they have to semi-rush or work a few extra hours but it's not the end of the world. Typically the same salary IT person that has always been there gets stuck answering all the questions. The only additional cost is anyone involved who might be paid hourly, they might have to work a few extra hours. In my mind, it's not the end of the world.

      --
      Check out my lame java blog at www.javachopshop.com
  2. Google Apps Appliance by codepunk · · Score: 5, Insightful

    They need to bundle that up in a appliance so they can sell it to enterprises that do not wish to
    store their data out of house.

    --


    Got Code?
    1. Re:Google Apps Appliance by kisielk · · Score: 4, Insightful

      The 1960's called, they want their computing paradigms back. Future of software? More like the past, we're coming full circle...

    2. Re:Google Apps Appliance by suv4x4 · · Score: 4, Insightful

      The 1960's called, they want their computing paradigms back. Future of software? More like the past, we're coming full circle...

      It won't be the first time we're coming full circle in computer technologies (or elsewhere), it doesn't mean that he's wrong. Do you think "organic food" is a thing of the past? It's pretty modern franchise these days.

      In computer software, we see interpreted languages coming in an out every few years. When I had my Apple II, the primary means of programming it was an interpreted Applesoft Basic script.

      As computers advance and more performance is required, the interpreters become full-blown compilers (C, C++, later Basic compilers), but then the needs for flexibility arises and today we use lots of interpreted languages again (JavaScript, PHP, Perl, ASP, Ruby, Java).

      And yet again the need for performance converted those to compiled language in the mid term (later Java runtimes /JIT/, .NET which is compiled on demand, although stored as source or bytecodes). Microsoft even has C# compiler now which compiles to machine code with no CLR dependencies now (as used in their popular research OS - Singularity).

      Still the portable version of .NET interprets... as a mobile device has no enough RAM to do the compilation and store the result, which is ironically the same reason Basic was interpreted on Apple II-s to start with.

      The notion that the future of software is to store absolutely everything remotely, like is the case with Google apps, is a very shortsighted one. It's a current short-term / mid-term trend.

      There's already lots of talk about rich clients which support "interrupted connectivity", which is, web apps that have lots of functionality even when you have no internet (i.e. with laptop on the go etc.). These apps operate by usually having a small and simple web-server or runtime and SQL database embeded in them, along with ability for rich caching of remotely downloaded assets. Examples include the upcoming Firefox 3, Adobe's Apollo, Microsoft's WinFX (aka NET3) and so on.

    3. Re:Google Apps Appliance by SCHecklerX · · Score: 4, Interesting

      Definitely. If Google started selling application appliances. Wow. Not only do you get the ease of central management, but if Google does it like they do everything else, it'd be easily scalable. I'd imagine the answer to "We need more processing power / Disk space" would be to add another appliance or so, and make a single config change. This is really exciting stuff, if it evolves to that point.

    4. Re:Google Apps Appliance by markov_chain · · Score: 4, Funny

      Hey, I know, we could put all these appliances into some kind of enclosure with common power, cooling, and even super fast backplane. We would probably need to keep these "frames" in climate-controlled rooms. The main "frame" would serve the most common apps, and if some offices needed some specialized stuff they could buy small versions, kind of like miniature computers! Hah, I kill myself.

      --
      Tsunami -- You can't bring a good wave down!
  3. Hunting for a discount? by Anonymous Coward · · Score: 5, Insightful

    From the article: If Microsoft can satisfy his concerns over compatibility with the agency's existing applications and demonstrate why such a move would make financial sense given Google Apps's low price

    Sound familiar? It seems like the tried-and-true tactic of publicly looking into Linux so Microsoft will rush in and offer support and discounts. Hopefully, they are seriously considering Linux regardless.

  4. Google apps/security? by brennanw · · Score: 4, Interesting

    ...

    Maybe I'm thinking of a different Google apps, but how is running Google software more secure? Aren't google apps accessed from google servers? Doesn't that mean this government agency would be running applications from and storing data on servers they aren't maintaining?

    I'm not saying that google makes lousy software, I'm just saying that I would be nervous if I couldn't actually directly manage the servers that were responsible for creating and storing the information.

    --
    Eviscerati.Org: All Hail the Eviscerati
  5. I hate to step back a second by bconway · · Score: 5, Insightful

    But the article fails to mention why the XP systems need replacement. Any organization as conservative as the FAA no doubt waited a year or two before rolling out XP, so even the earlier systems are only a few years old, and probably far from slouches. Why does the release of Vista necessitate an upgrade, especially if you aren't going to be upgrading to Vista?

    --
    Interested in open source engine management for your Subaru?
    1. Re:I hate to step back a second by Iphtashu+Fitz · · Score: 4, Insightful

      But the article fails to mention why the XP systems need replacement.

      Simple. MS says they won't support XP after a given date. After that date the FAA (and everybody else) would have to upgrade to Vista to continue getting support from MS.

      If the DOT/FAA goes with linux they'll likely go with a vendor like RedHat or Novell who will offer full support services without arbitrary drop-dead dates for support, much easier upgrade paths, etc.

  6. Well, Compare it to Vista by eldavojohn · · Score: 5, Interesting

    this isnt going to happen tomorrow, or next week, or next month. training staff to use an entirly new system takes a lot of time and money. i will be supprised if we see this take effect before this time next year
    Well, I'm not a systems integrator in real life but I've taken classes. One of the big things to consider here is the potential for an intermediary stage. Correct me if I'm wrong, but I believe Google's Apps are largely platform independent. What this means is that I can think of an instantly perfect intermediary stage--instruct the employees to use Google Apps while they still have XP and old Office applications on their machines. But, you know, give them a hard date by which everyone should be using Google Apps (oh, there's always problem workers but leave that to middle management). I assume the large thing these people rely on their computers for is simply these editing suites so once that barrier is broken, install Linux and give them quick 8 hour orientation classes in how to do the same things in Linux that you used to do in Windows (pretty minimal, I assume).

    Other option is just Vista & the new Office. Where at some point you just have to install the new Office (I don't think old & new can be installed at the same time) and make them use it. Now, while I'm sure Vista is more similar to XP than Linux and the Office applications are probably similar also, you know there's going to be bumps.

    That said, I don't think the transition to Google Apps on Linux would be any more painful than the transition to Vista running Office. I suppose time will tell though. Hopefully my assumptions are correct and this sparks interest on this huge cost savings?

    I guess if you really wanted to promote Linux, you would write tutorials on how to take advantage of this switch to Vista/Office and how to put your workers on Linux/Google Apps. When you make cheap and extremely convenient, they will come.
    --
    My work here is dung.
    1. Re:Well, Compare it to Vista by LurkerXXX · · Score: 4, Insightful

      That said, I don't think the transition to Google Apps on Linux would be any more painful than the transition to Vista running Office.

      I don't know about that. This is the same Google Apps that many users got locked out of a couple weeks ago. Putting your productivity apps on someone else's servers just isn't a good idea. OpenOffice would probably be a much more prudent move.

  7. I think I've seen this movie before. by Anonymous Coward · · Score: 5, Insightful

    1. Some CIO flirts with the idea of migrating to a different platform in order to get a better deal on licenses.
    2. Vendor with monopoly rushes in with truckloads of licenses at "discount rates" to secure their position.
    3. CIO returns with whitepaper indicating a TCO in favor of monopoly.
    4. ???

    If the "ditch" occurs, then that would be news.

  8. Outsourcing Responsibility by tomstdenis · · Score: 5, Insightful

    You can't outsource security [e.g. oh look google is so much better at keeping our documents secure] any more than you can outsource responsibility. Why isn't this guy simply looking at Open Office, or hell the other free tools like AbiWord, Gnumeric, etc.

    Ah, to be ignorant of technology, but rife with enough buzzwords to be dangerous.

    Not only are the google versions of the tools not nearly feature complete, but they're over the internet. Thus guaranteed to be sucktastically slow (especially when a lot of people use it) and very likely insecure in the end (hint: gmail has already had a few goofs). I'm all for ditching Windows, but using online office tools is just short sighted. Within a year or two of the switch they'll be climbing back into bed with MS Office [no doubt].

    Also, if you're just going to use AJAX based web tools, what does it matter what OS you run?

    Tom

    --
    Someday, I'll have a real sig.
    1. Re:Outsourcing Responsibility by Sique · · Score: 4, Insightful

      You can't outsource security [e.g. oh look google is so much better at keeping our documents secure] any more than you can outsource responsibility.


      Of course you can. Security is one of the oldest businesses ever outsourced (that means taken away from your own employees/slaves/servants and given to a foreign group for money/treasures/valuable gifts). What do you think the name 'soldier' comes from? It's a person working for sold (from latin solidus = a Roman gold coin), not because of loyality or proudness or legal requirements. Having foreign groups serving as your protection is one of the oldest tricks in the book because you hope that the foreign people are ignorant about your internal struggles and intrigues or don't have any local alliances, and if they aren't as independent as expected, you might replace them without fear of a local unrest.

      That's the business of Pinkerton and all the other security agencies, and even outsourcing bookkeeping and document production, exchange and storage is old news. Every middle age town had its writers or calculators whose business was to work for the local traders who weren't able to write or didn't have the calculatory knowledge for bookkeeping. And even today you go to a solicitor if you really want your documents to be correct, authentic and secure.
      --
      .sig: Sique *sigh*
  9. seriously? by mastershake_phd · · Score: 4, Insightful

    Bowen cited several reasons why he finds Google Apps attractive. 'From a security and management standpoint that would have some advantages,' he said."
     
    What about openoffice.org surely its more secure than an internet app.

  10. It's a bargaining chip by thatjavaguy · · Score: 5, Insightful

    The guy is just trying to get his MS license costs down - sensible enough.

    Whats the betting that after his Microsoft trip they will come up with a vastly reduced price?

  11. Re:Oh yeah, another nail in the coffin by vivaoporto · · Score: 5, Insightful

    At least with Microsoft Products i can still sell my services, support, licensing, hardware and services.

    Boo-fucking-hoo. That proves that not everything that is good for the customer is good for you. Let the old business model die, long live new business model.

    In the meantime, Free Software and co. will continue as if nothing had changed, their product continues free, revenue (for whoever is aiming for it) continues coming from the same sources.

  12. Will never happen by bleh-of-the-huns · · Score: 4, Informative

    I work within the DOT, there has been no discussion of linux or Mac replacing windows, the discussions are about not upgrading to Vista and Office 2007/IE7 due to inconsistancies with the custom applications, and much of the hardware would need to be replaced, not even upgraded, but totally replaced.

    --
    I came, I conquered, I coredumped
  13. I agree. This is a _HORRIBLE_ idea by encoderer · · Score: 5, Insightful

    We're talking about US Government documents being stored on non-government servers. First, I'd be really surprised if something like that was even legal. Second, I have real issues even if it IS legal.

    If the "ditch" office/windows they're going to have to use GMail for ALL DOCUMENTS. Anything else would have to be like .txt or .pdf that's emailed around (probably using google servers again, so it's moot).

    Furthermore, tell me this slashdot: Why is it better to be locked-in to Googles proprietary software instead of Microsofts?

    As others have said, this would only be a good idea, IMO, as a "GApps Appliance" that can be properly audited and approved by US Government security experts.

  14. Re:Oh yeah, another nail in the coffin by D-Cypell · · Score: 4, Insightful

    Fantastic, lets worship another "overlord" and move everything we do to a REAL "black-box" company.

    I have to admit, this is what scares me.

    Look, like most slashdotters, I want to believe in the 'do no evil' thing, and you know, when it comes to the intentions of Larry and Sergey, I do believe it. Everything I have seen of those two guys suggests to me that they are geeks first and billionaire capitalists second, I am just afraid that there is an element of 'Frankenstein's monster' in the whole Google phenomenon.

    There are people out there (and lots of them) that would literally kill to control the kind of wealth and power that google has amassed. It would not be completely ludicrous to suggest that Google is currently the most powerful organisation on the planet. Google results can make or break companies and build/ruin reputations and with the Google apps model we are poised to hand over a lot more. That information will be around for a long time, it will probably outlive us all. It isn't going to bio-degrade, it isn't going to self-destruct.

    It's too much trust. There are things I might put into a document or spreadsheet that I would not be comfortable discussing with my close family. There are things I do at work that I am not even allowed to discuss with my wife. Yet, we are expected to hand them over to google on the basis of the 'do no evil' promise (which as we have seen is impossible to keep regardless of how well intended). Right now I would rely on security through obscurity. I am a relatively obscure individual, it is unlikely anyone (beyond a small group of competitors and friend/family) would be interested in what I write in my documents, but what about if someday I want to become less obscure? Go into politics or a similar type of public life... then there will be more interest, and it will all be sitting right there.

    I guess what I am saying is that it is important to bear in mind that it was Sergey and Larry that promised 'do no evil' not 'Google'. Google doesn't have a conscious, it doesn't care about good vs evil, even human's struggle to make that distinction. We are talking about handing over data that will outlive the founders, and will outlive the promise. I am the only one who is nervous about that??

  15. What's the point of Google apps? by halfdan+the+black · · Score: 4, Insightful

    I've tried them (Google apps). The web based word processor is roughly identical to wordpad (free with Windows), or the text editor with OSX. This is a MASSIVE reduction in functionality compared to word or open office. I do not understand how this web based word processor can be used for anything more complicated than a simple memo. I suspect that if you put down any user remotly farmiliar with MS-Office and force them to use Google apps, there will be some serious revolt. Put them behind Open Office, which may be somewhat different than MS Office, but HAS SIMILAR CAPABILITIES, that user will learn to use it with possibly minimal rumblings. What is wrong with Open Office? Why would anyone choose Google apps which have I estimate 5% of the functionality of Open Office ??? So, IMO, any web based attempt at anything as remotely complex as a office suite is going to suck so freaking hard compared to a desktop application, no mater what the platform be it Linux, OSX or Windows.

  16. Already there by gr8_phk · · Score: 4, Informative

    "Hopefully, they are seriously considering Linux regardless."
    FAA is outsourcing the whole flight services infrastructure to Lockheed. A rep from Lockheed gave a presentation to our local EAA chapter on the new system and it's rather cool. Each person gets a multi-head display and all the software is running on Linux. I don't recall the distro. So when you call in for a weather report or to check if there are TFRs in your flight path, you will be talking to a guy running Linux. It makes sense for the FAA to switch because they will likely want access to the same software. The only downside is that there will be fewer of these people, so you may be talking to someone far away who doesn't know the local area and local weather.

  17. Re:Oh yeah, another nail in the coffin by vivaoporto · · Score: 4, Insightful

    What does google have to do with free software?

    Summer of Code, contributions to Wine, Firefox money ...

    My question is a serious question. Even though you may hate Microsoft, it created jobs.

    And so did wars, look at the amount of jobs in the Military Industrial Complex. You may want to take a look at the parable of the Broken Window. It explains how eventual positive consequences of negative acts shouldn't be used to justify them.

    That is something i seriously question and find it terribly ironic you chose not to answer and throw around you illogical praise for free software as if its the magical dust that will save your future.

    Small Business USA will adapt to the new reality. Many companies will die, others will spring. Possibly, the ones that mimic Google business model (Free (as in beer or as in speech, it depends) Software, Paid Services) will have more chance that the ones what follow Microsoft strategy (Software lock-in, extend, embrace, extinguish). Time will tell.

  18. Or are security minded... by Svartalf · · Score: 4, Insightful

    Google Apps, the way they're doing it, can't be assured to be secure. It's a nifty idea, but
    unless you LIKE the idea of a potential information leak (including business critical and identity
    type information...), you probably don't want to be using their service unless you've no other
    choice.

    An Apps appliance probably would be a way around this problem. Buy one like you buy some of their
    search engine cluster as an appliance for indexing your intranet and exposed Internet presence-
    that way you get the security and control you need (Though make no mistake, while it is more secure
    than what the FAA is now proposing, it's not as secure as OO.org would be on a desktop...)

    --
    I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
  19. All options require training by WebCowboy · · Score: 5, Insightful

    training staff to use an entirely new system takes a lot of time and money.

    Technical similarities to XP aside, Vista basically IS an "entirely new system" as well, from an end-user and administrative perspective. The UI has been messed with. Security, right from the user prompts down to alterations in driver architecture, has been altered significantly. Applications released roughly in conjunction with Vista (IE7 and Office 2007) have significant changes (new XML file formats in office, more strict compliance with XHTML and CSS in IE7...). Compounding that the benefits to business are minimal compared to XP in its current state. The business case to upgrade vs migrate is less convincing than ever before.

    It is nearly that case with my employer as well--we almost might as well move to macs or Linux vs. XP--the impact of Vista on the enterprise thereis nearly that big. Almost all of the intranet apps are designed and tested against IE6. Running them on Firefox is glitchy but it works, but using IE7 often completely BREAKS the app. Over three quarters of the products we sell will not function under Vista and never will ("next generation" replacements are being developed for release over the next couple of years). Fully half of the hardware we have is not "Vista capable". We have XP and it (mostly) works (good enough anyways). Why risk breaking what is essentially unbroken? Do we really need eye candy? We are already firewalled and antivirused to high heaven so is there any REAL benefit to Vista's largely unproven security enhancements? Which brings up the fact that our corporate antivirus stuff apparently breaks in Vista...

    FAA's serious consideration of Google's apps really looks VERY compelling and makes a lot of sense, even if adoption would be over a couple of years. The architecture of Linux is more proven and more secure by far than Windows XP OR Vista. The price per client is significantly less. Google's application-server-thin-client model is much less burdensome. Open and Free systems have much better "real" support (MS makes the argument that closed software gets better support because it is backed by a big, rich vendor but I think most people in the know realise that in practice thereis WAY MORE help and support for Linux because of backing by many vendors and a huge developer community, whereas only MS can offer certain levelsof support).

    I do thing that Vista is STILL very much on the FAA's horizon though. Government agencies as well as big corporations are coming under more scrutiny and are being more compelled to do due diligence and put as much up for competitive bid as possible--and get the best deal possible. MS' standard prices and offerings are VERY FAR from competitive since they've gone a long time without competing. Governmental agencies around the world are, as often as not, playing low cost Linux-based alternatives against Microsoft to "force Bill's hand" as it were. Even if Google's software suite falls short of requirements in the end, the FAA could very likely get a special sub-$100-per-user offer from Microsoft for Office upgrades.

    I'd hate to seeit turnout that way, but anything that cuts down MS (either inmarket share or insane profit margins) is good in my book.

  20. Only minor training required by EmbeddedJanitor · · Score: 4, Insightful
    Probably most FAA systems run with a few forms-based applications sitting on top of some data base. They are not installing printers etc, the IT folk do that. Most likely very few people ever interact with the OS (except to reboot).From a user's perspective, it is not very hard to switch from one OS to another since the OS is hardly visible.

    There would, however, be traing for IT and support people.

    --
    Engineering is the art of compromise.