Closed markwhiting closed 10 months ago
Example of a sharable tweet text courtesy of chatgpt:
π§ Common Sense Score: 78% Just completed the Common Sense Test with a score of 78%. Assess your practical reasoning and knowledge. Give it a try! π Test: [Unique Link]
π Common Sense Champion! π§ β¨ I just aced the Common Sense Test with a solid score of 78% ππ₯ Can you beat that? Put your knowledge to the test and see how well you fare! ππ‘ π Compare your score with mine: [Unique Link]
I really like the Wordle tweet model:
Wordle 710 4/6
β¬β¬β¬π¨β¬ β¬β¬β¬β¬π¨ β¬π¨π©β¬π¨ π©π©π©π©π©
Not bad lol π
It's simple, it shows the result clearly, and it can be extended with personal comments. But, it's missing a link.
I wonder about something like:
I have more common sense than 60% of people! |||||π«’----π― What about you? β www.internet.com
Another idea:
I have more common sense than 65% of people! β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬ β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬ β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬ β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬ β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬ β¬β¬β¬β¬β¬β¬ππ²π²π² π²π²π²π²π²π²π²π²π²π² π²π²π€π²π²π²π²π²π²π² π²π²π²π²π²π²π²π²π²π― ...but not quite as much as ChatGPT π¦Ύ
Something like a social signal of the person whose link you clicked on?
β¬β¬β¬π«₯β¬β¬ππ²π²π― URL?
Just noting that Wordle tweets don't have URLs:
Wordle 712 6/6
β¬β¬π¨β¬β¬ β¬β¬π¨β¬β¬ π¨β¬β¬β¬β¬ β¬π©β¬β¬π© β¬β¬π©π©π© π©π©π©π©π©
A simple alternative?
I have more commonsense than 67% of the population! π₯π₯π₯π¨π¨π¨π©π©π©π― β¬β¬β¬β¬β¬β¬π
Check yours: commonsensicality.org/asldkj
After chatting with @duncanjwatts:
My common sense is 56% π₯π₯π₯π¨π¨πβ¬β¬β¬β¬ Check yours: commonsensicality.org/asldkj
Possible emoji levels: (can be more granular so that each value has a few possible faces, but this is just a rough suggestion, feel free to adjust)
very low: π€₯πΆπ΅βπ«π΅π₯΄ kind of low: ππ«€π middle: π€¨ππππ kind of high: ππππ₯Έπ very high: ππ₯³π§π€π€―π€©
const pick = (arr) => arr[Math.floor(Math.random() * arr.length)]
const chosen_emoji = pick(
[
[..."π€―"],
[..."π€₯πΆπ΅βπ«"],
[..."π΅π₯΄"],
[..."ππ«€π"],
[..."π€¨ππ"],
[..."ππ"],
[..."πππ"],
[..."π₯Έπ"],
[..."ππ₯³π§"],
[..."π€π€©"]
][score]
)