Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:How dare they... (Score 1) 356

Whether it's you misinterpreting them, or them being put badly makes no difference. The fact is that there has never been an issue with apps creating free accounts on services

Again, it sounds like you're just assuming "Oh, they could never do something that stupid, of course that's allowed." When it looks like that's exactly why apple is rejecting apps. The external authentication/creating accounts. And that is why everyone is saying what apple is doing is stupid and going too far.

I'll give you another quote from the dropbox forums.

My app update just got rejected with the old sdk that doesn't have a link to the desktop stuff. It never leaves the app and there is no option to buy anything. They said providing account registration for accounts that may carry a subscription is not appropriate.

Apple is rejecting apps for allowing people to create a free account that may be updated later. Simple as that. And I think the reason you deny that so fiercely is because you realize how stupid that is

Comment Re:How dare they... (Score 1) 356

I'll admit, i don't have a version of the dropbox SDK to check, but i'm going by what the dropbox developers are saying

Here is a version of the iOS SDK trhat removes both the "Desktop Version" link and the create account link.

"Apple is rejecting apps that use the Dropbox SDK because we allow users to create accounts,"

I find it hard to believe i'm misinterpreting those quotes that badly. Because that sounds like the problem is "creating accounts"

Comment Re:How dare they... (Score 1) 356

The issue was definitely the ability to sign up for a free account. Just read apple's rejection notice that was posted

We found that your app provides access to external mechanisms for purchases or subscriptions to be used in the app, which is not in compliance with the App Store Review Guidelines.

Specifically, your app enables to user to create accounts with Dropbox and Google.

When a user creates an account through the mobile link given, they are not upsold. There are no links to purchase a pro account. They simply enter account details, then they have a free account. No purchasing of any kind goes on in the places where the app links. Apple has stated that this is a problem because of the fact that they can later turn this account into a paid subscription, and apple won't get a cut. Which seems like a giant overreach to me.

Dropbox's statement confirms this

"Apple is rejecting apps that use the Dropbox SDK because we allow users to create accounts,"

The reason the new SDK is fine is that it removes the ability for users to sign up for a dropbox account. If you don't have an account, you're just supposed to figure out on your own that you need to go to dropbox.com and register... And that's stupid. Apple has gone way too far with this one.

Comment Re:How dare they... (Score 2) 356

Modifying your analogy

Your store lets people come in and play games against each other. Someone comes in and says "Hey, you know, this game can be better if you go to this website and read the strategy there." You kick him out of the store and ban him from ever mentioning the website, because it happens to sell cards on an unrelated section of the website, and selling cards is banned in your store.

That is what apple is doing here. An app has dropbox integration as a feature. The user clicks on that integration and is prompted for a dropbox user name and password. There is also a button if the user does not have a dropbox account. If that button is clicked the app checks to see if the dropbox app is installed, and if not, gives them the url to register for dropbox, which is opened in Safari. This registration is completely free. Apple bans the app because the user could possibly use that dropbox url to make account and then later pay for dropbox pro and apple won't get a cut on that.

This is a major difference between an app skirting the "selling premium content" rule by linking to a url, and an app linking to a registration for a free account that has optional paid extras. Cause i'm pretty sure Apple is now saying that no app is allowed to link to google registration, facebook registration, or anything... That seems pretty absurd to me

Comment Standard License for User Submitted Content (Score 2) 219

Yeah, not really getting the whole uproar here...

The terms quoted are pretty much necessary for any site that allows user submitted content. That's the way copyright law works. If they want to display something on a webpage, they need a license to do it. If they want to convert a word document into a .pdf, that's a derivitave work. Same with showing you a thumbnail of the image you uploaded. I guarantee that 95% of the sites out there have a similar clause in their terms of service. For instance: just take a look at slashdot's own terms of service. Click that terms button down at the bottom of the page and what do you get:

submitting user retains ownership of such Geeknet Public Content; with respect to publicly-available statistical content which is generated by the site to monitor and display content activity, such content is owned by Geeknet. In each such case, the submitting user grants Geeknet the royalty-free, perpetual, irrevocable, non-exclusive, transferable license to use, reproduce, modify, adapt, publish, translate, create derivative works from, distribute, perform, and display such Content (in whole or part) worldwide and/or to incorporate it in other works in any form, media, or technology now known or later developed, all subject to the terms of any applicable license

Looks very similar, doesn't it...

Comment In the Middle (haha Musical Reference!) (Score 1) 720

I'm in the middle. I like GUIs for a lot of advanced program usages that I haven't learned on my own yet, but, for example, I've never found a visual DNS utility I liked. They're all just too slow. Classic (read: non-AJAXy) Web Interfaces are worse. Maintaining a router via it's built-in web server is antagonizingly slow.

Having said that, most everything else I do is all command line work.
Businesses

Trying To Lure Suckers, Company Resells Open Source Blender 294

sylphsama writes "A company named 'IllusionMage" deceptively resells a 3D open source animation package (Blender) and claims it as their own. The software, dubbed IllusionMage, portrays flagrant similarities with Blender, although outdated compared to the original. The website itself is a patchwork of sorts, using renders from different users and numerous other packages as a way to impress its visitors. Not only is that a breach of copyright, but they intentionally hide that the software is distributed under the GNU GPL license, rendering it free to use. The Blender Foundation itself has spoken out through its chairman Ton Roosendaal." I love that they promise "Free Updates For Life. All From the Thriving Open Source Community, This Software is Forever Improving."

Comment Re:Yes, it is easy to over think them. (Score 1) 394

What the heck? That got TOTALLY munged, take two:

diff -uN <(cat file1 |sort -u) <(cat file2 |sort -u)

I think? Possibly also |wc -l but that admittedly wouldn't be 100% accurate.

The traditional way is three commands:
sort -u file1 > file1.out
sort -u file2 > file2.out
diff -uN file1.out file2.out

Comment Headline Misses The Mark (Score 1) 122

I think the real story here is two fold;

The first is [obvious]:
More pages with Malware contained 'London' because of those Geo-Spam ads that usually come from Virus-laden ad networks. "Hot Singles waiting for you in London!" You know those ones. Facebook does it too, just a little bit less flagrantly.

The second is the fact that Vodafone UK is serving up Malware. That's awesome.

Security

Security In the Ether 93

theodp writes "Technology Review's David Talbot says IT's next grand challenge will be to secure the cloud — and prove we can trust it. 'The focus of IT innovation has shifted from hardware to software applications,' says Harvard economist Dale Jorgenson. 'Many of these applications are going on at a blistering pace, and cloud computing is going to be a great facilitative technology for a lot of these people.' But there's one little catch. 'None of this can happen unless cloud services are kept secure,' notes Talbot. 'And they are not.' Fully ensuring the security of cloud computing, says Talbot, will inevitably fall to emerging encryption technologies."
Businesses

Pirate Bay Buyer Sued For Bankruptcy 102

pharazon writes "Global Gaming Factory (GGF), the prospective buyer of file-sharing site The Pirate Bay, has been sued in the Stockholm District Court for bankruptcy due to an unpaid debt of up to 1.4 million SEK (Swedish Crowns, roughly 200k USD). The issuer is GGF's trading partner, Advatar Systems. GGF was recently de-listed from the Aktietorget.se equity market due to financial and reporting failures, but was able to re-list later. The Swedish Tax Office was also claiming large sums of unpaid taxes from the owners of GGF. The discussion in the Swedish media has been skeptical about the Pirate Bay deal due to financing issues."

Comment Re:Does this really work? (Score 1) 316

The shim wouldn't actually grant any additional privileges to the app, of course. Look at what Vista already does - if a program attempts to write to the Program Files directory, the write gets redirected to an area in the user's profile folder. For non-filesystem calls, I'd imagine that the shim would request elevation through the usual means - i.e., UAC.
Operating Systems

OpenBSD 4.5 Released 118

portscan writes "OpenBSD 4.5 has been released. New and extended platforms include sparc64, and added device drivers. OpenSSH 5.2 is included, plus a number of tweaks, bugfixes, and enhancements. See the announcement page for a full list. OpenBSD is a security-oriented UNIX/BSD operating system." As per OpenBSD tradition, of course there's a song.

Slashdot Top Deals

"Truth never comes into the world but like a bastard, to the ignominy of him that brought her birth." -- Milton

Working...