by spectaclepiece on 1/30/20, 8:57 AM with 136 comments
by veeralpatel979 on 1/30/20, 6:35 PM
It's strange to me that Dropbox has thousands of employees, people have wanted this for a _long_ time, and yet this hasn't been built.
You'd think that with more engineering/PM/design talent the product would get better, and faster.
Anyone have any insight into why happens? I've never worked at a early stage startup but here are some hypotheses:
- Maybe this is a good thing. After a product is "done", adding more functionality makes it worse, not better.
- Maybe the company leadership's focus shifts from building a great product to scaling as fast as possible. And doing both at once isn't possible.
- Maybe the engineering division grows substantially, but the number of people actually working on the product doesn't change much. Instead the new engineers work on important, but auxiliary things, like dev tooling, security, infra, ops, etc
- Maybe developing features takes longer because there's more process: security/legal/ops needs to review it, several layers of management need to approve it, it needs to work in multiple countries, etc
- Maybe the urgency to keep improving your product disappears after you feel that you've made it
- Maybe it's more important to take longer to build stable, complete features instead of shipping as fast as possible
by spectaclepiece on 1/30/20, 9:01 AM
The community requested a .dropboxignore file but they chose another solution which I’m sure is reasonable for making the feature more user friendly to non-devs.
This will be immensely helpful for node_modules or build target directories.
by fyp on 1/30/20, 1:57 PM
exclude_folders=$(find . -type d -name "node_modules" | grep -v "node_modules/")
echo "Excluding $exclude_folders"
dropbox exclude add $exclude_folders
dropbox exclude list
The feature I want is pattern-based ignore in a .dropboxignore file.by terpua on 1/30/20, 10:02 AM
note: i'm a co-founder
by s9w on 1/30/20, 9:36 AM
by Angostura on 1/30/20, 11:11 AM
I put things that I want to sync with Dropbox in /Dropbox and take out things that I don't want to sync.
Why would I want to leave things in /Dropbox that I don't want on Dropbox?
by gwbas1c on 1/30/20, 2:02 PM
A big problem comes with un-ignoring a file / folder, specifically if someone else has gone and added the same file / folder on another computer or in the web. The only way to make that use case work smoothly is to basically read minds, because there's no way to know which version of the file / folder is the right one.
by joeblau on 1/30/20, 2:27 PM
by bad_user on 1/30/20, 4:39 PM
Does Dropbox know to not sync those files on a new computer, or do you have to set those settings everywhere?
If not, if this works like Selective Sync (which is a local setting), then you can end up accidentally syncing those files from new computers. And is thus not equivalent with a .gitignore.
Also does it support glob patterns?
Why couldn't they do a .gitignore that syncs along with your other Dropbox files and be done with it?
by kbumsik on 1/30/20, 10:39 AM
Also, I just notice that every files in Dropbox folder has com.dropbox.attributes key with unreadable binary value. Does anyone have an idea about this field?
by wtmt on 1/30/20, 6:03 PM
by karlicoss on 1/30/20, 10:03 AM
by brian_herman__ on 1/30/20, 3:41 PM
by azhenley on 1/30/20, 7:33 PM
"Hey Dropbox, why can't I compare file versions like this?" http://web.eecs.utk.edu/~azh/blog/whycanticomparefileversion...
by dkobia on 1/30/20, 11:44 PM
by Illniyar on 1/30/20, 1:40 PM
That is, what if I have a file/directory in my dropbox on one device and then another device "ignores" it? would it be ignored everywhere or just in my device?
Either way seems like a recipe for a lot of problems. No wonder it took so long to get to it (and it's still in Beta).
by oscarpaz on 1/30/20, 9:09 AM
by kissgyorgy on 1/30/20, 11:43 AM
by dpcan on 1/30/20, 4:05 PM
Recently I switched to OneDrive, also no ignore that I can find, but I'm only making extra copies of stuff in there that I want backed up to the cloud.
by rmah on 1/30/20, 3:02 PM
by binichgross on 1/30/20, 3:28 PM
by andy9775 on 1/30/20, 7:17 PM
Dropbox//node_modules/
or similar?
by nvr219 on 1/30/20, 7:03 PM
by treebornfrog on 1/30/20, 11:07 AM
by paulcnichols on 1/30/20, 3:40 PM
by dropdrive on 1/30/20, 11:19 AM