13
The Next Don: How VCs Plan For The Futureview story

http://techcrunch.com – We all remember the last scene in The Godfather, where Michael Corleone is depicted as the next Don, taking over the role from his father as the figurehead of the mafioso Corleone family. (IT news)

13
The Best Ways To Recover Data On Linuxview story

http://www.makeuseof.com – No matter whether it was your fault or not, things can happen to the data stored on your devices. Hard drives, solid state drives, and removable media can all potentially “lose” files because of numerous different causes. (General)

12
Clayton Christensen Talks Venture Capital, Crowd Funding, And How To Measure Your Lifeview story

http://techcrunch.com – Editor’s note: Derek Andersen is the founder of Startup Grind, a 40-city community bringing the global startup world together while educating, inspiring, and connecting entrepreneurs. There are few people whose impact on entrepreneurs and business in general you hear about as frequently as Clayton Christensen. (IT news)

13
It's Not Just You, Twitter's Latest Android Update Doesn't Let You Access Your Profile Or DMs On The “Me” Tabview story

http://techcrunch.com – Twitter rolled out sweeping updates to all of its mobile properties this week, mostly to support the new Twitter Cards, but unfortunately, those who are using the service on Android aren’t so happy. The app has always been a bit buggy on the Android platform, but the issues that are being reported are more than just a little problematic. (IT news)

12
Coming back to Ubuntu, but have seen red flags...view story

http://ubuntuforums.org – I have used Ubuntu in the past (version 9.x) and now want to install the newest version in a new laptop. (Hardware)

12
Wine? Need help!view story

http://ubuntuforums.org – I read the all of the information I could find on wine, and it wasn't very much (having issues with the search feature of the forum). I understand that the idea behind it is to make it so that you can install windows programs, and have them run on ubuntu. (Hardware)

9
GTK+ 3.7.14 Fixes a Lot of File Chooser Button Issuesview story

http://news.softpedia.com – Yet another development release of the GTK+ toolkit for the upcoming GNOME 3.8 desktop environment has been released today, March 19, fixing a lot of issues for the file chooser button. (IT news)

9
openSUSE 12.3 Launch Feedback: we’re still awesome!view story

http://news.opensuse.org – Last week we let openSUSE 12.3 out of the gate. Like always, it was exciting and fun to see the result of so much preparation get to our users! So, how did it go and what did we learn? Conversations We had great conversations with you on google plus and we were very happy that 40 people joined the openSUSE team hangout on the release day! (Distributions)

9
Wine 1.5.26 Fixes Windows Media Player 9 Installationview story

http://news.softpedia.com – Yet another development release of the mighty Wine software has been announced earlier today, March 15, by Alexandre Julliard.Wine 1.5.26 improves the URL cache, fixes various issues for ARM binaries, adds OpenGL, drag & drop and clipboard support in the Mac driver, and it no longer supports the SPARC platform.Wine 1.5.26 also improves support for the following Windows games: NFS3 Demo, Entropia U (IT news)

8
Am I asking for issues with this returned cursor?view story

http://stackoverflow.com – Basically I have a method that populates a listview from my database. I am receiving both null pointers on a cursor and 'unable to stop activity' errors. This is how I am returning my cursor: public Cursor getAppointmentsData() { String[] columns = new String[] { KEY_ROWAPPID, KEY_NAMEAPP, KEY_TYPEAPP, KEY_TIMEAPP, KEY_DATEAPP, KEY_COMMENTAPP }; Cursor c = ourDatabase.query( (HowTos)