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

 



Forgot your password?
typodupeerror

Submission Summary: 0 pending, 7 declined, 5 accepted (12 total, 41.67% accepted)

Privacy

Submission + - Tynt Insight is watching you cut and paste (mattbusse.com) 1

jerryasher writes: In recent weeks I've noticed that when I copy and paste text from Wired and other websites, the pasted text has had the url of the original website appended to it. Cool, and utterly annoying, and how do I make that stop? Tynt Insight is a piece of Javascript that sends what you copy to Tynt's webservers and adds the backlinks. Tynt calls that a service for the site owner, many people call that a privacy invasion..

Worse, there are some reports that it sends not just what you copy, but everything you select..

And Tynt provides no opt outs. Not cookie based, not IP based, but stop it you creeps angry phone call based.

It ain't a pure useful service, and it ain't a pure privacy invasion. But I sure wish they'd go away and have had the decency to never start up in the first place. I block it on Firefox with Ghostery.

Space

Submission + - NASA confirms Russia wins control of the ISS

jerryasher writes: In a leaked memo, NASA Administrator Mike Griffin discusses "the jihad" to prematurely terminate the Shuttle and what that means for the International Space Station. One implication: there may come a long interval when only our Russian Allies are aboard the Space Station. Add that bit of irony to your new cold war kit and then wonder why Griffin discusses why we wouldn't sabotage the Space Station, and how and why the memo got leaked in the first place.
Space

Submission + - Paul Krugman 1978: TheTheory of Interstellar Trade (nytimes.com)

jerryasher writes: Paul Krugman, writes at his New York Times blog about his early papers: Thirty years ago I was an oppressed assistant professor, caught up in the academic rat race. To cheer myself up I wrote — well, see for yourself. Joshua Gans of the University of Melbourne scanned a copy of the thing I wrote — back then academics did their work with typewriters, abacuses, and stone axes — and was good enough to send me a copy. Ladies and gentlemen, I give you The Theory of Interstellar Trade. Abstract: This paper extends interplanetary trade theory to an interstellar setting. It is chiefly concerned with the following question: how should interest rates on goods in transit be computed when the goods travel at close to the speed of light? This is a problem because the time taken in transit will appear less to an observer traveling with the goods than to a stationary observer. A solution is derived from economic theory, and two useless but true theorems are proved.
Programming

Submission + - char *speelCheck(char *myPogrom) 1

Jerry Asher writes: Not all of my coworkers are careful about spelling errors. Sometimes this causes real embarrassment as spelling errors creep into software interfaces. Does anyone know of spell checkers for programming languages? I don't want a text spell checker, I want a programming language aware spell checker. A spell checker that I can pass all of my code through and will flag spelling errors in function names, variable names, and comments, but will ignore language keywords, language constructs and expressions, and various programming styles (camel code, or underscores, or ...) I want a spell checker that knows that void *functionSigniture(char *myRoutine) contains one spelling error. Does anyone have such a thing for Java or C++? Are there any eclipse plugins that do this?

Slashdot Top Deals

The rate at which a disease spreads through a corn field is a precise measurement of the speed of blight.

Working...