Live data from Hacker News

You can't download this image

youcantdownloadthisimage.online

21–30 of 241 posts

Re: You can't download this image

#24
post #10

Earlier quoted context omitted.

Results in an empty file.

Increase the time a bit, it looks like sometimes it takes more time to download curl --max-time 2 https://youcantdownloadthisimage.online/lisa.jpg > lisa.jpg

Nevermind, looks like MobaXterm shell provides a non-standard curl implementation:

$ which curl

curl: aliased to _tob curl

After installing curl with apt-get it works.

Re: You can't download this image

#28
When you usually try to download an image, your browser opens a connection to the server and sends a GET request asking for the image.

I'm not a web designer, but that seems rather ass-backwards. I'm already looking at the image, therefore the image is already residing either in my cache or in my RAM. Why it is downloaded a second time instead of just being copied onto my drive?

Re: You can't download this image

#29
post #5

If I wanted a non-downloadable image I would make it from 1px wide/tall colored divs.

I thought this is what it was going to be! Another method would be to generate a plane with the same number of vertices as pixels, store the pixel color values as an attribute, and then render the mesh to a canvas.
Post reply on HN