Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Comments on the browser itself? (Score 1) 415

But the question is which users? If a UI changes makes things better or easier for 80% of the users but pisses off 20% of the users, then I'd say go for it. The back button history dropdown makes the UI look less cluttered and saves screen real-estate. Most average users never use the dropdown. It's an overall win. Only the vocal 5% minority chooses to scream death instead of rightclicking and moving on.

Comment Re:Does Mozilla not read Slashdot? (Score 0) 415

Slashdotters always complain about stupid minor things like version numbers. I upgraded to Firefox 5 and Thunderbird 5 a while ago and holy shit it's insanely fast! But no, Slashdot prefers to complain about the version number. I'd say Mozilla should ignore the complaints. If that means the people who complain about Firefox's version number are driven away to Opera then good riddance. That'll just filter out all the bikeshedding so that Mozilla can focus on what really matters, like standards compliance, security and performance.

Comment Re:Advocacy of NoSQL is a warning sign... (Score 1) 194

Or maybe said "shitty" programmer:
- is writing a for-profit web app for his own company that consists of mostly programmers
- already knows in advance that the only queries he's ever going to make are those defined by the programmers, and that for his particular use case it's no disaster if newly introduced queries only work over new data
- already knows in advance that his data size will become several terabytes in several months and thus needs sharding
- does not want or have the resources to spend several million dollars on expensive Oracle licenses

Go ahead. Find me an auto-sharding solution for MySQL or PostgreSQL that doesn't involve tons of money. Then I'll change my mind.

Comment Re:Label works (Score 1) 143

It has got nothing to do with how smart or dumb Apple thinks people are, and has got everything to do with the legal system. Most of the US and the UK fall under Common Law where judges interpret laws and contracts to the letter. If something isn't written in the contract then it isn't there. This in contrast to Civil Law countries where judges interpret laws and contracts according to their spirit. If something isn't written in the contract then the judge can still make a decision based on what is reasonable. This is the reason why US contracts are insanely long: every single stupid corner case, no matter how obvious, like chewing on iPods, have to be mentioned, otherwise you can be held liable.

Comment Re:Why are GPUs faster? (Score 1) 128

These days there are GPGPUs with GP standing for "General Purpose". They're not only used for displaying graphics anymore but for general-purpose vector calculations. GPUs are faster *for vector calculations* because most of the chip consists of arithmetic units. In return, GPUs are much, much worse at pretty much everything else, such as branching. Don't try to run if-statements on GPUs.

Slashdot Top Deals

"Show business is just like high school, except you get paid." - Martin Mull

Working...