Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:why get one of these when (Score 1) 246

As far as I understand it, wake-on-lan would let me SSH into one computer so I can send a magic packet to my real to computer to wake it up, and then I can SSH in to the computer I wanted to in the first place.

Somniloquy gives the same functionality transparently, without needing that extra step, without any other network user being aware that the computer was asleep in the first place.

If you read the referenced paper, they do talk about why they don't like wake-on-lan in section 6.

Comment Re:why get one of these when (Score 2, Informative) 246

there are so many other low-powered devices that will do so much more.

The important part of this work isn't that there is another device to do your downloading. Yes, there are better devices for that.

What these guys have done is design one way to keep your PC in low power mode as long as possible. One reason that people keep their computers on is that they want network services to be available. (Some keep their computer on because it's downloading torrents. I keep my computer on because I might want to SSH in or access my files remotely.)

This device is one way to keep a computer network-accessible while it's in a low-power sleep. (Hence the name "Somniloquy": talking in one's sleep.) They do this by putting a proxy between the computer and the network. The computer can go to sleep and have the proxy take over network functions for it.

This turns out to be a very general approach. For some types of network access, this device can get away with ignoring the data. For other accesses (like when I try to SSH in), it can wake the computer from sleep to process the request. For some trivial protocols like ping, it's easy to let the proxy just respond.

They show that it's still possible to get some power saving in complex protocols. As an illustration of its generality, they were able to implement BitTorrent within this design. Other protocols may give similar benefits. But they aren't about to implement everything out there.

Comment Re:Relations all the way down (Score 1) 187

We're still struggling with the object-relational impedance mismatch today. The closest we are to finding a "solid basis" for computer science is a general field of philosophy called "structural realism" which attempts to find the proper roles of relations vs relata in creating our models of the world.

If your biggest problem is how to represent objects in a relational database, I'd say the foundation is solid enough.

More broadly, your problem is that we don't know exactly what we should be modeling with our computers, not questioning whether computers are capable of modeling it. That's progress.

PC Games (Games)

Multi Theft Auto - San Andreas Goes Open Source 127

dan writes " Multi Theft Auto is a third-party modification for Rockstar's hit title Grand Theft Auto San Andreas — and it has become open-source after over four years of closed source development. As a (somewhat) regular player of MTA since the early days of GTAIII, this hit me by surprise, somewhat." (The news is on the project's front page, from which dan extracts more details, below.)

Comment Re:Preprocessing in C (Score 1) 60

Compiling each CPP in turn requires 10 - 100 files read off the disk each time.

Modern operating systems get around this issue with a disk cache. In reality, 100 files will be read off the disk for the first compile, and the rest of the compiles will just access the cached copy in memory (unless memory is in short supply on your system).

Media (Apple)

Submission + - iPhone gets a better battery life and more

morpheus83 writes: Talk about last minute upgrades: In a press release today, Apple has revealed a number of significant upgrades to both the iPhone's battery life and touch screen. Instead of around 5 hours of video/talk and 16 hours of audio playback, Apple has updated the iPhone's battery life rating to the following numbers: up to 8 hours talk time, a whopping 250 hours of standby (over 10 days), 6 hours of internet use, 7 hours of video playback and 24 hours of audio playback. The original 3.5" plastic surface of the iPhone has been changed to "optical-quality" glass, which should bring some smiles to those who were concerned about the durability of the phone's primary feature and user interface.
Security

Submission + - Charles Schwab Picture Passwords Announced, Hacked

An anonymous reader writes: At the Internet Identity Workshop, Vidoop demonstrated a picture password scheme and announced that it will be used by Charles Schwab's online website. In August 2007, Charles Schwab customers will be able to login by choosing the correct images, such as a pizza or a car, from the Vidoop image grid. The company claims that the scheme is invulnerable to phishing, keyloggers and "all prevalent forms of hacking", according to their website and TV commercial on YouTube. At the same workshop, Harvard and Commercenet announced that Vidoop is vulnerable to a simple man-in-the-middle phishing attack, and they posted a video of the attack in progress. If Charles Schwab read Slashdot, they would already know about the related attack on Bank of America's SiteKey and the Harvard study showing how easily SiteKey users are phished, which we were talking about weeks ago...
Windows

Submission + - Has Windows Data Execution Protection(DEP) helped?

An anonymous reader writes: It has been about two and half years since Microsoft shipped XP Service Pack 2, which enabled software DEP and also supported the NX-bit for hardware-enforced DEP.

The software-enforced DEP was well known in 2004 for being part of the reason that SP2 was slower than SP1, especially on cache-limited CPUs. I myself have begun turning DEP off in the BOOT.INI file on older systems.

The question: Has DEP ever stopped anything, or is it just more useless overhead? I note that I haven't seen Microsoft mention DEP in any recent advisories and Windows continues to be exploited(like last weeks ANI Cursor bug) by system-level holes that DEP was supposed to catch.
Movies

Submission + - Homeland Security Seize TRON

(y(list110 writes: It seems that the Department of Homeland Security want to take TRON off the shelves. According to the story "the Department of Homeland Security has designated the 1982 film TRON as 'sensitive', and ordered Walt Disney Studios to turn over all copies of the film", as some scenes in the film were shot at a Lawrence Livermore nuclear fusion facility known as Shiva. "the DHS declared the film 'sensitive' and demanded its surrender." I'm now concerned about the scenes that show WOPR in Wargames.
Linux Business

Submission + - Dell gives the go-ahead for Linux

LingNoi writes: "A report by the BBC states that Computer giant Dell will begin to sell PCs preinstalled with open source Linux operating systems".

Dell has not yet decided which GNU/Linux distribution to go with citing that "Driver Support is Key" on their Ideastorm update page and Direct2Dell blog..

Many of you posted comments to our Direct2Dell blog, indicating that you were less concerned about a specific distribution than you are about support at the kernel level and open driver support.
"
Biotech

Submission + - Smart fabric mimicking knights armors

Roland Piquepaille writes: "Researchers at the University of Illinois at Urbana-Champaign (UIUC) have created the world's smallest chain-mail fabric. This fabric looks like the chain-mail armor worn by medieval knights, but can embed much more recent sensors to create some smart textiles. This fabric, which consists of "a network of small rings about 500 microns in diameter and even smaller links about 400 microns long," has unique electrical properties. For example, such a smart fabric could detect movement or damage, and even generate electricity to power the sensors embedded into it. But don't expect to wear a dress or a jacket made with it anytime soon. Read more for additional references and pictures showing different views of this UIUC's chain-mail fabric."

Slashdot Top Deals

Work continues in this area. -- DEC's SPR-Answering-Automaton

Working...