Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Yahoo Becomes Apache Platinum Sponsor

Posted by kdawson on Sun Dec 16, 2007 10:08 PM
from the confluence-of-interests dept.
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.)"

Related Stories

This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.

Yahoo Becomes Apache Platinum Sponsor 50 Comments More | Login /

 Full
 Abbreviated
 Hidden
More | Login
Keybindings Beta
Q W E
A S D
Loading ... Please wait.
  • Tax Break? (Score:4, Interesting)

    by ookabooka (731013) on Sunday December 16, @10:12PM (#21722114)
    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.
    • Re: (Score:2)

      No, unless they have incorporated as a charitable organization and not just a not-for-profit corporation. I don't believe the Apache Foundation qualifies to be a charitable organization, but that's for lawyers to argue.
      • Re: (Score:3, Insightful)

        If you can justify that you got something of value for it, you can deduct it as a business expense, which is as good as a charitable donation, when it comes to its impact on their taxes. I'd guess Yahoo! would classify it as a PR expense, but they might a
      • Re:Tax Break? (Score:5, Informative)

        by jaaron (551839) on Sunday December 16, @11:01PM (#21722414) Homepage
        We have incorporated. Please see my other comment [slashdot.org]. Apache is a legal US charity.
        [ Parent ]
    • Re:Tax Break? (Score:5, Informative)

      by explosivejared (1186049) <hagan@jared.gmail@com> on Sunday December 16, @10:21PM (#21722174) Journal
      WP [wikipedia.org] 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.
      [ Parent ]
          • Re: (Score:2)

            Responding to the right parent poster makes it much easier on the reader.
            • Re: (Score:2)

              I was responding to the 'right' poster? Or are you referring to his post? Tbh I dunno what appropriate place there is for his rant.. probably should just go in his sig or journal..
    • by jaaron (551839) on Sunday December 16, @10:59PM (#21722396) Homepage
      Yes. Apache is a US charity under Section 501(c)(3) of the U.S. Internal Revenue Code. See the donation FAQ [apache.org].

      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 [apache.org].
      [ Parent ]
    • Re:Tax Break? (Score:5, Funny)

      by wdr1 (31310) * <wdr1@nOSpAM.pobox.com> on Monday December 17, @12:22AM (#21722780) Homepage Journal
      Rumor spreads that Google is helping an open source project & Slashdot falls over with praise [slashdot.org].

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

      Go figure.

      -Bill
      [ Parent ]
  • Go Yahoo (Score:5, Insightful)

    by cumin (1141433) on Sunday December 16, @10:14PM (#21722126)

    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.

    • Re:Go Yahoo (Score:5, Informative)

      by Temporal (96070) on Monday December 17, @12:14AM (#21722738) Journal
      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.
      [ Parent ]
    • I agree that it is great that Yahoo is supporting Apache in this way. However, their webhosting (which uses apache, by the way) is still miserable. I'm not talking geocities, I'm talking their Small Business hosting that they tout as being so great. One of
      • Re: (Score:2)

        well I'm still complaining about how they crippled Geocities. They crippled the access to try to bleed money out of the community, then after they destroyed the community they stopped caring, and made their ads more intrusive. If they opened it up again it
  • Truly do no evil? (Score:2, Insightful)

    Is it just me, or is Yahoo really what Google purports to be these days?

    Mmmmmm....
  • Lucene and Wikipedia (Score:2, Interesting)

    I hope Yahoo taking an interest in Lucene involves them making heavy improvements to it. Wikipedia's search is the worst.
    • Re: (Score:2)

      I find myself just using google to search inside of wikipedia.org instead of using the actual wikipedia search. It really is quite bad.
      • Re: (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 In
        • Re: (Score:2, Informative)

          by Anonymous Coward
          You're about 20% right. INNODB doesn't support full text searching, which is why wikipedia uses Lucene.

          Luecene, however, has no relationship to mySQL at all. It's a totally separate entity that stores its indeces on the *file system* in its own binary form
        • Parent is WRONG, not "Insightful". (Score:4, Informative)

          by Eivind Eklund (5161) on Monday December 17, @03:01AM (#21723308) Journal
          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.

          [ Parent ]
        • Re: (Score:3, Informative)

          I guess that there's two search mechanisms in place at wikipedia, one search for the exact title of the article, and anoter is a fuzzy full text search. The first one is provided by MediaWiki, and the second one is powered by Lucene.

          The title search takes
    • Re: (Score:2)

      I was surprised to hear they used Lucene.. I don't think Lucene is bad, I've checked it out and it has a nice feature set (as well as being robust), but Wikipedia's search is awful.

      This whole thing is also interesting from the Google Knol vs Wikipedia angl
    • Re: (Score:3, Interesting)

      Wikipedia search may not be great, but Lucene itself is an amazing toolkit. I tend to think that without Lucene half of the companies that have some kind of a search companies (think Web2.0) wouldn't know what to do.
      Lucene is great and free. FAST, Autono
    • Re: (Score:2)

      Wikipedia's search may or may not be terrible (I've never had any problems..) but I doubt it's Lucene's fault. I've written a pylucene-based application, and I found the search results to be outstanding.

      That said, Lucene really does need lots of help. It
    • Re: (Score:2)

      Wikipedia's search is bad because the implementation blows. It not Lucene's fault, it's the fault of the mediawiki devs. Lucene has implementations ready for every kind of search improvement trick you can think of. Simple example, you can boost the importa
      • Re: (Score:2)

        Are you sure it's Lucene and not Wikipedia's use or Lucene? (I never use Wikipedia's internal search, so I really don't know)

        Did you know that Amazon uses Lucene for "search inside the book", for example? Does that suck, too?
  • Google donates too (Score:4, Informative)

    by Dashcolon (946284) on Sunday December 16, @10:58PM (#21722390)
    All you gents lauding Yahoo for being a platinum donor in comparisons to Google should take a look at Apache's donation thanks page [apache.org], where google is also listed as a platinum donor
    • Re: (Score:3, Insightful)

      All you people reminding us that Google also contributes to Apache need to keep in mind that Google has allot more money than Yahoo! does. This isn't a pissing contest between the two companies--it's just good news.
  • I guess this puts Microsoft and Yahoo further apart. Not too long ago, it was speculated that Microsoft would make a move to buy Yahoo. Now Yahoo's sponsoring .NET's biggest competitor.
  • Wikipedia, eh... (Score:5, Informative)

    by Frosty Piss (770223) on Monday December 17, @12:02AM (#21722702) Homepage

    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...
    • Re: (Score:2)

      The reason I still generally use WP's search function is the fact that it will take you directly to the article if you get the title correct, and to the results otherwise; quite useful in conjunction with smart keywords, where I can type wp Penguin to get
  • Like a new drug? (Score:2, Interesting)

    One of the theories of why violent crime spiked in the late '80s is that crack cocaine was new on the market, and so the territories among the drug lords had to be established and drawn--often through violent means. After the dust had settled and the lines
    • Re: (Score:2)

      One of the theories of why violent crime spiked in the late '80s

      Well, you can have all kinds of theories about anything, I guess.

      Violent crime in the USA was increasing from around 1910 onward, until around 1990, then it began to decrease.

      The rapid decrease in inner city crime since around 1990 correlates well wi

  • I work on their servers, they all run either FreeBSD or RedHat. (FYI those were the only choices as of a year ago in PXE reimage boots) Its not like they have many robust other hosting choices

    Its good that they are support Apache, but really, they shou
  • The Wikipedia search sucks. It's case sensitive (but not always), doesn't use word stems (though it seems to sometimes), and has other inconsistent results that mix lexical and semantic matches with underwhelming effectiveness.

    Now Yahoo wants the same "qua
    • If Everyone (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
      • Re: (Score:2)

        Good point, I couldn't afford to donate to every project I use, but I do try to give $10 here and $20 there to the projects that I think are useful. I call it "microfunding".
      • Re: (Score:2)

        Correct, more people should donate, especially to software they use (of course it has to be said that the greatest donation is your time in writing code). I am trying to bootstrap a project (AlgoLibre [algolibre.org]) modelled after philanthropy giving circles to enable
        • Re: (Score:2)

          I want to know if this stuff is tax deductible? If so, how can I prove it? Working as a consultant I wouldn't mind at all donating a tax deductible portion of my services back to the vendor of the software I use.
          • Re: (Score:2)

            If it's registered as a US-based non-profit then absolutely. The easiest way to keep "proof" would be to just mail them a check and keep a copy of the canceled check. It's not as easy for the non-prof as an online donation, but it'd probably be the best wa
    • Re: (Score:2)

      I'm still waiting them to go all the way and add local photo album support to it. Looks like they're getting there. I really need to be able to organize stuff offline a-la picasa, only with an easy to upload interface. Kind of like the api they added to