A great usage of QR codes in the real world
A look at how I built tools for managing my home using QR codes.
QR codes are quite nifty. You can store around 3 KB in a single QR code, and you can access it with your iPhone camera, which you almost always have with you.
One recent usage of QR codes I like is for managing storage at my home.
This is a Home Depot box:
Classic, high-quality boxes that are super popular for storage here in the USA.
It’s hard to know what’s in these boxes. And when they go up into storage, it’s hard to remember which thing is in what box.
My solution is to document the box contents in Obsidian. For any file in Obsidian, there’s a URL to access it in app:
obsidian://open?vault=kristian&file=7%20-%20Home%2FOrganization%2FYC-001
This file corresponds to /Home/Organization/YC-001
in my “Kristian” vault - YC-001
is the label for “Yellow Crate #001” :)
I bought some 4x5 label paper and made a quick library* for generating QR codes and printing them onto label paper.
* With ChatGPT… I’m not a Python dev!The corresponding config file:
Each sheet generates four labels. I can slap them on any box before it goes into storage:
Eventually, it would be cool to document everything in my house - where it is, what I have, etc. - using Obsidian and an LLM. That’s next on my list of things to do.
BTW: a better solution would be to have less stuff :)