Data Organization
-
This post did not contain any content.
If you call the bottom picture a "Data Lake" you can IPO and walk away with millions
-
I find myself having too many nested folders, and I’m just a normie. I wonder how deep they go for you tech people.
At some points, Windows won’t let me change the file name because it was too long and I’m assuming the file path to it plus the ridiculously long name (“person last name, first name - type of document (purpose) yyyymmdd”) just breaks Windows.
Sometimes I have to copy those files to my desktop just to rename the new file, so that I can upload the file to an online system that only lets me upload files with names under 42 characters long. It’s wild.
wrote last edited by [email protected]In my obsidian notes folder, i have
- 01 - Inbox
- 02 - Breadbox
- 03 - Data
.
- Inbox is for newly created notes
- Breadbox is for notes that i need to reference or otherwise want quick access to
- Data is for everything else
For file navigation, i use links and references within the notes themselves, which creates a network of linked files that is far far easier to navigate than folders
Everything else is sorta all over the place, but in general
- ~/Documents
- dumping ground for important documents, folders are arbitrarily made as I go
- ~/Downloads
- dumping grounds for downloaded things, generally important files are moved elsewhere
- ~/Code is where i put all of my personal projects and other junk related to programming
~/ is the user home directory
- C:\Users\Name for windows
- /home/name for linux
For pictures, i use a self hosted Immich instance
-
You can enable long names in Windows, essentially removing that restriction and giving you the power of all the sub folders up to something like 26'000 characters.
- Open the Registry Editor.
- Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
- Find the LongPathsEnabled DWORD value, double-click it, and set its value to 1
- Restart your computer
- Be free and happy
And I guess this isn’t the default for backwards compatibility with 1978’s tech?
-
This post did not contain any content.
Hey, I know what's in my folder labeled Stuff.
-
I often catch myself using Downloads to store a very suspicious quantity of files.
-
I’ll say that as much as I love Apple and macOS, Finder has some pretty terrible defaults that make file management pretty difficult for the average user. The default “All Files” view is atrocious.
Why would you use the Finder when macOS has a perfectly fine shell?
-
This post did not contain any content.
Do you even git?
Surely experiment 1…n should be branches.
-
This post did not contain any content.
Ugh thanks for reminding me to clean up my desktop, I guess…
-
Why would you use the Finder when macOS has a perfectly fine shell?
Image previews because I give my memes really dumb filenames
-
I think most computer users now don't know that file systems exist
wrote last edited by [email protected]Especially younger people. They're used to files just... being there on their phone. Photo albums? Nah, just scroll though every photo you've ever taken to find the right one.
That, and having powerful search functionality + tagging has made perfect folder structures less of a requirement. I've never had trouble finding documents in paperless-ngx just by searching, for example.
-
- Not being able to create a file
- Folders aren’t by default listed at the top
- Spring-loaded folders are hit or miss
- No good intuitive way to set defaults for ALL folders at once
- No good intuitive way to reset any folder defaults
- .DS_Store and ._DS_Store (nuff said)
What is a spring-loaded folder?
-
- Not being able to create a file
- Folders aren’t by default listed at the top
- Spring-loaded folders are hit or miss
- No good intuitive way to set defaults for ALL folders at once
- No good intuitive way to reset any folder defaults
- .DS_Store and ._DS_Store (nuff said)
wrote last edited by [email protected]- Download iTerm2
- See 1
- See 2
- See 3
- See 4
- See 5
-
And I guess this isn’t the default for backwards compatibility with 1978’s tech?
wrote last edited by [email protected]A lot of apps still use legacy Windows APIs that don't understand very long paths. Those APIs have been deprecated for maybe 15 years or more, but developers are lazy. Microsoft can't add support for long paths to the old APIs because they use a fixed buffer size (which means that only a certain amount of memory space is available for the path, and increasing it would break the apps that rely on that). They can't totally remove the old APIs because every app that uses them would break.
-
I find myself having too many nested folders, and I’m just a normie. I wonder how deep they go for you tech people.
At some points, Windows won’t let me change the file name because it was too long and I’m assuming the file path to it plus the ridiculously long name (“person last name, first name - type of document (purpose) yyyymmdd”) just breaks Windows.
Sometimes I have to copy those files to my desktop just to rename the new file, so that I can upload the file to an online system that only lets me upload files with names under 42 characters long. It’s wild.
This was one of the reasons I quit trying to develop on Windows way back when. I had a very well organized system of subfolders for all my code, and it was literally running into some kind of path length limit trying to import deeply nested dependencies in certain projects. This was WELL into the era of 64-bit computing, absolutely no excuse other than Microsoft taking shortcuts.
-
You can enable long names in Windows, essentially removing that restriction and giving you the power of all the sub folders up to something like 26'000 characters.
- Open the Registry Editor.
- Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
- Find the LongPathsEnabled DWORD value, double-click it, and set its value to 1
- Restart your computer
- Be free and happy
Well son of a bitch, there was a workaround
-
This post did not contain any content.
Data shouldn't be organized hirarchically.
-
Just missing a random pile of files on the desktop.
My actual desk and office - messy. My desktop - folder, folder, 4 shortcuts. My phone -groups of apps ordered by function - Pebble, Office, Entertainment, etc. My garage - absolute hoarder nightmare from hell cause I just can't seem to get to it. Why I can be ordered in one area and not in another is beyond me.
-
A lot of apps still use legacy Windows APIs that don't understand very long paths. Those APIs have been deprecated for maybe 15 years or more, but developers are lazy. Microsoft can't add support for long paths to the old APIs because they use a fixed buffer size (which means that only a certain amount of memory space is available for the path, and increasing it would break the apps that rely on that). They can't totally remove the old APIs because every app that uses them would break.
They can’t totally remove the old APIs because every app that uses them would break.
For every other company I would buy that argument. But for one that forces customers to throw away millions of computers which can’t run Win 11… no.
-
Downloads is usually my largest folder. Funny thing is that it is literally all just Linux isos because I'm trying some things with servers
"Trying some things"
Then you end up liking what you slapped together with jank and a prayer to the temporary work-around and now there's a new prod server!
-
Downloads is usually my largest folder. Funny thing is that it is literally all just Linux isos because I'm trying some things with servers
"Linux ISOs"