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

 



Forgot your password?
typodupeerror
×

Comment Re: Call a Lawyer (Score 1) 405

I think the point is: If you didn't *get something* out of the contract for what you're *putting in*... It's very often not a valid contract.

foo: "Sign this document that I get all your money."
bar: "Okay."
*bar signs*
foo: "Muwahahah, I'm so smart!"
*not a valid contract, foo is gonna get reamed in court*

foo has to at least *pretend* (like a cell phone carrier) to have given something valuable to bar in return for the money...

Comment Re:Lie a little (Score 1) 629

JOIN vs sub-query? I don't know what DB or problem sets you are working with, but if it were MySQL, for instance, MyISAM just seems to run many sub-queries much faster than similar JOIN logic.

In any case, reducing working sets (when there's not a simple index mapping) can be very important for getting any kind of performance. sub-query shines for that, (perhaps in a JOIN at times) JOIN by itself doesn't.

Expecting a certain slant on which is better (JOIN vs sub-query) just smacks of personal bias. (unless perhaps they've re-written the same sub-logic 10 times and aren't receiving serious performance gain)

Comment Re:Accuracy and Precision (Score 1) 328

Actually, if you've got tick-marks at the integer level, then you should be taking measurements at 10-times that precision. ie: deciding between 1.4, 1.5, and 1.6 for that "half-way" dial by looking at how far the dial is above the top of the previous tick-mark. The scale doesn't precisely measure beyond that resolution. Didn't any of your labs teach this?

Accuracy is a whole other subject usually involving comparison of a measurement with something "real" (often through other measurements).

Comment Re:Wait a sec... (Score 3, Insightful) 596

Is asking the user to actually pay for their software abusive?

If that software is GPL code you stole from the author, then YES!

If alternative free software is readily available and you're blocking it in an attempt to shovel your crap-ware, then YES!

And yes, I'm a programmer and I live with a strong sense of entitlement when it comes to controlling what software I put on my systems. I'm entitled to be EXTREMELY selective about any bit-stream I might decide to run, especially those that cost me cold hard cash.

People who want..., free OS, ...

You're kidding me right? Tons of really talented people have spent large portions of their life creating software that they'd merely love for me to be able to freely use and I'm in entitlement mode if I want to honor their work by using it as originally intended?

Comment Re:Account security (Score 1) 186

I'm confused, are you saying the whole token system is poorly designed? The database should only contain the public key equivalents for the physical token generators. The private key equivalent data shouldn't exist anywhere outside the key-fob.

(It's like you're saying stealing the password file would give you remote access to a UNIX system, without further decryption/password guessing)

Slashdot Top Deals

What good is a ticket to the good life, if you can't find the entrance?

Working...