SETI's Anti-Cheating Strategy
mtDNA writes: "There's an article in the New York Times about the strategies SETI is using to avoid fraudulent reports. One trick they're using is multiple analyses of the same data. Another strategy is the use of "ringer" data, where they send you fake data for which they know the results." One of the researchers has several postscript papers on his home page - Incentives for Sharing in Peer-to-Peer Networks, Uncheatable Distributed Computations, Distributed Computing with Payout. In related news, ProcessTree apparently sent out an email to participants indicating it is closing up shop, so although SETI seems to be chugging along, the idea of distributed computing as a business model is perhaps a bit premature.
Eventually these projects are going to go to identity-based security, and the feds will be only to happy to issue Internet Driver's Licenses.
(not only do you have to register, bastards have POP-UP windows now : )
.edu/~pgolle.)
May 24, 2001
The Search for E.T. Yields Earthly Cheats
By J. D. BIERSDORFER
THE SETI@home program, the distributed computing project that harnesses the power of
personal computers to look for signs of extraterrestrial intelligence, signed up its three
millionth user last week. SETI, which began in 1999, has quickly become the most popular
public computing project of all time.
But what may appear to be the search for E. T. phoning home has sometimes turned out to be
the signals of people cheating the project by falsifying results. Unfortunately for the dishonest,
Philippe Golle and Ilya Mironov, both doctoral students in the computer science department at
Stanford University, have come up with a set of security schemes that can help thwart those
trying to claim computing work that they did not actually complete.
"It is worth bearing in mind that it takes only one talented or lucky hacker to potentially ruin a
distributed computation," Mr. Golle wrote in an e-mail message.
In their recent paper, "Uncheatable Distributed Computations," Mr. Golle and Mr. Mironov
explain how to verify that the work has been done, by inserting special checkpoints, or
"ringers," into a unit of distributed data. If the data is returned to the sender without the
purposely planted material among the results, the organization knows the data was not
processed and the user is trying to cheat.
The idea that someone might cheat SETI@home is almost as shocking as the actual discovery
of little green men would be. SETI@home is a typical example of a large-scale, Internet-based
distributed computing project: users donate their computers' spare processing time by installing
software to crunch data from Arecibo Radio Observatory and return the results to the sender.
The SETI@home people were well aware that some participants might cheat, whether by
tampering with the data file they were given to process or hacking the program's settings.
Although fewer than 1 percent of the work units appear to have been tampered with, Dr. David
Anderson, the project coordinator for SETI@home, estimated that there had been some months
during the project when half of its resources were devoted to smoking out cheaters.
"What we ended up doing," Dr. Anderson said, "for a variety of reasons, is to process each
piece of data several times and wait until all the results get back and compare them."
The SETI project relies on unpaid volunteers; the cheaters seem motivated purely by a desire
to get a high user ranking on a project Web page. Dr. Anderson said it was fairly easy to reject
work submitted by cheaters and to cancel their SETI@home accounts, even though the cheaters
could get other accounts.
The potential for cheating is increasingly worrisome as commercial distributed computing
ventures that offer cash or credit to participants, like Ubero (www.ubero.net), become more
commonplace.
"As soon as you offer any kind of incentive, you will invite cheating," said Armin Lenz, a
former executive at a commercial distributed computing company who is familiar with the need
for security in online projects. "Be it stats, money or giveaways -- it is just human nature to try
to get things the easy way."
In the case of SETI@home, a bigger concern is not that the data unit returned by a user was
completed or not, but that the result returned was accurate and free of incorrect results from
tampering or faulty user hardware. "The challenge of being absolutely confident that that result
is the output of that program and not something else is really, really hard," Dr. Anderson said.
"The stuff that those guys from Stanford have done -- it doesn't exactly solve that problem, but
it's a a way of verifying that at least their computer did all the work it was supposed to do. It
still doesn't guarantee that the answer they give you back is correct."
Along with Stuart Stubblebine, a vice president at CertCo Inc., an online security firm, Mr.
Golle has also written a paper called "Distributed Computing With Payout" that complements
his work with Mr. Mironov and discusses methods to streamline redundant computing for those
who do not have a surplus of resources.
"The trick is that while most tasks are only ever assigned once in our scheme, some tasks are
assigned twice or more, so that it is never possible for a participant to determine when it is
safe to cheat," Mr. Golle explained. (For those wanting to read them, both papers are available
on the Web at crypto.stanford
While commercial distributed computing operations may want to incorporate the work of Mr.
Golle, Mr. Mironov and Mr. Stubblebine into their security measures, at least SETI@home can
rely on its millions of users to help cross-check results and make sure that any potential
discoveries are really from authentic aliens, not the ethically alienated.
There's nothing illegal about cheating SETI with fake results. It's not like they're processing IRS forms. What are they gonna charge you with?
"Hot lesbian witches! It's fucking genius!"
It hardly seems worth pursuing, even to make an example. A criminal case requires proof (unlike, say, a lawsuit, where the most expensive lawyer wins), which means malice must be proven. If a hacked client is not found (or even if it is, maybe it was downloaded unknowingly from a rogue site) the user will of course plead ignorance, and well, whatcha gonna do then? Such a defense would be valid (and expected), only when it comes to stolen goods is ignorance irrelevant.
So you have a point, there are always ways to get someone for something if you believe they're doing something bad, but it's not always feasible.
"Hot lesbian witches! It's fucking genius!"
William Gibson's "Black Ice" should do nicely. Failing that, slice or dice the data in multiple directions and compare results.
(The "different slices" is important, to ensure that you aren't trying to validate one modified client against another.)
Let's say that you have a grid of data, N x M x B (where N, M is the data, and B is the number of bits per word for that data.)
The probability that one modified client is doing the rounds, and will be encountered again by chance, is non-zero. It's not high, but it's high enough that nobody is releasing their client code in a hurry.
On the other hand, you've three simple slices you can do (along each axis), and any number of more complicated ones. That means that you have to hit the correctly-modified client for the slice you've picked, for each slice in each axis, for the data to be marked "valid". Any failure by any one client to return a result that confirms the other 16 clients that would overlap with it, would signal a bogus client.
With that much redundancy, you could also simply have "client voting". The results that are returned identically by the most clients (in excess of some threshold), regardless of the direction of slice, could be regarded as "true", with a reasonable degree of certainty. (Sure, it's not 100%, but that's the price you pay for having a society that rewards the greedy and the ethically sick.)
Of course, if you want to go one stage further, there's nothing to stop you "dicing" the data. Instead of taking a single slice through the data, you take random, small chunks from all sections, and feed them in a random order to the client. Again, the server re-constitutes the "valid" results, by merging together the results from multiple clients, taking the generally-accepted results as "correct".
This would mean that, instead of needing 20+ clients, all with suitable code for cheating "correctly" along each slice, you now need !(N x M x B)/(Size of chunks) such clients. The values don't have to be large to make this a virtual impossibility.
If you then only credit "confirmed" units (whether "slices" or "chunks"), since cheating becomes impractical, short of a global Internet conspiracy which also included the researchers, nobody is going to bother modifying the clients in any way which produced inaccurate results.
They =MIGHT= modify them to produce faster, accurate results. But, in that case, who bloody cares? I'm not going to object to someone handing round an honest, genuine client that can plow through 10 times as many blocks in a second, and still deliver the true results back to the central system. And, if the scientists were being honest to themselves, I doubt they would, either. PROVIDED the results could be guaranteed.
And that gets back to why independent result reviews, using slicing, dicing, or some other method of producing non-duplicate data sets, is very important.
It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
I can see it now, some geek going up to a girl to impress her with his falsified SETI numbers).
Somebody who believes in extraterrestrial intelligences can believe in SETI-impressionable girls.
__
__
Men with no respect for life must never be allowed to control the ultimate instruments of death.
GW Bu
May 2001
Dear ProcessTree Network suppliers,
It is with sadness that I have to announce that this will be the last newsletter you receive from Distributed Science, Inc.
etc etc etc...
We will diligently negotiate the sale of the supplier database, with emphasis on the privacy policy under which you signed up. As soon as we came to a result, the new owners will be informing you about any changes they might plan, including an opt-out for those concerned about their privacy under new management.
EEP!
Having a closed source client is not the solution. Cryptography is the solution. Here's how:
1. For each quantum of the distribution calculation in the range you have been assigned store one or more bits of evidence for the result.
2. Calculate a Merckle hash tree of this evidence vector
3. Use cryptographic hashes of the tree root to "randomly" select 64 leaves of the tree
4. Transmit the branches leading to these leaves as proof that you have performed the full calculations
To verify, the server verifies the hash chains of the branches, the randomly selected challenges and verifies the evidence for the selected leaves by repeating the calculation for a very small subset (64) of the assigned range.
You cannot create this evidence without performing virtually all of the calculation assigned to you.
You can still cheat by finding the solution and not reporting it, but there is no incentive to do this.
-
Stop worrying about the risks of nuclear power and start worrying about the risks of not using nuclear power.
I assume you mean the largest single telescope in the world?
"Never let your sense of morals prevent you from doing what is right" -Salvor Hardin
So I trashed it.
If someone doesn't have the courtesy to put at least a "please read the attached letter for a very important announcement" in the plaintext portion of an email, I don't read it. Assuming we all use either a Microsoft or a Netscape client for our email belies some kind of ignorance or arrogance, or both.
And those qualities are also probably also the reason they're failing.
I can see the fnords!
Umm no you are actually quite wrong.
Render programs are free. (povray for example, many many Excellent CG films have came out of povray. Just check the Intertnational Raytracing Competition pages)
Yes some render programs cost exorberant and insane prices, but places like pixar have programmers that write the software, and most good animation houses have their own programmers, so your cost per copy goes from $30,000.00 from the development of the first one to $0.00 for every copy thereafter. (dont give me any crap that there is a cost associated with the copies afterwards, that is pure bullcocky)
Do you think that lucasfilms goes to "CG-R_US" and buys a new effect? nooo, they create it, and then they can use it on 94,999 computers for free.
CG is cheap, and distributed processing (possible in POVRAY for a really long time now) is also cheap.
Do not look at laser with remaining good eye.
I wouldn't recommend doing this. In practice, negativity and bad will, even when justified, often backfires injuring the issuer.
They'd have to do the same for someone who reports a miss. Oh, wait, they already do that.
This is your sig. There are thousands more, but this one is yours.
Their argument against open-sourcing the client has always been that this would allow cheaters and that people would use modified clients that didn't crunch the numbers right. To which I have always responded that with any distributed computational task running on untrusted clients, you would have to do this sort of redundant analysis on each data block anyway. Even a closed-source client can be hacked fairly easily if you really wanted to, so not releasing the source doesn't magically guarantee the validity of any client-side processing. It's nice to see SETI@Home finally acknowledge what some of us have known all along.
So, when will we be seeing the client source code available for download? I'm all ready to start working on an Xscreensaver module for it.
Caution: contents may be quarrelsome and meticulous!
Your right to not believe: Americans United for Separation of Church and
To suppress knowledge of intelligent aliens that exist. Return false negatives if you have a religeous or industrial reason for wanting to keep Earth out of the galactic economy/society.
Well, or to create false knowledge of alients that do not exist. But that isn't realistic because any false positive result would obviously be double-checked.
---
As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
an alternative is the guys from SETI dont say anything to the bad boy and just ignore their results
A listing of notable distributed computing projects are here - (http://www.hardcorelinux.com/distributed-computi
come off crisp and play up to the cynic
clean and schooled right down to the minute
SEO Copywriter. Just Say ON
My questions is Why anyone would want to cheat SETI?
Yeah, especially when there's the new shared IBM mainframe coming out, where anybody can install programs. That's going to be the biggest use of it - a bunch of l33t h4x0rs installing various Distributed.net clients on it, all trying to add more power to their results. Whoop-dee-doo.
What's your damage, Heather?
Uh, yeah... thats what I said... look over there! *runs away*
1. SETI can't afford to buy some massive 'big iron' to get the performance that they get (essentially for free) from SETI@home.
2. The way that SETI@home has been ripping through the data packets, they were going to run out of data to send to the clients very soon (like sometime next year). Any way that they can slow down the process (while increasing thoroughness and reliability) is welcome.
Oh - and SETI@home only uses 1 telescope (not even a satellite) to do it's work: the Radio Telescope at the Arecibo Radio Observatory in Puerto Rico (the big satellite dish built into the mountain that was in the James Bond movie) - the largest single satellite in the world.
I thought I saw this question answered on the SETI@home page a while ago, but I can't find it now...
The reason you gave, "I'm 3117", shouldn't be ruled out.
There may also be some people (yes, I doubt this is common) that don't want to make alien contact, no matter what, so they would send false negatives - they would always want to send a "no pattern" in, even if there is an interesting signal. Yes, lame reason, but it isn't lame to the people that believe that.
--== [N] ==--
I poked around on their site, but I couldn't find any sign of them closing up shop. Anyone got the mentioned e-mail care to post it here?
Though I didn't sign up with them, I found the idea/concept really cool. Too bad to see them go (if that is the case.)
I have an idea for how to at least reduce the amount of cheating going on with SETI: ridicule. Because let's face it if you cheat at SETI you deserve ridicule. You're a worthless mess of a human being who probably hasn't been laid in, I dunno, EVER and has to inflate their self-esteem by turning a quest for Contact into a bigger dick contest. No one respects you. Kill yourself and leave your computer running. Your computer is worth more to society than you are.
Grr. I'm way too high strung today. Where's the bong? But godDAMN people are so freaking simple minded sometimes! What do you gain by cheating at SETI? Higher rankings? So fucking what! Great, now instead of being ranked 39623 your at 32532. RaH. You're my hero. The world is a better place because you cheated. You've fed the hungry and increased our collective wisdom. L0s3r.
Dump core. And pass the bong.
- Rev.On Process Tree it was of no surprise that it failed to me for this very reason. A company would not want to risk their important data with average Joe/Joe Q Hacker on the net for him to poke and pry at it. Until they can come up with a uncrackable(yeah right) encryption scheme this will never become mainstream or even backstream. =) . Only way I would ever see it succeeding is if computer manufactures start putting a distributed processing program deep inside their computers hidden from user => .
Distributed computing is a core part of businesses like Pixar and PDI ("Shreck" animators). They depend on their internal render farms to build their computer animated films one frame at a time.
Several companies offer online render farms for hire; this is a case where someone is selling cycles and presumably, making money.
The difference between these render farms and other distributed projects is the complexity and cost of the client application. To be useful, the render farms have to run copies of 3D animation software that can cost up to USD$15,000 per seat. Add that to the security concerns of the copyright holder, and you probably won't see a free, downloadable Pixar Renderman client anytime soon.
Seems a solution to this would be a client that performs the raw math required for the render software and sends it back to a render controller. Even if it's only 1/100 as effecient as a copy of Lightwave running locally, the sheer numbers of participants can make up for it. I'm sure a studio in a crunch wouldn't turn down the help of 40,000 otherwise idle CPUs!
Someone smarter than me will have to write that particular piece of software. So get to it!
Marc Siry || interactive media professional, motorcycle enthusiast ||
...if you're not running the client, do. If you are running the client and you're not affiliated with any other team, please join team Slashdot.org, if for no other reason than to spite these twits, who are ahead in daily counts these days (from their team page: "The best people. The best effort. The best platform. RC5 will fall again....")
--
As far as I know this is nothing new, distirbuted.net has always done this on thier projects (RC5, DES) to make sure people are actually checking the blocks.
> Wouldn't _you_ want to be the one who discovered a cell call from ET?
Don't you think that SETI would verify the calculations on their own boxes before rushing off to the NY Times with the news?
However, the other way of cheating, namely reporting false negatives is almost impossible to detect, and I'd think that is what the article is concerned about.
Well, quake is a game, so it is a little bit more understandeable (although still not excusable) that people . Seti, on the other hand, was supposed to be a cooperative effort, so this seems odd.
Unfortunately, in order to make it more interesting, and attract the public, SETI's organizers spized it up with high-score lists. Which not only brought more participants, but also provided an incentive to cheat...
A simple solution would be to pull the lists or to only publish aggregate data ("so many blocks calculated by all participants combined")
... and I received no such email.
------
Using different paths through the network to see which one leaks or which message gets warped
Sending extreme data (that the informer has to act upon) through the network (this may be true or false)
The informer may end up ironically being a trusted part of the network as there is too much risk in the informer being found out if they act as an informer (i.e. leak or subvert information).
But then I suppose people may act in an extreme manor under normal circumstances to try to be part of a gang/clan/subculture.
Be Free: Free Software Tuition
get a glue?... I'm rubber you're glue
Just what kind of nurdz are cheating at seti@home? Get a fucking life!
The current Slashdot moderation system is made by gay communists!
For those of you who don't know, there is a SETI@home team composed of Slashdot netizens here. There are currently almost 2200 members in Team Slashdot that have contributed 700,000+ work units to the SETI@home project, for a team rank of 17th. Teams from HP, IBM, Microsoft, Intel, Compaq and Sun are ahead of us! Personally, I'd like to see Team Slashdot show these slackers a thing or two about what nerds can do. A little effort by an individual goes a long way in Team Slashdot. I've got SETI@Home running full time on a crappy little Pentium computer that has churned out only 35+ units and has taken almost a year to do it, and I've still contributed more units than half the Team Slashdot members. I'm gonna upgrade my input to SETI@home. Join me! Let's get a discussion / confessional / pep rally going here about what we can do to upgrade the Team Slashdot effort for what we all agree is a worthy cause!
What you really can't say is that 90% of the people are in it because of the stats. That wouldn't be allowed in a court of law, and won't be allowed here.
I still say get rid of them. Competition brings out the WORST in people, not the best, as evidenced by the cheaters who hacked their clients to download work units, and immediately (after NO analysis) send back a blank results file. These people were "crunching" thousands of units per day and really stinking things up.
If SETI loses any people from having no stats, I can assure you they won't be missed.
Rich...
Ignore Alien Orders
I for one wish they would get rid of the scorekeeping entirely. I crunch SETI units because I enjoy the idea of helping them with their science.
Any users they lose because they were to get rid of scorekeeping would be no great loss. They were probably the losers who were compromising the datapool anyway. (talk about having no self esteem, I can see it now, some geek going up to a girl to impress her with his falsified SETI numbers).
I was one of the first 10,000 people to sign up, and I'll help them with their science as loing as they need me to, scorekeeping or no.
Rich...
Ignore Alien Orders
BMRT - Blue Moon Rendering Tools, is a free, downloadable RenderMan-compliant radiosity renderer, which was written by Larry Gritz, a former employee of Pixar's. It's not exactly Pixar's Renderman (PhotoRealistic Renderman), but it's not bad - and it actually gets used by many of the same people who use Pixar's RenderMan.
Education is the silver bullet.
[sniff, sniff]Hey, what's that funny smell? Urrrggh, eyelids....heavy....soooo sleeepyyyy.....
--
Please consider making an automatic monthly recurring donation to the EFF
The "you use our email, so we're stealing your spare processing power and renting it out and you agreed to this with a click-thru agreement so screw you" company...distributed computing seems to be quite a bargain for them..
----------
ah honey, we're all resplendent - Bill Mallonee
Argh.
'put a bunch IBM Z series boxes straight to the satellites'
That kind of quote really works me up. Ok, so they take a a performance hit checking accurancy, what makes this any different from Anything Else We Do With Computers?? Most things use error checking in some form or another. Yeah i know thats on a smaller scale, but still.
Plus this isn't 'throw up a few boxen to check the data off the sattelites, problem solved' Pick up a Guiness Gook of World Records, this years edition. Take a look for worlds most powerful supercomputer. Know what it is? Seti@Home. And last time i checked, the gov't isn't really throwing seti Huge dumps of cash, so re-building the worlds most powerful supercomputer isn't really an option for them. And since they Still want more users, more cycles, i'd say downsizing their system in favour of a more secure, local computer cluster, is out of the question.
So maybe we'll just chalk it up to the 'not too familiar with SETI' thing and move on.
For something like distributed cryptanalysis or "SETI at home", it would work almost as well if, when a client asked for some work, it was given a random chunk, with no checking for whether it had been done before. This statistically doubles the computational load, but eliminates coordination problems. Yes, you might miss something, but it's unlikely.
More than once I've got a clear signal that was obviously extra terrstrial in nature. The distribution was so far away from random noise that it had to be artificial. I run the data through the Seti program, and what does it come out with? Nothing.
SETI@home beams known signals to the radio telescope as a check to make sure the whole system is still working properly and to call out clients that give false negatives. There are a few on constant frequencies; there are probably others on frequencies that change daily.
Will I retire or break 10K?
Or just some really spoiled kids with some massive Alphas.
Bragging rights. Those with weak confidence attempt to validate themselves through cheating and the belittling of others.
See also: antisocial behavior
I always wondered how people were getting an average of 1 hour per work unit. Then I realize there's some good hackers and programmers out there!
Anyone know where I can buy a seti card?
the results don't have to be VERY correct. They use the results just as a hint where to look closer. I bet the REAL analysis will be done inhouse.
I don't understand how sending rouge data sheets will "catch" the bad guys
Well its well known that "bad guys" can't resist make-up.
Special Relativity: The person in the other queue thinks yours is moving faster.
the idea of distributed computing as a business model is perhaps a bit premature.
Premature? Premature?! Of course it's not premature, it's about 30 years too late. Distributed computing used to be nice and profitable, but processors are just too cheap now for it to work. For large-scale, nonprofit efforts like SETI, sure, but if someone's actually going to pay to rent computer time, it would just be cheaper to buy the processors themselves. Or, if it was truly profitable to rent computer time, specialized computers with intel/amd clusters would pop up to provide it with less overhead.
--
You've got my support on that one. I agree entirely. Seti can have that much of my personal info, and if they catch a cheater in my area they can call on me to 'take out the trash'. :-)
If you're hearing rhetoric about Linux, open source, or Mac and everyone's bashing Microsoft, you've found Slashdot.
Another Excellent idea. Kudos on this one! This way everyone wins except the cheater who's killing his cpu for nothing :)
If you're hearing rhetoric about Linux, open source, or Mac and everyone's bashing Microsoft, you've found Slashdot.
it went belly-up not long ago as well, citing the "economic downturn" as the main reason...
Comment removed based on user account deletion
Comment removed based on user account deletion
In their recent paper, "Uncheatable Distributed Computations," Mr. Golle and Mr. Mironov explain how to verify that the work has been done, by inserting special checkpoints, or "ringers," into a unit of distributed data. If the data is returned to the sender without the purposely planted material among the results, the organization knows the data was not processed and the user is trying to cheat.
I think this is probably the easiest way to keep the users honest. Instead of having each unit processed twice, by two different people and diffing the results to hopefully catch a cheater, they simply add a little overhead to each unit and have a little section of the unit that they check for upon completion. Essentially each unit will have a section of the results which matches up with known info about that unit. If it comes back without that section matching the original key section, then it can be assumed false.
Of course, there is a caveat to this. If J. Random Hacker is a true follower of Discordia and finds out how/where these "authentication" blocks are stored in the unit, he can fake those as well. I think these authentication blocks of unprocessed code should be generated pseudo-randomly with different positions in the unit and lengths each time. Hopefully they will be able to avoid detection by jerks who wish to falsify data. Now why someone would want to mess with a project like this one anyway is beyond my comprehension, but that's another question entirely.
Steven
-- I have marked myself unwilling to moderate-- I don't have other accounts to artificially inflate the karma of
Instead of the news about ProcessTree shutting down being related news, it's directly mentioned in the article.
"As soon as you offer any kind of incentive, you will invite cheating," said Armin Lenz, a former executive at a commercial distributed computing company who is familiar with the need for security in online projects. "Be it stats, money or giveaways -- it is just human nature to try to get things the easy way."
Armin Lenz was one of the founders of ProcessTree. In this article they call him a former executive. Voila, two news pieces in one, Seti@Home trying to stop cheaters and ProcessTree gone. Now ProcessTree needs to update their website to reflect their closing. But at least they did a good thing as one of their last gestures. The full text of the press release, Acrobat reader required, is here.
Steven
-- I have marked myself unwilling to moderate-- I don't have other accounts to artificially inflate the karma of
Perhaps they watched Contact too many times. Wouldn't _you_ want to be the one who discovered a cell call from ET? (Of course SETI would claim all the glory, but you could still try for your 15 nano seconds of fame --> I mean wouldn't it be just like Slashdot to report "The NYTimes has thisarticle up about the computer of the guy who discovered the message from Andromeda last week. When asked what his number crunching secret was, its owner, Joe Milkdud, said "My advantage? Well I think it was when I overlocked my Athalon to 800 MHz... that just put me over that computational edge. And the extra 256 MB RAM helped too.")
I repeatedly try to get interest from the government over this, but they aren't interested. I mentioned it to the roman catholic church, and they were horrified. I think it mut interere with their religious dogma or something. I sent it to Carl Sagan. He mysteriously died.
The truth is out there. They don't want you to hear it!
Why not inject nuggets of data from previous (valid) packets randomly thoughout each new work packet? Keep track of where this injected data goes, and check to see if the returned packet contains the right data. Or put a random false signal in each one, and check for it. If not there, you know something is wrong. There are probably more effective way around this though.
--- At my sig, unleash hell.
Why??? Why would anyone cheat at this? What is there to gain from it? I don't go checking the scores to see who has the greatest computer. It's not the point of the exercise. I don't have PC envy, and I'm surprised if anyone else does too.
Here are some warning signs that you may have a SETI hoax on your hands:
In other news: Bi Curious: The Senator Jim Jeffords Story
Some people take a lot of pride in such, as a mark of their ability to squeeze the maximum performance out of their server farm. If you get signficantly interested in such to join a particular team, a fair amount of kudos can be gained among like minded folk by contributing a large tally on joining or ramping up the production, helping them to push closer/ahead of rivals. Thus the potential for temptation.
troodon.net
Why pay for the cow when you can get the milk for free?
Curb CO2 emissions: Kill yourself today!
But the problem is not ordinary punks hacking the client to create false positives. No, the problem are those Beowulf clusters in underground NSA facilities making all the false negatives!
--
--hongpong.com
My questions is Why anyone would want to cheat SETI? I could just see the guy now:
"LOOK! i'm high on the hours list with 31337 years of data done on my computer for SETI. I RULE! Oh god, I wish I were dead..."
I don't know why this seems surprising to people. If you're working with a distributed project of this nature you'll always get some joker that will stuff up the data, just to see what happens. Any results that this project gets has to be VERY correct, otherwise they're all gonna look like bunch of tits. I just assumed that they would be doing this when I started helping out ...
Pretty good article about SETI researcher Kent Cullers in Business Week.
Watching Cowboy Bebop in my jammies, eating a bowl of Shreddies.
Sorry to work you up, but it was just a post. It got 8 replys, and made my karma higher.
So maybe we'll just chalk it up to the 'not too familiar with SETI' thing and move on. -- Done
TEN
I admit that I am not terribly familure with seti, but I know that they use huge amounts of collective cpu time via the distribution of processing to remote processors. My comment relates to who decides how much of a performance hit do they want to take to insure accuracy. Do you send sheets of data out twice, and reduce your net performance by half? I don't understand how sending rouge data sheets will "catch" the bad guys, wouldn't the one that get caught just change their IP/User Name and start sending bad data again? I'm afraid that if SETI really wants security, put a bunch IBM Z series boxes straight to the satellites, and let little instances of Linux churn over the data.
TEN
What SETI needs to do is get verified e-mail addresses, real home phone numbers, real-world addresses, IP addresses, etc. and verify the data. If they catch a cheater, publish the information on the net, complain to the abuse department at the cheater's ISP, etc. They might even go so far as to launch a civil suit for damages, punitive and compensatory, against the cheater. Take those steps and cheating would be a fraction of what it is today.
Not to pick nits...but "I'm 3117"? Don't you mean "I'm 1337"? I can't believe I'm posting here correcting d00dspeak, I need to go rummage around and find a life.
Best. Comment. Ever. Enjoy!
I think as long as these sites keep stats and "score" individuals or teams you're going to get cheating. It's kind of sad when you think about what can come out of the SETI program and people are out there sending false data just to make them look good. This won't stop 100% of the cheating, but I believe not showing or ranking individual stats might cut it back some.
'Same speed C but faster'
John
remember when it was {of|for|by} the people?
So somebody's trying to manipulate the system in order to artificially inflate a meaningless number in a database! How shocking! (Score=5, Insightful)
Toronto-area transit rider? Rate your ride.
The goal of cheating is to better the chance of winning. Cheating also assumes you are giving a correct answer (if you are cheating well). Only they know the correct answers.
...we'll never find out if there is intelligent life out there or not.
While SETI and NASA are jumping the gun and declaring a fake packet to be a sign of "intelligent life out there" and awarding some loser a lot of money for making the find, any real signals that for no apparent reason which are aimed specifically at us, won't be processed because the SETI@Home project will have achieved its goal.
Now if only CounterStrike games could end so vividly.
"Cheater detected, cheater wins, GAME OVER."
Heh.
- Open distributed computing good:
Much CPU idle-time devoted to some useful(?) endeavor, as well as more minds working to build a better program (better being one that is more efficient, more user-friendly, prettier, whatever)- Open distributed computing bad:
Due to the nature of man, someone's going to try to mess up the data, thus forcing everything to be checked and cross-referenced, reducing overall effectiveness.Since these problems exist, the next question is, "Is open distributed computing worth it?" I don't know how much the SETI@Home project costs, but I can't imagine it's cheap. What's to be gained?
Even if it looks like a duck, and quacks like a duck, you can't be sure until you see the RealDuck
we're talking about SETI@home here, not just SETI (the Search for Extraterrestrial Intelligence). thought i would clarify...