<?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>Mostly Ramblings</title>
	<atom:link href="http://jonmccune.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonmccune.wordpress.com</link>
	<description>Mostly by Jon McCune</description>
	<lastBuildDate>Mon, 16 Jan 2012 14:54:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jonmccune.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Mostly Ramblings</title>
		<link>http://jonmccune.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jonmccune.wordpress.com/osd.xml" title="Mostly Ramblings" />
	<atom:link rel='hub' href='http://jonmccune.wordpress.com/?pushpress=hub'/>
		<item>
		<title>fsarchiver as a faster alternative to dd-based backup</title>
		<link>http://jonmccune.wordpress.com/2012/01/02/fsarchiver-as-a-faster-alternative-to-dd-based-backup/</link>
		<comments>http://jonmccune.wordpress.com/2012/01/02/fsarchiver-as-a-faster-alternative-to-dd-based-backup/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 21:00:31 +0000</pubDate>
		<dc:creator>jonmccune</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://jonmccune.wordpress.com/?p=727</guid>
		<description><![CDATA[Using dd on a mostly-empty disk to create a backup image for convenient restoration is overkill, and copying all those zeros takes time and space. After preparing the system to taste, boot from an Ubuntu LiveCD (just did this with LiveUSB 11.10) and run: sudo vi /etc/apt/sources.list # enable 'universe' sudo apt-get install fsarchiver sudo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonmccune.wordpress.com&amp;blog=3050255&amp;post=727&amp;subd=jonmccune&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Using dd on a mostly-empty disk to create a backup image for convenient restoration is overkill, and copying all those zeros takes time and space.</p>
<p>After preparing the system to taste, boot from an Ubuntu LiveCD (just did this with LiveUSB 11.10) and run:<br />
<code>sudo vi /etc/apt/sources.list # enable 'universe'<br />
sudo apt-get install fsarchiver<br />
sudo fsarchiver savefs -z1 -j4 -v /path/to/backup_image.fsa /dev/sda1</code></p>
<p>&#8230;where &#8216;z1&#8242; says to do the bare minimum compression (I&#8217;m not really concerned about compressing meaningful files, just ignoring empty space), &#8216;j4&#8242; says use up to 4 threads for compression (my current system is quad core), and &#8216;v&#8217; says to be somewhat verbose.  Without the &#8216;v&#8217; it just stares at you and I hate long-running jobs that don&#8217;t provide any feedback.</p>
<p>When doing a restore to a previously-used drive, if you want to wipe the unused disk space to eliminate any traces of the prior installation, you can use sfill:</p>
<p><code>sudo apt-get install secure-delete<br />
sudo -v sfill /path/to/mounted/filesystem</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonmccune.wordpress.com/727/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonmccune.wordpress.com/727/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonmccune.wordpress.com/727/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonmccune.wordpress.com/727/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jonmccune.wordpress.com/727/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jonmccune.wordpress.com/727/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jonmccune.wordpress.com/727/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jonmccune.wordpress.com/727/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonmccune.wordpress.com/727/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonmccune.wordpress.com/727/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonmccune.wordpress.com/727/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonmccune.wordpress.com/727/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonmccune.wordpress.com/727/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonmccune.wordpress.com/727/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonmccune.wordpress.com&amp;blog=3050255&amp;post=727&amp;subd=jonmccune&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jonmccune.wordpress.com/2012/01/02/fsarchiver-as-a-faster-alternative-to-dd-based-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c71980fa1c4ac3a408511b142f301573?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jonmccune</media:title>
		</media:content>
	</item>
		<item>
		<title>Diskless Windows 7 with iSCSI and gPXE</title>
		<link>http://jonmccune.wordpress.com/2011/12/19/diskless-windows-7-with-iscsi-and-gpxe/</link>
		<comments>http://jonmccune.wordpress.com/2011/12/19/diskless-windows-7-with-iscsi-and-gpxe/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 21:48:50 +0000</pubDate>
		<dc:creator>jonmccune</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://jonmccune.wordpress.com/?p=712</guid>
		<description><![CDATA[One of the things that makes virtual machines so great for development and testing is the ability to quickly and easily take snapshots and revert to earlier snapshots. With physical systems, this is more cumbersome. Sure, one could image the hard drive from a LiveCD, but these things take at least 10s of minutes with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonmccune.wordpress.com&amp;blog=3050255&amp;post=712&amp;subd=jonmccune&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of the things that makes virtual machines so great for development and testing is the ability to quickly and easily take snapshots and revert to earlier snapshots.  With physical systems, this is more cumbersome.  Sure, one could image the hard drive from a LiveCD, but these things take at least 10s of minutes with today&#8217;s giant disk drives, and physically moving disk drives around requires human intervention.  Solutions like Intel&#8217;s AMT might be viable if all the machines are homogeneous, but that&#8217;s rarely the case.  My goal is to setup automated regression testing of a hypervisor with multiple guest operating systems on hardware platforms from multiple vendors.  To me, all of this screamed Network Boot / Disk-less systems. I&#8217;ve used PXE boot in the past with Linux systems, especially to launch <a href="http://fai-project.org/">FAI</a> and automatically configure Linux.  However, the only thing I&#8217;ve ever done with Windows that resembles automation is to &#8220;slipstream&#8221; a Windows XP install CD with <a href="http://www.nu2.nu/pebuilder/">BartPE</a>, until now.</p>
<p>Other people have already figured out most of the hard stuff.  Many thanks to all of them.  Zorinaq&#8217;s <a href="http://blog.zorinaq.com/?e=41">Diskless Windows 7 iSCSI boot from OpenSolaris 2009.06 ZFS Server</a> contained enough detail to make me confident enough to give all of this a try.  Since 2009, however, the &#8220;Sun and Oracle thingy&#8221; happened.  I didn&#8217;t want to have to depend on anything from Oracle, and though web searches lead me to learn about the existence of OpenIndiana, I ran into a viable Linux option: <a href="http://www.howtoforge.com/using-iscsi-on-debian-lenny-initiator-and-target">Using iSCSI On Debian Lenny (Initiator And Target)</a>.  Though the instructions were somewhat dated, I had no trouble setting up Debian Squeeze as the Target (server).  I connected from an Ubuntu 10.04 LTS Initiator (client) just to confirm that everything worked as expected before getting involved with Windows.</p>
<p>So here we are: Debian Squeeze iSCSI Target system successfully configured without any major snafus. Note that I did opt to use LVM to manage 1.9TB of unused space on the 2TB disk inside the fileserver I&#8217;m using. </p>
<p><strong>Aside</strong>: I&#8217;ve only used LVM a few times in the past so I may update this with more information about some useful observations. One shortcoming I&#8217;ve observed so far (maybe? I&#8217;m still not fully convinced that this is correct) is that an LVM snapshot is not expected to live forever.  Every howto I&#8217;ve read suggests, after taking a snapshot, that the contents of the snapshot should be copied elsewhere, and the snapshot deleted.  This means it&#8217;s not possible to have the same workflow as I commonly use with VMware Fusion/Workstation.  With VMware, I frequently take snapshots at interesting configuration points and keep them around indefinitely.  I can easily rollback whenever I like, definitely without incurring the overhead of a full filesystem copy.</p>
<p><a href="http://etherboot.org/">gPXE</a> (part of the <a href="http://etherboot.org/wiki/">EtherBoot</a> project) &#8220;implements PXE, the industry standard network booting specification, and extends it with a number of new protocols and features.&#8221; It can be chain-loaded from regular PXE.  I did not bother trying to flash any NIC ROMs, again because I want my solution to work on as many different hardware platforms as possible. The gPXE feature of interest to us here is its ability to mount and boot from an iSCSI root filesystem.</p>
<p>Here are two more references that I found useful:</p>
<ul>
<li><a href="http://www.etherboot.org/wiki/sanboot/win2k8_iscsi_install">Installing Windows Server 2008 to an iSCSI target</a></li>
<li><a href="http://www.thogan.com/site2/archives/10">Windows XP/Vista/7 iSCSI boot</a></li>
</ul>
<p>gPXE can get its configuration file from a webserver, instead of TFTP.  I&#8217;m assuming, dear reader, that to even have an interest in diskless iSCSI boot, you can setup a LAMP stack or other webserver in your sleep. </p>
<p>I did not find a concrete example of a &#8220;gPXE&#8221; boot script (mine lives in <code>/var/www/gpxe_boot_script.html</code>), or a clear explanation in any documentation I could find that it&#8217;s a &#8220;shebang&#8221;-style file, so I post mine here for reference:</p>
<p><code><br />
#!gpxe<br />
dhcp net0<br />
set keep-san 1<br />
sanboot iscsi:10.0.0.1::::iqn.2011-12.com.example:storage.iscsiboot<br />
exit<br />
</code></p>
<p>Here is my (working with diskless Windows 7 booting via iSCSI) <code>/etc/dhcp/dhcpd.conf</code>:<br />
<code><br />
ddns-update-style none;<br />
option domain-name "example.com";<br />
option domain-name-servers 192.168.0.1;<br />
default-lease-time 600;<br />
max-lease-time 7200;<br />
authoritative;<br />
log-facility local7;<br />
option space gpxe;<br />
option gpxe-encap-opts code 175 = encapsulate gpxe;<br />
option gpxe.priority code 1 = signed integer 8;<br />
option gpxe.keep-san code 8 = unsigned integer 8;<br />
option gpxe.no-pxedhcp code 176 = unsigned integer 8;<br />
option gpxe.bus-id code 177 = string;<br />
option gpxe.bios-drive code 189 = unsigned integer 8;<br />
option gpxe.username code 190 = string;<br />
option gpxe.password code 191 = string;<br />
option gpxe.reverse-username code 192 = string;<br />
option gpxe.reverse-password code 193 = string;<br />
option gpxe.version code 235 = string;<br />
option iscsi-initiator-iqn code 203 = string;<br />
subnet 10.0.0.0 netmask 255.255.255.0 {<br />
  option routers 10.0.0.0;<br />
  allow booting;<br />
  allow bootp;<br />
  next-server 10.0.0.1; # this server<br />
  if exists user-class and option user-class = "gPXE" {<br />
    filename "http://10.0.0.1/gpxe_boot_script.html";<br />
  } else {<br />
    filename "undionly.kpxe";<br />
  }<br />
  range 10.0.0.100 10.0.0.200;<br />
  option root-path "iscsi:10.0.0.1::::iqn.2011-12.com.example:storage.iscsiboot";<br />
  option gpxe.keep-san 1;<br />
}<br />
</code></p>
<p>In addition to providing the above information because I wished I had found such information before starting, I now detail the problems that I encountered and overcame.</p>
<p><strong>Problem 1:</strong> The network card in my diskless client host is unsupported by Windows 7 out-of-the-box, preventing it from communicating via iSCSI.  I worked around this by downloading the relevant driver from the HP/Intel website, and extracting the files onto a USB stick.  When the installer asks when you would like to install Windows, there is an option to load a driver.  It happily loads network drivers in addition to storage drivers.</p>
<p><strong>Problem 2:</strong> The Windows 7 installer does not see the iSCSI target as a viable disk on which to install Windows, if I chainload gPXE from PXE.  My diskless client host (an HP Elite 8100) has three options for network booting (Disabled, PXE, iSCSI).  I was initially trying with it set to PXE, because my goal is to have the most general, cross-platform solution that I can.  However, the Windows installer takes forever to load up to the screen where it looks for a disk onto which to install, and I didn&#8217;t have the patience to try too many different things.  Plus, when I set the NIC to iSCSI, it just worked.  Note that in iSCSI mode the BIOS settings for the NIC request the name of the iSCSI target.  I entered them.  </p>
<p>Configured thusly, at boot time the diskless system starts by issuing a DHCP request to connect the iSCSI volume, and then proceeds through the normal boot sequence.  I put the DVD drive above the NIC, and the Windows 7 installer launched without issue.  I was then able to successfully install Windows onto the iSCSI target (after loading the NIC driver from the USB stick), as it magically appeared in the list of possible disks onto which to install Windows.</p>
<p>Now, that worked to <strong>install</strong> windows, which is/was the hard part.  Once Windows is installed on an iSCSI volume, it seems to work great.  I switched my BIOS settings back to regular PXE chainloading gPXE and Windows boots just fine.</p>
<p>As the purpose of this exercise is to setup multiple machines for regression testing, I will be going through these steps again before too long.  I hope to iteratively refine this post into very detail, effective instructions.</p>
<p>Some buzz-words that may help in web searches on this topic: iSCSI, gPXE, LVM, DHCP, TFTP, Apache2, Intel NIC Driver, Windows 7 32-bit CD.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonmccune.wordpress.com/712/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonmccune.wordpress.com/712/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonmccune.wordpress.com/712/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonmccune.wordpress.com/712/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jonmccune.wordpress.com/712/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jonmccune.wordpress.com/712/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jonmccune.wordpress.com/712/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jonmccune.wordpress.com/712/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonmccune.wordpress.com/712/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonmccune.wordpress.com/712/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonmccune.wordpress.com/712/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonmccune.wordpress.com/712/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonmccune.wordpress.com/712/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonmccune.wordpress.com/712/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonmccune.wordpress.com&amp;blog=3050255&amp;post=712&amp;subd=jonmccune&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jonmccune.wordpress.com/2011/12/19/diskless-windows-7-with-iscsi-and-gpxe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c71980fa1c4ac3a408511b142f301573?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jonmccune</media:title>
		</media:content>
	</item>
		<item>
		<title>How to (try to, anyways) nip a bad patent in the bud</title>
		<link>http://jonmccune.wordpress.com/2011/12/15/how-to-try-to-anyways-nip-a-bad-patent-in-the-bud/</link>
		<comments>http://jonmccune.wordpress.com/2011/12/15/how-to-try-to-anyways-nip-a-bad-patent-in-the-bud/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 15:46:32 +0000</pubDate>
		<dc:creator>jonmccune</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jonmccune.wordpress.com/?p=721</guid>
		<description><![CDATA[Many patent applications become public about 18 months after they are initially filed. As it is not unusual for a patent to take 3~5 years before an examiner takes a look, this means that many pending patent applications are freely available for anybody with a web browser (and who can solve a captcha) to read. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonmccune.wordpress.com&amp;blog=3050255&amp;post=721&amp;subd=jonmccune&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Many patent applications become public about 18 months after they are initially filed.  As it is not unusual for a patent to take 3~5 years before an examiner takes a look, this means that many pending patent applications are freely available for anybody with a web browser (and who can solve a captcha) to read.  What seems like a viable grassroots movement is for willing individuals to peruse newly published patent applications, and make sure that they include references to sufficient prior art.  If they do not (e.g., many applications that I have seen consider only other patents, and neglect a large volume of freely available scientific literature), then they risk becoming a &#8220;bad patent&#8221; because the examiner may not realize that there is little or no novelty.</p>
<p>There is a legal process for a third party to submit information on a pending patent application, within two months of that application&#8217;s having gone public.  It is defined in &#8220;37 CFR 1.99: Third-party submission in published application&#8221; (see 37 CFR 1.99 on the <a href="http://www.uspto.gov/web/offices/pac/mpep/documents/appxr_1_99.htm#cfr37s1.99">USPTO</a> website or <a href="http://www.bitlaw.com/source/37cfr/1_99.html">bitlaw</a>). Submitting such information generally costs between $100~$200, and one must first prove that one has also informed the applicant as well.  This must all happen within 2 months of the public disclosure of the application.  The viable methods for proof include some kind of acknowledgement from the applicant or their attorneys.  Certified First Class US Mail, Return Receipt Requested (not nearly as expensive as it sounds; I&#8217;ve mailed 64 pages for less than $9, including the envelope I put them in) (a return receipt is a post card that gets mailed back to you including the name and original signature of the recipient of the mail) is one such method. More on how one might actually get in touch with the relevant attorneys below.</p>
<p>Now, $100~$200 is a lot for a volunteer to shell out for a single pending patent which may never directly impact their life, and even $9 for postage and printing might be more than folks want to spend.  Let us first see how we might avoid the first expense. Anyone who has ever submitted a patent application may recognize &#8220;1.56 Duty to disclose information material to patentability. &#8211; Appendix R Patent Rules&#8221; (<a href="http://www.uspto.gov/web/offices/pac/mpep/documents/appxr_1_56.htm">USPTO</a>, <a href="http://en.wikipedia.org/wiki/Duty_of_candor#US_patent_applications">wikipedia</a>, <a href="http://www.bitlaw.com/source/37cfr/1_56.html">bitlaw</a>), they will have had to make detailed lists of related work (&#8220;prior art&#8221;) while preparing their own patent submissions.  This is more informally known as the &#8220;Duty of Candor&#8221; or &#8220;Disclosure&#8221; as it pertains to a patent filing. </p>
<p>Some lawyers with whom I am acquainted (and this is consistent with what the attorneys for our own patent applications have said) emphasize that the duty of candor is taken seriously by attorneys. Thus, if we can find out who the responsible law firm is, then maybe we can send them a certified letter containing the relevant prior art, and they will do the right thing to limit their own liability (the right thing in this case is for them to send the additional art to the USPTO; I can&#8217;t remember the official name of the form right this minute).  So, if even the $9 for certified mail is overkill, perhaps an email can suffice.</p>
<p>So, how do we find out the contact information for a given patent application? First, we need either its Application Number (generally written as xx/yyy,zzz) or its Publication Number (YYYYnnnnnnn, sometimes written YYYY/nnnnnnn). Armed with one of these numbers&#8230;</p>
<p><strong>Warning: Enter a mindset appropriate for websites designed before &#8220;search&#8221; was a largely solved problem.</strong></p>
<p>Goal: find the right attorneys.</p>
<p>To access the exhaustive history of a public application, use the Patent Application Information Retrieval (PAIR) <a href="http://portal.uspto.gov/external/portal/pair">website</a>, and search using the Application Number or Publication Number, taking care to select the right radio button and include / omit relevant punctuation.</p>
<p>This brings up all of the paperwork and correspondence relevant to that application (cool, eh? I previously was not aware that all of this was accessible).  Select the &#8220;Image File Wrapper&#8221; tab for PDF versions of stuff.  The far righthand column has a provision for something like &#8220;select all&#8221;, and it becomes possible to grab everything in a single large PDF.</p>
<p>I have had good luck learning the original filing attorney from the &#8220;Transmittal Letter&#8221;, and the firm where that attorney was employed at the time on the &#8220;Filing Receipt&#8221;.  It is unwise to assume that this attorney still works for the listed firm, as it appears that doing these kinds of filings is often the work of junior / inexperienced folks, who stand a good chance of having moved on to other areas of focus by the time 18 months have passed. I generally address such letters to &#8220;Name of Law Firm&#8221; / &#8220;Intellectual Property Department&#8221; / Street / City / State / Zip.</p>
<p>Be sure to resist the temptation to include any explanatory material in your letter.  Somewhere in 37 CFR 1.99 it explains that the patent examiner has no obligation to read any explanation provided, and (although it&#8217;s not very clear) it looks like he might be within his rights to ignore the whole thing if it is too bogged down with explanation. (Does anybody know for sure?)</p>
<p>For completeness and convenience, here is a letter template:</p>
<p>(right justified) FROM: your name &amp; address<br />
(right justified) Date<br />
(left justified from now on)<br />
TO: Name of Law Firm<br />
Intellectual Property Department<br />
Attorney or Agent for NAME OF INVENTOR (US published patent application YYYY/nnnnnnn)<br />
STREET<br />
CITY STATE ZIP</p>
<p>Dear sir or madam:</p>
<p>I am writing in regard to pending United States patent Application Number xx/yyy,zzz (Publication Number YYYY/nnnnnnn), entitled TITLE OF PATENT APPLICATION. The Notice of Publication on file with the USPTO is dated DATE.</p>
<p>Supporting documentation identifies NAME OF LAW FIRM as having been granted Power of Attorney to Prosecute Applications before the USPTO. Attorney Docket Number is listed as DOCKET NUMBER.</p>
<p>I hereby submit the following published scientific literature for your consideration, in the expectation that it will be evaluated in light of your responsibilities under 37 CFR 1.56 (“Duty of Candor”). Please find below citations for the literature (including the dates when they were made public). I also include full copies of these publications with this letter.</p>
<ul>
<li>Thorough citation of Publication 1</li>
<li>Thorough citation of Publication 2</li>
<li>&#8230;</li>
</ul>
<p>Regards,<br />
YOUR NAME</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonmccune.wordpress.com/721/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonmccune.wordpress.com/721/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonmccune.wordpress.com/721/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonmccune.wordpress.com/721/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jonmccune.wordpress.com/721/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jonmccune.wordpress.com/721/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jonmccune.wordpress.com/721/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jonmccune.wordpress.com/721/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonmccune.wordpress.com/721/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonmccune.wordpress.com/721/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonmccune.wordpress.com/721/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonmccune.wordpress.com/721/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonmccune.wordpress.com/721/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonmccune.wordpress.com/721/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonmccune.wordpress.com&amp;blog=3050255&amp;post=721&amp;subd=jonmccune&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jonmccune.wordpress.com/2011/12/15/how-to-try-to-anyways-nip-a-bad-patent-in-the-bud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c71980fa1c4ac3a408511b142f301573?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jonmccune</media:title>
		</media:content>
	</item>
		<item>
		<title>Google+ changed my Instant Upload setting without asking me</title>
		<link>http://jonmccune.wordpress.com/2011/12/07/google-changed-my-instant-upload-setting-without-asking-me/</link>
		<comments>http://jonmccune.wordpress.com/2011/12/07/google-changed-my-instant-upload-setting-without-asking-me/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 14:06:49 +0000</pubDate>
		<dc:creator>jonmccune</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://jonmccune.wordpress.com/?p=719</guid>
		<description><![CDATA[With a one-year-old and two pets, I use my Nexus One&#8217;s camera almost daily. I created my Google+ account many months ago. I almost never use the Google+ App on my phone. However, photos I took starting on December 2 began to show up in my Google+ &#8220;notification area&#8221; when signed into Gmail. Now, they&#8217;re [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonmccune.wordpress.com&amp;blog=3050255&amp;post=719&amp;subd=jonmccune&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With a one-year-old and two pets, I use my Nexus One&#8217;s camera almost daily.  I created my Google+ account many months ago.  I almost never use the Google+ App on my phone.  However, photos I took starting on December 2 began to show up in my Google+ &#8220;notification area&#8221; when signed into Gmail.  Now, they&#8217;re not shared by default, so there&#8217;s no &#8220;real&#8221; harm done in the near term. </p>
<p>Photos from November 27 were not uploaded.  I conclude that something happened between those two dates to re-enable Instant Upload.  </p>
<p>Quick fix: Google+ App : Menu softkey : Settings : Uncheck the Instant Upload checkbox. </p>
<p>It is entirely possible that a regular App update tried to warn me about this.  However, to me, this is a significant change that should have warranted an additional effort to notify me about it.  </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonmccune.wordpress.com/719/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonmccune.wordpress.com/719/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonmccune.wordpress.com/719/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonmccune.wordpress.com/719/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jonmccune.wordpress.com/719/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jonmccune.wordpress.com/719/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jonmccune.wordpress.com/719/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jonmccune.wordpress.com/719/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonmccune.wordpress.com/719/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonmccune.wordpress.com/719/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonmccune.wordpress.com/719/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonmccune.wordpress.com/719/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonmccune.wordpress.com/719/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonmccune.wordpress.com/719/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonmccune.wordpress.com&amp;blog=3050255&amp;post=719&amp;subd=jonmccune&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jonmccune.wordpress.com/2011/12/07/google-changed-my-instant-upload-setting-without-asking-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c71980fa1c4ac3a408511b142f301573?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jonmccune</media:title>
		</media:content>
	</item>
		<item>
		<title>The lack of secure storage options on mobile devices</title>
		<link>http://jonmccune.wordpress.com/2011/12/02/the-lack-of-secure-storage-options-on-mobile-devices/</link>
		<comments>http://jonmccune.wordpress.com/2011/12/02/the-lack-of-secure-storage-options-on-mobile-devices/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 20:05:03 +0000</pubDate>
		<dc:creator>jonmccune</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://jonmccune.wordpress.com/?p=704</guid>
		<description><![CDATA[App developers who want to protect data, can&#8217;t. Here is a nice writeup from the Pidgin developers about why nothing out there improves upon cleartext password storage: PlainTextPasswords A lot of developers need to understand this. Look at the comments to this stackoverflow question to get a taste of the lack of understanding that pervades [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonmccune.wordpress.com&amp;blog=3050255&amp;post=704&amp;subd=jonmccune&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>App developers who want to protect data, can&#8217;t.  Here is a nice writeup from the Pidgin developers about why nothing out there improves upon cleartext password storage: <a href="http://developer.pidgin.im/wiki/PlainTextPasswords">PlainTextPasswords</a></p>
<p>A lot of developers need to understand this.  Look at the comments to this <a href="http://stackoverflow.com/questions/3339870/android-secure-storage">stackoverflow question</a> to get a taste of the lack of understanding that pervades many developers.</p>
<p>I feel inspired to write a response on par with this <a href="http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454">incredible rant about how people need to stop trying to parse HTML with regex</a>, but I don&#8217;t think I&#8217;ve got the time (or the skills? <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonmccune.wordpress.com/704/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonmccune.wordpress.com/704/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonmccune.wordpress.com/704/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonmccune.wordpress.com/704/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jonmccune.wordpress.com/704/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jonmccune.wordpress.com/704/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jonmccune.wordpress.com/704/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jonmccune.wordpress.com/704/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonmccune.wordpress.com/704/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonmccune.wordpress.com/704/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonmccune.wordpress.com/704/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonmccune.wordpress.com/704/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonmccune.wordpress.com/704/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonmccune.wordpress.com/704/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonmccune.wordpress.com&amp;blog=3050255&amp;post=704&amp;subd=jonmccune&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jonmccune.wordpress.com/2011/12/02/the-lack-of-secure-storage-options-on-mobile-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c71980fa1c4ac3a408511b142f301573?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jonmccune</media:title>
		</media:content>
	</item>
		<item>
		<title>Inserting headers and footers onto an existing PDF document using pdflatex</title>
		<link>http://jonmccune.wordpress.com/2011/11/30/inserting-headers-and-footers-onto-an-existing-pdf-document-using-pdflatex/</link>
		<comments>http://jonmccune.wordpress.com/2011/11/30/inserting-headers-and-footers-onto-an-existing-pdf-document-using-pdflatex/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 17:59:43 +0000</pubDate>
		<dc:creator>jonmccune</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://jonmccune.wordpress.com/?p=708</guid>
		<description><![CDATA[When printing PDF documents it can often be useful to add a few quick notes to the document to help you remember context on the day you chose to print it. This is especially true as a reviewer of academic papers, where a submitted paper needs to be identified as such, with its ID number [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonmccune.wordpress.com&amp;blog=3050255&amp;post=708&amp;subd=jonmccune&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When printing PDF documents it can often be useful to add a few quick notes to the document to help you remember context on the day you chose to print it.  This is especially true as a reviewer of academic papers, where a submitted paper needs to be identified as such, with its ID number from the reviewing system, etc.</p>
<p>I recently discovered the <a href="http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/">pdfpages</a> LaTeX package, which enables the \includepdf command to include an arbitrary selection of pages from an existing PDF into the resulting PDF.  This makes it possible to throw together a .tex document in less than 10 lines that can do exactly what I want.</p>
<p>I went ahead and scripted this using python, available here:<br />
<a href="https://github.com/jonmccune/annotate-pdf-hf" title="annotate-pdf-hf">https://github.com/jonmccune/annotate-pdf-hf</a></p>
<p>Usage:<br />
<code>$ ./annotate-pdf-hf.py -h<br />
usage: annotate-pdf-hf.py [-h] -i INFILE [-l LHEAD] [-c CHEAD] [-r RHEAD]<br />
                          [-f LFOOT] [-o RFOOT]</p>
<p>Magic header/footer annotation inserter</p>
<p>optional arguments:<br />
  -h, --help            show this help message and exit<br />
  -i INFILE, --infile INFILE<br />
                        Input PDF File<br />
  -l LHEAD, --lhead LHEAD<br />
                        Left Header<br />
  -c CHEAD, --chead CHEAD<br />
                        Center Header<br />
  -r RHEAD, --rhead RHEAD<br />
                        Right Header<br />
  -f LFOOT, --lfoot LFOOT<br />
                        Left Footer<br />
  -o RFOOT, --rfoot RFOOT<br />
                        Right Footer<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonmccune.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonmccune.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonmccune.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonmccune.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jonmccune.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jonmccune.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jonmccune.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jonmccune.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonmccune.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonmccune.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonmccune.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonmccune.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonmccune.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonmccune.wordpress.com/708/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonmccune.wordpress.com&amp;blog=3050255&amp;post=708&amp;subd=jonmccune&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jonmccune.wordpress.com/2011/11/30/inserting-headers-and-footers-onto-an-existing-pdf-document-using-pdflatex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c71980fa1c4ac3a408511b142f301573?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jonmccune</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8216;svn up&#8217; in multiple working copies</title>
		<link>http://jonmccune.wordpress.com/2011/11/30/svn-up-in-multiple-working-copies/</link>
		<comments>http://jonmccune.wordpress.com/2011/11/30/svn-up-in-multiple-working-copies/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 15:14:28 +0000</pubDate>
		<dc:creator>jonmccune</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://jonmccune.wordpress.com/?p=698</guid>
		<description><![CDATA[A cute one-liner that I use relatively frequently (e.g., when you checkout lots of different people&#8217;s svn repositories in a single directory named &#8216;work&#8217;): for i in `find . -maxdepth 2 -type d -name .svn`; do pushd `dirname $i`; svn up; popd; done<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonmccune.wordpress.com&amp;blog=3050255&amp;post=698&amp;subd=jonmccune&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A cute one-liner that I use relatively frequently (e.g., when you checkout lots of different people&#8217;s svn repositories in a single directory named &#8216;work&#8217;):</p>
<p><code>for i in `find . -maxdepth 2 -type d -name .svn`; do pushd `dirname $i`; svn up; popd; done</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonmccune.wordpress.com/698/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonmccune.wordpress.com/698/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonmccune.wordpress.com/698/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonmccune.wordpress.com/698/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jonmccune.wordpress.com/698/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jonmccune.wordpress.com/698/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jonmccune.wordpress.com/698/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jonmccune.wordpress.com/698/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonmccune.wordpress.com/698/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonmccune.wordpress.com/698/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonmccune.wordpress.com/698/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonmccune.wordpress.com/698/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonmccune.wordpress.com/698/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonmccune.wordpress.com/698/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonmccune.wordpress.com&amp;blog=3050255&amp;post=698&amp;subd=jonmccune&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jonmccune.wordpress.com/2011/11/30/svn-up-in-multiple-working-copies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c71980fa1c4ac3a408511b142f301573?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jonmccune</media:title>
		</media:content>
	</item>
		<item>
		<title>Layperson&#8217;s description of CS people</title>
		<link>http://jonmccune.wordpress.com/2011/11/28/laypersons-description-of-cs-types/</link>
		<comments>http://jonmccune.wordpress.com/2011/11/28/laypersons-description-of-cs-types/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 06:01:04 +0000</pubDate>
		<dc:creator>jonmccune</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://jonmccune.wordpress.com/?p=696</guid>
		<description><![CDATA[I&#8217;m definitely not a theorist, but this discussion aims at the basics. I like it. dinner-table-description-of-theoretical-computer-science A few of my favorites: The algorithm used to pick teams in elementary school gym class Optimal route for running errands and how it totally fails to scale Trying to prove something about prime numbers<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonmccune.wordpress.com&amp;blog=3050255&amp;post=696&amp;subd=jonmccune&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m definitely not a theorist, but this discussion aims at the basics.  I like it.</p>
<p><a href="http://cstheory.stackexchange.com/questions/1471/dinner-table-description-of-theoretical-computer-science" title="dinner-table-description-of-theoretical-computer-science">dinner-table-description-of-theoretical-computer-science</a></p>
<p>A few of my favorites: </p>
<ul>
<li>The algorithm used to pick teams in elementary school gym class</li>
<li>Optimal route for running errands and how it totally fails to scale</li>
<li>Trying to prove something about prime numbers</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonmccune.wordpress.com/696/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonmccune.wordpress.com/696/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonmccune.wordpress.com/696/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonmccune.wordpress.com/696/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jonmccune.wordpress.com/696/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jonmccune.wordpress.com/696/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jonmccune.wordpress.com/696/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jonmccune.wordpress.com/696/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonmccune.wordpress.com/696/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonmccune.wordpress.com/696/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonmccune.wordpress.com/696/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonmccune.wordpress.com/696/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonmccune.wordpress.com/696/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonmccune.wordpress.com/696/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonmccune.wordpress.com&amp;blog=3050255&amp;post=696&amp;subd=jonmccune&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jonmccune.wordpress.com/2011/11/28/laypersons-description-of-cs-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c71980fa1c4ac3a408511b142f301573?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jonmccune</media:title>
		</media:content>
	</item>
		<item>
		<title>Password reset for sourceforge.net Mailman list administration</title>
		<link>http://jonmccune.wordpress.com/2011/11/21/password-reset-for-sourceforge-net-mailman-lists/</link>
		<comments>http://jonmccune.wordpress.com/2011/11/21/password-reset-for-sourceforge-net-mailman-lists/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 14:40:26 +0000</pubDate>
		<dc:creator>jonmccune</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://jonmccune.wordpress.com/?p=693</guid>
		<description><![CDATA[So far remembering the password for flickertcb-devel has proven more than my feeble mind can muster. Compounding this problem is that there is no obvious action to be taken (e.g., a Forgot Your Password? link) from the Mailman page that requests this password. Here is what to do (current as of the time of this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonmccune.wordpress.com&amp;blog=3050255&amp;post=693&amp;subd=jonmccune&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So far remembering the password for flickertcb-devel has proven more than my feeble mind can muster. Compounding this problem is that there is no obvious action to be taken (e.g., a Forgot Your Password? link) from the Mailman page that requests this password.  Here is what to do (current as of the time of this post anyways; SourceForge has been making some design changes):</p>
<p>Sign in and go to your SourceForge project&#8217;s administrative home page.  From the &#8220;Project Admin&#8221; drop-down menu, select the &#8220;Features&#8221; item.  At the far right of the &#8220;Mailing Lists&#8221; row in the ensuing table, select &#8220;Manage&#8221;.  </p>
<p>The three options below the list&#8217;s Description field are: &#8220;Mailman Admin | List Subscribers | Change Password&#8221;.  Change Password does the trick.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonmccune.wordpress.com/693/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonmccune.wordpress.com/693/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonmccune.wordpress.com/693/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonmccune.wordpress.com/693/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jonmccune.wordpress.com/693/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jonmccune.wordpress.com/693/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jonmccune.wordpress.com/693/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jonmccune.wordpress.com/693/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonmccune.wordpress.com/693/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonmccune.wordpress.com/693/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonmccune.wordpress.com/693/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonmccune.wordpress.com/693/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonmccune.wordpress.com/693/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonmccune.wordpress.com/693/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonmccune.wordpress.com&amp;blog=3050255&amp;post=693&amp;subd=jonmccune&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jonmccune.wordpress.com/2011/11/21/password-reset-for-sourceforge-net-mailman-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c71980fa1c4ac3a408511b142f301573?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jonmccune</media:title>
		</media:content>
	</item>
		<item>
		<title>Gmail Feature Suggestions</title>
		<link>http://jonmccune.wordpress.com/2011/11/11/gmail-feature-suggestions/</link>
		<comments>http://jonmccune.wordpress.com/2011/11/11/gmail-feature-suggestions/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 19:31:18 +0000</pubDate>
		<dc:creator>jonmccune</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://jonmccune.wordpress.com/?p=686</guid>
		<description><![CDATA[I just submitted these suggestions for improvement here. I want to apply a label to an email as I draft it, so that a response that comes back is automatically labeled already. Today, I do this by clicking &#8220;View Message&#8221; immediately after clicking &#8220;Send&#8221;, but it is cumbersome. Allow customization of subject line prefixes that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonmccune.wordpress.com&amp;blog=3050255&amp;post=686&amp;subd=jonmccune&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just submitted these suggestions for improvement <a href="https://mail.google.com/support/bin/static.py?page=suggestions.cs">here</a>.</p>
<ul>
<li>I want to apply a label to an email as I draft it, so that a response that comes back is automatically labeled already.  Today, I do this by clicking &#8220;View Message&#8221; immediately after clicking &#8220;Send&#8221;, but it is cumbersome.</li>
<li>Allow customization of subject line prefixes that suggest that a message is part of an existing conversation.  E.g., I have a message in my inbox right now that is not threaded into an existing conversation, but it &#8220;should&#8221; be.  Its subject currently starts with &#8220;Re: EXT :Re: Action Required: &#8220;.  The &#8220;EXT&#8221; one is more annoying than the &#8220;Action Required&#8221; one, but there are others, such as &#8220;Out of Office:&#8221;, and &#8220;Re&#8221; in any of the world&#8217;s other languages.</li>
<li>Scroll the entire page when viewing the Inbox.  The &#8220;new&#8221; Gmail look leaves the search bar and a few buttons permanently at the top of the screen.  I would prefer to see all of my messages.</li>
<li>Update 2011.11.20: &#8220;Pop-Out&#8221; a message that I am reading, just like one can &#8220;Pop-Out&#8221; a draft email.</li>
<li>Update 2011.11.30: Search the contents of known extension types (e.g., *.pdf, *.doc).</li>
</ul>
<p>The fact that these are my biggest problems with email is quite amazing.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonmccune.wordpress.com/686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonmccune.wordpress.com/686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonmccune.wordpress.com/686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonmccune.wordpress.com/686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jonmccune.wordpress.com/686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jonmccune.wordpress.com/686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jonmccune.wordpress.com/686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jonmccune.wordpress.com/686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonmccune.wordpress.com/686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonmccune.wordpress.com/686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonmccune.wordpress.com/686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonmccune.wordpress.com/686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonmccune.wordpress.com/686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonmccune.wordpress.com/686/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonmccune.wordpress.com&amp;blog=3050255&amp;post=686&amp;subd=jonmccune&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jonmccune.wordpress.com/2011/11/11/gmail-feature-suggestions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c71980fa1c4ac3a408511b142f301573?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jonmccune</media:title>
		</media:content>
	</item>
	</channel>
</rss>
