Explore >> Select a destination


You are here

lea.verou.me
| | svgees.us
9.5 parsecs away

Travel
| |
| | programmingdesignsystems.com
11.0 parsecs away

Travel
| | Programming Design Systems is a free digital book that teaches a practical introduction to the new foundations of graphic design.
| | erikmcclure.com
19.8 parsecs away

Travel
| | Did you know that CSS3 does all its linear gradients and color interpolation completely wrong? All color values in CSS3 are in the sRGB color space, because that's the color space that gets displayed on our monitor. However, the problem is that the sRGB color space looks like this: Trying to do a linear interpolation along a nonlinear curve doesn't work very well. Instead, you're supposed to linearize your color values, transforming the sRGB curve to the linear RGB curve before doing your operation, and then transforming it back into the sRGB curve.
| | killalldefects.com
69.9 parsecs away

Travel
| This post originally appeared at Kill All Defects on February 22nd, 2020. Recently a younger developer I respect expressed a somewhat common concern. In essence, their concern was that they...