<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Random bits</title>
	<atom:link href="http://jonkatz.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonkatz.wordpress.com</link>
	<description>Random thoughts about random things...by Jonathan Katz</description>
	<lastBuildDate>Sun, 20 Dec 2009 04:14:30 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='jonkatz.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/b782e87d5da87b10f0be960ee290867b?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Random bits</title>
		<link>http://jonkatz.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jonkatz.wordpress.com/osd.xml" title="Random bits" />
		<item>
		<title>&#8220;x mod y&#8221; is now controversial?</title>
		<link>http://jonkatz.wordpress.com/2009/12/19/x-mod-y-is-now-controversial/</link>
		<comments>http://jonkatz.wordpress.com/2009/12/19/x-mod-y-is-now-controversial/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 23:49:31 +0000</pubDate>
		<dc:creator>jonkatz</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://jonkatz.wordpress.com/?p=487</guid>
		<description><![CDATA[A sensible discussion regarding whether &#8220;simple&#8221; algorithms should appear at SODA has been derailed in the comments by people arguing whether computer scientists have destroyed mathematics by using the notation &#8220;&#8221; to refer to the integer in  that is congruent to  modulo . 
Although I find the opinions expressed in the comments extreme, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonkatz.wordpress.com&blog=7847267&post=487&subd=jonkatz&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A <a href="http://mybiasedcoin.blogspot.com/2009/12/text-book-algorithms-at-soda-guest-post.html">sensible discussion</a> regarding whether &#8220;simple&#8221; algorithms should appear at SODA has been derailed in the comments by people arguing whether computer scientists have destroyed mathematics by using the notation &#8220;<img src='http://l.wordpress.com/latex.php?latex=x+%5Cbmod+y&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='x \bmod y' title='x \bmod y' class='latex' />&#8221; to refer to the integer in <img src='http://l.wordpress.com/latex.php?latex=%5C%7B0%2C+%5Cldots%2C+y-1%5C%7D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\{0, \ldots, y-1\}' title='\{0, \ldots, y-1\}' class='latex' /> that is congruent to <img src='http://l.wordpress.com/latex.php?latex=x&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='x' title='x' class='latex' /> modulo <img src='http://l.wordpress.com/latex.php?latex=y&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='y' title='y' class='latex' />. </p>
<p>Although I find the opinions expressed in the comments extreme, and see nothing wrong with using <img src='http://l.wordpress.com/latex.php?latex=x+%5Cbmod+y&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='x \bmod y' title='x \bmod y' class='latex' /> in the sense above <em>as long as it is clear to the reader</em>, I have to say that I myself sometimes find the notation confusing. When Yehuda and I wrote <a href="http://www.cs.umd.edu/~jkatz/imc.html">our textbook</a>, we noticed this and decided to write <img src='http://l.wordpress.com/latex.php?latex=%5Bx+%5Cbmod+y%5D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='[x \bmod y]' title='[x \bmod y]' class='latex' /> to refer to reduction of <img src='http://l.wordpress.com/latex.php?latex=x&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='x' title='x' class='latex' /> modulo <img src='http://l.wordpress.com/latex.php?latex=y&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='y' title='y' class='latex' />, as opposed to <img src='http://l.wordpress.com/latex.php?latex=x%27%3Dx+%5Cbmod+y&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='x&#039;=x \bmod y' title='x&#039;=x \bmod y' class='latex' /> for the &#8220;standard&#8221; mathematical notion of equality modulo <img src='http://l.wordpress.com/latex.php?latex=y&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='y' title='y' class='latex' />. (As a personal preference, I don&#8217;t like using \pmod to write <img src='http://l.wordpress.com/latex.php?latex=x%27%3Dx+%5Cpmod+y&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='x&#039;=x \pmod y' title='x&#039;=x \pmod y' class='latex' /> though I can understand others who choose to use it.) For that matter, we also distinguished between an assignment operator &#8220;<img src='http://l.wordpress.com/latex.php?latex=%3A%3D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt=':=' title=':=' class='latex' />&#8221; and the equality predicate &#8220;<img src='http://l.wordpress.com/latex.php?latex=%3D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='=' title='=' class='latex' />&#8221;. That way, the expressions &#8220;<img src='http://l.wordpress.com/latex.php?latex=a%3A%3D%5Bx+%5Cbmod+y%5D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='a:=[x \bmod y]' title='a:=[x \bmod y]' class='latex' />&#8221; and &#8220;<img src='http://l.wordpress.com/latex.php?latex=a%3Dx+%5Cbmod+y&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='a=x \bmod y' title='a=x \bmod y' class='latex' />&#8221; and &#8220;<img src='http://l.wordpress.com/latex.php?latex=a%3D%5Bx+%5Cbmod+y%5D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='a=[x \bmod y]' title='a=[x \bmod y]' class='latex' />&#8221; can all be distinguished from each other.</p>
<p>While it&#8217;s ok to be pedantic and obsessive in one&#8217;s own writing (as I am), it seems wrong to require it of others especially if there is no danger of misinterpretation.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonkatz.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonkatz.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonkatz.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonkatz.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonkatz.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonkatz.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonkatz.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonkatz.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonkatz.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonkatz.wordpress.com/487/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonkatz.wordpress.com&blog=7847267&post=487&subd=jonkatz&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jonkatz.wordpress.com/2009/12/19/x-mod-y-is-now-controversial/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be26bdc1beb58a51b7f69cc173ec322e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">jonkatz</media:title>
		</media:content>
	</item>
		<item>
		<title>Twitter feed</title>
		<link>http://jonkatz.wordpress.com/2009/12/17/twitter-feed/</link>
		<comments>http://jonkatz.wordpress.com/2009/12/17/twitter-feed/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 19:32:49 +0000</pubDate>
		<dc:creator>jonkatz</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://jonkatz.wordpress.com/?p=482</guid>
		<description><![CDATA[In case you haven&#8217;t noticed, I&#8217;ve added a twitter feed to this blog.
I&#8217;ve never been a big fan of twitter as a social networking tool. (Believe me, the last thing people need to know is what I&#8217;m doing every half hour.) I&#8217;ve had an account for a while &#8212; I wanted to reserve the name [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonkatz.wordpress.com&blog=7847267&post=482&subd=jonkatz&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In case you haven&#8217;t noticed, I&#8217;ve added a twitter feed to this blog.</p>
<p>I&#8217;ve never been a big fan of twitter as a social networking tool. (Believe me, the last thing people need to know is what I&#8217;m doing every half hour.) I&#8217;ve had an account for a while &#8212; I wanted to reserve the name (and I still couldn&#8217;t get jkatz) &#8212; but my first tweet was today. It seems to provide a useful way to link to relevant articles without having to write a whole blog post.</p>
<p>On the other hand, so far I find it kind of &#8220;dry&#8221; since no one can post comments about the stuff I&#8217;m linking to &#8212; i.e., there is no two-way communication. What do the readers think? (Feel free to also use this space to comment on any of the tweets I&#8217;ve posted so far.)</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonkatz.wordpress.com/482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonkatz.wordpress.com/482/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonkatz.wordpress.com/482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonkatz.wordpress.com/482/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonkatz.wordpress.com/482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonkatz.wordpress.com/482/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonkatz.wordpress.com/482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonkatz.wordpress.com/482/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonkatz.wordpress.com/482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonkatz.wordpress.com/482/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonkatz.wordpress.com&blog=7847267&post=482&subd=jonkatz&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jonkatz.wordpress.com/2009/12/17/twitter-feed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be26bdc1beb58a51b7f69cc173ec322e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">jonkatz</media:title>
		</media:content>
	</item>
		<item>
		<title>Hiring at MSR</title>
		<link>http://jonkatz.wordpress.com/2009/12/16/tcs-in-industry/</link>
		<comments>http://jonkatz.wordpress.com/2009/12/16/tcs-in-industry/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 18:40:30 +0000</pubDate>
		<dc:creator>jonkatz</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[TCS]]></category>

		<guid isPermaLink="false">http://jonkatz.wordpress.com/?p=473</guid>
		<description><![CDATA[In recent news, Microsoft New England has apparently hired Boaz Barak. (Though I could not find any announcement by Microsoft, or any indication on Boaz&#8217;s webpage.) This comes on top of Microsoft&#8217;s recent hires of Madhu Sudan and Omer Reingold (in Silicon Valley). One could argue that were MSR New England an academic department, it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonkatz.wordpress.com&blog=7847267&post=473&subd=jonkatz&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In recent <a href="http://mybiasedcoin.blogspot.com/2009/12/news-items.html">news</a>, Microsoft New England has apparently hired Boaz Barak. (Though I could not find any announcement by Microsoft, or any indication on Boaz&#8217;s webpage.) This comes on top of Microsoft&#8217;s recent hires of <a href="http://blog.computationalcomplexity.org/2009/03/madhu-move.html">Madhu Sudan</a> and <a href="http://research.microsoft.com/en-us/people/omreing/">Omer Reingold</a> (in Silicon Valley). One could argue that were MSR New England an academic department, it would rank among the top 3 in theoretical computer science. (Of course, one could also argue that were MSR New England an academic department many of the people would leave and the productivity of those who remain would be cut by half&#8230;)</p>
<p>I have to admit to feeling a bit jealous, as MSR New England is one place I would love to go&#8230; (and yes, I&#8217;ve &#8220;applied&#8221;).</p>
<p>I don&#8217;t want to re-hash the debates about <a href="http://jonkatz.wordpress.com/2009/09/10/industry-vs-academia/">academia vs. industry</a>. (Anyway, it is not a fair comparison in any of these cases since Boaz, Madhu, and Omer are getting the benefits of industry without having to give up the benefits of tenure.) I&#8217;m more interested in the question of <em>what Microsoft expects to get out of these hires</em>? Or, more bluntly, <em>how does Microsoft expect any of these hires to impact its bottom line</em>? I am <b>not</b> asking about the value of TCS research in general, which I think is clear. I am asking, in particular, about hiring people who are about as far from practice as possible. I don&#8217;t think comparisons to &#8220;the old Bell labs&#8221; work here: the fundamental physics work done at Bell labs seems, to me, much closer to yielding practical benefits than fundamental work on complexity theory. I also don&#8217;t buy the arguments about these hires being public relations coups: how many people, outside of the attendees of STOC/FOCS, would recognize these people&#8217;s names? And for how many people will this affect their decision of whether to apply to Microsoft for a job, or buy Microsoft products? </p>
<p>But maybe I&#8217;m missing something. Any thoughts?</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonkatz.wordpress.com/473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonkatz.wordpress.com/473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonkatz.wordpress.com/473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonkatz.wordpress.com/473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonkatz.wordpress.com/473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonkatz.wordpress.com/473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonkatz.wordpress.com/473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonkatz.wordpress.com/473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonkatz.wordpress.com/473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonkatz.wordpress.com/473/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonkatz.wordpress.com&blog=7847267&post=473&subd=jonkatz&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jonkatz.wordpress.com/2009/12/16/tcs-in-industry/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be26bdc1beb58a51b7f69cc173ec322e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">jonkatz</media:title>
		</media:content>
	</item>
		<item>
		<title>Discrimination in college admissions?</title>
		<link>http://jonkatz.wordpress.com/2009/12/15/discrimination-in-college-admissions/</link>
		<comments>http://jonkatz.wordpress.com/2009/12/15/discrimination-in-college-admissions/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 16:10:22 +0000</pubDate>
		<dc:creator>jonkatz</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://jonkatz.wordpress.com/?p=471</guid>
		<description><![CDATA[I&#8217;m not suggesting any connection between the Women in Theory workshop and an article I saw recently in the Washington Post, but posting about the former reminded me of the latter.
According to the article, admissions data from several colleges in the DC region will be reviewed to determine whether preferential treatment was given to male [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonkatz.wordpress.com&blog=7847267&post=471&subd=jonkatz&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m not suggesting any connection between the <a href="http://jonkatz.wordpress.com/2009/12/15/two-announcements/">Women in Theory workshop</a> and <a href="http://www.washingtonpost.com/wp-dyn/content/article/2009/12/13/AR2009121302922.html">an article I saw recently in the Washington Post</a>, but posting about the former reminded me of the latter.</p>
<p>According to the article, admissions data from several colleges in the DC region will be reviewed to determine whether preferential treatment was given to male applicants. It seems that, at these universities, the number of women applying was much higher than the number of men; therefore (allegedly) these universities were admitting men at higher rates in an effort to achieve gender balance.</p>
<p>Why is it ok to have &#8220;affirmative action&#8221; when it increases the representation of women in fields where they are under-represented, but not when it does the same for men? </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonkatz.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonkatz.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonkatz.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonkatz.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonkatz.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonkatz.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonkatz.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonkatz.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonkatz.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonkatz.wordpress.com/471/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonkatz.wordpress.com&blog=7847267&post=471&subd=jonkatz&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jonkatz.wordpress.com/2009/12/15/discrimination-in-college-admissions/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be26bdc1beb58a51b7f69cc173ec322e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">jonkatz</media:title>
		</media:content>
	</item>
		<item>
		<title>Two announcements</title>
		<link>http://jonkatz.wordpress.com/2009/12/15/two-announcements/</link>
		<comments>http://jonkatz.wordpress.com/2009/12/15/two-announcements/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 16:00:57 +0000</pubDate>
		<dc:creator>jonkatz</dc:creator>
				<category><![CDATA[Crypto]]></category>
		<category><![CDATA[TCS]]></category>

		<guid isPermaLink="false">http://jonkatz.wordpress.com/?p=468</guid>
		<description><![CDATA[I&#8217;ve been busy wrapping up the semester (and working on grant applications), in addition to traveling to Tokyo for Asiacrypt last week.
In lieu of a &#8220;real&#8221; post, here are two announcements.

The second Women in Theory (WIT) Workshop will be held at Princeton on June 19-23, 2010. The format will be similar to the WIT 2008 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonkatz.wordpress.com&blog=7847267&post=468&subd=jonkatz&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve been busy wrapping up the semester (and working on grant applications), in addition to traveling to Tokyo for Asiacrypt last week.</p>
<p>In lieu of a &#8220;real&#8221; post, here are two announcements.</p>
<ul>
<li>The second <a href="http://intractability.princeton.edu/blog/2009/11/women-in-theory-2010-workshop/">Women in Theory (WIT) Workshop</a> will be held at Princeton on June 19-23, 2010. The format will be similar to the <a href="http://www.cs.princeton.edu/theory/index.php/Main/WIT08">WIT 2008</a> workshop; video  <a href="http://www.youtube.com/watch?v=uUBzBF2awZU">here</a>
<li>A <a href="http://www.ipam.ucla.edu/programs/data2010/">Workshop on Statistical and Learning-Theoretic Challenges in Data Privacy</a> will be held February 22-26, 2010 at the Institute for Pure and Applied Mathematics, UCLA. Limited funding is available for students and junior researchers to attend.
<p>This workshop is being organized by Adam Smith, and looks really exciting &#8212; I&#8217;m hoping to attend.
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonkatz.wordpress.com/468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonkatz.wordpress.com/468/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonkatz.wordpress.com/468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonkatz.wordpress.com/468/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonkatz.wordpress.com/468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonkatz.wordpress.com/468/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonkatz.wordpress.com/468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonkatz.wordpress.com/468/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonkatz.wordpress.com/468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonkatz.wordpress.com/468/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonkatz.wordpress.com&blog=7847267&post=468&subd=jonkatz&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jonkatz.wordpress.com/2009/12/15/two-announcements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be26bdc1beb58a51b7f69cc173ec322e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">jonkatz</media:title>
		</media:content>
	</item>
		<item>
		<title>(More) fully homomorphic encryption?</title>
		<link>http://jonkatz.wordpress.com/2009/12/01/more-fully-homomorphic-encryption/</link>
		<comments>http://jonkatz.wordpress.com/2009/12/01/more-fully-homomorphic-encryption/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 17:46:21 +0000</pubDate>
		<dc:creator>jonkatz</dc:creator>
				<category><![CDATA[Crypto]]></category>

		<guid isPermaLink="false">http://jonkatz.wordpress.com/?p=466</guid>
		<description><![CDATA[We all know about Gentry&#8217;s breakthrough this past year where he showed the first construction of a fully homomorphic encryption scheme. Gentry&#8217;s scheme is hard to understand and seems challenging to implement, and was/is viewed as a feasibility result only.
More recently, two new fully homomorphic encryption schemes have been proposed, by van Dijk, Gentry, Halevi, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonkatz.wordpress.com&blog=7847267&post=466&subd=jonkatz&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>We all know about Gentry&#8217;s breakthrough this past year where he showed the first construction of a fully homomorphic encryption scheme. Gentry&#8217;s scheme is hard to understand and seems challenging to implement, and was/is viewed as a feasibility result only.</p>
<p>More recently, two new fully homomorphic encryption schemes have been proposed, by <a href="http://isis.poly.edu/snp2009/abs-shai.html">van Dijk, Gentry, Halevi, and Vaikuntanathan</a> and <a href="http://eprint.iacr.org/2009/571">Smart and Vercauteren</a>. No paper is available for the first one, but the abstract explicitly claims conceptual simplicity. As for the second, a paper (with implementation results!) is available; I have not yet read the paper, but they claim that their scheme can be viewed as a generalization of Gentry&#8217;s scheme to algebraic number fields.</p>
<p>I was asked recently whether fully homomorphic encryption would become remotely practical within the next 10 years. While it&#8217;s still too early to say for sure, the fact that there are (at least) two relatively quick improvements to the original scheme gives hope.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonkatz.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonkatz.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonkatz.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonkatz.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonkatz.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonkatz.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonkatz.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonkatz.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonkatz.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonkatz.wordpress.com/466/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonkatz.wordpress.com&blog=7847267&post=466&subd=jonkatz&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jonkatz.wordpress.com/2009/12/01/more-fully-homomorphic-encryption/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be26bdc1beb58a51b7f69cc173ec322e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">jonkatz</media:title>
		</media:content>
	</item>
		<item>
		<title>Inefficiencies in the postdoc market</title>
		<link>http://jonkatz.wordpress.com/2009/11/15/inefficiencies-in-the-postdoc-market/</link>
		<comments>http://jonkatz.wordpress.com/2009/11/15/inefficiencies-in-the-postdoc-market/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 22:33:58 +0000</pubDate>
		<dc:creator>jonkatz</dc:creator>
				<category><![CDATA[TCS]]></category>

		<guid isPermaLink="false">http://jonkatz.wordpress.com/?p=460</guid>
		<description><![CDATA[In contrast to the market for tenure-track jobs, the market for postdocs in our field seems woefully inefficient. From the potential postdoc&#8217;s perspective &#8212; and I have a student going through the process now &#8212; there are generally no advertisements for postdoc positions and so one has to resort to some combination of word-of-mouth (with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonkatz.wordpress.com&blog=7847267&post=460&subd=jonkatz&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In contrast to the market for tenure-track jobs, the market for postdocs in our field seems woefully inefficient. From the potential postdoc&#8217;s perspective &#8212; and I have a student going through the process now &#8212; there are generally no advertisements for postdoc positions and so one has to resort to some combination of word-of-mouth (with the help of one&#8217;s advisor) and sending random emails to people asking if they might be hiring. And the inefficiency goes both ways. Two out of the past three years I have tried to hire a postdoc: the first year I was unsuccessful (and so the grant money I had went unspent), and this past year I was unable to find somebody until late May. (Strange as it might sound, part of the issue may be that it is a very strong market for candidates &#8220;in the know&#8221;: over the past 3 years I have made several postdoc offers to people who took postdocs [or, in one case, a faculty position] elsewhere.)</p>
<p>Surely there must be something we can do about this? Note that I&#8217;m not talking about increasing the number of postdoc positions, I&#8217;m talking about better matching people looking for positions to whatever positions already exist. How about a wiki where applicants can post their application materials, and advisors can post openings? Any ideas how best to set this up?</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonkatz.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonkatz.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonkatz.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonkatz.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonkatz.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonkatz.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonkatz.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonkatz.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonkatz.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonkatz.wordpress.com/460/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonkatz.wordpress.com&blog=7847267&post=460&subd=jonkatz&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jonkatz.wordpress.com/2009/11/15/inefficiencies-in-the-postdoc-market/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be26bdc1beb58a51b7f69cc173ec322e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">jonkatz</media:title>
		</media:content>
	</item>
		<item>
		<title>Do we have too few problems to work on?</title>
		<link>http://jonkatz.wordpress.com/2009/11/13/do-we-have-too-few-problems-to-work-on/</link>
		<comments>http://jonkatz.wordpress.com/2009/11/13/do-we-have-too-few-problems-to-work-on/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 18:02:27 +0000</pubDate>
		<dc:creator>jonkatz</dc:creator>
				<category><![CDATA[Crypto]]></category>

		<guid isPermaLink="false">http://jonkatz.wordpress.com/?p=455</guid>
		<description><![CDATA[Recently I submitted a paper and found that someone else was working on the same problem. (In this particular case there was more involved, as well as a possible breach of ethics, but none of that is relevant to the point I am trying to make in this post.) I don&#8217;t have any statistics here, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonkatz.wordpress.com&blog=7847267&post=455&subd=jonkatz&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Recently I submitted a paper and found that someone else was working on the same problem. (In this particular case there was more involved, as well as a possible breach of ethics, but none of that is relevant to the point I am trying to make in this post.) I don&#8217;t have any statistics here, but this seems to happen relatively often in our field. It has happened to me at least 3 times &#8212; once on a problem that I would consider relatively obscure &#8212; with the result being a merged paper each time. Sometimes the results obtained were incomparable, but it was determined that a merge was in everyone&#8217;s best interests as well as the right thing to do scientifically. Other times the results were essentially the same.</p>
<p>I know I am not alone in this. At just about every conference there is at least one merged paper (I am aware of one at the upcoming TCC). An example from the summer that caught my attention was a set of <em>three</em> overlapping results showing constructions of HIBE based on lattices: <a href="http://eprint.iacr.org/2009/351">here</a>, <a href="http://eprint.iacr.org/2009/359">here</a>, and <a href="http://rump2009.cr.yp.to/">here</a>. I am aware of several other examples as well, though will refrain from mentioning them since sometimes the authors don&#8217;t want information about the way a paper was written to become public. (Feel free to share your own stories in the comments&#8230;)</p>
<p>What does it mean? Are there too few [good] problems to work on, so that we are all mining the same ground? If so, is this an indication that the community is stuck in a rut, or have we all just collectively identified what are the most important problems? While I think this explains part of the issue, many of the cases I am aware of involve, as I said, pretty obscure problems that are not the type I would expect everyone to jump on. Perhaps the social nature of our field, with people discussing their latest results at workshops, and open problems being &#8220;in the air&#8221;, encourages people to focus on similar sets of problems. Is this a good thing or a bad thing?</p>
<p>What do you think?</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonkatz.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonkatz.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonkatz.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonkatz.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonkatz.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonkatz.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonkatz.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonkatz.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonkatz.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonkatz.wordpress.com/455/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonkatz.wordpress.com&blog=7847267&post=455&subd=jonkatz&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jonkatz.wordpress.com/2009/11/13/do-we-have-too-few-problems-to-work-on/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be26bdc1beb58a51b7f69cc173ec322e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">jonkatz</media:title>
		</media:content>
	</item>
		<item>
		<title>Full Versions of Papers, and Journals</title>
		<link>http://jonkatz.wordpress.com/2009/10/29/full-versions-of-papers-and-journals/</link>
		<comments>http://jonkatz.wordpress.com/2009/10/29/full-versions-of-papers-and-journals/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 00:44:46 +0000</pubDate>
		<dc:creator>jonkatz</dc:creator>
				<category><![CDATA[TCS]]></category>

		<guid isPermaLink="false">http://jonkatz.wordpress.com/?p=436</guid>
		<description><![CDATA[(This post is somewhat of a followup to Yehuda&#8217;s post, though coming at it from a different angle.)
I agree with Yehuda that full versions of papers are, generally speaking, extremely important. As has been discussed elsewhere (see here and here, for example), our community (both the TCS community as a whole, as well as the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonkatz.wordpress.com&blog=7847267&post=436&subd=jonkatz&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>(This post is somewhat of a followup to <a href="http://jonkatz.wordpress.com/2009/10/29/short-term-and-long-term-academic-utility-guest-post/">Yehuda&#8217;s post</a>, though coming at it from a different angle.)</p>
<p>I agree with Yehuda that full versions of papers are, generally speaking, extremely important. As has been discussed elsewhere (see <a href="http://blog.computationalcomplexity.org/2009/07/time-for-computer-science-to-grow-up.html">here</a> and <a href="http://blog.computationalcomplexity.org/2009/06/conference-proceedings-should-have.html">here</a>, for example), our community (both the TCS community as a whole, as well as the theoretical cryptography community in particular) seems to have a problem with its emphasis on paper <em>quantity</em> rather than <em>quality</em>. (Though the quality of the research is also at issue, I am speaking here particularly of the quality of exposition.) I think also that a lack of full versions hampers scientific progress in the long run: it is a barrier to entry for others, and allows mistakes to happen more frequently than they would otherwise. </p>
<p>In contrast to what others have said, though, I am not sure journals are the solution. What follows is one personal story that illustrates some of the problems. </p>
<h2>Journals: What Can Go Wrong</h2>
<p>I recently had a paper accepted to a journal, and it will be published next month. This paper was submitted in <em>August 2004</em>. So it took just shy of <em>5 years</em> until the paper was accepted, and it will have been <b>over 5 years between submission and publication</b>. It wasn&#8217;t as if the paper needed heavy revision, either &#8212; the reviewers just sat on it for a very long time. Nor did I get any useful feedback from the reviewers: I&#8217;m not sure they even checked the proof (whether they did or did not, they had no comments about it), and the only substantive thing they made me change were the references to prior work. And I didn&#8217;t even agree with their recommended changes (but didn&#8217;t feel like fighting them either).  </p>
<p>Because of the journal&#8217;s policy of having &#8220;new results&#8221;, I added results that (in my opinion) increase the length of the paper without increasing its quality. The journal&#8217;s typesetting rules made the paper even longer and, in my opinion, more difficult to read (due to font issues). </p>
<p>Ideally, I would have liked to maintain a different copy of the paper on my webpage, written the way I like. I know some people do that, but in practice it is a pain to keep track of different versions (and so I didn&#8217;t do it in this case).</p>
<h2>The Future Role of Journals?</h2>
<p>So if journals are not the answer, what is? Let me be first clear that I think journals do have an important role: they are immensely useful as a form of peer review (in terms of both correctness and level of interest in the results) &#8212; assuming reviewers do their jobs. We are also not going to more away from a journal-based system any time soon, not least of all because journals publications are still a part of hiring/tenure/raise/etc. decisions. Yet is also seems clear that journals will eventually die out, at least effectively, and probably within my career; I plan to say more on this in a future post.</p>
<p>Still, we don&#8217;t <em>need</em> journals, given the fact that we can post our papers on our webpage and put them in public archives.* It seems, then, that the most useful role of journals is to serve the role of being the &#8220;carrot&#8221; that motivates people to write full versions in the first place. </p>
<p>*Or write a book. See Goldreich&#8217;s intriguing essay: <a href="http://www.wisdom.weizmann.ac.il/~oded/PDF/duties.pdf">On Our Duties as Scientists (personal version)</a>, Section 4.1. His essay is worth reading for the other points it makes as well.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonkatz.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonkatz.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonkatz.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonkatz.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonkatz.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonkatz.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonkatz.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonkatz.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonkatz.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonkatz.wordpress.com/436/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonkatz.wordpress.com&blog=7847267&post=436&subd=jonkatz&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jonkatz.wordpress.com/2009/10/29/full-versions-of-papers-and-journals/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be26bdc1beb58a51b7f69cc173ec322e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">jonkatz</media:title>
		</media:content>
	</item>
		<item>
		<title>Short-Term and Long-Term Academic Utility (guest post)</title>
		<link>http://jonkatz.wordpress.com/2009/10/29/short-term-and-long-term-academic-utility-guest-post/</link>
		<comments>http://jonkatz.wordpress.com/2009/10/29/short-term-and-long-term-academic-utility-guest-post/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 11:20:07 +0000</pubDate>
		<dc:creator>jonkatz</dc:creator>
				<category><![CDATA[Crypto]]></category>
		<category><![CDATA[Cynical]]></category>
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://jonkatz.wordpress.com/?p=432</guid>
		<description><![CDATA[Another guest post by Yehuda Lindell. My reaction will be in a follow-up post.
Recently I thought about applying game-theoretic principles to our work as academics. What are our utility functions and how are they maximized? I have the following observations (if you don’t detect the cynicism below then this is a problem with written media):

The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonkatz.wordpress.com&blog=7847267&post=432&subd=jonkatz&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Another guest post by Yehuda Lindell. My reaction will be in a follow-up post.</p>
<p>Recently I thought about applying game-theoretic principles to our work as academics. What are our utility functions and how are they maximized? I have the following observations (if you don’t detect the cynicism below then this is a problem with written media):
<ol>
<li>The first observation is that the “best strategy” is to write papers that are just good enough to get into the conference that you want, but no better. This way you minimize your work while maximizing your publications. “Best paper prizes” can somewhat improve this situation, but it’s not clear that going for “best paper” is a good strategy (it involves much more work, decisions about best paper are rather arbitrary so the chances of winning aren’t that great, and it doesn’t make much of a difference for promotion).
<li>	The second observation is that you should spend as little time as possible writing. That is, your presentation should be as bad as is possible to have it accepted. Once again, wasting loads of time writing well just reduces your publication count.
<li>	If your university doesn’t require that you have journal papers, then not only should you not write such papers, you also shouldn’t bother writing up full versions with full proofs. Specifically, write proof sketches that are “just good enough” to convince the program committee and don’t bother fully verifying. It helps to repeatedly use “the full proof will appear in the full version”, but then make sure that you never actually write such a version.
<li>	I’m sure that one can argue that it’s best to research “easy questions” than hard ones and so on, but I’m not going to relate to this.
<li>	Finally, you should definitely not waste time writing a book. It seems that a book is considered a nice addition, but 5 papers would probably do more for your promotion.
</ol>
<p>So, what’s the result of all of the above? You’ll have a nice long CV full of papers that no one will want to read, let alone follow up on. Is it really worth it? After 25 years of research, will you be able to look back and say that you had an impact? What about publishing 1-2 really good papers a year? I personally believe that this will yield much more satisfaction and impact. (I actually did this exercise and looked back over the last 5 years and asked myself how many papers that I published I actually really like and think had a real contribution. I reached the conclusion of 1-2 papers a year, so I’m happy with that. One could always ask me why I bothered doing the others. First, you don’t always know how things will turn out, and there are other reasons. But I don’t want to get too personal with myself <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  .)</p>
<p>I also argue that the strategy above of doing as bad a job as possible without being detected (which is really what 1-5 lead to) may “make sense” for researchers who are very borderline and may not get tenure. However, for all the rest of the community, it makes no sense whatsoever. I would rather publish much less, but have people be happy to read my papers because they have full proofs and are easy to read. What I would really like to argue is that researchers who don’t need to follow the above strategies (and let’s hope that this is the vast majority) should make sure not to get pulled into such behavior. I strongly believe that it will raise your long-term utility!</p>
<p>Unfortunately, in my humble opinion there are too many people who do. Just for one example, I know of a number of great researchers with excellent papers and results that are ridiculously hard to read (and of course do not have full versions). I guess that this is my loss, because I usually don’t read such papers, but I assume that I’m not the only one…</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonkatz.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonkatz.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonkatz.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonkatz.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonkatz.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonkatz.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonkatz.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonkatz.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonkatz.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonkatz.wordpress.com/432/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonkatz.wordpress.com&blog=7847267&post=432&subd=jonkatz&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jonkatz.wordpress.com/2009/10/29/short-term-and-long-term-academic-utility-guest-post/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be26bdc1beb58a51b7f69cc173ec322e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">jonkatz</media:title>
		</media:content>
	</item>
	</channel>
</rss>