HN user

brospars

35 karma

I'm Benoit Rospars, a frontend developer currently working at Impactiv. Passionate about javascript, open-source projects and web design...

Posts0
Comments17
View on HN
No posts found.

The core features are pretty much universal and used in a lot of apps (chats, forums, git repositories, project management). Custom flavors maybe not rendered correctly at times but this doesn't make documents unreadable

I'm virtually rich

var seq = '0000001000011000101000111001001011001101001111010101110110111111'; var index = 0; setInterval(function(){ captureKeyFunc({code : seq[index%seq.length] === '1' ? 'ArrowLeft':'ArrowRight', preventDefault: function () {}}); index++; }, 10);