Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Really? (Score 1) 205

Isn't the issue that you provide your data to your "friends" and your friends then pass that info onto any applications -- what you want is DRM for your data -- other people can view it but not pass it on.

hmm, where have i heard this argument before....

anyway, if you give your friend a secret note then he accidentally allows a random third party to read it, who should you get anoyed at -- the friend, the third party, or the company which provided the paper for the note?

Comment Yay for vaccum powered goodness (Score 1) 1

High tech devices will rule forever ... (or until they get replaced with things rendered "obsolete" )

on a more serious note, its good to see that long range wireless communication is doable, normally SNR problems preclude such things. I wonder how long it would be before the probe stops generating new infomation -- i'm sure that it wouldn't take all that long to image the entire moon surface.

(and wow, my first first post)

Comment Re:Strongly typed language? (Score 1) 299

that is simply caused by associative and automatic conversion -- i'm sure you could configure the compiler to throw a warning in this situation.

this needs three functions, one of which is implicitly called (actually builtin in this case, but you could easily be adding shapes and strings, it would make as much sense)
int plus (int, int)
string plus (string string)
string int2string(int)

3=plus(1,2)
"3 is not " = plus(int2string(3)," is not ")
"3 is not 1" = plus("3 is not ",int2string(1))
"3 is not 12"= ...

(unless it evaluates the other way, to 12 is not 3, its been a while since i've done any real programming, and things like this only come up once in a blue moon.)

Comment Re:linux is not freeware (Score 1) 297

besides, you don't have to provide source with the binary, you have to provide the source if asked for it/have the source available -- and the reply would be "sure, go to ubuntu.com and click there and here to download it"

if you haven't changed it, then linking the person to provider of the original source would be fine.

Comment Re:Huh? (Score 1) 500

"The purported reason for a customs official to search your physical luggage is to check that you are not trying to bring into the country physical goods which are banned/restricted/subject to tariffs."

And there can be electronic material which falls into that category, so if a search of a physical locked container for that purpose is fine, then I don't see the search of an electronic locked container as a larger privacy invasion. IE, someone looking through your internet history vs someone looking through the underwear you have in your suitcase.

The "none of which applies" is currently false, as some electronic material is banned. The "should apply" is a different discussion, but one which should be undertaken. I think that an examination of the computer contents is fine, duplication is not. (consider how a suitcase with paper based financial records would be handled, electronic records should be given no different handling.)

Comment Re:Huh? (Score 1) 500

then you have to retype a whole lot of data / contact the bank to get an up-to-date financial records, and hope that you don't get audited by the IRS for the next 5 years, unless you have paper backups of the financial data.

Oh, and you have to remind your "friends" to please not do that again.

Comment Re:GPUs are dying - the cycle continues (Score 1) 176

each is individually less than 15% as powerful as a cpu anyway, if you loose 3/4 of your efficiency with bad code, you'll still end up with more than 4 cpu cores worth of compute power.
the "same thing" basically means that if you have a branch in your code and some threads go one way, and some go the other way then those two are run sequentially.
the total time to run
code:
A
if B then X else Y
C

is a+b+x+y+c if all the threads don't take the same branch.

Comment Re:How about some nice menus instead? (Score 2, Informative) 617

The biggest problem with the old style menus was the number of "features" they try to represent. each menu was becoming too long, with many submenus. I believe that microsofts testing shows the average number of clicks to get to any specific item drastically decreases using the ribbons. (although a minimum of 2 clicks to do anything is quite annoying - select which ribbon, click the thingy. Apart from a few esoteric examples above (which don't quite have any good place to go under the new scheme, although i suspect there are better ways to get at whatever is wanted under document properties) everythign is in a good place under the catagories listed, with the most commonly used items big and in the top left corner. (and no, they don't randomly shuffle themselves around in my experience).

RE: "These experts seem to believe users actually READ all the options" -- for commonly used options they don't, but for the one time a year you want to remove duplicates from an excel sheet (actually found in a logical place under data tab, data tools group) people do read through options until they find what they want. The new ribbon layout makes that operation (find the random button you know is there somewhere) faster, at a slight cost to power users who don't know keyboard shortcuts, who take a single extra click to get to where they want, if the operation they are doing is of a different type to the previous one (want to conditionally format that new column, then click home, click conditional formatting, click data bars, click the blue bars).

http://blogs.msdn.com/jensenh/archive/2008/03/12/the-story-of-the-ribbon.aspx gives a good overview of why microsoft went the way they did.

Comment Re:What gets me.... (Score 4, Informative) 171

i believe it detected spectral anomalies which are a necessary but not sufficient condition for chlorophyll based vegetation.
ie, it is a definite detection of something matches what vegetation is expected to be like, but without more detailed info other sources of this anomaly cannot be conclusively ruled out. (unlike the spectral signature of methane, which is a much more binary choice once the SRN on your spectrometer is good enough - if you detect the absorption lines, methane is there in significant amounts, if you don't it isn't.)

Slashdot Top Deals

Love may laugh at locksmiths, but he has a profound respect for money bags. -- Sidney Paternoster, "The Folly of the Wise"

Working...