Forgot your password?

typodupeerror

Comment: Re:Restore time (Score 1) 196

"This much data" ? Hello? Are you a time traveler from the 1990s who has missed a decade of storage space expansion or simply trying to have a cheap laugh? 72TB is not "much" in this day and age. Also, fsck only deals with metadata, if you are worried about what happened to your data, the file system at hand is not adequate to your needs anyways.

Comment: Re:linux is fail (Score 1) 196

OK, so I have a large x86/64 server and want to follow your advice. Can you please tell me where you can get AIX, or HP-UX, to run on X86?

Right. Very funny how you managed to pick out the two systems that don't run on x6 out of the three. If your question was even remotely serious there are two options for you: Solaris and FreeBSD.

Java

What is the best starter guide/book for beginning with OOP 4

Submitted by
guruevi
guruevi writes "A (girl)friend of mine just started a CS course and has been dumped head first into programming with Java.

The textbook sucks in my not-so-humble opinion, the teacher just glossed over the theory, didn't really explain anything other than "just do this and it will work" (until yesterday she had no idea as to what String[] args means in the main and why it should or shouldn't be there) and has given them only a few class methods to implement, feeding them the main and tester classes so far then skipped straight ahead to "now implement the main, this class and the tester" leaving (at least one of) his pupils bewildered as to what it actually all means.

Yes, she can parrot what an object is and a string or an integer and how to write it up but she has no idea how it fits together. Constructor methods same problem, parrot the theory but no idea what it actually means and how object oriented programming makes things look different than the methodical sequential programming people are geared towards thinking.

Since I am an already somewhat seasoned programmer I can explain what everything means and it feels very natural after years of experience but I'm not a great teacher. I also like to introduce what is and isn't good practice (and where her teacher goes horribly wrong is teaching good practice such as commenting, variable naming etc.) but it all gets overwhelming for her.

Since I am not really familiar with Java (more of a P*/C/ObjC/C++ guy) I am looking for either a good guide on Java or any objective oriented programming for beginners, something where people can understand how methods/functions work, how variables are passed and what scoping means (things the textbook doesn't explain until a few chapters later, it just assumes the pupil to copy the examples)"
The Military

U.S. Navy Set to Test First Industry Railgun Prototype-> 1

Submitted by Zothecula
Zothecula writes "Two years after BAE Systems was awarded a US$21 million contract from the Office of Naval Research (ONR) to develop an advanced Electromagnetic (EM) Railgun for the U.S. Navy, the company has delivered the first industry-built prototype demonstrator to the Naval Surface Warfare Center (NSWC) Dahlgren. The prototype launcher is now being prepared for testing which is scheduled to take place in the coming weeks."
Link to Original Source

Comment: Re:What about OpenGL ? (Score 1) 109

by sander (#38966929) Attached to: Nouveau Open-Source NVIDIA Driver Achieves OpenCL Support

I think that it is you that is trolling here. Not only are you deliberately spreading FUD about the nvidia drivers :

the nvidia blob is actually a half-assed port of their Windows drivers to Linux

the only even marginally semi-constructive thing you appear capable of saying is "have you done some bug reporting?", while completely ignoring the fact that the support it provides is at the level where the only pertient bug report wording would be "when will you start planning to support the other 50%+ of the API?".

Comment: Re:Not quite (Score 1) 109

by sander (#38966737) Attached to: Nouveau Open-Source NVIDIA Driver Achieves OpenCL Support

Another example is the XRandR case. Nvidia bundles the nvidia-settings application which works fine if you use it. However if you want to use the KDE or gnome or whatever other software to change the screen resolution and multiple-screens, then you will notice how bad they work BECAUSE nvidia fails to properly implement the XRandR specification (instead they make some kind of wrapper to their own twinview). With nouveau, XRandR works beautifully.
Because nvidia also emulates Xinerama, sometimes window managers fail to properly detect your multi-screen setup geometry and you will get strange window management results. This happened to me and that's why I perfectly happy with nouveau. Of course I still hit bugs when playing opengl games and sometimes the GPU even hardlocks but I honestly prefer having those localized bugs than the general inconsistencies I described above.

BTW: cudos to everyone involved in nouveau. OpenCL support is indeed a very good thing :)

You see, the reality is that anybody doing any serious 3d work wants exactly the functionality that Twinview gives them, not the supposedly "correct" functionality from the OS drivers. What KDE and gnome should do is use the wrapper, not mess around on their own. And that is simply because everybody doing serious 3d cares about their application and the performance, not what abstraction of things the utterly boring and not terribly useful thing drawing window borders thinks of all of this.

Ahead warp factor one, Mr. Sulu.

Working...