Who am I: A mind reader (don't forget to view source)
91–100 of 181 posts
Re: Who am I: A mind reader (don't forget to view source)
#92Original creator here. I'm super surprised to see this posted here. I can answer any questions people have.
Re: Who am I: A mind reader (don't forget to view source)
#93I could probably post a similar gizmo on HN with a results static page that says Your interests are: (some subset of) Programming Science Technology Games With literally no scripting, and everyone would find it "reasonably accurate" :D
Re: Who am I: A mind reader (don't forget to view source)
#94This is quite clever. By the way now I've got a nice list of blogs/websites that I should probably read for various topics.
Re: Who am I: A mind reader (don't forget to view source)
#95It was eerily accurate on me. 1. science 2. technology 3. programming
Re: Who am I: A mind reader (don't forget to view source)
#96Re: Who am I: A mind reader (don't forget to view source)
#97Re: Who am I: A mind reader (don't forget to view source)
#98This can be done without any user interaction (and most likely has done to you without you knowing it). Check this link for 101: https://stackoverflow.com/questions/1584850/is-it-possible-t...
Re: Who am I: A mind reader (don't forget to view source)
#99Earlier quoted context omitted.
For a less "covert" example than I am sure the OP was thinking, you could have "click the red button to continue" sort of like this page does. :)
Wouldn't that also require a hundred same sized differently colored buttons, just like this site?
Now make it even less obvious: create a false box with the proper :visited color. That's your bottom layer, your fallthrough if the user hasn't visited any of them. Now position all of the :visited boxes as exactly the same size and position over that bottom layer. Now, when the user clicks the button to continue, they're guaranteed to click either your fallthrough ("user has none of my sites") or one of those you are monitoring for.
The end result of all this is a page that says "Click the box to continue."
Re: Who am I: A mind reader (don't forget to view source)
#100Fun experiment !