Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Use processes whenever possible (Score 1) 176

I used to be a huge proponent of threading applications, but now, whenever possible, I choose multiprocess models instead. The extra protection from separate address spaces is very often worth it from a debugging perspective. And if you're serious about multiprocessing - you're likely gonna spend more time in the debugger than coding.

Of course, threads have legitimate uses too - but always try to see if you can design for separate processes instead, before commiting to a threaded single process model. Google Chrome shows the way.

'Cooking' Carbon Nanotubes Like Spaghetti 57

Roland Piquepaille writes "Scientists from the Pacific Northwest National Laboratory (PNNL) have developed a technique to force a variety of enzymes to self-assemble layer-by-layer on carbon nanotubes (CNTs) with the help of noodle-like polymer molecules. In 'A biosensor layered like lasagna,' the researchers say that this technique can be applied to a wide range of applications. In particular, it will be possible to build other biosensors "that react specifically with other biological chemicals, environmental agents or even microbes." Read more for additional details and the most spectacular scientific image of the month."

Chinese Portals Pledge More Self-Policing 125

An anonymous reader writes "A slew of Chinese web portals have pledged to self-police even more, after signing on to a Beijing plan to 'clean up the internet'. Google and MSN have not joined the group." From the article: "The firms' pledge states that the Internet has become an important source of information and entertainment in China, now the world's second-biggest market with more than 100 million Web surfers. 'At the same time as the Web develops quickly, certain sites are transmitting unhealthy news ... and uncivilized voice services, including pornographic content that can be harmful to society,' said the pledge, which was dated earlier this month in a posting on Sina's Web site."

Reverse Multithreading CPUs 263

microbee writes "The register is reporting that AMD is researching a new CPU technology called 'reverse multithreading', which essentially does the opposite of hyperthreading in that it presents multiple cores to the OS as a single-core processor." From the article: "The technology is aimed at the next architecture after K8, according to a purported company mole cited by French-language site x86 Secret. It's well known that two CPUs - whether two separate processors or two cores on the same die - don't generate, clock for clock, double the performance of a single CPU. However, by making the CPU once again appear as a single logical processor, AMD is claimed to believe it may be able to double the single-chip performance with a two-core chip or provide quadruple the performance with a quad-core processor."

Where Computers Go To Die 303

broohaha writes "Salon.com has a featured article on where all our unwanted techno trash gets sent, and what is not being done enough to account for all the so-called 'recycling' we're doing. From the article: 'More than 50 percent of our recycled computers are shipped overseas, where their toxic components are polluting poor communities. Meanwhile, U.S. laws are a mess, and industry and Congress are resisting efforts to stem the effluent of the affluent.' Some sites to visit dedicated to attacking the problem are Computer Take Back Campaign and Ban Action Network."

Gamers Itching To Switch To Macs? 261

An anonymous reader writes "CNET.com.au is forecasting Windows gamers will be flocking to Intel-based Apples, saying many 'have been looking for an excuse to switch to Macs.' The article says: 'Of course, games enthusiasts who like to customise their systems and upgrade their hardware (such as graphics cards) at the drop of a hat may still prefer the tinkering freedom a PC allows. But then there are the legions of more casual gamers who only upgrade every several years or so -- as long as they can play what's available at their local games shop, I'm sure they won't be fussed that they're not running off the latest gear from ATI or NVIDIA.'"

Gmail vs Pine 603

Snarfed has an interesting review on Gmail vs Pine. From the article: "I've used Pine as my email client for, well, pretty much forever. I use it because it's fast, powerful, stable, and very keyboardable. (I hate the mouse.) However, since I work at Google, I'm constantly bombarded with people who ask me why I don't use Gmail. After hearing the nth person brag about how much it increased their productivity, I finally broke down and tried it. I didn't expect much, since I've never liked web-based email clients. However, I made myself use it as my only email client, for a month, to give it a fair shot."

New 25x Data Compression? 438

modapi writes "StorageMojo is reporting that a company at Storage Networking World in San Diego has made a startling claim of 25x data compression for digital data storage. A combination of de-duplication and calculating and storing only the changes between similar byte streams is apparently the key. Imagine storing a terabyte of data on a single disk, and it all runs on Linux." Obviously nothing concrete or released yet so take with the requisite grain of salt.

Top Ten Coolest Laptop Cases 172

coverlim writes "The finishing touch for any uber geek is a cool laptop bag, even if that means duct tape. For some rather more fetching, stylish choices, check out productdose's Top Ten Coolest Laptop Cases . Im particularly keen on the haliburton for moonlighting at CTU, or the Knomo Frinton for hanging out. Im betting slashdotters will prefer the on with solar panels?"

Paul Allen's Microsoft Experience 515

theodp writes "Just in case Microsoft bashers don't have enough ammo, Robert X. Cringely has a couple of interesting tales in this week's column. The first explains how Bill Gates used Paul Allen's moonlighting at MITS to justify awarding himself 64% of Microsoft's stock vs. Allen's 36% (and Gates' failure to adjust the shares after he accepted a $10/hour part-time MITS job). The second heart-warming tale concerns a conversation Allen reportedly overheard late one night (as he was finishing up DOS 2.0) between Gates and Steve Ballmer discussing how to get Allen's Microsoft stock back if the Hodgkins disease Allen was battling killed him. Yikes."

Skype 5-way Calling Limit Cracked 427

BobPaul writes "It turns out when Skype limited 10 way calling to Intel Processors only it really was arbitrary! Maxxus has a patched version of Skype that allows 10-way calling regardless of the processor installed. There's also info about the patch: "The patch is the result of two phases: code analysis and design of the patch. The code analysis, or reverse engineering, reveals the relevant code block, which overrides Skype's limitation for Intel's dual-core CPUs. The patch design isolates the minimal set of instructions that need to be modified to cancel this limitation." Windows only so far."

Slashdot Top Deals

There's no sense in being precise when you don't even know what you're talking about. -- John von Neumann

Working...