This site utilizes Google Analytics, Google AdSense, as well as participates in affiliate partnerships with various companies including Amazon. Please view the privacy policy for more details.

3D Colorspace Geometry


March 1, 2021

3D Colorspace Geometry

When most people think of three dimensions, they think of three positional (spatial) dimensions. Up & down, left & right, forward & back. I was thinking - instead of a positional dimension, what if we used something else that we can perceive such as color?

How To Find All Assignments to a Variable in Eclipse


May 3, 2020

How To Find All Assignments to a Variable in Eclipse

If you’ve ever programmed in Eclipse, you’re probably familiar with the call hierarchy window. You know the part that lets you find all instances of a variable? When you right-click on a variable and select “Open Call Hierarchy” or simply type CTRL-ALT-H?