12/05 - Mutation Monday! TurkerHub xPort v2 & Live Update Mutations

Discussion in 'Daily mTurk HITs Threads' started by ChrisTurk, Dec 5, 2016.

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

    Fio Survey Slinger

    Messages:
    2,984
    Ratings:
    +5,413
    • Like Like x 2
  2. Kadauchi

    Kadauchi Administrator Former MTG MotM

    Messages:
    4,368
    Ratings:
    +8,597
    Like this?

    @ChrisTurk
    Code:
    a:visited { 
        color: fixmeplease;
    }
     
    • Like Like x 1
  3. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,220
    Lol, if they didn't make it like 50x more convoluted than that they wouldn't be able to sell skins at $25-$50/pop.

    Any other dark/light theme tweaks folks would like before I go delving into the spaghetti?
     
  4. Jagdpanzer

    Jagdpanzer Survey Slinger

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

    Can I get a Michigan color scheme? :D
     
  5. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    35,113
    Gender:
    Female
    Ratings:
    +74,958
  6. Kadauchi

    Kadauchi Administrator Former MTG MotM

    Messages:
    4,368
    Ratings:
    +8,597
    Right? I looked into making one but nope, not worth it.

    If you could get this to scroll with the other stuff that does
    [​IMG]
     
    • Like Like x 2
  7. Suitcase

    Suitcase Well-Known Turker

    Messages:
    1,044
    Ratings:
    +3,456
    After seeing you guys post the time, i went back and checked the TO. Why does the TO say 5 when it has nothing but a bunch of negative reviews.
     
  8. Jagdpanzer

    Jagdpanzer Survey Slinger

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

    Take TO ratings and add :salt:
     
  9. Jesicu

    Jesicu Survey Slinger

    Messages:
    5,202
    Gender:
    Female
    Ratings:
    +15,505
    All the bad reviews are from today. It pulled the single good review.
     
    • Like Like x 1
  10. Creamofsoup

    Creamofsoup Active Turker

    Messages:
    262
    Gender:
    Male
    Ratings:
    +245
    @Kadauchi & @ChrisTurk what is a good (read "free") way to learn java when there isn't anything good to hit?
     
  11. THFYM

    THFYM Survey Slinger Former MTG MotM

    Messages:
    8,887
    Gender:
    Male
    Ratings:
    +23,050
    2016-12-03 JHU-APL BeHAVE Lab Link analysis (social network analysis) 10.00 Pending Approval
    :salt::salt::salt:
     
  12. Melting Glacier

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

    Messages:
    6,157
    Gender:
    Male
    Ratings:
    +11,423
    The only other thing that I've noticed was fixed recently- Usernames were a bit too dark before but now they're perfect!

    Not sure if you've seen it already, but I tweaked @slothbear 's sticky modbar script to work with Titanium. Hides navigation bar and stickies the logoBlock but that includes the logo section as well. Haven't had any luck isolating just the alert/pm/user section.
    Code:
    // ==UserScript==
    // @name         TurkerHub Sticky logoBlock (for Titanium skin only)
    // @version      1.0.1a
    // @description  make the #logoBlock sticky, hide navigation bar
    // @author       slothbear w/ tweaks by Melting Glacier
    // @icon         http://i.imgur.com/yptTSAh.gif
    // @match        https://turkerhub.com/threads/*
    // @require      https://code.jquery.com/jquery-2.1.4.min.js
    // @require      https://raw.githubusercontent.com/garand/sticky/master/jquery.sticky.js
    
    // ==/UserScript==
    
    $(document).ready(function(){
    
        $("#logoBlock").sticky({topSpacing:0, zIndex:666}); // uses sticky.js to keep the logoBlock on top
        $("#logoBlock").css({opacity: 0.80}); // makes bar see through
        $("#navigation").toggle();
      });
     
    • Like Like x 1
  13. WishATurkerWould

    WishATurkerWould Survey Slinger

    Messages:
    2,151
    Ratings:
    +8,800
    Did you do 36 trials? I'm going slower than @Jesicu did, but even 10's not bad. (Rationalization, I know.)
     
  14. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,220
    The only thing I've ever done is read other people's scripts.. thought of things I wanted mTurk to do, and then tried to replicate things I'd seen out of those scripts to make it happen. When that doesn't work just google <script language> [desired action] and someone smarter than you or I has already figured it out on stack overflow.
     
    • Like Like x 1
  15. CorvusSapiens

    CorvusSapiens Survey Slinger

    Messages:
    6,777
    Gender:
    Male
    Ratings:
    +9,896
    Not a big deal, but when clicking on ratings for a post some usernames show up in white text. I'm not sure why it's some and not others.
    [​IMG]
    [​IMG]
     
    • Love Love x 1
  16. Kadauchi

    Kadauchi Administrator Former MTG MotM

    Messages:
    4,368
    Ratings:
    +8,597
    Javascript I assume you mean? A lot of people say Code Academy or some other one. I think practice is best, so save a HIT and try to do stuff with it. Google what you want to do.

    Thanks. ul.visitorTabs should be those things.
     
    • Like Like x 1
  17. Creamofsoup

    Creamofsoup Active Turker

    Messages:
    262
    Gender:
    Male
    Ratings:
    +245
    Sounds like a plan to me (and that gets me started with stuff asap)
     
  18. Kadauchi

    Kadauchi Administrator Former MTG MotM

    Messages:
    4,368
    Ratings:
    +8,597
    And while you should learn pure javascript first, for most turking purposes starting with jQuery is fine.
     
  19. Jesicu

    Jesicu Survey Slinger

    Messages:
    5,202
    Gender:
    Female
    Ratings:
    +15,505
    Probably an obvious question, but how do you save a hit to practice on?
     
    • Like Like x 2
  20. THFYM

    THFYM Survey Slinger Former MTG MotM

    Messages:
    8,887
    Gender:
    Male
    Ratings:
    +23,050
    Yep. It was still a great hit, but $5 is $5 :p
     
    • Like Like x 2
Thread Status:
Not open for further replies.