(no title)
tim-fan | 1 month ago
https://github.com/tim-fan/hordor
I was learning Django when I wrote it, today you'd probably get further quicker vibe coding from scratch.
I have about 100 items in storage today, I intend to add more, would like to optimize the workflow as I scale up.
Going forward I'd like to add:
* more optimized storage/retrieval flow. The overall goal for the project is to minimize this friction, as far as possible
* AI enrichment - generate descriptions, aid with search etc. I'd love to be able to query my storage "how can I connect this thing to this old speaker?" and the storage responds eg "you have this cable, this adaptor, plug that into this cable, etc"
I've seen a few related projects but can't find the links just now. There's some cool projects that store items in little trays each with an LED, when you request the item the LED blinks for rapid retrieval. The numbered bags I used are slower for retrieval but cheaper and easier to set up.I do enjoy thinking about the different options and tradeoffs for cost and storage/retrieval time. Also tradeoffs between time and (physical) space.
edit: formatting
julesallen|1 month ago