Live data from Hacker News

I switched to Android after 7 years of iOS

joreteg.com

511–520 of 524 posts

Re: I switched to Android after 7 years of iOS

#511

Earlier quoted context omitted.

Does anybody know what it's doing when it's "optimizing" applications?

It is performing AOT compilation. https://en.wikipedia.org/wiki/Ahead-of-time_compilation The phone environment is not conducive to JIT'ing, unlike your typical desktop/laptop.

Then why on Earth is it doing it on restart?????

Re: I switched to Android after 7 years of iOS

#512
post #491
post #486

Earlier quoted context omitted.

This discussion isn't about parts, components, or any other pedantic segmentation of matter; it's about the consumer's ability to perform maintenance.

The need to preform maintenance during the useful life of an object is a defect . The ability to extend the life of an object through maintenance is useful. These statements are not in conflict. Early CPU's where built to be maintained, modern CPU's are not. That in no way makes modern CPU's worse. The Hubble cost more to maintain than it would have been to replace with something better. From a utilitarian standpoint…

I'm not taking sides in this debate, but I am surprised that we haven't yet seen a product which is a car lease for 3 years where the hood doesn't even open. The car ships with synthetic oil and high mileage tires and literally the only thing you do is put gas in it. The high end version of the lease involves someone driving to your place of work and filling up your car with gas, so that for three years you literally just get in and drive.

I think there is enough of a luxury market for that to be a thing, and I am surprised we haven't seen it yet.

Re: I switched to Android after 7 years of iOS

#513
post #130
post #102

Earlier quoted context omitted.

> Cars also followed this pattern, come to think of it. I remember my dad complaining all through my youth about how the more modern that cars get, the less serviceable you are. That in new cars you need special computers just to tell them that yes, you did fix the problem and the car can stop complaining now. 10 years later ... man, if I have to even think about opening the bonnet and poking at something, I assume t…

This is absolutely not true of equipment with moving parts. It must either be maintained or treated as disposable. One of the hallmarks of commercial-grade equipment is its ease of maintenance and repair. You might not find it fun, but professionals who rely on that equipment for their livelihood understand the long-term TCO for well-maintained commercial-grade equipment vs. disposable consumer-grade equipment. Wheth…

And this becomes even more true as the thing with moving parts becomes more expensive. For an excavator which costs several hundred thousand dollars, when a shaft wears out of spec, they send it to a welder to apply more metal, then onto the lathe to trim it back into spec. In other words, when the equipment gets expensive enough, parts which you wouldn't normally consider to be maintainable become maintenance items.

Re: I switched to Android after 7 years of iOS

#514

I am not entirely sure if Android is the best mobile platform out there. Apple continues to innovate at an incredible pace on its hardware and software. It is untouchable as far as HCI is concerned, they just seem to get most of the UX right. Its amazing to see them make computers that work and behave like a charm. Pricing is unreasonable, TBH. And that's where Android eco-system has held an upper edge for too long n…

"It is untouchable as far as HCI is concerned" (among the "it just work's" argument, or the privacy advantages, generally superior ecosystem, etc) and yet "Pricing is unreasonable".

The dissonance… is strong with nerds who think the only thing that contributes to a product's price is it's raw spec sheet (where again, Apple is generally quite a bit ahead). Clearly, things are not equal and Apple's sales mean millions are giving them a thumbs up in regard to their pricing being reasonable.

Re: I switched to Android after 7 years of iOS

#516

Earlier quoted context omitted.

In 5.x -- because Moto/Verizon refuse to update my X to 6 -- the path to add a news number in my call list to my list of contacts is... several steps and non-obvious, via the route of the command to "edit number before calling". With each Android revision I've encountered, I feel more pissed off at it. Whoever's making these changes -- it feels like they are jerking me around for the sake of their own purposes -- whe…

In stock Android, just click the "face" placeholder left of the number in the call list, then the new contact button on the top right of the screen. Moto is close enough to stock for this path to be present.

Much as I was happy with my Nexus 4 when I had it, this is one thing that I really didn't like about the OS' design. On iOS, it can generally be assumed that tapping on a list item will do the same thing no matter where on the item you tap. I found it infuriating at times (no hyperbole) to tap on part of a list item on Android and have different things happen depending on where I tapped, or to discover hidden functionality.

Just one of the many small reasons why I ended up going back to iOS. To be fair, I could still happily use Android and the main reasons had nothing to with UI, but still, it contributed.

Re: I switched to Android after 7 years of iOS

#517
post #372

Earlier quoted context omitted.

You know, there are reviews - on the internet - for mechanics and dealer service departments. And really, anyone able bodied can change oil.

In college I changed my oil and filters. It was a pain getting under a car a few inches off the ground, disposal was tricky, and I had to spend time cleaning up nasty gunk. I also could only do it when the car had not been driven recently. The fundamental problem with changing your oil is that it involves oil. I saved $30, at the cost of an hour of my labor. As soon as I had a job, that equation didn't make sense.

Not even $30 as the cost of the filter and oil (not to mention tools and ideally things to make it safer like ramps or jackstands)...

Re: I switched to Android after 7 years of iOS

#518

Earlier quoted context omitted.

The biggest issue is the performance difference. It takes an entire second to syntax highlight a new file and large files are unusable. Almost all interactions have a noticeable delay, including typing. Scrolling is painfully slow. At least on OS X, it's by far the app with the largest energy impact. It's the only other thing that competes with Chrome. Besides that, it doesn't use native UI elements where it could. P…

Those are good points. What would you use instead?

Sublime Text, Textmate, vim, Emacs...

Re: I switched to Android after 7 years of iOS

#520

Earlier quoted context omitted.

It is pre-compiling apps from java to native executables. This comes from the ART runtime which is the default in Lollipop and newer. Google for "android ART" I think this is a HUGE problem, and that somebody is going to die because they're unable to call 911 while the phone is "optimizing"

Shouldn't it be possible to do this as part of the build process, or even by the play store?

Even during install time seems to make a lot more sense than after reboots!
Post reply on HN