Live data from Hacker News

Ask HN: How do you organize files on your computer?

news.ycombinator.com

21–30 of 39 posts

Re: Ask HN: How do you organize files on your computer?

#21
When I found myself in your situation I went to manual backups and regular cleaning of my computers/backups. If it is important I back up immediately, if it is something I will not need regularly access too it gets taken off the computer. Mostly I started treating my digital life as I treat my physical life, I do not put an addition on my home or rent a storage space when ever I run out of space, I get rid of stuff.

On my primary backup drive I have two extra folders, archive and holding; archive has all that stuff like taxes that I rarely if ever need to access. Holding is for all that stuff I am not sure if I really need anymore but can't quite bring myself to delete, anything that spends enough time in holding to get forgotten about just gets deleted.

My secondary backup drive only holds things which are actually important and the loss of would cause more than a minor inconvenience or some sadness/regret over their loss.

My computer has essentially the standard generic file structure of Documents, Downloads, Video, Music, Desktop, and Pictures with the addition of folders for current projects and a tmp folder and none get subdivided with nested directories (but the primary backup does). When Documents and Downloads start getting difficult to navigate I clean and backup including going through my backup drives. Desktop is for stuff I want to get to somewhat soon like a pdf I want to read, tmp is for stuff I do not need on my computer on a daily basis but may need to access semi regularly in the next month or so, it gets gone through and cleaned most any time I copy something into it.

It took a little time to get used too and at the start I had to invest a fair amount of time but now it just means I spend a few minutes every day cleaning and backing up and once a week or so put in 15 to 30 minutes doing it. Not much different than any physical hobby or part of life, cleaning the kitchen after cooking or sweeping up the saw dust and putting away the tools after wood working.

If you have a receipts directory all your receipts should go in it but I would question the need for a dedicated receipts directory, if a receipt is important it should probably fall under another category (like health or taxes/writeoffs) if they don't they probably are not something you need to keep long term and can go in a temporary folder that regularly gets cleaned out, I use my documents folder for those. Other family members should have their own directory for everything that is theirs, give them a quota and let them deal with it.

Re: Ask HN: How do you organize files on your computer?

#22

Earlier quoted context omitted.

Isn't it easier to just like having your data in the cloud and not spend your time on setting up a proper NAS and improving your backup strategy? Or is it more that you find that kind of tinkering fun and a good use of your time? Cloud is good enough for millions of people. What makes you different?

I care about data privacy.

Fair enough. Have fun setting up the NAS.

Re: Ask HN: How do you organize files on your computer?

#25

About 20 years ago I read a post on LifeHacker about having folders a-z (and one for numbers) at the top level and using that to avoid a never ended list of top level folders. I set that up and still have it. It’s not my day-to-day management, but it’s my filing system. If I need to find my childhood vaccination records, I go to H/Health/vaccinations.txt It’s not perfect. I need to remember what I called something. H…

I have been doing this for more than 20 years and it has been working well for me. I have a Works folder and 26 subfolders under it, each subfolder therein starting with the same letter...

Re: Ask HN: How do you organize files on your computer?

#27

Earlier quoted context omitted.

Isn't it easier to just like having your data in the cloud and not spend your time on setting up a proper NAS and improving your backup strategy? Or is it more that you find that kind of tinkering fun and a good use of your time? Cloud is good enough for millions of people. What makes you different?

I care about data privacy.

iCloud has E2EE with ADP, if that's something that would interest you.

Re: Ask HN: How do you organize files on your computer?

#28
> Currently I just have folders for high level topics like Media, Finance, Projects, etc.

Why Media? Not enough files, or do you have just one mediatype?

> I am finding my current nested folder structure sub-optimal.

Add more subfolders and granularity.

I organize my files by purpose, and then go deeper.

My root is called "Data", and each subfolder is a general category. For example, for media I have "Pictures", "Audio", "Video". For documents I "Documents" and "EBooks", "Knowledge Base". For Software I have "Apps", "Code", "Software", "Docker", "VirtualEnv". For configs I have "Config" and "Config NoGit" (for configs containing binary data, not suitable for git).

And each of them has more subfolders. Audio has for example "Audiobooks", "Music", "Podcasts" and "Sounds" (which are short sound-clips). "Code" is just a collection of git-repots with sourcecode. While "Apps" is full of different Subfolders like "Appimages" and "bin", where I store AppImages and binaries of apps I use. But I also have "Firefox" and "Thunderbird" for a local extracted installation of those. "Software" on the other side contains archives and install-files for software, but also roms, and other 'dead' archived files. And "Docker" is full with subfolders with data-dirs for the docker-containers I use. "Documents" contains subfolders for each company I have documents from, while "EBooks" is full of subfolders with libs from Calibre for Ebooks (meaning commercialized documents, which I can find in a database).

> * Finding files becomes difficult

I don't really have this problem, because everything has an obvious place, but I've developed and fine-tuned this over the course of nearly 30 years. The big task is always to figure out what is the obvious to you, and how does it work with the constraints you have. What worked today, might not work tomorrow, or in 10 years. You should be willing to adapt and fine-tune your organization every some years.

> Confusion when there is ambiguity: e.g. does my eye doctor's receipt belong under Receipts or Health?

What is its purpose? It's a receipt, so it should be with receipts. If you don't have a folder for receipts, you could maintain a folder dedicated to your doctor. If you do not have enough files related to you doctor, I would think Finances has a more obvious purpose than Health. You should try to replicate your train of thought when you will search this file. So you need to be somewhat flexible in your organization,

Re: Ask HN: How do you organize files on your computer?

#29
I have been of the opinion for a long time, that the basic architecture of file systems is antiquated and needs to be replaced. Any data organization technique you devise for organizing your files using a traditional hierarchical folder structure, will quickly break down once the number of files gets really large and are spread across many storage devices.

We need to move to an 'object store' architecture that can effectively manage hundreds of millions of files; attach a set of meaningful meta-data tags to each one; and find anything and everything in just a second or two of searching.

I created such a system that works exceptionally well that is currently in open beta.

Post reply on HN