Remix.run Logo
gchadwick 2 hours ago

> Any recommendations on how to start a life as a digital hoarder

Stop worrying about a well collated archive and just dump everything in a suitable storage medium. I've got years of random side projects and pretty much every photo I've taken going back many years. It's a complete mess, with various duplications, it's just not that big (few hundred GB maybe? I'm away from home so can't open up my NAS and look) so not worth my time to optimize it.

On the flip side it's fun to randomly browse through and take a trip down memory lane. When there's a particular thing I definitely want can be more of a pain to find than if I had any decent organization but that comes up rarely enough that I don't really care.

gia_ferrari 5 minutes ago | parent | next [-]

+1. My basic structure is a big share/ directory that is mounted on all my machines (over sshfs + tailscale if need be). There's some basic top-level organization (Projects, Financial Documents, Photos) but other than that, the key thing for me was a Projects/Active/, Projects/Ice/, Projects/Done folder that I move things between. If I don't know where to file a thing, I just make a new folder under Projects/Active/, keep an eye on your workflow, and reorganize if you see an issue. Stick to the process, not the plan[1].

The absolute worst approach I tried was to curate things. Nothing got filed. Embracing the chaos allowed the pattern to evolve around my revealed workflows, and now after a couple years I pretty much know where to instantly find or file things.

[1] https://youtu.be/7D8sXR0ozeE?feature=shared&t=4474

diggan 25 minutes ago | parent | prev [-]

> Stop worrying about a well collated archive and just dump everything in a suitable storage medium

I've been doing that for most of my things too (except projects, they get categorized and more), just shuck it all into one big directory, worked perfectly well for 20+ years!

And, since I punted organizing it for so many years, we now have LLMs, and I've ended up writing a tiny CLI that keeps an index of this disorganized pile, so while the pile itself is disorganized, thanks to LLM it was trivial to let it run for some days to categorize, tag and sort it all into an index.

Another successful example of my life philosophy of "everything solves itself eventually".