Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Specialist's bloat is not user's bloat (Score 1) 639

You're wrong, sir.

In fact, being Java based can be helpful to an OS:

Because Java is a type-safe language, JX is able to provide isolation between running applications without needing to use hardware memory protection. This technique, known as language-based protection means that system calls and inter-process communication in JX does not cause an address space switch, an operation which is slow on most computers.

This is from JX's page on Wikipedia. I know it *sounds* terrible, but first try to use an OS written in Java - then you can tell the world how slow it is.

Comment Re:What about Syllable? (Score 1) 411

KDE != Linux -> granted! How long do you think it will take to port it to Haiku? :D I hope Haiku succeeds as well, but there's a number of things here that may contribute to its implosion: 1 - it's not multi-user (yet) and I don't think it's the kind of thing that can be an after-thought - maybe in this case it can be, since it's contemplated for in the design, just not realized 2 - no WiFi - seriously? should be a top priority IMHO 3 - GCC2 - it's there for compatibility with BeOS, but who needs it still? 4 - kernel code in the hands of "relative newbies" - they're not kernel pros, so catastrophic crashes are a possibility, which makes me cringe (like blowing up on USB pendrive insertion and such) 5 - it's not attracting devs - why? it's such a cool platform! but I guess BSD/Linux already take up all the free talent in the world :| 6 - only C++ - we need Mono, Lua, Ruby,etc, etc, - with Haiku API bindings 7 - limited hardware support - I know, it can only get better, but with few devs it will take long I'm not bashing Haiku - I just think the alpha should have been out the door long, long ago. Even Linus had to push 2.6.0 before it was ready so people would pay attention to it...

Comment Re:Wave? (Score 1) 154

Do you know what I'm talking about? Did you see the Wave demo video? It's *real time typing* - not just a notification like "dude is typing...", it's ACTUAL typing showing on your screen as it happens. Pardon me for not believing it will scale across federated servers or even Google's own ones.
Earth

Periodic Table Gets a New, Unnamed Element 461

koavf writes "More than a decade after experiments first produced a single atom of 'super-heavy' element 112, a team of German scientists has been credited with its discovery, but it has yet to be named. The International Union of Pure and Applied Chemistry has temporarily named the element ununbium, as 'ununbi' means 'one one two' in Latin; but the team now has the task of proposing its official name." Slashdotium? Taconium? Man, I shoulda gone into science so I could have named something sweet that kids have to memorize in classes.

Comment This will probably cost me some karma... (Score 3, Informative) 1055

... but Visual Studio Express is actually quite good. I'm a Linux guy, and I use Komodo Edit (I do mostly "dynamic language" development now) and before that I used Eclipse for C/C++ and Java, and although Eclipse gets a lot of things right, it can't beat Visual Studio's breadth of features and simplified work-flow. Of all the things MS has done over the years, VS is hands down (IMHO) the best. They don't give it away with all the features so as to not kill the 3rd party market, but it's clear nothing out there in Win[32/64] land comes close (especially for C++ and C#).

Phantom OS, the 21st Century OS? 553

jonr writes "Phantom OS doesn't have files. Well, there are no files in the sense that a developer opens a file handle, writes to it, and closes the file handle. From the user's perspective, things still look familiar — a desktop, directories, and file icons. But a file in Phantom is simply an object whose state is persisted. You don't have to explicitly open it. As long as your program has some kind of reference to that object, all you need to do is call methods on it, and the data is there as you would expect."
AMD

AMD Plans 1,000-GPU Supercomputer For Games, Cloud 148

arcticstoat writes "AMD is planning to use over 1,000 Radeon HD 4870 GPUs to create a supercomputer capable of processing one petaflop, which the company says will make 'cloud' computing a reality. When it's built later this year, the Fusion Render Cloud will be available as an online powerhorse for a variety of people, from gamers to 3D animators. The company claims that it could 'deliver video games, PC applications and other graphically-intensive applications through the Internet "cloud" to virtually any type of mobile device with a web browser.' The idea is that the Fusion Render Cloud will do all the hard work, so all you need is a machine capable of playing back the results, saving battery life and the need for ever greater processing power. AMD also says that the supercomputer will 'enable remote real-time rendering of film and visual effects graphics on an unprecedented scale.' Meanwhile, game developers would be able to use the supercomputer to quickly develop games, and also 'serve up virtual world games with unlimited photo-realistic detail.' The supercomputer will be powered by OTOY software, which allows you to render 3D visuals in your browser via streaming, compressed online data."

Slashdot Top Deals

The number of UNIX installations has grown to 10, with more expected. -- The Unix Programmer's Manual, 2nd Edition, June 1972

Working...