Skip to content

Appendix D: Bibliography

Cited works and recommended reading.

Algorithms

  • MacQueen, J. (1967). Some methods for classification and analysis of multivariate observations. Proceedings of the Fifth Berkeley Symposium on Mathematical Statistics and Probability. — The original K-Means paper.
  • Arthur, D. & Vassilvitskii, S. (2007). K-Means++: The advantages of careful seeding. ACM-SIAM Symposium on Discrete Algorithms. https://theory.stanford.edu/~sergei/papers/kMeansPP-soda.pdf
  • Heckbert, P. (1982). Color image quantization for frame buffer display. Computer Graphics 16(3). — Median cut algorithm, the alternative to K-Means.

Color Science

  • CIE (1976). Recommendations on uniform color spaces, color-difference equations, psychometric color terms. Supplement No. 2 to CIE Publication No. 15. — Defines CIELAB.
  • Lindbloom, B. J. RGB/XYZ matrices. http://www.brucelindbloom.com/index.html?Eqn_RGB_XYZ_Matrix.html — sRGB → XYZ conversion reference.
  • Fairchild, M. D. (2013). Color Appearance Models, 3rd Edition. Wiley. — Comprehensive treatment of perceptual color spaces.

Accessibility

Cryptography

  • Valsorda, F. (2020). age: A simple, modern and secure encryption tool. https://age-encryption.org/
  • Mozilla. SOPS: Secrets OPerationS. https://github.com/getsops/sops
  • Barnes, R., et al. (2023). RFC 9420: The Messaging Layer Security (MLS) Protocol. — Modern group-key agreement, relevant to multi-recipient encryption.

Protocols

  • Anthropic. Model Context Protocol specification. https://modelcontextprotocol.io/
  • OpenID Foundation. Model Context Protocol A2A (Agent-to-Agent). — Referenced in dot_config/dotfiles/agent-card.json.

Tools & Systems

Shell Performance

Documentation Systems

Author