Slashdot Mirror


Oracle Drops Sun's Commitment To Accessibility

An anonymous reader writes "What I feared has come true: after buying Sun, Oracle had a look at its accessibility group and made big cuts in it by firing the most important contributors to the Linux accessibility tools. This is a very sad day for disabled people, as it means we do not really have full-time developers any more." The coverage in OSTATIC has a few more details, including the caution: "This just shows that all too few companies are sponsoring a11y work. If one company laying off a couple of developers spells trouble for the project, then there were problems before that happened" (thanks to reader dave c-b for pointing this out).

16 of 220 comments (clear)

  1. Oracle DB by Chris+Lawrence · · Score: 5, Insightful

    Oracle has a solid core DB engine. It dates back to the seventies, but it has evolved and it's still really good. Everything built around it is pretty much crap. But people buy from Oracle for the DB engine, then get stuck buying a lot of other super-expensive, bad quality software. I love PostgreSQL, and it's getting better every day, but there's still some stuff the core Oracle engine did ten years ago you can't get anywhere else.

    1. Re:Oracle DB by Chris+Lawrence · · Score: 4, Interesting

      It's not any one thing. It's lots of little things. Lots of flexibility and subtlety with SQL statements. Some obscure functions you wouldn't find anywhere else. More powerful and intricate subqueries and triggers. Extreme flexibility in modifying existing tables and other data structures live. An almost insane level of customizability (any good book on Oracle spends half the book talking about installation.) Now it's not perfect, they still don't have a proper time/date format (time_t anyone??), making date calculations across timezones and taking daylight savings into account a real pain.

      Granted, most people don't need this stuff. PostgreSQL is good enough for most roles. The complexity versus reward ratio might not work out for a lot of things anymore, nevermind the cost. I'm out of the game now, so I don't know what the latest stuff does, but they were definitely ahead of the pack for a long time. But they're kind of just going on inertia now. They don't even define themselves as a database company anymore, though that's the only really good product they have. I probably wouldn't buy it today, but I have some fond memories, and it really helped me to build some great stuff.

    2. Re:Oracle DB by afabbro · · Score: 5, Informative
      • Standy databases. Yes, I know MySQL and PostgreSQL have some replication, but it's nothing like DataGuard. Do you want physical or logical? Log shipping or transactional? How about maybe you'd like to activate and test your standby database and then press a button and it's back to where it was?
      • Oracle streams - a form of SQL-level replication. Master-slave, multimaster, transformational, complex business rules, etc. Nothing like it in open source.
      • The whole family of Flashback: e.g., "I'd like to do a query and have the results as of the state of the database four hours ago". Or "I'd like to immediately change the database back to its state at 01:20:03am". Or "oops, I dropped a table, please bring it back instantly." Etc.
      • High-performance compression that in many cases is faster than non-compression. You can encrypt it, too.
      • For nearly every DB feature, Oracle has "more". It's great you have B-tree indexes - Oracle also offers bitmap and there are cases where they are really useful. It's nice that you offer hash partitioning (if you do), but Oracle can partition on a half-dozen different things. Etc.
      • RAC (Real Application Clusters) - active/active (or as many "Actives" as you'd like) clusters, all instances talking to the same DB.
      • Online redefinition (change your tables, views, etc. and have Oracle store everything up until you snap everything over at once - great for reducing downtimes).
      • Very sophisticated introspection. By this I mean the amount of stats the DB collects on itself. There is an insane level of instrumentation and it's very easy to see where waits and delays are.
      • Ability to generate and playback workloads.
      • A lot of migration assistance - e.g., "here is how your database would run if you upgraded it", "here is the SQL that will not run as well if you upgrade", "here is the recommendation for fixing your PL/SQL to run better in the next version," etc.
      • Query analysis is enormously better than open software (explain plans, etc.)
      • Auditing is several orders of magnitude more advanced
      • Star queries, OLAP, cubes, spatial, all of that.
      • XML and text support are much better.
      • Virtual Private Databases
      • PL/SQL, Java, etc. native to the DB, as well as an entire GUI-front-end building system (Application Express)
      • A fully-integrated volume/filesystem manager (ASM), cluster software, and VM, all manageable by the DB ;-) ASM is really very nice.

      I'm sure I'm missing some things - those were off the top of this Oracle DBA's head. Here is a quick list of features.

      I love PostgreSQL as well, and MySQL to some extent, and even SQL Server. But they're not Oracle. DB/2 is the only thing approaching its class (along with more specialized niche players like Teradata). Most of the features I mentioned above don't come into play until you're in a 24x7 high availability environment, are trying to minimize downtime, or are working at big scale.

      --
      Advice: on VPS providers
  2. Bad title by mysidia · · Score: 4, Insightful

    It should say: Oracle breaks their commitment to accessibility, that they inherited when they acquired sun.

    In other words, Oracle is going back on their word, and is perhaps about to show how dishonest, despicable, and evil they (apparently) are, or not, depending on whether they keep their word (or not).

    Once you make a commitment, you can't "drop it". You either uphold your promise, or you break it.

    It looks like Oracle's about to break their promise.

    It doesn't matter at all that people who worked for Sun originally made the promise. Oracle acquired Sun, so they acquired all their promises, obligations, and dirty laundry too.

    Revising or 'dropping' a promise you made is called reneging on obligations you made.

    When a company says they're committed to something, they've made a promise. They can't become "uncommitted" or "no longer committed" without either succeeding, or having lied in the first place.

    1. Re:Bad title by fm6 · · Score: 5, Informative

      I agree, the headline's wrong. But not about what got broken. When did Sun ever make a "commitment to accessibility"?

      Here's what they did have: their perpetual fantasy that they could come up with a desktop that would challenge Windows. Their latest form of this fantasy was Java Desktop System, which actually has nothing to do with Java. It's just a rebranded GNOME, ported to Solaris. When I was at Sun, Sun Rays running JDS were all over the place, and JDS was heavily pushed at our customers. Though even within Sun, use of Windows or Mac PCs (usually laptops) got more and more pervasive.

      JDS has to comply with federal accessibility rules, or nobody will buy it. (Nobody bought it anyway, but that's another issue.) So Sun needs GNOME to have good accessibility support. Presumably that's why Sun started contributing accessibility development. That's how all corporate contributions to OS projects happen — it isn't generosity, it's the contributor needing the product to do something it doesn't already do.

      I haven't seen any announcement, but it's to be expected that Oracle will finally put an end to this expensive and futile quest for a Windows-killer. Which is why you can't find JDS anywhere on oracle.com. (The old JDS page on sun.com redirects to Oracle's Solaris page.) If Oracle doesn't need JDS, then they don't need accessibility software.

      One of many Sun windmill-tilting projects that are getting the axe.

  3. Some perspective by PCM2 · · Score: 4, Insightful

    While anyone losing their job is a bummer, the tone of the submission is a little histrionic. What actually happened here is that Oracle laid off two people who were working on accessibility. Again, that's a shame... but as the OSTATIC article points out, if Gnome accessibility work was really just two layoffs away from ending for all time, there were problems with the project before Oracle ever got here.

    Also, Oracle already sponsored an OpenSolaris accessibility group, and now they're in charge of the OpenOffice accessibility work as well, to say nothing of making sure their business applications are up to government standards... is it really fair to expect it to shoulder the burden of accessibility for Gnome, too?

    Maybe Novell wants to hire these guys? Or Red Hat?

    --
    Breakfast served all day!
    1. Re:Some perspective by WaywardGeek · · Score: 5, Interesting

      It turns out that one of the people Oracle fired is effectively the Linus Torvald of Linux accessibility. He architected it, and wrote a ton of it. It's like firing Linux, and complaining that after all, it's only one guy.

      As for OpenOffice accessibility, kiss it goodbye on Linux. Without Willie or a team of several guys to replace him, it will slowly degrade in to unusablity.

      I'm 100% with you on the other guys hiring Willie. My preference would be Canonical (Ubuntu), but RedHat would be a decent fit, and I could even live with Novell. Maybe they could start working off the evil taint.

      --
      Celebrate failure, and then learn from it - Nolan Bushnell
  4. Re:*Physically disabled* by Chris+Lawrence · · Score: 4, Insightful

    Yeah, let's stop paying for a public police force. If you can't afford to pay protection, you deserve what you get.

  5. Re:Capitalism at work... by williamhb · · Score: 4, Insightful

    Surely this does not come as a surprise to anyone?

    Oracle, who have deliberately lessened the abilities of their own products (from a reasonably solid database system 10 years ago to a steaming turd now) in order to sell more licenses to do the same amount of work will continue to cut anything that is not immediately profitable.

    Anything that Sun pursued on moral or ethical grounds, and anything that shows "future promise" will be axed as soon as they spot it.

    Or, if we take off our doom-coloured spectacles, we might realise that Oracle (largely a server applications company) and Sun (largely a server hardware company) probably don't consider a niche open source desktop environment to be part of their core business. In other news, I hear the Dunlop tyre company hasn't spent much on improving the accessibility of car stereos either.

  6. Re:*Physically disabled* by WaywardGeek · · Score: 5, Informative

    A lot of the fear in blind-linux land isn't because Oracle fired two people, but because they fired Willie Walker. So far as I can tell from all the accessibility code I've read, Willie roughly plays the same role for open-source accessibility that Linus Torvalds plays for Linux. It's as if someone bought the company Linus works for, and said, "This guy is overpaid. Let's save some money."

    I'm slowly losing my own vision, but while I can still use inaccessible software, I'm hacking like crazy in my free time to improve the things in Linux land. So, I've read a lot of code, and Willie's name is all over the place. The most important centerpiece of Linux accessibility is the Orca screen reader for the Gnome desktop. Who do you think was in charge of both Orca and Gnome accessibility? Willie, and for damned good reasons.

    For guys like me who write code on Linux boxes for a living, Willie's departure from Sun is scary as hell.

    --
    Celebrate failure, and then learn from it - Nolan Bushnell
  7. Re:Capitalism at work... by IntlHarvester · · Score: 5, Insightful

    People have been worrying about MySQL. They have been right to worry.

    Its funny. With all the hubbub surrounding MySQL, hardly anyone has even bothered asking what's going to happen to OpenOffice.org.

    --
    Business. Numbers. Money. People. Computer World.
  8. Re:Lawyers at work... by Sri+Ramkrishna · · Score: 4, Insightful

    Why? Oracle is not required under any laws to provide development time to help make Linux or any OS more friendly towards people with disabilities. Sun was doing this out of their own great good heart.

    It is in their best interest to make Solaris/OpenSolaris more friendly towards people with disabilities in an attempt to capture more market share that otherwise would go to Apple Mac OS X or Microsoft Windows where such products already exist.

    Actually, they did this because if Sun wants to get Solaris with GNOME on government desktops they need to have accessibility. So this is to comply with government contracts. Nobody pays for this kind of thing out of the goodness of their hearts. This is a public-ly traded company.. sheesh. sri

  9. Re:*Physically disabled* by WaywardGeek · · Score: 4, Insightful

    Let me tell you, you're right that the blind do take control and solve the problem themselves. If you lost your sight and hearing, and you were a big Linux hacker, what would you do? Buy a Braille display, slap some low-level code to drive it into the kernel to read the console, and you're off coding! That project is called "speakup", and it's great for blind-deaf programmers, and not bad at all for the blind who can hear. What if you're a really good emacs hacker who loses your vision? What do you do? Rewrite the entire desktop environment based on talking emacs? That project is called emacspeak, and many consider it the most productive environment for blind programmers with good hearing.

    What if you want access to all those great Gnome applications like FireFox and OpenOffice? Now, you're at the mercy of the big Linux distros, because it involves 100 binary packages that the distro ships to all take part. That's where you need a guy like Willie Walker, who has the clout at all the major distros to set the direction for the entire linux accessibility community. That's the guy Oracle fired. That's the code which may fall apart, and the blind will not be able to fix it, not unless they find a new Willie Walker.

    --
    Celebrate failure, and then learn from it - Nolan Bushnell
  10. Re:*Physically disabled* by Anonymous Coward · · Score: 4, Insightful

    I hate asking this - but would it be possible for the people in need of this kind of software to create a facebook page and ask for donations. At @$250 per person, you need just 400 to hit the magic $100K number. I would happily donate for this cause, and I think a lot of others would too.

    While working on such issues is very important. it is hard for companies to keep employees just cos they are working on something which is not directly productive to a company ( or convince google .. intel or someone else to fund your 'accessiblity' program.)

    My sympathies to you, and I look forward to hearing that you have a facebook page for Willie Walker - and that you raise a lot of money. I look forward to dontating.

  11. Re:*Physically disabled* by kai_hiwatari · · Score: 4, Funny

    If you cannot earn from your passion, you tend to shift your passion somewhere.

  12. Re:*Physically disabled* by JorDan+Clock · · Score: 5, Insightful

    Because now Willie has to get a job doing something else, working many hours a week on another task that ISN'T this one. So he's left doing this work as a side-project, which I imagine doesn't leave a lot of room for serious work.