13
10 Startups That Turn Complexity Into Simplicityview story

http://techcrunch.com – Here’s the thing about simplicity. It’s all relative. A developer’s idea of simplicity is different from a finance chief or a customer service agent. I run across a variety of startups in my daily work at TechCrunch. But few have that innate sense of elegance or the capability to abstract complexity to such an extent that anything else seems antiquated in comparison. (IT news)

12
The Power And Weakness That Come With Being The Defaultview story

http://techcrunch.com – Facebook had its big coming-out party for mobile on Wednesday, and its Home launcher will soon start shipping exclusively on an HTC device. This is the social network’s first crack at being the default experience on any device. Until now, using Facebook has been a completely optional and background experience, meaning you’d have to visit its website or download one of its apps. (IT news)

12
[other] Install GRUB2 on hard driveview story

http://ubuntuforums.org – Hello Forums, Background: I a few months ago I found a Dell Latitude D420 in a box of office things on the street. It was accompanied by its (19.5V 4.62A) [UNGROUNDED?!] power adapter and a docking station. I'm most familiar with Ubuntu so for convenience/functionality sake I'm going to have Ubuntu 12.04 installed. (Hardware)

12
CrunchWeek: Facebook Home Madnessview story

http://techcrunch.com – It’s time for CrunchWeek, that very special time each week when a few of us writers gather around the TechCrunch TV cameras to shoot the breeze about the biggest and most interesting stories from the past seven days. Greg Kumparak, and Ryan Lawler joined me in the studio this week to talk about Facebook Home, the social network’s huge mobile announcement from Thursday. (IT news)

9
5 handy tips with GIMP everybody should knowview story

http://www.linuxandlife.com – Adobe Photoshop is undoubtedly the most powerful tool for graphic works. However, if you dont need to make something serious, Good Guy Gimp is already really enough for most of the basic tasks ( and you can use Gimp for serious graphic works too). In this article, I will show you several tips with GIMP that are very handy. 1  - Crop an image The Crop tool is located near the Text tool. (Distributions)

8
Android not properly updating width of custom viewview story

http://stackoverflow.com – I have this container class that is used to make one of the dimensions, either the width or height, a ratio of the other dimension. For instance, I want a 16:9 layout container where the width is "match_parent". However, when using the height as "match_parent", Android does not seem to properly relayout itself. When I set the height to be a ratio of the width everything is fine! (HowTos)

8
PendingIntent.send throws exception when old activity no long existsview story

http://stackoverflow.com – I have an Activity Class that is calling an IntentService class to do some work Intent intent = new Intent(this, NetworkHandler.class); PendingIntent pendingIntent = createPendingResult(1, intent, PendingIntent.FLAG_ONE_SHOT); intent.putExtra(NetworkHandler.REFRESH_CONTENT, NetworkHandler.GRO); intent.putExtra("pendingIntent", pendingIntent); startService(intent); After the IntentService is d (HowTos)

8
Add more Samsung Touch Wiz Srolling wallpaper windows?view story

http://forum.xda-developers.com – Does anyone know how to add more windows to the samsung touch wiz launcher? I am trying to have it show more of the panaramic wallpaper I have as the background. Sent from my SCH-I605 using xda app-developers app (HowTos)

8
Fresh Install Problemview story

http://crunchbang.org – I did a fresh install of the latest stable, booted and slim started and asked me to login, I logged in and grey background with conk then conk disappears and left with just a grey screen and a mouse curser.If I login out of slim and do startX it runs fine.Will output all the required stuff tomorrow when I get to work as its a project. (HowTos)

8
Metasploit with a persistent handlerview story

http://www.backtrack-linux.org – This was previously working, so I'm at a loss. Basically, I want to run the following listener command: Code: ./msfcli multi/handler payload=windows/meterpreter/reverse_tcp LHOST 172.25.x.x. LPORT=4444 ExitOnSession=false J The last two command arguments are no longer working. ExitOnSession is not recognized, and the J option for running in the background isn't available anymore. (HowTos)