Forgot your password?
typodupeerror

Comment Downloading 90% of app at 1st run can be expensive (Score 1) 568

Basically, you buy/download the app from the app store, then first run of the app downloads all the graphical resources that would take up the bulk of the space and store them in the SD card.

Which can be expensive if you download the app over USB or Wi-Fi at home but then first-run it while on 3G, and it spends a sizable percent of your monthly transfer allowance downloading the resources.

Comment Re:Atheists Unite... as a religion (Score 1) 845

Distinct in the sense of being orthogonal. It is possible to believe there is no god while admitting that you do not know that there is no god. Knowledge is the intersection of truth and belief, and since the truth value of the god hypothesis can never be conclusively determined, the most we can ever achieve is a strong suspicion. Atheists, by and large, are agnostics. But people who call themselves agnostics are different from atheists, in my experience, in their willingness to entertain the possibility rather than reject it. I agree with the earlier poster who thought this was an odd notion, because there is an uncountably infinite number of unfalsifiable propositions to entertain. What makes the god hypothesis worthy of this special consideration, when we casually reject all the others?

Incidentally, dictionary.com defines disbelief as "the inability or refusal to believe or to accept something as true" which strikes me more as not believing there is a god than believing there is no god. So, by your definition, you're an atheist if you believe there is no god OR if you merely refuse to believe there is one.

Comment Re:gaming? (Score 1) 568

1Ghz isnt overkill. Also, the nexus one DOES have multitouch, its just that the apps preinstalled on the device dont have pinch zoom on them. You can download a browser with pinch zoom whenever you like from the app store. So before you tell me it doesnt have multitouch, keep in mind that it does and this has been confirmed by several people who own the phone.

Comment Re:FDA is somewhat right (Score 1) 595

More often than not these resistance genes are switched off and stay off.

I've seen no evidence of this. I know that this was the generally accepted theory when I was an undergrad, and was the basis for the EU ban. The current observations suggest that this is the case and observations trump theory any day. Here is an example as to why these genes don't go a way

one more useless antibiotic if its used carelessly

I know of no antibiotic that has been rendered "Useless" by increased resistance gene abundance. the first and probably most abused antibiotic, penicillin is still routinely used despite resistance being reported almost immediately after it was discovered. Their reliability may be decreased against specific strains, but just like resistance will always develop, there will always be susceptible strains if penicillin is any indicator.

Comment Re:Econ 101: if a niche needs filled, it will be (Score 2, Informative) 371

Shared web hosting providers offer only MySQL, not PostgreSQL. If you want PostgreSQL, that's a lot of money to move up to a virtual dedicated server.

Not entirely true, lots of shared web hosts also provide PostgreSQL, but completely irrelevant. I have never seen a shared web host that runs software that bundles MySQL. They may have third party software that uses MySQL via PHP, for example, but this does not need a commercial license.

SQLite isn't intended for high levels of concurrency; its locking is much coarser. One gets plenty of "OperationalError: database is locked". And it only recently gained support for foreign key constraints and data type constraints (by compiling them into triggers) in a newer version that hasn't yet made it into long-term-supported server operating systems such as CentOS 5.x and Ubuntu 8.04.

Again, you're talking about having SQLite installed already, not bundling it with your commercial code. If you need a small db, you can link SQLite directly into your app. If you need a bigger db, you can require the user has Oracle or PostgreSQL installed. You don't to ship a db with your app. If you want to interface with MySQL, then you use one of the permissively-licensed MySQL client libraries. You only need a commercial license for MySQL if you are going to be shipping a copy of MySQL along with your code.

As for foreign key constraints, you realise that these are still pretty new in MySQL, right? Until around 2002 or so, MySQL users and developers were claiming that no one needed them...

Comment Re:Extremely predictable plot... (Score 1) 782

Well, it is a big budget (make that: BIG!!! budget) holiday blockbuster. The last time you saw one of those with a unique plot and surprising plot twists was.... when?

There are different types of movies with different entertainment qualities, and you should judge it by its own genre. Do you go to a kung-fu flick expecting an emotional story about small town life? Do you go to a sports movie expecting Shakespeare?

The Matrix is the last big budget blockbuster that I can think of with an original story, which was almost eleven years ago, and was not a holiday blockbuster (it was released in March).

Comment Re:Econ 101: if a niche needs filled, it will be (Score 1) 371

Actually, as far as I can tell, he's not saying there won't be a free DB. He's saying that you can fork the code but not the ecosystem, which is nonsense. Look at X.org for a counterexample; if the original is not being invested in (which he claims he fears) then the fork becomes the official version. The only one of his complaints that makes sense is that Oracle might discontinue commercial licenses for MySQL. The only reason that you need a commercial license for MySQL is if you are going to distribute a product that incorporates a product and is not GPL'd. Quite why you'd pick MySQL if you wanted a database to incorporate into your product instead of SQLite or PostgreSQL, I have no idea.

Slashdot Top Deals

Support bacteria -- it's the only culture some people have!

Working...