My Thumbnail Topic Image Link Collection
-
I'm a bit lost.
If I have a link to msn.com <- that is now blue meaning if you click it, you will go there. Scott are you saying that there are browsers that when that blue link is there, it actually downloads the entire page at msn.com? That would be weird - why would any browser ever do that? That link is just that, a link to a place to go, there is very little if anything saved by the browser automatically saving that link.
Now on to images. I tend to fall on the side with JB on having non hosting sites display images that are hosted by another site (unless there is an agreement in place). Why? Because, as JB said, if a super popular site puts a reference tag to an image that is hosted on my website, and the visitors web browsers who visit that popular site are all now downloading that image from my site, causing me to pay huge ISP bills, that seems inherently wrong. As he mentioned, the image is hosted on my site for my viewers to utilize, not the general public, and my economic system is setup under that guise.
While lawfully there may be no breaking of the law, there should definitely be technological ways to stop this siphoning of bandwidth for non visitors to your site.
This reminds me of text messaging up until around 6 years ago. You could send text messages to anyone you wanted.. and doing so was unpreventable by the receiving party - but what made this egregious was that the phone company then charged you for an incoming text message that you didn't ask for, nor did you have any recourse to prevent.
This seems unlawful by nature to me, regardless of it's actual lawfulness status.
-
Why hasn't @Danielle-Ralston commented on this issue?
-
@Dashrender said:
If I have a link to msn.com <- that is now blue meaning if you click it, you will go there. Scott are you saying that there are browsers that when that blue link is there, it actually downloads the entire page at msn.com?
I'm not aware of browsers that do that but caching proxies at the client sites absolutely do. Microsoft, for example, provided that as a major feature of their Proxy Server product. Squid does that. Lots of systems do. It's less common now, but for the first decade of the graphical web it was very common, back when automatically loading inline images was not as common.
Because sites use dynamic content quite often today (although there is a move away from that) it became less useful. But for a very long time it was incredibly common and was a great means of even getting home networks to be fast. It's how people got LAN-like performance for web browsing back when they had only dial-up WAN options.
It made tons of sense because it would trickle bandwidth in while people were idle or asleep and provide "instant" browsing speed once they needed it. Even pages that they had already visited would be refreshed once a day or whatever (all depending on settings, of course.)
Even if this wasn't a standard thing that people did and can still do, doesn't change that the links are all just links.
-
@Dashrender said:
...Because, as JB said, if a super popular site puts a reference tag to an image that is hosted on my website, and the visitors web browsers who visit that popular site are all now downloading that image from my site, causing me to pay huge ISP bills, that seems inherently wrong.
This used to be called being Slashdotted and referred to you being linked to, not to an image or resource being linked directly. Do you feel then, as it fits your description, that all linking is inherently wrong? If not, why not since you describe all linking as wrong.
-
@Dashrender said:
As he mentioned, the image is hosted on my site for my viewers to utilize, not the general public, and my economic system is setup under that guise.
That's an assumption, nothing makes it true. I'll agree that that may be a common intent, but it is absolutely not fully true. Look at YouTube, for example, they totally intend direct links to their content, not their site. Look at Cloud Files or S3. Look at Technet with their PDFs.
Remember, the full pages and the resources on them are shared and made public equally. What makes one the intention and the other not? That is a feeling, a convention, that you put on them, not one that they put on themselves or that is inherent to the web. When the web was young and hotlinking began, there were no such conventions. Many sites did and still do, host resources without web pages that use them, for example.
If a site does not want resources hotlinked they are free to limit how those resources are called, of course.
-
@Dashrender said:
While lawfully there may be no breaking of the law, there should definitely be technological ways to stop this siphoning of bandwidth for non visitors to your site.
There are. If people did not want their resources shared there are certainly ways that they can do that.
-
@Dashrender said:
This reminds me of text messaging up until around 6 years ago. You could send text messages to anyone you wanted.. and doing so was unpreventable by the receiving party - but what made this egregious was that the phone company then charged you for an incoming text message that you didn't ask for, nor did you have any recourse to prevent.
That's completely different. Texting is a monopoly service, something that was unable to be turned off by anyone wanting cell phone service (I know, I tried) and was used as a forced means of billing customers.
Publicly hosting resources intended for sharing is fully optional and is not required for hosting other resources, and can be blocked as desired. There is no relationship between the two. Nothing is shared, not the monopoly component, not the forced billing, not the non-optional. Nothing that makes texting wrong is shared with web hosting.
-
@Dashrender said:
This seems unlawful by nature to me, regardless of it's actual lawfulness status.
If you believe so, then I assume that since all components of your reasoning match all forms of linking that you agree with my statement that while you may find hotlinking wrong, you must also find all linking wrong by logical extension. One cannot be separated from the other, they are the exact same thing technically - a reference in a text file optionally followed by the end user.
Only convention over time has changed the text file portion from being the part automatically followed most of the time to the image one. And will that change in the future? Will your perception change based on convention again? If perception of right and wrong change every ten years based on how you perceive common usage, does that make that perception inherently flawed?
-
Just for reference, here is how any site running Apache (which is a lot) can trivially block hotlinking. This is all that it takes for a webmaster to inform us that they do not want resources of these types to be called without being called from their own site:
RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yourdomain.com [NC] RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yourdomain2.com [NC] RewriteRule \.(jpg|jpeg|png|gif)$ http://hpmouse.googlepages.com/hotlink.gif [NC,R,L]
That goes in .htaccess, for those not familiar. So you can do this on your own server or on a host like A Small Orange, for example. Of course, the last line sends them to Google. It's both hysterical and hypocritical that the person who made the example decided that instead of blocking hotlinking, they would hotlink Google themselves. Clearly whoever wrote it agrees that there is nothing wrong with hotlinking, because it is always at the discretion of the server being hotlinked to.
-
So stealing is acceptable if I don't stop you from doing it?
So if I leave my bike on the sidewalk, while I go into buy a drink, it's OK for you to steal it, because I didn't lock it?
-
@anonymous said:
So stealing is acceptable if I don't stop you from doing it?
It's a reference to something you offer freely. If you offer something freely when someone requests it, do you normally refer to someone who told that person that you were doing so as stealing? You define stealing in a very odd way.
-
@anonymous said:
So if I leave my bike on the sidewalk, while I go into buy a drink, it's OK for you to steal it, because I didn't lock it?
That's stealing, nothing like the situation at hand. Hotlinking requires going to the person offering the service, requesting the file and getting it - and the hotlinking itself is just a reference to the person being willing to give it out.
If you hand out your bike to anyone who asks, do you feel you are being stolen from?
-
No one is discussing if stealing is okay. It is not. We are discussing differing definitions of stealing. To you, telling someone that someone else hands things out willingly is stealing, but actually asking for those resources is not.
To me, stealing cannot involve telling someone about a freely available, public resource.
By your definition, all use of the Internet is stealing as you are not paying for any website that you access and it is offered in a free way and you get there by some reference. So everything has to be stealing.
-
Remember what a web server is, it is a server that hands out files that are requested. In order to do so, whoever runs the server has to have made the decision that they want to hand out those files. That is its purpose.
When someone requests the file from the web server, the server has the option to accept or decline the request.
There are two ways to stop hotlinking here - to not publish things that people do not wish published or to decide to only publish in certain ways. Someone has to make the server allow the files to be given out before hotlinking is an option, it cannot happen otherwise.
-
So you don't want to pay to store and transmit the images however your OK with someone else having to pay to store and transmit the images?
-
@anonymous said:
So you don't want to pay to store and transmit the images here....
Incorrect, happy to pay for them here when it makes sense. Not always an option, of course, as you know.
That's why we have image hosting accounts for this sort of thing. Perhaps we got the ToS incorrect, but we did acquire an account with a service for this purpose.
I feel that your statement is leading.
-
@anonymous said:
...however your OK with someone else having to pay to store and transmit the images?
Absolutely, as they are okay with it. You are actually saying this in a way that is suggestive that somehow we are making other people store their own images or making them publish them. Clearly neither is the case. So we know that they are okay with it and have taken effort to provide them. So if they are okay with it, why would I not be? And certainly, why would you not be?
-
People upload images to there website with the intention of displaying them on there website.
I never never once uploaded a image to my website, hoping that someone else would use it.
-
@anonymous said:
People upload images to there website with the intention of displaying them on there website.
That's your personal opinion, provably false and nothing but an assumption based on who knows what. Some sites don't even have their own website. There is no discussing when you just make things up. This is obviously untrue and you are completely reaching to find even the slightest logic why there is anything amiss.
Obviously there is no logical, legal or technical grounds on which you can even suggest this is stealing. If you are going to make up other peoples' intent, there is no need to continue the argument and I consider that you are no longer taking it seriously.
You can keep repeating fallacies, but you are attempting to rationalize a clearly illogical opinion. Step back and ask yourself... why do you feel this way? What is driving you to make these claims based on assumptions of intent when they go directly against the suggestions of the actions of the person doing it?
-
@anonymous said:
I never never once uploaded a image to my website, hoping that someone else would use it.
Anecdotal fallacy. You did something, therefore everyone does the same thing.
I certainly have. So clearly we have conflicting anecdotal evidence. The difference is you are attempting to claim that because you personally have don't something that no one else could possibly.
I am simply stating that that is untrue and have proof. See the difference? You are claiming that you determine my motives. I do not claim to determine yours.