Earlier quoted context omitted.
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 t…
Who am I: A mind reader (don't forget to view source)
141–150 of 181 posts
Re: Who am I: A mind reader (don't forget to view source)
#142I 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
> Your interests are: (some subset of) Programming Science Technology Games Me being me, I clicked on random grey squares. I got exactly that. There is a selection bias from the choice of URLs it provides.
I an a bit disappointed by the results anyway. Something like gender guess, sexual orientation, age range and political leaning would have been more impressive than the programming/movies graph.
Re: Who am I: A mind reader (don't forget to view source)
#143Earlier quoted context omitted.
fwiw, my results were very wrong
The selected sites are very biased towards things you can do in front of a computers. So this nice "Who am I?" trick only shows an intersection of my interest with those of the author. e.g. its completely missing my 3 main hobbies, as sailing, sewing and vaping had not been on his list of selected sites.
However, I could only include high-level, reasonable common interests, as including more would cause there to be too many squares.
Re: Who am I: A mind reader (don't forget to view source)
#144Heh. I clicked a few before I realized what was going on (looking at the status bar shows the link, which somewhat gives it away). You could prevent this by adding mouseover/out and onclick logic that removed the :href on hover and just colored itself red.
but i guess then it won't be red on hover.
Re: Who am I: A mind reader (don't forget to view source)
#145Should explain itself better. All I get is a bunch of grey boxes (no red ones) and if I click done I get "Your interests are:"
Re: Who am I: A mind reader (don't forget to view source)
#146Earlier quoted context omitted.
Did you ever heard of cold reading?
hey thanks, i just googled it. I knew something about it (like reading expression or something, from watching 'the mentalist'), but i did not know what it was called. but CMIIW the technique used in the linked app is categorized as 'hot reading' right? because it somewhat gather information from our "browsing history". Somewhat same technique used by google for user 'profiling' maybe? just a little bit of assumption.
Re: Who am I: A mind reader (don't forget to view source)
#147I 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
> Your interests are: (some subset of) Programming Science Technology Games Me being me, I clicked on random grey squares. I got exactly that. There is a selection bias from the choice of URLs it provides.
Somebody else clicked all of the squares, and art was #1, with painting #3.
Re: Who am I: A mind reader (don't forget to view source)
#148Re: Who am I: A mind reader (don't forget to view source)
#149Earlier quoted context omitted.
For those of us who don't know Javascript, I'll just ask in broad terms: What is it, how's it work, what's it do?
It's a neat little hack to predict your interests among various categories. The hundreds of grey boxes that you see are actually links to sites belonging to different categories like programming, science etc. and the red ones are those that you have visited (based on your browser history). The basic idea here is of using the CSS selector a:visited to highlight visited links in red, and by clicking the red boxes the u…
Re: Who am I: A mind reader (don't forget to view source)
#150Indeed I am unhackable.