Getting organized with tech Anonymous https://bbs.gikopoi.com/atom/thread/1740850642 2025-03-21T19:56:09+00:00 Getting organized with tech https://bbs.gikopoi.com/post/1740850642/1 2025-03-01T17:37:22+00:00 2025-03-01T17:37:22+00:00 3 interesting ideas I've stumbled across lately -- <br><br>- https://terokarvinen.com/2021/calendar-txt/<br>- https://github.com/todotxt/todo.txt<br>- https://johnnydecimal.com/<br><br>How do you stay organized? Reply to thread https://bbs.gikopoi.com/post/1740850642/2 2025-03-03T01:49:30+00:00 2025-03-03T01:49:30+00:00 https://orgmode.org/worg/org-gtd-etc.html Reply to thread https://bbs.gikopoi.com/post/1740850642/3 2025-03-10T01:04:41+00:00 2025-03-10T01:04:41+00:00 if it's just your own computer, the goal is to organize so that you can<br>access what you need easily. under-categorization makes finding the<br>right thing difficult; over-categorization makes finding the right thing<br>tedious.<br><br>~/projects/programming/utilities/c/actual_project<br>vs<br>~/projects/actual_project<br><br>only sub-categorize whenever it's actually warranted, otherwise you are<br>just adding extra access and organization time. for having fun on<br>computers, i have ~/fun which i use as a sandbox and then send elsewhere<br>or delete the stuff when it's unwieldy. generally, music can be<br>organized like ~/music/genre/album/song.flac<br><br>as for calendars and such, it is easier to plan less so your life isn't<br>needlessly complicated. Reply to thread https://bbs.gikopoi.com/post/1740850642/4 2025-03-21T19:38:23+00:00 2025-03-21T19:38:23+00:00 .plan file Reply to thread https://bbs.gikopoi.com/post/1740850642/5 2025-03-21T19:56:09+00:00 2025-03-21T19:56:09+00:00 I use MusicBrainz Picard to organize all my music in the form<br>~/Music/Insane Clown Posse/[1997] The Great Milenko/04 - Piggy Pie.mp3<br><br>and tinyMediaManager to sort shows and movies like<br>~/Videos/tv/Sorairo Utility(2025)/Season 1/Sorairo Utility - S01E06 - Special Round.mkv<br><br>using special software to consistently name/sort content saves a lot of<br>mental bandwidth, and has the bonus feature of being friendly with<br>media servers. I used to try and rename all the random stuff I pulled<br>off torrent sites and it just drove me crazy... <br><br>In my ~/projects/ , sorting chronologically gives me plenty of context<br>but keeping ~/projects/_index.txt is really helpful in case I forget.<br><br>Too bad that "tagging" isn't more of a thing in native filesystem tools,<br>we are stuck with trees I think. For stuff like images I prefer boorus<br>but on-disk I try to go for broad categories and give "tags" to the <br>filename so I can search that way. Not very satisfying.