Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Cost/Benefit (Score 1) 386

Is there some sort of contractual obligation that precludes the developers from saying, "sorry, we haven't tested our app on this $130 non-flashable off-brand 7-inch Android tablet that you got from the local bedding supply store on clearance?"

Contractual, no, but there are practical considerations that make that difficult. The Android market gives you very little space to describe your app as it is; I doubt you could fit an entire compatibility list in there. And not many users will copy a link out of a marketplace description and open the Browser to see what a longer list of compatibility notes.

Comment Re:And? Care factor zero (Score 1) 194

I think the problem is that most people are reading this as "apps are sending off the UDID" and going "eh, who cares" because the UDID doesn't have any real inherent useful meaning outside of iOS development provisioning. Even when they read that you can associate the UDID with a real name somehow (as in the Amazon and CBS apps), they still see UDID isn't really useful data. All you know is "this hexadecimal value -- which, for all practical purposes, may as well be random -- is Joe Public." If Amazon generated a blob of random binary data and used that to identify that device to the server instead of the UDID, but changed no other part of their protocol, you'd still be able to associate the random blob of data with Joe Public.

Where this becomes a privacy concern is that since multiple services take the shortcut of using the UDID as their tracking token, if you had, say, both Amazon's tracking data and CBS's tracking data, you could take Amazon's realname data and combine it with the CBS program's demographic data, and have a bigger, badder demographic database. Because they both use the UDID as their tracking token, there's a shared bit of data you can use to combine those sorts of tracking databases. But that's not really presented as the problem here, so most people just think "why should I care that the UDID is being sent? Thats no different than any other random data-tracking cookie."

In contrast, I think why people reacted more vehemently to the Android article was that the TaintDroid folks reported that Android apps were not merely using device identifiers as tracking tokens, but were also reporting back the actual phone number, or in some cases the IMSI. While I don't care much about my UDID being sent off as a tracking token -- it's not meaningful data in and of itself -- I am going to be a lot more disturbed if I find some app is sending my cellular subscriber data to a server without a damned good reason, regardless of what data they're tracking.

That said, the growing popularity of smartphones means that privacy and malware/trojan prevention on mobile platforms /is/ going to become more and more of a real concern, I think. There are already security suites available for them, like Android Firewall on Android, or FirewallIP on iOS; they all require rooting/jailbreaking to use, but they're there as an option. But because of how much computing people do on their mobile devices, I think eventually we're going to see -- of necessity -- these sort of privacy/security tools for mobile platforms becoming more common and mainstream, whether Apple and Google open up the platform to allow third-party security tools or whether they start providing a higher level of security themselves, /something/ is going to change in time.

Image

Geek Squad Sends Cease-and-Desist Letter To God Squad 357

An anonymous reader writes "A Wisconsin priest has God on his car but Best Buy's lawyers on his back. Father Luke Strand at the Holy Family Parish in Fond Du Lac says he has received a cease-and-desist letter from the electronics retailer. From the article: 'At issue is Strand's black Volkswagen Beetle with door stickers bearing the name "God Squad" in a logo similar to that of Best Buy's Geek Squad, a group of electronics troubleshooters. Strand told the Fond du Lac Reporter that the car is a creative way to spur discussion and bring his faith to others. Best Buy Co. tells the Milwaukee Journal Sentinel that it appreciates what Strand is trying to do, but it's bad precedent to let groups violate its trademarks.'"

Comment Re:Utility right of way (Score 1) 650

It's not quite /that/ bad; they're in a specific area (along the fence line), and so not terribly intrusive for anything I'm likely to do. But they /are/ just on the inside of my fence line, instead of out in the little 'private lane' easement. (Which is, admittedly, mildly annoying if not a huge issue... they couldn't have put this all in a foot south of where they did?)

At any rate, my point is that due to subdivision, you can certainly have utilities laid out in such a way that construction or work on one house /can/ affect others. :)

Comment Re:Utility right of way (Score 1) 650

Some years before I bought my house the majority of the property's back yard was subdivided up and sold off to build three townhomes, and the side yard turned into a small private access drive to get to those homes. As a result, their utility lines run through my property; their water meters are actually on my property, rather than theirs.

The house I rented before purchasing this was a townhome built in a similar situation, where an older property had been subdivided up.

So, yes, wiring/plumbing two properties through one /does/ happen, especially in situations of urban densification where land that was originally just one property gets subdivided up into multiple plots. If I went randomly digging around my yard, I could very well take out my neighbor's plumbing or natural gas. If I do anything (like building the fence I did recently) I have to make certain everything's done to code so that I don't take out the gas or water lines that run under the edge of my yard to the houses behind me.

Image

Playboy Launches Safe For Work Website 98

If you're one of the three people in the world who actually reads Playboy for the articles, today is your lucky day. Every young boy's favorite magazine to find in their uncle's closet has launched a "safe for work" website. From the article: "TheSmokingJacket.com will contain none of the nudity that makes Playboy.com NSFW — not suitable for work. Instead, it'll rely on humor to reach Playboy's target audience, men 25 to 34 years old, when they are most likely to be in front of a computer screen."

Comment Re:I disagree (Score 1) 423

The Tenth Doctor did face the Valeyard (...sort of) in the tie-in comics, in "The Forgotten" story arc. So they've at least had a nod to the Valeyard. Of course, that story arc was entirely about touching on all Doc's previous regenerations, so... :)

Comment Re:I disagree (Score 1) 423

Well, not the Cybermen; the original Cybermen of our universe were evidently destroyed, though we have seen the head of an old Mondas Cyberman in one episode of the new series ('Dalek,' with the Ninth Doctor) so know they once existed. But Cybermen were recreated in an alternate universe ('Rise of the Cybermen'), and then came through to ours ('Army of Ghosts'), and evidently stuck around. Presumably the majority of Cybermen we've seen in the new series are those Cybus Systems ones.

Comment Re:This just in... (Score 1) 279

Knowing how to code is easy. Being a decent software engineer isn't. 90+% of web developers fall into the first category.

And 90 % of developers think they are a part of that 10%. And they disagree on who else is in that category.

This is because of the Dunning-Kruger Effect (http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect), which has been studied.

The more you know.

Comment Re:IT'S CALLED TRANSLATED CODE, NOT THE SAME! (Score 1) 850

Also, the fact that this is the immediate assumption of folks on the Internet nowadays is a little bit depressing.

Your quoting of Job's letter was a fairly obvious segue into what I had observed from personal experience -- namely, the issues that can arise when a third-party development tool becomes a critical component to a toolchain, and the first-party platform developer has to adapt. (Though anyone who had been in the Mac development world at that same time could probably have similarly observed this, albeit from the user side rather than the Metrowerks side.)

Are we really so jaded as a society that people believe only one person can ever have a specific thought, or only one person will ever have experience relevant to the topic at hand? Or have we reached the point where if any point has ever been made anywhere on the net, we have to Google it first and share a link to the closest match to our own thoughts?

On the other hand, I /am/ on Slashdot... ;P

Comment Re:IT'S CALLED TRANSLATED CODE, NOT THE SAME! (Score 1) 850

Actually, I used to have to use Metrowerks CodeWarrior at my old job, when we were looking at using it as the IDE to target an embedded systems chip we were designing; they were already a leading IDE for embedded systems work, so we wanted to investigate possibilities there. I got sent to Austin to work with the Metrowerks folks there several times during 2002, before we decided to do our own toolset (and then failed completely and miserably, which is an entirely different story).

So I remember the PowerPlant headaches from having been /at/ the Metrowerks offices during those Dark Times, and overhearing a lot.

(However, reading Gruber's post, he's got a *much* more concise and readable summary of that situation from the general Apple community viewpoint than my write-up, so that's a good link to contribute to the discussion.)

Slashdot Top Deals

Without life, Biology itself would be impossible.

Working...