Ask HN: How do you organise your hard drive?
1–10 of 255 posts
Re: Ask HN: How do you organise your hard drive?
#2Re: Ask HN: How do you organise your hard drive?
#3- Most files go straight to the default recommended location. This includes downloads, git repositories, programs, etc.
- Source code is on GitHub.
- Emails are on Gmail.
- Notes and todos are on Google Keep.
- Books are on Google Drive in PDF or EPUB format.
- Photos and videos are on Google Photos and YouTube.
- Music is on Spotify and YouTube.
- Movies are on Netflix, or in the Downloads folder (until they're watched and deleted).
- Documents and scans are on Google Drive. If I must name a file, I use this convention: "Some_Description-20190106.ext". I mostly rely on search, but I have some high-level folders as well: Books, Health, Finance, Travel, Work, School, Scans, Thoughts, Projects, AppData, Backups.
In 2019, I want to migrate from files to a database. My plan is to extract knowledge from files and online services, and them into a RDF triple store:
- Keep
- Maps
- Fit
- Contacts
- Gmail
- Calendar
- Hacker News
- Amazon
- eBay
- Mint
- Bitcoin
- MyFitnessPal
- Chrome
- GitHub
- 23andMe
- iCheckMovies
- GoodReads
- YouTube
- Spotify
- Netflix
- IMDB
- VoIP.ms
- Airbnb
- Uber
- Agoda
- Booking
- TripAdvisor
Lastly, I want to make a lot of this data public. I'll start by releasing the source code of old/ongoing projects on GitHub and release my ideas/thoughts on my blog.
Re: Ask HN: How do you organise your hard drive?
#4Re: Ask HN: How do you organise your hard drive?
#5My approach to file management is delegation: - Most files go straight to the default recommended location. This includes downloads, git repositories, programs, etc. - Source code is on GitHub. - Emails are on Gmail. - Notes and todos are on Google Keep. - Books are on Google Drive in PDF or EPUB format. - Photos and videos are on Google Photos and YouTube. - Music is on Spotify and YouTube. - Movies are on Netflix,…
Maybe the rest is a little Google-centric for me. Perhaps that's why I'm having trouble being organised; I haven't bought 100% into any ecosystem.
Do you not keep source code locally? Or is it in two places?
Re: Ask HN: How do you organise your hard drive?
#6I keep all my very current projects on the desktop along with temporary items and odd-balls I haven't classified. Everything else goes into folder called "A Reference System" which contains a folder for each letter of the alphabet.
Re: Ask HN: How do you organise your hard drive?
#7My approach to file management is delegation: - Most files go straight to the default recommended location. This includes downloads, git repositories, programs, etc. - Source code is on GitHub. - Emails are on Gmail. - Notes and todos are on Google Keep. - Books are on Google Drive in PDF or EPUB format. - Photos and videos are on Google Photos and YouTube. - Music is on Spotify and YouTube. - Movies are on Netflix,…
Re: Ask HN: How do you organise your hard drive?
#8Applications go into /Applications, unless they're games, in which case they go in ~/Games.
Downloads stay in ~/Downloads unless I have a reason to put them elsewhere. I also clear the Downloads folder whenever I'm running out of hard drive space.
Pages documents and similar go in ~/Documents.
The Desktop is my temporary workspace, for active projects.
I have a script that automatically downloads podcasts and Youtube Videos every evening. These go in either ~/Movies or ~/Music depending on whether they are audio or video.
---
Now, I also have a separate mirrored ZFS pool I consider my "Archive". This drive is meticulously organized to a semi-ridiculous degree I can't fully describe here, but here's an overview of the top level structure:
• Books: A collection of audiobooks, organized by series.
• Games: Video games, organized by franchise. All either DRM Free, or with patches included to remove online-activation requirements. Also roms of console games, for use with flash cards or emulators. I don't separate games by platform, because if I want to play a specific game, I'll move to the platform that game is compatible with, and not the other way around.
• Movies: Contains BluRay rips and decrypted iTunes purchases of both movies and TV shows, organized by franchise and/or season.
• Music: My (sadly small) music collection, all thrown into one folder because there aren't that many songs. I keep meaning to buy more...
• Personal: This contains my birth certificate, schoolwork, past job applications, health records, social media profile data exports, photographs, etc.
• Software: All software I've purchased or written myself, and free programs I want to remember to use again. Organized by platform (macOS X, Windows, DOS, etc.) with a separate folder titled "Multi-Platform" for anything compatible with multiple OS's. This unfortunately means that if I need to retrieve a Mac program I need to check both the Mac and Multi-Platform folders in order to find it, but I can't think of a better system.
Re: Ask HN: How do you organise your hard drive?
#9Re: Ask HN: How do you organise your hard drive?
#10I keep all my very current projects on the desktop along with temporary items and odd-balls I haven't classified. Everything else goes into folder called "A Reference System" which contains a folder for each letter of the alphabet.
Wouldn't it be easier to just keep the directory structure flat, and use software to jump between letters? For instance, on macOS I can just press the "C" key and Finder will jump to items that start with C.