Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:Unfortunate (Score 2) 507

I experienced last 15 years of 70 years of communism which should now be called "Occupy Russia". I hope to never see this in the United States.

TwIP - An IP Stack In a Tweet 81

Adam Dunkels writes "Inspired by the Twitter-sized program that crashes Mac OS X, I just wrote a really, really rudimentary IP stack called twIP, small enough to fit in a Twitter tweet. Although twIP is very far away from a real IP stack, it can do the first task of any IP stack: respond to pings. The entire source code can be found in this 128-character-long tweet. For those who are interested in low-level network programming, a code walkthrough with instructions on how to run the code under FreeBSD is available here. The FAQ: Q: why? A: for fun."
Earth

Laughing Gas Is Major Threat To Ozone Layer 306

Hugh Pickens writes "The Christian Science Monitor reports that according to new research, nitrous oxide, the colorless, sweet-smelling gas with a long history as a medical and dental anesthetic is the next big threat to Earth's protective ozone layer. Its role in destroying ozone has long been recognized, as well as its role as a heat-trapping greenhouse gas but the new study puts nitrous oxide's ability to deplete ozone into numbers comparable to those used for other ozone-depleting gases covered by the 1987 Montreal Protocol. The researchers note that the health of the ozone layer has been improving since the adoption of the protocol and that nitrous oxide looms large today as an artificial destroyer of the ozone layer, in part because the emissions of other harmful chemicals have been so sharply reduced." (Continues.)
Software

Smarter Clients Via ReverseHTTP and WebSockets 235

igrigorik writes "Most web applications are built with the assumption that the client / browser is 'dumb,' which places all the scalability requirements and load on the server. We've built a number of crutches in the form of Cache headers, ETags, and accelerators, but none has fundamentally solved the problem. As a thought experiment: what if the browser also contained a Web server? A look at some of the emerging trends and solutions: HTML 5 WebSocket API and ReverseHTTP."
Businesses

Are Information Technology's Glory Days Over? 333

Hugh Pickens writes "The NY Times reports that computer science students with the entrepreneurial spirit may want to look for a different major, because if Thomas M. Siebel, founder of Siebel Systems, is right, IT is a mature industry that will grow no faster than the larger economy, its glory days having ended in 2000. Addressing Stanford students in February as a guest of the engineering school, Siebel called attention to 20 sweet years from 1980 to 2000, when worldwide IT spending grew at a compounded annual growth rate of 17 percent. 'All you had to do was show up and not goof it up,' Siebel says. 'All ships were rising.' Since 2000, however, that rate has averaged only 3 percent. His explanation for the sharp decline is that 'the promise of the post-industrial society has been realized.' In Siebel's view, far larger opportunities are to be found in businesses that address needs in food, water, health care and energy. Though Silicon Valley was 'where the action was' when he finished graduate school, he says, 'if I were graduating today, I would get on a boat and I would get off in Shanghai.'"

Comment Too much too fast (Score 2, Informative) 212

I was reinstalling the laptop the other day and installed FF 3.5. Used it for an hour, uninstalled and replaced with 3.0. A fresh install of 3.5 on a faster hard drive was noticeably slower than a well used 3.0 on an older hardware. Not just the start-up, but a regular use too. To me, personally, no amount of new features can justify that. So unless 3.6 comes with a performance fixes - thanks, but no.

Data Storage

The Pirate Bay to Become a Distributed Storage Cloud? 131

eldavojohn writes "After announcing the sale of The Pirate Bay to Global Gaming Factory X, it was unknown what would become of TPB. Details of the future plans have been released. 'According to Rosso, GGF plans to build a massive "storage cloud" on top of TPB that would use individual users as storage system's nodes. Apparently users can opt out for being part of the decentralized storage system, but then they'd have to pay a monthly fee for the service. More resources the user is willing to commit for the service, the cheaper the monthly subscription fee will be ... GGF's plan is to harness the resources users are willing to allocate to the cloud service and sell that computing power and bandwidth to 3rd party companies, essentially creating a service that could be used as a content delivery network (system that most large sites — including ours — use to deliver static content, such as images, software downloads and stylesheets, faster to the end user) or even as a web hosting cloud. As the service would use P2P technology, it could bring massive savings to ISPs, as the delivery of content to an end user would be provided from the closest possible "node," most likely from an user within the same ISP network.'"
Software

Sothink Violated the FlashGot GPL and Stole Code 312

ShineTheLight sends in news of two Firefox plug-ins: FlashGot, the original, and Sothink, the GPL-violating come-lately. "People at Sothink decided to violate the GPL by stealing a piece of core code from FlashGot and using it without even the decency of covering their tracks. It is an exact copy of a previous version of FlashGot. This deception came to light when users reported to the FlashGot support forum that their software was not working right. Some digging led to the discovery that the older module that Sothink stole and used verbatim was overriding the more recent engine on the machines of those who had both installed and it was causing the issue. It has been reported to AMO and the FlashGot developer is aware of it. The Sothink people have completely ignored and been silent on the subject. This is why most good programmers will stop contributing to the global community because there are those who will steal their work, pass it off as their own, never acknowledge or give credit, and then shamefully stick their head in the sand and ignore the consequences." The three most recent reviews of Sothink point out this plug-in's dishonest nature. A number of earlier, one-line, 5-star reviews — expressed in a similar style — sound suspiciously like astroturfing.
Windows

UAC Whitelist Hole In Windows 7 496

David Gerard writes "Microsoft tried to make Vista secure with User Access Control (UAC). They relaxed it a bit in Windows 7 because it was such a pain in the backside. Unfortunately, one way they did this (the third way so far found around UAC in Windows 7) was to give certain Microsoft files the power to just ... bypass UAC. Even more unfortunately, one of the DLLs they whitelisted was RUNDLL32.EXE. The exploit is simply to copy (or inject) part of its own code into the memory of another running process and then telling that target process to run the code, using standard, non-privileged APIs such as WriteProcessMemory and CreateRemoteThread. Ars Technica writes up the issue, proclaiming Windows 7 UAC 'a broken mess; mend it or end it.'"

Slashdot Top Deals

"I'm a mean green mother from outer space" -- Audrey II, The Little Shop of Horrors

Working...