05/24 - Whippet Wednesday!

Status
Not open for further replies.

tricker

Well-Known Member
Contributor
Joined
Jan 12, 2016
Messages
9,279
Reaction score
19,141
Points
1,063
Location
California
Gender
Female
Does everyone do pins? I'm starting to feel like I'm missing out by avoiding them.
I've only done 714 total. So I'm close to not doing them considering how many some do.
 
  • Like
Reactions: kryss

Jharkan

Internets EXPERT
Contributor
Joined
Jul 9, 2016
Messages
11,873
Reaction score
20,418
Points
1,288
Location
Earth
Gender
Male
Does everyone do pins? I'm starting to feel like I'm missing out by avoiding them.
I'm usually locked out of them before even starting them.
I was able to do yesterday's and today's though.

Pinterest - Rate How Relevant a Caption is to a Pin


a very simple AHK makes that one really easy.

Code:
numpad1::
send {tab}{space}{right}
return

numpad2::
send {tab}{down}{right}
return

numpad3::
send {tab}{down 2}{right}
return
just push 1,2,3 based on if the term could be used as a relevant hashtag or whatever
1 is relevant, 2 is irrelevant, 3 is unclear/missing data

You can finish a 40¢ one in about a minute
 

It's Gamera!

Flippant Amniote
Contributor
Crowd Pleaser
Joined
Jan 12, 2017
Messages
5,453
Reaction score
22,591
Points
1,813
Location
New Yawk
Gender
Male
I did some of the $2 ones when they first started if you could catch it off scraper and I think I've only done a few of the other ones. They seem a bit infuriating.
They're annoyingly subjective, apart from a specific set of batches where the ACs are pretty obvious. They're also annoying in general unless you really like twee faux folksy home decor and blogger-tier nutritionist recipes.
 
  • Like
Reactions: coffeeowl and kryss

tricker

Well-Known Member
Contributor
Joined
Jan 12, 2016
Messages
9,279
Reaction score
19,141
Points
1,063
Location
California
Gender
Female
Well, I've done lots of virals. I've attempted pins several times and always got so bored that I gave up before ever finishing one.
I'm the opposite. I do pins and then I get distracted pinning shit to my own board and then get the "there's no more available" message fast.

But, on the upside, I've made some good dinners and some awesome Halloween decorations because of doing them.
 

Kallee

Well-Known Member
Contributor
Joined
Nov 6, 2016
Messages
2,179
Reaction score
3,266
Points
588
Gender
Female
I'm usually locked out of them before even starting them.
I was able to do yesterday's and today's though.

Pinterest - Rate How Relevant a Caption is to a Pin


a very simple AHK makes that one really easy.

Code:
numpad1::
send {tab}{space}{right}
return

numpad2::
send {tab}{down}{right}
return

numpad3::
send {tab}{down 2}{right}
return
just push 1,2,3 based on if the term could be used as a relevant hashtag or whatever
1 is relevant, 2 is irrelevant, 3 is unclear/missing data

You can finish a 40¢ one in about a minute
Nice! You don't need the space in the first option, but I am definitely going to try this, ty!
 

tricker

Well-Known Member
Contributor
Joined
Jan 12, 2016
Messages
9,279
Reaction score
19,141
Points
1,063
Location
California
Gender
Female
omg. I just swam for 2 hours. I love California and my pathetic po' person pool. I'm all invigorated. Where dem batches at?
 
  • Like
Reactions: Rerun and kryss

Jharkan

Internets EXPERT
Contributor
Joined
Jul 9, 2016
Messages
11,873
Reaction score
20,418
Points
1,288
Location
Earth
Gender
Male
Nice! You don't need the space in the first option, but I am definitely going to try this, ty!
the space fills in the first answer. just tab only highlights it.
 
Status
Not open for further replies.