<?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>notepad blog</title>
	<atom:link href="http://mynotes.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mynotes.wordpress.com</link>
	<description>__things i don't remember__</description>
	<lastBuildDate>Thu, 01 Dec 2011 17:34:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mynotes.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>notepad blog</title>
		<link>http://mynotes.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mynotes.wordpress.com/osd.xml" title="notepad blog" />
	<atom:link rel='hub' href='http://mynotes.wordpress.com/?pushpress=hub'/>
		<item>
		<title>erasure not reified</title>
		<link>http://mynotes.wordpress.com/2011/12/01/erasure-not-reified/</link>
		<comments>http://mynotes.wordpress.com/2011/12/01/erasure-not-reified/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 17:34:22 +0000</pubDate>
		<dc:creator>mynotes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[erasure]]></category>
		<category><![CDATA[generics]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[reified]]></category>

		<guid isPermaLink="false">http://mynotes.wordpress.com/?p=630</guid>
		<description><![CDATA[erasure not reified 1 public class T { 2 public static void main(String[] args) throws Exception { 3 A&#60;String,B&#62; a = new A&#60;String,B&#62;(); 4 B b = a.get("hello"); 5 } 6 7 static class B {} 8 9 static class A&#60;K,V&#62; { 10 V get(K k) { 11 Object obj = get_object_for(k); 12 V v [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mynotes.wordpress.com&amp;blog=159341&amp;post=630&amp;subd=mynotes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mynotes.wordpress.com/2011/12/01/erasure-not-reified/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mynotes</media:title>
		</media:content>
	</item>
		<item>
		<title>emacs</title>
		<link>http://mynotes.wordpress.com/2011/10/18/emacs/</link>
		<comments>http://mynotes.wordpress.com/2011/10/18/emacs/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 16:19:48 +0000</pubDate>
		<dc:creator>mynotes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mynotes.wordpress.com/?p=625</guid>
		<description><![CDATA[http://www2.lib.uchicago.edu/keith/tcl-course/emacs-tutorial.html C-x Ctrl+x M-x Alt+x C-M-x Ctrl+Alt+x RET RETURN SPC Spac ESC escape or C-[ C-c Used for commands that are specific to particular modes, so they are free to be used for different commands depending on context. These are the most variable of Emacs commands. C-h Used for Help commands. C-x This prefix is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mynotes.wordpress.com&amp;blog=159341&amp;post=625&amp;subd=mynotes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mynotes.wordpress.com/2011/10/18/emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mynotes</media:title>
		</media:content>
	</item>
		<item>
		<title>music</title>
		<link>http://mynotes.wordpress.com/2011/10/18/music/</link>
		<comments>http://mynotes.wordpress.com/2011/10/18/music/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 14:49:20 +0000</pubDate>
		<dc:creator>mynotes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mynotes.wordpress.com/?p=619</guid>
		<description><![CDATA[good music let you stay quiet and focused, it grows on you, it has layers that you discover as you listen to it again and again, and at one point you are so focused that you don&#8217;t remember to listening it anymore and it seems to be coming with in you and becomes part of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mynotes.wordpress.com&amp;blog=159341&amp;post=619&amp;subd=mynotes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mynotes.wordpress.com/2011/10/18/music/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mynotes</media:title>
		</media:content>
	</item>
		<item>
		<title>what process has a socket open</title>
		<link>http://mynotes.wordpress.com/2011/10/18/what-process-has-a-socket-open/</link>
		<comments>http://mynotes.wordpress.com/2011/10/18/what-process-has-a-socket-open/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 14:37:46 +0000</pubDate>
		<dc:creator>mynotes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mynotes.wordpress.com/?p=617</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mynotes.wordpress.com&amp;blog=159341&amp;post=617&amp;subd=mynotes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mynotes.wordpress.com/2011/10/18/what-process-has-a-socket-open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mynotes</media:title>
		</media:content>
	</item>
		<item>
		<title>tcpip state</title>
		<link>http://mynotes.wordpress.com/2011/10/18/tcpip-state/</link>
		<comments>http://mynotes.wordpress.com/2011/10/18/tcpip-state/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 14:30:57 +0000</pubDate>
		<dc:creator>mynotes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mynotes.wordpress.com/?p=615</guid>
		<description><![CDATA[Three-Way Handshake server get prepared to accept an incoming connection (passive open) by calling socket, bind, and listen. client opens connection (active open) by calling connect. This causes the client TCP to send a &#8220;synchronize&#8221; (SYN) segment, which tells the server the client&#8217;s initial sequence number for the data that the client will send on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mynotes.wordpress.com&amp;blog=159341&amp;post=615&amp;subd=mynotes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mynotes.wordpress.com/2011/10/18/tcpip-state/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mynotes</media:title>
		</media:content>
	</item>
		<item>
		<title>SSH Public Key Authentication</title>
		<link>http://mynotes.wordpress.com/2011/10/06/ssh-public-key-authentication/</link>
		<comments>http://mynotes.wordpress.com/2011/10/06/ssh-public-key-authentication/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 13:55:03 +0000</pubDate>
		<dc:creator>mynotes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://mynotes.wordpress.com/?p=613</guid>
		<description><![CDATA[============================= client$ mkdir ~/.ssh client$ chmod 700 ~/.ssh client$ ssh-keygen -q -f ~/.ssh/id_rsa -t rsa Enter passphrase (empty for no passphrase): ... Enter same passphrase again: ... # first, upload public key from client to server client$ scp ~/.ssh/id_rsa.pub server.example.org: # next, setup the public key on server mkdir ~/.ssh chmod 700 ~/.ssh cat ~/id_rsa.pub [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mynotes.wordpress.com&amp;blog=159341&amp;post=613&amp;subd=mynotes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mynotes.wordpress.com/2011/10/06/ssh-public-key-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mynotes</media:title>
		</media:content>
	</item>
		<item>
		<title>wear sunscreen</title>
		<link>http://mynotes.wordpress.com/2011/09/30/wear-sunscreen/</link>
		<comments>http://mynotes.wordpress.com/2011/09/30/wear-sunscreen/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 20:35:50 +0000</pubDate>
		<dc:creator>mynotes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mynotes.wordpress.com/?p=611</guid>
		<description><![CDATA[watched Big Kahuna on sundance last night, found sunscreen<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mynotes.wordpress.com&amp;blog=159341&amp;post=611&amp;subd=mynotes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mynotes.wordpress.com/2011/09/30/wear-sunscreen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mynotes</media:title>
		</media:content>
	</item>
		<item>
		<title>django 1.3 STATICFILES_DIRS</title>
		<link>http://mynotes.wordpress.com/2011/09/27/django-1-3-staticfiles_dirs/</link>
		<comments>http://mynotes.wordpress.com/2011/09/27/django-1-3-staticfiles_dirs/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 03:21:25 +0000</pubDate>
		<dc:creator>mynotes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[staticfiles]]></category>

		<guid isPermaLink="false">http://mynotes.wordpress.com/?p=609</guid>
		<description><![CDATA[after trying many thing and going thru django (1.3) files, here is how we set static files on django dev server in settings.py add absolute path of your static files dirs to STATICFILES_DIRS STATICFILES_DIRS = ( # Put strings here, like "/home/html/static" or "C:/www/django/static". # Always use forward slashes, even on Windows. # Don't forget [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mynotes.wordpress.com&amp;blog=159341&amp;post=609&amp;subd=mynotes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mynotes.wordpress.com/2011/09/27/django-1-3-staticfiles_dirs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mynotes</media:title>
		</media:content>
	</item>
		<item>
		<title>Nginx: the High-Performance Web Server and Reverse Proxy</title>
		<link>http://mynotes.wordpress.com/2011/08/25/nginx-the-high-performance-web-server-and-reverse-proxy/</link>
		<comments>http://mynotes.wordpress.com/2011/08/25/nginx-the-high-performance-web-server-and-reverse-proxy/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 15:23:56 +0000</pubDate>
		<dc:creator>mynotes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mynotes.wordpress.com/?p=604</guid>
		<description><![CDATA[excellent, precise article on linux journal, gets you quick up and running with nginx.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mynotes.wordpress.com&amp;blog=159341&amp;post=604&amp;subd=mynotes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mynotes.wordpress.com/2011/08/25/nginx-the-high-performance-web-server-and-reverse-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mynotes</media:title>
		</media:content>
	</item>
		<item>
		<title>FileZilla passwords</title>
		<link>http://mynotes.wordpress.com/2011/08/01/filezilla-passwords/</link>
		<comments>http://mynotes.wordpress.com/2011/08/01/filezilla-passwords/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 18:58:26 +0000</pubDate>
		<dc:creator>mynotes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mynotes.wordpress.com/?p=597</guid>
		<description><![CDATA[FileZilla stores server passwords in plain text, see Filezilla Password File on Windows machine passwords are stored in following files %APPDATA%\FileZilla\filezilla.xml %APPDATA%\FileZilla\sitemanager.xml to stop filezilla to store password, you need to enable &#8220;Kiosk mode&#8221; c:\your\filezilla\installtion\dir&#62;cp FileZilla-3.3.3\docs\fzdefaults.xml.example fzdefaults.xml update fzdefaults.xml&#8211; &#60;FileZilla3&#62; &#60;Settings&#62; &#60;!-- &#60;Setting name="Config Location"&#62;$SOMEDIR/filezilla/&#60;/Setting&#62; --&#62; &#60;Setting name="Kiosk mode"&#62;1&#60;/Setting&#62; &#60;!-- donot store passwds --&#62; &#60;Setting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mynotes.wordpress.com&amp;blog=159341&amp;post=597&amp;subd=mynotes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mynotes.wordpress.com/2011/08/01/filezilla-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mynotes</media:title>
		</media:content>
	</item>
	</channel>
</rss>
