Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Er, it's that iDevices are *better*, silly. (Score 4, Insightful) 657

No tablet comes close to the experience of the iPad; no phone comes close to the effectiveness of the iPhone line. No question-- I'm no fanboy

It's only taken the iPhone 2 years to catch up partially with the features which sold me on the far better Android platform (yes I'm am now an Android fanboy) with things like a useful notification bar, multitasking, or home screen widgets, and even now what I don't miss is paying 99c for every bloody app no matter how basic.

There's a difference between features and experiences. Users care more about the overall experience a lot more than a set of features. They are even willing to go without features if they like the experience.

Comment Re:OAuth (Score 1) 101

Having implemented OAuth1.0 and 2.0 services for communicating with various platforms, I was amazed at the lack of any security in Oauth 2.0. As mentioned by others, it completely relies on SSL/TLS, which is itself somewhat broken. From what I have gathered, it's simpler. That's about it. Actually, I prefer OAuth 1.0 and have modeled many of my own APIs after it.

1.0 had some issues when you moved beyond web apps (JavaScript or mobile apps), but I am much more confident of its security.

Comment Re:designated driver (Score 5, Interesting) 650

were I rich, I would be all over autonomous vehicle for a few reasons: 1) you can probably drive it yourself if you want to speed 2) I could hit the pub and get wrecked and have the car drive me home without worrying about getting arrested for DUI

The way DUI laws are written currently, I wonder if you could get a DUI for being in an autonomous vehicle while intoxicated simply because you have the option of taking over control.

Comment Re:Interesting (Score 4, Insightful) 215

I don't care how technical you are if you can't explain what you are doing to others. You need to be able to explain what you are going to do during design phase, so that others can make sure it fits in with the pieces they are working on. You need to explain what you are doing to production support teams, so that they can understand the system well enough to support it. Also, depending on the type of project you are working on, you will probably need to explain some of it to people who do user manuals, phone support documents, training documents etc. There are several different levels of explanation that need to be done and you better be able to explain your application to all of them.

Comment Re:Would anyone else recommend GWT? (Score 2) 409

That's a fairly broad statement, "GWT doesn't hold up well". I'm curious to see why you think this is the case - my (extensive) experience has been the opposite - GWT scales well and you can do stuff with it that is painful with other technologies (eg. works across just about every browser - even with braindead IE6's limitations; you can also development very modular and re-usable components with GWT). So yeah, I'm interested to hear what general-purpose solution you think is better than GWT and why.

Most of my experience with GWT was with pre-2.0. We had issues when trying to bring in stand-alone pages in addition to the web app we had. It was difficult to integrate existing non-GWT pages with GWT.

Comment Re:Customer Service (Score 5, Funny) 513

Only sales people that I've had trouble with past that generally are car salesmen, who've even tried the technique of blocking the exit driveway with staff so I couldn't drive off. I saw their block, and raised them a 4x4 through the hedge row. Shoulda seen the looks on their faces...

Car salesmen do tend to get upset when you drive their car off the lot without paying for it.

Comment Re:Facebook too entrenched (Score 1) 236

When Google took over search engines- there were other companies at play- but no-one had an emotional attachment to them.

Now Google wants to take over social media- but Facebook is entrenched. It's different than conquering the search world because Facebook has an emotional value for people- and the less technical people that anchor it are less likely to switch than the early adopters of the internet that switched to Google's search engine.

Facebook doesn't have an emotional value for people. Facebook has all the friends that people want to share things with while Google+ doesn't. People have no problem switching social networks, but they are not going to do so unless there is a reason to switch and people are there. Google hasn't filled either of those criteria.

Comment Re:Rolled my own (Score 1) 187

After trying to use Google Maps and/or the Phoenix Metro time schedule when I took my son on the Phoenix Metro Light Rail (which he absolutely loves riding), I gave up and just scraped the data and wrote my own application (iOS app and Android app). The biggest issue I had was that the schedule data is badly done. They only have the times for half the stations (14 out of 28), so I had to interpolate for the remaining stations and call it good enough

Damn it. I forgot to log in before replying.

Slashdot Top Deals

The Tao is like a glob pattern: used but never used up. It is like the extern void: filled with infinite possibilities.

Working...