TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Instagram Engineer Challenge solved with Javascript

184 pointsby triptychover 13 years ago
Image processing challenge solved using javascript and HTML5 canvas.

15 comments

Mgcclover 13 years ago
This challenge is the first real life program I wrote with Haskell.<p><a href="https://github.com/Mgccl/mgccl-haskell/blob/master/random/unshredder.hs" rel="nofollow">https://github.com/Mgccl/mgccl-haskell/blob/master/random/un...</a> (so it seems I don't like to specify the type of my functions...)<p>Explanation is here: <a href="http://chaoxuprime.com/2011/11/a-solution-to-Instagram-engineering-challenge-the-unshredder-in-haskell" rel="nofollow">http://chaoxuprime.com/2011/11/a-solution-to-Instagram-engin...</a>
评论 #3241814 未加载
评论 #3240000 未加载
ronilanover 13 years ago
Mine from the weekend here: <a href="http://ronilan.com/instagram-unshredder/" rel="nofollow">http://ronilan.com/instagram-unshredder/</a>
评论 #3242189 未加载
评论 #3239917 未加载
评论 #3239984 未加载
Timotheeover 13 years ago
Note that image 3 and 5 are slightly NSFW.
评论 #3239880 未加载
评论 #3240032 未加载
ricardobeatover 13 years ago
I (kind of) solved it with CoffeeScript but thought it wasn't a good idea to publish… if you do it's not a challenge anymore, is it?<p><a href="https://github.com/ricardobeat/instagram-challenge" rel="nofollow">https://github.com/ricardobeat/instagram-challenge</a>
eridiusover 13 years ago
Very neat. Makes me kind of embarrassed that I never got around to actually solving this challenge. I've had the web page open on my laptop since it first showed up on HN.
HeyImAlexover 13 years ago
Me too, and no response. I really wanted that T-Shirt... <a href="http://www.solesavoria.com/instagram/v2/" rel="nofollow">http://www.solesavoria.com/instagram/v2/</a>
carnevalemover 13 years ago
You might also be interested in DARPA's similar challenge: <a href="http://www.shredderchallenge.com/" rel="nofollow">http://www.shredderchallenge.com/</a>
评论 #3242055 未加载
rjenkinsover 13 years ago
Here's mine <a href="https://github.com/rjenkins/instagram-html5-unshredder" rel="nofollow">https://github.com/rjenkins/instagram-html5-unshredder</a><p>demo here <a href="http://memoization.com/unshred.html" rel="nofollow">http://memoization.com/unshred.html</a>
swangover 13 years ago
So is this challenge over? I submitted an entry using Canvas as well but allowed users to drop image in from their desktop (only works in Chrome/Firefox though). Haven't heard from anyone at Instagram.
评论 #3241334 未加载
touchcreamover 13 years ago
I solved it in ocaml, I only had this development environment this week end but it was fun. I didn't posted it on my blog but if someone wants it, just ask ;)
vidossover 13 years ago
Another one <a href="http://vidoss.github.com/" rel="nofollow">http://vidoss.github.com/</a>
coreyrecvloheover 13 years ago
Great job! Excellent coding style btw.
asdfqwer1234over 13 years ago
so can someone actually explain how this works?
评论 #3241981 未加载
_gd3lover 13 years ago
Nice work!
cleverjakeover 13 years ago
Really impressive work, great job.