Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Committing unsaved changes (Score 1) 407

There is a strange obsession among many that the only good RAM is empty RAM. Don;t shunt stuff out of memory until you need to

For one thing, shunting stuff out of memory involves committing unsaved changes to slow disk or slow NAND flash memory. For another, closing an application means having to call all its destructors, finalizers, or whatever your favorite language calls things that unwind in-memory data structures and release non-memory resources that an object holds. Responsiveness to user actions requires doing this sort of shutdown in the background rather than when the user is waiting for the application's memory allocation request to complete.

Comment Real digitizer vs. capacitive digitizer (Score 1) 385

I'd agree with you for something like a Galaxy Note or Galaxy Tab that includes a real Wacom digitizer with a real pen. But the capacitive digitizer in most phones and tablets is much less precise with a comparatively large uncertainty caused by the irregular shape of the finger's contact surface, and I don't see how it beats even a mouse.

Comment That iOS isn't intended for this is the problem (Score 1) 385

The use I envision for a computing device involves sharing data objects between applications. I believe a tool should do one thing and do it well, and a task should use whatever tools, plural, are best for the job. The fact that iOS is not intended for this sort of use is the problem, and it's why I've seen no reason for me to own an iPad. The problem comes when someone already owns an iPad and his needs outgrow the intention of iOS.

Comment Which appliance for indie games? (Score 1) 385

There's no such thing as Netflix or Steam, those are just myths.

Both of those are already more effectively delivered to the average consumer through some sort of speciality appliance. Game consoles have been the primary focus of the likes of EA for a long time now.

The major consoles are good for major label games. But through which specialty appliance should the sort of indie games greenlit on Steam be delivered?

Comment Re:This is the slope before the cliff (Score 1) 385

Devices needed for media production are just less in demand.

But what this means is that people have less upward mobility. Before, somebody getting started in media production could use the media viewing device he already owned. Now, if all he has is a locked-down tablet, he has to go save up $500 for a PC, and that might be a bit much for a high school student.

Comment Re:Longer Life Cycle (Score 1) 385

Now if they need to do a research report in a few years, they can use the desktop

I was programming in BASIC at 9 and in 6502 assembly language at 13. In a few years, introduction to programming is likely to be a required subject in high schools. Once your 6-year-old gets an itch to program in a couple years, what are you going to let him or her use?

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...