The incredible rarity of falsifying data about changing your mind

Episode 555 of This American Life has a very cool story about a study on how a group of canvassers were able to influence people who were against gay marriage to change their mind: Curious, but kinda logically, people appeared to change their mind once the canvasser, a member of the LGBT community, told their… Continue reading The incredible rarity of falsifying data about changing your mind

Published
Categorized as Lifestyle

Having fun coding with p5.js

p5.js is an effort to port the ideas and concepts of the Processing programming language to JavaScript. Even though there’s already processing.js –which transcodes Processing code into JavaScript–, p5.js is built with extensibility in mind, trough plugins, and instead of writing Processing code to be transcoded, you write pure JavaScript. The other day I saw… Continue reading Having fun coding with p5.js

Clear Off the Table | Dark Horse Analytics

Following their great Data Looks Better Naked post, the clever guys at Dark Horse Analytics have created a guide on how to remove Chartjunk and create really clean and expressive tables. The gif above pretty much sums it up, but go and read the full post.  

Creating interactive visualizations of large datasets using JavaScript

Crossfilter is a JavaScript library initially designed by Square to explore large multivariate datasets in a web browser. It basically allows you to create sorted indexes and feed them to a charting library like D3, and enable the user to filter by clicking and dragging, even when sifting through 200.000 rows in a 5MB file:… Continue reading Creating interactive visualizations of large datasets using JavaScript