04/12 - Workable Wednesday!

Discussion in 'Daily mTurk HITs Threads' started by TissueHime, Apr 12, 2017.

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

    DigitalDenizen Well-Known Turker

    Messages:
    2,341
    Gender:
    Male
    Ratings:
    +2,044
    If you're talking about the psu then no but it was running in another computer less than an hour ago. the power button does nothing and I can't even short the pins to start it
     
  2. un_in

    un_in Survey Slinger

    Messages:
    2,445
    Ratings:
    +4,330
    Did you spray it down with thermal paste?
     
  3. Ten

    Ten Survey Slinger

    Messages:
    5,518
    Gender:
    Male
    Ratings:
    +8,149
    Did you try pouring lamb's blood on the mobo?
     
    • LOL LOL x 1
  4. SamAnt

    SamAnt Survey Slinger TurkerView Masters

    Messages:
    4,109
    Ratings:
    +12,981
    Or somewhat free, if you use Opinions Rewards.

    edit: I haven't actually paid for an app with real money ever.
     
    • Like Like x 1
  5. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    This reminds me why I am happy that my motherboard has a power button on it just in case for debug reasons.
     
  6. Wilma

    Wilma Survey Slinger

    Messages:
    1,427
    Gender:
    Female
    Ratings:
    +3,019
    Ah.. no clue, friend. Good luck!
     
    • Like Like x 1
  7. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Did you install the motherboard standoffs?
     
  8. LurkerLUL

    LurkerLUL Well-Known Turker

    Messages:
    1,081
    Gender:
    Male
    Ratings:
    +1,300
    Make sure your psu is running the latest drivers
     
    • LOL LOL x 1
  9. DigitalDenizen

    DigitalDenizen Well-Known Turker

    Messages:
    2,341
    Gender:
    Male
    Ratings:
    +2,044
    fuck no, Did I wreck the computer?
     
    • LOL LOL x 1
  10. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Prob not but you need to install those or it will short and not boot.
     
    • Today I Learned Today I Learned x 1
  11. angryfan

    angryfan Active Turker

    Messages:
    126
    Gender:
    Male
    Ratings:
    +85
    Is turkmaster good?
     
  12. rater9

    rater9 Survey Slinger

    Messages:
    2,541
    Gender:
    Female
    Ratings:
    +3,920
    Yep!!!
     
  13. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    It is old and works.. Panda Crazy is a lot better and Hit Catcher will be once it is done being beta af.
     
  14. TurkingMaster

    TurkingMaster Survey Slinger

    Messages:
    3,337
    Gender:
    Male
    Ratings:
    +4,285
    If you "but" it together that may be your main problem

    :D
     
    • LOL LOL x 4
  15. Jagdpanzer

    Jagdpanzer Survey Slinger

    Messages:
    2,960
    Gender:
    Male
    Ratings:
    +3,443

    The perils of playing technician without proper training. :nono: :D
     
    • LOL LOL x 2
  16. Wilma

    Wilma Survey Slinger

    Messages:
    1,427
    Gender:
    Female
    Ratings:
    +3,019
    What is this Hit Catcher you speak of?
     
  17. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Kad's solution to pandaing that is built into MTS
     
    • Today I Learned Today I Learned x 1
  18. Wilma

    Wilma Survey Slinger

    Messages:
    1,427
    Gender:
    Female
    Ratings:
    +3,019
    Hey.. who invited you/pulled your sting/asked your opinion/mentioned you in a comment? huh? huh? huh?
     
    • LOL LOL x 2
  19. DigitalDenizen

    DigitalDenizen Well-Known Turker

    Messages:
    2,341
    Gender:
    Male
    Ratings:
    +2,044
    The sad thing is I have my A+ certification and used to work in a computer shop. haven't actually built one from the ground up in ages though
     
    • Like Like x 1
  20. turks24

    turks24 Survey Slinger

    Messages:
    6,720
    Gender:
    Male
    Ratings:
    +13,777
    @Randomacts can you add something to the CI script that keeps the 'accept next hit' box checked?

    Code:
    // ==UserScript==
    // @icon         http://www.woodus.com/den/gallery/graphics/dq9ds/shield/silver_platter.png
    // @name         Customer Interests - Keyword Auditing Relevance [mturk]
    // @namespace    Scripts->Foundation->Humans
    // @version      1.1.3.20170222
    // @description  Provides a framework for optimizations on Customer Interests HITs
    // @author       D.M.K. & R.E.G. @ MegaCorp, Inc
    // @include      https://s3.amazonaws.com/mturk_bulk/hits/*
    // @require      https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js
    // @PANDA        https://www.mturk.com/mturk/previewandaccept?groupId=3KAZLCS3F9ALRMAYYRWSFLQTNUFAPT (Keyword Relevance to Interest Audit)
    // @PANDA        https://www.mturk.com/mturk/previewandaccept?groupId=36ARV8EEI75YW67UK35RLDFB7MHAVL (Product to Interest Audit)
    // @compatible   Known to work on: Chrome 46+, Tampermonkey v4.0.69+, Windows 7 x64
    // ==/UserScript==
    /* jshint -W030 */
    /* jshint esnext: true */
    
    // Keys to select radio buttons
    const KEY_YES = 97; // default NP1
    const KEY_NO = 98; // default NP2
    const KEY_SKIP = 99; // default NP3
    const KEY_SUBMIT = 13; // default ENTER key
    const DEFAULT_FOCUS = $(':radio')[0];
    //const DEFAULT_UR_CLICK = $(':radio')[1]; // No
    const DEFAULT_UR_CLICK = $(':radio')[0]; // Yes
    const DEFAULT_IR_CLICK = $(':radio')[0]; // Yes
    const MAGIC_KEY_GOAL = "The goal is to answer the question:Is the keyword uniquely relevant to the interest?";
    const MAGIC_ITEM_GOAL = "The goal is to answer the question: Is the item relevant to the interest?"
    const MAGIC_ITEM_SEX = "The goal is to answer the question: Is the item relevant to the interest and not sexually explicit?"
    
    var magic = $('.panel-body>p').text();
    
    $(function() {
        if (magic === MAGIC_KEY_GOAL || magic === MAGIC_ITEM_SEX || magic === MAGIC_ITEM_GOAL) {
            Ç(['.panel-primary']);
            $(document).keydown(keymap);
            DEFAULT_FOCUS.focus();
            if (magic === MAGIC_KEY_GOAL) DEFAULT_UR_CLICK.click();
            else if (magic === MAGIC_ITEM_GOAL) DEFAULT_IR_CLICK.click();
        }
    });
    
    function keymap(e) {
        var k = e.which;
        if ( $.inArray(k, [KEY_YES, KEY_NO, KEY_SKIP, KEY_SUBMIT]) >= 0 ) {
            e.preventDefault();
            switch (k) {
                case KEY_YES: $(':radio')[0].click(); break;
                case KEY_NO: $(':radio')[1].click(); break;
                case KEY_SKIP: $(':radio')[2].click(); break;
                case KEY_SUBMIT: $('#submitButton').click();  break;
                default: console.log('I am a bug. Report me.');
            }
        }
    }
    
    function Ç(å) {
        if (å.length) {
            const ï = "Instructions";
            $('body').prepend('<button id="☢" type="button" style="width: 8em;float: none;border-radius: 42%;outline:none;">-'+ï+'</button>');
            $("#☢").click(()=>{$('#☢').text((ì,Œ)=>{return (Œ.slice(0,1) === '+'?'-':'+')+ï;});å.forEach((µ)=>{$(µ).toggle();});}).click()[0].scrollIntoView();
        }
    }
    
     
Thread Status:
Not open for further replies.