08/27 - Shirobako & Sakurasou Saturday!

Status
Not open for further replies.

humbleturker

Well-Known Member
Contributor
Crowd Pleaser
HIT Poster
Joined
Jul 8, 2016
Messages
10,554
Reaction score
23,278
Points
1,738
Age
33
Gender
Male
Did anyone else get an e-mail from Kraemer Lab about the $5 Image comparison hit? Saying he forgot to add a demographics section to the hit and wants you to fill in the info and reply to the e-mail? It was the hit comparing like door handles to bridges and electric towers and stuff like that. Should I reply or is this unsafe? He has sent me three e-mails now, the last one is saying I can reply through mturk if im concerned about using my personal e-mail, but from what I've read messaging a requester through mturk shows your e-mail, name, etc. The hit is still pending approval, just wondering what I should do.
I got the email, but I just sent the demographics/ID through the email.
 
  • Like
Reactions: <Gucci>

Thomas The Turk Engine

Island of Sodor
Joined
Jun 27, 2016
Messages
140
Reaction score
155
Points
43
If you reply to him then yes, it will show your email and your name. There's no way to send message to a requester without revealing that. You could reply and ask him to post a second HIT for people who did that first HIT, where the workers can provide their demographics and then he can match up the worker IDs between the two HITs.
But if I reply to his e-mail won't that reveal my e-mail address to him anyways? That's the dilemma.
 
  • Like
Reactions: <Gucci>

electrolyte

The Ghost of MTurk Past
Contributor
Joined
Jan 10, 2016
Messages
19,184
Reaction score
45,978
Points
1,313
But if I reply to his e-mail won't that reveal my e-mail address to him anyways? That's the dilemma.
Well, yes, but I thought your point was you didn't want your name/email linked to your demographics. If that's the concern, you could email and ask for a HIT to be set up. If you don't want him to have your name/email at all, you could send an email from a throwaway email address and include your worker ID so he knows who it's from.
 
  • Like
Reactions: <Gucci> and Cmoney

ChristopherASA

Well-Known Member
Contributor
Joined
Feb 18, 2016
Messages
11,716
Reaction score
23,143
Points
1,238
Age
76
Location
Wish it were Seattle,but it isn't. :(
Gender
Male
I could see pandas getting bogged down a bit with 2.5 if its not too much money i'm sure you'll have a better turking experience with hits loading faster too on the 5mbps. As long as they don't want you to spend an arm and a leg for it
$45 for the 2.5 Mbps I have now - $70 for double the speed. So one extra HIT a day would cover that (if that's the proper approach the question). I spoke with my vendor yesterday when he was over here replacing my router and he's willing to let me try the extra speed for a month, gratis. ... So I think I have to go for that.

Hey, Drwho10 @Drwho10 , seriously, thanks for your assistance today ( and for letting me think out loud just now :) ).
 
  • Like
Reactions: <Gucci>

A6_Foul_Out

I only use Organic TurkerView reviews
Contributor
HIT Poster
Joined
Aug 17, 2016
Messages
11,754
Reaction score
21,657
Points
1,538
Location
CT's Attic
Gender
Male
$45 for the 2.5 Mbps I have now - $70 for double the speed. So one extra HIT a day would cover that (if that's the proper approach the question). I spoke with my vendor yesterday when he was over here replacing my router and he's willing to let me try the extra speed for a month, gratis. ... So I think I have to go for that.

Hey, Drwho10 @Drwho10 , seriously, thanks for your assistance today ( and for letting me think out loud just now :) ).
How far from society are you? that's robbery
 
D

Deleted member 481

Guest
Here's the a9 color script
Code:
// ==UserScript==
// @name         Amazon Requester Inc. A9 Data Validation
// @namespace    Space
// @version      0.1
// @description  Various a9 stuff
// @author       Icy
// @include https://www.mturkcontent.com/dynamic/*
// @include https://s3.amazonaws.com/mturk_bulk/hits/*
// ==/UserScript==
var colourHit = false;

if(document.getElementById("result11")) {
    colourHit = true;
    console.log("Colour compare hit.");
}

document.addEventListener( "keydown", kas, false);
    function kas(i) {
            /* Colour A9's */
            if (i.keyCode == 49 && colourHit === true) { //1
                document.getElementById("result11").click();
        }
            if (i.keyCode == 50 && colourHit === true) { //2
                document.getElementById("result15").click();
        }
            if (i.keyCode == 57 && colourHit === true) { //9
                document.getElementById("result21").click();
        }
            if (i.keyCode == 48 && colourHit === true) { //0
                document.getElementById("result25").click();
        }
            if (i.keyCode == 188 && colourHit === true) { //,(comma)
                document.getElementById("submitButton").click();
        }
        }
window.focus();
 

Drwho10

Mister Gank Yo Hits
Contributor
Joined
Jan 11, 2016
Messages
12,350
Reaction score
20,568
Points
1,388
Age
31
Location
Long Beach, CA
Gender
Male
$45 for the 2.5 Mbps I have now - $70 for double the speed. So one extra HIT a day would cover that (if that's the proper approach the question). I spoke with my vendor yesterday when he was over here replacing my router and he's willing to let me try the extra speed for a month, gratis. ... So I think I have to go for that.

Hey, Drwho10 @Drwho10 , seriously, thanks for your assistance today ( and for letting me think out loud just now :) ).
although that's a really high amount for speed some areas just suck for coverage. If he's willing to let you try it out for free for a month i'd say go for it. i think you'll be able to make up the difference and then some provided that you're properly pandaing stuff and not leaving the timers too long
 

<Gucci>

Francis Manancis ...fuck you...
Threaderator
Crowd Pleaser
HIT Poster
Joined
Feb 6, 2016
Messages
13,614
Reaction score
29,767
Points
1,739
Age
39
Location
Detroit
Gender
Female
1 & Numpad 1 = Yes
2 & Numpad 2 = No
Enter & Space = Submit
Set autosubmit to true to auto submit after HIT completion.

Code:
// ==UserScript==
// @name         _a9_color
// @namespace    http://kadauchi.com/
// @version      1.0.0
// @description  blank
// @author       Kadauchi
// @icon         http://kadauchi.com/avatar4.jpg
// @include      /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @grant        GM_log
// @require      https://code.jquery.com/jquery-3.1.0.min.js
// @hitname      Color Survey (WARNING: This HIT may contain adult content. Worker discretion is advised.)
// @hitsave      https://s3.amazonaws.com/mturk_bulk/hits/219397223/Nm8GpinJRUKs_Zbb6YU2Xw.html?hitId=3U18MJKL1U8IHA9SD448XM1T74MCNJ
// ==/UserScript==

var autosubmit = false;
var i = 0;

$('td[width="200px"]').hide();

$(document).keydown(function (e) {
  switch (e.which) {
    case 49: case 97: // 1 & Numpad 1
     _next(0);
     break;
    case 50: case 98: // 2 & Numpad 2
     _next(1);
     break;
    case 13: case 32:// Enter & Space
     $(':submit').click();
  }
});

function _next (j) {
  $(':radio').eq(j + i).click();
  i += 2;
  if (autosubmit && i > 2) {
    $(':submit').click();
  }
}
 
  • Like
Reactions: A6_Foul_Out

Thomas The Turk Engine

Island of Sodor
Joined
Jun 27, 2016
Messages
140
Reaction score
155
Points
43
Well, yes, but I thought your point was you didn't want your name/email linked to your demographics. If that's the concern, you could email and ask for a HIT to be set up. If you don't want him to have your name/email at all, you could send an email from a throwaway email address and include your worker ID so he knows who it's from.
Yeah I guess the throwaway e-mail address would be the only way then. Thanks.
Everything.
 
  • Like
Reactions: <Gucci>
Status
Not open for further replies.