Docker Containers on the Desktop

If you are not familiar with Docker, it is the popular open source container engine. Most people use Docker for containing applications to deploy into production or for building their applications in a contained environment. Read more

WWDC 2021: My favorite features that didn’t make the keynote cut

Even with a nearly two-hour keynote, Apple didn’t have time to discuss all the new features coming to its platforms in the next major updates. So I’ve gone through and pulled out an even half-dozen of my favorite features that didn’t merit screen time. (But don’t worry, there are a lot more. Read more

Unexpectedly 1.0

Unexpectedly is a Mac application that lets you browse and visualize the reports from crashes that happened on your Mac or, more probably, another one. Unexpectedly knows how to parse macOS crash reports. Read more

labelme

Labelme is a graphical image annotation tool inspired by https://ift.tt/2SF4fE9. It is written in Python and uses Qt for its graphical interface. VOC dataset example of instance segmentation. Read more

Internal Combustion Engine – Bartosz Ciechanowski

The invention of the internal combustion engine in the 19th century has revolutionized transportation over land, water, and air. Despite their omnipresence in modern day, the operation of an engine may be cryptic. Read more

TagSLAM is a ROS based package for simultaneous multi-camera localization and mapping (SLAM) with the popular AprilTags. In essence TagSLAM is a front-end to the GTSAM optimizer which makes it easy to use AprilTags for visual SLAM. For more technical details, have a look at this draft paper. Read more