Slashdot Mirror


User: aap

aap's activity in the archive.

Stories
0
Comments
63
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 63

  1. Use FB Lite, or mobile browser on Facebook's Android App Is Asking for Superuser Privileges, Users Say (bleepingcomputer.com) · · Score: 1

    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.

  2. Re: Yeah, but can it run linux? on Samsung To Let Proper Linux Distros Run on Galaxy Smartphones (theregister.co.uk) · · Score: 1

    Some companies, or at least their management, might appreciate a cube farm full of docks, mice, and keyboards, with no permanent seat assignments.

  3. Questionable use of statistics on Smartphones Are Killing Americans, But Nobody's Counting (bloomberg.com) · · Score: 1

    "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.

  4. Re: NO! Just NO! on Can Cheap Android Tablets Bridge the Digital Divide? (teleread.org) · · Score: 1

    K480 is nice but kind of bulky. K380 is more mobile.

  5. Re: Version Control = Good on Developer Accidentally Deletes Three-Month of Work With Visual Studio Code (bingj.com) · · Score: 1

    Why is zip easier than git push?

  6. Re: Version Control = Good on Developer Accidentally Deletes Three-Month of Work With Visual Studio Code (bingj.com) · · Score: 1

    The easiest way to regularly back up your .git directory is by pushing to a remote... Even if it's on the same machine.

  7. Have you tried office 365 in a browser?

  8. Note how it says sundown Friday to sundown Saturday. Sounds really arbitrary. Really.

  9. Doesn't it stand for Placebo Effect?

  10. Re:Yeah but..... on Google Announces Android 5.1 · · Score: 1

    I think that's called Moto X. Not /quite/ stock Android, but not so far off.

  11. Re:Yay! Another OS I'll never see! on Google Announces Android 5.1 · · Score: 1

    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.

  12. Re:Too many unfixed things on Google Announces Android 5.1 · · Score: 1

    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.

  13. Re:Multiple SIM Card Support on Google Announces Android 5.1 · · Score: 1

    There's a long walk from "it would work with my carrier" to "I can actually buy one from my carrier."

  14. Re:Frustrated - Many of us haven't even got V5.0 y on Google Announces Android 5.1 · · Score: 1

    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.

  15. Re: barrier to entry on Amazon's Ambitious Bets Pile Up, and Its Losses Swell · · Score: 1

    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.

  16. Re: Researchers from Indiana University and Micros on One Billion Android Devices Open To Privilege Escalation · · Score: 1

    Well, no /effective/ competition anyway.

  17. Re: Still open legally on Google Blocking Asus's Android-Windows "Duet"? · · Score: 1

    Which Samsung device doesn't have Google Apps?

  18. Will users care? on HTTP 2.0 May Be SSL-Only · · Score: 2

    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?

  19. Ting rocks on Sprint Allows LTE Service Over Mobile Virtual Network · · Score: 1

    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.

  20. Re:Revenue Stream on Verizon Bases $5 Fee To Not Publish Your Phone Number On 'Systems and IT' Costs · · Score: 1

    Nothing you can do? Not even switch to VOIP, or mobile-only-- with a more customer-friendly carrier?

  21. Re:Opposite experience on IT Support Pro Tells Why He Hates Live Chat · · Score: 1

    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.

  22. Re:"fall-back .. to be eventually depreacated" on GNOME Shell No Longer Requires GPU Acceleration · · Score: 1

    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.

  23. how profiling tools fit in on Cliff Click's Crash Course In Modern Hardware · · Score: 1

    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.

  24. Re:Apple Fanboys missing the big picture on Android 2.0 — Competition Against the iPhone and the Rest · · Score: 1

    How does your theory account for the current market share of Microsoft Windows?

  25. Re: inference on How GNOME and KDE Spend Their Money · · Score: 5, Funny

    I mean, when someone says "A..." whatever, what exactly are you supposed to infer from that?

    That they are Canadian?