Live data from Hacker News

Store arbitrary files with Flickr's new 1TB storage limit

github.com

11–20 of 52 posts

Re: Store arbitrary files with Flickr's new 1TB storage limit

#11
post #8

Doesn't this already exist? Multiple times? Oh well, obvious 'exploit'. Wondering how Y! will react. They must've forseen this, right?

Probably poorly.

Question though, how large of a file can you hide with steganography in a 300mb picture?

Would that be big enough to hide an MP3?

On a side note, can you upload files to Flickr that have data appended after the end of the image data? Like people were doing on 4chan until moot removed that capability.

Re: Store arbitrary files with Flickr's new 1TB storage limit

#12
post #4

... bonus points for whomever gets an HTTP server running on flickr. Maybe I can store my music there too and stream from a webapp that plays these PNG files. edit: sorry I must be on the wrong message board. Thought this would interest people. Guess I'll take my idea elsewhere.

That ruins the service for the rest of us. The phrase "this is why we can't have anything nice" applies perfectly to this post and comment.

Yeah, on the one hand this sort of thing seems like a fun project, but on the other hand it's incredibly exploitive.

Re: Store arbitrary files with Flickr's new 1TB storage limit

#14
post #4

... bonus points for whomever gets an HTTP server running on flickr. Maybe I can store my music there too and stream from a webapp that plays these PNG files. edit: sorry I must be on the wrong message board. Thought this would interest people. Guess I'll take my idea elsewhere.

You'd probably need a VPS to do that. What you could do is have it pull files based off a database on the server, stick them in a cache, then convert them to what they really are (I assume the utility in the OP just adds a PNG header, so the VPS could just strip that) and then stream it. Maybe you could hack it together with owncloud or something? I'm sorta tempted to try doing something like this but I don't want to…

[deleted]

Re: Store arbitrary files with Flickr's new 1TB storage limit

#15
Flickr aside, I am surprised nobody (AFAIK) has come up with a way of sanitizing uploaded image files yet.

I wonder if there's a way for GD/ImageMagick to detect the image data and strip everything else. (And if EXIF data is needed for photographs, import all non-binary EXIF data into the system first.)

Re: Store arbitrary files with Flickr's new 1TB storage limit

#16

Flickr aside, I am surprised nobody (AFAIK) has come up with a way of sanitizing uploaded image files yet. I wonder if there's a way for GD/ImageMagick to detect the image data and strip everything else. (And if EXIF data is needed for photographs, import all non-binary EXIF data into the system first.)

Doesn't Facebook already do this?

Re: Store arbitrary files with Flickr's new 1TB storage limit

#17
post #4

... bonus points for whomever gets an HTTP server running on flickr. Maybe I can store my music there too and stream from a webapp that plays these PNG files. edit: sorry I must be on the wrong message board. Thought this would interest people. Guess I'll take my idea elsewhere.

That ruins the service for the rest of us. The phrase "this is why we can't have anything nice" applies perfectly to this post and comment.

While I understand what you are saying, it does imply that people should not try to experiment or think of new usages because "it will ruin it for everyone else".

Re: Store arbitrary files with Flickr's new 1TB storage limit

#18
post #5

This is kind of a dick move to use IMHO. Clearly they are not giving you the space to store arbitrary stuff. It's a neat hack and props to the author but if enough people use this it will not only cause Yahoo! to have to build countermeasures but will also set an ugly precedent for Yahoo! product managers to consider before doing nice things like they did today.

This is hacker news isn't it? Re-purposing things in ways that the original designers did not envision is one of the cornerstones of hacking.

Re: Store arbitrary files with Flickr's new 1TB storage limit

#19
post #4

... bonus points for whomever gets an HTTP server running on flickr. Maybe I can store my music there too and stream from a webapp that plays these PNG files. edit: sorry I must be on the wrong message board. Thought this would interest people. Guess I'll take my idea elsewhere.

That ruins the service for the rest of us. The phrase "this is why we can't have anything nice" applies perfectly to this post and comment.

Maybe we should re-brand the service we're posting this on to 'ConsumerNews' then?

Re: Store arbitrary files with Flickr's new 1TB storage limit

#20

Flickr aside, I am surprised nobody (AFAIK) has come up with a way of sanitizing uploaded image files yet. I wonder if there's a way for GD/ImageMagick to detect the image data and strip everything else. (And if EXIF data is needed for photographs, import all non-binary EXIF data into the system first.)

mogrify -strip imagename.jpg

But it won't help. You could just make your data a real image.

Post reply on HN