<b>TechDirt:</b> "This time, it's Facebook, which is apparently trying to bully the maker of a Greasemonkey script that cleans up your Facebook live feed by removing annoying app notices (such as all the crap your friends are doing in Farmville and Mafia Wars)."
<b>LWN.net:</b> "Despite a heroic effort by developers and testers, we have not been able to reach Beta release criteria by the time of the Go / No Go meeting. There are still unresolved bugs and unknown test results."
<b>IT World:</b> "Synaptics announced today the extension of its Gesture Suite to several Linux operating systems, which means that you can now zoom, flick, rotate, and ChiralScroll to your heart's content on your Linux box."
The Linux OS long-term support release emerges, with a focus on cloud computing environments and ISV certifications. But it's still missing some critical enterprise software credibility.
<b>Linux.com:</b> ""Zonker" picks up right where he left off yesterday. In this Spring's Linux Distro Scorecard, he provides brief reviews of Debian, Fedora, Linux Mint, Mandriva, openSUSE, Slackware and Ubuntu. Today, we get his take on the final three, and he delivers the payoff"
<b>Techdirt:</b> ""Particularly ironic is the fact that the director of the movie enjoys the clips himself -- but of course, since the producer holds the copyright to the movie, the director has no real say in the matter."
The Entity Framework provides a .NET class-based model of a data store, letting you query the model with LINQ, while the model do the background grunt work of contacting the data store to add, update, or delete data.
What are you to do when you don't want a giant glitzy desktop environment for your Linux system like KDE or GNOME, but just want something lightweight with essential functionality? Try on some of the many excellent lightweight Linux window managers. In this final segment of her excellent Lightweight Linux series, Juliet Kemp reviews Awesome, fvwm, and Ratpoison.
A study shows that while most SMBs worry about small business computer security, they have no idea how to prevent it or how to protect themselves from bank fraud and identity theft.
<b>Groklaw:</b> "I confess I have been cracking myself up this time by reading old Rob Enderle, Paul Murphy, and Maureen O'Gara articles I had saved from the early days, each predicting solemnly Linux's doom. I can't tell you how much *more* fun it is to read them now than when they first showed up in 2003 and 2004"
Linux users have a notoriously hard time with Cisco's VPN client. With vpnc, a little effort up front yields easy connections via GNOME NetworkManager or the command line.
You're often required to repeat identical pieces of initialization code in every constructor of a class that declares multiple constructors. That's because unlike a few other programming languages, The C++ programming language doesn't allow a constructor to call another constructor of the same class. Luckily, this problem is about to disappear with the recent approval of a new C++0x feature called delegating constructors which are explained in this C++ tutorial.