points by onli 9 years ago

One last try. I'll stop then.

If you are really arguing that you are inherently more likely to click on the direct link, and it is this click impulse that is used to manipulate you, and that going to a page containing that image plus ads instead is the big negative outcome, then I understand why it is a dark pattern for you.

I did not see that direct link have a higher affordance (that might stretch the term a bit too much) to be clicked on. I still don't – but if you think that there are people that are conditioned to click on those direct links, but would not click on the normal link, then I'll have o give you the point that the heuristically changing of the result page might be a dark pattern for those people.

I'm not aware of that effect, but I can't be sure that for example on reddit for people without adblocker or on mobile for some time the direct link wasn't a positive click signal that conditioned them.

I think that explains why I'm arguing. Dark patterns are a manipulation, and simply showing another page is not something I can count as a manipulation – it is not the same thing as in a window making people click on the wrong button (even though I understand that there is a similarity if you follow a specific line of thinking).

TeMPOraL 9 years ago

Direct link is a significant "positive signal" for the following reasons:

- you implicitly expect it won't load code to your browser

- you implicitly expect it will serve the one and only one resource that you need

- you implicitly expect that after receiving the resource no further data will be exchanged between the client and the server

- you implicitly expect it will work well with the standard UI of your viewing platform - for instance, it will be pinch-zoomable on mobile, or zoomable with mouse in desktop browsers

- you expect to work well with applicable context; for instance, a direct image link should work in "href" attribute of "a" tag (resulting in an image being embedded on a website), it should work with curl or wget (resulting in a single image file being created on your hard drive), or just browser's "save" feature (again, resulting in a single image file being created)

I'd call breaking these things a dark pattern. A particularly nasty one at that, since it's poisoning the well. Breaking users' trust in that URLs do is one of the many subtle ways of fucking the Internet for everyone for personal profit.

nostrebored 9 years ago

"Showing another page" is not a manipulation? So the redirects of yore when you would change the link-text to a URL that does not match the link-URL is not a manipulation? That is effectively what imgur does.