Live data from Hacker News

Who am I: A mind reader (don't forget to view source)

tinsnail.neocities.org

91–100 of 181 posts

Re: Who am I: A mind reader (don't forget to view source)

#93

I 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

fwiw, my results were very wrong

Re: Who am I: A mind reader (don't forget to view source)

#94
post #36

This is quite clever. By the way now I've got a nice list of blogs/websites that I should probably read for various topics.

That's what I was thinking too. Here's a prettified list of the sites used: https://gist.github.com/amjd/acc5e108bfb2f29f050c

Re: Who am I: A mind reader (don't forget to view source)

#95
post #20

It was eerily accurate on me. 1. science 2. technology 3. programming

Pretty inaccurate for me. It game minimum value to books and writing, and i love them both. I just dont open enough links about them (i read the books! Not their sites!)

Re: Who am I: A mind reader (don't forget to view source)

#98

This 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...

Note that is from 5 years ago. Modern browsers have put up defenses. Others have linked to sources throughout the thread/

Re: Who am I: A mind reader (don't forget to view source)

#99
post #54
post #42

Earlier 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?

Not necessarily. What if the un-visited box was set to display:none? That would leave you with just the visited boxes showing.

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."

Post reply on HN