"direct" links to an image uploaded sometimes/usually redirect to imgur page, with lots of ads and shitty content, obnoxious, animated overlays that block out part of the image on mobile, etc
A dark pattern is an UI design that motivates users to use the program/site in a way profitable to the site, but contrary to users' interest. To trick people, see http://darkpatterns.org/. Redirecting to the whole page instead of the link is just a hotlink protection (as debatable as that is for an image hoster). Animated overlays in mobile is just shitty advertising and UX. But no dark pattern here.
I saw that multiple times here on HN now that people misuse the term. It's a pity, the original idea is something to be aware of, and diluting what dark pattern means hinders that awareness.
Having links that used to be hotlinks no longer be hotlinks is a dark pattern; also URLs that look like hotlinks (ending in .jpg or similar) but aren't. I'd argue that serving ads sometimes but not always is a dark pattern (particularly if they use cookies or similar to never serve ads to the original uploader).
Again, no. A dark pattern is an UI that makes the user do something he does not want. The best example is linkedin trying to get people to spam their contacts with invites. The pre-checked "subscribe to the newsletter" checkbox is a dark pattern. Same is the checkbox you need to check to not subscribe to the newsletter.
A hotlink is no user interface, changing its behaviour is not a dark pattern. Serving ads never is one (though ads itself can use dark patterns), regardless whether the uploader sees them or not. Those are different kind of tricks that have (edit: almost) nothing to do with what the term dark pattern describes.
Edit: I'd argue that links that used to be hotlinks not being hotlinks can maybe be part of a dark pattern. If an UI tried to get people to share a site, and the people do that only because they think the links are hotlinks, then that UI could be a dark pattern and the non-hotlinks a part of that. But the dark pattern is then the UI presenting the hotlink, the "share this image directly" widget, not the hotlink itself.
> Edit: I'd argue that links that used to be hotlinks not being hotlinks can maybe be part of a dark pattern. If an UI tried to get people to share a site, and the people do that only because they think the links are hotlinks, then that UI could be a dark pattern and the non-hotlinks a part of that. But the dark pattern is then the UI presenting the hotlink, the "share this image directly" widget, not the hotlink itself.
I'd say the URL itself can be UI - users know what a URL to a direct image looks like and how that differs from what a URL to a page tends to look like.
That does not matter. An URL alone does not entice users to do nothing. You need more to get a proper dark pattern, to get the "convincing the user to do things" part of the definition of what makes something a dark pattern in the first place. Please, look as well at the website http://darkpatterns.org/ to see what a dark pattern is about.
So you're saying if it's not on that website it's not valid?
Come on.. If I see a URL that ends in JPG, my understanding is that I am about to load an image. If the site then shows me a page full of ads with my image somewhere on there, that's exactly what you described.
The site is tricking me into doing something that is to their benefit and to my detriment. Showing me a URL that looks like a link to an image is absolutely encouraging me to do something. It's telling me "hey click here you'll see the image right away"..
I did not want to see a page full of ads, I wanted to see a single image, but now the site has monetized me without my consent.
It feels like you're arguing for argument's sake here.
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).
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.
"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.
Masters degrees, card carrying, secret-handshake knowing designer here. I remember when the notion of dark patterns was first discussed and differentiated from anti-patterns and I think this current discussion is quite ironic.
It's ironic because it is hinging on a narrowly constrained definition of "user interface" design - one that has been appropriated by web/app designers in recent years. UI goes well beyond what is IN the browser window. Discussion of user interfaces occurred before they were graphical user interfaces, well before they were web browsers. So for a discussion that hinged on the idea of the misappropriation of terms, this scores high for irony, IMHO.
SO, now that we're clear on the idea UI's can include many things, it's also clear that the URL and the items return based on the url requested absolutely fall under the notion of UI. And, this is most definitely an example of UI manipulation to create unexpected and negative results for the user to the benefit of the website.
Additionally I should point out, the whole notion of interaction design once meant something much broader than digital interfaces - as an easy example, look at Don Norman's early work and you'll see that interaction and interfaces go well beyond windowed interfaces or even digital interfaces.
Guess in what my masters degree is ;) Design of everyday things is one of my favorite books, and definitely the HCI book I enjoyed reading the most.
I'm aware that you can think of many things as being an interface. I even agree that heuristically switching the result page is deceptive. But there is a difference, though it gets hard to pinpoint it. The manipulation is on another level. It is not the same type of thinking as pre-selecting a checkbox in an installer [0]. I don't agree that it is an UI manipulation in the normal sense. I don't see which psyhcological effects are used, where the manipulation is. There is a deception if a .jpg link does not go to the image, but how manipulates that? Is the ending .jpg a something prone to be clicked on? I don't think so.
Still, while I still value the difference between a dark pattern and any random deceptive behavior, at least I understand a bit better now why people persist on mixing up the term.
The Psychology of Everyday Things (later retitled "The Design of Everyday Things") is indeed a great book. I call out the original title, first, to be a hipster but more to point out that his very aim was to talk about things not Human Computer Interaction. It is not a book primarily about Human Computer Interaction and your regarding it as such or at least lumping it in with HCI shows a serious misunderstanding of the larger point.
It isn't that you can think of many things as interfaces it is that many things are interfaces and interfaces were around long before they became graphical or even digital/computer-based. So, URLs themselves are definitely interfaces – they're UI's and machine interfaces as well, given their multiple roles.
For the concept of Dark Patterns, the manipulation you're talking about is, at its core, abusing convention, expectation and perception to steer people into an experience that they wouldn't choose if it were more obvious. So, essentially, dark patterns are deceptive.
What I gather you're asserting is that they must also be manipulative and get people to do something, themselves? By that bar, I think the imgur returning of pages instead of images when the convention is to return an image for a url ending in .jpg, etc. may be questionable. No URL request will ever rise to the level of nuance that a visual interface will. However, I still think this case fits. It is abusing a set of conventions and intentionally guiding a user into something they weren't expecting.
Additionally, think about the multiple use cases here. It's easy to focus on the casual browser clicking a link from Reddit but it's also about the user creating the reddit post. They are following convention, using what they think is an image link, choosing to post it, only to then unwittingly be involved in serving up that annoying as hell moving cat paw ad on top of the image they're trying to share with others. That sounds a little like a dark pattern at work to me...
> It is not a book primarily about Human Computer Interaction and your regarding it as such or at least lumping it in with HCI shows a serious misunderstanding of the larger point.
The primarily I did not say, did I? The book was required reading at the first university I heard a HCI lecture. It was recommended at my masters (in HCI, both the masters and the lecture), and contents from it were teached. I'm not sure about everyone in my current team, but I know at least some have read it, and I saw general references to its content. And those guys are pretty much the core of european academic HCI.
Everyday things has that role, as I could see, exactly because it is not talking about computers. It manages to show concepts and principals in a way that makes clear how they are universal. Besides, computer interaction does not happen only through display interfaces.
> I call out the original title, first, to be a hipster but more to point out that his very aim was to talk about things not Human Computer Interaction
Actually, the foreword of the 2002 edition I have open right now explains the change of title. It describes that it is because psychology in the title made it go to the wrong bookshelf in stores, in that people did not capture that it was talking about objects and design instead of psychology itself. Where do you have your explanation from?
> What I gather you're asserting is that they must also be manipulative and get people to do something, themselves?
Exactly. Or to not do something they'd usually do.
> That sounds a little like a dark pattern at work to me...
A little, yes. I stand by that manipulation is not enough included, and deception is not enough, and the link look is not enough. But like I said, I now understand why others are mixing it up – and the point with the different use cases might apply. I was serious in my explanation in another comment that there might be a group of people for who it really works as a manipulation, even though I can't see it working in a general way without prior conditioning, and then it fits the dark pattern definition reasonably well.
I think that was his point, different people can define the same word in multiple ways. Just because you/your favourite source says one thing, doesn't mean everyone else agrees, for better or worse.
The deception is really in the URL. If I see an address ending with .jpg, I expect it to load a raw JPEG, and I have some implicit expectations following that that are being broken if the site serves HTML instead.
Also, it's actually much simpler than the discussion makes it to be. Just look at the big picture. The user wants a picture, free of irrelevant or harmful bullshit. The site promises that raw image, by means of providing what looks like a direct URL. Then, it does not deliver on the promise, serving the irrelevant and/or harmful bullshit along with the picture. It's pretty clear that one side is trying to exploit the other one.
There is something labeled very clearly as a "Direct Link." When I paste that link into my browser, I go to the image file.
If people are posting the Direct Link and it is indeed redirecting to the full site (per the claims), then that is most certainly a very dark pattern if not an outright example of blatantly lying to their users.
So in this case it is very much about the UI and what is presented to the user at the time they are grabbing the URL.
I tried to explain above of why that does not feel right to mix it in as dark pattern, but it gets muddy and based on the votes people don't seem to understand it, or just don't find it convincing. Short, adjusted for here: I'm not convinced people would not share and click those links anyway even if it were correctly labeled. But the widget looking like this is a good point against that argumentation of mine.
> if not an outright example of blatantly lying to their users.
That of course. Hotlink protection for an image hoster when even providing official direct link is in any case a deception, maybe a lie. Please don't mistake my argumentation against the use of the dark pattern term as a defense of the behavior.
Advertising is a verb (or a genre). It is not an ad. An ad itself can use dark patterns (good example: the skype ads looking like UI elements) – but that does not make advertising itself one.
sli.mg is the new imgur for /r/the_donald, and other subs whose content imgur regularly censors. I haven't really seen it used "in the wild" on more mainstream subs. It does have a nice, clean and minimalistic interface, similar to what imgur used to have.
It's like on Facebook - if something gets reported enough times on imgur it get's auto-censored until it maybe is manually restored by a imgur employee.
Because of that a lot of relatively benign Trump content gets censored on imgur because a lot of people find even his name to be offensive. Some even think his name is violence.
Not racial hatred, images of Robert Byrd kissing Hillary Clinton will get censored. Basically anything that is a joke at the expense of Hillary Clinton will get removed.
I don't think that's it, quite exactly. I think it's more that when people see stats for lots of eyeballs they too often think "if we monetize those to the max, think of the money we could make" and then that shifts into thinking they're leaving money on the table.
The thing is, while there is huge demand for image hosting sites, that demand is really low "quality". After all, we're talking about sites hosting memes and screenshots from games, not original works of art created after tens and hundreds of hours of laboring in Photoshop.
To be fair, they could have operated a simple and effectively profitable business, and grown at an economically normal rate. But hey, I guess I wouldn't say no to $40M of a16z's money and a $200M valuation either.
I assume your familiar with their operating costs somehow? I have direct experience at a different (older) host. It was simply not possible to serve the tremendous bandwidth needs without increasingly aggressive monetization. I have no idea what they're costs look like and bandwidth is much cheaper than it was 10 years ago, but I'd wager that there was no profitable business for them at any point without intrusive ads.
> but I'd wager that there was no profitable business for them at any point without intrusive ads.
5 years ago: "but it's profitable enough to hopefully hire another guy or two this summer."[0]
The founder has completely bootstrapped the site since day 1, and has done an AMA on Reddit talking about the whole situation[1]. Ads are absolutely necessary to make it profitable, but clearly taking investment now means they are going to squeeze every ounce of dollar out of the site and hence the sentiment of "aggressive monetization".
That was five years ago, they've experienced explosive growth since then which changes the equation. Because they were profitable then doesn't mean that you can simply linearly grow that as the amount of content being served grows. Particularly when you rely on ad revenue which has been on a downward trend over the last few years.
Point being: unless you have been directly involved in the decisions accusing them of either malevolence or greed is a pretty tough accusation to make. Sometimes (usually) it's cold hard business realities that drive people to adopting these sorts of monetization strategies.
So now the cycle will repeat. Someone will start a host that simply serves images. People will use it. They'll add some ads, people won't care much. They'll start serving more aggressive ads and someone will start another host... over and over again.
That's literally what they did for years until taking a16z's money...
They did it by building a community around the non-reddit related traffic. Basically redditor's would share imgur links outside the reddit ecosystem (Facebook etc), then other people would visit imgur directly instead of going through reddit. These secondary users are monetizable.
Imgur had to eat the costs of supporting reddit's hotlinking (though not all reddit posts are hotlinked) but that was more or less imgur's "marketing budget."
Data mining what exactly? Unless you know what in the image, it's hardly interesting that a user with browser fingerprint X viewed some image with a random hash or name.
Sure it is, you can track the site it was hosted on and follow the fingerprint around the web. The image content isn't the juicy bit.
If I can see you viewed an image referred from /r/woodwork I might offer you some woodworking tools and drive up the conversation rate of my advertisements.
I was perhaps too dismissive, it is certainly full of information. But I mostly meant for the moment the information most likely to be gleaned will be from referral links.
As someone who spends millions of dollars on targeted advertising, I can safely say Imgur and similar sites have no worthwhile targeting options unless Facebook buys them.
You seem to be asserting that anything is okay as long as it makes money.
Nobody has to make a website. If the only way you can think of to make money is bait-and-switch, then you can choose to do that, or you can choose to go back to the drawing board and come up with a less unpleasant business plan. If you choose the former, don't expect me to cheer because you found a way to make money, and you think that's the only thing that matters.
I agree with you. When imgur started there was a definite need. Now it's being replaced because there's a new need (caused by imgur changing the way it operates).
Also, I don't think you're going to make everyone happy as a business, and that's (probably) okay.
It's far more reasonable to think there are other explanations than what effectively comes across as very negative intent from the beginning.
For example, they may have hoped or believed they could find a better business model over time, an alternative to the traditional ad models. Based on watching their various experiments since the day they got started, I can say for a fact they did try other things (two examples: Imgur as a service via paid API and Imgur Pro accounts).
Is it more likely the Imgur founder was naive or malevolent? The answer is extremely obvious.
They still provide a 'free to the user at point of use' service. The service they provide doesn't include hotlinking by other site hosts, that's been normal since about 2000 IIRC.
The service they provided DID include hotlinking from other sites, which was one of their major distinguishing features and which is why I (for one) used them almost exclusively as an image host.
I can be sympathetic to the fact that their previous 'business model' wasn't financially viable while still being annoyed that they've changed it.
I think you're forgetting that we live in a world of capitalism. Nobody promised no one nothing. Owners and share holders decide a business model and it's up to you, the consumer, to decide whether you go with it or not. There's always alternatives, if a service seems bad to you, choose a different one, but don't blame the owners for not choosing a business model that would suit you personally.
> While we're at it, let's demand the end of free TV, free email providers, free forums, and even youtube.
If you have a sustainable business model for such a thing, knock yourself out.
If you're just making it free for a couple of years to suck people in before you ratchet up the (not necessarily monetary) cost then yeah, we can do without that.
I think the problem with this particular web service area is that you can set up an image sharing site easily and for little cost. But when it gets popular, and there's a shift to higher bandwidth usage, then costs mount beyond the ability of most people to sustain it. If it's popular then it's going to get acquired or have investors who will push the site to be more commercial; the only other way to go is to close the site or perhaps beg for donations.
The problem is that these sites start out as a small, useful service and then some VC with dollar signs in their eyes throws a few million dollars at them. The clothes make the primate, and suddenly what was three guys in a back room living on instant noodles feels obliged to "act like the million-dollar company that they are."
I imagine you in a grocery store somewhere, railing against free samples. "You never should've given me a piece of sausage if you were going to start charging for them."
A lot of sites/services start for a laugh, and/or because the people who start it assume/hope there'll be some way of making money from it when it gets popular. For a few, this is true. Some go dark, some give up, some sell up. It's up to them I guess.
The biggest problem with imgur is that their mobile site is slow and sluggish as hell.
On my Moto G2 loading and rendering even a single image takes way longer than it should be so I guess there is a lot of "beautiful" Javascript hackery going on in the background doing who-knows-what.
Probably not the right answer, but I only upload to imgur with a CLI client. You get a direct link back that has never shown that behavior. Also if the client only outputs the direct link you can pipe it to `pbcopy` on Mac to put the link in your clipboard.
No, you get a link that looks like a direct link (eg https://i.imgur.com/whatever.png) but it's not (always) a direct link. This is what people are complaining about. Sending that link to people sometimes results in them getting redirected to the ad-laden imgur page.
I've seen the direct links get redirected to the non-direct page on desktop.
It appears to still happen if, e.g., the link is on Twitter - random example https://twitter.com/SilentRENE/status/735732252877819904 (seems to be inconsistent - first time I was redirected, but now it goes directly to the image. Opening the Twitter page in another browser also resulted in a redirect)
Like I said, that hasn't happened to me ever in the couple of years that I've used that method. The people I send links to would complain. I do believe you though—sounds like something they'd do.
probably they only do it IFF the image receives a sustained rate of visualizations?
That would explain why it didn't happen to you (nor me) for "simple" usage.
There does appear to be some kind of heuristic at work here. For example, following the above link results in the traditional behavior for me, but following your link leads to the full imgur page.
EDIT: Ah-ha, figured it out.
1. Click on an i.imgur.com link
2. If it takes you to the full page, right click on the image and click "Open in new tab"
3. The original i.imgur.com link will now take you to the direct image.
Amusing heuristic. After following these steps, I'm unable to reproduce my own screenshot. http://i.imgur.com/PhY2HUP.jpg always takes me to the direct image.
It's not a probability thing, it has to do with the http accept header you are sending.
When you click on a link the browser sends 'html' as http accept header. If you link the image using img src the browser sends 'image' as http accept header.
So if you send image with a small expire header, the server can redirect you to the site, if you click on a link.
> "direct" links to an image uploaded sometimes/usually redirect to imgur page
Actually I like this. It's so stupid that people directly link to the image - I'm always interested in reading the imgur comments, and especially the text comment by the uploader.