Free Day 2012 Recap

Let's go over the numbers for Free Day 2012

Favorited Favorite 0

Another January, another Free Day come and gone. Win or lose, we hope everyone had fun, we sure had a lot of fun in the building here putting it on!

Free Day 2012

Numbers

Let's go over some numbers, then I'm going to write a bit about how we managed to pull it off this year.

  • 6,437,592 Correct reCaptcha solves - This is the number of people who filled out a reCaptcha successfully. This does not count unsuccessful attempts, including those made by people, automated bots or just those pressing "GO" over and over again with a blank box.
  • Supposing the average user takes 4 seconds to fill out a Captcha, there were 7188 hours spent solving Captchas, that's almost ten months!
  • Every Captcha passed through the SparkFun servers - at a rate of just over 300 per second for the 355 minutes that we were actively giving money away.
  • 32,137 unique visitors to /free_day/ as reported by Analytics. This loosely represents how many people took at shot at winning.
  • Dividing those, we get that the average user filled out 208 Captchas each. That's a lot of garbled words!
  • 704,617 Pageviews on the site over the course of the day.
  • Of the 2,000 promotional codes given away, 473 codes were redeemed on free day. Almost a quarter of y'all just couldn't wait to spend your bounty! In fact, the first local pickup order from Free Day winnings was at 10:45, less than two hours after the event began.
  • We gave out promo codes at a rate of 5.6 winners per minute.
  • We had 7,776 new accounts created on Free Day.

Numbers for the Nerds

  • At its peak, our MySQL server was serving up 13,380 queries per second.
  • Throughput in our network peaked at 1,214.35Mb/s.
  • Bandwidth from our data center peaked at just over 76Mb/s. (See note about cloudfront below)
  • At its peak, we had 84,220 active TCP connections.
  • We blocked 32 bots from actively participating in Free Day.
  • We took down one external site by sending them too much traffic. (Sorry, Pachube!)

Free Day 2012
The actual setup - the cap was removed from the Geiger tube during Free Day

How We Did It - For the Nerds

If you have experience with the first two Free Days, you might have noticed that this one went quite a bit smoother than in years past. Aside from an initial hiccup while traffic ramped up a full order of magnitude over a span of minutes, the site was responsive and snappy for the next hours as we dealt with the insane amounts of traffic. So what changed from years past?

We put to use some new software and hardware in our web stack. We now have two beefy web servers each with 16 cores and 32 GB of RAM, and a database server with double the RAM. In front of the web servers, we have redundant hardware load balancers to divvy up traffic to the two machines.

In addition to optimizing our own code base to run more efficiently on the hardware we've got, we changed some of the open-source software we use to run things. We jumped ship from Apache in favor of Nginx to serve web pages, with PHP-FPM doing the heavy lifting behind it. In front of everything, we are now running Varnish to cache pages where we can - which proved invaluable to putting on a successful Free Day with the traffic we saw.

When tracking down bugs from last year, we noticed that MySQL was a culprit more often than not when it came to slow-downs. In some places, we've replaced the use of MySQL with the document store MongoDB. For some data, including some hierarchichal data, it just made sense. This is one reason we can keep the page generation time for pages like yesterdays post, with over a thousand comments, so quick. Unfortunately, due to a small bug in Mongo's PHP driver,  we experienced an initial slowdown until we could isolate the problem.

In the past, we served all assets from our own servers. During normal load, this was fine - pages were snappy and our bandwidth wasn't too outrageous. Of course, during Free Day everything changes :) Last year we were pushing much more bandwidth because we were serving all static content ourselves. Since then, we've changed things around to use Amazon's Cloudfront. Cloudfront is a global CDN that sits in front of the ever-popular S3 storage service that can deliver content to users from edge servers all over the world - and keep the bandwidth on their infrastructure instead of our own. This does put the bandwidth number above in perspective, though. The 76Mb/s we were pushing through our data center was almost entirely just gzipped text! That's a lot of bits!

Geiger Counter?

Geiger

Any computer scientist will tell you that random numbers that computers come up with are pseudorandom, that is they are still bound by their nature to be predictable. Even if there's a 1 in a million chance (or more), it's a chance nonetheless and can therefore be predicted beforehand. What, then, can we do to generate a completely random bidding system?

We decided on a Geiger tube to measure background radiation. The Geiger tube pulls a pin low every time it detects a piece of radiation, which for all intents and purposes is completely random and entirely unpredictable. We set up an Ethernet Pro to watch for these interrupts, and send a byte to a daemon running on one of our web servers to alert that the next participant was a winner.

Here's the Arduino code:

And for completeness, here's the bit server that Ben wrote in C to handle the extreme load of handling the hundreds of requests per second we saw on Free Day. He benchmarked it to something like 600,000 requests per second.

Conclusion

Love it or hate it, Free Day has come and gone another year. We in IT think it was success in that we were able to give away the money, and even under our own terms. We were aiming to stretch it out a bit more this year, rather than have it a flash in the pan and over with in just a few minutes. To that end, it was successful, and completely random.

I hope this gives some insight as to what goes on in the IT room at SparkFun during (our) busiest day of the year.

To all that won, congratulations! To those that didn't, thanks for trying and we all hope you had fun.

Captcha


Comments 199 comments

  • G.G / about 12 years ago / 34

    The SparkFun team rocks! They chose to freely give 200k..... It was not a must win for everyone. The mere fact the page loaded initially was a great motivation to enter captchas.

    You guys are great..... THANK YOU FOR THE FREE $$$$$

    • Maybe do you know to to actualy spend these 100$? Do you have to provide actual payment at first and then get hold of 100$ gift bonus? Oh, and captcha will never suprise me ever again!!! Hats off to the SFE team!!!!

      • FOB / about 12 years ago / 1

        To redeem your code, enter all the items in your cart as usual, and during checkout, there will be a place to enter a promotional code. The code is one-time use only, and it won't cover shipping (sorry). You will need to enter an alternate form of payment for shipping and the value of items/taxes over the $100.

      • EvilGenius121 / about 12 years ago / 1

        I think all you have to pay for is shipping . Maybe :)

        • jma89 / about 12 years ago / 1

          Nope. Codes are good as any other payment method, just like a CC.

          • MostThingsWeb / about 12 years ago / 1

            Not true, see http://www.sparkfun.com/news/782#comment-4f0f57afce395fe04a000001

  • Member #194186 / about 12 years ago / 21

    Frankly, typing CAPTCHA after CAPTCHA after CAPTCHA was not fun. After a while I decided it wasn't worth it. Last year's Free Day was a lot more fun, interesting, and informative.

    • Comrad_Durandal / about 12 years ago / 8

      Yeah, not fun. Completely fair and somewhat random, sure - fun and -that- are not in the same experience together. Nice bit of hack involved in the back-end to ensure randomness, though - kudos.

      • cryptographrix / about 12 years ago / 1

        How was it fair? Anyone that was even busy in the slightest could not participate.

        • It was fair because it was random and drawn out. So if you were busy for the first hour, no worries, there was still more time. Plus you didn't have to sit there all day and type so those who did increased their chances but everyone who entered at least 1 correct CAPTCHA was guaranteed a chance at winning.

          • Ondo88 / about 12 years ago / 4

            Also, as it didn't last 24h, your chance to win was geographically affected.

            • Sleepwalker3 / about 12 years ago / 1

              True. It started about 3am here, I did it for a short while, then did a little more just before going off to work. It would be much better if it went over a 24hour period, though this would probably be tough for SF to organise.

          • The sparkanter / about 12 years ago / 2

            You guys are jelus.

        • icyfyer / about 12 years ago / 5

          I completely disagree. I was very busy, and even took about an hour break in between and still won. It wasn't about how much time you spent mindlessly typing; it was legitimately completely random.

          • diz / about 12 years ago * / 3

            There's a lot of people throwing out the word "random" with any one of a number of misleading qualifiers ("100%", "completely", "absolutely").

            I will give you that the probability of the geiger counter picking up radiation (pR) and turning that bit high is as close to random as you can get. However, since you may enter more than once, the overall probability of winning is NOT random -- it is a function with two inputs, one of which is user-defined.

            The probability of winning (pW) is multiplied by how many times (N) you enter (i.e., fill out a correct captcha).

            The overall probability of winning is, thus, pW = pR * N

            For those with nothing more important to do for that 355 minutes but enter captchas at the rate of 15/m (1 every 4s), your probability of winning is roughly 5,325 times the probability of someone who enters only one captcha and roughly 6 times the probability of someone who spends their entire lunch break entering captchas.

            It's not random. Stop saying that it is.

            • Member #40104 / about 12 years ago / 3

              I'm sorry, that's not right. If your probability were the odds (2000/6,437,592=0.03% or 1 in 3219) times the number of attempts, you would be guaranteed to win if you entered 3219 captchas. Your actual odds of winning with N captchas are 1-(0.9997)^N. If you entered a captcha every four seconds for the entire 355 minutes or 5325 in all, your odds of winning would be 80.9%. On the other hand if you entered 1000 captchas (which is still a lot!), your odds of winning were 26.7%. Based on the total participants, your odds in winning were 2000/32137, or 6.2%.

              You're right that you can affect your odds by how many times you entered those mindless letters, but nothing could guarantee that you win (and I didn't...)

              • I would just like to point out what "probability" means. What it does NOT say is that if you have a 1/3219 chance of winning, you will win if you enter 3219 times. What it DOES say is that on average it would take 3219 to win - some will win in less tries than that, others in more.

                It was "random" (a random variable * a deterministic variable is still a random variable), just not 'fair' in a statistical sense. In the same way that if you roll a weighted dice, it is random what it will land on, but there is not an equal probability of each event occuring. The statistical definition of randomness is that doesn't follow a predetermined pattern.

                But anyway it definately wasn't fun or informative like the quiz last year.

                (Oh, and I'm not whining that i didn't win, I made the decision not to bother, and am fine with that)

          • littlefreak / about 12 years ago / 2

            Or atleast out of the hands of any human.

    • No Such Nick / about 12 years ago / 6

      My main problem last year was that, i didn't know wether it was fun or not, because i never saw anything but error pages. While i didn't particularly like captchas, this year was a huge win for me, because it was the first time that i acutally saw the sparkfun page and not just some error message

      • Rawdust / about 12 years ago / 1

        The error pages was solved by moving most of the traffic to the Amazon cloud.

    • BBB / about 12 years ago / 1

      Give us only 10 to 20 tries each next time. That will make it fun again.

    • raul7 / about 12 years ago * / 1

      Agree, very frustrating, I felt like a Guinea pig running in my cage for $100...

      How about instead giving some percentage of the money for an anual discount to loyal customers on a membership years/total orders basis?

      • Sleepwalker3 / about 12 years ago / 1

        I covered that in several comments yesterday - Not all SF parts orders go through SF - Many of us who are overseas have to go through resellers and I believe their is also a retail chain selling them - all are legitimate SF customers, just not off the site.

  • Oladon / about 12 years ago / 15

    I had fun. Thank you, SparkFun friends, for another great Free Day.

  • jpvlsmv / about 12 years ago / 11

    I didn't win, but I had more fun (and felt more productive) translating text from scanned documents on behalf of reCaptcha than I would have wasting my own money at a slot machine. And besides, I could have stopped any time I wanted to :)

    Thanks, Sparkfun, for a great way to give back to the community. --Joe

  • sgrace / about 12 years ago / 9

    I want to say congrats to all of SFE IT. You guys always amaze me on what can be done.

    Having done all of the Free Days in the past (I became an SFE customer after the first one in college), this was by far the smoothest running Free Day.

    Wanted to give another tidbit on the captcha. An average publisher will look at manuscripts that are around 40,000 words.

    So each captcha has 2 words used, so from the correct captchas (assuming all users typed in both words) we get: 12875184 words.

    Divide that with an average word count of a book...

    The SFE Community (in theory) successfully completed 322 books (actual number is 321.8796).

    Quite impressive!

    • EvilGenius121 / about 12 years ago / 2

      I saw quite a few CAPTCHAS i had done before after the first hour...

  • Bunk / about 12 years ago / 9

    Thanks for the free stuff! I can finally get that hot air station I've been drooling over!

  • Member #196465 / about 12 years ago * / 9

    I'm going to repost a comment I submitted this morning on the previous article; sorry for the redundancy, but with over 1000 comments on the last one I wanted to be sure this was seen:

    Why not design a kit for a device that people can buy (for as little as possible), assemble, and plug into their computer that does what we just did this year for us? You can still have the random drawings, limit to one prize per account, and test the servers, but do so in a way that does not require mindless, unproductive effort. Rather, it encourages some to start in electronics, and no one feels swindled out of their time. (Yes, I realize we all chose to participate.. but with this year's method there is a huge, unintended cost in the number of man-hours of work and creativity lost to the hours of typing and recovering from said typing. I'd even be so bold as to guess the cost exceeds the $200k given away.)

    You could advertise the device a few months in advance, with pre-ordering so you don't make more than necessary. As long as the kits are delivered no later than two weeks before Free Day, everyone should be able to find enough time to put it together and test it.

    There are certainly some issues that would have to be addressed, but we've got time until the next Free Day. =) What do you think?

    • We've actually talked about the possibility of distributing some sort of physical platform beforehand, should we run a Free Day IV. The downside, I think, is that it would really limit participation for what's traditionally been a free-for-all. That said, I wouldn't absolutely rule anything out at this stage. You can be pretty sure it won't work the same way twice.

    • Erik-Sparkfun / about 12 years ago / 2

      There's one unfortunate problem with your idea, as awesome as it sounds: International customers. Even if we manage to create such a device at a cost of maybe $5, for many people in the world they would end up paying at least an additional $10 of shipping and customs. That's a lot of money to put out just for a CHANCE to possibly win more SparkFun money.

      • cryptographrix / about 12 years ago / 2

        "At best, users learn to tolerate the CAPTCHA. Never abuse their tolerance, and use CAPTCHA as rarely as possible - i.e. only when you're sure it's needed." - http://captcha.biz/articles/captcha-best-practices.html

        StillFuming

        • scharkalvin / about 12 years ago / 2

          I'll say it again. Why not use Lady Ada's Resistor color code gizmo?

          Look at the bottom of the page: http://www.adafruit.com/blog/2012/01/12/who-are-arms-top-ten-customers/#respond

          • I'm a deuteranope. Not to mention it is quite easily beaten; it works on a low-traffic low-reward system like comments on a blog, but when people are determined to hack a system it'd be pretty trivial to break.

            • cryptographrix / about 12 years ago / 2

              Did ya happen to see the amount of dyslexics angry here yesterday?...

          • pimoroni / about 12 years ago / 4

            Because it does nothing to benefit society like Recaptcha attempts to do. Even with the people who decided not to try and fill them out properly, there's a lot of good done for transcribing old books.

      • Member #235520 / about 12 years ago / 1

        maybe you guys can have some sort of software you download that keeps on entering...

      • Lowlight / about 12 years ago / 1

        Perhaps it would be but they would have to decide if that ~$15 is worth the chance and the fun/education of building the hardware platform that is proposed. They might be able to repurpose the device after the contest. Perhaps the design could be open enough to allow people to source most/all of the parts locally which would also help negate the "they're using the Free Day kits purchase price to offset the Free Day money given away" complaints. You know that whole "no purchase necessary" clause in most contests. Of course $freeDay4Funds = $freeDayKitSales + $normalFreeDayFunds.

      • Member #196465 / about 12 years ago / 1

        Perhaps, then, in addition to offering a kit you could put up the design and code? Those who already have what's needed could make and program their own. Those who don't could look at simplifying, such as using a breadboard instead of a PCB. Just tossing out some ideas. I really think this could work if it's planned out right.

        • customerX / about 12 years ago / 1

          Yeah. Make it cheap, simple, open source and post code. Apply a portion of the profit from selling kits towards the next free day. Oh, and for goodness sakes, don't involve your Department of Hacks mindless idea of using captchas.

        • Maybe you could build a device that could double as a arduino clone or similar, so it could be used after the next free day for a project.

    • TLAlexander / about 12 years ago / 1

      Sparkfun said there were about 7188 hours spend solving captchas. Depending on the average Sparkfun user's wages, thats between $50k and $150k of lost wages.

      But that depends on how creative the people would have been in that time (if they were not at work) and many other things. I'm sure some Sparkfun users make over $50 an hour and some make $8 an hour or nothing at all.

    • icyfyer / about 12 years ago / 1

      Reposting my reply to your comment on the other thread:

      I think this is a great idea, but have to bring something to your attention. As was said in previous comments, SparkFun customers are some of the most intelligent in the world. That means that if the specs for the kit leaked (which they would), if they made it open source (which they most likely would, and should), or if someone could decipher it from the photos and description on the purchase page, it is guaranteed that we customers would find a way to overclock it, or otherwise drastically increase the efficiency of the system. That means that those who have engineering/programming degrees have a much higher chance of winning than the newb. This is especially true if the device can be purchased ahead of time, reverse-engineered, then posted as an article on www.hackaday.com. The game would be over before it even starts.

      Like I said, a tremendously good idea, but it would be very difficult to implement.

  • klock / about 12 years ago / 9

    Can't wait until next year! Keep up the good work, guys.

  • bsidhipo / about 12 years ago / 9

    Thanks for the good times. Productivity went to nil yesterday, but it was fun. And that rageguy was a nice touch.

  • Member #124252 / about 12 years ago * / 9

    I would love to see a statistic of how many people won from each country. Can you post it? BTW it was a lot of fun, but at first looked impossible to win.

    • Some quick SQL says we had winners from 56 different countries, with the vast majority in the US (1442) and Canada (108).

      We had good showings from the UK (41), Spain (34) and the Netherlands (39) as well.

      Further down the list we have Australia, Japan, Israel, the Ukraine, Malaysia, Lithuania, Kazakhstan, and Kenya. I can post the full list if you'd really like it.

      *edit: Here's the full list before anyone asks. Some users didn't specify a country, so we're off by a couple, but this is a very good representation.

      • icyfyer / about 12 years ago / 8

        I guess I'm the only winner from Qatar. Like a BOSS!

      • lesto / about 12 years ago / 2

        yeah, if you can provide full list, also the total number of incorrect capcha, and maybe a graph of "number of winner/hour" can be really interesting...

        by a winner from Italy :-) THANK YOU SPARKFUN!!!

      • Sleepwalker3 / about 12 years ago * / 1

        Hey Dave, My primary address is set as Australia, but when I view my profile as others see it, is still shows as United States - I advised SF a while back, but it's still the same. Are some of your stats perhaps off because of this?

        • The address that appears in your profile is indeed different than the one we mark on the box we ship to you. For these stats I pulled in the default shipping address from each winner; it might not be the country where the winning shipment winds up, but it's the most accurate way of gauging from which country the winners are from.

          I've got a bug assigned to me about letting customers edit their country; I'll see about getting that fixed ;)

          edit: Bug fixed; you may now set your country from your profile page if you're logged in. Note this doesn't affect shipping, just shows on your profile where you're from.

          • Sleepwalker3 / about 12 years ago / 1

            You're a legend Dave - I don't care what Rob says about you!

      • akhlut / about 12 years ago / 1

        Any chance of seeing some raw data from the event? Wins/losses over time? I think that'd be interesting to some of us who enjoy probability. I monitored the live feeds from pachube but they weren't very informative even with the time resolution bumped up...too bad. Also, why does pachube list 2065 winners?

        • Good question!

          Pachube didn't list winners per se, just winning tickets from the ticket server (source code link in the post). There were certain times when someone could get a winning ticket from the Geiger counter, but denied for another reason, like failing an IP check from an IP that was running a known bot.

          I'll see what we can put together for raw data. We kept logs of data we had access to, it's just a matter of formatting it and making sure it's stuff we don't mind putting out there. Is there anything in particular you'd be interested in? Just wins and a timestamp, or anything else?

          • akhlut / about 12 years ago / 1

            Wins and losses would be good. I'm not sure what other data you collect, but I don't want anything that will personally identify an individual. What is your timestamp resolution? 1 s? 0.1s?

            I think I may have been one of those 2065...saw a different screen twice but got sent back to a captcha. I thought it was an issue with chrome. Oh well.

      • Member #124252 / about 12 years ago / 1

        Thank you. Very interesting.

      • greyitan / about 12 years ago / 1

        Given that China has the largest population in the world, I'm surprised that they don't have a winner...

        • JerryRigged / about 12 years ago / 2

          Do we know if china can even see this page? The "great firewall of China" might have this page blocked due to it's openness and creative thinking.

          • According to this, and from anecdotal reports, I don't think we're blocked, though I suppose it's hard to know with certainty. I'd expect language barriers and timing to be bigger factors. Plus we just don't sell much to China, as far as I can tell from a quick glance at order data.

        • rstaph / about 12 years ago / 1

          The people in China wouldn't need to enter, they can just get all the sparkfun stuff factory direct at a 90% discount.

  • The SF Team!!

    "6,437,592 Correct reCaptcha solves".. shall this number employs that we have spent hours for digitizing the non readable OCRs for Google Library?? if yes, then we can't treat it as a worthless activity..

    Love SF!! Cheers!!

    • Shadyman / about 12 years ago / 1

      Besides the folks that were deliberately faking the text-to-be-OCRd to submit entries faster

  • BigHomie / about 12 years ago / 8

    I didn't win, but I had fun. Reading those captchas was insane.

  • Member #32561 / about 12 years ago / 7

    I love that you guys used a friggin geiger tube for random selection. That is so funny; you are huge nerds!

  • kylehotchkiss / about 12 years ago / 7

    I am very impressed with how y'all and how recaptcha held up in all that. This proves what free day was really about and how effective it is..

    and y'all already shipped my package? WOW!

  • Fuzums / about 12 years ago / 6

    Thanks for another freeday Sparkfun - your contributions to our hobbyist community are irreplaceable and much appreciated :)

    • Supporting the community: $200,000

    • Supporting me: $100

    • Ability to solve captchas at break-neck speeds: priceless.

  • zool / about 12 years ago / 5

    It's pretty cool to think that a radioactively decaying atom helped me win $100

  • antithesis / about 12 years ago / 5

    Wow, my analysis from yesterday (based on pachube) was right on the money!

    • If we distribute 2000 awards evenly in a period of 6h, you get about 1 award every 10.8secs.

    • At the rate that SF received successful attempts, there would be about 3,200 attempts within that time.

    • Within the same time you would have made about 2 successful attempts on average, which gives you a probability p=1/1600 every time.

    • If you plug this into a binomial, you’d still need about 1,000 attempts to get a 50% chance of getting at least one winning one.

    • at about 1 attempt every 5 secs, this would take about 1h20mins (just for a 50% chance).

    • crenn / about 12 years ago / 2

      I did 3.5 hours nearly continuously with an average rate of 1 per 4 seconds and an error once every 40-60.

      Oh and the result, no win for the 3rd year in a row. Well, there is always next year!

      • antithesis / about 12 years ago / 1

        Don't forget that some people won within the first minute of trying and for each one of those there are others that spent the entire time trying without getting anything.

    • EvilGenius121 / about 12 years ago / 2

      about what i did. I am the (bottom) 50%!!!! :)

  • jbaker / about 12 years ago / 5

    I'd just like to share my collection of WTF moments while filling out CAPTCHAs... to reCAPTCHA's credit, this is out of 6 hours of filling the things out.

    http://imgur.com/a/E7QX8

    • Fuzums / about 12 years ago / 1

      I got one that contained a racist word pertaining to my own race :(

      ...or at least I think that's what it said

  • SlyVixsky / about 12 years ago / 4

    that 208 per user is definately an average :) though i didnt win ill definately be back next year!

  • Member #101680 / about 12 years ago / 3

    Last year and the year before was awesome this year sucked i like that sparkfun gives money for free but i am tired of losing for 3 years and being a loyal customer. Sparkfun hears the complaints every year and I am sure that have seen client drop after each free day event.

    Try http://www.parallax.com/ http://www.makershed.com/ http://www.microchip.com/ http://www.microchipdirect.com/ http://microcontrollershop.com/

    just tweet and youtube your issues and maybe sparkfun will isten

    • MattTheGeek / about 12 years ago * / 3

      or seeedstudio or Tayda Electronics or FuturLec or Jameco or iteadstudio or Electronix EXPRESS or AllElectronics or Pololu or local fry's and radioshack. Local stores have begun to stock large amounts of electronics (Breakouts, Arduinos, Parallax Propellers, and sensors!) For a huge list, check out ladyada's where to shop. Shop around, SFE isn't the only electronics resource for hobbyists. Also on average other shops cost 25% less (give and take). Sparkfun, Give us a reason why someone should continue business here.

      Sure sparkfun is filled with great people, but i'm quickly losing the reason why i should spend time and and money here. The spark sparkfun had years ago is dying...

  • MattTheGeek / about 12 years ago * / 3

    My free day Questions:

    7188 hours spent solving Captchas

    MATH TIEM!

    If one worked for 7188 hours, one would make:

    $64,692 at $9/hr

    $107,820 at $15/hr

    $215,640 at $30/hr

    $395,340 at $50/hr

    And perhaps, avoiding repetitive stress injury. (So was it worth it?)

    blocked 32 bots

    How can you be sure these weren't humans?

    32,137 unique visitors to /free_day/

    Ok, so you made 32,137 people fill out captchas? I'm interested in the return rate of those visitors later on.

    I'm also interested on how many people truly curious about embedded electronics who turned away yesterday after trying furiously.

    Dividing those, we get that the average user filled out 208 Captchas each. That's a lot of garbled words!

    Explain that to the users entering them all day.

    My favorite was

    Wont win

    More than anything, i'm interested as to once a user wins and uses his/her's code, How many of those people return to sparkfun later on to order more? and how many people that previously placed a order got credit?

    If the credit got to someone who is truly interested in learning and doing embedded computing and electronics, then i'm happy. The credit went to a excellent cause.

    Originally freeday was based off giving back to previous customers as well as funding curious inventors and hobbyists to jump into the world of embedded electronics:

    First and foremost, we want to give back. We've had a stellar year in 2009, and it's all because of you. So please, have a beer (or a Stepper Motor Driver) on us.

    Also wondering why SFE has never done any promotions that would be accessible to EVERY registered user? Or even a sale (Not deprecating products)?

    It would just be nice for SFE to accept outside input... (Or it's trying to get your idea to the right person and knowing it was acknowledged...)

    Just my thoughts.

  • Didn't win anything but I'm always interested to learn more about your software setup, I think it's great that you are trying to take an open approach to development, makes people like me want to contribute

  • tails / about 12 years ago / 3

    I Really liked the randomness of Free Day 2012 and the system on Sparkfun's end was awesome. After trying all day and not winning I wish the system was set to improve my odd's with every captcha I mindlessly filled out.

  • Member #28099 / about 12 years ago / 3

    It was very exciting, I thought about quitting, but I did not. I was very happy when I won, mainly because it is one of 17 of Brazil. Congratulations on the free day.

  • tetsujin / about 12 years ago * / 3

    The CAPTCHA thing got me thinking about other ways something similar to this year's give-away could be done... One thing I thought of was that instead of a CAPTCHA, it could be a minigame - like the five-second games in Warioware, or something about the same complexity as (but less time-consuming than) Pac-Man. Bots would be blocked by the fact that the game software is new (created for Free-Day) and by a rotation of multiple minigames... I think it could be a fun way to do it. Though I suppose there would be other problems... And I'm guessing next time (if there's a next time) more than just the Turing Test will be different... Thanks again. It was exciting to look forward to Free Day, knowing I'd have a shot at the prize, and most likely with a lot less page load failure than I remember from the first year... And while the CAPTCHAs themselves weren't fun after a while, gunning for the prize was... So, good times. (I am one of those who redeemed the Free Day prize on Free Day - you guys had mentioned that there's fewer orders leading up to Free Day, and then a deluge afterward - given that there's a limited time to redeem the code I didn't want to wait and possibly have stuff be out of stock...)

    (now that I think about it one of the big challenges in the game idea would be what kind of information the game reports to the Sparkfun server and how you'd keep people from spoofing that... Care would have to be taken to make sure the game code is reasonably tamper-proof, and that the only way to get it to produce a "win" condition is to actually play through the game...)

  • I have enjoyed Free Day every year, and even though I came up empty once again, I was glad to be able to help Sparkfun test the limits of their servers. And perhaps that's the thing. Maybe if you renamed it "Help Sparkfun Punish Their Servers Day", and added, "For helping out, 2000 lucky winners will receive a $100 gift code!", fewer people would feel entitled to free money just for showing up on your site, and there would be less whining. Thanks again, and keep up the great work!

    • scharkalvin / about 12 years ago / 1

      If they really want to test out their servers they could always hire a few script kiddies.

  • scharkalvin / about 12 years ago / 3

    The one thing I didn't like were the snide remarks passed when you entered an invalid Captchia. Come on some of those were HARD! (Maybe I should have pressed my control+plus keys a few times to enlarge them?)

    • pimoroni / about 12 years ago / 2

      Heh, this bothered me more than I thought, too :-) Needs a bit more compassionate writing next time, because the 'bots don't care what you call them.

  • Lowlight / about 12 years ago / 3

    Any stats on average/min/max number of captchas solved per winner?

    For myself I managed to get a winning code after only 40min which was done while on a phone call which would have limited productivity anyway. Not a bad return on investment for my first free day event.

    I just spent my winnings on ~$40 of stuff that has been sitting in my cart for a week or two and then threw in a hot air station. I was going to spend the $40 anyway and decided to blow the $100 on the hot air station since I might have had a harder time justifying otherwise.

    Thanks for the Free Day Sparkfun!

    • Spartas Phalanx / about 12 years ago / 3

      Also max attempts by a single user would be an interesting, possibly with a consolation prize.

    • Unfortunately we didn't look up the user for every captcha and log it. Since the vast majority of submissions were not winners, we decided against starting sessions for every submission.

      We do know that the average number of captchas per user is a bit over 200, but we have reports of some users filling out thousands - and of course there was one lucky winner who was first and only had to fill out one. Just lucky, I guess :)

      • NateH / about 12 years ago / 4

        I am pretty sure that it was me but i am curious if u can verify? My first captcha after the site finally loaded was a winner, almost didn't believe it at first. If you could verify that'd be sweet just to kill the curiosity

      • It was a lot easier to win in the first half hour. Took me about 5 tries.

        • joshie / about 12 years ago / 3

          That anecdotal evidence doesn't really mean much, since it is possible no matter how good or bad your odds were at that moment that you would win fast. You could just be the exception

          • Acellama / about 12 years ago / 3

            From the way the post was stated, technically with less users doing the CAPTCHAs, you had a higher chance to win. It says "We set up an Ethernet Pro to watch for these interrupts, and send a byte to a daemon running on one of our web servers to alert that the next participant was a winner." So the difference between 20 users in the first few minutes and the thousands later on could greatly determine your chances to win! This is all based on the system performing exactly as the post states, which it may not.

            • Your analysis of the post is correct.

              Once a bit is set, the next correct captcha submitted was deemed a winner and that bit used up. The number of captchas submitted per second was pretty steady throughout the day, but you're right that the odds would be better the fewer people actively submitting responses.

              That said, it's still completely random, so you might just get really lucky (or unlucky)!

        • Member #197166 / about 12 years ago / 1

          It took a little less than 30 minutes for me to win

  • EvilGenius121 / about 12 years ago / 2

    thanks for freeday!

  • tpobrienjr / about 12 years ago / 2

    Completely random? I'd give it "completely pseudorandom", because there are some synchronous, nonrandom processes involved in acquiring the data. But it does seem to be a fun way to scramble things up.

  • WizenedEE / about 12 years ago / 2

    "For the Nerds"

    These titles worry me - aren't sparkfun customers supposed to all be nerds?

  • crenn / about 12 years ago * / 2

    While I'm disappointed I didn't win (but please don't confuse me with whining that I didn't win ;P) I can't say I had much fun this year as I spent more time trying to do captchas rather than what made free days a lot of fun for me, chatting on IRC!

    Personally I thought it was going to be a system where you enter into a draw for 20 seconds (or even longer depending) and then someone in that draw is picked randomly and then later having to complete another captcha to enter in for the next draw/s for x time. Constantly doing captchas wasn't fun at all but I gave it a shot for 3.5 hours before giving up and having some sleep xD (About 6:30AM UTC+10). I was also at a slight disadvantage as I'm in Australia, I was stuck on mobile broadband (I'm surprised it was working at all) and I had limited bandwidth left on the mobile broadband.

    I'm curious to how you determined what a bot was and if I was marked as a bot and was 'meant' to win but didn't because I was marked as a bot... Probably not, but hey, there is always next year!

    Lastly, thanks for running the event, and I'll see you next year! I will say this, I like the fact the event was spread out over the day. I hope it will be like that next year as well.

    Also, on IRC #occupyfreeday still has users in it!

  • Alfonso82 / about 12 years ago / 2

    All I have to say ia that I heat the Geiger Counter

  • MattTheGeek / about 12 years ago / 2

    My favorite captcha that i got. (And should of listened to)

    Wont win

  • serendy / about 12 years ago / 2

    This was ok if not a little frustrating (The site apparently wasn't even communicating with the page as I was typing in captchas and "checking" for 25 minutes after the thing ended, but at least reCaptcha has a real world purpose.

    Also it turns out that my knee might not just be localized osteoarthritis with very occasional knee effusion, as the joints in my fingers are swollen and have limited motion. And my TMD might me related to that too. Apparently my mother also has joint issues, but she's 51. I'm the only one from my friends who had this issue from the typing -__-

    Typing break! But my WPM rate is certainly better than before.

    • Fuzums / about 12 years ago / 1

      lol... epic :)

      Hope the fingers feel better soon... if not, ice it and take some fish oil!

      • serendy / about 12 years ago / 1

        Apparently I managed to forgot I replied to this. I think I need sleep, too.

      • serendy / about 12 years ago / 1

        It'd probably be healthiest to stay off of a computer entirely for a few days, but I can't quite do that in CS or just appealing to my activities in general. And I have some writing to do regardless. So I'm just gonna suck it up, take anti-inflammatory drugs, and see my doctor :P

        The knee needs some looking at again anyway, who knows, perhaps sparkfun will have alerted me to a genetic predisposition to some sort of issues related to osteoporosis early on with their clever schemes.

  • Member #102769 / about 12 years ago / 2

    Thanks SparkFun. Didn't win this year, but it really got me thinking about how I need to start a new electronics project!

  • waffle / about 12 years ago / 2

    I have participated in free day since its inception years ago. While I have not yet won anything, this was the best year yet. The servers handled their load extremely well, and it was actually pretty fun. I just wanted to congratulate you guys on a job well done, and to thank you for giving away $200,000.

  • Aaron09 / about 12 years ago / 2

    Ya know, if they had put one ad up on the free day captcha page, that would have pulled in some serious dough.

    On the other hand, giving away 200k to their loyal customers is an absolutely amazing idea, PR stunt or not. Everyone wins, even if you didn't, because you at least had a chance to. eh?

  • JerryRigged / about 12 years ago / 2

    I just want to thank everybody at Sparkfun. I got no gamma ray love yesterday, but I still appreciate the chance to win. I hope the people who just complain at how "unfair" the random thing was don't ruin it and leave bad thoughts. As for a social experiment it would have been great to see the individual users info as it's kind of a test to how much pain "reCaptcha solving" one can take for a chance at a reward. It's like self torture, maybe a new interrogation tactic?

  • SDTacoma / about 12 years ago / 2

    I spent at least 4-hours typing in CAPTHCA's and didn't win this year. I figure if I submitted one every 15-seconds I did close to 1000 CAPTCHA's. Not fun at all.

    With this year's process, I didn't like the fact that not only did I have to get the CAPTCHA right, but I also had to be the lucky random winner. So, while it might have been my time to be the lucky winner, maybe I misread/typed the CAPTCHA.

    On the plus side, I did sound very busy at work with all the typing.

    I have been a winner in past Free Days so I am okay not winning this year. I am also okay if I never have to fill out another CAPTCHA.

    Thank you SF Team for being so generous. You guys rock!

  • chilliwaggon / about 12 years ago / 2

    Wow, I feel kinda bad now. After a few hundred Captchas, I figured out that only part of the Captcha needed to be spelled out correctly (or at least close) to be submitted, so I stopped faked the scanned word. I hope I did not completely mess up any great literary works.

    It was the best of times it was the "ASDF" of times.

    Thanks for a time sink. It was a blast.

    • Shadowkitfox / about 12 years ago / 2

      I feel these are the books no one's ever heard of and probably never will hear of, therefore no one was paid to transcribe them... :P

  • TrekOlivia / about 12 years ago / 2

    Hi SF, i am one of the UK winners! Just wanted to say thanks for the free money. However my partner sat in front of her computer without moving the whole time the competition was on and didn't win a thing (She is really unhappy, lol)!

    This is the first time i took part in free day and can say that entering all them ReCaptcha's totally fried my brain, please choose something different for next year.

    Sparkfun Rocks!!

  • Member #283842 / about 12 years ago / 2

    next year please dont use captchas. since we are nerds we know how to fix the system, all you ended up doing is giving the OCR engine 6.4 million bogus entries, since we knew the second word did not matter. You guys hurt a nice crowd sourced system.

    • jbaker / about 12 years ago / 3

      I made a point of NOT giving it bogus entries. Sorry about your lack of ethics?

    • MikeGrusin / about 12 years ago * / 2

      The reCaptcha folks send the same image to a lot of people and only consider a word accurately translated if there is a strong consensus from a statistically defensible number of results. In this way they know whether the overall data is good or bad, and can safely discard the bad data.(Check out the white papers on their website, it's fascinating.)

      So even if a lot of people put in garbage for the OCR words, you didn't "hurt" them, they just got less good data than they could have.

    • um, we did?

      • Popa / about 12 years ago / 2

        It's possible. I know a large number of people were aware that the second word didn't matter and they just put crap in. Thus, only part of the total CAPTCHA's were really transcribed for them. The others will be thrown out.

      • pimoroni / about 12 years ago / 1

        People talked about 'skipping' the useful word of the two with junk, I doubt they were the majority. Their lack of empathy with what reCaptcha is trying to do annoyed me. The upside was amusing thoughts of literary works with 'sparkfun.com' substituted for a key word :-)

      • Troy Johnson / about 12 years ago / 1

        You know, I wouldn't mind doing the reCAPTCHA thing next year now that I've read a little bit about it. OK, maybe I would. ;-)

        The thing is I knew nothing about reCAPTCHA before sgrace and gourou (above) mentioned that the service helped digitize books. That may surprise you, but CAPTCHA stuff is just low on my list of interesting things to investigate on the Internet. shrug

        I would have felt much less like I totally wasted my time (and guilty for it) attempting to get free stuff if I had known you guys (and I, by extension) were doing good. So, make a bigger deal about it next time? Well, maybe. Reading so many comments about how to avoid doing the "unnecessary" part of the reCAPTCHA makes me think you guys did the right thing by not mentioning it so much (unless I missed it; see reCAPTCHA ignorance above).

        Thanks for the fun! :-)

  • Hugo / about 12 years ago / 2

    Although I am happy to see this type of giveaways, I absolutely did not have fun with this one. It was a frustrating experience which must have wasted tens of thousands of man-hour effort during a weekday. After 10-minutes I had to give up because I could not justify the time. Regardless, I appreciate Sparkfun and enjoy their products all the time.

  • Clairvoire / about 12 years ago / 2

    I'm not going to lie, that was 6 hours of pretty grueling captcha solving, haha. I imagine if I won I would feel better about it, but I can't complain! I at least know I should never gamble now. Hopefully next year, freeday will involve some skill, instead of just free time.

    Maybe give a schematic for a usb gadget that acts as a cypher when put together correctly? Then you give out generated plain text, different for every person, they send it to the gadget via serial or something, and it outputs a series of numbers on an LCD number display to enter back into the website? That'd be pretty cool, and the incentive would get lots of folks soldering.

  • Rawdust / about 12 years ago / 2

    It really wasn't fun. I am not mad I didn't win, it all came down to chance. An important stat I didn't see is the chances of winning. 6,437,592 Captchas for 2,000 prizes is 3,219 correct Captchas per prize. Now I don't feel bad that I think I tried 1,000 times.

    • saccade / about 12 years ago / 1

      I'm also glad they posted the total number of captchas, it puts the odds in perspective. Even to get to a 50% chance of winning (3,219/2) requires about two hours solid of typing captchas.

      I played for about an hour, but beyond that figured my day job paid better (and is more interesting!)

  • good job for getting those bots it's sad trying to take money from such a good website.

  • frnk / about 12 years ago / 2

    I felt the love in the first one, and only vicariously felt the love these last 2 times. But it's still worth it... aching hands and all. :>

    Being a hacker (READ: Programmer, NOT cracker) I was kind of confused by the Captcha responses. I even tried some tests at getting them wrong, just to figure out what was going on. Reading the writeup today shows some of where I was wrong. I've come up with what I think is a logic map of the system.

    If you get it right, you get a conciliatory message. If you get the real word right, and the random letters ALMOST right, you get a conciliatory message. If you get the real word wrong at all, you fail. If you get it totally wrong, you fail. I cannot speak as to the success condition, as I did not find any. :>

    -Frnk

  • SolamenteDoug / about 12 years ago / 2

    What were the stats on the "Free Money" Train? How many customers got to use each promo code before it expired? I felt I was fast on most clues but lost out while the clue I was slowest at snagged the $50.

    • MikeGrusin / about 12 years ago / 2

      The promo codes on the train were one-use-only, so the first person who used them got them. We'll look into expanding this next time.

      • SolamenteDoug / about 12 years ago / 2

        It was a lot of fun and a great distraction from the mind-numbing CAPTCHAs. What was that looping music playing?

  • Nukez / about 12 years ago / 2

    These captcha keep us on the thrill for the hours that freeday as been open !

    Seriously this was a kind of game that i youldn't stop ! at the limit we can call this a dependancy :P

    Well i didn't win this time but, if i can suggest you something, it's could be great to have various price ( 10$,20$,50$,100$ ) to reach more people. because seriously i was sad to see that i didn't win something will all the effort i put into this !!!! but in the other hand last year i won 10$ and i was very happy of it ! so instead winning 100$ or nothing i would prefere winning small price that we have more chance to win.

    Nice FreeDay guys and good job for the server this year!

    Nukez

    • jpvlsmv / about 12 years ago / 1

      I have to agree, more, smaller prizes would be "more fun" for everyone and might help SF at the same time. How many people would order only $10 worth of stuff, vs getting $10 off a larger order. If I were sitting on $100 credit, I might not spend much more than that.

  • quidproquo / about 12 years ago * / 2

    .

    • Codeyrenderful / about 12 years ago / 5

      reCaptcha is useful. It helps digitize books, by having many humans confirm OCR data: http://www.google.com/recaptcha/learnmore

      I'd say that's as useful as protein folding.

      • sgrace / about 12 years ago / 2

        I made a post, but the SFE Community that participated digitized about 322 books.

        So success!

      • quidproquo / about 12 years ago / 1

        I don't dispute that it is useful, only that this community could have done much more. reCaptcha can be solved by elementary students.

        • I've been thinking about this some - digitizing books is hardly a waste, but it'd be fun to find a distributed-human-effort problem that would let us accumulate a useful (or at least entertaining) result for the immediate community.

          I kind of regret not doing a time-sequenced log of each successful captcha attempt. The resulting text would have been fun to play with. The idea did come up, but at the time we were really concerned with not doing any unnecessary IO. Turns out it probably would've been fine.

          Anyhow, future events are likely to use a very different model altogether. There's a good chance we'll bounce back to something a little more interactive.

          • crenn / about 12 years ago / 1

            More interactive sounds a lot better than endlessly typing in captchas!

    • jbaker / about 12 years ago / 4

      Giving talented individuals free tools makes you sick? Someone is mad about not winning...

      • quidproquo / about 12 years ago / 2

        No, giving talented individuals free tools is awesome. Wasting 10 months is not.

  • Member #290899 / about 12 years ago / 2

    How was this legal? It doesn't seem like you were following any of the rules that companies typically have to follow when running sweepstakes. For example, for California entrants: http://www.dca.ca.gov/publications/legal_guides/u-3.shtml

    • Prototype / about 12 years ago / 10

      oh dont whine, theres too much crap about rules in the rest of the world already.

    • antithesis / about 12 years ago / 9

      ok, this might be the lamest protest ever. You brought "whining" to whole new level!

    • fuxorfly / about 12 years ago / 6

      Can you explain further what rules weren't being followed under the California law? Also, what jurisdiction do online contests even fall under?

    • Swee / about 12 years ago / 5

      This explains the post:

      Member Since: January 11, 2012

    • EvilGenius121 / about 12 years ago / 4

      didnt get anything, didja? Niether did I. Live with it :)

    • Hoobert / about 12 years ago / 1

      If you still require help trying to find out why this is legal consider the following:

      The winners of the "contest" do not directly receive any cash or prize instead they are provided with a promotional code that in actuality has no real value except as a discount on items purchased. Therefore if you win a prize during Free Day you receive nothing.

      As another point the start and end dates of Free Day were clearly marked by the word "Day" meaning that the contest begins and ends on the same day.

      I hope that helps you and if there is a Free Day next year I wish you luck.

    • jgdovin / about 12 years ago / 1

      I got an idea, if you feel that sparkfun did not follow the rules of california, next year they can exclude california from the running. Hows that?

  • Member #20191 / about 12 years ago / 2

    Thanks for doing another Free Day. I won $30 last year and $0 this year, but it was amusing and interesting to watch. I put in an order after it ended, just a shame it wasn't free. ;)

    I was collecting some of your stats from pachube and I blogged about what I did with it, but I hope you can be convinced to open more real-time stats during the next one!

  • CrazyCreator / about 12 years ago / 2

    Free Day was great! However, all the Captchas were a bit cumbersome. Perhaps next time, you can enter a captcha and be then taken to a page where you keep trying by clicking a button?

    But all in all, Free Day 2012 was wonderful! Thanks SparkFun!

    • fuxorfly / about 12 years ago / 4

      That would be easily spoofed by a bot - human enters the initial captcha, then the bot takes over to refresh the page.

  • Member #268533 / about 12 years ago / 2

    While I spent 6 hours almost continuously typing in captchas to no avail (sorry to say but not fun), congrats to the folks that won. My envy goes out to you.

    I'm glad to see that the exposure actually did a load test as expected. I was concerned that the /free_day page alone was simple static content with a single PHP query that wouldn't be a true test of the stack. But it looks like it drove enough subsequent traffic to the rest of the website that you got the intended results. Hats off to you.

  • micfiz / about 12 years ago / 1

    I missed it and now kicking myself. Now I gotta get a second job to buy that WiFly module.

  • Frogging101 / about 12 years ago / 1

    Oh dry up all of you. You're acting like SparkFun owes you something. They really don't. Get that through your head. You are entitled to NOTHING. When you get the chance to possibly get something for free, don't complain about the way it's presented to you because nobody is obligated to give you anything at all. Just take it or leave it.

    Hope that wasn't too harsh... just wanted to remind all the complaining people that none of it is theirs to begin with...

  • low5545 / about 12 years ago * / 1

    Man! Free Day should last for 24 hours. We here in Malaysia was 12am when the session started at 9am Mountain Time. The session only lasted for 7 hours, that is when I’m in school. I really hope that it can last longer as different zones have different time, every second there’s people sleeping, getting a good rest for the next day.

  • Member #228429 / about 12 years ago / 1

    Love it. Who's the geek her ? :)

  • Wylly / about 12 years ago / 1

    The worst thing about Free day were those insane messages from IT when you didn't win. I was trapped into a closed loop. Each time I said, "this is the last one" I saw a message like "don't give up" or "you may be a winner with the next one"...XD

    It was a little bit frustrating (and half of the total captchas must be mine) but it was fun. I was going to place an order either way :)

    Thanks for all the events you prepare, especially the online ones. Great web and great products!

  • Starfire / about 12 years ago / 1

    I wish I could use my code for Ponoko

  • Grant4 / about 12 years ago / 1

    Do you know the number of incorrect captchas? It seems like I was failing about 25% of mine.

    • I was going to say we don't, but now that I think about it, that may actually be logged. I'll update this comment in the morning with a number.

      Edit: 802765 failed captchas. A substantial fraction of those (maybe as much as 300k) were probably scripts or clickspamming.

  • diz / about 12 years ago / 1

    Ten months of needlessly wasted time. Wow! Imagine what could have been accomplished in that amount of time....

  • ChuckT2 / about 12 years ago / 1

    I promise not to participate next year in any Sparkfun contest because it isn't worth it and I end up feeling used each year for the last three years I didn't win.

  • Hackbat / about 12 years ago / 1

    http://dl.dropbox.com/u/4824819/freeday.jpg Best captcha ever, Also this year would of been more fun if you had given us a choice on more than one method. Each one would have it's own reward amount. Say $100 for the captcha, $50 max for the quiz, and the customer history reward system. Same as last year we would have one chance to choose.

  • Paul NZ / about 12 years ago / 1

    thanks for the day SparkFun, I'm very happy that I was selected but must say that I almost stopped a couple of time. I felt like a robot :( The good thing was that it was the first time that I have been able to interact with the server. Seems that the connection to New Zealand didn't effect this, which I was really happy about.

  • zeroid / about 12 years ago / 1

    Here's a crazy idea. Next year prior to Freeday hold a couple of competitions; one to create the most original random number generator circuit and one to create an alternative to the CAPTCHA e.g. puzzles, games etc. Then use the winning entries to dole out the prizes.

  • DanJAB / about 12 years ago / 1

    Here's something I didn't expect to see in a captcha: http://hack.4574.co.uk/_media/wiki:sparkfun_captcha2.png

  • Tenacious_Techhunter / about 12 years ago / 1

    Please, no Captchas next year... they are very pointless... ^_^; Put up something more like a secret phrase where each character, in its space, is put up at random, and the people who enter the secret phrase first win. Random characters are put up on successive page loads, against a noisy background, in a Captcha-like manner, so as to eliminate bots. People can reload pages until they think they have a good guess, and then start entering guesses.

    Traffic should abound. :)

    • Shadowkitfox / about 12 years ago / 1

      How about... copy and paste some red text on a red background into a box? The black background would move on successive pages and there would be an array of text such that only a few words are "hidden". That would be fun :)

  • Swee / about 12 years ago / 1

    I posted this in the last news post, but I will re-post it here.

    My idea for 2013: Make an interactive puzzle from a picture of one of the items for sale. I am talking about the puzzles you dump on a table and start with the edges and work your way in. Digitally of course.

    To make it more random, have each successful puzzle count as one entry into a lottery pool. The more puzzles you complete, the greater the chance you have to win. This way it is still random, but the more effort you put in, the greater your chances.

  • Member #207687 / about 12 years ago / 1

    I like the simplicity of the Captcha and had fun, but all in all it was a very monotonous way to do freeday. I like the quiz idea the best. Looking forward to the next one.

  • Yvan256 / about 12 years ago / 1

    First off, I have to say that I didn't win. Doesn't bother me.

    What bothers me is the system that was in place for Free Day 2012: the stupid captchas.

    You know what else computers can't easily decode? Words associated with photos.

    How about just writing something like "Click on the photo of a resistor". Then put 5 to 10 photos of things, clicking the right one means you're not a bot. Of course, random chance could help bots, however for a contest like this you need to keep clicking photos when you didn't win and want to continue trying.

    So if the total continuous success of identifying the photos keeps falling, you know it's a bot. Random chance means the bot won't be able to keep winning photo after photo after photo. It must drop pretty fast. Detect a bot and impose a penalty (not by I.P. address because one I.P. address doesn't equal one user, see proxies, ISPs, etc).

    Exemple: Which part is used in electronic circuits? (images of a book, door, plane, rock, ice cream, truck, DVD, capacitor, cardboard box)

    By using images for the choice, people would be able to react faster, have a larger area to click (instead of a radio button) thus making more attempts per minute thus pushing the SparkFun servers even more. Make the images a huge JPEG sprite (say, 16x16 images), that way the server will be stressed on processing data, not sending image files to thousands of people.

    • WizenedEE / about 12 years ago / 1

      The problem with that is that Sparkfun would have to design each and every matching picture and phrase, so it would be trivial to just figure out each phrase and the picture that matches it. Then, you could even do a bitcompare on the images and get the answer extremely easily. ReCaptcha works by playing people's answers off each other so it doesn't have to do any work.

  • ALok / about 12 years ago / 1

    Next time they should do scheduled drawings, like every 30 mins. So people only have to enter once every 30 mins. (And maybe each drawing should have a physics/math/engineering problem attached to it).

    Also maybe the prizes should be smaller and can be won multiple times (ie $10 ten times like in the past)

    • Alex / about 12 years ago / 1

      I think that would be a much better way to do it. This year's game had an unintentional side-effect of "punishing" losers. After a few hundred (or few thousand) captchas solved, people start to feel frustrated and entitled to winnings. Definitely not the intended outcome...

  • r00t4rd3d / about 12 years ago * / 1

    Your Gift Certificate FAQ's state they can be used for "Items, shipping and tax". How come the gift codes from Freeday can not be used for shipping but can be used for items and tax.

    Gift Certificate FAQ

    • This is a great question and has a subtle answer. Gift certificates are available for purchase to give to, say, a family member for a holiday.

      Promotional codes - which we gave away 2,000 of yesterday - are different and unrelated to gift certificates. They are reserved for promotions, sales, and are just a generic way for us to allow for discounts on orders. They cannot be applied to shipping or tax - just items.

      If you are redeeming a gift certificate, it will show up on your account upon checkout. To redeem a promotional code, enter the code in the provided box upon checkout.

    • engrstephens / about 12 years ago / 3

      My guess is they budgeted 200K worth of product. That doesnt exactly mean its costing them 200K.. If you subtract off their profit..

      125 000 * 1.6 = 200 000

      So... it only "costs" them 125K (I'm not complaining).

      Shipping and taxes are non recoverable risks. Meaning it could cost them 200K in reality.

      Just some fun accounting :)

      • Lion XL / about 12 years ago / 1

        huh????? Just some wrong accounting ;).

        Your really grasping by assuming that the $200,000 is based off of sale price and not cost. If the $200,000 represents only cost (no markup) then there is no profit.

        • engrstephens / about 12 years ago / 2

          But the 200K is based off of sale price. So it costs them 125K in cold hard cash. 75K of profit. I think its actually closer to 78K of hard costs and the rest as lost profit.

          If you can assume those people were going to buy that stuff in the first place.

    • Lion XL / about 12 years ago / 1

      Probably because gift certificates are not free, some one normally pays for them (you either received them as a gift or were given one in loo of a store credit, or purchased it yourself, etc). This was FREE, get over it.

      Don't know why people think this was some sort of rich dude, feed the hungry campaign. It wasn't, get over it.

      The true sign of declining economy is when people start to believe free is still too expensive.

    • MostThingsWeb / about 12 years ago / 1

      Because they aren't gift certificates. There is a difference between giving out $200,000 of stuff you own (stocked products) and stuff someone else owns (shipping service).

  • Member #15009 / about 12 years ago / 1

    Is there a way to see how many captchas were entered for each Member? Maybe sell a shirt that says "I survived Spark Fun Free Day 2012" 1000 captchas entered. Please do it again next year Sparkies! I have been visting this website everyday for the last two years and I like everyday more and more! Thanks JT

  • antithesis / about 12 years ago / 1

    Also, a suggestion (my turn to be a smartass ;) :

    Randomization seems fair, but captchas just suck. They're merely there to ensure that everyone has an equal chance against the geiger. If that's the case, then you probably don't really care if it's really a human or a bot on the other side, as long as everyone has an equal chance.

    If that's correct, then why not let people use a bot that polls the geiger every, say, 4 seconds and block (iptables) offenders for 10mins the first time, 1 hour the second time and the rest of the day the third (if they try to poll faster than every 4secs).

    This way there would be no captchas and I'm sure people would enjoy far more watching their bot at work. Not to mention it would more fair to dyslexics and people who can't type as fast but love SparkFun just as much! Just saying... ;)

    • icyfyer / about 12 years ago / 1

      What do they do for people who don't know how to bot? Then it isn't even close to fair.

      (By the way, not whining, just playing Devil's Advocate.)

      • antithesis / about 12 years ago / 1

        oh, no one needs to code a single command. Sparkfun could provide the code that people would download and run. If people feel like messing around with the code, that'd be fine as long as they would abide by the rules (or get banned).

        I'm not really sure how one might modify the code to gain a tiny bit of advantage without breaking the rules though.

  • ThorntonDan / about 12 years ago / 1

    I say build a dice-o-matic (http://gamesbyemail.com/News/DiceOMatic) and let that be your randomizer for next year. When all pips are the same you have a winner on the next hit!

    Not only is it more exciting but you could have people submit guesses as to the next roll to win the coupon codes!

    Maybe this just stems from my dreams of building a dice-o-matic.

  • engrstephens / about 12 years ago / 1

    Free day was fun. Typing captchas sounds a lot like programming so I did it under the radar.

    An idea I had is rather than decode to rule out bots.. Why not make the captcha the fact that you won..

    So logon.. Hit try to win! The system returns a captcha of randomly chosen phrases like "You win" or "try again!" etc.

    The user then clicks "It says I won" or the user clicks "I lost, try again".

    The bots have a 50% chance of winning if they keep selecting "I won" but if they do that more than say 10 times.. boot them.

    My other idea is educational, fast and doesn't involve typing...

    Show a random picture of a capacitor.. Have them pick a garbled picture of the symbol and vice versa.

    You can do that with all sorts of symbols / components. (maybe even identify X sparkfun part ... nudge marketing!)

  • No Such Nick / about 12 years ago / 1

    Two ideas for next years event: Option 1: If you want to really test your servers make it some kind of easter egg hunt. During visits of your pages there is a random chance you get a button that says "claim your free price", when you click it you get your price. To make sure it is not botted just make sure there is no detailed information on how it will look beforehand. While i could write a bot in 6 hours to reload pages and click, i would first need to win, to find out what to look for.

    Option 2: To prevent bots make some kind of mini game out of it. For example have different images on the page and say something like "Click on the arduino", "Click the one the transistor" ... Or make us chase the ok button with our mouse. Just make sure to take the most common disabilities into account.

    • Yea - you could hide buttons in random places on the site - use the captchas in a similar way to the 'claim $10 for every year you have been a member' and buttons for the more adventurous people.

Related Posts

Recent Posts

Why L-Band?

Tags


All Tags