The Architect's Guide to Glue and Tape
Link: The Architect's Guide to Glue and Tape: "A comprensive guide to all the different options of glue and tape available for architecture model building."
Everything you want to know -- well I am exaggerating -- about sticky things. I discovered this while working on mounting photographs.
6. Camera Hardware — Picamera 1.13 Documentation
Link: 6. Camera Hardware — Picamera 1.13 Documentation: ""
More than you ever wanted to know about how the PiCamera works. As usual, things are more complex than you expect when you get into them!
v4l2-ctl - cli for managing camera hardware
Link: v4l2-ctl - cli for managing camera hardware: ""
Very useful tool to work with camera parameters. I don’t even know what v4l2 is, but all kinds of camera parameters can be displayed and changed.
ROS Tutorial: How to use OpenCV in a Robot Pick and Place task for Computer Vision - Robotics Casual
Link: ROS Tutorial: How to use OpenCV in a Robot Pick and Place task for Computer Vision - Robotics Casual: "We learn how to use OpenCV with ROS in a pick and place task and how to apply Computer Visions algorithms to 3D camera data."
A pretty comprehensive tutorial about using OpenCV in ROS Robotics algorithms,
camera_calibration - ROS Wiki
Link: camera_calibration - ROS Wiki: ""
Really Important package to allow you to calibrate the camera. It is here because I lost it for a while (forgot the name) and now I found it again!
Mining of Massive Datasets
Link: Mining of Massive Datasets: ""
Downloadable textbook about Mining of Massive Datasets by Jure Leskovec, Anand Rajaraman, Jeff Ullman.
Debugbar For Ruby on Rails
Link: Debugbar For Ruby on Rails: "Rails debugging dev tools for faster development. Inspect your request details (queries, logs, cache, jobs and more)."
This is super useful for rails apps. Will it work for other frameworks like Sinatra? I haven’t tried this yet but it looks promising.
ROS opencv camera driver that uses cv::VideoCapture
Link: ROS opencv camera driver that uses cv::VideoCapture: "ROS opencv camera driver that uses cv::VideoCapture - OTL/cv_camera"
Ok this is also for me to remember important links! Here is the source code for the opencv ROS support for the camera. I now prefer it over Raspicam.
Raspi cam documentation
Link: Raspi cam documentation: ""
Details on running various tools to collect photos and videos from the command line running on a Raspberry Pi.
Solution to the Git problem of loose object is corrupt
Link: Solution to the Git problem of loose object is corrupt: "This post documents how we can fix the problem of loose object is corrupt in git."
Very useful if this happens to you! Worked like a charm for me. Magic.