If we allow corporate interest to dictate the way our government circumvents due process against foreign entities then we should accept the same...
I totally dislike pirating of works, I fear that artists will be deterred from creating works if they think that they are going to get ripped off....
How dare film makers, artists or anybody that invests in creativity stop us pirating their works for free. I want to be able to walk into my local...
@GrueMaster. I prefer horses for courses rather than one size fits all. I, and I suspect most other computer users, do not really wish to have...
The product that scares me every time I have to use it is the Office 2007 version of Excel.
The first bug that I found was applying the median...
Nice review and very informative. One thing I'd like to add (in reply to whs001's 1st question), the main reason to have the same interface from...
I'be been using Mint 12 since the RC came out, and I am far more happy with the Cinnamon, the Mate, and, yes (with extensions), theGnome 3...
Excellent article. One small correction, though--although a fresh installation of Linux Mint 12 will, indeed, provide the user with a version of...
In related news, the ISPs club together to get the members of the Home Affairs Select Committee (ya goofed on that part, ZDNet UK) copies of "The...
In related news, the ISPs club together to get the members of the Home Affairs Select Committee (ya goofed on that part, ZDNet UK) copies of "The...
For Gnome 2 die-hards, it is possible to add icons to the bottom panel (or top top panel, if you prefer) which provide the exact Gnome 2...
Your comments would seem pretty naive and immature. Your 'solution' appears to be, "gee, let's all just give in to the hackers and give them...
"Interesting thought ... If you installed Win7 as a dual boot on a machine that previously only had Linux, and it wrecked your Linux installation,...
This is an excellent summary of Ubuntu and Mint and the interface differences between them. Most such articles take a very partisan position for...
@ewallace. Not so clear. Anyone can obtain the text, for example from here http://www.ustr.gov/webfm_send/2379.
I support ACTA so long as it and...
I think WinRT is fantastic.
I just wish it was an option for people that didn't want to go through Microsoft's App Store with its attendant...
Nine people? £30m? Who's back pocket is that lot going in?
And IF they say it is for new buildings, what about all the ones the government has...
Just to be clear, nobody knows what is in the text of ACTA, here is a photograph of the text of ACTA http://twitpic.com/8h9iju as submitted to the...
Unfortunately main issue is that ASUS is refusing to accept that they make some mistake on this version of asus Transformer prime.
1 - GPS sensor...
@Marcus A fair question. Just talked with Archos which said it was working on an announcement for next week....
Talkback
These statistic figures are almost meaningless without mentioning the survey ground.
I doubt these results, I wonder which 400 database developers they interviewed. In the circles I travel in, MySQL has an edge over Postgres for popularity (which is too bad because Postgres is a better database), but nobody's heard of Firebird ("isn't that a browser?").
I've had a few conversations about this survey where people had to wonder if people understood that they were talking about firebird vs. firefox, since the numbers would seem much more likely if you asked these developers how many used mysql and firefox, especially when you consider that firebird and mysql both go after the same market (small websites and embeded apps)
The results do not really surprise me now I have had time to consider it. MySQL is not really aimed at the same market as FB and PG. Lack of ACID compliancy, and for a long time lack of stored procedures and triggers made it too primative to be used with mission critical data. It does plug really nicely into LAMP, so I do see a great future for MySQL. There are also some licensing rules that affect how developers can bundle MySQL.
PostgreSQL until recently had no windows build. It doesn't take a brain surgeon to work out that this is going to limit its market. Many small businesses do not have a linux box. Some would argue windows isn't the best environment for a dbms, I am not going down that path though. The latest version has some features that FB lacks, so I expect PG to increase its market share now Windows software developers can realistically use it.
Contrary to some peoples belief, Firebird was a popular dbms well before Mozilla named their project. It is a bit of a shame really, because now people question the motives of FBs reaction. To be honest, Firefox didn't exactly suffer as a result of the name clash either. FB has a tiny footprint (3MB), yet is surprisingly powerful. It shares a lot with its ancestor (Interbase) particularily with respect to ease of integration into the Borland tools.
Both FB and PG are serious threats to SQL Server and Oracle. I imagine that the big boys will always be around, but their marketability will shift from superior product through to legal indemnification for IP. I don't include MySQL in this list because it is a different market, although if MySQL introduces ACID compliancy, it may still be a three horse race.
I think it is great that there is not just an open source alternative, but several open source alternatives that we can judge on technical merit rather than simple licensing style.
MySql is still a peice of trash. Any database that cannot and will not be ACID compliant isn't worth a second glance. Data integrity is the paramount reason people have databases. If you can't guarantee that they your worthless. MySql has sacraficed ACID copmpliance for data retrival speed, leaving any ACID compliance to a bolt on called INNODB. It;s rubish and will remain such until fixed.
id they do this survey on the firebird site? In my experience most people havn't even heard about Firebird.
MySQL AB is much better at marketing than producing a good database. Both Firebird and even more so Postgresql are far better products than MySQL. MySQL AB tells you that MySQL 5 is the fastest database around and that it now have all the features that real databses have, such as triggers, stored procedures, transactions...
The problem is that they don't tell you that you have to turn off all the nice features that postgresql have to get the speed. Even if you turn it all off Postgresql still beats them on speed as soon as the queries get slightly more complicated than "select * from table" or you have many simultaneous users. To make things even worse the lack of features in the MySQL SQL language often makes the queries more complex and inelegant. Just imagine doing a relaional division without the "except" keyword.
The lack of feature in the MySQL language also makes it much harder to port code written for other databases.