<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Critical Exponent</title>
	
	<link>http://www.criticalexponent.org/blog</link>
	<description>A progressive scale</description>
	<lastBuildDate>Mon, 06 Sep 2010 01:30:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CriticalExponent" /><feedburner:info uri="criticalexponent" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><item>
		<title>Persistent emacs server sessions</title>
		<link>http://feedproxy.google.com/~r/CriticalExponent/~3/z_i8fRDV7CQ/</link>
		<comments>http://www.criticalexponent.org/blog/2010/09/05/persistent-emacs-server-sessions/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 01:25:04 +0000</pubDate>
		<dc:creator>Victor Chudnovsky</dc:creator>
				<category><![CDATA[Programming & configuration]]></category>
		<category><![CDATA[autocompletion]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[desktop-autosave]]></category>
		<category><![CDATA[ee]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[emacs-lisp]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[shell-scripting]]></category>

		<guid isPermaLink="false">http://www.criticalexponent.org/blog/?p=1471</guid>
		<description><![CDATA[In my spare time, I&#8217;ve been working on two tools to make emacs more useful to me by leveraging two key features: the ability to save the desktop state and the ability to have emacs clients connect to an emacs &#8230; <a href="http://www.criticalexponent.org/blog/2010/09/05/persistent-emacs-server-sessions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><center><img src="http://www.gnu.org/software/emacs/tour/images/splash-small.png" alt="emacs" /></center></p>

<p>In my spare time, I&#8217;ve been working on two tools to make
<a href="http://www.gnu.org/software/emacs/">emacs</a> more useful to me by
leveraging two key features: the ability to save the desktop state and
the ability to have emacs clients connect to an emacs server.</p>

<p>For the former, I wrote an emacs-lisp package called
<a href="http://github.com/vchudnov/desktop-autosave"><code>desktop-autosave</code></a>. Once
initiated, the package will periodically save the desktop under the
name of your choice. The benefit of this is that you do not have to
remember to save the desktop explictly yourself before you exit emacs
or before you experience an emacs or system crash. Moreover, the next
time you start <code>desktop-autosave</code> with that same name, the
corresponding desktop is automatically loaded into your emacs
workspace.</p>

<p>For the latter, I wrote a bash shell script called
<a href="http://github.com/vchudnov/ee"><code>ee</code></a> that will allow you to connect
to a named emacs server (bringing up the server if it is not already
running). The value of this package is that you can now invoke <code>ee</code>
wherever you would normally have invoked emacs, and by just specifying
the name of the desired server, you can easily set up as many emacs
sessions as you have concurrent projects.</p>

<p>The real benefit comes when you use both packages together. In this
case, you can use <code>ee</code> to bring up a named emacs server, and that
server will save its desktop to disk periodically. As long as emacs
stays running, you can keep connecting to the same server from as many
clients as you wish. After your emacs server terminates (by exiting
normally, by crashing, or by the machine being reset), you can use
<code>ee</code> to once again bring up a server with the same name. In this case,
emacs will load the automatically-saved desktop file from disk and you
will have in memory all the files that you were working on previously
on that particular emacs server. Nifty, no?</p>

<p>Feel fry to try these packages out. They are available on
<a href="http://github.com">GitHub</a>. If you find them useful or if you find
bugs, let me know. Enjoy!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CriticalExponent?a=z_i8fRDV7CQ:Tx9v7VIkHi8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CriticalExponent?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CriticalExponent?a=z_i8fRDV7CQ:Tx9v7VIkHi8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CriticalExponent?i=z_i8fRDV7CQ:Tx9v7VIkHi8:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CriticalExponent/~4/z_i8fRDV7CQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.criticalexponent.org/blog/2010/09/05/persistent-emacs-server-sessions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.criticalexponent.org/blog/2010/09/05/persistent-emacs-server-sessions/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=persistent-emacs-server-sessions</feedburner:origLink></item>
		<item>
		<title>The Gift of Fear</title>
		<link>http://feedproxy.google.com/~r/CriticalExponent/~3/6t-dhvPsTQg/</link>
		<comments>http://www.criticalexponent.org/blog/2010/08/22/the-gift-of-fear/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 04:35:07 +0000</pubDate>
		<dc:creator>Victor Chudnovsky</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.criticalexponent.org/blog/?p=1466</guid>
		<description><![CDATA[I often let people know that Carolyn Hax is my favorite advice columnist. Her answers to reader questions in her columns and weekly chats reveal a very healthy outlook on life and relationships. She emphasizes treating others with respect, not &#8230; <a href="http://www.criticalexponent.org/blog/2010/08/22/the-gift-of-fear/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I often let people know that <a href="http://en.wikipedia.org/wiki/Carolyn_Hax">Carolyn Hax</a> is my favorite advice columnist. Her answers to reader questions in her <a href="http://www.washingtonpost.com/wp-dyn/content/linkset/2005/03/24/LI2005032402809.html">columns</a> and <a href="http://www.washingtonpost.com/wp-dyn/content/linkset/2005/03/24/LI2005032400881.html">weekly chats</a> reveal a very healthy outlook on life and relationships. She emphasizes treating others with respect, not making decisions based on the hope that others will change, and finding meaning and reaching out <em>right now</em>, not in some vague future time when some hoped-for condition will be met (lucky break, dream job, Mr. Right).</p>

<p>Every so often, she fields questions that describe behavior patterns that are controlling, stalking, manipulative&#8212;and sometimes outright abusive. Her answers are practical for the immediate situation, but Hax also suggests counseling to help the writer better perceive and separate from the situation, and reading Gavin de Becker&#8217;s <a href="http://www.amazon.com/gp/product/0440508835/ref=pd_lpo_k2_dp_sr_1?pf_rd_p=486539851&amp;pf_rd_s=lpo-top-stripe-1&amp;pf_rd_t=201&amp;pf_rd_i=0440226198&amp;pf_rd_m=ATVPDKIKX0DER&amp;pf_rd_r=0PFTSVR52T2JVZMH3SRN#reader_0440508835"><em>The Gift of Fear</em></a>. That book comes up time and time again in response to these types of questions, and that eventually piqued my curiosity. I just finished reading it.</p>

<p><a href="http://en.wikipedia.org/wiki/Gavin_de_Becker">De Becker</a>, who himself had an abusive childhood, is a leading security expert whose <a href="https://www.gavindebecker.com/main/">firm</a>  has had many high- and low-profile clients and which has developed <a href="https://www.mosaicmethod.com/">tools</a> for the public at large. His mission in the book is to allow people to separate the false fears that we tend to focus on (because the media blows certain incidents way out of proportion) from the true fears that we often try to brush away (ignoring our feelings of unease because we want to be nice or are afraid of harshly judging others). I think everyone would be well-served by reading this book, and it&#8217;s a necessity for those whose background or circumstances place them in positions of vulnerability: those who were abused in the past, those who have not found their voice, those whose mindset is about meeting others&#8217; expectations even at the expense of their own needs, and those who feel uneasy having to be around a co-worker who just doesn&#8217;t seem quite right.</p>

<p>For previews, check out de Becker&#8217;s <a href="http://www.youtube.com/results?search_query=gavin+de+becker&amp;aq=f">interviews</a> and <a href="http://www.google.com/search?aq=f&amp;sourceid=chrome&amp;ie=UTF-8&amp;q=gift+of+fear+review">reviews of his book</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CriticalExponent?a=6t-dhvPsTQg:9bnVUtY6HNU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CriticalExponent?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CriticalExponent?a=6t-dhvPsTQg:9bnVUtY6HNU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CriticalExponent?i=6t-dhvPsTQg:9bnVUtY6HNU:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CriticalExponent/~4/6t-dhvPsTQg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.criticalexponent.org/blog/2010/08/22/the-gift-of-fear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.criticalexponent.org/blog/2010/08/22/the-gift-of-fear/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the-gift-of-fear</feedburner:origLink></item>
		<item>
		<title>A better top</title>
		<link>http://feedproxy.google.com/~r/CriticalExponent/~3/xMhL3g6BTnU/</link>
		<comments>http://www.criticalexponent.org/blog/2010/06/25/a-better-top/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 05:13:33 +0000</pubDate>
		<dc:creator>Victor Chudnovsky</dc:creator>
				<category><![CDATA[Programming & configuration]]></category>
		<category><![CDATA[atop]]></category>
		<category><![CDATA[process monitoring]]></category>
		<category><![CDATA[top]]></category>

		<guid isPermaLink="false">http://www.criticalexponent.org/blog/?p=1444</guid>
		<description><![CDATA[I just found out about atop. I like it.]]></description>
			<content:encoded><![CDATA[<p>I just found out about <a href="http://www.atoptool.nl/index.php">atop</a>. I like it.</p>

<p><a href="http://www.atoptool.nl/index.php"><img src="http://www.atoptool.nl/images/screenshots/memoryw.png" alt="atop screenshot" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CriticalExponent?a=xMhL3g6BTnU:Fbqx1ZeMYVs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CriticalExponent?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CriticalExponent?a=xMhL3g6BTnU:Fbqx1ZeMYVs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CriticalExponent?i=xMhL3g6BTnU:Fbqx1ZeMYVs:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CriticalExponent/~4/xMhL3g6BTnU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.criticalexponent.org/blog/2010/06/25/a-better-top/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.criticalexponent.org/blog/2010/06/25/a-better-top/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=a-better-top</feedburner:origLink></item>
		<item>
		<title>Wherefore “The Battle of the Sexes”?</title>
		<link>http://feedproxy.google.com/~r/CriticalExponent/~3/argQmxwfZf8/</link>
		<comments>http://www.criticalexponent.org/blog/2010/06/23/battle-of-the-sexes/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 04:13:27 +0000</pubDate>
		<dc:creator>Victor Chudnovsky</dc:creator>
				<category><![CDATA[Social issues]]></category>
		<category><![CDATA[battle of the sexes]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[gender inequality]]></category>
		<category><![CDATA[in-group]]></category>
		<category><![CDATA[men]]></category>
		<category><![CDATA[out-group]]></category>
		<category><![CDATA[relationships]]></category>
		<category><![CDATA[sexism]]></category>
		<category><![CDATA[stereotypes]]></category>
		<category><![CDATA[straight]]></category>
		<category><![CDATA[women]]></category>

		<guid isPermaLink="false">http://www.criticalexponent.org/blog/?p=1442</guid>
		<description><![CDATA[They keep doing it, complaining and pairing off! <a href="http://www.criticalexponent.org/blog/2010/06/23/battle-of-the-sexes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://images.quickblogcast.com/114871-107191/gender_symbols_2.jpg" title="&quot;Can&#039;t live with &#039;em, can&#039;t live without &#039;em&quot;?" class="aligncenter" width="380" height="317" /></p>

<p>At dinner with some guys  the conversation veered to the unfathomability of womankind. &#8220;My daughter asked me to translate from Boy to Human.&#8221; &#8220;I just always say I&#8217;m sorry.&#8221; &#8220;Women say they communicate more, but when they&#8217;re upset you&#8217;re supposed to know why. Or to ask.&#8221; Lest one gender get all the blame, I see plenty of gender finger-pointing from women as well in questions to advice columnists.</p>

<p>Obviously, there are biological differences between the sexes. The mind being rooted in the physical brain (I&#8217;m not a <a href="http://en.wikipedia.org/wiki/Dualism_(philosophy_of_mind)">dualist</a>), it is plausible that there might be some biological difference in cognitive processes. However, my impression of the studies that I&#8217;ve read in the lay literature&#8212;and bear in mind this is a pre-filtered and pre-digested set, not at all a metastudy&#8212;is that these differences are small variations in the statistical distributions of various cognitive traits: the distributions are not identical, but there is a large overlap.</p>

<p>I&#8217;ll admit that I&#8217;m biased here: I start from the assumption that we are all much more alike than we are different, and I find validation for my bias in these studies that say the differences are <em>small.</em> If you start from the opposite camp, though, you&#8217;ll certainly find plenty of literature to support (I would say hype) the chasm between the sexes: Mars/Venus and all that.</p>

<p><span id="more-1442"></span></p>

<p>It seems to me, though, that any attempt at communication, at relationship, at progress, needs to start from the assumption that there is common ground. Attributing breakdowns to faults of the &#8220;other team&#8221; is an easy way out and not at all productive&#8212;and, potentially, a slippery slope to (or perhaps vestiges of?) gender inequality.</p>

<p>Why, then, is the Battle of the Sexes so prevalent? Perhaps because gender is the difference that most of the population (straight couples looking for or already in a relationship) is facing every day. Undoubtedly because men and women, individual personality differences aside, <em>are</em> socialized differently. Probably, too, precisely because it <em>is</em> easier to generalize incompatibilities to be the out-group&#8217;s faults rather than to work out specific problem between one&#8217;s self and another individual self. And, I would wager, it&#8217;s also a way to bond within one&#8217;s own in-group. All of these seem like building blocks of <a href="http://en.wikipedia.org/wiki/Sexism">sexism</a>.</p>

<p>But these are more conjectures than solid conclusions based on evidence or experience. The truth of the matter is that, as a gay man observing the heterosexual ecosystem, I find it utterly baffling that males and females of the species pursue each other to establish long-term relationships, and yet find in the other gender unbridgeable faults that would, by all accounts, make daily life together a grating affliction. <em>And yet they keep doing it, complaining and pairing off!</em></p>

<p>So I ask my straight readers: is the &#8220;battle of the sexes&#8221; such a prominent aspect of your lives? Or am I just paying too much attention to the noisy self-righteous? Am I making too much of this?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CriticalExponent?a=argQmxwfZf8:bAkkyp00ePw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CriticalExponent?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CriticalExponent?a=argQmxwfZf8:bAkkyp00ePw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CriticalExponent?i=argQmxwfZf8:bAkkyp00ePw:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CriticalExponent/~4/argQmxwfZf8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.criticalexponent.org/blog/2010/06/23/battle-of-the-sexes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.criticalexponent.org/blog/2010/06/23/battle-of-the-sexes/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=battle-of-the-sexes</feedburner:origLink></item>
		<item>
		<title>WordPress 3.0</title>
		<link>http://feedproxy.google.com/~r/CriticalExponent/~3/MvNvowNqTrA/</link>
		<comments>http://www.criticalexponent.org/blog/2010/06/21/wordpress-3-0/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 00:15:54 +0000</pubDate>
		<dc:creator>Victor Chudnovsky</dc:creator>
				<category><![CDATA[WordPress technicalities]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Twenty Ten]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress 3.0]]></category>

		<guid isPermaLink="false">http://www.criticalexponent.org/blog/?p=1436</guid>
		<description><![CDATA[The new version of WordPress is actually pretty neat. It has new features like navigation menus and custom post types. The new default theme (&#8220;Twenty Ten&#8221;) showcases some of these features. Changing the look of my blog (at least to &#8230; <a href="http://www.criticalexponent.org/blog/2010/06/21/wordpress-3-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://wordpress.org/development/2010/06/thelonious/">new version of WordPress</a> is actually pretty neat. It has new features like navigation menus and custom post types. The new default theme (&#8220;Twenty Ten&#8221;) showcases some of these features. Changing the look of my blog (at least to that well-prepared theme) was extremely easy.</p>

<p>Here&#8217;s an overview of the new WordPress:</p>

<p><embed src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" type="application/x-shockwave-flash" width="640" height="360" wmode="transparent" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true" flashvars="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" title="Introducing WordPress 3.0 &quot;Thelonious&quot;"></embed></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CriticalExponent?a=MvNvowNqTrA:h-rZ4h_RygY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CriticalExponent?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CriticalExponent?a=MvNvowNqTrA:h-rZ4h_RygY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CriticalExponent?i=MvNvowNqTrA:h-rZ4h_RygY:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CriticalExponent/~4/MvNvowNqTrA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.criticalexponent.org/blog/2010/06/21/wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.criticalexponent.org/blog/2010/06/21/wordpress-3-0/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=wordpress-3-0</feedburner:origLink></item>
		<item>
		<title>Fedora 13: Solving nss-softokn version issues</title>
		<link>http://feedproxy.google.com/~r/CriticalExponent/~3/nLo7fes3HKU/</link>
		<comments>http://www.criticalexponent.org/blog/2010/06/19/fc13-nss/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 00:10:31 +0000</pubDate>
		<dc:creator>Victor Chudnovsky</dc:creator>
				<category><![CDATA[Programming & configuration]]></category>
		<category><![CDATA[Fedora 13]]></category>
		<category><![CDATA[nss-softokn]]></category>
		<category><![CDATA[Picasa]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.criticalexponent.org/blog/?p=1427</guid>
		<description><![CDATA[Since my Fedora 13 upgrade, I kept getting errors when installing Picasa: Transaction Check Error: package nss-softokn-3.12.4-19.fc13.x86_64 (which is newer than nss-softokn-3.12.4-17.fc13.i686) is already installed The solution, which I found here, is to first do sudo yum downgrade nss-softokn]]></description>
			<content:encoded><![CDATA[<p>Since my <a href="http://www.criticalexponent.org/blog/2010/05/31/painful-upgrade/">Fedora 13 upgrade</a>, I kept getting errors when installing Picasa:</p>

<pre><code>Transaction Check Error:
   package nss-softokn-3.12.4-19.fc13.x86_64 (which is newer than
   nss-softokn-3.12.4-17.fc13.i686) is already installed
</code></pre>

<p>The solution, which I found <a href="http://forums.fedoraforum.org/showthread.php?p=1373216#post1373216">here</a>, is to first do</p>

<pre><code>sudo yum downgrade nss-softokn
</code></pre>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CriticalExponent?a=nLo7fes3HKU:T1CuDbiLL9M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CriticalExponent?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CriticalExponent?a=nLo7fes3HKU:T1CuDbiLL9M:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CriticalExponent?i=nLo7fes3HKU:T1CuDbiLL9M:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CriticalExponent/~4/nLo7fes3HKU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.criticalexponent.org/blog/2010/06/19/fc13-nss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.criticalexponent.org/blog/2010/06/19/fc13-nss/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=fc13-nss</feedburner:origLink></item>
		<item>
		<title>Painful upgrade</title>
		<link>http://feedproxy.google.com/~r/CriticalExponent/~3/SKGsHKdSe5Q/</link>
		<comments>http://www.criticalexponent.org/blog/2010/05/31/painful-upgrade/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 03:37:40 +0000</pubDate>
		<dc:creator>Victor Chudnovsky</dc:creator>
				<category><![CDATA[Programming & configuration]]></category>
		<category><![CDATA[chkconfig]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[Fedora 12]]></category>
		<category><![CDATA[Fedora 13]]></category>
		<category><![CDATA[rpm upgrade problem]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.criticalexponent.org/blog/?p=1409</guid>
		<description><![CDATA[For the past couple of months, I&#8217;ve been trying to upgrade to Fedora 12, but the process has not been working. The chkconfig package, in particular, has been refusing to install. This left my system in a not quite perfect &#8230; <a href="http://www.criticalexponent.org/blog/2010/05/31/painful-upgrade/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For the past couple of months, I&#8217;ve been trying to upgrade to Fedora 12, but the process has not been working. The <code>chkconfig</code> package, in particular, has been refusing to install. This left my system in a not quite perfect state, where occasionally all programs would begin to crash until I rebooted in rescue mode and did a <code>chroot /mnt/sysimage /usr/sbin/prelink -ua</code>. A major pain. I could not find a solution online.</p>

<p>I was eagerly awaiting Fedora 13, hoping that installing <em>that</em> would go off without a hitch. No such luck. The solution, as it turned out, was to try to install the problematic rpm directly and resolve the issues manually (in my case, a directory was supposed to become a symlink). But then a couple of other packages had issues, and I just decided to bite the bullet and reinstall. Luckily, my <code>/home</code> was in a different partition than <code>/</code>, so it wasn&#8217;t excruciating.</p>

<p>Things I needed to restore upon successful installation were</p>

<ul>
<li><code>/etc/{passwd,shadow,group,sudoers}</code></li>
<li>mount points listed in fstabs, and links to same</li>
<li>fonts</li>
<li>printer, samba</li>
<li>Chrome</li>
<li>NX</li>
<li>Picasa (still in progress due to a package dependency conflict)</li>
<li>crontabs</li>
</ul>

<p>I still like Fedora alright, but this upgrade process was painful (though possibly my fault for not cleaning around properly after mucking around in my system). I&#8217;m glad I&#8217;m on FC13; I got some cool customizations finally done, about which I&#8217;ll write later. I am, however, starting to wonder whether any of these would be easier on Ubuntu. Stay tuned&#8230;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CriticalExponent?a=SKGsHKdSe5Q:XQ1_sSR_4VI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CriticalExponent?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CriticalExponent?a=SKGsHKdSe5Q:XQ1_sSR_4VI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CriticalExponent?i=SKGsHKdSe5Q:XQ1_sSR_4VI:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CriticalExponent/~4/SKGsHKdSe5Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.criticalexponent.org/blog/2010/05/31/painful-upgrade/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.criticalexponent.org/blog/2010/05/31/painful-upgrade/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=painful-upgrade</feedburner:origLink></item>
		<item>
		<title>Always-on-top shortcut</title>
		<link>http://feedproxy.google.com/~r/CriticalExponent/~3/GIcODBRkKF0/</link>
		<comments>http://www.criticalexponent.org/blog/2010/04/10/always-on-top-shortcut/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 20:11:59 +0000</pubDate>
		<dc:creator>Victor Chudnovsky</dc:creator>
				<category><![CDATA[Programming & configuration]]></category>
		<category><![CDATA[always-on-top]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[keyboard shortcut]]></category>
		<category><![CDATA[metacity]]></category>

		<guid isPermaLink="false">http://www.criticalexponent.org/blog/?p=1406</guid>
		<description><![CDATA[It&#8217;s useful to sometimes always have a window be on top of all others. In my windowing systems, there is a window frame option for this. Usually, though, I prefer keyboard shortcuts. A friend told me how to set one &#8230; <a href="http://www.criticalexponent.org/blog/2010/04/10/always-on-top-shortcut/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s useful to sometimes always have a window be on top of all others. In my windowing systems, there is a window frame option for this. Usually, though, I prefer keyboard shortcuts. A friend told me how to set one up in compiz, but I was still mystified about setting one up in metacity. Then I found this <a href="http://linux.byexamples.com/archives/306/makes-your-windows-stay-on-top-toggle-it/">guide</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CriticalExponent?a=GIcODBRkKF0:lo9mUx0HutU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CriticalExponent?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CriticalExponent?a=GIcODBRkKF0:lo9mUx0HutU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CriticalExponent?i=GIcODBRkKF0:lo9mUx0HutU:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CriticalExponent/~4/GIcODBRkKF0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.criticalexponent.org/blog/2010/04/10/always-on-top-shortcut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.criticalexponent.org/blog/2010/04/10/always-on-top-shortcut/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=always-on-top-shortcut</feedburner:origLink></item>
		<item>
		<title>Learning to eat</title>
		<link>http://feedproxy.google.com/~r/CriticalExponent/~3/X4ufdVaWySk/</link>
		<comments>http://www.criticalexponent.org/blog/2010/03/09/learning-to-eat/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 05:21:07 +0000</pubDate>
		<dc:creator>Victor Chudnovsky</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[eating]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[Food Rules]]></category>
		<category><![CDATA[Michael Pollan]]></category>
		<category><![CDATA[mindfulness]]></category>
		<category><![CDATA[Sustainability]]></category>

		<guid isPermaLink="false">http://www.criticalexponent.org/blog/?p=1401</guid>
		<description><![CDATA[Michael Pollan&#8217;s Food Rules: An Eater&#8217;s Manual is the action-item, CliffsNotes version of his In Defense of Food. A very quick read, it contains 64 rules of thumbs for eating more healthily. These rules emerged from his own research as &#8230; <a href="http://www.criticalexponent.org/blog/2010/03/09/learning-to-eat/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Michael Pollan&#8217;s <a href="http://www.michaelpollan.com/foodrules.php"><em>Food Rules: An Eater&#8217;s Manual</em></a> is the action-item, CliffsNotes version of his <a href="http://www.criticalexponent.org/blog/2009/07/05/in-defense-of-food/"><em>In Defense of Food</em></a>. A <em>very</em> quick read, it contains 64 rules of thumbs for eating more healthily. These rules emerged from his own research as well as from <a href="http://well.blogs.nytimes.com/2009/03/09/michael-pollan-wants-your-food-rules/">soliciting reader comments on the New York Times&#8217; Well blog</a>. To get a flavor (ha-ha) for these rules, you can see Pollan&#8217;s twenty favorites <a href="http://www.nytimes.com/interactive/2009/10/11/magazine/20091011-foodrules.html">here</a>, though they did not all make it to the book.</p>

<p>More detailed reviews of the book can be found <a href="http://www.huffingtonpost.com/michael-pollan/food-rules-a-completely-d_b_410173.html">at The Huffington Post</a> and <a href="http://themoderatevoice.com/58128/michael-pollans-food-rules/">at The Moderate Voice</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CriticalExponent?a=X4ufdVaWySk:MGe1lYXdxGo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CriticalExponent?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CriticalExponent?a=X4ufdVaWySk:MGe1lYXdxGo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CriticalExponent?i=X4ufdVaWySk:MGe1lYXdxGo:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CriticalExponent/~4/X4ufdVaWySk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.criticalexponent.org/blog/2010/03/09/learning-to-eat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.criticalexponent.org/blog/2010/03/09/learning-to-eat/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=learning-to-eat</feedburner:origLink></item>
		<item>
		<title>An inside look at Islam</title>
		<link>http://feedproxy.google.com/~r/CriticalExponent/~3/ZLOzdicBRio/</link>
		<comments>http://www.criticalexponent.org/blog/2010/02/25/an-inside-look-at-islam/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 06:22:09 +0000</pubDate>
		<dc:creator>Victor Chudnovsky</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Social issues]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[brotherhood]]></category>
		<category><![CDATA[extremists]]></category>
		<category><![CDATA[Islam]]></category>
		<category><![CDATA[modernity]]></category>
		<category><![CDATA[Muslim]]></category>
		<category><![CDATA[Nasr]]></category>
		<category><![CDATA[religion]]></category>

		<guid isPermaLink="false">http://www.criticalexponent.org/blog/?p=1394</guid>
		<description><![CDATA[While spending a few weeks in the Middle East, I read the book Islam: Religion, History, and Civilization by Seyyed Hossein Nasr. I found the book to be very informative, as it outlines the main doctrinal beliefs and history of &#8230; <a href="http://www.criticalexponent.org/blog/2010/02/25/an-inside-look-at-islam/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>While spending a few weeks in the Middle East, I read the book
<a href="http://books.google.com/books?id=zp6wcpZQkO0C&amp;printsec=frontcover&amp;dq=islam+nasr&amp;source=bl&amp;ots=k4CK7BEltl&amp;sig=TOu3ImnkX222NpQeTedxUlA2eqI&amp;hl=en&amp;ei=0WSHS6-qC5P8sgOorJWFAw&amp;sa=X&amp;oi=book_result&amp;ct=result&amp;resnum=1&amp;ved=0CAYQ6AEwAA#v=onepage&amp;q=&amp;f=false"><em>Islam: Religion, History, and Civilization</em></a> by <a href="http://en.wikipedia.org/wiki/Hossein_Nasr">Seyyed Hossein
Nasr</a>. I found the book to be very informative, as it outlines the main
doctrinal beliefs and history of Islam from a traditional Muslim
perspective, denouncing both fundamentalism and Western modernity. The
overarching message is that Islam is a complete way of life, that the
relation of man to Allah, at once transcendent and immanent, is one of
&#8220;ontological indebtedness.&#8221;</p>

<p>Nasr seems to emphasize how all Muslims have this basic set of
beliefs, and though some pervert them by being extremists (a la
Taliban) and some forget them by being assimilated into the Western
world, for the most part Muslims form one big brotherhood. While I am
not an expert on Islam, what I&#8217;ve read from other sources makes this
claim sound rather Pollyanish.</p>

<p>Still, this was an interesting (and even inspiring) read and I
recommend it to anyone looking for an insider&#8217;s perspective into
Islam.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CriticalExponent?a=ZLOzdicBRio:Npy7uOMIzZ4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CriticalExponent?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CriticalExponent?a=ZLOzdicBRio:Npy7uOMIzZ4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CriticalExponent?i=ZLOzdicBRio:Npy7uOMIzZ4:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CriticalExponent/~4/ZLOzdicBRio" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.criticalexponent.org/blog/2010/02/25/an-inside-look-at-islam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.criticalexponent.org/blog/2010/02/25/an-inside-look-at-islam/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=an-inside-look-at-islam</feedburner:origLink></item>
	</channel>
</rss>
