Would you buy a laptop locked down like the iPad?
11–20 of 28 posts
Re: Would you buy a laptop locked down like the iPad?
#12The question is not "would you buy" but "would people buy" and the answer to that is undeniably YES. You can argue this is not a good thing, as Cory Doctorow has at least tried to, but the argument comes across as tired and pointless. It's the ramblings of an "old man" (measured in internet years of course) who, had he been born a hundred years ago, would probably have been railing against car companies for removing…
I'd like to think that the future will not always be Facebook, YouTube, and Twitter.
Re: Would you buy a laptop locked down like the iPad?
#13Yes—because obviously it would have an IDE and Compiler-suite app ! Otherwise, how would you develop on it? ;) (And then all the free, unlicensed apps anyone likes could just be released as source, and compiled+run locally in test mode.)
Apple wants to kill the "power user" dead. Every one uses the system on the same clear, easily understood terms. A fraction of those users will be developers, but even they will use the device itself as users in the same way as everyone else, not as wizards. Some people see this as Harrison Bergeron, but I sure don't — the people they're 'handicapping' didn't know anything in the first place, they were pretenders.
Re: Would you buy a laptop locked down like the iPad?
#14Re: Would you buy a laptop locked down like the iPad?
#15Same for a cell phone. No.
Same for a car. No.
Same for every crap. No.
I would open an exception if there was some free service. I am considering the kindle because of the free wikipedia all the time.
Re: Would you buy a laptop locked down like the iPad?
#16Earlier quoted context omitted.
I'd like to think that the future will not always be Facebook, YouTube, and Twitter.
Of course not, but the future will continue to be visited primarily using a web browser.
I'd like to just use one language and hit all platforms.
Re: Would you buy a laptop locked down like the iPad?
#17Re: Would you buy a laptop locked down like the iPad?
#18Earlier quoted context omitted.
Of course not, but the future will continue to be visited primarily using a web browser.
God I hope not. I hope some day I wont have to use HTML, CSS, Javascript, and a serverside language just to write an app. I'd like to just use one language and hit all platforms.
You don't need a server-side language if the app doesn't really need to communicate with your server. You can do everything client-side with LocalStorage (SQLite) and cached assets. If the page has the right metadata on it, "Add to Home Screen" saves the whole app locally.
And there's no reason why the server, if it needs to exist, shouldn't be executing the same language (see http://nodejs.org/)
The modern web is the platform. There are nice local platforms, but your "write once run anywhere" 'native' app isn't going to fit in on any platform that actually gets used.
Re: Would you buy a laptop locked down like the iPad?
#19Say this with me: iPad is not a laptop. Once people understand that it is a consumer device, an appliance like an iPod or a DVD player, that just happens to do a lot of extra stuff, we can start talking about what it can do and how people will use it.
Re: Would you buy a laptop locked down like the iPad?
#20Earlier quoted context omitted.
Of course not, but the future will continue to be visited primarily using a web browser.
God I hope not. I hope some day I wont have to use HTML, CSS, Javascript, and a serverside language just to write an app. I'd like to just use one language and hit all platforms.