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

 



Forgot your password?
typodupeerror
×

Comment Re:Bogus algorithm (Score 3, Insightful) 68

I agree on Bubb..I mean, BS. But Selection Sort is really only useful with big objects that you don't want to move much. These days everything's a Reference, so it doesn't matter so much. It makes for a really boring dance, too.

Insertion Sort is more useful in modern use cases. If something's "almost sorted" it's very quick.

Shell sort might be even better. It's practically identical to Insertion Sort except only subsets of dancers would step out at one time. And, with a good gap sequence, it gets done much quicker than either of the above.

Comment Re:Does this mean (Score 1) 78

Well, it is thought we've found all the dinosaur-killer-size asteroids, and that none are going to impact Earth soon. But there are still plenty of smaller ones that could take out a major city if they hit in the wrong spot. The shock wave from the Chelyabinsk meteor caused injuries, though mainly from broken glass. Plus, you never know where a comet's going to appear.

Comment I wish more websites were designed for wide screen (Score 1) 567

Lots of websites limit their width to, say, 1024 pixels. Other websites, like this one, extend across the entire page, but don't wrap text which makes them hard to read.

I wish more websites would allow their contents to wrap into two or more columns, like magazines do. Here, for instance, is a user style to wrap Slashdot comments into two columns.

Comment Re:Blocking Tor solves nothing (Score 1) 84

OK, then, don't block everything from TOR nodes. Better to go phishing for criminals. They should allow logins to be attempted, but then block the login from occurring (regardless of whether the password was valid). They should then alert users to login attempts from TOR, and potentially freeze their access until their passwords can be reset.

Comment Re:Will this go the same way as the spintronics? (Score 4, Interesting) 36

Spintronics is a quantum thing - a way of specifying more information in each electron. As such, it's very difficult to work with.

This is more similar to carbon nanotubes. They're a new thing, which could be very useful, if only you could cheaply and efficiently manufacture them and put them in the proper places on a chip. However:

"One major benefit of the POMs we've created is that it's possible to fabricate them with devices which are already widely used in industry, so they can be adopted as new forms of flash memory without requiring production lines to be expensively overhauled," Lee Cronin, a chemist involved in the research, said in a University of Glasgow release.

So using these may be more realistic than carbon nanotubes!

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...