Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:This has taken too long (Score 2, Informative) 160

In addition to what wayland++ said, there's also the fact that the Perl 6 implementation on Parrot, called Rakudo, is intended to be able to mix programming languages with great ease. For example, one syntax that's been bandied about is this:
use v6;
# Perl 6 goes here
{
use P5;
# Hey, now I'm writing Perl 5 code!
}
# I'm writing Perl 6 again!

The amazing thing is that the object models will be able to interact, which means that CPAN modules will be trivially usable. That's a different kind of interop from what I showed above, and it's working (to a degree) now. Of course, the languages it works between are Cardinal (Ruby on Parrot), PIR (Parrot's native language), and Rakudo (Perl 6 on Parrot). The syntax is currently like this:
use opengl:from<PIR>;

Comment Re:Qt (Score 1) 310

GP using the word 'troll' could have been a cleverly constructed joke, seeing as prior to being bought by Nokia, the employees at TrollTech were known as 'the trolls'. Not sure I believe it is a joke, though.
Medicine

Italian Scientists Put Robot Spiders In Your Colon 203

Sockatume writes "Scientists in Italy have developed a robot which will move around the lower digestive tract using legs. The 'Spider-Pill' is fitted with a camera and will stow its legs until it reaches the lower intestine. Once there it can crawl around and take pictures under direction from surgeons. Its USP is that it's more appealing than an endoscopy." The BBC also has video.

Comment Re:Poratibility (Score 1) 569

Split it into a small FAT partition and a bigger UDF partition. If you can't write to UDF, save files back to the FAT partition instead. This variant works on computers where you have no admin privileges.

I'm still not sure how this is easier than ntfs-3g.

On Windows > XP, not at all. On XP, a little tougher. On OS X and Linux, much better, because you don't need to install a new piece of software to access, and native UDF is much faster than ntfs-3g.

Wait until a read/write driver for exFAT [wikipedia.org] hits OS X and Linux (Linux already has a read-only driver for exFAT)

In what way would this be better than a read/write driver for NTFS?

It will probably be much easier to develop an exFAT driver in kernel space, because it's very similar to FAT. This will, again, give a performance benefit relative to ntfs-3g

Comment Re:Poratibility (Score 1) 569

Basically, everything even half-modern except Windows XP supports writing, and everything half-modern including windows XP can read v2.0 and down. See the relevant Wikipedia article for more specifics. There are third-party drivers for XP, so your best bet is probably to either:

a.) Format it as UDF 2.0 or less, and put a write driver for XP on it. This requires admin access to the XP computer.
b.) Split it into a small FAT partition and a bigger UDF partition. If you can't write to UDF, save files back to the FAT partition instead. This variant works on computers where you have no admin privileges.
c.) Wait until a read/write driver for exFAT hits OS X and Linux (Linux already has a read-only driver for exFAT)
Google

Submission + - Google Chrome Released! 19

AKAImBatman writes: "Google's much anticipated web browser Google Chrome is now available for download. This new browser professes to have process-isolated tabs, the fastest Javascript VM on the market, extensive compatibility with existing web pages and web standards, and Google Gears pre-installed. For those who are concerned about the privacy of the browser, Google has a privacy FAQ to address your concerns."
Bug

Charter Accidentally Wipes 14K Email Accounts 213

dacut writes with the sad news that Charter Communications, which provides cable and Internet access to 2.6 million customers, accidentally and irretrievably wiped out 14,000 active email accounts while trying to clear out unused accounts. They're providing a $50 credit to each affected customer, which seems a paltry sum for anyone who was less than diligent about backing up their email — though those who relied on Charter's webmail interface had no easy way to accomplish backups. From the article: "There is no way to retrieve the messages, photos and other attachments that were erased from inboxes and archive folders across the country on Monday, said Anita Lamont, a spokeswoman for the suburban St. Louis-based company. 'We really are sincerely sorry for having had this happen and do apologize to all those folks who were affected by the error,' Lamont said Thursday when the company announced the gaffe."
Power

A New Way To Make Water, And Fuel Cells 107

Roland Piquepaille writes "You probably know that it is easy to combine hydrogen and oxygen to make water. After all, this chemical reaction is known for more than two centuries. But now, researchers at the University of Illinois at Urbana-Champaign (UIUC) have discovered a new way to make water. As states the UIUC report, 'not only can they make water from unlikely starting materials, such as alcohols, their work could also lead to better catalysts and less expensive fuel cells.' But be warned: don't read the technical paper itself. It could win an obfuscated contest — if such a contest existed for scientific papers." Yet another advance in fuel cell technology; we discussed a different one just the other day.

Feed Nuke Lab Makes Powerful Dust Rag (wired.com)

A research chemist at a Tennessee weapons plant creates a dust rag that mops up deadly beryllium particles 20 times smaller than the naked eye can see. By the Associated Press.


Slashdot Top Deals

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

Working...