Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:"Where IBM is now???!?!" (Score 1) 187

Depends which numbers you focus on. EPS might be important for share-holders, but it doesn't tell the whole story. Consider net income for 2012: Oracle: $10 Billion net income from 118,000 employees (~$85,000 per employee) IBM: $16 Billion net income from 434,000 employees (~$37,000 per employee) Works out that Oracle currently rakes in roughly $85,000 per employee, while IBM 'only' manages around $37,000. If you were Larry, would you want to match IBM's earnings based on those figures?

Comment Re:Keep giving the people what they don't want (Score 1) 95

No one wants 3D TV, so why is it being developed?

No one wanted "User Operation Prohibited", but that sadly found its way onto most DVDs.

Isn't market testing supposed to weed out dumb ideas like this?

Market-testing sessions may not last long enough to distinguish novelty-factor from long-term benefits.

The television is too casual a medium to complicate with shutter glasses.

For soaps, sitcoms, news, games-shows and other attention-deficit programming I agree. For one-hour-per-episode big-budget series and movies - I think a lot of people will be happy to don the glasses with an "and now I shall concentrate on what I'm watching" mentality...

Comment Re:Hooray fileinfo is standard! (Score 2, Informative) 120

Assuming your argument-order frustration lies with the classic needle/haystack inconsistency throughout the string and array functions, the whole issue goes away if the PHP guys would simply evolve the string and array natives to be treated like objects:


in_array($needle, $haystack) -> $array->contains($needle)
strpos($haystack, $needle) -> $string->pos($needle)
etc.

Do that, and people will naturally migrate from the old inconsistent methods and move towards the more natural and consistent new methods without breaking anything.

If you really think it's worth breaking backwards compatibility, you could implement a friends suggestion - adding the PHP version number to the <?php wrapper: i.e. change to <?php6 ... ?>. Job done.

Comment Re:Apple's fascination with single button mice (Score 1) 806

I'd say two-finger clicking and two-finger scrolling are much more intuitive than double-clicking - but that's not saying much.

For the benefit of people wondering why banging two-fingers on their macbook trackpad doesn't seem to be doing anything:

System Preferences -> Keyboard & Mouse -> Trackpad
[x] Use two fingers to scroll
[x] Tap trackpad using two fingers for secondary click

Or see apple's support pages

Data Storage

Long-Term Performance Analysis of Intel SSDs 95

Vigile writes "When the Intel X25-M series of solid state drives hit the market last year, there was little debate that they were easily the best performing MLC (multi-level cell) offerings to date. The one area in which they blew away the competition was with write speeds — initial reviews showed consistent 80MB/s results. However, a new article over at PC Perspective that looks at Intel X25-M performance over a period of time shows that write speeds are dramatically reduced from everyday usage patterns. Average write speeds are shown to drop to half (40MB/s) or less in the worst cases, though the author does describe ways that users can recover some of the original drive speed using standard HDD testing tools." Reader MojoKid contributes related SSD news that researchers from the University of Tokyo have developed a new power supply system which will significantly reduce power consumption for NAND Flash memory.

Slashdot Top Deals

Disc space -- the final frontier!

Working...