Earlier quoted context omitted.
Another day, another snarky HN comment... As I said, smartphones morph culture in interesting ways. That's a direct product of having access to all of the things you mention. But people are still fundamentally people. If the world believes that war is necessary, smartphones aren't going to change that. And that belief was one of the main reasons for the dark ages.
HN hasn't changed. Endless, meaningless 'discussions' about non-issues that mainly reflect the inability of socially-inept and newbie programmers to understand the world around them. To fill their lives, they leave paragraph after paragraph of text. It's fun to watch, but I hope things improve.
Mobile is Eating the World
111–120 of 158 posts
Re: Mobile is Eating the World
#112Earlier quoted context omitted.
If you look at the biomechanics, it does seem like a keyboard + mouse + >=20" screen is the optimal setup for doing actual work. A keyboard is simply the most efficient way to get information into a computer (the exception is that some graphics editors work might work better with a multitouch screen, it will be interesting to see if someone builds a touch-first photoshop killer). That said, there might be a convergen…
> That said, there might be a convergence where mobile devices learn to run desktop software, and can be docked to a mouse/keyboard/monitor. I never understand this prediction. That's a bit like saying I don't need a car because I could just dock my bicycle into some sort of enclosure with four wheels. Tablets, smartphones, and laptops/desktops were all built for different purposes and cannot be full replacements for…
Re: Mobile is Eating the World
#113Re: Mobile is Eating the World
#114I mainly program Android apps, many for my side business. Some people here have said "mobile has peaked". I go around with my Android mobile phone, and I have trouble finding out what time stores close. I have trouble finding nearby supermarkets. I certainly can't find out if supermarkets have an item in stock, or if the item on sale. I can't find a nearby bathroom to use. We are nowhere near mobile peaking. Yes, the…
I think the challenges are of a more political nature than technological.
Re: Mobile is Eating the World
#115I have been hoping for a world where developers and content creators produced reactive HTML 5 web apps that worked beautifully on all devices from phones to laptops to large screen desktops and TVs. An analogy: writing and production tools have been getting better with output to PDF, Kindle, iBook, and print books. The overhead for creativity decreases so more effort goes to producing great content. This is what I wo…
I am hoping for a world where developers have a choice of a technology, without being limited to legacy semi-modernized languages like HTML and JS.
Re: Mobile is Eating the World
#116There is no point in drawing a distinction between the future of technology and the future of mobile. I find Evans' analysis of mobile a bit hyperbolic. Yes the growth of mobile is explosive and, in some cases, it's displacing older technology. But for a lot of use cases small touch screen devices are simply inadequate. It's probably true that a lot of people that used to use desktop or laptop computers just to check…
Working in the industrial and automotive manufacturer setup, people buying equipment don't give a shit whether a touch screen is an actual improvement for the people on the shop floor. They buy anything that looks like a tablet and has a touch screen, as much as the workers might curse it.
Re: Mobile is Eating the World
#117There is no point in drawing a distinction between the future of technology and the future of mobile. I find Evans' analysis of mobile a bit hyperbolic. Yes the growth of mobile is explosive and, in some cases, it's displacing older technology. But for a lot of use cases small touch screen devices are simply inadequate. It's probably true that a lot of people that used to use desktop or laptop computers just to check…
> Yes the growth of mobile is explosive and, in some cases, it's displacing older technology. I think the mischaracterization is of what mobile is replacing. It isn't the PC. A PC is primarily a computing device, an iPhone is primarily a communications device. The iPhone and iPad aren't replacing PCs, they're replacing newspaper, radio and telephone. They're only replacing PCs to the extent that the PC had already pa…
That's why I've started calling them 'personal communicators' instead of 'phones'. Sounds a bit more Star Treky as well :)
Re: Mobile is Eating the World
#118From one of the slides: Email is for grandparents I think this varies. I'm not a grandparent, but am close to 50 years old and have been working in computer technology my entire adult life. I have an Android smartphone (got my first one this year) but have not installed any apps on it. Email, web browser, text messages, calendar, contacts, and maps are all there and I can't really think of anything else useful I'd wa…
While e-mail may not be perfect, it still seems to be the best medium there is for people who collaborate best via asynchronous communication. The antipattern of using more synchronous media -- the telephone, in particular -- to force quick decisions is obnoxious and I think ultimately counterproductive.
Re: Mobile is Eating the World
#119Earlier quoted context omitted.
I have this theory the so called breakthrough of Apple in the TV business is the iPad and not a big 5k TV screen.
Ben Evans himself says that Eric Schmidt was right when he said Google would own the TV market a few years back - he (Schmidt) just didn't realise it would be Android tablets rather than GoogleTV.
The latter have not been making any inroads...
Re: Mobile is Eating the World
#120Earlier quoted context omitted.
If you look at the biomechanics, it does seem like a keyboard + mouse + >=20" screen is the optimal setup for doing actual work. A keyboard is simply the most efficient way to get information into a computer (the exception is that some graphics editors work might work better with a multitouch screen, it will be interesting to see if someone builds a touch-first photoshop killer). That said, there might be a convergen…
Your assumption, which I think is wrong, is that WPM (or maybe APM) is the bottleneck for most work. I suspect reading/comprehension, problem solving, planning, usability, and access to the right tool, discovery of tools, responsiveness of tools, teamwork... These things are much more likely to be the bottleneck. As a programmer, I suspect I could probably type the entirity of a days work into the computer in a half…
A lot of modern languages/platforms are able to be used as a REPL console. Same with commandline tools.
Being able to rapidly experiment with bits of code to identify the correct solution can be incredibly valuable.