Search

License

© 2026 Hoxmot. Text and media licensed under CC BY 4.0. Code snippets licensed under the WTFPL.


This digital garden is a low-pressure spot for me to dump my thoughts and learnings. To keep things simple, I use a dual-licensing approach: one license for the prose, and a completely unrestricted license for the code.

Written Content and Media

All text, articles, and original media on this site are licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0).

Under this license, you are free to:

  • Share: Copy and redistribute the material in any medium or format.
  • Adapt: Remix, transform, and build upon the material for any purpose, even commercially.

Under the following terms:

  • Attribution: You must give appropriate credit, provide a link to the license, and indicate if changes were made. A simple link back to the original article on this blog is perfect.

You can read the human-readable summary of the license here, or the full legal code here.

Code Snippets

If I drop any code snippet in the blog, I want you to be able to copy-paste it into your own projects without worrying about legal headaches or attribution.

Therefore, all code blocks and inline code snippets on this blog are released under the WTFPL (Do What the Fuck You Want To Public License).

           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                   Version 2, December 2004

 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO.

Disclaimer

While I try not to ship broken things, all content and code on this site are provided “as is”, without warranty of any kind, express or implied. I am not liable for any bugs, crashes, or if a snippet from here somehow bricks your production environment. Copy-paste at your own risk.