Slashdot Mirror


User: Nerdfest

Nerdfest's activity in the archive.

Stories
0
Comments
3,562
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,562

  1. Re: This is why I turned off backup on Google Storing WLAN Passwords In the Clear · · Score: 1

    Most Android backup options are the same, including ones that back up to DropBox, Box, etc.

  2. Re:This is why I turned off backup on Google Storing WLAN Passwords In the Clear · · Score: 1

    Luring is fine, but forcing sucks. I'm disappointed about the Latitude replacement.

  3. Re:This is why I turned off backup on Google Storing WLAN Passwords In the Clear · · Score: 2

    Think again. When it's privacy related they're pretty much at the bottom. They do put a lot of money into marketing though, and based on profit margins, I'd have to say it seems to be a smarter choice than security and privacy related spending.

  4. Re:This is why I turned off backup on Google Storing WLAN Passwords In the Clear · · Score: 4, Informative

    The sad part is that Google damn near at the top of the privacy trust-worthiness scale. Almost everybody else is worse. If you really care about your privacy you need to avoid all hosted services and do everything yourself.

  5. Re:Bucephalus Bouncing Phone on Apple-Liquidmetal Joint Patent Could Enable Futuristic-Looking Mobile Devices · · Score: 1

    If they have an exclusive licence to it you'll have to, regardless of how much it takes to manufacture.

  6. Re:hopefully some sense, great cases make bad law on Patent Trolls Getting the Attention of the Feds · · Score: 2

    The system needs far more than a tune-up.

  7. Re:This is why I bought a Chromebook on Microsoft Petitions US Attorney General For Permission To Disclose Data Requests · · Score: 2

    You may want to have a look at this.

  8. Re:1 Microsoft Way, Redmond, WA 98052 on Describe Any Location On Earth In 3 Words · · Score: 1

    I'll assume that somewhere in Cupertino there's a "holding.it.wrong".

  9. Re:AC Post on Scientists Seek Biomarkers For Violence · · Score: 2, Insightful

    Sadly, his accomplishment is far more likely related to the quality and expectations of most high schools. Most places have been slowly lowering the bar for quite some time.

  10. Re:Remarkable and sad on Yahoo Receives Special Recognition For Fighting For User Data Privacy · · Score: 1

    Yahoo just went up a big step in my books with this. It's also nice to see the ratings of who's the most responsible to their users. It's also nice to see Google near the top despite the ongoing FUD campaign against them (the one gold star they're missing isn't actually correct, or at least I though they were one of the first to publish reports of government requests). Microsoft is better than I would have thought, Twitter is better and Apple is right where I'd expect them to be.

  11. Re:same camera design flaw as in iPhone on Moto X Demo Video Reveals Google's Android Superphone · · Score: 0

    So, you're saying he's probably holding it wrong?

  12. Re:Battery Drain on Moto X Demo Video Reveals Google's Android Superphone · · Score: 2

    It also watches traffic conditions and notifies you if you should leave early for appointments, which is a pretty useful feature as well.

  13. Re:Why Oracle? on Ask Slashdot: Is Postgres On Par With Oracle? · · Score: 1, Funny

    The first reason to go with Oracle is its reputation.

    Amazingly, this is also a reason *not* to go with Oracle.

  14. Re:READ THE MANUAL FFS on Ask Slashdot: Is Postgres On Par With Oracle? · · Score: 1

    I like Hibernate for applications up to a certain complexity at least. You can develop on Postgres, test on MySQL, and deploy on Oracle if you want and it's all transparent ... although I recently ran into a problem where there was something that would not work transparently in Oracle because of a strange way they do something. First time in the 2 years the system's been in development. If you really need to fine-tune things, iBatis is better, but more work and harder to maintain that Hibernate. The trick with Hibernate is to start developing from the business objects, not the database, a very basic thing that almost everyone gets wrong. Develop your models and let Hibernate design your database. Tweak it for performance afterwards where and when required

  15. Re:It Depends on Ask Slashdot: Is Postgres On Par With Oracle? · · Score: 4, Insightful

    The problem with PL/SQL is that you're not really using it as a database anymore, you're using it more as an application, and you're tied to Oracle (Pro Tip: This is bad). If you're not really using it as a database, perhaps a language more open and flexible is more appropriate to your needs.

  16. Re:surprise on Amazon One-Click Chrome Extension Snoops On SSL Traffic · · Score: 1

    Your bank account is probably insured. Most likely your privacy is not.

  17. Re:The sorts of things you get on Ask Slashdot: Is Postgres On Par With Oracle? · · Score: 3, Insightful

    Oracle's complexity and vendor lock-in is a minus to the extent that if there is *any* other way to solve the problem, including using MS-SQL, Sybase, or even DB2, use the alternative.

  18. Re:Common Sense Advice on Amazon One-Click Chrome Extension Snoops On SSL Traffic · · Score: 1

    Hey, they ain't payin' to bash Amazon.

  19. Re:surprise on Amazon One-Click Chrome Extension Snoops On SSL Traffic · · Score: 4, Insightful

    For many, privacy has a value just like money does. Maybe not you. but many.

  20. Re:In today's news... on Google Raises Campaign Funds For Climate Change Denier · · Score: 1

    In that case, when one owns another, can they be charged with slavery? It might go a long way toward allowing corps to sidestep responsibility through subsidiaries and shell companies.

  21. Re:Ignoring customers is not a winning strategy. on Steve Ballmer Reorganizing Microsoft · · Score: 5, Insightful

    You don't lead customers, you lead followers.

  22. Re:Still missing encryption on Dropbox Wants To Replace Your Hard Disk · · Score: 2

    If you want proper security right now, use SpiderOak. More flexible than DropBox as well.

  23. Re:That's just not a viable option. on Why JavaScript On Mobile Is Slow · · Score: 4, Insightful

    Compared to those other two, Java is a dream language.

  24. Re:Most don't notice the difference on Android Co-Founder: Fragmentation "an Overblown Issue" · · Score: 2

    Most people I know buy high-end Android phones that are either clearly the best phones on the market, or the best for the price (like the nexus 4). Perhaps that's just me though ...

  25. Re:That's just not a viable option. on Why JavaScript On Mobile Is Slow · · Score: 4, Insightful

    Learning a flaky, inconsistent language is only prolonging the problem. The web needs to move to something sane. As I said to someone the other day, it's extremely sad that the two most popular languages used for web development are two of the worst languages around (JavaSCript & PHP). It does go a ways towards explaining the quality of web software in general.