Major Scammer/Spammer Now Offline

McColo Corp, an internet service provider that has been confirmed to be the provider of choice to a rogue's gallery of unsavory clients, has been cut off by its backbone providers, cutting the world's total volume of spam by as much as 75%. Sadly, these people will undoubtedly be able to find other service eventually. But enjoy the respite while it lasts.

Intel’s Core i7: In-Depth Reviews

Not too long ago, Intel unleashed Nehalem, or Core i7, upon the world. The new Core i7 chips are not just new processors; they also introduce an entirely new platform, and this combination produces some impressive performance figures, according to Ars Technica. "The new performance gap between Nehalem and pretty much everything else of comparable cost is the result of upgrades to both the CPUs core architecture and the platform on which the multicore chip now runs." Respected in-depth review sites AnandTech and Tom's Hardware agree with Ars' findings.

3 Flat-Screen Makers Plead Guilty to Price Fixing

Prices of flat panels have been dropping quite steadily ever since they first came to market, but apparently, they could've dropped a whole lot lower if it wasn't for those pesky flat panel manufacturers. Three flat panel makers, LG Display, Sharp, and Chunghwa Picture Tubes (tubes...?) have pleaded guilty to engaging in price fixing schemes to the US Department of Justice, and agreed to a shared USD 585 million fine.

Unmasked by Counting Threads?

Yesterday, a story made its rounds across the internet. It was picked up by many large news websites, and I'm sure it will be quoted by people until eternity. It was published by a large website, looked all fancy, it had multiple pages - it looked like it was really something. However, anyone with even the remotest bit of knowledge knows that the article was a collection of complete and utter bogus.

RPyC 3.00 Released

RPyC (Remote Python Call) is a transparent and symmetrical python library for remote procedure calls, clustering and distributed-computing. RPyC makes use of object-proxying, a technique that employs python's dynamic nature, to overcome the physical boundaries between processes and computers, so that remote objects can be manipulated as if they were local. Read the tutorial for a thorough overview. This release introduces remote services and capability-based security, which make RPyC an ideal remoting framework.

What’s New in OpenBSD 4.4

O'Reilly interviewed 27 OpenBSD developers to present the new release. They discussed buffer cache improvements, the new malloc(), the work to make the math library more C99 compliant, what is new in the SCSI area, crypto support for softraid, a lot of fundamental work happened in PF, a new tool to merge configuration files during upgrades, the status of OpenCVS, some cool features of OpenSSH 5.1, the initial support for USB webcams, the never-ending work on improving and extending the sensors framework, and more.

Windows Turns 25

Back in 1983, 25 years ago, the world was quite different. The market for the home computer - still a fairly new market - was wide open, but Apple was about to make a major splash with its Macintosh. It was also the year in which a company from Redmond first introduced its "Windows" operating system. What is this Windows you speak of?

‘Blue Badge’ Unlocks All Locked Features in PDC Build

Last week, we reported on a crude hack which allowed users of build 6801 of Windows 7 (the build handed out at PDC) to use a slightly botched version of the new taskbar. Rafael Rivera created a new tool that enables many more protected features, such as gestures, panning, and desktop slideshow. It's as simple as the click of a button, and also works on Windows 7 installations which already had the previous hack applied. I can confirm that the tool works.

Microsoft Office Web Applications: Burning Questions Answered

"Since the announcement of the upcoming Microsoft Office Web Applications at this year's PDC, there has been a lot of excitement about this new service which will allow for creating, editing, collaborating, and sharing documents using the web. However, as I've followed the blog posts about this topic, I've also come across quite a bit of misinformation about the web apps, too. In an attempt to dispel some of the rumors out there, I've created this special Q&A which will hopefully answer some of your burning questions about the new web applications."

Former AROS Developers Start New OS Project, Much Secrecy

Saturday November 8, I received an email from someone, inquiring if I would be interested in "doing a first interview/introduction into a new operating system". We get these emails and news submissions all the time, and most of the time, "new operating system" means Ubuntu-with-a-black-theme, so we don't bother. I figured this time things wouldn't be different, but after a bit of digging around, there's a little more to it this time.

Tree View Menu Styles in U2 SystemBuilder/XA Apps

The U2 SystemBuilder Extensible Architecture for UniData and Universe (SB/XA) 6.0.0 introduces new application architecture for SystemBuilder applications. One of the features provided by the changes in the architecture is the ability to modify the presentation of your applications without modifying the underlying business logic. In this article, learn how to present a traditional SystemBuilder menu as a Tree View menu.

Microsoft Reveals Vista SP1 Driver Installation Failure Rates

One of the common problems when Windows Vista was released was that of missing or non-working drivers. Microsoft massively reworked many of Windows' internal systems and frameworks, meaning lots of drivers broke, with most of them needing major work, and some even needed to be rewritten completely. Apparently, Microsoft didn't communicate this well enough with its hardware partners - or the partners were lazy, who knows - because many devices failed to work with Vista during its early months of being out in the wild. Microsoft is trying to keep this story from repeating itself, saying that everything that works on Vista should work on Windows 7. To gain a little more insight into this problem, Microsoft gave out some very interesting figures regarding driver installation failure rates.

Good Code, Bad Computations: a Computer Security Gray Area

"If you want to make sure your computer or server is not tricked into undertaking malicious or undesirable behavior, it's not enough to keep bad code out of the system. Return-oriented programming exploits start out like more familiar attacks on computers. The attacker takes advantage of a programming error in the target system to overwrite the runtime stack and divert program execution away from the path intended by the system's designers. But instead of injecting outside code - the approach used in traditional malicious exploits - return-oriented programming enables attackers to create any kind of nasty computation or program by using just the existing code."