<?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>codemonkey.org.uk &#187; lazyweb</title>
	<atom:link href="http://codemonkey.org.uk/tag/lazyweb/feed/" rel="self" type="application/rss+xml" />
	<link>http://codemonkey.org.uk</link>
	<description>Dave Jones' Linux &#38; opensource stuff.</description>
	<lastBuildDate>Tue, 03 Jan 2012 14:52:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Spot the shell bug.</title>
		<link>http://codemonkey.org.uk/2010/03/29/spot-shell-bug/</link>
		<comments>http://codemonkey.org.uk/2010/03/29/spot-shell-bug/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 18:31:27 +0000</pubDate>
		<dc:creator>davej</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[lazyweb]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[spot-the-bug]]></category>

		<guid isPermaLink="false">http://www.codemonkey.org.uk/?p=280</guid>
		<description><![CDATA[This is bugging me. I&#8217;m missing something obvious here, and I can&#8217;t see what. I have this script that I use to sync the fedora rawhide tree locally. It works fine. But something odd happens with the tests for complete trees. As you can see in this screenshot, sometimes the &#8216;incomplete&#8217; message gets printed in [...]<p><a href="http://codemonkey.org.uk/2010/03/29/spot-shell-bug/">Spot the shell bug.</a> is a post from: <a href="http://codemonkey.org.uk">codemonkey.org.uk</a></p>



No related posts.]]></description>
			<content:encoded><![CDATA[<p>This is bugging me.  I&#8217;m missing something obvious here, and I can&#8217;t see what.<br />
I have <a href="http://davej.fedorapeople.org/sync.sh">this script</a> that I use to sync the fedora rawhide tree locally.  It works fine.  But something odd happens with the tests for complete trees.</p>
<p>As you can see in <a href="/images/shell-colors-wtf.png">this screenshot</a>, sometimes the &#8216;incomplete&#8217; message gets printed in green, even though the echo is prefixed with the escape codes for red.</p>
<p>lazyweb , wtf is going on here?</p>
<p>UPDATE: Duhh. typo on line 37. The &#8216;incomplete&#8217; should say &#8216;complete&#8217;<br />
(When trying to debug this, I replaced &#8216;complete&#8217; and &#8216;incomplete&#8217; with &#8216;red&#8217; and &#8216;green&#8217;. *headdesk*)</p>
<p><a href="http://codemonkey.org.uk/2010/03/29/spot-shell-bug/">Spot the shell bug.</a> is a post from: <a href="http://codemonkey.org.uk">codemonkey.org.uk</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://codemonkey.org.uk/2010/03/29/spot-shell-bug/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>setting signature based on From/To in mutt.</title>
		<link>http://codemonkey.org.uk/2009/11/12/setting-signature-based-fromto-mutt/</link>
		<comments>http://codemonkey.org.uk/2009/11/12/setting-signature-based-fromto-mutt/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 03:55:46 +0000</pubDate>
		<dc:creator>davej</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[lazyweb]]></category>
		<category><![CDATA[mutt]]></category>

		<guid isPermaLink="false">http://www.codemonkey.org.uk/?p=258</guid>
		<description><![CDATA[Lazyweb, help me out. I use mutt to read multiple mail accounts. Using alternates, I have it rigged so that when I reply to someone it sets my From: to the same as the address that they sent the mail To: Straight-forward stuff. What I&#8217;d like to do next is set my .signature based upon [...]<p><a href="http://codemonkey.org.uk/2009/11/12/setting-signature-based-fromto-mutt/">setting signature based on From/To in mutt.</a> is a post from: <a href="http://codemonkey.org.uk">codemonkey.org.uk</a></p>



No related posts.]]></description>
			<content:encoded><![CDATA[<p>Lazyweb, help me out.<br />
I use mutt to read multiple mail accounts.  Using alternates, I have it rigged so that when I reply to someone it sets my From: to the same as the address that they sent the mail To:  Straight-forward stuff.</p>
<p>What I&#8217;d like to do next is set my .signature based upon the same rule.<br />
I thought that this can be done easily enough with send-hooks like..<br />
<code>send-hook mutt- 'set signature=~/.signature1; my_hdr From: Dave Jones &lt;emailaddress1&gt;'<br />
send-hook mutt- 'set signature=~/.signature2; my_hdr From: Dave Jones &lt;emailaddress2&gt;'<br />
</code><br />
But that just seems to make it pick signature1 regardless of any header.</p>
<p>I googled a while, but turned up dead ends. <a href="http://www.acoustics.hut.fi/~mara/mutt/profiles.html">profiles</A> look interesting, but I&#8217;d rather not have to swap between things manually. Likewise, it looks possible to do it on a per-folder basis, but I want this to work with =mbox where all accounts land unfiltered.</p>
<p> Anyone set up something similar ?</p>
<p><a href="http://codemonkey.org.uk/2009/11/12/setting-signature-based-fromto-mutt/">setting signature based on From/To in mutt.</a> is a post from: <a href="http://codemonkey.org.uk">codemonkey.org.uk</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://codemonkey.org.uk/2009/11/12/setting-signature-based-fromto-mutt/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Graphical objdump ?</title>
		<link>http://codemonkey.org.uk/2009/01/30/graphical-objdump/</link>
		<comments>http://codemonkey.org.uk/2009/01/30/graphical-objdump/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 16:27:59 +0000</pubDate>
		<dc:creator>davej</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[lazyweb]]></category>
		<category><![CDATA[objdump]]></category>

		<guid isPermaLink="false">http://www.codemonkey.org.uk/?p=128</guid>
		<description><![CDATA[Hi Lazyweb. I&#8217;m curious if a tool exists already to do something I have in mind.. Take an example of objdump -x on a file.. 0 .note.gnu.build-id 00000024 0000000000000000 0000000000000000 00000040 2**2 CONTENTS, ALLOC, LOAD, READONLY, DATA 1 .text 0002a374 0000000000000000 0000000000000000 00000064 2**2 CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE 2 .exit.text 000000cb 0000000000000000 0000000000000000 [...]<p><a href="http://codemonkey.org.uk/2009/01/30/graphical-objdump/">Graphical objdump ?</a> is a post from: <a href="http://codemonkey.org.uk">codemonkey.org.uk</a></p>



No related posts.]]></description>
			<content:encoded><![CDATA[<p>Hi Lazyweb.  I&#8217;m curious if a tool exists already to do something I have in mind..</p>
<p>Take an example of objdump -x on a file..</p>
<blockquote><p>
  0 .note.gnu.build-id 00000024  0000000000000000  0000000000000000  00000040  2**2<br />
                  CONTENTS, ALLOC, LOAD, READONLY, DATA<br />
  1 .text         0002a374  0000000000000000  0000000000000000  00000064  2**2<br />
                  CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE<br />
  2 .exit.text    000000cb  0000000000000000  0000000000000000  000416b8  2**0<br />
                  CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE<br />
  3 .init.text    00000e35  0000000000000000  0000000000000000  00041ad0  2**0<br />
                  CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE<br />
  4 .ref.text     000000b9  0000000000000000  0000000000000000  00044828  2**0<br />
                  CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE<br />
  5 .rodata       00001bc2  0000000000000000  0000000000000000  000449f0  2**4<br />
                  CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA<br />
  6 .rodata.str1.1 00001e97  0000000000000000  0000000000000000  00048688  2**0<br />
                  CONTENTS, ALLOC, LOAD, READONLY, DATA<br />
  7 __bug_table   00000270  0000000000000000  0000000000000000  0004a51f  2**0<br />
                  CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA<br />
  8 .smp_locks    00000a90  0000000000000000  0000000000000000  0004ac70  2**3<br />
                  CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA
</p></blockquote>
<p>I&#8217;m curious what strings are in that .rodata.str1.1 section vs the .rodata section.  I&#8217;d really like a gtk UI that allows me to click that entry, and have it expand to show me what&#8217;s in there.  The app could be extra smart and have knowledge about what to do for specific sections, (like passing .text to objdump -d).  For sections it doesn&#8217;t grok, it could just print a hexdump.</p>
<p>Anything like this already exist?</p>
<p><a href="http://codemonkey.org.uk/2009/01/30/graphical-objdump/">Graphical objdump ?</a> is a post from: <a href="http://codemonkey.org.uk">codemonkey.org.uk</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://codemonkey.org.uk/2009/01/30/graphical-objdump/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

