Hacker News new | past | comments | ask | show | jobs | submit login

It wasn't working for me and I got the following error "Uncaught IndexSizeError: Index or size was negative, or greater than the allowed value.". However it worked in incognito mode, I could reproduce the problem by enabling Disconnect in incognito mode. If you are having troubles try using incognito mode.



Same here. Only worked in incognito mode. Pretty cool effect. It'd be nice if the effect were more subtle when the edge colors where the dominant color so that the image doesn't end up blending in too much with the background.

Any particular reason for the jQuery dependency? I can't see any good reason for tying this to jQuery, since I would expect it only to use jQuery for selecting a DOM element, which is more than easy enough to do without jQuery.


I think it has to do with jQuery becoming the dominant standard for everything web, that said it's not too much code so removing both the dependency on jQuery and the dependency on underscore should be fairly simple.


The trend of jQuery becoming the dominant standard for everything web has been reversing for 2-3 years now, and that is only going to accelerate as more people are able to abandon support for IE6, IE7 and IE8. JavaScript in most modern browsers makes most of jQuery redundant.

A dependency on underscore strikes me as usually being more reasonable if you use more than 1-2 functions from the library. I regularly use many functions from underscore when I include it in a project since it includes many utility functions for functional programming that are missing from the basic prototypes in JavaScript.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: