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

 



Forgot your password?
typodupeerror
×

Comment Re:car analogy? (Score 1) 158

For any particular crime, you can with in reason pin point it to the exact planet on which the criminal is on. I therefore suggest, we just charge everyone on that planet with the crime in the name of security. Or perhaps, just get a search warrant for the planet so we can identify the correct user. If we did this for every crime, it would solve everything.

Comment Re:what you need them for? (Score 1) 306

I couldn't agree more. Frameworks are important for the same reason standard libraries are important. For example, reading someone else's code without libraries they write a routine to sort strings. Great. And then the next guy comes along and calls it, expecting it to sort his strings, but the routine does a case insensitive sort, which isn't what the 2nd programmer wanted. Of course he could have read and analyzed the whole routine before using it, but having a library allows both programmers to have access to a string sort that they don't have to analyze to make sure it really is a sort, and can reuse it.

Frameworks are much the same way. Often without them I find code from a previous programmer, and I think what the hell was he thinking and why is he doing this. Or doing it this way. A framework removes most of the useless code setting up and tearing down basic things and does so in a consistent manner. If I see he's overriding some standard function, I can assume there is probably a reason why it's been overridden.

Comment Re:And the US could turn Russia into vapor (Score 2, Insightful) 878

Of course he would. Their missiles and ours have self destructs that can be used mid-flight. Once russia sees the incoming mess, they know they must self-destruct theirs, and we supposedly will do the same.

Of course, if the missiles do hit us, well, then we have no way of self-destructing ours.

Comment Sort of (Score 2) 132

"Steam Play" doesn't mean that you should in theory be able to play the game on any machine you can install steam on. It means that you get a license to play the game on any OS they have a version for. Many games have a version of windows and mac, which would be available for steam play, even if there isn't a version for linux.

Also, steam runs on iOS, and can't install any games at all.

Comment Re:Why? (Score 0) 465

Pretty much what the family has already provided.

Try walking into a car dealership, demanding the keys to the car on the showroom floor, because you have a legal document that says your grandma died, and she left you her car and see how far that gets you.

Slashdot Top Deals

I've noticed several design suggestions in your code.

Working...