Second quarter Open Source Awards announced
JohnGrahamCumming writes "The Open Source Initiative has announced its Q2 award winners here. Three people/projects got $500 Merit Awards: Martin Pool for distcc, Tom Lord for GNU Arch and The GIMP. OSI is currently looking for nominations for the Q3 awards to be announced at OSCON."
And who said Open Source can't be financially rewarding...
Stop by my site where I write about ERP systems & more
Congratulations to all honest winners! Keep up the great work!
So, let me get this straight. Open Source awards are given out 4 times a year. Why so ofter? Doens't that downplay the importance of the awards.
Evolution or ID?
"OSI is currently looking for nominations for the Q3 awards to be announced at OSCON."
I nominate these (wide) open sourcers from Washington state.I'd like to thank Linus, and Richard--This one's for you, Richard!--and the brave guys and gals at CollabNet. And for those of you just getting started, I'd like to say... this trophy is worth more than all the stock options I ever received!
The CB App. What's your 20?
Autotrace is a program that converts bitmaps to vector drawings: http://autotrace.sourceforge.net/
Imgseek classifies bitmap images based on similarity . http://imgseek.sourceforge.net/
Both would be awesome if converted into libraries used by other programs.
No-one has done more for open source this year than Eric S. Raymond. He picked apart SCO's arguments against Linux and rallied Sun to open up Java.
I think they should consider nominating pearpc
pearpc.sourceforge.net because that project acommplished what many people tought to be imposible.I mean a ppc emulator that runs OSX deserves a prize.
Glad to see GIMP getting an award. The new version is excellent on Windows XP, too. Amazing! If you need a program to edit photos, GIMP is all you need.
I'd give all awards to whoever takes The Gimp and makes an usable interface for it. I keed, I keed...
Dear aunt, let's set so double the killer delete select all
CoLinux is interesting too. It allows you to run Linux natively, side by side with Windows, at kernel-level. That beats emulators hands-down.
It should get nominated.
It would seem to me that the awards go to people/teams that have created great Open Source software, not evangelists.
I could be wrong though.
Im sure some people here will claim $500 isnt a lot of money, but its programmers were talking about here - imagine how much ramen that is !
It would be nice if they could (a) increase the number, and (b) increase the monetary value of the awards. But, with what money?
I have no idea (and I did read a bit) how they manage their money, other than their 503(c) status and necessary government reporting. Do they have an endowment, or do they rely on annual donations to cover the annual (and quarterly) awards?
I would hope they have an endowment. If so, It'd be nice to know how one could make small (less than $100!) donations to the endowment. After all, if lots of little guys would start giving to funds like this*, than they could give out mo'bigger awards, resulting in more media coverage as well as help fund good coders in future projects.
So... do they have an endowment? Do they accept small donations to help fund this endowment? Anybody got details?
* as well as the EFF and other "goods"
Support a few technologists in Washington.
No, OSI does no have an endowment. The money for the OSAs is through corporate sponsorship which you can read about here.
You can always buy some Open Source Swag if you feel like helping out.
John.
Take a look at GIMP bug report #10686:d =10686
http://bugzilla.gnome.org/show_bug.cgi?i
That might confuse you even more...
Tom's been struggling financially for a while, and even had to stop developing Arch because he didn't have enough funds. Arch is the only open source revision control system that is comparable to BitKeeper. Subversion may be an improvement on CVS, but it's nowhere near as comprehensive as Arch or BK. Incidentally, even Larry McVoy admits that Arch has the potential to be even better than BK. The current difference is that BK is much more polished and production ready.
"The invisible and the non-existent look very much alike." -- Delos B. McKown
Just because one of the selling points of Arch (on a GNU site) is that BK is unfree doesn't mean that this is the extent of its usefulness. Go read up on the wiki or elsewhere.
You might note, by the way, that the gnu.org Arch site is not the primary Arch site (certainly not the most frequently updated), though that's the one linked by the article. (www/wiki).gnuarch.org are Arch's primary frontends to the world.
the "kernel developers use an unfree VC system" argument shows up only on the frontpage of the gnu.org Arch site, and not on the frontpage of either of the others.
There really was a real life mobster known as "the Gimp" -- Marty "the Gimp" Synder. He was a Chicago mobster who manipulated the music industry, Columbia records, in particular. Marty the Gimp was portrayed by movie tough guy James Cagney in the biopic picture Love Me or Leave Me,
I'd like to nominate Wilhelm IV for open sourcing Beer back in 1516.
#include "barley"
#include "hops"
#include "water"
#include "yeast"
The Neo-Bohemian Techno-Socialist
An interesting development in the current Canadian election is that at least one party, The Green Party of Canada, seems to be paying attention to geeks this time around. The Green Party of Canada endorses open source software in the Science and Technology section of their platform. Some of their promises include:
Would you add, change or remove anything, make your wish list. It seems like we are making politicians wake up and smell the coffee.
Martin made it much easier for me to come out. When I ran across his mailing lists and found how casually he could joke about these things, and how nobody else seemed offended or attacked him for it, I was floored.
Say what you will about the open software community. Some people may be hot tempered, some may be exclusionary or quick to criticize, but I've yet to find a group so willing to accept people from all walks of life.
Thanks to more than Martin and OSI. Thank you to everyone for making open source a true open community!
Yes, writing the first version was fun, but then answering user email messages, or adding little features that I didn't care about got monotonous and boring.
Don't do it then. Duh.
If it hurts, you're doing it wrong.
While it's nice to see GIMP getting an award, GIMP is NOT all you need.
It lacks 16-bit-per-color (48-bpp) editing support.
"Why is this stupid feature necessary?", you ask?
It's needed because of cameras like the Canon EOS-300D/10D (see the other slashdot article). Canon's RAW format is wonderful for people who need to squeeze every last ounce of performance out of their camera, at the expense of possibly tedious, extra post-processing. RAW gives you more headroom to avoid blown highlights (along with a possibly higher S/N ratio), and more shadow detail, among other things. Canon's in-camera JPEG processing also seems to throw away nearly half (yes, supposedly "one-half") of the sensor's dynamic range, whereas you get access to the full range with RAW. Unfortunately, GIMP can only handle 8-bits per color (24-bpp), and RAW requires 16-bit (well, 12-bits, actually, as Canon's RAW only has 12-bits per color). What's worse is that, if you read the GIMP lists, 16-bit support is probably years away (I think someone mentioned "2006, maybe").
Cinepaint, a fork of GIMP, can supposedly handle Canon RAW files, but I haven't tried it (I haven't gotten around to building it under Linux, and win32 support is minimal).