Hello! I'm running an Ideological Turing Test for my local rationality group, and I'm wondering what ideology to use (and what prompts to use for that ideology). Palladias has previously run a number of tests on Christianity, but ideally I'd find something that was a good 50/50 split for my community, and I don't expect to find many Christians in my local group. The original test was proposed for politics, which seems like a reasonable first-guess, but I also worry that my group has too many liberals and not enough conservatives to make that work well.
What I plan to do is email the participants who have agreed to write entries asking how they stand on a number of issues (politics, religion, etc) and then use the issue that is most divisive within the population. To do that, however, I'll need a number of possible issues. Do any of you have good ideas for ITT domains other than religion or politics, particularly for rationalists?
(Side questions:
I've been leaning towards using the name "Caplan Test" instead of "Ideological Turing Test". I think the current name is too unwieldy and gives the wrong impression. Does the ITT name seem worth keeping?
Also, would anyone on here be interested in submitting entries to my test and/or seeing results?)
It's true that most projects don't need or use the advanced features of git, but this isn't a good reason to use svn, because git can also be used in a simple manner: http://git.or.cz/course/svn.html You're at no disadvantage compared to if you used svn.
But when you want to contribute to one of the big projects that does require the full power of git, you are at an advantage, because you don't have to learn a complete new version control system, only the extra git features you hadn't learned yet.
In my view, svn has a number of benefits over git. Let me offer a quick runthrough of why I prefer svn for small projects.
The main reason to use svn in my view is simplicity. git can't do many things svn does with as little friction as svn requires.
Centralized version control is definitely simpler than distributed. Distributed can be useful if you want to develop a feature offline (and find the svn ways of doing that to be a pain, as I do), want to work on something independently for a while, want to work on an experimental branch, etc.. But there's a good... (read more)