7
With Customers Like LinkedIn On Board, Bugsnag Launches To Bring Realtime Bug Tracking To Your Web & Mobile Appsview story

http://techcrunch.com – Last year, James Smith and Simon Maynard left mobile gaming startup Heyzap, where Smith was the CTO, to build and launch a new venture that aimed to tackle one of the biggest problems they encountered in working with mobile developers: The need for better crash detection. (IT news)

7
IIS7 cpu limitingview story

http://serverfault.com – I've been looking at enabling the CPU Limit for a website. Under Advanced Settings for the appropriate Application Pool I set CPU Limit: 95000 Limit Action: NoAction Limit Interval: 5 After leaving this for a night, I checked the event logs to see how often that the worker process would have been recycled. (HowTos)

7
YSlow - Giving Fs for Expire and Compression, but response headers appear correctview story

http://serverfault.com – I just moved a moderately busy wordpress site from shared hosting to a VPS server with 512MB ram and attempting to performance tune before I break down and buy another VPS to lighten the load. As such I am scouring the net for performance tips for nginx and came across 'gzip' and 'expires max'. (HowTos)

7
x86 cpu performance on Androidview story

http://stackoverflow.com – Im looking into a solution that will handle input from a car (through serial port), and for this I want a touch screen interface. Hence Ive looked at a number of different OS'es; among those are windows 8 (regular or embedded) and android (or potentially any linux distro). Android has the benefits of no license costs, good platform for development and native touch screen support. (HowTos)

7
[APP][Launcher]Holo launcherview story

http://forum.xda-developers.com – Hi. I just want to recommend this great speedy launcher. I am using plus version now and it is simply the best. Good performance, nice android 4 look, customizable. Also Holo Locker is very nice. (HowTos)

7
AMD debuts first Open Compute Project Open 3.0 motherboardview story

http://www.zdnet.com – AMD is the first to unveil its Open Compute Project "open source" motherboard. Called the Open 3.0, the board is suitable for cloud server, storage servers, and high-performance computing clusters. (General)

8
LibreOffice 4.0 RC1 disponibile per il downloadview story

http://www.oneopensource.it – Lo sviluppo di LibreOffice continua incessante, e dopo aver raggiunto lo stadio di Beta, è stato rilasciato LibreOffice 4.0 RC che come sempre porta notevoli miglioramenti e non solo. (Software)

7
Is there an open source alternative to Vmware vSphere Server? Like a Ubuntu or similar Distro with virtualization hosting built in?view story

http://askubuntu.com – I am looking at turning my old Dell 2650 and 2950 servers into Vmware vSphere Servers, however vSphere is very very expensive. Is there an open source alternative that provides the same performance as vSphere in a Ubuntu or Debian distro? I dont actually mean "Virtual box" or "Vmware player" but rather a server hypervisor that is easy to set up and host virtual machines on my network? (HowTos)

7
EMC boosts VMAX storageview story

http://www.itwire.com – Written by: Stephen Withers | Published in: TechnologyEMC has announced a significant performance boost for its VMAX 10K storage platform, along with new features across the VMAX range. (IT news)

7
MySQL delete excess rows over limitview story

http://stackoverflow.com – My Android app employ MySQL to store data. The data is loaded into a listview and I wanted to limit the entries to 300-500 for performance. However I am having trouble writing a sql query that will handle this. (HowTos)