Slashdot Mirror


User: durnurd

durnurd's activity in the archive.

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

Comments · 73

  1. Re:heh on Single Developer Responsible For Over 47k Apps In BlackBerry World · · Score: 1

    The excellent developer tools are just icing on an already tasty cake.

    Are you implying that the developer tools for Blackberry are excellent? I've worked extensively with developer tools for Android, iOS, Windows Phone, Windows Mobile 6.5 when that was a thing, J2ME, and, yes, Blackberry. Blackberry's tools aren't the *worst* of the mobile platforms available... but they're pretty close.

  2. Re:Identity on Google Play Games Leaks Ahead of I/O · · Score: 1

    Or maybe, just maybe, you *won't* see random people's account info. You can still play with a randomly matched person without needing to know who they are. I wonder if Google is smart enough to respect privacy at least when it comes to other people looking at it.

  3. Re:Jeez are we still doing this? on Google Play Games Leaks Ahead of I/O · · Score: 1

    They don't need access to your contacts and call logs, but that permission is the same that allows them to retrieve an ID unique to your device in the form of your IMEI/MEID. There are better ways to do this, even ones that don't even require any permissions. Most companies still do it this way either for backwards compatibility (from when the other better ways were either non-existent or were not completely unique) or because of third-party libraries that require it for similar reasons. Usually this means ad networks, but it can also mean third-party gaming services, like OpenFeint (when that was still around), that want to connect you to all your games without needing an explicit login. It looks like with this new Google Play Games thing, that obstacle will be overcome by using your Google+ account instead. But that doesn't mean the permission will go away. The ad networks still need to be able to figure out who you are.

  4. From space? on Sheikh Carves His Name In Desert So It's Visible From Space · · Score: 1

    I don't know about that "visible from space" thing. Sure, anything is visible from space if you have a powerful enough lens, but even the Great Wall of China isn't visible from space to the naked eye, and even zooming out a little bit on the map shows how small it really is...

  5. Re:Call me when . . . on Google Patents Censorship of "Annoying" Content · · Score: 1
  6. Re:sigh... on Senate Bill Could Make It Illegal To Upload Lip-Synced Videos · · Score: 2
  7. Re:Phasers on Celebrating the Sci-fi Ray Gun · · Score: 1

    Well, there are things that make phasers superior, such as different settings (stun, kill, vaporize) much more ammo (not sure if you'd call it limitless, but I've never seen them need to recharge one), and presumably lighter and more compact than carrying guns with real bullets around. Although I tend to agree that speed is a major component of most weapons, and they've certainly done something wrong by making them so much slower.

  8. Re:BSG chose bullets over lasers on Celebrating the Sci-fi Ray Gun · · Score: 1

    My physics (and Mass Effect) is a bit rusty, but I had assumed that the element zero in the weapon causes the "grain of sand" to have an increased mass, thus an increased momentum (p=mv) , thus making it harder to affect by wind and more damaging than it might otherwise be (at the normal mass of a grain of sand).

  9. Fraud? on EU Plans to Pay Fishermen to Catch Plastic · · Score: 1

    And if they decide to just go to a landfill, "catch" a bunch of plastic, then turn it in for profit?

  10. Scotty, Anyone? on 60-Year-Old Glass Technology Finds Its Market · · Score: 3, Funny

    How has nobody commented on the transparent-aluminum-like properties of this so-called "glass"?

  11. Correlation on On Social Networks, You Are Who You Know · · Score: 1

    I see a correlation between the 20% of friends and 80% success rate. So all they have to do is gather data from 0% of friends, and they're 100% likely to guess the user's info!

  12. escape-characters poorly misunderstood on Null-Prefix SSL Certificate For PayPal Released · · Score: 4, Informative
    I'm rather fond of this bit of ignorance:

    The certificate is the latest to target a weakness that causes browsers, email clients, and other SSL-enabled apps to ignore all text following the \ and 0 characters

  13. Re:August on Navigating a Geek Marriage? · · Score: 2, Funny

    I have to agree. I always used to apply logical operations on sematic operands (and don't tell me you've never done it: Do you want to wear pants or shorts? Yes!)

    This only gets more annoying as other people listen to you over time! Natural Language Processing lets you still answer the question correctly while not pissing of your spouse.

  14. Seriously, look at the website on Will Wright Leaves EA/Maxis For Stupid Fun Club · · Score: 3, Funny

    I don't know what's going on with that website. It vaguely reminds me of Zombo.com. There's nothing there, but it's some damned fine nothing.

  15. Re:Good Gravy on Wife of Harried Pirate Bay Witness Gets Buried in Internet Love · · Score: 5, Funny

    It's funny, cuz it really doesn't. Not in Russia anyway.

  16. Re:Oh noes on Why Kindle 2's Screen Took 12 Years and $150 Million · · Score: 1

    And while I'm at it, what do you need to start a bonfire? Kindling. Ii bet you can guess where that's going.

  17. Re:Oh noes on Why Kindle 2's Screen Took 12 Years and $150 Million · · Score: 1

    Isn't it obvious? eSilly Putty.

  18. Re:Schrodenger's cueCat on CueCat Patent Granted, Finally · · Score: 1

    If I want a sermon, I'll go to church. If I want to be entertained, I'll go to the movies. NOT THE OTHER WAY AROUND.

    Every movie or TV show I've ever seen is preaching something - perhaps not something you or I might consider "religious" but it's preaching nonetheless.

    Which is exactly what he's saying he doesn't like.

  19. Re:How long on Secondlight, Microsoft's New Surface Prototype · · Score: 2, Insightful

    Except, of course, every time you come in, you have to enunciate "honey Mustard, not honey Roasted", and she still can't find the Honey Mustard Chicken button on the cash register, even though you're staring right at it, and you've ordered it before, and you've seen her press it before.

    I'll take the table.

  20. From experience on Which Phone To Develop For? · · Score: 1

    I work in a small company that develops for all of the above, plus Windows Mobile. For ease of internet connectivity, I would definitely go with Windows Mobile over anything else.

    I just finished writing an app for the iPhone which had to upload files. Before that I ported an app from J2ME to Blackberry that had to download data, and have since ported that to Windows Mobile as well. The support for Windows Mobile is enormously more extensive than that for iPhone, and definitely has more kinks worked out. Some of the errors I run in to on the iPhone are obviously glaring bugs in the framework. However, since so few people have developed apps using Objective C and the apple framework as compared to generic C++ for Windows Mobile, there aren't any solutions or workarounds yet.

    Also, the iPhone framework is somewhat restrictive on what you can do, compared to Windows Mobile, or even some J2ME devices.

    Internet connectivity with the Blackberry is confusing on several levels, and good luck if you want to do anything besides HTTP.

    If you're looking for power, go Windows Mobile (some new HTC device). It's by far the easiest platform I've worked with so far to debug on, and like I said, I've worked with J2ME, iPhone, Blackberry, and Windows Mobile. (Just starting on Android, so no suggestions there as yet. From what I've heard, it's api looks a lot like the iPhone).

  21. Re:It came from... on New State of Matter Could Extend Moore's Law · · Score: 3, Informative

    Just to make sure everybody knows: The necessary magnetic field and temperature applications are required only during the creation of the crystals.

  22. Re:Ich fuer ein on FBI Says Dark Market Sting Netted 56 Arrests · · Score: 1

    I assume this is the "funniest joke of all time", yes?

    I'm particularly fond of this one that doesn't translate well:

    "Was ist darunter?"
    "Worunter?"
    "Unterhosen?! Hah!"

  23. Seems ripe for exploitation on Single Neuron Wired To Muscle Un-Paralyzes Monkeys · · Score: 5, Funny

    Also, he adds, the system would ideally be fully implantable. Whenever wires protrude through the skin, as they did in the monkey experiments, they introduce risks of infection and disruption. The group plans to tackle this problem with miniaturized components and wireless technology.

    Seems ripe for exploitation...
    "...Quit hitting yourself! Quit hitting yourself..."

  24. Ubuntu? on Mono 2.0 and .NET On Linux · · Score: 1

    Since I happen to have Ubuntu and the latest version of Mono for that, and one particular app that I'm sitting on which would probably work in 2.0, I'm just wondering: Does anybody know if or when the upgrade will happen for Debian users?

  25. Re:830 days? China? on China To Run Out of IPv4 Addresses In 830 Days · · Score: 1

    So what's their outward-facing IP? 127.0.0.1? How selfish of them. Oh, and this must mean that the Chinese have figured out a way to shove a 32-bit value into a 16-bit port number?