somebitsLinks Reporting Snowden: Detailed profile of Laura Poitras, one of the reporters Snowden contacted dlvr.it/3nxv38
@rtroncy Can you put the boilerplate text somewhere public, so that others can copy & paste it, add their name, and start a revolution?
@cygri @RubenVerborgh Check this code for the non-Flash way to do it, courtesy of @Trello: http://t.co/c7enZGIaxk
RT @RubenVerborgh: Kudos to @rtroncy for putting his name under a review so we can contact him for details. I think non-anonymity gives hig…
@alexmilowski “[…] full headless browser” when all I need is a canvas ;-) But as I wrote earlier, it would’ve been my last resort.
@alexmilowski Had thought of PhantomJS as last resort, but overhead would be huge. Meanwhile got node-canvas to work: http://t.co/WH1Thmp5ys
@Paul_Kinlan request.get({url:url,encoding:null},function(err,res,body){img.src=new Buffer(body,’binary’);}); The “encoding:null” fixed it.