Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Maybe I'm missing something.. (Score 4, Interesting) 207

There is already a fork that is being worked upon by Monty (who was the founder of MySQL) I suspect the real contention is over the brand MySQL (which has significant mind-share) which was transferred to SUN and will now go to Oracle.
A lot of medium sized companies use MySQL today and have support contracts with who-so-ever owns the brand itself. They I guess are the ones who are worried - choosing another database is often not an option.

Comment Re:How much skill? (Score 1) 46

I actually am looking at the Apache2 code right now for some obscure reasons. I have 6 years of professional development experience (though very little of that in C).
What I saw was, it took me like 2 weeks of constant battling to make some sense of the code in any way. GDB, inserting random print statement statements, stace and ltrace helped. However what has come out as the most difficult road block for me is: Macros!
I don't get flustered by pointers too much, but Apache2 code uses some demonic macros, resulting in method invocations being redirected to differently named subroutines in other files.
That and the fact that any substantial project takes 10 minutes to recompile for every trivial thing I change are my real pain points.
Having said that, just because I can now read the code does not let me feel confident that I can contribute code to Apache2. That I think will take way more time!!!

Businesses

Submission + - Jerry Yang becomes the new Yahoo CEO

indraneil writes: "Yahoo Inc. chairman Terry Semel stepped down as chief executive officer on Monday. This ends a year long rough patch as CEO, plagued by efforts of constant catching up with Google.
He had been the CEO for the last 6 years and will be replaced by co-founder Jerry Yang. Susan Decker has been named president.
He continues as a non executive chairman. Yahoo stocks picked up after the news was published.
NBC is covering this in greater detail."

Slashdot Top Deals

If you want to put yourself on the map, publish your own map.

Working...