<?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/"
	>

<channel>
	<title>The Software Toolsmith</title>
	<atom:link href="http://the.softwaretoolsmith.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://the.softwaretoolsmith.com</link>
	<description>writing and writing about great software tools</description>
	<lastBuildDate>Wed, 16 Nov 2011 01:37:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Screencast: Emacs Daemon Mode and Editing Remote files in your local Emacs instance</title>
		<link>http://the.softwaretoolsmith.com/2011/05/22/screencast-emacs-daemon-mode-and-editing-remote-files-in-your-local-emacs-instance/</link>
		<comments>http://the.softwaretoolsmith.com/2011/05/22/screencast-emacs-daemon-mode-and-editing-remote-files-in-your-local-emacs-instance/#comments</comments>
		<pubDate>Sun, 22 May 2011 09:01:00 +0000</pubDate>
		<dc:creator>travisbhartwell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://toolsmithblog.pagodabox.com/2011/05/22/screencast-emacs-daemon-mode-and-editing-remote-files-in-your-local-emacs-instance/</guid>
		<description><![CDATA[I recorded a screencast tonight demonstrating my current setup where I can edit a file on a host I am ssh&#8217;d to in my local Emacs instance. I got the idea from Using a local emacs+tramp as your EDITOR on remote servers with SSH and emacsclient, but had to make a few modifications to work <a href='http://the.softwaretoolsmith.com/2011/05/22/screencast-emacs-daemon-mode-and-editing-remote-files-in-your-local-emacs-instance/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><iframe src="http://www.youtube.com/embed/5OktfMn8PAE" frameborder="0" width="420" height="315"></iframe></p>
<p>I recorded a screencast tonight demonstrating my current setup where I can edit a file on a host I am ssh&#8217;d to in my local Emacs instance.</p>
<p>I got the idea from <a href="http://the.unwashedmeme.com/blog/2010/06/22/using-a-local-emacstramp-as-your-editor-on-remote-servers-with-ssh-and-emacsclient/">Using a local emacs+tramp as your EDITOR on remote servers with SSH and emacsclient</a>, but had to make a few modifications to work with my local set up.</p>
<p>For those who are unfamiliar, <a href="http://www.emacswiki.org/cgi-bin/wiki/TrampMode">Tramp Mode</a> (also documented <a href="http://www.gnu.org/software/tramp/">here</a>) is an awesome Emacs mode that lets you transparently edit files using protocols like ssh, ftp, sudo, su, and others within a given Emacs instance.  Also, for some very useful information on using Emacs as a Daemon and EmacsClient are found <a href="http://www.emacswiki.org/emacs/EmacsAsDaemon">here</a> and <a href="http://www.emacswiki.org/emacs/EmacsClient">here</a>.  Be sure to read the entire page, as the early comments are before Emacs Daemon mode was available in Gnu Emacs.</p>
<p>I&#8217;ll probably go into greater detail in a later post, but the files I referred to in the screencast are here:</p>
<ul>
<li><a href="http://github.com/Nafai77/utilities">Utilties git repository on Github</a></li>
<li><a href="http://github.com/Nafai77/config">Config git repository on Github</a></li>
</ul>
<p>One detail I realize I failed to mention in the screencast is that I have a bash alias set up on my local machine for ssh to ssh-wrapper.  I&#8217;m nor entirely happy with this because in order to get everything working 100%, I need to add more stuff to ssh-wrapper to basically parse out all of the ssh options.  I hope to figure out a more robust and reliable solution soon.</p>
<p>I welcome any and all comments and suggestions for improvements (besides smart alec comments from coworkers and others on not using Emacs).</p>
]]></content:encoded>
			<wfw:commentRss>http://the.softwaretoolsmith.com/2011/05/22/screencast-emacs-daemon-mode-and-editing-remote-files-in-your-local-emacs-instance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handy scripts for automating X</title>
		<link>http://the.softwaretoolsmith.com/2011/04/10/handy-scripts-for-automating-x/</link>
		<comments>http://the.softwaretoolsmith.com/2011/04/10/handy-scripts-for-automating-x/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 09:15:03 +0000</pubDate>
		<dc:creator>travisbhartwell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[window-management]]></category>
		<category><![CDATA[X]]></category>

		<guid isPermaLink="false">http://toolsmithblog.pagodabox.com/2011/04/10/handy-scripts-for-automating-x/</guid>
		<description><![CDATA[As I get back into actively programming, I look for opportunities to make my life easier. Being a Software Toolsmith, I try to write tools to make my life simpler. Whenever I have reptitive actions I do, I see how to automate it. There were some window management functions that I often do that I <a href='http://the.softwaretoolsmith.com/2011/04/10/handy-scripts-for-automating-x/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>As I get back into actively programming, I look for opportunities to make my life easier. Being a <a href="http://the.softwaretoolsmith.com" title="The Software Toolsmith">Software Toolsmith</a>, I try to write tools to make my life simpler.</p>
<p>Whenever I have reptitive actions I do, I see how to automate it. There were some window management functions that I often do that I knew I could easily script and then assign hotkeys to. I finally took the time to figure them out today.</p>
<h2>Swapping which monitor a window is on</h2>
<p>When I&#8217;m at home, I always have an external monitor hooked up to my laptop. I often want to swap a window to the other monitor and having to reach for the mouse to do so. My first script simply moves the active window to the upper left corner of the opposite monitor. It is only set up for the 2 monitor configuration. Download <a href="http://github.com/Nafai77/utilities/raw/master/HOME/bin/swap_monitors.py" title="swap_monitors.py">swap_monitors.py</a>and make it executable.</p>
<h2>Maximizing a window and showing on all desktops</h2>
<p>Another action I do refrequently is maximizing a window and then making it show on all of my virtual desktops. If I&#8217;m watching a video or have another program that I want acessible no matter which desktop I&#8217;m on, I&#8217;ll do this. Sure, I can just do a Alt-Space and then &#8216;x&#8217; to maximize and then Alt-Space and then &#8216;a&#8217; to always show on visible workspace, but I&#8217;d like to do it in one keystroke. To do so, download <a href="http://github.com/Nafai77/utilities/raw/master/HOME/bin/maximize_all_workspaces.py" title="maximize_all_workspaces.py">maximize_all_workspaces.py</a>
</p>
<p>The only dependencies are Python and the python-gtk2 package.</p>
]]></content:encoded>
			<wfw:commentRss>http://the.softwaretoolsmith.com/2011/04/10/handy-scripts-for-automating-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Software Toolsmith for hire</title>
		<link>http://the.softwaretoolsmith.com/2010/08/24/software-toolsmith-for-hire/</link>
		<comments>http://the.softwaretoolsmith.com/2010/08/24/software-toolsmith-for-hire/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 04:16:00 +0000</pubDate>
		<dc:creator>travisbhartwell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[employment]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[utah]]></category>

		<guid isPermaLink="false">http://toolsmithblog.pagodabox.com/2010/08/24/software-toolsmith-for-hire/</guid>
		<description><![CDATA[I&#8217;m in the market for a new job. Yes, I&#8217;m a Software Toolsmith. What&#8217;s that? Computers are tools to make our lives better; my job in life is to make the software. I focus primarily on Linux and other open source technologies. I&#8217;m experienced in general administration of Debian and Ubuntu systems, with a little <a href='http://the.softwaretoolsmith.com/2010/08/24/software-toolsmith-for-hire/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m in the market for a new job.  Yes, I&#8217;m a Software Toolsmith. What&#8217;s that?</p>
<p>Computers are tools to make our lives better; my job in life is to make the software.</p>
<p>I focus primarily on Linux and other open source technologies. I&#8217;m experienced in general administration of Debian and Ubuntu systems, with a little Redhat and CentOS as well. I&#8217;ve developed with Python, C, C++, and Java plus a bit of Common Lisp, Emacs Lisp, and Haskell. &nbsp;I love immersing myself in learning new languages, paradigms, and libraries.</p>
<p>Currently, I&#8217;m not in a position to relocate, so I&#8217;m focused on the Provo and Salt Lake City, Utah areas and possibly telecommute positions. I&#8217;m looking for full-time permanent positions, but might be open to contract positions. I also might be open to short (on the order of days or weeks or even shorter) contracts.</p>
<p>Here a few important links about me:</p>
<ul>
<li><a href="http://www.travishartwell.net/resume/resume.pdf">resume in PDF format</a></li>
<li><a href="http://www.linkedin.com/in/travisbhartwell">LinkedIn Profile</a></li>
</ul>
<p>Please contact me with the contact info found in the above links.</p>
]]></content:encoded>
			<wfw:commentRss>http://the.softwaretoolsmith.com/2010/08/24/software-toolsmith-for-hire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

