wedrifid comments on Tool ideology - Less Wrong

25 Post author: PhilGoetz 09 September 2011 10:37PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (66)

You are viewing a single comment's thread. Show more comments above.

Comment author: wedrifid 14 September 2011 04:43:25AM 0 points [-]

Is that something I need a justification for? My version control system throws away stuff that I am trying store. I'd also prefer it not to throw away files staring with 'b'.

I've learned to make my programs pessimistic and recreate the file system if necessary. It surprised me a few times before I learned the quirks.

Comment author: thomblake 14 September 2011 01:59:46PM 0 points [-]

Is that something I need a justification for?

No, just curious. I have not encountered and could not imagine a use case.

Directories, in my mind, are meta-information about files, so it makes no sense to me to store an empty directory.

Comment author: TheOtherDave 14 September 2011 03:15:41PM 1 point [-]

I may be missing context here, but I frequently create empty directories to guide future filing/sorting behavior.

Comment author: wedrifid 14 September 2011 03:29:40PM 0 points [-]

The examples mentioned so far could be described as meta information about future intended files.