g comments on What Evidence Filtered Evidence? - Less Wrong

43 Post author: Eliezer_Yudkowsky 29 September 2007 11:10PM

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

Comments (38)

Sort By: Old

You are viewing a single comment's thread.

Comment author: g 30 September 2007 11:12:11PM 12 points [-]

I mostly concur, but I think you can (and commonly do) get some "negative" information before he stops. If CA comes out with a succession of bad arguments, then even before you know "these are all he has" you know "these are the ones he has chosen to present first".

I know that you know this, because you made a very similar point recently about creationists.

(Of course someone *might* choose to present their worst arguments first and delay the decent ones until much later. But people usually don't, which suffices.)

Comment author: MBlume 25 December 2010 05:51:17PM 5 points [-]

I was recently reading a manual an Mercurial, and the author started going on about how you could make multiple clones of a project in different directories, so that you could have different project states, and then push and pull between them. And I thought "if a supposed expert is telling me to do something that baroque and ridiculous this early in the manual, I'm sure glad I'm using Git."

Comment author: Martok 10 April 2012 05:29:48AM 1 point [-]

However, when you read the Git manual and get to "Rewriting History", you could come to the conclusion that "this guy is nuts and I have to reevaluate everything I read previously based on that assumption". Also, cloning 2 times and moving commits between those 2 can be a lot easier than rebase/cherry-fu in one copy. I usually do that when I'm called in to fix some messed-up repo.

I would still choose Git over Hg anytime, because this happens seldom enough that the other benefits outweigh it.