Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Good ol' corporate speak (Score 1) 2219

People complained loudly to Microsoft regarding the all-caps of Visual Studio 2012/13 and Office 2013 during their pre-releases. What happened? They remained there, shouting back at the user in the finals.

Not strictly true. They added an option to turn off all-caps. It's a simple registry setting and the first hit on Google.

IOS

The iOS 7 Jailbreak Fiasco 210

Bismillah writes "Evad3rs' new iOS 7 jailbreak featured a Chinese app store that sold pirated software, and which was pulled from Evasi0n7 soon after launch. Latest rumors say that the exploit used for Evasi0n7 was stolen by a certain person, offered up for sale, so the Evad3rs did a deal with TaiG instead. Jay 'Saurik' Freeman of Cydia meanwhile isn't happy about the whole thing, saying he was given no time to test Evasi0n7."

Comment My humble suggestion for a solution (Score 2) 178

1) All patents expire after 2 years. If you can't make money from having a 2-year monopoly on an invention, it obviously wasn't very good anyway. 2) Getting a patent costs a €LARGE_AMOUNT of money, which goes into a fund that the government uses to invest into research. 3) No sales bans. The only penatly for "violating" a patent is compensation for actual damages, the burden of proof for which lie on the patent holder. 4) If out of a random sample of five university students in the appropriate field, at least three find your idea obvious and/or trivial to come up with, your patent is rejected. 5) (Very) generous exemptions from the all of the above for non-profits, educational users and independent (non-corporate) inventors.
Android

Submission + - The Argument against Android Forking (tech-thoughts.net)

An anonymous reader writes: In recent days, there have been many reports stating that numerous Android handset manufacturers are working on launching smartphones with their own forked versions of Android. Recent comments by Skyhook CEO, Ted Morgan, and the success of Amazon's Kindle Fire seem to have fanned these flames even more. But ignoring Skyhook's stormy relationship with Google, is this really a sound business strategy for OEMs? Let's take a look.

Comment Re:The Most Secure Mobile OS (Score 1) 291

E-mail uses push notifications, you make it sound like it's on a 30 minute polling interval but that's simply not the case - it's nearly instant, certainly every bit as fast as on Android. Twitter does the same thing. Just read the documentation if you don't want to take my word for it. Using polling for any kind of instant messaging is not something you want to do since it's massively inefficient, much better to let the server tell you when there's something new to fetch.

As for porting, what you are describing is the same on every platform. You have an iOS app and want to port it to Android? Better brush up on those Java skills because your ObjC is worthless there. You can theoretically use C/C++ as a lowest common denominator between the two but almost nobody does that except possibly for some very core functionality and then you have to write a ton of platform-specific wrappers for the device-dependent stuff anyway. Oh and the UI, which is probably the most time-consuming single part of your app if you want to get it right.

I will give you this - being the minority platform, WP7 certainly stands more to lose from not sharing a common language with Android/iOS than the other way around. I don't really want WP7 apps that are just least-effort ports of Android apps though, and if you're as concerned about battery life as you say then you should find the thought of porting over a big fat VM just to run a few more apps abhorrent. It's not like porting is that hard, and unlike Android, WP7 is actually fun to code for. I've put one app on the market already and am working on a second. Never could muster up the energy to do that for Android, well not on my spare time anyway, there's just too much pomp and ceremony required to get anything done. I do code for Android at work though, since they're paying me well to put up with it. :)

Slashdot Top Deals

Remember, UNIX spelled backwards is XINU. -- Mt.

Working...