Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Databases

Wikipedia Moved To MariaDB 5.5 133

Peetke writes "As we all know Oracle is not the biggest friend to the Open Source Community. Long standing OSS supporter Wikipedia has now moved from an optimized fork of MySQL 5.1 to MariaDB 5.5, for both its English and German sites. Wikipedia expects all other languages to follow within a month. Performance-wise, this move has no big implications, but it will ensure our biggest community database will live long and prosper."

Comment Re:Stop (Score 3, Interesting) 185

I taught myself programming when I was about 10 years old and I'm not a native English speaker and my language is written in non-latin characters. I can tell you how I did it but many of you are not going to like it:

I started with BASIC in the pre-structured era. I wrote stuff like this:

10 PRINT "HELLO"
20 SOUND 512 5
(forgive if syntax is wrong)

I spent a lot of time drawing pictures and making music without knowing anything about conditionals or loops. Then I graduated to GOTO, which in retrospect was a lot easier to understand for a 10 year old than a structured conditional block or a loop.

When I finally started with structured programming languages, making the transition took only a little time. If I had started with it at age 10, it might have overwhelmed me. The explicit representation of sequence (the line labels), conditions and iteration (the GOTO) was easier for me to understand as a kid. Especially since my English was very limited back then.

Plus I never bothered with math (I hadn't learned to love it yet). As I said, I drew pictures and made music with the PC speaker (so I was using only a few functions built into the language). Maybe that's an approach to think about, for starters.

Comment Re:I'll miss the old school special effects (Score 2) 213

I'd love it if they keep:

1. The gritty, amoral feel and the 1984 style theme
2. The liberator, zen, orac and the liberator interior
3. Avon's witticisms (http://www.imdb.com/character/ch0026780/quotes) and Servalan
4. The theme music

Actually you know what? Just keep the original. Recently, I watched everything up to the point where the liberator was destroyed (I can't stand the Scorpio), and I see no reason to remake it.

Comment Re:imagine (Score 1) 43

I don't know about gains in applied sciences, but just imagine if we subject these planets to closer scrutiny and discover something like EM emissions that could only be from something artificial? Of all the things that have ever awed or shocked humans, I think nothing would compare with the discovery of intelligent life outside our planet.

We can't possibly imagine how people will react. But I imagine it will adjust the sense of proportion for a lot of people, politically and spiritually, as in "We're a lot less special than we think we are" and "We're not all that different from each other because there are things that are a LOT more different from us out there".

Comment Re:imagine (Score 2) 43

over 5 million children in the United States will go to bed hungry tonight. $200 million would solve that problem for a month.

What about the next month? Should we sacrifice another long term program to temporarily alleviate a *symptom*? If people had listened this type of argument a hundred years ago, we might not have commercial aviation or satellites today. Those may not feed people directly, but they've contributed a great deal to flattening out the world, reducing conflicts and improving education.

World hunger is not a symptom of lack of food. If you keep throwing food at the problem, it'll never go away.

Databases

MySQL's Creator On Why the Future Belongs To MariaDB 208

angry tapir writes "When Oracle purchased Sun, many in the open source community were bleak about the future of MySQL. According to MySQL co-creator Michael "Monty" Widenius, these fears have been proven by Oracle's attitude to MySQL and its community. In the wake of the Sun takeover, Monty forked MySQL to create MariaDB, which has picked up momentum (being included by default in Fedora, Open SUSE and, most recently, Slackware). I recently interviewed Monty about what he learned from the MySQL experience and the current state of MariaDB."

Comment Re:Picking nits (Score 1, Interesting) 267

How "reconstructed" is that photograph, anyway? That fence in the foreground looks weird.

You have a good eye! That's the first thing that struck me as well. Look at the top left corner of the nearest fence post at about 150% magnification. That looks like poor cropping. And the illumination on it doesn't match ambient lighting. The "graining" on the fence doesn't match the rest of the image either. AND look at the bottom edge of the photo. Looks like the image continues below the black line, but the fence doesn't. Why the heck would somebody bother adding it? Not like it contributes anything to the image.

Slashdot Top Deals

The Tao is like a glob pattern: used but never used up. It is like the extern void: filled with infinite possibilities.

Working...