The main FB app has a serious bloatware problem. This is just the latest symptom. I was using the mobile browser but the worldwide release of FB's own Lite app made me switch. It's pretty small, requests about 4 permissions, and doesn't crash if I deny them.
"By 2015, almost 70 percent of Americans were using their phones to share photos and follow news events via social media. In just two additional years, that figure has jumped to 80 percent."
The article seems to be implying that all those people are doing those things behind the wheel, but the studies linked from the article don't seem to be talking about driving at all. So basically this is an excessively wordy handwaving argument. Let's go ban everything... because it MUST be the phones.
Thanks for sharing your insider opinion. I appreciate that it may not be good enough from a purist point of view. But from a user perspective 5.1 is a huge improvement over 5.0. My wife had been complaining that her 2012 N7 was almost useless with 5.0.2, so I sideloaded the 5.1 OTA and it's much better now.
As a partial workaround you might want to try the Twilight app. I haven't tried with Lollipop but it does dim/tint the screen at night-- exact hours are configurable.
Me too, but if the 2012 N7 performance under 5.0.2 is any indication, maybe we don't want it. (Aside from screen size, hardware specs are not so different-- 1GB RAM, 1.2ghz quad-core...) I hope they will skip us straight to 5.1. Unfortunately based on what other commenters here are saying, it still may not be good enough.
When you say the "barrier to entry is so absurdly low" you seem to mean that you could start a competing web site yourself for almost no money. And you could... but how will anyone find out you exist, and once they do, how will you convince them to buy from your site? Amazon has buying power, reputation, selection, and cheap fast delivery. They didn't get there overnight, and neither can you.
It's true that the other big names are not taking it lying down. More and more are offering shipping subscriptions, for example. But it's not so easy to convince someone to pay for multiple reduced shipping services from other sites once they have paid for Prime. You're right that there's little risk of actual monopoly though.
If http:// will fall back to HTTP 1.0, how does that make the Internet a more secure place? Will the users actually care that the page is being served by an older protocol, enough to type it again with https? Will they even notice?
Ting rocks. If they were on T-Mobile instead of Sprint I probably would have switched by now. Pay for what you use, no extra charge for tethering, shared data and minutes without the ridiculous costs that the big boy charge for sharedness.
Or worse yet, after you spend half an hour wading through their useless list of suggestions you already tried, they tell you to call phone support. I thought that was what I was trying to avoid.
Is a fresh Fedora install really easier than "sudo apt-get install gnome-panel" ? That would add Gnome Classic as an option on the Ubuntu login screen.
or you needlessly wrote some hideous O(n!) search which is NP complete, then no amount of profiling and instruction tuning is ever going to help you.
In this situation the value of the profiling tools is not for instruction tuning, but to help you notice the existence of the bad search function so you can replace it with something else.
In a large program there can be lurking n-squaredness which may not be obvious from looking at any one section of the code. For example there could be an innocent function which loops over n objects, and you may not realize that it is being called from a function twelve levels up the stack which is also looping over the same n objects.
Sometimes it's enough to just stop in the debugger a few times to realize what is slower than it should be and why. In other cases, browsing the output of a good call graph profiler can help inspire the fix faster.
The main FB app has a serious bloatware problem. This is just the latest symptom. I was using the mobile browser but the worldwide release of FB's own Lite app made me switch. It's pretty small, requests about 4 permissions, and doesn't crash if I deny them.
Some companies, or at least their management, might appreciate a cube farm full of docks, mice, and keyboards, with no permanent seat assignments.
"By 2015, almost 70 percent of Americans were using their phones to share photos and follow news events via social media. In just two additional years, that figure has jumped to 80 percent."
The article seems to be implying that all those people are doing those things behind the wheel, but the studies linked from the article don't seem to be talking about driving at all. So basically this is an excessively wordy handwaving argument. Let's go ban everything... because it MUST be the phones.
K480 is nice but kind of bulky. K380 is more mobile.
Why is zip easier than git push?
The easiest way to regularly back up your .git directory is by pushing to a remote... Even if it's on the same machine.
Have you tried office 365 in a browser?
Note how it says sundown Friday to sundown Saturday. Sounds really arbitrary. Really.
Doesn't it stand for Placebo Effect?
I think that's called Moto X. Not /quite/ stock Android, but not so far off.
Thanks for sharing your insider opinion. I appreciate that it may not be good enough from a purist point of view. But from a user perspective 5.1 is a huge improvement over 5.0. My wife had been complaining that her 2012 N7 was almost useless with 5.0.2, so I sideloaded the 5.1 OTA and it's much better now.
I hear you.
As a partial workaround you might want to try the Twilight app. I haven't tried with Lollipop but it does dim/tint the screen at night-- exact hours are configurable.
There's a long walk from "it would work with my carrier" to "I can actually buy one from my carrier."
Me too, but if the 2012 N7 performance under 5.0.2 is any indication, maybe we don't want it. (Aside from screen size, hardware specs are not so different-- 1GB RAM, 1.2ghz quad-core...) I hope they will skip us straight to 5.1. Unfortunately based on what other commenters here are saying, it still may not be good enough.
When you say the "barrier to entry is so absurdly low" you seem to mean that you could start a competing web site yourself for almost no money. And you could... but how will anyone find out you exist, and once they do, how will you convince them to buy from your site? Amazon has buying power, reputation, selection, and cheap fast delivery. They didn't get there overnight, and neither can you.
It's true that the other big names are not taking it lying down. More and more are offering shipping subscriptions, for example. But it's not so easy to convince someone to pay for multiple reduced shipping services from other sites once they have paid for Prime. You're right that there's little risk of actual monopoly though.
Well, no /effective/ competition anyway.
Which Samsung device doesn't have Google Apps?
If http:// will fall back to HTTP 1.0, how does that make the Internet a more secure place? Will the users actually care that the page is being served by an older protocol, enough to type it again with https? Will they even notice?
Ting rocks. If they were on T-Mobile instead of Sprint I probably would have switched by now. Pay for what you use, no extra charge for tethering, shared data and minutes without the ridiculous costs that the big boy charge for sharedness.
Nothing you can do? Not even switch to VOIP, or mobile-only-- with a more customer-friendly carrier?
Or worse yet, after you spend half an hour wading through their useless list of suggestions you already tried, they tell you to call phone support. I thought that was what I was trying to avoid.
Is a fresh Fedora install really easier than "sudo apt-get install gnome-panel" ? That would add Gnome Classic as an option on the Ubuntu login screen.
or you needlessly wrote some hideous O(n!) search which is NP complete, then no amount of profiling and instruction tuning is ever going to help you.
In this situation the value of the profiling tools is not for instruction tuning, but to help you notice the existence of the bad search function so you can replace it with something else.
In a large program there can be lurking n-squaredness which may not be obvious from looking at any one section of the code. For example there could be an innocent function which loops over n objects, and you may not realize that it is being called from a function twelve levels up the stack which is also looping over the same n objects.
Sometimes it's enough to just stop in the debugger a few times to realize what is slower than it should be and why. In other cases, browsing the output of a good call graph profiler can help inspire the fix faster.
How does your theory account for the current market share of Microsoft Windows?
I mean, when someone says "A..." whatever, what exactly are you supposed to infer from that?
That they are Canadian?