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

 



Forgot your password?
typodupeerror
×

Comment Shoddy journalism and misleading statistics. (Score 2) 184

The source says 'children as young as four' have mobiles, meaning that 55% of all 4-9 year olds must have a mobile in order for the "33% of under tens" to be true

One-third of 8-10 year olds I can believe (most people I know are getting their kids phones when they start secondary school at 10-11), but 55% of 4-9 less so.

Comment Re:You're Talking Points Are Two Years Old (Score 1) 86

"The consoles are close enough in raw power that the talents of the developer and style of the artists is far more important than the console."

360 Theoretical performance: 1TFLOP

PS3 Theoretical performance: 2 TFLOPs

There is a nice gap, there, in raw power.

There's a nice gap there in *theoretical* raw power. As the OP pointed out, in reality there's pretty much nothing in it. And the point is moot, as the wii is running them both ragged in terms of sales.

As a wise man once said: 'in theory there's no difference between theory and practice - in practice there is.'

Google

Submission + - Google takes aim at MS with ChromeOS

HSRD writes: Google is preparing to launch an operating system for personal computers next year, taking direct aim at the dominance of Microsoft Corp's Windows franchise. The system, based on Google's Chrome web browser, is designed for all classes of PCs, "from small netbooks to full-sized desktop systems", and will be available in machines from "multiple" PC makers in the second half of next year, the company said.
Google

Submission + - Google Unveils PC OS

E. J. Maffei writes: From the New York Times (Click here for full story):

In a direct challenge to Microsoft, Google announced late Tuesday that it is developing an operating system for PCs based on its Chrome Web browser. The move sharpens the already intense competition between Google and Microsoft, whose Windows operating system controls the basic functions of the vast majority of personal computers. In a post on its company blog, Google said the operating system would initially be aimed at netbooks, the compact, low-cost computers that have turned the PC world on its head. It said the open-source software, called Chrome OS, would be available in the second half of next year.

Fascinating that Google — a company that went berserk over Microsoft bundling a browser with an OS — now thinks it's OK to bundle an OS with a browser.
Data Storage

Submission + - Solid State Drives tested with TRIM support (pcper.com)

Vigile writes: Despite the rising excitement over SSDs, some of it has been tempered by performance degradation issues. The promised land is supposed to be the mighty TRIM command — a way for the OS to indicate to the SSD a range of blocks that are no longer needed because of deleted files. Apparently Windows 7 will implement TRIM of some kind but for now you can use a proprietary TRIM tool on a few select SSDs using Indilinx controllers. A new article at PC Perspective evaluates performance on a pair of Indilinx drives as well as the TRIM utility and its efficacy.
Programming

Submission + - Can 15 devs handle 3 million lines?

An anonymous reader writes: We have a legacy product containing about 3,000,000 lines of code. The code is C and C++, but about half of the code uses techniques borrowed from Fortran. For example, there is extensive use of global data and many parts of the code use fixed sized arrays. Some work is being done to restructure the code and remove these problems.
The product is financially successful and brings in tens of millions per year. Yet we have decreased the size of the development staff. Ten years ago we had about 40 developers, but we are down to 15 now. There is a backlog of 600 bugs and 200 proposed projects. It looks to me like we barely have enough staff to cover the high priority bugs without touching any new project work.
What's a reasonable development staff for a product of this size? Should we try to work on new projects? Or should we just mothball it since there are not enough developers?
Networking

Submission + - How fast can G.hn be? (ds2.es)

alabarbacoa writes: G.hn is the next generation standard for existing-wire home networking (a wired and complementary counterpart to the popular WiFi wireless home networking standard). G.hn targets gigabit per second data rates and operation over all three types of home wires: coaxial, power lines and phone wires. But how fast is G.hn really going to be?

Comment Great idea (Score 2, Interesting) 345

Seriously, this sounds like Good News for the industry. An API for set top boxes that is more open than OpenTV, and has a sensible desktop client which can preview what it will look like on deployed machines?

Flash can scale for 4:3 and 16:9 machines instead of having a single bitmap font (cf: opentv, mheg, liberate). It antialiases fonts properly (cf: liberate, or 'at all' wrt opentv/mheg). It renders predictably (cf: ce-html). It allows you to use your own display fonts (cf: liberate, mheg), and predict how much content will display per page programatically (scrolling bad, paging good).

It allows for compression of content using zlib, for vector, resolution-independent graphics (smaller than the equivalent, SD-res jpeg).

I'm just hoping it gets deployed widely and that they find a sensible way to have a hardware player.

Comment Re:SSD == Turning Point (Score 3, Informative) 183

Which is why fusion-io is different from normal SSDs. The devices have 20% or more spare capacity and use a log-based FS with block mapping, so your writes don't go through the read/erase/rewrite cycle.

Obviously there is a little slowdown once the 20% has been used up and it goes into garbace-collection mode, but there are plenty of white papers around about steady-state usage (ie once it has started GC) and you can opt to use even less of the physical capacity in order to get more performance. See http://www.oracle.com/technology/deploy/performance/pdf/OracleFlash15.pdf for example.

Portables (Apple)

Submission + - Apple to issue $100 credit to iPhone buyers

Kurtz'sKompund writes: Apple CEO Steve Jobs Thursday afternoon responded to a flood of complaints from existing iPhone owners over Wednesday's US$200 (£100) price cut by promising the company would issue a $100 (£50) credit to anyone who bought an iPhone before the change. http://www.computerworlduk.com/technology/mobile-w ireless/devices/news/index.cfm?newsid=5055

Slashdot Top Deals

"Gravitation cannot be held responsible for people falling in love." -- Albert Einstein

Working...