04/01 - I Sold The Site, Sayonara Saturday!

Discussion in 'Daily mTurk HITs Threads' started by ChrisTurk, Apr 1, 2017.

Thread Status:
Not open for further replies.
  1. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,220
    Hey guys/gals, hope the day was good. I just turned off the April Fools shenanigans so if you're tired of it hit F5 lol.
     
    • Like Like x 5
    • Love Love x 1
  2. SAJ

    SAJ Survey Slinger

    Messages:
    27,502
    Gender:
    Male
    Ratings:
    +51,488
    No word from Adaaaam yet ...been waiting all day. WTF you doing here anyways?
     
    • Love Love x 1
  3. lemondrop

    lemondrop Active Turker

    Messages:
    497
    Ratings:
    +732
    :emoji_frowning2: Thanks for letting me know.

    and thanks for posting the hit :emoji_slight_smile: I see you were able to finish in 28 min. I must be really slow or maybe the hits are different in some ways.
     
  4. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,220
    Collecting that last fat paycheck from the sale.

    Depositing that 34 cents is gonna feel so good.
     
    • LOL LOL x 2
  5. SAJ

    SAJ Survey Slinger

    Messages:
    27,502
    Gender:
    Male
    Ratings:
    +51,488
    Fair enough lol and I have no reply haha good game sir good game
     
  6. hvnnvr

    hvnnvr Survey Slinger

    Messages:
    4,589
    Gender:
    Male
    Ratings:
    +6,132
    We should keep the coins going for the visitors, make it a perk to have them go away if they signup.
     
    • LOL LOL x 1
    • Today I Learned Today I Learned x 1
  7. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,220
    This was one of the only things I've applied to visitors too.. pretty sure we wont be seeing any new members to welcome for quite some time. :emoji_joy:
     
    • LOL LOL x 3
  8. tbarber

    tbarber New Turker

    Messages:
    18
    Gender:
    Male
    Ratings:
    +67
    • Nom Nom Nom! Nom Nom Nom! x 1
  9. hvnnvr

    hvnnvr Survey Slinger

    Messages:
    4,589
    Gender:
    Male
    Ratings:
    +6,132
    So do we get to keep the coin feature if we want to?
     
  10. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    35,115
    Gender:
    Female
    Ratings:
    +74,969
    You missed out on the Scrubs party :)
     
    • LOL LOL x 1
  11. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    35,115
    Gender:
    Female
    Ratings:
    +74,969
    Title: Fill out spreadsheet by going to websites | PANDA
    Requester: Niel Malhotra [A3VESE8UAFSNBV] (Contact)
    TO: This requester currently has no TO reviews. [url=Leave one!
    Description: Just go to website linked in the spreadsheet and answer questions about the infographic you see.
    Time: 3 hours 30 minutes
    HITs Available: 2
    Reward: $15.00
    Qualifications: HIT approval rate (%) is greater than 90; Total approved HITs is greater than 50;
    This HIT was posted through TurkerHub xPort Script v2.1 • Learn More • Install Here
     
  12. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,220
    Code:
    function gimmick(el) {
        var exists = document.getElementById('gimmick');
        if (exists) {
            //exists.parentNode.removeChild(exists);
            $('#gimmick').css('height', $(document).height());
            return false;
        }
    
        var element = document.querySelector(el);
        var canvas = document.createElement('canvas'),
            ctx = canvas.getContext('2d'),
            focused = false;
    
        canvas.width = window.innerWidth - 25;
        canvas.height = $(document).height();
        canvas.id = 'gimmick';
    
        var coin = new Image();
        coin.src = 'http://i.imgur.com/5ZW2MT3.png';
        // 440 wide, 40 high, 10 states
        coin.onload = function () {
            element.appendChild(canvas);
            focused = true;
            drawloop();
        };
        var coins = [];
    
        function drawloop() {
            if (focused) {
                requestAnimationFrame(drawloop);
            }
           
            ctx.clearRect(0, 0, canvas.width, canvas.height);
    
            if (Math.random() < 0.3) {
                coins.push({
                    x: Math.random() * canvas.width | 0,
                    y: -25,
                    dy: 1,
                    s: 0.5 + Math.random(),
                    state: Math.random() * 10 | 0
                });
            }
            var i = coins.length;
            while (i--) {
                var x = coins[i].x;
                var y = coins[i].y;
                var s = coins[i].s;
                var state = coins[i].state;
                coins[i].state = (state > 9) ? 0 : state + 0.1;
                coins[i].dy += 0.05;
                coins[i].y += coins[i].dy;
    
                ctx.drawImage(coin, 44 * Math.floor(state), 0, 44, 40, x, y, 44 * s, 40 * s);
    
                if (y > canvas.height) {
                    coins.splice(i, 1);
                }
            }
        }
    
    }
    gimmick('body');
    
     
    • Today I Learned Today I Learned x 1
  13. gurlondrums

    gurlondrums Cracker of the Step Whip

    Messages:
    27,160
    Gender:
    Female
    Ratings:
    +76,023
  14. Tripsa

    Tripsa Gobbling Ghost Mod

    Messages:
    11,989
    Gender:
    Male
    Ratings:
    +30,921
    replace coins with turkleton heads.
     
    • Like Like x 1
    • LOL LOL x 1
  15. Hummingbirdee

    Hummingbirdee Big Bird

    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    • Love Love x 1
  16. NBadger

    NBadger Mod of Cat Gifs

    Messages:
    14,385
    Gender:
    Female
    Ratings:
    +40,289
    Same, though I usually allow myself ~$15 in leeway since you can usually get at least that much on weekends.
     
    • Like Like x 2
  17. TurkingMaster

    TurkingMaster Survey Slinger

    Messages:
    3,337
    Gender:
    Male
    Ratings:
    +4,285
    Your request for the Qualification "Masters" has been submitted to Requester Amazon Mechanical Turk.

    [​IMG]
     
    • LOL LOL x 5
  18. gurlondrums

    gurlondrums Cracker of the Step Whip

    Messages:
    27,160
    Gender:
    Female
    Ratings:
    +76,023
    Sounds good too. Also, I've also been ignoring bonuses as part of my daily and just considering them "extra".
     
    • Like Like x 1
  19. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    • LOL LOL x 1
    • Love Love x 1
  20. Tjololo

    Tjololo Active Turker

    Messages:
    405
    Ratings:
    +1,272
    Glad you liked part 2 :D

    For those who didn't figure it out: My hit today was an april fool's hit. It was set to return itself as soon as you accepted it. Doesn't matter if you hit return or not, it was gone as soon as it loaded. Sorry if you ran into any other trouble with any hits, it was all in good fun!

    I'll try to have a consolation prize up for the people who tried on Monday. Can't guarantee anything, but I'll give you all a custom qual and set up a hit if I have the funds.

    Happy April everyone!
     
    • Like Like x 3
    • Love Love x 1
Thread Status:
Not open for further replies.