How to Connect Pentaho Data Integration to SAP HANA

Recently I had to connect Pentaho Data Integration to SAP HANA and I made some notes along the way: The first step is to get the SAP HANA JDBC driver, a file called ngdbc.jar. The quickest way is to download and install the SAP HANA client from the SAP Software Download Center, and then extract the… Continue reading How to Connect Pentaho Data Integration to SAP HANA

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