Slashdot Mirror


Yahoo Becomes Apache Platinum Sponsor

jschauma writes "Yahoo published a press release announcing that it has become a platinum sponsor of the Apache Software Foundation. In their company blog, Yahoo points out their particular interest in the Apache projects Lucene and Hadoop, and that they have hired Doug Cutting, creator of both projects and VP at Apache. (Lucene powers the search on Wikipedia; Yahoo also provides hosting capacity to Wikimedia.)"

14 of 110 comments (clear)

  1. Tax Break? by ookabooka · · Score: 3, Interesting

    I was curious, can you deduct money you give to the apache foundation as a charitable donation? They are a not-for-profit organization aren't they? It certainly would be an interesting way for companies to mess with their books.

    --
    If you are about to mod me down, keep in mind that this post was most likely sarcastic.
    1. Re:Tax Break? by explosivejared · · Score: 4, Informative

      WP says they are a 501(c)(3), meaning they solely exist to promote science. So any donation to them would be a tax exemption just like a regular charity.

      --
      I got a catholic block.
    2. Re:Tax Break? by jaaron · · Score: 5, Informative

      We have incorporated. Please see my other comment. Apache is a legal US charity.

      --
      Who said Freedom was Fair?
    3. Re:Tax Break? by wdr1 · · Score: 5, Funny

      Rumor spreads that Google is helping an open source project & Slashdot falls over with praise.

      Yahoo helps open source & the first question is "Hey, are they cookin' the books?"

      Go figure.

      -Bill

      --
      SlashSig Karma: Excellent (mostly affected by moderatio
  2. Go Yahoo by cumin · · Score: 5, Insightful

    I gave up on Yahoo many years ago and moved to Google in preference. More and more lately, with improved search results, useful information, less restrictive email, and now support for one of my favorite OSS projects, they lure me back.

    Keep up the good work Yahoo.

    --
    Back in my day when we chiseled our bits into stone and sent them by mule train from village to village...
    1. Re:Go Yahoo by Temporal · · Score: 5, Informative

      Err... It's great of Yahoo to do this and all, but as others have pointed out, Google was already a platinum sponsor of Apache, and until now was the only platinum sponsor.

      Google also contributes directly to the Linux kernel, GCC, Mozilla, and many other projects, funds tons of open source development via the Summer of Code program, releases many of its own projects open source (from small things like its Java collections framework to huge things like Android), provides free hosting for open source projects, etc.

      Not trying to diminish Yahoo's contributions -- they release plenty of code too -- but just saying that you can hardly claim Google doesn't do enough for OSS.

    2. Re:Go Yahoo by wannabgeek · · Score: 5, Informative

      You mean something like this http://search.yahoo.com/ ?

      --
      I'm much more funny, interesting and insightful than the moderators think
  3. If Everyone by gbulmash · · Score: 3, Insightful

    I wonder what would happen if everyone who was using FOSS software like Apache actually supported it? I'm not talking sending your favorite Linux distro the cost of Vista Home Basic, but like $20 spread across your four or 5 favorite projects. I donated to OCAL earlier this year, but I really need to send a Christmas present to the guys at Inkscape. This story's a good reminder.

    - Greg

  4. Google donates too by Dashcolon · · Score: 4, Informative

    All you gents lauding Yahoo for being a platinum donor in comparisons to Google should take a look at Apache's donation thanks page, where google is also listed as a platinum donor

    --
    Trout's epitaph: Life is no way to treat an animal.
  5. Yes, Apache is a legal US charity (Re:Tax Break?) by jaaron · · Score: 5, Informative

    Yes. Apache is a US charity under Section 501(c)(3) of the U.S. Internal Revenue Code. See the donation FAQ.

    Furthermore, Apache is still almost completely a volunteer organization. The board members, officers and members do not take a salary from the donations. The only paid staff the ASF now has include a PR person, a system administrator, and a part-time secretary.

    Disclaimer: I'm an Apache board member.

    --
    Who said Freedom was Fair?
  6. Re:Lucene and Wikipedia by Titoxd · · Score: 3, Insightful

    Wikipedia's search is crapola, and everybody and their dog knows that. However, It is not because of limitations with Lucene; it is more caused by limitations with MySQL. The MediaWiki database backend stores the text of pages in an InnoDB database, and InnoDB was used because it provides more robustness during simultaneous read and write operations (or at least that is what I understood). However, InnoDB does not allow for the creation of full-text indices, like those needed for Lucene search; MyISAM databases are required for that. So, there is an expensive replication task from the text table to the search tables in MediaWiki.

  7. Google is also an Apache Sponsor by jaaron · · Score: 4, Informative

    Google is also an Apache platinum sponsor. We're happy to have both of them involved!

    --
    Who said Freedom was Fair?
  8. Wikipedia, eh... by Frosty+Piss · · Score: 4, Informative

    Lucene powers the search on Wikipedia...
    This is not meant to be a troll, though many may take it that way, but if Lucene is what Wikipedia uses, than either Lucene needs a lot of work, or Wikipedia just isn't implementing it right. Wikipedia's search is just about one of the most unforgiving search functions on the web; unless you hit the spelling perfectly, you often simply will not find what you're looking for, and better not have any extraneous words in the search string either. Which is why I use Google to search Wikipedia...
    --
    If you want news from today, you have to come back tomorrow.
  9. Parent is WRONG, not "Insightful". by Eivind+Eklund · · Score: 3, Informative
    Lucene is a full text indexer. It does NOT need MySQL full text indexing; it does full text indexing all by itself. This is a primary point.

    If Wikipedia had used MyISAM (or MySQL hadn't tied full text indexing to their storage engines), Wikipedia could have used MySQL full text searches instead of Lucene. That is a completely different matter, though.

    So, please, mod parent to oblivion. (And when do we get a "Wrong" moderation? It could be a warning to moderators to look before they mod things up again...)

    Eivind.

    --
    Doubting the existence of evolution is like doubting the existence of China: It just shows that you're uninformed.