IBM to Open Projects at SourceForge.net
cfelde writes "On Friday, IBM said it is contributing some 30 open-source projects to SourceForge.net. IBM also said it is expanding its own developerWorks Web site with more resources including training in PHP and other popular technologies." This probably dovetails with IBM's new full on support of the PHP language.
Is my tinfoil hat on too tight?
Is it fascism yet?
It's always good to see a big name, particularly one that's not often at the top of the who-do-we-want-to-flame-today list, getting behind OSS products and sites. Yay, IBM!
It's amazing how well IBM has been transforming itself from the universally-recognized Bad Guy(tm) to a geek's best friend ;) Back in the day, IBM was the Evil Empire of the computer world.
Don't take a knife to a gunfight, or even a knife to a knife fight. Take a gun to a knife fight.
On a somewhat related note, IBM has released rhype, it's research hypervisor as open source under the GPL. This should spice up the free hypervisor community. First Xen, now IBM's rhype. Choice is so good :)
"Backups are for wimps. Real men upload their data to an FTP site and have everyone else mirror it." -- Linus Torvalds
do we like IBM this week?
Thirty hello world programs in COBOL?
They have it, why not create a sourceforge like site for their own projects instead of using the good will of other open source companies?
or do they plan to donate some money to it to help it all as a whole??
IBM is in an odd situation no doubt, but using OpenSource public tools when properly funded seems somewhat.. rude, no?
...and I'm glad it was included in this story, since I hadn't seen the prior one.
;) ), I love it. It's easy, functional, and lately, a lot more mature with the OO aspects. (I have one class now that I use for database access, and it makes life so much easier.)
While a lot of people like to knock PHP (mostly Java guys, but hey
With things like PHP-GTK, you can even use it to write applications, and with IBM behind it, things will likely only improve.
libertarianswag.com
Does anyone have a list of all thr projects IBM is helping? TFA didn't seem to have all of them, only a couple
are they 30 projects that IBM is interested in or 30 projects that they were planning to abandon but felt they could get some goodwill outof instead?
What it's about:
An interesting bit on the transition and recovery of IBM was on the BBC a couple days back, refreshing and adding a layer of information to my memory of experience with the behemoth IT company. IBM's core business is selling service, not hardware (they sold the PC unit to Lenovo) and big iron doesn't sell much anymore, so they've come to the point of making some hardware, but throwing their weight behind systems and services. Why so much given to Open Source? IBM is more than just friendly to Linux and Open Source, but see them as their life blood. They won't make money pushing systems built around Microsoft Windows, because that leaves too much leverage in an external (and sometimes unfriendly) camp. Not to overlook the taint associated over the past few years with gaping security holes in Microsoft products, which could reflect very negatively on IBM having to go in and clean up the mess. A couple years ago IBM had already broken the 1G$ barrier on Linux systems, in one quarter. I haven't looked at their company statements lately, but it's clear this is their planned direction of growth.
A feeling of having made the same mistake before: Deja Foobar
It's amazing how we criticise M$ for not being open and IBM for tring to be open.
I think some folks just like to gripe.
Opening this code will dovetail nicely with IBM becoming more of a services-focused company. When BigCo wants a project implemented & maintained using open source, IBM will be there to lend a hand (for a price of course).
"I'd rather be a lightning rod than a seismometer." -Ken Kesey
IBM learned early on that if you have the Linux community backing a multi-billion dollar corporate entity like themselves, they stand a helluva good chance toppling that Redmond, Washington company they don't like.
They have my vote.
- Just my $0.02, take with a grain of salt, your mileage may vary.
One industry executive who requested not to be named said that IBM's push into PHP and scripting reflects IBM's disillusionment with the Java standardisation process and the industry's inability to make Java very easy to use.
"IBM's been so fed up with Java that they've been looking for alternatives for years," the executive said. "They want people to build applications quickly that tap into IBM back-ends... and with Java, it just isn't happening."
It took them this long?
The enemy of my enemy, it's my friend :-D
Finally... An RPG section!
The Tools Of Ignorance wanna be a tool?
God I hope they put the source code for OS/2 up.. I could use a good laugh. ;)
Hurry up IBM, go clone those to FM.
"God of Rock, thank you for this chance to kick ass. "
Microsoft Contributes To Open Source Site
in China and India - read the subtext of the commercials where the guy shows up with a Thing in a Box that he's patenting and needs to "get big".
however, there's no free rides - and Information wants to be Free.
-- Tigger warning: This post may contain tiggers! --
Is there a list of software that they donated? I'm curious if its "newer" stuff, of old stuff they no longer user, nor implement themselves...
There was a tool brought up in some Jikes research called "Performance Explorer" that profiles Java applications across time. It uses a variety of performance counters, both from the OS, the JVM, and hardware; painting a very complete profile of the system. I've been waiting to get my mittens on it.
I think the downside is that it probably only works for Jikes, and only PowerPC right now. If it turns out the front-end is very useful, and implementing the performance counter drivers is easy, then I'm sure it'll pick up some steam. I was told it'd be out at the end of this month, but maybe they're bundling it in with those 30 sourceforge projects.
I wonder how this works with the IBM CPL. It's generally an open-source license, with a disclaimer that IBM won't be held responsible for what happens.
No I'm not trolling.
Unfortunately all of their projects will show zero files committed until they get this Nov. 2003 issue fixed.
This way to the egress...
...up yours!
(OK, OK, I'll send Johnny Cash's estate a check for that joke...)
"Once we've identified and embraced our sickness, we'll have strength...and that's when we get dangerous." - John Waters
The US backed Saddam Hussein's Iraq in its war against Iran because Iran was the enemy.
The US backed the Taliban (as a part of the Mujahideen) against the USSR.
Those are just 2 of many examples (just the ones that come to mind when I hear that saying) - there are many other examples of the problem with this saying (from many countries/companies/families/etc).
Note: I don't think that IBM is/will become an enemy of Linux/OSS (they have enough valid reasons to back them), it's just that the OP's saying has problems.
Also: This is actually an old Middle-Eastern saying that is usually translated as: "The enemy of my enemy is my friend."
it seems that "big blue" is finally understanding how Linux and open source is going to change computing. In the last few months there has been lots of news with IBM opening up to the open source community and this news along with their new business model which highly implements linux/and open source. I belive this may be a hugh push forward for linux to become widely accepted. That, and for IBM to get back some ground in the industry.
Good Karma, Bad Karma, doesnt matter to me... I'm still going to say whats on my mind!
I program in Perl, Python, and PHP. And I work on large (30k line) programs in both Perl and PHP.
PHP is a good language for certain classes of applications including web applications in general. But additionally, you can preprocess any text-based file with it too. This means:
1) Preprocessing configuration files is easy
2) Web apps are easy to build in PHP
3) PHP has a number of features that place it *way* ahead of Microsoft's ASP for enterprise applications. Variable-based includes for example.
That being said, trying to write system administration scripts in PHP is like using a crescent wrench as a hammer. It might sorta work but it is neither elegant nor optimal. Perl and python are much better at this.
LedgerSMB: Open source Accounting/ERP
I wish there was RHP instead of PHP... The R would be for "ruby" of coarse.
Having been programming Ruby now for several months, I prefer it to Perl and the very similar PHP... Just go read the first few pages of the ruby book for why this language is so much cooler than others.
PHP is awsome for integrating HTML and code with their syntax though, and I'd love to see this in Ruby....
Maybe it already exists? Anyone?
music - http://www.subatomicglue.com
Well ! I am happy to see that the "don't be evil" mantra initiated by google is more and more seen as a sound business practice. IBM is not completly "evil free" :) but they are slowly changing thanks in great part to Lou GERSTNER who as has completly changed the company's soul and business.
I hope to see more and more corporations being "less evil" AND succeeding so they will be imitated by other ones.
Maybe even one day we will see a "lesser evil" Microsoft although I am afaid we will have to wait a bit more for this one.
This may seems OT, I am not sure. But IBM sponsored a contest in Sourceforge (with iPODs as prices). It was supposed to announce winners Feb 18 but I still don know what happened. My JAVA-fu were good according to IBM, but I still didn got any notification about who won. :)
BTW, I didn need to code JAVA at all, just use a IBM tutorial-game as example and soved without programing
DNA in your Linux: DNALinux
As an IBM employee I can take an educated guess that the projects that IBM has moved to SourceForge are probably fairly useful. Someone in one of the replies mentioned that ICU is one of these projects - ICU is a strategic component of almost every major IBM Software product and to my knowledge is the basis for most of Java's underlying internationalization code. Other projects that have been open sourced in the past 5 years are things such as XML4J, XML4C, XSLT4J, Eclipse, and Cloudscape. I for one who favor the IBM strategy of furthering both Linux and Open Source.
"MS lack of no quality."
There.
Okay, I tried hard, but I cannot say it with a straight face, but I said it.
Hey, I'm an anonymous coward...I ain't clicking on it.
I'm at IBM Watson, down the hall from one of the Performance Explorer (PE) guys, and I just went up to ask about it. PE did indeed go over, and it's licensed under the IBM CPL, which is very similar to the Apache Public License (APL). The CPL isn't just "generally an open-source license," it's been certified as one by the OSDI. One of the authors of PE is a graduate student, and he's been pretty busy with his own life right now. It probably won't make it out at the end of this month. We're nudging the authors, anyway. They just want to get the code into better shape for release. PE is a sub-project of Jikes RVM, a free VM for Java project I develop on, and it's at http://jikesrvm.sourceforge.net . I'm sorry to say that, right now, the PE directory in our CVS repository is just a placeholder.
AIX Toolbox - http://sf.net/projects/aixtoolbox/
4 9291)
Bluetooth ad-hoc network simulator - http://sf.net/projects/bluehoc/
Dynamic Probe Class Library - http://sf.net/projects/dpcl/
Journaled File System - http://sf.net/projects/jfs/
IBM Jikes Compiler for the Java Language - http://sf.net/projects/jikes/
Jikes RVM - http://sf.net/projects/jikesrvm/
Java POS Config Loader - http://sf.net/projects/jposloader/
Toolbox for Java/JTOpen - http://sf.net/projects/jt400/
openCryptoki - http://sf.net/projects/opencryptoki/
LTC Linux Kernel Performance Project - http://sf.net/projects/linuxperf/
LSID (Life Science Identifier) - http://sf.net/projects/lsid/
Memory Expansion Technology - http://sf.net/projects/mxt/
OpenSSH on AIX - http://sf.net/projects/openssh-aix/
Standards Based Linux Instrumentation - http://sf.net/projects/sblim/
UDDI4J Java Class Library - http://sf.net/projects/uddi4j/
Web Services Description Language for Java -
http://sf.net/projects/wsdl4j/
ACP Modem (Mwave) Driver for Linux - http://sf.net/projects/acpmodem/
International Components for Unicode - http://sf.net/projects/icu/
Dynamic Probes - http://sf.net/projects/dprobes/
TCL extension library for IBM Speech Manager Applications Programming
Interface (SMAPI) - http://sf.net/projects/tclsmapi/
TCK for JWSDL ( JWSDLTCK ) - http://sf.net/projects/jwsdltck/
(from the SourceForge post on that @ http://sourceforge.net/forum/forum.php?forum_id=4
The quote you mentioned is horribly out of context.
The original quote essentially said:
"Information wants to be free -- secrets have a way of getting out....Information wants to be expensive -- knowledge is power."
The essay essentially said that there are two competing forces when it comes to information and that things will get very messy in the years to come.
This is the correct URL.
http://www.apple.com/
I apologize for the rotten formatting in the ancestor to this post. As you can see, I am now using the <P> tag.