A simple PHP script to send automatic email notifications when someone pushes to your GitHub project, using GitHub's post-receive web hooks with JSON payload parsing.
Some Technical Details about KinectFusion
Technical notes on KinectFusion SDK: understanding WorldToCamera and WorldToVolume matrices, aligning RGB with depth images, and extracting higher-quality depth maps via raycasting the TSDF volume.
3 Qualities of Successful Ph.D. Students: Perseverance, Tenacity and Cogency
It all begins from the blog post 3 qualities of successful Ph.D. students: Perseverance, tenacity and cogency. I put it in our mailing list and here are some insightful disucssion (with authors' permission).
Experience about Hertz 24/7
A California road trip with Hertz 24/7: good prices and new cars, but the management system is buggy—reservations cancel randomly, charges appear incorrectly, and you must remember to manually end your trip.
C++ or MATLAB for research?
Compares C#/C++ and MATLAB for research work, arguing MATLAB is better suited for rapid prototyping while compiled languages excel at building production systems.