01/16 - Tuned-in Tuesday!

Discussion in 'Daily mTurk HITs Threads' started by Melting Glacier, Jan 16, 2018.

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

    NBadger Mod of Cat Gifs

    Messages:
    14,386
    Gender:
    Female
    Ratings:
    +40,289
    Well in that case

    [​IMG]

    [​IMG]

    [​IMG]
     
    • Love Love x 4
    • LOL LOL x 1
  2. Confirmed Robot

    Confirmed Robot Survey Slinger

    Messages:
    7,291
    Ratings:
    +27,052
    Survey for University by Survey for University.
     
    • LOL LOL x 2
  3. Hummingbirdee

    Hummingbirdee Big Bird

    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    So, lunch is on you?
     
    • LOL LOL x 5
  4. eyeofodin

    eyeofodin Well-Known Turker

    Messages:
    2,772
    Gender:
    Male
    Ratings:
    +5,608
    It will be.
    [​IMG]
     
    • LOL LOL x 2
    • Nom Nom Nom! Nom Nom Nom! x 1
  5. Confirmed Robot

    Confirmed Robot Survey Slinger

    Messages:
    7,291
    Ratings:
    +27,052
    Pizza Party!

     
    • Love Love x 1
  6. EssArrBee

    EssArrBee Survey Slinger

    Messages:
    14,946
    Gender:
    Male
    Ratings:
    +20,007
  7. byesaw

    byesaw Survey Slinger

    Messages:
    2,871
    Gender:
    Male
    Ratings:
    +3,802
    I 100% agree with you, and I didn't think that you tried to take anything away from me. If they are even thinking about trying to make a change then they must feel that something is wrong or they feel the same way as to not reward people that bet high and are not as accurate. Watching their Tedtalk made me feel that they care more about the swarm results, but I could understand them wanting to reward accuracy or ROI.
     
    • Love Love x 1
  8. MNHammer

    MNHammer Survey Slinger

    Messages:
    3,965
    Gender:
    Male
    Ratings:
    +23,836
    You didn't get that soup I ordered for you yet? I would check with Bearnie, he might have grabbed it.

    [​IMG]
     
    • Love Love x 2
    • LOL LOL x 1
  9. Dandryx

    Dandryx Survey Slinger

    Messages:
    4,468
    Gender:
    Male
    Ratings:
    +6,313
    [​IMG]
     
    • LOL LOL x 1
  10. ShadowSmoked77

    ShadowSmoked77 New Turker

    Messages:
    11
    Gender:
    Female
    Ratings:
    +41
    Title: $3.50 | Sort uses for various objects into categories of use | 25 minute task [ $ | $ ] PANDA
    Requester: ESClabs [A1U8RL0GPUGR86]
    TurkerView: [ $12.94 / hour Good | Unrated | Unrated ]
    Description: You will sort 25 short lists of uses for various objects (e.g., "Brick") into categories of use (e.g., "as a weapon")
    Duration: 08:00:00
    Available: 0
    Reward: $3.50
    Qualifications:
    • Cognitive abilities (rushed & not rushed) DoesNotExist
    • Total approved HITs GreaterThan 100,
    • DISS.2--207 DoesNotExist
    • HIT approval rate (%) GreaterThanOrEqualTo 95,
    • Location EqualTo US,
    [32MVG4819JOWJMKCFS5B9AUWWNFUCU]
     
    • Nom Nom Nom! Nom Nom Nom! x 15
  11. Hummingbirdee

    Hummingbirdee Big Bird

    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    That explains it! He didn't want to share.

    [​IMG]
     
    • LOL LOL x 3
  12. TheRevolutionHasBegun

    TheRevolutionHasBegun Active Turker

    Messages:
    106
    Gender:
    Male
    Ratings:
    +95
    I did this one earlier, probably my favourite HIT so far!
     
    • Like Like x 1
    • Nom Nom Nom! Nom Nom Nom! x 1
  13. Dandryx

    Dandryx Survey Slinger

    Messages:
    4,468
    Gender:
    Male
    Ratings:
    +6,313
    [​IMG]
     
    • LOL LOL x 1
  14. Totally Not Salem

    Totally Not Salem Survey Slinger

    Messages:
    5,664
    Gender:
    Male
    Ratings:
    +5,034
    Here's the source for the code in the screencast for anyone who wants to see whether their computer is slower or faster than mine at calculating and setting tab titles:

    PHP:
    // ==UserScript==
    // @name         Timer Discrepancy Test
    // @namespace    ,
    // @version      2.2
    // @description  Timer descrepancy test to demonstrate background tab timer throttling. Runs on TurkerHub and displays results in the tab's title bar.
    // @author       You
    // @include      https://worker.mturk.com/?filters[search_term]=pandacrazy=on
    // @grant        none
    // ==/UserScript==

    const ARE_WE_PARANOID_ABOUT_THIS_SCRIPTS_CPU_HIT true;

    var 
    INTERVAL_TIME 700;

    var 
    lastTimestamp;
    var 
    mostRecentTimestamp;
    var 
    lastGap;

    setInterval(() => {
        
    lastTimestamp mostRecentTimestamp;
        
    mostRecentTimestamp performance.now();

        if(
    lastTimestamp !== undefined && mostRecentTimestamp !== undefined) {
            
    lastGap mostRecentTimestamp lastTimestamp;
            
    let deviationAmount Math.abs(INTERVAL_TIME lastGap);
            
    let deviationPercentage = (deviationAmount INTERVAL_TIME) * 100;
            
    document.title = `${deviationPercentage.toLocaleString("EN", {maximumFractionDigits2})}% dev ${INTERVAL_TIME}ms`;

            if(
    ARE_WE_PARANOID_ABOUT_THIS_SCRIPTS_CPU_HIT) {
                
    let suchWorkMuchTimeTimestamp performance.now();
                
    let holyCrapThatTookForeverGap suchWorkMuchTimeTimestamp mostRecentTimestamp;
                
    console.log(`HOLY FUCK, CALCULATING AND CHANGING THE TITLE TOOK`, holyCrapThatTookForeverGap, `MILLISECONDS! HOW WILL THE SITE EVER FUNCTION?!`);
            }
        }
    }, 
    INTERVAL_TIME);
     
  15. knottypiper

    knottypiper Survey Slinger

    Messages:
    5,776
    Gender:
    Female
    Ratings:
    +12,728
    • Nom Nom Nom! Nom Nom Nom! x 9
  16. TheRevolutionHasBegun

    TheRevolutionHasBegun Active Turker

    Messages:
    106
    Gender:
    Male
    Ratings:
    +95
    Ideally by the end of this week, I will have earned more on MTurk than I ever have before.
     
    • Like Like x 3
    • 5/5 Pay 5/5 Pay x 2
    • Love Love x 2
  17. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    Do you think this is a game?

    [​IMG]
     
    • LOL LOL x 2
  18. Buzby

    Buzby #̶7̶8̶

    Messages:
    7,622
    Gender:
    Female
    Ratings:
    +14,349
    Whelp I just had a spider crawl into my ear, I'm scarred for life.
     
    • LOL LOL x 5
  19. Celtic Lady

    Celtic Lady Survey Slinger

    Messages:
    2,888
    Gender:
    Female
    Ratings:
    +5,319
    [​IMG]
     
    • Like Like x 1
  20. dan

    dan daelian

    Messages:
    28,285
    Gender:
    Male
    Ratings:
    +61,817
    UGGGGH that gif ends too early - I really want to know if it knocked down the last pin.
     
    • LOL LOL x 3
Thread Status:
Not open for further replies.