<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Please help me choose a name for my project</title>
	<atom:link href="http://mgeisler.net/2007/10/please-help-me-choose-a-name-for-my-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://mgeisler.net/2007/10/please-help-me-choose-a-name-for-my-project/</link>
	<description>Adventures with Computers</description>
	<pubDate>Fri, 21 Nov 2008 20:42:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6-bleeding</generator>
		<item>
		<title>By: Martin Geisler Online &#187; Vote for your favorite name</title>
		<link>http://mgeisler.net/2007/10/please-help-me-choose-a-name-for-my-project/#comment-121293</link>
		<dc:creator>Martin Geisler Online &#187; Vote for your favorite name</dc:creator>
		<pubDate>Sun, 14 Oct 2007 20:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://mgeisler.net/2007/10/please-help-me-choose-a-name-for-my-project/#comment-121293</guid>
		<description>&lt;p&gt;[...] people complained that my last post contained too much text&#8230; I&#8217;ll make this shorter [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] people complained that my last post contained too much text&#8230; I&#8217;ll make this shorter [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Geisler</title>
		<link>http://mgeisler.net/2007/10/please-help-me-choose-a-name-for-my-project/#comment-121031</link>
		<dc:creator>Martin Geisler</dc:creator>
		<pubDate>Fri, 12 Oct 2007 21:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://mgeisler.net/2007/10/please-help-me-choose-a-name-for-my-project/#comment-121031</guid>
		<description>&lt;p&gt;I agree about including MPC in the name... that was also why I called the project &lt;em&gt;PySMPC&lt;/em&gt; from the beginning. But then I discovered that "PySMPC" is quite annoying to pronounce, and I saw a discussion somewhere where people pointed out that choosing a name based on the language is the most boring thing to do... So that is why I started looking for a new name in the first place.&lt;/p&gt;

&lt;p&gt;A name such as "libmpc" is already used by something called &lt;a href="http://musepack.net/" rel="nofollow"&gt;Musepack&lt;/a&gt; (you will find lots of libmpc RPM packages around the net). I still feel that the name "MPC" is too general to be on its own, so maybe I should call it "Asynchronous MPC Library", with a package name of &lt;code&gt;asyncmpc&lt;/code&gt;. Do you guys think that would work?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I agree about including MPC in the name&#8230; that was also why I called the project <em>PySMPC</em> from the beginning. But then I discovered that &#8220;PySMPC&#8221; is quite annoying to pronounce, and I saw a discussion somewhere where people pointed out that choosing a name based on the language is the most boring thing to do&#8230; So that is why I started looking for a new name in the first place.</p>
<p>A name such as &#8220;libmpc&#8221; is already used by something called <a href="http://musepack.net/" rel="nofollow">Musepack</a> (you will find lots of libmpc RPM packages around the net). I still feel that the name &#8220;MPC&#8221; is too general to be on its own, so maybe I should call it &#8220;Asynchronous MPC Library&#8221;, with a package name of <code>asyncmpc</code>. Do you guys think that would work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tordr</title>
		<link>http://mgeisler.net/2007/10/please-help-me-choose-a-name-for-my-project/#comment-121026</link>
		<dc:creator>Tordr</dc:creator>
		<pubDate>Fri, 12 Oct 2007 21:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://mgeisler.net/2007/10/please-help-me-choose-a-name-for-my-project/#comment-121026</guid>
		<description>&lt;p&gt;You have to have a name that corresponds to the audience you want to reach.
If you want to target people who know what MPC is, then include that in the name. On the other hand if you want to reach the average web developer you might avoid mentioning MPC to not scare them away.&lt;/p&gt;

&lt;p&gt;I agree with Chris that you should probably include MPC or SMPC in the name as your program will be targeted to people who already know MPC.&lt;/p&gt;

&lt;p&gt;I will try to make a Java version, as I am not a good Python programmer...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You have to have a name that corresponds to the audience you want to reach.<br />
If you want to target people who know what MPC is, then include that in the name. On the other hand if you want to reach the average web developer you might avoid mentioning MPC to not scare them away.</p>
<p>I agree with Chris that you should probably include MPC or SMPC in the name as your program will be targeted to people who already know MPC.</p>
<p>I will try to make a Java version, as I am not a good Python programmer&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Geisler</title>
		<link>http://mgeisler.net/2007/10/please-help-me-choose-a-name-for-my-project/#comment-120473</link>
		<dc:creator>Martin Geisler</dc:creator>
		<pubDate>Tue, 09 Oct 2007 17:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://mgeisler.net/2007/10/please-help-me-choose-a-name-for-my-project/#comment-120473</guid>
		<description>&lt;p&gt;Hi Chris, thanks for the suggestion!&lt;/p&gt;

&lt;p&gt;(S)MPC is what the library does, but I don't think it can stand alone as a name. Something like 'SMPC Library' or 'SMPC Framework' might be better. As a (Python) package name, then &lt;code&gt;smpc&lt;/code&gt; works nicely, though.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Chris, thanks for the suggestion!</p>
<p>(S)MPC is what the library does, but I don&#8217;t think it can stand alone as a name. Something like &#8216;SMPC Library&#8217; or &#8216;SMPC Framework&#8217; might be better. As a (Python) package name, then <code>smpc</code> works nicely, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://mgeisler.net/2007/10/please-help-me-choose-a-name-for-my-project/#comment-120369</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 09 Oct 2007 07:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://mgeisler.net/2007/10/please-help-me-choose-a-name-for-my-project/#comment-120369</guid>
		<description>&lt;p&gt;stay clean and simple:
SMPC: Secure Multi-Party Computation&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>stay clean and simple:<br />
SMPC: Secure Multi-Party Computation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Geisler</title>
		<link>http://mgeisler.net/2007/10/please-help-me-choose-a-name-for-my-project/#comment-120347</link>
		<dc:creator>Martin Geisler</dc:creator>
		<pubDate>Tue, 09 Oct 2007 05:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://mgeisler.net/2007/10/please-help-me-choose-a-name-for-my-project/#comment-120347</guid>
		<description>&lt;p&gt;Wow, peble is rather creative :-) The name "AntiTrust" is funny, it reminds me of the &lt;a href="http://imdb.com/title/tt0218817/" rel="nofollow"&gt;movie&lt;/a&gt; by the same name. But I think the connection to law is a bit confusing.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Wow, peble is rather creative :-) The name &#8220;AntiTrust&#8221; is funny, it reminds me of the <a href="http://imdb.com/title/tt0218817/" rel="nofollow">movie</a> by the same name. But I think the connection to law is a bit confusing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Villiom Podlaski Christiansen</title>
		<link>http://mgeisler.net/2007/10/please-help-me-choose-a-name-for-my-project/#comment-120263</link>
		<dc:creator>Dan Villiom Podlaski Christiansen</dc:creator>
		<pubDate>Mon, 08 Oct 2007 19:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://mgeisler.net/2007/10/please-help-me-choose-a-name-for-my-project/#comment-120263</guid>
		<description>&lt;p&gt;peble: Python/Paranoid Economy Benchmarking Liability Elimination
NoTrust/AntiTrust&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>peble: Python/Paranoid Economy Benchmarking Liability Elimination<br />
NoTrust/AntiTrust</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Geisler</title>
		<link>http://mgeisler.net/2007/10/please-help-me-choose-a-name-for-my-project/#comment-120128</link>
		<dc:creator>Martin Geisler</dc:creator>
		<pubDate>Mon, 08 Oct 2007 09:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://mgeisler.net/2007/10/please-help-me-choose-a-name-for-my-project/#comment-120128</guid>
		<description>&lt;p&gt;Thanks, I like DTTP! It is to the point and looks okay in Python code: &lt;code&gt;from dttp.runtime import Runtime&lt;/code&gt;. But Mikkel and Gert tell me that it sounds too similar to HTTP... Maybe I should simply call it HTTP: &lt;em&gt;Highly Trustable Third Party&lt;/em&gt; to make the confusion complete :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, I like DTTP! It is to the point and looks okay in Python code: <code>from dttp.runtime import Runtime</code>. But Mikkel and Gert tell me that it sounds too similar to HTTP&#8230; Maybe I should simply call it HTTP: <em>Highly Trustable Third Party</em> to make the confusion complete :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tordr</title>
		<link>http://mgeisler.net/2007/10/please-help-me-choose-a-name-for-my-project/#comment-119986</link>
		<dc:creator>Tordr</dc:creator>
		<pubDate>Sun, 07 Oct 2007 20:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://mgeisler.net/2007/10/please-help-me-choose-a-name-for-my-project/#comment-119986</guid>
		<description>&lt;p&gt;Name suggestion: Distributed TTP&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Name suggestion: Distributed TTP</p>
]]></content:encoded>
	</item>
</channel>
</rss>
