Forgot your password?

typodupeerror

Comment: Re:Not going to happen. Windows is "good enough" (Score 1) 1091

by Hegh (#39429167) Attached to: Why Linux Can't 'Sell' On the Desktop
The Humble Bundles seem to be helping with this, though. They're getting a lot of independent game studios to think about releasing for Linux, and they show that Linux controls nearly 1/4 of the gaming market. I'm hoping that this helps push similar changes up to the bigger studios.

Comment: It's arbitrary (Score 1) 61

by Hegh (#35059680) Attached to: Naming Bi-Directional Streams In an API?

... so just pick one and stick to it.

I'm partial to "input" and "output" myself, from the perspective of the object using them (so a client's output goes to the server's input and vice-versa).

If you need to reference both objects' streams at the same time, you've got "myInput", "myOutput", "hisInput", and "hisOutput" for clarity.

Or just pick something fun; "spinwise" and "widdershins" isn't bad, but may confuse your users.

Comment: Re:Uh, no (Score 1) 815

by Hegh (#34988690) Attached to: Italian Scientists Demonstrate Cold Fusion?

I was basing it on the average atomic weight of each element, in the first periodic table that came up on Google. It's been a while since my last chemistry class (11 years, I think), so I may have gotten it wrong.

But it looked like, since they said there were no radioactive byproducts of the reaction, that they were talking about the most stable (and therefore common) isotopes of each. Therefore, Ni-58 and Cu-63, resulting in an atomic weight difference of 5, which means they need to create 4 neutrons out of thin air.

But, like I said, high-school chemistry was a while ago.

Comment: Re:Uh, no (Score 1) 815

by Hegh (#34984340) Attached to: Italian Scientists Demonstrate Cold Fusion?
I'm curious how they can get more energy out than they put in, at the same time as getting more MASS out than they put in. Copper is more than just a proton heavier than Nickel (63au vs 56au, I think). Conservation of energy/mass, anyone? Hydrogen+hydrogen fusion produces energy because the resulting helium is lighter than the inputs, and E=mc^2.

Comment: Re:do it wrong, do it in VBScript (Score 1) 366

by Hegh (#33835372) Attached to: Simple Virus For Teaching?
If you write your own, you may not want to include propagation beyond any single machine. No risk of getting out that way. Just make it tricky for a user to remove, to show the various techniques that may be needed (hiding in multiple places, being started from registry keys and other locations, running multiple processes that each monitor the others so it's tough to kill them all, ...). Good luck, and ask for permission before doing it!
Programming

Collaborative Software For Pair Programming? 302

Posted by timothy
from the is-your-sister's-name-cynthia? dept.
DavidMatuszek writes "I will be teaching Java again this Fall. Students work in pairs, but unfortunately (after the first hour) typically not physically together. I would like to find collaborative software that is (1) dead simple to use, because that's not what the course is about, and (2) free. Google Docs would do, but students will be sharing code — plain text — not RTF or HTML or Word files. Is there such software for plain text?"
Data Storage

Best Home Backup Strategy Now? 611

Posted by kdawson
from the all-thumbs dept.
jollyreaper writes "Technology moves quickly and what was conventional wisdom last year can be folly this year. But the one thing that's remained constant is hard drives are far too large to backup via conventional means. Tape is expensive and can be unreliable, though it certainly has its proponents. DVDs are just too small. There are prosumer devices like the Drobo, but it's still just a giant box of hard drives, basically RAID. And as we've all had drilled into our heads, 'RAID is not backup.' When last this topic came up on Slashdot, the consensus was that hard drives were the best way to backup hard drives. Backup your internal HDD to an external one, and if your data is really important, have two externals and swap one off-site once a week. Is there any better advice these days?"

Hackers of the world, unite!

Working...