Search Site

Feed Section

Saturday, October 17, 2015

TechSource: Windows 10: Is it Really Worth Ditching Linux for?

TechSource: Windows 10: Is it Really Worth Ditching Linux for?


Windows 10: Is it Really Worth Ditching Linux for?

Posted: 17 Oct 2015 12:22 AM PDT

For many years, Linux desktop held the bragging rights for being free as in free beer. It was going swell until Windows 10 came along. Microsoft's latest desktop offering, apart from being a move towards convergence, ushers in a new model of operating system licensing. In July 2015, the Redmond giant in what is considered a bold move, decided to upgrade every Windows 7 and 8 user to the latest and greatest version -- for free. What's more, the development of the operating system was more community-oriented and focused on taking valuable feedback from testers and implementing into the OS. The result was a perfect blend of the familiarity of the good ol' Windows 7 and the modernity of Windows 8.1. 

Though we won't call Windows 10 the perfect desktop OS, it is certainly an eye-catching offering packed with features that are hard to resist, even for Mac users. The homely start menu, the sharp Cortana, and Linux-esque features like virtual desktops all blend in to provide a seamless desktop experience that, for the first time, matches up with the prowess of the Mac OS X desktop experience. While Ubuntu's growth remaining stagnant and no new 'big' announcements on the Linux front this year, many penguinian users are considering migrating to the dark side. While some have already crossed the threshold, others are reflecting on the pros and cons. For them the following article will shed light on some of the tempting features of the OS and how they compare to what Linux currently offers. 


The Search Experience

One of the biggest changes in Windows 10 is the integration of search with Cortana, local files, and content from the web. This combination makes search a powerful addition to the Windows 10 experience. With the ability to look through files, folders, and content on the web, the need for opening the web browser time and again becomes redundant. 

The search experience on Linux, however, is still mediocre as compared to what Windows or Mac offers. On Ubuntu you can search through files; but searching on the web through the Dash is still flaky. If you are someone who wants a unified desktop and web experience and online search is a big deal for you, switching to Windows 10 might not be such a bad move. Otherwise, the good ol' Dash works perfectly for the normal desktop user.


The Start Menu

Yep, it's back. After hearing the complaints of millions of users from around the world, the Redmond giant finally decided to bring the Start menu back. Though it is not the same as what Windows XP and 7 had, it still retains the functionality of its predecessor. You can search, browse through programs, and even pin tiles to your start menu. This is a welcome change from the gaudy Windows 8 start screen that took up useful real estate. For Linux users, there has always been an equivalent of the start menu. In Mint for example, the start menu is reminiscent of the Windows 7 start menu and on Ubuntu we have the Dash, which is the right blend of modernity and functionality. If you are looking to ditch Linux for the Windows 10 start menu, unfortunately, it might not be worth it.


Free as in Free Beer, but not Freedom

Windows 10 is free. Yes, completely free. Well, almost. If you own a genuine copy of Windows 7 or Windows 8, you can upgrade to the latest desktop without paying a single penny. If you don't, you'll have to pay the retail price for a new copy of the operating system. So, if you are already on an earlier version of Windows, probably dual booting with your tux desktop, there are no reasons not to upgrade to Windows 10. However, it is essential that you backup your data before making the switch as the upgrade has been known to cause some issues. 


Always Updated

Both Linux and Windows rely on updates to provide a secure and up-to-date desktop experience. Windows, however, goes a step further with this process. Switching to a software-as-a-service model, the latest version of the desktop will deliver all future updates and upgrades online. This means no Windows 11 or 12 and every new feature or major change will be delivered to your desktop via a simple over-the-air update. The only problem, though, with this model is that you can't opt out of it. If you upgrade to Windows 10, there's no official way of disabling those updates. So, if you have a limited bandwidth, just think a couple of times before upgrading. Compared to Linux, this might feel like an intrusive move, but Microsoft plans to make money as a service rather than an operating system that is quite different from the way Linux operates.


Privacy Issues

Last, but not the least, one of the controversies surrounding Windows 10 is quite a biggie for Linux users and that is of privacy. Despite clarifications by Microsoft on this matter, Windows 10 is known to collect a huge amount of data that is quite unsettling for a desktop user. If there's one big deal breaker Linux users have to face while installing Windows 10 is this one. Even though you can tweak the settings, having complete control over your data is something only a Linux user can enjoy in its full glory.


Conclusion

So, is it worth ditching Linux for Windows 10? While it is a great update to Windows 8, the one that fixes it all, upgrade problems and privacy issues are main reasons Linux users should be wary of the upgrade. However, if you want the latest and greatest, it should be a no-brainer. Our advice is to wait till Microsoft settles the issues plaguing the OS and then give it a shot. Till then, penguins are always your friends.


Written by: Abhishek, a regular TechSource contributor and a long-time FOSS advocate.

Tuesday, October 6, 2015

TechSource: 5 Best Tools You Need To Create Your Next Big Android App

TechSource: 5 Best Tools You Need To Create Your Next Big Android App


5 Best Tools You Need To Create Your Next Big Android App

Posted: 06 Oct 2015 02:24 AM PDT

Creating a simple Android app that calculates the amount of tip you have to pay at a restaurant is easy. Creating a fully functional messaging app with third-party integration, not so. Android app development is such a big area that the possibilities for you are practically endless. You can create very basic apps that make you enough money to pay your rent and then you can create those big apps like Snapchat, which make you a billionaire. Android marketplace isn't just an app store anymore; it's a playground for showcasing your best abilities and creating something valuable for millions of mobile users.

That said, good apps do need some extra effort, some manpower, and more importantly some solid tools that help speed up the process. That's why today we've listed some of the best tools out there for helping you create your next big Android app. These will help you get through some of the most common hurdles that show up when you create, deploy, and test your app. 


Android Studio

This is the most basic stuff you'll find in an Android developer's repertoire. Android Studio replaces Eclipse as the official IDE for Android and comes with all the libraries and developer tools that will help you create your app right from scratch. The whole bundle works across all major operating system platforms. The huge download also gives you access to a version of Android system image for the emulator. This means that you can write your app then test it right on your desktop. You won't even need an Android device at any stage of the development process.



Titanium SDK

If you have strong aversion to Java and prefer coding in languages like HTML, PHP, JavaScript, Ruby and Python, this SDK is for you. Instead of sticking to a native SDK like Android SDK, you can develop apps for multiple platforms at the same time. In other words, you can create apps for iOS, Android, BlackBerry, and Windows from the same codebase. If you are a small business or a budding startup that needs to get apps up and running across multiple platforms, Titanium is a great choice. It has been used by many developers from around the world and many apps are created using it. 



Genymotion

The default Android emulator, despite being distributed by Google, itself happens to be quite slow and buggy. Genymotion remedies that problem by providing a blazing fast Android emulator that does much more than what the default Android emulator does. Moreover, apart from providing an Android emulator, Genymotion also provides more than 10 virtual devices so that you can test your app across all the major platforms out there. If your app or game has special features that make use of the motion sensors or requires connecting to a big display, Genymotion handles that too by providing specialized features to test your app. If you are developing a small app, the default emulator is good enough. But for big apps that need to be deployed to millions of users (in case of startups, etc.), there's nothing better than Genymotion out there.


Rhomobile

Much like Titanium, Rhomobile lets you build apps for multiple platforms without requiring you to become a Java ninja. What makes it so special is that Rhomobile focuses more on enterprise clients. We've already written a lot about Enterprise apps on Android and if your next app is one then Rhomobile might come in handy. You can code in HTML5, CSS, JavaScript, and Ruby yet be able to deploy a single app across multiple platforms. The basic suite is free but if you're a company then go for the Silver or Gold plan depending on your needs.



Ubertesters

If you are building a big app that needs to be tested aggressively, Ubertester is a service that will definitely come in handy. It lets you organize and monitor your app's beta testing process much more efficiently. It doesn't matter if you have 4 or 400 testers Ubertester gives you a lot of flexibility, which the usual testing process doesn't allow. You can send OTA updates (much like Google does) to your testers and get quick feedback. Among other features, Ubertesters also allows you to do in-app bug editing which comes in very handy if you are reiterating on the go. Overall, it is a great service for testing and improving your Android app.