<?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>Tech, TeX and Theory</title>
	<atom:link href="http://tekonomist.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tekonomist.wordpress.com</link>
	<description>A theoretical economist&#039;s take on technology, typesetting, and more</description>
	<lastBuildDate>Tue, 14 May 2013 13:43:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tekonomist.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Tech, TeX and Theory</title>
		<link>http://tekonomist.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tekonomist.wordpress.com/osd.xml" title="Tech, TeX and Theory" />
	<atom:link rel='hub' href='http://tekonomist.wordpress.com/?pushpress=hub'/>
		<item>
		<title>LaTeXTools: New Keybindings!</title>
		<link>http://tekonomist.wordpress.com/2012/09/18/latextools-new-keybindings/</link>
		<comments>http://tekonomist.wordpress.com/2012/09/18/latextools-new-keybindings/#comments</comments>
		<pubDate>Tue, 18 Sep 2012 12:17:38 +0000</pubDate>
		<dc:creator>msiniscalchi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tekonomist.wordpress.com/?p=596</guid>
		<description><![CDATA[Heads-up: the keybindings for the LaTeXTools plugin have changed. Make sure to read the README file for details: go to https://github.com/SublimeText/LaTeXTools and scroll down (or click the &#8220;Read More&#8221; link near the project description). Why change things? When I started working &#8230; <a href="http://tekonomist.wordpress.com/2012/09/18/latextools-new-keybindings/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tekonomist.wordpress.com&#038;blog=11514493&#038;post=596&#038;subd=tekonomist&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Heads-up: the keybindings for the LaTeXTools plugin have changed. Make sure to <strong>read the README file</strong> for details: go to <a href="https://github.com/SublimeText/LaTeXTools">https://github.com/SublimeText/LaTeXTools</a> and scroll down (or click the &#8220;Read More&#8221; link near the project description).</p>
<p>
Why change things? When I started working on this plugin, my objective was to emulate the functionality of the LaTeX bundle for TextMate. In particular, I tried to use the same keyboard shortcuts. However, this slowly led to an accumulation of problems. One was that, as I added features to the plugin, it became harder and harder to assign them to shortcuts that were not already used by Sublime Text 2 itself. The other problem is actually due to ST2&#8242;s greatest feature: it&#8217;s a cross-platform editor, and the plugin must also work equally well on Windows and Mac, with full Linux support also coming soon (yes!). However, different OS&#8217;s have slightly different conventions and expectations about what certain keys do. Bottom line: things were getting unmanageable.</p>
<p>Enter the new keyboard shortcut scheme. It&#8217;s actually very simple:</p>
<ol>
<li> The <code>build</code> command is still bound to <code>ctrl-b</code> on Windows and Linux, and <code>cmd-b</code> on OS X. For the time being, the Goto Anything functionality is also still bound to <code>ctrl-r</code> / <code>cmd-r</code>.
<li> All other plugin commands use <strong><code>ctrl-l</code> or <code>cmd-l</code> followed by another key or key combination</strong>. That&#8217;s &#8220;ell&#8221; for LaTeX.
</ol>
<p>Example: to do a forward search (i.e. jump to the point int he PDF file corresponding to the current cursor position) on Windows, enter <code>Ctrl-l</code> followed by <code>j</code>. This is abbreviated as <code>ctrl-l,j</code> (the same convention used by Sublime Text). On OS X, this is <code>cmd-l,j</code>. In fact, from now on, I shall write <code>C-l</code> to mean either <code>ctrl-l</code> or <code>cmd-l</code>, depending on the platform.</p>
<p>I have tried to use mostly <code>C-l</code> plus a single keystroke, with reasonable mnemonics. For instance: &#8220;j&#8221; for jump to PDF, &#8220;c&#8221; for LaTeX command based on the current word, etc. Wrapping commands use the <code>C-</code> key twice: so, wrap in bold is <code>C-l,C-b</code>, etc. Reference and cite completion uses <code>C-l,Ctrl-space</code> (yes, even on OS X, that&#8217;s Command-ell, Control-space), but you can also use <code>C-l,x</code> (for cross-reference). Finally, to toggle the focus from/to the PDF upon compilation, there is a three-key sequence: <code>C-l,t,f</code>. I&#8217;ll try to reserve these for toggles and other less frequently used stuff.</p>
<p>Now, on ST2, the <code>C-l</code> shortcut is bound to &#8220;Extend selection to line&#8221;. That&#8217;s reassigned to <code>C-l,C-l</code>. The nice thing is that <em>no other standard ST2 keyboard shortcut is affected</em>. </p>
<p>As an additional benefit, these bindings are consistent with the &#8220;nice&#8221; (or &#8220;compact&#8221;) on-screen keyboard in Windows 8, which only has a Ctrl key (no Windows key, no Alt key).</p>
<p>Enjoy!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tekonomist.wordpress.com/596/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tekonomist.wordpress.com/596/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tekonomist.wordpress.com&#038;blog=11514493&#038;post=596&#038;subd=tekonomist&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tekonomist.wordpress.com/2012/09/18/latextools-new-keybindings/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		<georss:point>42.070990 -87.682754</georss:point>
		<geo:lat>42.070990</geo:lat>
		<geo:long>-87.682754</geo:long>
		<media:content url="http://2.gravatar.com/avatar/5cd1df16dcc143c8994bda44c5418a94?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Marciano</media:title>
		</media:content>
	</item>
		<item>
		<title>How to recover deleted photos and other files for free</title>
		<link>http://tekonomist.wordpress.com/2012/05/29/how-to-recover-deleted-photos-and-other-files-for-free/</link>
		<comments>http://tekonomist.wordpress.com/2012/05/29/how-to-recover-deleted-photos-and-other-files-for-free/#comments</comments>
		<pubDate>Wed, 30 May 2012 04:07:15 +0000</pubDate>
		<dc:creator>msiniscalchi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[file recovery]]></category>
		<category><![CDATA[file undelete]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[PhotoRec]]></category>

		<guid isPermaLink="false">http://tekonomist.wordpress.com/2012/05/29/how-to-recover-deleted-photos-and-other-files-for-free/</guid>
		<description><![CDATA[If you have never accidentally deleted a file, or accidentally formatted your camera&#8217;s memory card, don&#8217;t read this post Otherwise, here&#8217;s something I just found out, trying to help a friend whose SD card had mysteriously formatted itself (don&#8217;t ask), &#8230; <a href="http://tekonomist.wordpress.com/2012/05/29/how-to-recover-deleted-photos-and-other-files-for-free/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tekonomist.wordpress.com&#038;blog=11514493&#038;post=584&#038;subd=tekonomist&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>If you have never accidentally deleted a file, or accidentally formatted your camera&#8217;s memory card, don&#8217;t read this post <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Otherwise, here&#8217;s something I just found out, trying to help a friend whose SD card had mysteriously formatted itself (don&#8217;t ask), thereby nuking about 400 photos.</p>
<p>There are, of course, several commercial file recovery utilities for both Windows and Mac. I&#8217;m sure they can generally do a good job. In this case, I experimented with a few trial versions, which typically show you what&#8217;s recoverable but do not actually retrieve the files. Unfortunately, I had only very limited success with commercial offerings: very few pictures appeared to be recoverable, no matter which software I tried. That was what I expected, actually; for this reason, when I asked my friend to leave her supposedly dead or dying SD card with me, I made it clear that, short of miracles, her pictures were probably gone for good.</p>
<p>Well, I found a miracle-worker, and its name is <a href="http://www.cgsecurity.org/wiki/PhotoRec">PhotoRec</a>. Actually, PhotoRec is part of a package called <a href="http://www.cgsecurity.org/wiki/TestDisk">TestDisk</a>, which does tons more than just recover deleted files, but requires more user intervention. If all you need to do is recover photos, PhotoRec is what you want.</p>
<p>This, ladies and gentlemen, is <a href="http://www.gnu.org/philosophy/free-sw.html">Free Software</a> at its finest. Yes, it&#8217;s free-as-in-beer, as well as free-as-in-libre. Most of all, it&#8217;s quality software that does what it&#8217;s supposed to, and does it well. Once you point PhotoRec to the drive (hopefully still) containing your photos, and you give it some additional information (see below), you just need to wait while it works its magic. In my case, it was able to recover not just all the recent photos my friend was worried about, but also a <em>lot</em> of pictures that had been deleted up to two years ago. (Friendly advice: don&#8217;t rely on your camera&#8217;s &#8220;Erase All&#8221; function to get rid of embarassing pictures!) Last but not least, it&#8217;s multiplatform: it runs on Windows, Mac, Linux, and even other platforms. Win!</p>
<p>The downside of PhotoRec is that, well, it is Free Software at its finest <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Let&#8217;s just say that user friendliness was not a key design requirement. PhotoRec is distributed as a zip file that you simply extract wherever you want (even your desktop, if you are lazy). Then, on Windows, you run the <code>photorec_win.exe</code> executable (I haven&#8217;t tried it on the Mac). However, if you are expecting a nice friendly Windows dialog, you will be disappointed: PhotoRec runs in the Windows console, and uses an 80s style menu interface. You use the arrow keys to highlight different options, and (generally speaking) Enter to select one of them and advance to the next screen, where new options are presented, until PhotoRec is ready to go to work.</p>
<p>But this makes the process sound harder than it really is. Here&#8217;s a very quick summary (refer to the <a href="http://www.cgsecurity.org/wiki/PhotoRec">instruction</a> on the PhotoRec site). First of all, you must create a directory on your PC&#8217;s hard disk where you will store the recovered pictures. You need to do this <strong>before</strong> running PhotoRec. Second, once you run the PhotoRec executable, you will see the <a href="http://en.wikipedia.org/wiki/User_Account_Control">Windows UAC prompt</a>, because PhotoRec must run as Administrator in order to perform low-level access to your drive. Third, PhotoRec needs to know the following (listed in the order the screens appear in the app):</p>
<ol>
<li>Which drive contains (or used to contain&#8230;) your pictures. PhotoRec lists your drives, calling them something like <code>/dev/sda</code> (which most likely is your PC&#8217;s hard disk), <code>/dev/sdb</code>, etc. However, it also indicates the size and provides a device description. For instance, right now I have a 32GB MicroSDHC card in my <a href="http://tekonomist.wordpress.com/2012/01/11/my-samsung-7-slate/">Samsung 7 Slate</a>, which appears as a &#8220;31 GB / 29 GiB &#8211; Generic STORAGE DEVICE&#8221;. That&#8217;s the kind of entry you should be looking for. In any case, don&#8217;t worry: drives are mounted read-only, so you can&#8217;t mess up your files!</li>
<li>Which partition on that drive should be used. This is usually easy to guess. On an SD card, either there is a single partition, or there is a small one containing &#8220;helpful&#8221; software from your friendly manufacturer, and a large one for your data. Pick the large one.</li>
<li>Which format the selected partition uses. PhotoRec will try to guess, but if you are recovering files from an SD card, it&#8217;s almost certainly going to be FAT or maybe NTFS.</li>
<li>Whether PhotoRec should look for pictures only in the space marked &#8220;free&#8221;, or on the &#8220;whole&#8221; disk. I chose &#8220;whole.&#8221;</li>
<li>Finally, where to save your recovered pictures. Here you have to navigate to a directory (folder) on your PC&#8217;s hard disk. Again, you must create this folder before running PhotoRec. Navigate to it, then hit &#8220;C&#8221; (don&#8217;t ask) to select.</li>
</ol>
<p>At any time in the previous steps, you can hit Ctrl-C to quit&#8212;no questions asked, no mess. But, if you make it all the way to the end, just leave PhotoRec alone and it will do its job. Warning: this may take some time, so make sure your PC is plugged in, so it doesn&#8217;t go to sleep.</p>
<p>Finally, a disclaimer or two. Your mileage may vary, and indeed I&#8217;d be interested to hear your experience. Also, the safest form of data recovery is backing up! That said, PhotoRec performed admirably. This time, I earned my friend&#8217;s gratitude. Next time, it could actually save my own skin!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tekonomist.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tekonomist.wordpress.com/584/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tekonomist.wordpress.com&#038;blog=11514493&#038;post=584&#038;subd=tekonomist&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tekonomist.wordpress.com/2012/05/29/how-to-recover-deleted-photos-and-other-files-for-free/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/5cd1df16dcc143c8994bda44c5418a94?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Marciano</media:title>
		</media:content>
	</item>
		<item>
		<title>WordPress: Posting by email from Thunderbird</title>
		<link>http://tekonomist.wordpress.com/2012/05/14/wordpress-posting-by-email-from-thunderbird/</link>
		<comments>http://tekonomist.wordpress.com/2012/05/14/wordpress-posting-by-email-from-thunderbird/#comments</comments>
		<pubDate>Mon, 14 May 2012 14:41:41 +0000</pubDate>
		<dc:creator>msiniscalchi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[post by email]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tekonomist.wordpress.com/2012/05/14/wordpress-posting-by-email-from-thunderbird/</guid>
		<description><![CDATA[I have been experimenting with WordPress&#8217;s post by email feature. It&#8217;s pretty neat: on WordPress.com, you generate a special email address, and then just email your post to that address. You can add shortcodes to set tags, as well as &#8230; <a href="http://tekonomist.wordpress.com/2012/05/14/wordpress-posting-by-email-from-thunderbird/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tekonomist.wordpress.com&#038;blog=11514493&#038;post=583&#038;subd=tekonomist&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I have been experimenting with WordPress&#8217;s <a href="http://en.support.wordpress.com/post-by-email/">post by email</a> feature. It&#8217;s pretty neat: on WordPress.com, you generate a special email address, and then just email your post to that address. You can add shortcodes to set tags, as well as mark the status as &#8216;draft&#8217; or &#8216;private&#8217; if you are not ready to share it with the world at large. If you use an HTML-capable mail client, you can format your post; this is convenient, because it means that you basically gain access to a free, reasonably high-quality visual HTML editor! There are some limitations regarding pictures: basically, either you have a single picture in your post, or, if you have more than one, they will appear as a gallery. I can live with that.</p>
<p>One issue I had to deal with is the way Thunderbird handles plain-text and HTML mail messages (I use Apple Mail on my Macbook Pro, and Thunderbird on my iMac and Samsung 7 Slate). I can&#8217;t seem to be able to tell Thunderbird that the special WordPress email address can receive HTML mail (yes, I know about the option in Address Book: setting it doesn&#8217;t solve the problem). As a result, Thunderbird by default sends messages in both formats (I think). Then, WordPress sees the text part of the messages, and uses that for the post. So, <strong>boldface</strong> becomes *boldface*, etc. Not good.</p>
<p>My low-tech solution was to go to Tools | Options (Mac: Thunderbird | Preferences), and in the Composition tab, select &#8220;Send Options&#8221; and then &#8220;Ask me what to do&#8221; in the pull-down menu under &#8220;Text format&#8221;. Now, when I try to send HTML email and the receipient is not seen by Thunderbird as being able to receive HTML, I get three options: send plain-text only, send both (the default), and send HTML only. I select HTML only, and all is well: WordPress now correctly sees my HTML message and posts it with the correct formatting.</p>
<p>One last thing: I actually <em>prefer</em> plain-text email, and indeed I have set up Thunderbird to send plain text by default. However, if I need to send a single HTML message, there&#8217;s an easy (if hidden) way to do so: press the Shift key while clicking on the Write button. I get the HTML editor, and am good to go.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tekonomist.wordpress.com/583/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tekonomist.wordpress.com/583/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tekonomist.wordpress.com&#038;blog=11514493&#038;post=583&#038;subd=tekonomist&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tekonomist.wordpress.com/2012/05/14/wordpress-posting-by-email-from-thunderbird/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/5cd1df16dcc143c8994bda44c5418a94?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Marciano</media:title>
		</media:content>
	</item>
		<item>
		<title>My first Google Play Movies experience</title>
		<link>http://tekonomist.wordpress.com/2012/05/13/my-first-google-play-movies-experience/</link>
		<comments>http://tekonomist.wordpress.com/2012/05/13/my-first-google-play-movies-experience/#comments</comments>
		<pubDate>Mon, 14 May 2012 00:21:24 +0000</pubDate>
		<dc:creator>msiniscalchi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Amazon Instant Video]]></category>
		<category><![CDATA[Google Play Movies]]></category>

		<guid isPermaLink="false">http://tekonomist.wordpress.com/2012/05/13/my-first-google-play-movies-experience/</guid>
		<description><![CDATA[Last night we decided to watch Hugo with the kids. Our 10-year old daughter read Brian Selznick&#8217;s delightful book and loved it; I read it twice, first by myself and then with our 7-year old son. He, too, is now &#8230; <a href="http://tekonomist.wordpress.com/2012/05/13/my-first-google-play-movies-experience/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tekonomist.wordpress.com&#038;blog=11514493&#038;post=569&#038;subd=tekonomist&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Last night we decided to watch <a href="http://www.imdb.com/title/tt0970179/" title="Hugo the movie">Hugo</a> with the kids. Our 10-year old daughter read Brian Selznick&#8217;s delightful <a href="http://www.theinventionofhugocabret.com/index.htm" title="The Invention of Hugo Cabret">book</a> and loved it; I read it twice, first by myself and then with our 7-year old son. He, too, is now a fan. So, we were all curious to see how well the story translated from the printed page to the screen.</p>
<p>What better opportunity to try out Google&#8217;s Play Movies service? The movie was <a href="https://play.google.com/store/movies/details/Hugo?id=wu_qQ2VoE0c&amp;hl=en">available</a> to rent for $3.99; you could also watch a stunning, 1080p preview, apparently straight from YouTube. What&#8217;s not to like? I clicked on the Rent button, connected my Samsung 7 Slate to our HDTV, gathered the family, hit Play&#8230; and groaned in disappointment.</p>
<p>You see, while the preview was available in 1080p resolution, <strong>the actual movie was only available in grainy, blocky, washed-out 480p format</strong>. My brother once explained to me that resolution is only one of the factors contributing to the perceived quality of a video; other factors, such as the bitrate and codec used, are very important, too. Well, Google Play&#8217;s version of Hugo must have been recorded at a really low bitrate. I don&#8217;t know if this is true for other movies in Google Play&#8217;s catalog; all I can say is that Hugo was really bad.</p>
<p>Before resigning myself to a VHS viewing experience, I checked Amazon Instant Video. Hugo was <a href="http://www.amazon.com/Hugo/dp/B0077EC5VY">available</a> there, too, for $1.99, in standard definition. Just for kicks, I rented it on Amazon, too. Lo and behold, <strong>the quality was significantly better</strong>. Higher bitrate or better codec, I guess. We ended up watching the Amazon version, and none of us really had reason to complain.</p>
<p>Moreover, just this evening I found out that our not-so-hi-tech HDTV is actually compatible with Amazon&#8217;s <a href="http://www.amazon.com/gp/feature.html?ie=UTF8&amp;%2AVersion%2A=1&amp;docId=1000663511&amp;%2Aentries%2A=0#LivingRoom">TV streaming video service</a>. This means I no longer have to hook up a computer to the TV. More importantly, I can rent HD versions of several movies&#8212;including Hugo, it turns out. I&#8217;ll definitely be using this solution in the future.</p>
<p>Bottom line: for the time being, Google Play Movies is not quite as good as Amazon&#8217;s service. Indeed, I got even more sour on Google Play Movies tonight. Just for kicks, I downloaded the Play Movies app on my Captivate. Surprise: <strong>if you are rooted, you can&#8217;t play rented movies!</strong> This makes no sense: you obviously can get Administrator access on your Mac or PC, and still you are able to rent movies on them. But, if you root your phone, no dice. Frankly, I don&#8217;t see the rationale for this restriction.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tekonomist.wordpress.com/569/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tekonomist.wordpress.com/569/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tekonomist.wordpress.com&#038;blog=11514493&#038;post=569&#038;subd=tekonomist&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tekonomist.wordpress.com/2012/05/13/my-first-google-play-movies-experience/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<georss:point>42.070990 -87.682754</georss:point>
		<geo:lat>42.070990</geo:lat>
		<geo:long>-87.682754</geo:long>
		<media:content url="http://2.gravatar.com/avatar/5cd1df16dcc143c8994bda44c5418a94?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Marciano</media:title>
		</media:content>
	</item>
		<item>
		<title>From Gingerbread to Ice Cream Sandwich</title>
		<link>http://tekonomist.wordpress.com/2012/04/28/from-gingerbread-to-ice-cream-sandwich/</link>
		<comments>http://tekonomist.wordpress.com/2012/04/28/from-gingerbread-to-ice-cream-sandwich/#comments</comments>
		<pubDate>Sat, 28 Apr 2012 21:02:52 +0000</pubDate>
		<dc:creator>msiniscalchi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[captivate]]></category>
		<category><![CDATA[ice cream sandwich]]></category>
		<category><![CDATA[ics]]></category>

		<guid isPermaLink="false">http://tekonomist.wordpress.com/2012/04/28/from-gingerbread-to-ice-cream-sandwich/</guid>
		<description><![CDATA[Alas, my love affair with the belated Gingerbread update for my Captivate was brief. While the browser and Google+ app were indeed much faster on Gingerbread than they ever were on Froyo after a reboot, I quickly found out that &#8230; <a href="http://tekonomist.wordpress.com/2012/04/28/from-gingerbread-to-ice-cream-sandwich/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tekonomist.wordpress.com&#038;blog=11514493&#038;post=567&#038;subd=tekonomist&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Alas, my <a href="http://tekonomist.wordpress.com/2012/01/23/gingerbread-on-my-captivate-after-a-factory-reset/">love affair</a> with the belated Gingerbread update for my Captivate was brief. While the browser and Google+ app were indeed much faster on Gingerbread than they ever were on Froyo <em>after a reboot</em>, I quickly found out that using the phone for two or three days without rebooting slowed things down considerably. More precisely, the apps themselves, including the browser, were still fast: however, going back to the home screen was s-l-o-w. I could often see the Launcher redraw the home screen from scratch. Buttons were non-responsive. Rebooting the phone would fix things, but I don&#8217;t think rebooting every couple of days is acceptable in this day and age. I <em>never</em> have to reboot my &#8217;08-vintage Macbook Pro and iMac, except for system updates (sometimes). Even my Windows 7 Samsung Slate does just fine without rebooting in normal day-to-day use&#8212;except that a large percentage of Windows software still requires restarting on installation.</p>
<p>In the end, I decided it was time for me to enter the mysterious world of custom ROMs. In fact, while I was at it, I might as well try Ice Cream Sandwich (ICS), the latest version of the Android OS. This was especially attractive, as Samsung has stated in no uncertain terms that there will be no official version of ICS for the Captivate (or, more generally, for Galaxy S phones). I opted for the <a href="http://forum.xda-developers.com/showthread.php?t=1362092">Team ICSSGS</a> port, which builds upon Google&#8217;s AOSP (Android Open Source Project) release and is thus untainted by Samsung or AT&amp;T &#8220;enhancements.&#8221;</p>
<p>Your key to the world of custom ROMs is a wonderful piece of software called ClockWorkMod Recovery, or CWM. This is a utility that runs <em>before</em> the full Android OS boots, and allows you to perform a number of low-level maintenance functions, including &#8220;flashing&#8221; (i.e. installing) custom ROMs. The beauty of it is that, once you have CWM on your phone, you just download a ROM (usually a zip file) to your internal SD card (you can even do this from your phone!), reboot into CWM, and select one of its menu option to flash the newly downloaded ROM. The only difficulty is actually installing CWM. For this, you will need a computer (PC, Linux or Mac) and another wonderful software called Heimdall (long story).</p>
<p>I followed the instructions <a href="http://wiki.cyanogenmod.com/wiki/Samsung_Captivate:_Full_Update_Guide">here</a>. Two <strong>caveats</strong>: first, you <strong>must</strong> have already updated to Gingerbread as per the Samsung/AT&amp;T instructions. Second, the link I just gave you takes you to the Cyanogenmod wiki and provides you step-by-step instructions to install the Cyanogenmod ROM onto your Captivate. However, you do <strong>not</strong> need to follow all the instructions: just the ones in the section titled &#8220;Installing the ClockworkMod Recovery&#8221;. Do <strong>not</strong> follow the instructions under &#8220;Flashing CyanogenMod&#8221;. You want to flash ICS, not CyanogenMod… for now at least! (Long story short: CyanogenMod is an enhanced ROM; its stable version is based on Gingerbread, not ICS, though they also have an ICS version at the alpha stage.)</p>
<p>Once you have CWM Recovery on your phone, follows the instructions in the <a href="http://forum.xda-developers.com/showthread.php?t=1362092">aforelinked Team ICSSGS post</a>. A <strong>clarification</strong>: step 1 in the ICSSS instructions says to &#8220;Boot into Clockwork Mod Recovery mode using volume buttons&#8221;. This means: power down your phone; now press the Power, Volume Up, and Volume Down buttons simultaneously; hold them for 1-2 seconds, then release the Power button but hold down the two Volume buttons until CWM comes up (If I recall correctly, the CWM menu comes up after the AT&amp;T boot animation).</p>
<p>Another <strong>caveat</strong>: your Captivate will &#8220;boot loop&#8221; the first time you flash ICSSGS. That is, you will see the AT&amp;T boot animation, then the Google logo, then a bunch of gibberish, after which the phone will go back to the AT&amp;T boot animation, etc. Don&#8217;t panic: this is normal, and explained <a href="http://code.google.com/p/ice-cream-sandwich-sgs/wiki/CommonIssues">here</a> (look at the very first &#8220;Common Issue&#8221;). Just pull the battery and enter CWM Recovery using the three-button combination above. Reflash and reboot: this time there will be no boot loop.</p>
<p>My experience so far: ICS is the most significant upgrade to Android yet. The UI and interaction with the device are much more refined: there are many subtle effects and animations that contribute to a significantly improved experience, reminiscent of iOS and Windows Phone 7 (if you have seen the demos of the latter&#8212;devices &#8220;in the wild&#8221; are, er, hard to spot…). This particular ROM is not super-fast, though once again individual apps <em>are</em> fast. But I am so pleased with the overall &#8220;feel&#8221; of the OS that I&#8217;m willing to give up on apps instantly popping up as soon as I click on icons (some actually do, but some don&#8217;t).</p>
<p>Most importantly, <em>so far</em> and <em>after rebooting a couple times after installation</em>, I haven&#8217;t had the phone slow down like molasses in just two days of continued use, the way Gingerbread did. I have been running ICS for a week now, and if anything the OS feels faster than when I first rebooted after installing it.</p>
<p>Two final notes. First, the ICSSGS ROM is pre-rooted and also comes with CWM, so further flashing will be a breeze. Second, installing a new ROM requires wiping your phone clean, so <strong>back up</strong> any data you need to retain and be ready to reinstall apps.</p>
<p>Enjoy!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tekonomist.wordpress.com/567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tekonomist.wordpress.com/567/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tekonomist.wordpress.com&#038;blog=11514493&#038;post=567&#038;subd=tekonomist&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tekonomist.wordpress.com/2012/04/28/from-gingerbread-to-ice-cream-sandwich/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/5cd1df16dcc143c8994bda44c5418a94?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Marciano</media:title>
		</media:content>
	</item>
		<item>
		<title>Gingerbread on my Captivate after a Factory Reset</title>
		<link>http://tekonomist.wordpress.com/2012/01/23/gingerbread-on-my-captivate-after-a-factory-reset/</link>
		<comments>http://tekonomist.wordpress.com/2012/01/23/gingerbread-on-my-captivate-after-a-factory-reset/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 04:28:36 +0000</pubDate>
		<dc:creator>msiniscalchi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tekonomist.wordpress.com/?p=561</guid>
		<description><![CDATA[You may have noticed that I haven&#8217;t blogged about my Captivate in a while. The reason, quite frankly, is that I had (notice: had) grown quite a bit dissatisfied with it. The phone was getting noticeably slower, and I was &#8230; <a href="http://tekonomist.wordpress.com/2012/01/23/gingerbread-on-my-captivate-after-a-factory-reset/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tekonomist.wordpress.com&#038;blog=11514493&#038;post=561&#038;subd=tekonomist&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>You may have noticed that I haven&#8217;t blogged about my Captivate in a while. The reason, quite frankly, is that I had (notice: <em>had</em>) grown quite a bit dissatisfied with it. The phone was getting noticeably slower, and I was seeing <a href="http://rightinfonow.com/android-force-close-fc-problemsissues-solution" title="Android force close">force close</a> messages on an annoyingly regular basis. Finally, AT&amp;T still hadn&#8217;t released an OS update: I was still running Froyo (so 2010!), as I didn&#8217;t have the guts to root my phone and install a custom ROM.</p>
<p>Well, the <a href="http://www.samsung.com/us/support/SupportOwnersFAQPopup.do?faq_id=FAQ00024051&amp;fm_seq=24219" title="Captivate Gingerbread update">Gingerbread update</a> finally became available, and I promptly installed it, hoping it would sort out all of my issues. Long story short: it didn&#8217;t. In fact, if anything, I kept getting an <a href="http://www.samsungcaptivateforum.com/samsung-captivate-updates/the-official-2-3-gingerbread-discussion-thread!/100/?wap2">annoying message</a> to the effect that the Tethering Manager (which I don&#8217;t use) was force-closing every time WiFi was turned off and then back on (for instance, every time the phone comes out of sleep mode, which happens, oh, maybe 20 times a day minimum?)</p>
<p>I decided to take matters into my own hands. With some trepidation, I went into the Settings menu, then Privacy, then Factory Data Reset&#8230; poof! All my apps, messages, data, etc. were gone. The phone was back in a pristine state&#8212;or, more precisely, in the pristine state of a Captivate running Gingerbread, as I did the reset after installing the OS update. After a very lengthy and frankly distressing wait, I had to reenter my Google credentials&#8230;</p>
<p>&#8230;<b>and I was in phone heaven!!!</b> True, I had to reinstall all my apps, but, since I use Google Contacts and Calendar, all my, well, contacts and appointments came back automagically. I really had no additional important data on my phone that was not backed up elsewhere. In particular, I didn&#8217;t care about SMS (text) messages, which do get wiped out. The <b>huge</b> payoff is that the phone is now <em>fast</em>. As in, it has <em>never</em> been this fast before! It almost feels like a new phone altogether. The browser just flies (this is probably also courtesy of Gingerbread of course), and Google+ displays the Stream almost instantly; I have yet to see a force close. Bottom line: the phone now officially has <a href="http://www.urbandictionary.com/define.php?term=teh%20snappy">teh snappy</a>. I can barely recognize my Cappy!</p>
<p>A few things I noticed:</p>
<ul>
<li>Android Market keeps track of the <em>paid</em> apps you have purchased, but forgets the <em>free</em> apps you have downloaded. Not a big deal, but you may have to remember what you installed if you didn&#8217;t pay for it</li>
<li>When I did the factory reset, I didn&#8217;t actually wipe the internal storage as well. However, Google Music lost track of the songs I had synced on my phone. I had to do a bit of cleaning up afterwards, but again nothing was lost.</li>
<li>If you use Google&#8217;s Two-step authentication (hint: you should), you need to reenter your application-specific password on your phone; if you didn&#8217;t save it, you must generate a new one (and delete the old one). Also, you need to redownload and reregister the Google Authenticator app.</li>
</ul>
<p>Finally, one word of warning: if you do have important data on your Cappy, <b>do back up!</b></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tekonomist.wordpress.com/561/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tekonomist.wordpress.com/561/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tekonomist.wordpress.com&#038;blog=11514493&#038;post=561&#038;subd=tekonomist&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tekonomist.wordpress.com/2012/01/23/gingerbread-on-my-captivate-after-a-factory-reset/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<georss:point>42.070990 -87.682754</georss:point>
		<geo:lat>42.070990</geo:lat>
		<geo:long>-87.682754</geo:long>
		<media:content url="http://2.gravatar.com/avatar/5cd1df16dcc143c8994bda44c5418a94?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Marciano</media:title>
		</media:content>
	</item>
		<item>
		<title>My Samsung 7 Slate</title>
		<link>http://tekonomist.wordpress.com/2012/01/11/my-samsung-7-slate/</link>
		<comments>http://tekonomist.wordpress.com/2012/01/11/my-samsung-7-slate/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 04:49:20 +0000</pubDate>
		<dc:creator>msiniscalchi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[samsung 7 slate]]></category>
		<category><![CDATA[touch input]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://tekonomist.wordpress.com/?p=556</guid>
		<description><![CDATA[I might as well &#8216;fess up: after much pondering, I broke my multi-year allegiance to all things Apple, and bought myself a Samsung 7 Slate. Yep. A Windows 7-based tablet PC. You can read more about it in this in-depth &#8230; <a href="http://tekonomist.wordpress.com/2012/01/11/my-samsung-7-slate/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tekonomist.wordpress.com&#038;blog=11514493&#038;post=556&#038;subd=tekonomist&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I might as well &#8216;fess up: after much pondering, I broke my multi-year allegiance to all things Apple, and bought myself a <a href="http://www.samsung.com/us/computer/tablet-pcs/XE700T1A-A03US" title="Samsung 7 Slate">Samsung 7 Slate</a>. Yep. A Windows 7-based tablet PC. You can read more about it in this <a href="http://www.tomshardware.com/reviews/tablet-pc-samsung-windows-slate,3079.html" title="Tom's Hardware review">in-depth review</a> at Tom&#8217;s Hardware, or this more consumer-oriented, and overall quite <a href="http://www.engadget.com/2011/12/16/samsung-series-7-slate-pc-review/" title="Engadget review">negative assessment</a> at Engadget. </p>
<p>Let me say, first of all, that I&#8217;m definitely <b>not</b> leaving the Mac platform! First of all, my office machine is a trusty 2008-vintage iMac that I have no intention of replacing, except with a newer iMac. Second, I still use my 2008 Macbook Pro, though rarely. Third, my wife uses a first-generation iPad and a 2010 Macbook Pro, and is very happy with both. </p>
<p>So why this, er, countercyclical (OK, contrarian) decision? Quite simply, I wanted a tablet that could double as a <em>real</em>, no-compromise, LaTeX-capable computer. Apple, sadly, does not make one. Yes, I know about the <a href="http://www.axiotron.com/index.php?id=modbook" title="Modbook">Modbook</a>, basically a standard Macbook (Pro) retrofitted with a digitizer and tablet frame; it&#8217;s about twice as expensive, once you factor in the price of the Mac laptop, and weighs about three times as much as the Samsung 7 Slate &#8212; S7S henceforth.</p>
<p>I plan to post extensively on my experience with this machine. I certainly had to figure out ways to deal with the basic fact that Windows 7 and, more importantly, Windows apps (like Mac apps) are simply not designed for touch input at all (with a few notable exceptions). Let me start with a few thoughts, in no particular order.</p>
<h4>Windows 8</h4>
<p>The S7S is essentially identical to the developer machine that Microsoft handed out at the Build conference, where Windows 8 was first demoed in public. Microsoft has stated that any machine running Windows 7 today will be able to run Windows 8 as well, and the S7S is a very recent machine to boot. But, in addition, the S7S is one of the tablets that Windows 8, and Windows 8 apps, are being developed <em>on</em>! Thus, this machine will likely run Windows 8 well. Indeed, you can run the Windows 8 Developer Preview right now. Which brings me to my second observation&#8230;</p>
<h4>The Tablet PC Review forum</h4>
<p>If you own the S7S, you just <em>have</em> to follow the <a href="http://forum.tabletpcreview.com/samsung/" title="Samsung forum at Tablet PC Review">Samsung forum at Tablet PC Review</a>. It is an amazing resource. Want to find out how to install and run Windows 8 on the S7S? Looking for cases that fit the still-new 11.6&#8243; tablet form factor? Having issues with Samsung&#8217;s Easy (ha!) Software Manager? Want to check for potential issues before installing the latest BIOS update? It&#8217;s all there. People are extremely nice and helpful. The signal-to-noise ratio is very high.</p>
<h4>Why not buy an iPad / Android tablet?</h4>
<p>Because I don&#8217;t want to carry around two devices, when one will do just fine &#8212; actually, great, not fine. We already own an iPad, though I can&#8217;t really say I can use it: my wife and kids totally own it. That&#8217;s OK <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  The point is, getting another tablet for media consumption purposes and web browsing seems like a luxury I can&#8217;t justify. Plus, it&#8217;s inconvenient: if you have and use two devices, you most likely will want to <em>sync</em> them (photos, music, etc.). This is no problem if you are at home and have WiFi, but we travel quite a bit. Until we have pervasive broadband access via the cellular network, at reasonable prices, worldwide, syncing will be a pain (think iTunes). If your laptop is also your tablet, there&#8217;s no syncing involved. </p>
<h4>Why not a Macbook Air?</h4>
<p>This is a tough one. As far as portability is concerned, the MBA is every bit as good as the S7S, or any tablet for that matter. It is a (small) laptop, which means that you can work comfortably while holding it, well, in your lap. In this respect, it is definitely superior to a tablet, even if the tablet comes with a case stand or dock, and a keyboard, like the S7S does.</p>
<p>But the point is that you really don&#8217;t <em>want</em> a keyboard when you are reading a book using the Kindle app (or similar), and arguably even when you&#8217;re casually surfing the Web, or triaging email. By the way, the S7S comes with a beta of the <a href="http://www.swype.com/" title="Swype">Swype keyboard</a> for Windows. It is simply amazing; I use it on my Android phone, but it is even better on a tablet. Hint: make sure you read the <a href="http://www.swype.com/tips/advanced-tips/">advanced tips</a> on the Swype Web site.</p>
<p>The S7S provides many of the form-factor advantages of an iPad or Android tablet, but is a full-featured, relatively powerful PC (Core i5 processor, 128GB of SSD storage, 4GB of RAM, a decent Intel graphics processor). You can get real work done on this machine, no matter what your line of business.</p>
<p>By the way, this thing is <em>fast</em>. Try surfing the Web on the S7S and on an iPad side by side. There&#8217;s no comparison. And, yes, of course Flash runs just fine on the S7S, and while I loathe it, certain sites (fancy restaurants being the offenders I discovered more recently) just insist on using it.</p>
<h4>Not for everyone</h4>
<p>Lastly, I should be very clear about this: the S7S is <em>not</em> for everyone. If you want a pure consumption device, get an iPad. It lasts much longer on a charge, and it is designed for touch from the ground up. If you don&#8217;t care about the tablet form factor at all, get a laptop. Most Windows apps require adaptability and, above all, patience if you are using your fingers instead of a mouse or touchpad. </p>
<p>Watch this space for tips, tricks, and adventures in the world of Windows tablets!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tekonomist.wordpress.com/556/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tekonomist.wordpress.com/556/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tekonomist.wordpress.com&#038;blog=11514493&#038;post=556&#038;subd=tekonomist&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tekonomist.wordpress.com/2012/01/11/my-samsung-7-slate/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<georss:point>42.070990 -87.682754</georss:point>
		<geo:lat>42.070990</geo:lat>
		<geo:long>-87.682754</geo:long>
		<media:content url="http://2.gravatar.com/avatar/5cd1df16dcc143c8994bda44c5418a94?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Marciano</media:title>
		</media:content>
	</item>
		<item>
		<title>LaTeXTools plugin: new features</title>
		<link>http://tekonomist.wordpress.com/2011/11/25/latextools-plugin-new-features/</link>
		<comments>http://tekonomist.wordpress.com/2011/11/25/latextools-plugin-new-features/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 21:28:23 +0000</pubDate>
		<dc:creator>msiniscalchi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[latextools]]></category>
		<category><![CDATA[sublime text]]></category>

		<guid isPermaLink="false">http://tekonomist.wordpress.com/2011/11/25/latextools-plugin-new-features/</guid>
		<description><![CDATA[I have recently added two simple but hopefully useful features to the LaTeXTools plugin. I hope they will make your TeX life more comfortable. As usual, you will get the updated plugin automatically if you installed LaTeXTools using Package Control, &#8230; <a href="http://tekonomist.wordpress.com/2011/11/25/latextools-plugin-new-features/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tekonomist.wordpress.com&#038;blog=11514493&#038;post=550&#038;subd=tekonomist&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I have recently added two simple but hopefully useful features to the <a title="LaTeXTools GitHub page" href="https://github.com/SublimeText/LaTeXTools" target="_blank">LaTeXTools</a> plugin. I hope they will make your TeX life more comfortable.</p>
<p>As usual, you will get the updated plugin automatically if you installed LaTeXTools using <a href="http://wbond.net/sublime_packages/package_control">Package Control</a>, which, <a href="http://tekonomist.wordpress.com/2011/11/07/latextools-plugin-a-slew-of-fixes/">as I noted earlier</a>, I strongly encourage you to do.</p>
<h3>Switching to the PDF viewer after compiling</h3>
<p>By default, LaTeXTools keeps the focus on the Sublime Text 2 (ST2) window after compiling a TeX source file to PDF. This is convenient in two scenarios. First, if you have a large screen (or two monitors), you can keep ST2 and your PDF viewer side by side, and just glance at the output to see that all is OK. It would be quite annoying if the viewer window was brought to the foreground in this case: in order to continue editing, you would have to manually switch back to ST2 (using Alt-Tab or Cmd-Tab, depending on your platform). The other scenario is when you are making many small changes to the file sequentially; you compile to make sure that there are no errors or warnings, but do not need to check the PDF output every time. I also have friends and coauthors who simply don&#8217;t <em>need</em> to look at the PDF output all that often&#8211;they can read LaTeX easily, and would much rather not be distracted by the viewer window popping up.</p>
<p>That said, it is sometimes convenient to switch to the PDF output, especially if you are using a small screen and running both ST2 and your viewer in full-screen mode. In such cases, it would be nice if LaTeXTools could automatically bring up the viewer after compiling. Yet, the previous paragraph gives a few reasons why this shouldn&#8217;t be hard-wired.</p>
<p>Enter the <strong>Toggle Focus</strong> command (bound to Shift+Win+F on Windows and Ctrl+Cmd+F on OSX). It does what you think: every time you invoke it, it changes what the Build command does after compilation. Again, by default, the Build command refreshes the PDF viewer but makes sure that ST2 keeps the focus; so, if you invoke the Toggle Focus command, the next time around Build will actually tell the PDF viewer to grab the focus, i.e. pop us as the frontmost window. Invoke Toggle Focus again, and you get the default behavior back. Every time you switch, a short notification appears in the Status Bar (at the bottom of the ST2 window), so you know what you just did.</p>
<p>Note that this setting is preserved with your session; if you quit ST2 without first closing the tab you are working on, ST2 will remember the status of the focus toggle.</p>
<h3>Wrapping existing text in LaTeX commands or environments</h3>
<p>The current facilities for entering LaTeX commands or environments (Alt-Shift-[ and Alt-Shift-] on Windows, Cmd-Shift-[ and Cmd-Shift-] on OSX) are useful when you want to <em>first</em> specify the type of environment or command you want, and <em>then</em> enter text in it. However, sometimes you want to wrap some <em>existing</em> text in a command or environment. The most common use case is to emphasize text, or make it bold. I don&#8217;t use this feature that often myself, but a colleague mentioned it as one of the main reason why he was sticking with TextMate for the time being.</p>
<p>I have now added a nice collection of <strong>wrap commands</strong>. They are all bound to Alt-Shift-W on Windows and Option-Shift-W on OSX, followed by an additional key (i.e. you use a &#8220;key chord&#8221; to invoke them). You must <em>select some text</em> prior to invoking these commands.</p>
<p>Alt+Shift+W followed by <strong>n</strong> wraps the selected text in an e<strong>n</strong>vironment, which by default is called &#8220;env&#8221;: that is, if &#8220;blah&#8221; is the text currently selected, it gets replaced by</p>
<pre>
\begin{env}
blah
\end{env}
</pre>
<p>and the <code>env</code> is highlighted. Enter your desired environment (e.g. &#8220;theorem&#8221;). When you are done, hit Tab to jump to the end of the environment.</p>
<p>Alt+Shift+W followed by <strong>c </strong>instead enters a <strong>c</strong>ommand: &#8220;blah&#8221; becomes <code>\cmd{blah}</code>, with <code>cmd</code> selected so you can change it to whatever you like.</p>
<p>Finally, a few common commands have dedicated key bindings: Alt+Shift+W followed by <strong>e</strong>, <strong>b</strong> and <strong>u</strong> respectively give you <code>\emph{...}</code>, <code>\textbf{...}</code> and <code>\underline{...}</code>.</p>
<p>Happy TeXing!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tekonomist.wordpress.com/550/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tekonomist.wordpress.com/550/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tekonomist.wordpress.com&#038;blog=11514493&#038;post=550&#038;subd=tekonomist&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tekonomist.wordpress.com/2011/11/25/latextools-plugin-new-features/feed/</wfw:commentRss>
		<slash:comments>56</slash:comments>
		<georss:point>42.070990 -87.682754</georss:point>
		<geo:lat>42.070990</geo:lat>
		<geo:long>-87.682754</geo:long>
		<media:content url="http://2.gravatar.com/avatar/5cd1df16dcc143c8994bda44c5418a94?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Marciano</media:title>
		</media:content>
	</item>
		<item>
		<title>LaTeXTools plugin: a slew of fixes</title>
		<link>http://tekonomist.wordpress.com/2011/11/07/latextools-plugin-a-slew-of-fixes/</link>
		<comments>http://tekonomist.wordpress.com/2011/11/07/latextools-plugin-a-slew-of-fixes/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 23:42:34 +0000</pubDate>
		<dc:creator>msiniscalchi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[latexmk]]></category>
		<category><![CDATA[package control]]></category>
		<category><![CDATA[sublime text]]></category>
		<category><![CDATA[sumatrapdf]]></category>
		<category><![CDATA[texlive]]></category>

		<guid isPermaLink="false">http://tekonomist.wordpress.com/2011/11/07/latextools-plugin-a-slew-of-fixes/</guid>
		<description><![CDATA[I finally got around to committing a bunch of fixes for my LaTeX plugin for the Sublime Text 2 editor. I describe the main changes below. First though I really want to give a shout-out to the outstanding Package Control &#8230; <a href="http://tekonomist.wordpress.com/2011/11/07/latextools-plugin-a-slew-of-fixes/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tekonomist.wordpress.com&#038;blog=11514493&#038;post=347&#038;subd=tekonomist&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I finally got around to committing a bunch of fixes for my LaTeX plugin for the Sublime Text 2 editor. I describe the main changes below. First though I really want to give a shout-out to the outstanding <a href="http://wbond.net/sublime_packages/package_control" title="Package Control">Package Control plugin</a>, which makes it trivially easy to install <em>and</em> update LaTeXTools and most other Sublime Text 2 plugins. If you have Package Control installed, getting LaTeXTools on your Mac or PC is just a matter of invoking <code>Package Control: Install Package</code> via either the Command Palette or the Preferences menu. See the aforelinked page for details. Incidentally, I didn&#8217;t have to do anything to make sure LaTeXTools was picked up by Package Control: it happened automagically, to my surprise and delight. Yay!</p>
<p>Now for the fixes. In no particular order:</p>
<ul>
<li> I expanded the README file so it now covers most, if not all, of the current functionality. I also provide some ideas on how to troubleshoot issues. By the way, if you do find something is wrong, please let me know!</li>
<li> I finally understood that latexmk does not automatically force the TeX engine (e.g. pdflatex) to work in batch mode. Errors <em>will</em> cause latexmk to stop. You can check this by running it from the command line. However, on OS X, somehow invoking latexmk via <code>subprocess.Popen</code> still works, in the sense that all processes terminate regularly and the plugin can then look for errors in the TeX log file. On the other hand, on Windows, using TeXlive, this is not the case: the build command essentially hangs, and even if you terminate it, the pdflatex process keeps waiting for input in the background. This makes further compilations fail (because the synctex file is locked), and forces you to terminate the stray process with Task Manager. Ugly! Well, I hope I have fixed at least the most egregious causes of such inappropriate behavior by passing the <code>-silent</code> option to latexmk.</li>
<li>A user had a lot of trouble with on-the-fly conversion of EPS files to PDF on OS X, using the epstopdf package. Ends up the problem was path-related: epstopdf relies on Ghostscript, and MacTeX puts Ghostscript in <code>/usr/local/bin</code> rather than <code>/usr/texbin</code>. When compiling from the command line, everything worked&#8211;because MacTeX also helpfully fixes your <code>$PATH</code>; but, building from Sublime Text 2 always failed. Adding the former path in <code>LaTeX.sublime-build</code> fixed the issue. Thanks Jon and Sublimator for helping me track down this bug!</li>
<li> SumatraPDF, the supported PDF reader on Windows, only reloads recently changed files if they are local: it does not automatically reload files on network shares when they change. As a result, recompiling a file on a network share resulted in SumatraPDF not automatically showing the updated text. This was a problem for me when running Windows in a Parallels virtual machine: Mac directories are accessible are network drives, and there is no problem editing files with Sublime Text 2 on the virtual Windows side; however, I had to manually reload PDF files every time. Bottom line: I now explicitly force a reload before issuing the forward search DDE command.</li>
</ul>
<p>Enjoy, and as usual report back any issues you may have!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tekonomist.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tekonomist.wordpress.com/347/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tekonomist.wordpress.com&#038;blog=11514493&#038;post=347&#038;subd=tekonomist&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tekonomist.wordpress.com/2011/11/07/latextools-plugin-a-slew-of-fixes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<georss:point>42.070990 -87.682754</georss:point>
		<geo:lat>42.070990</geo:lat>
		<geo:long>-87.682754</geo:long>
		<media:content url="http://2.gravatar.com/avatar/5cd1df16dcc143c8994bda44c5418a94?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Marciano</media:title>
		</media:content>
	</item>
		<item>
		<title>Mac OS X Lion Mail: two awesome features</title>
		<link>http://tekonomist.wordpress.com/2011/10/21/mac-os-x-lion-mail-two-awesome-features/</link>
		<comments>http://tekonomist.wordpress.com/2011/10/21/mac-os-x-lion-mail-two-awesome-features/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 23:18:12 +0000</pubDate>
		<dc:creator>msiniscalchi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://tekonomist.wordpress.com/?p=339</guid>
		<description><![CDATA[I just found out about two great features of OS X Lion&#8217;s mail client, aptly called Mail: server-side, multi-color message flagging and IMAP access to Yahoo mail. Mail servers: POP vs. IMAP As you may know, there are two main &#8230; <a href="http://tekonomist.wordpress.com/2011/10/21/mac-os-x-lion-mail-two-awesome-features/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tekonomist.wordpress.com&#038;blog=11514493&#038;post=339&#038;subd=tekonomist&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I just found out about two great features of OS X Lion&#8217;s mail client, aptly called Mail: <em>server-side, multi-color message flagging</em> and <em>IMAP access to Yahoo mail</em>.</p>
<h3>Mail servers: POP vs. IMAP</h3>
<p>As you may know, there are two main ways, or protocols, to access your mail on a server: POP and IMAP. POP (&#8220;Post Office Protocol&#8221;) is a simple, older mechanism that allows a mail client (Apple Mail, Thunderbird, Outlook, etc.) to ask a mail server whether you have new mail, and download messages to your computer or connected device. You can also tell the server to keep a copy of the messages you download, or delete them. So, the basic premise behind POP (as I see it) is that the mail server is just a way station between the machine sending mail to you, and the mail client on your PC.</p>
<p>POP makes sense in a world in which Internet connectivity is slow and storage space on the server is expensive. In other words, not in today&#8217;s hyperconnected, always-online world. The basic premise behind IMAP, on the other hand, is that your mail resides on the server; your mail client can access it at any time, of course delete it if you wish, and perhaps even cache it locally for performance reasons. However, the &#8220;official&#8221; repository of your mail is on the server. </p>
<p>A huge advantage is the fact that it becomes very easy and safe to access your mail from many different machines&#8212;your PC at work, your laptop at home, your smartphone, etc. The mail client on each device gets to read mail on the server, but there is one central repository. With POP, you have to make sure that you instruct your client to &#8220;leave mail on the server&#8221;: if you don&#8217;t, the day will come when you are out of the office, need to read an email your boss sent you the day before, and realize that you already downloaded that email from your work PC and deleted it from the server. </p>
<p>IMAP has all kinds of other advantages, such as folders. The feature I want to focus on today, however, is flagging.</p>
<h3>Custom server-side flags</h3>
<p>The IMAP mail protocol supports  <a href="http://tools.ietf.org/html/rfc3501#page-11" title="IMAP 4 spec on flags">flagging</a> a message as important, and of course Mail supports this. The neat thing is that flagging is a <em>server-side</em> attribute: it is stored on the IMAP server, not on the client. Thus, if you flag a message on one machine (say, your work PC), then later retrieve the same message on another machine (e.g. your laptop, or your smartphone), the flag is there.</p>
<p>However, the IMAP protocol also supports &#8220;keywords&#8221;&#8212;additional status indications whose interpretation and visual rendering is left to the individual mail client, but that are <em>also</em> stored on the server. Older versions of the Mozilla Thunderbird mail client used IMAP keywords to store &#8220;labels&#8221;, which allowed you to mark a message as &#8220;Important&#8221;, &#8220;To do&#8221; or similar; messages decorated with different labels were also displayed different (non-black) color. More recent versions have &#8220;tags&#8221;, which work similarly but can also be customized by the user.</p>
<p>Well, it turns out that, when you flag a message in Lion Mail, <em>you can choose a flag color</em> other than the default red, <em>and the color is stored on the server</em>. In the Lion Mail client, notice that there is a pull-down menu (a triangle pointing downward) next to the Flag button: that&#8217;s where you choose the color of the flag you want. If you access your mail from a different mail client, you don&#8217;t see the color, but you do see the flag: that is, things degrade gracefully. Yay!</p>
<h3>IMAP Access to Yahoo mail</h3>
<p>Well, the title says it all. Yahoo offers free POP access to its mail server, in addition to access via its Web-based interface; if you want IMAP access, you have to sign up for premium service. The only exception is the iPhone and the iPad: Apple must have a special deal with them, and iOS devices do get access to Yahoo&#8217;s IMAP server. </p>
<p>My wife has had a Yahoo account for as long as I&#8217;ve known her, and she is very attached to it. Despite my repeated attempts to get her to switch to Gmail, she remains faithful to Yahoo. Thus, up until OS X Lion, she accessed Yahoo via their POP server on her laptop, and via the special IMAP server on her iPhone and our family iPad. This is an unholy combination; although we always tried to be careful, between laptop upgrades and mail client updates, I have always been worried about inadvertently unchecking the &#8220;leave mail on server&#8221; option, thereby making my wife&#8217;s email inaccessible from her iPhone and iPad&#8212;nowadays her primary mail devices by far.</p>
<p>Furthermore, my wife tends to have a rather large Inbox. Actually, this is not surprising if you are used to POP: a mail client can offer to store messages in a folder on your PC, but the server knows nothing about this. So, if you want to have cross-device access to your mail, and still keep old messages for a while, well, the only way is to leave them on the POP server, so that they show up in your Inbox everywhere. Indeed, iOS does a good job in this scenario: you only get to see 50 or so messages at a time, but if you need access to older messages, you can usually get to them quickly via search.</p>
<p>The problem with this approach is that, if iDevices are your primary mail machines (via IMAP), the rare time you access your mail via POP, your client has to download <em>a lot</em> of messages. For us, this got so out of control that my wife simply stopped using her laptop for email. This was a problem if she needed to print an email: the only practical way for her to do so was to forward the message to me, and I&#8217;d print it for her.</p>
<p>Well, no more: as of OS X Lion, <em>Apple Mail has full access to Yahoo&#8217;s IMAP server.</em> My wife is ecstatic: not only does Mail look very much like the iPad mail client, she also sees exactly the same messages with no trouble at all, and no time spent downloading old messages!</p>
<p>If you are a Yahoo mail user, this is a big win! A <strong>hint</strong>: if you have already configured access to Yahoo via POP, the easiest thing to do is to (archive your messages and) delete that account, then use Apple&#8217;s configuration wizard to add Yahoo back. Go to System Preferences (<em>not</em>Mail&#8217;s preferences!), choose &#8220;Mail, Contacts and Calendars&#8221;, and click on Yahoo. Enjoy!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tekonomist.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tekonomist.wordpress.com/339/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tekonomist.wordpress.com&#038;blog=11514493&#038;post=339&#038;subd=tekonomist&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tekonomist.wordpress.com/2011/10/21/mac-os-x-lion-mail-two-awesome-features/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<georss:point>42.070990 -87.682754</georss:point>
		<geo:lat>42.070990</geo:lat>
		<geo:long>-87.682754</geo:long>
		<media:content url="http://2.gravatar.com/avatar/5cd1df16dcc143c8994bda44c5418a94?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Marciano</media:title>
		</media:content>
	</item>
	</channel>
</rss>
