10/04 - What a Wonderful Wednesday!

Discussion in 'Daily mTurk HITs Threads' started by Girl Polar Bear, Oct 4, 2017.

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

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    He who must not be named.
     
    • Like Like x 1
  2. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    The Turker Formerly Known as Chris.
     
  3. UCOTC

    UCOTC Active Turker

    Messages:
    660
    Gender:
    Male
    Ratings:
    +612
  4. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,746
    Ratings:
    +163,330
    Yeah but then you'd have two players who give points.. plus one who might if his QB stops throwing 3 INTs/game. :emoji_sweat_smile::emoji_gun:
     
    • LOL LOL x 1
  5. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    Yeah, I wasn't seeing much upside for me on that one, the rest of my guys are terrible ;)
     
  6. SoonerChris

    SoonerChris Survey Slinger

    Messages:
    5,033
    Gender:
    Male
    Ratings:
    +6,959
    IPsof....whoosh
     
  7. knottypiper

    knottypiper Survey Slinger

    Messages:
    5,776
    Gender:
    Female
    Ratings:
    +12,728
    Bunbun is indeed a boy, and unneutered.
    As far as the vet could tell, he is also in perfect health. He was even a complete angel for the whole trip.

    [​IMG]
    Supersleepyflop / deadbunny.

    Now he just needs a name!
    I'm partial to Porkchop, and Attila the Bun.
     
    • Love Love x 4
    • LOL LOL x 1
  8. SeDuCeR

    SeDuCeR Survey Slinger

    Messages:
    6,483
    Gender:
    Male
    Ratings:
    +11,180
    did BABZ post last night? i left around midnight est
     
  9. Confirmed Robot

    Confirmed Robot Survey Slinger

    Messages:
    7,291
    Ratings:
    +27,052
    What PFA script? I can't imagine anything making those go faster. Server issues are usually the issue with not making money on those.
     
    • Like Like x 1
  10. leafs4_cup

    leafs4_cup Ugly Mug

    Messages:
    10,421
    Gender:
    Male
    Ratings:
    +31,313
    Caught the first UNU but not the second

    [​IMG]
     
  11. Melting Glacier

    Melting Glacier PE: $30.01 - That's over $1.25/hour! ┬┴┤( ͡° ͜ʖ├┬┴

    Messages:
    6,157
    Gender:
    Male
    Ratings:
    +11,423
    BUNBUN. ATTILA THE BUN AHHH :emoji_heart_eyes_cat: :emoji_rabbit::emoji_rabbit2::emoji_dancers:

    nope nopes
     
    • LOL LOL x 1
    • 5/5 Pay 5/5 Pay x 1
    • Love Love x 1
  12. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,746
    Ratings:
    +163,330
    Oh, they can :emoji_smiling_imp:

    But mostly folks use AHK which is what he was referring to I assume.
     
    • Like Like x 2
  13. The_Templars_Twin

    The_Templars_Twin Active Turker

    Messages:
    477
    Gender:
    Male
    Ratings:
    +466
    Amazon Requester Inc. - RVD Team 327 $12.92
    [​IMG]
    HELP ME
     
    • LOL LOL x 1
    • 5/5 Pay 5/5 Pay x 1
  14. bb8

    bb8 Survey Slinger

    Messages:
    1,029
    Gender:
    Female
    Ratings:
    +3,129
    Chadwick Miller [A2GM96B8RNZ5XC] Auto Survey (3-8 minutes) - $0.65 | PANDA


    Fair

    Unrated

    Unrated
    $10.93 / hour
    00:03:34 / completion time
    Pros: Fast and interesting.
    Cons:
    To read Chadwick Miller's full profile check out TurkerView!
     
    • Nom Nom Nom! Nom Nom Nom! x 5
    • Good Review! Good Review! x 1
  15. Confirmed Robot

    Confirmed Robot Survey Slinger

    Messages:
    7,291
    Ratings:
    +27,052
    Just to switch between tabs though right? Does it make that much of a difference from having, say, 3 windows open?
     
  16. LLL

    LLL Survey Slinger

    Messages:
    3,092
    Gender:
    Female
    Ratings:
    +5,994
    No no. This makes it so much easier. Skips the opening screen and goes straight to the map and re centers it. Plus more...

    Code:
    // ==UserScript==
    // @name         Geohive
    // @namespace    https://gist.github.com/Kadauchi/
    // @version      1.2.2
    // @description  Removes the instructions popup and makes enter submit.
    // @author       Kadauchi
    // @icon         http://www.mturkgrind.com/data/avatars/l/1/1084.jpg?1432698290
    // @include      https://www.tomnod.com/*
    // @grant        GM_log
    // @require      https://code.jquery.com/jquery-2.1.4.min.js
    // ==/UserScript==
    
    $(document).ready(function() {
        window.setTimeout(function() {
            $(".region-campaign-map-modal.in").remove();
        }, 1000);
    });
    
    // Enter will sunmit the HIT.
    document.onkeydown = function(event) {
        if (event.keyCode === 13) {
            $("button[type='submit']").click();
        }
    };
     
    • Love Love x 3
    • Today I Learned Today I Learned x 1
  17. Confirmed Robot

    Confirmed Robot Survey Slinger

    Messages:
    7,291
    Ratings:
    +27,052
    Those work on PFAs too?
     
  18. Tecnique

    Tecnique Survey Slinger

    Messages:
    6,269
    Gender:
    Male
    Ratings:
    +8,981
    They work on Geos, PFA and DGIS
     
    • Today I Learned Today I Learned x 2
  19. LLL

    LLL Survey Slinger

    Messages:
    3,092
    Gender:
    Female
    Ratings:
    +5,994
    Yeah! I found out by accident, and was glad.
     
    • Today I Learned Today I Learned x 1
  20. tomservo1425

    tomservo1425 Active Turker

    Messages:
    435
    Ratings:
    +394
    Yoink
     
    • LOL LOL x 1
Thread Status:
Not open for further replies.