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

 



Forgot your password?
typodupeerror
×

Comment Re:Pre-School? (Score 3, Informative) 126

Why should the trackball faze her any more than any other object in the house. They are all new items as far as she is concerned. Whether they were invented 1 month ago or a 1000 years ago are irrelevant. Everything is new. She'd just learn using a trackball just like learning to use a cup or even walk.

I like to think of the brain as a sponge and knowledge to be water. In kids it's like a dry sponge it has plenty of space and will absorb things quickly. We on the other hand have quite a lot of our spongie brain filled already for better or for worse.

My nephew who is also 4 years old navigates youtube for his cartoon fix. And knows how to start any installed games. He also knows how navigate to flash game sites from history and knows not to click on ads :).

Comment Re:And parents wonder (Score 4, Interesting) 126

Generally yes. But remember that anything running on the VM is behind your routers firewall and might be in a more permissive network. So it can be used as a platform to execute a exploit to gain access to other machines on the network, the host machine or maybe even compromise the router/firewall (defualt passwords anyone?).

I use VMs when I test applications if I'm not sure about its origin, but you should always be carefull about how it's network access and such.

Data Storage

Submission + - NAND Flash Memory - A Future Not So Bleak After All (pcper.com)

Vigile writes: "A recent story that foretold the death of the solid state drive market by 2024 has been making the rounds and the hardware community has been discussing its ramifications. The basic claim was latency increases and error rates would cause its demise but an editorial over at PC Perspective counters that the researchers are ignoring simple improvements in SSD design including write combining, wear leveling, data compression and even bit drift compensation. Latency increases can even be countered by the increased parallelism of additional dies though the paper in question artificially creates a fixed die count for its research. While there are still hurdles for SSDs going forward there have always been those that claim in the end is near — just ask Moore's Law."

Submission + - Preserved 298-Million-Year-Old Forest Discovered (inhabitat.com)

An anonymous reader writes: Scientists just discovered an incredibly preserved 298-million-year-old forest buried deep beneath a coal mine in Wuda, China. The ancient forest in Inner Mongolia was preserved by volcanic ash, much like Pompeii. Both Chinese and American scientists are marveling at finds of 80-foot-tall trees from the Permian Era, which provide an incredible snapshot of plant life 298 million years ago.
Security

Submission + - DHS Budget Includes No New Airport Body Scanners (epic.org)

OverTheGeicoE writes: The Electronic Privacy Information Center has been examining the White House's proposed budget for Department of Homeland Security for 2013, and they point out that it doesn't include any money for additional airport body scanners for TSA. Did the recent scandal involving TSA workers targeting women for scans make the White House realize that TSA is a national embarrassment? Does the executive branch finally understand the questionable safety and effectiveness of these devices? Or does DHS just think it has enough scanners once TSA installs the 250 new scanners in this year's budget?

Submission + - Pico Projector That Adapts to Surface, Can Use Random Objects as Input Devices (engadget.com)

jpwilliams writes: This tiny projector can use random surfaces to project an image. Using a webcam, it adapts to the surface, not just by adjusting keystone, but also following that surface and displaying different amounts of information (in certain cases). The guy in the video also uses a coffee mug as an app changer.
Spam

Submission + - How Mailinator compresses its email stream by 90% (blogspot.com)

An anonymous reader writes: Creator of Mailinator, Paul Tyma, writes about a greedy algorithm to analyze the huge amount of email Mailinator receives and finds ways to reduce its memory footprint by 90%.

Comment Re:Impractical to Microsoft, MS also send invalid (Score 1, Interesting) 258

If it's something that can be exploited then it's a bug. Any security/privacy feature of the browser should be in the control of the user not at the mercy of the http server.

If it was something like a buffer overflow would microsoft still complain how that bad guys should stop sending invalid data packets to the browser?

I don't like googles extensive tracking either, but complaining that it's not using some unpopular protocol is just silly. If you are going to implement privacy control then make it work regardless of the information that the site may send or just don't bother.

Comment Interfaces (Score 1) 5

I think what you're looking for are not generics, but interfaces like they are implemented in Google Go!. (http://golang.org/doc/go_faq.html#implements_interface)

In go when you define a interface to have a certain method/signature any existing class which happens to have those method signatures are automatically considerd to be implementing those interfaces.

So in GO, you would define a interface which has the indexer method, and make your functions/classes accept that interface rather than a base class, and it would automatically be compatible with DataRow and DataReaders.

Unfortunately this is not possible in C# and microsoft had not defined a common interface for DataReader for DataRow indexer methods so this is not possible to do in c#.

But so far atleast C# and MS have been very good in evolving the langugae features which are usefull, so who knows maybe it'll be there in .NET 5/6.

Comment Re:Just Might Take Them Up On It (Score 5, Insightful) 152

Remember the deported British twitters from America? They too thought that their information was no value to anyone and that it wasn't important. Well the Homeland security proved them wrong. How little you think about your details are irrelevant. Its what others think about them that matters. You might be absolutely innocent but if your browsing habits or facbook posts indicate to a possible power (goverment or otherwise) that you are a suspect then you'll have a hard time proving your innocence. You might be able to do that but is the hassle worth a couple of hundred dollars?

Slashdot Top Deals

"Here's something to think about: How come you never see a headline like `Psychic Wins Lottery.'" -- Comedian Jay Leno

Working...