Earlier quoted context omitted.
But they know you locale and could do the right thing. Is not at all hard.
Even without knowing the locale, it pretty easy to know which are NoOps and which mean something.
Did I ever mention that I fucking hate the fucking web
261–270 of 294 posts
Re: Did I ever mention that I fucking hate the fucking web
#262Can Marissa Mayer fix Yahoo maps? Google maps have become unusable on most of my devices, I thought I was alone...
bing is decent on mobile.
Re: Did I ever mention that I fucking hate the fucking web
#263Re: Did I ever mention that I fucking hate the fucking web
#264Re: Did I ever mention that I fucking hate the fucking web
#265I think that for some time now Google's services are mostly crap. For example when I upgraded KitKat to Lollipop they fucked up my calendar. No month view? Seriously? Plus it always vibrates since silent mode is gone. I found this out the hard way. My phone is always in silent mode and after the upgrade one day it just vibrated off the desk and the display broke. I should sue Google for this. Anyway back to your issu…
Lollipop is just a bad, bad update. Tap the square button and close two apps at the same time. If you did everything right, now your phone says that Android UI failed. This has been going on since day one. Day one. Which was sometime in November. Their Hangouts app sucks. I don't know how people in the U.S. use it, but here people use it only for SMS, and they crammed everything in that so it's hard to do the main fu…
https://code.google.com/p/android/issues/detail?id=165558
Mind you this was the case since the L preview that came in July 2014.
Type-Defect Priority-Small
I'm glad Google is all about fixing it.
Re: Did I ever mention that I fucking hate the fucking web
#266Earlier quoted context omitted.
I think that for some time now Google's services are mostly crap. Few people are willing to pay for quality web services which leads us on this cyclical path of new more friendly services coming out followed by monetization or shutdown of said services. These changes never benefit the users (i.e. product) of the services. I think an example of this outside of Google is imgur.com. It started out as an extremely lightw…
Google puts out free or cheap services and devices because they're trying to draw users to their platform, which gathers metrics about usage. These feed into the services, but they also feed in to Google's need to be a better advertising platform. Although we think of Google as the company behind the eponymous search engine and Android phone, it's actually an advertiser. I'm not sure if it's still in the 95% range, b…
When I realized all this, I switched to hosted paid email service and moved off using Google services. Last thing now was selling the Android phone and getting the alternative, where at least you get value and support for your money.
Re: Did I ever mention that I fucking hate the fucking web
#267Earlier quoted context omitted.
I can't replicate your "Android UI failed" problem on a Nexus 5 running Android 5.1
me neither, but a bug I've only seen on my Nexus 5 is that my timestamps on recent hangouts messages say "now" for hours. This is a problem if I mix hangouts and SMS because SMS runs on a normal timestamp, so essentially all of my texts appear above my hangouts. For a while it just seemed like my texts weren't actually coming in at all.
Re: Did I ever mention that I fucking hate the fucking web
#268The space at the end of the password entry was found in QA testing. Since we are an agile shop and run two week sprints that bug was left in and put on the backlog to be prioritized later. Gotta release every two weeks, even if it's utter crap. As long as the PBIs are completed, who cares about the users? It's a sad day when I have to sneak bug fixes that annoy me in on my free time, but this seems to be the norm in…
The bug was that the display name was first checked to see if it already existed before white space was stripped. Luckily this was fixed very quickly after it was found, as it existed in production.
Re: Did I ever mention that I fucking hate the fucking web
#269Re: Did I ever mention that I fucking hate the fucking web
#270> It's so much worse than that though. It's not for no reason, they actually call this is a best practice. Everyone's browser already has jQuery cached if you load it from jQuery's site, right? So yeah, just load all seventeen of your random javascript things from their original sites. Now your site is fast because all those pages are already in everyone's cache!
Uh, what "best practice" site did that come from? W3Schools? I'm not a web dev anymore, but the best practice recommendation as far as I know has always been to combine and minify assets into as few requests as possible. Unfortunately most of the web still sucks and doesn't do this.