Warn HN: Flickr Photo ID is about to overflow a 32 bit unsigned int

https://news.ycombinator.com/item?id=1068674
by edd • 17 years ago
7 1 17 years ago

Flickr is just about to have photo id number 4294967295 which is otherwise the size of an unsigned 32 bit integer. If you have any code which typed to an 32 bit unsigned int or if your database column is of type unsigned int its probably time to change it. I predict (at a rate of 5000 uploads a minute taken from http://flickr.com/photos/? ) it should reach that number in the next 2 hours.

If you were wondering what image it was that caused the overflow it will appear hear: http://www.flickr.com/photo.gne?id=4294967296

Related Stories

Loading related stories...

Source preview

news.ycombinator.com