<?xml version="1.0" encoding="ISO-8859-1"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:lang="en-US">
	<title>Everbody has a blog...</title>
	<link rel="alternate" type="text/html" href="http://www.netmeister.org/blog/index.php" />
	<modified>2010-09-07T16:52:31Z</modified>
	<author>
		<name>Jan Schaumann</name>
	</author>
	<copyright>Copyright 2010, Jan Schaumann</copyright>
	<generator url="http://www.sourceforge.net/projects/sphpblog" version="0.4.8">SPHPBLOG</generator>
	<entry>
		<title>Broadway Bomb 2009</title>
		<link rel="alternate" type="text/html" href="http://www.netmeister.org/blog/index.php?entry=entry091011-150049" />
		<content type="text/html" mode="escaped"><![CDATA[The <a href="http://www.broadwaybomb.com" target="_blank" >Broadway Bomb 2009</a>, the annual longboard race from 116th street down to wall street, took place yesterday. More fun than a barrel full of monkeys, though quite similar in many other respects.  Some photos <a href="http://www.flickr.com/photos/jschauma/sets/72157622432134459/" target="_blank" >here</a>.]]></content>
		<id>http://www.netmeister.org/blog/index.php?entry=entry091011-150049</id>
		<issued>2009-10-11T00:00:00Z</issued>
		<modified>2009-10-11T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Building Better Tools</title>
		<link rel="alternate" type="text/html" href="http://www.netmeister.org/blog/index.php?entry=entry090605-114034" />
		<content type="text/html" mode="escaped"><![CDATA[I gave a talk entitled ``Building Better Tools&#039;&#039; at <a href="http://www.nycbug.org/index.php?NAV=Home;SUBM=10226" target="_blank" >NYCBug</a>.  This talk is an extended version of a presentation I gave at work in March, on how system engineers and administrators, the people who maintain the infrastructure of the internet and who write a lot of code without (usually) having any training in software engineering practices, can improve their tools.<br /><br />Slides are <a href="http://www.netmeister.org/misc/bbt.pdf" target="_blank" >here</a>.<br /><br />Audio of the talk is <a href="http://www.netmeister.org/misc/nycbug-06-03-09.mp3" target="_blank" >here</a>.]]></content>
		<id>http://www.netmeister.org/blog/index.php?entry=entry090605-114034</id>
		<issued>2009-06-05T00:00:00Z</issued>
		<modified>2009-06-05T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Why I won&amp;#039;t get Speakeasy DSL service again.</title>
		<link rel="alternate" type="text/html" href="http://www.netmeister.org/blog/index.php?entry=entry080428-183425" />
		<content type="text/html" mode="escaped"><![CDATA[Reminiscent of <a href="http://www.netmeister.org/misc/nightmare.txt" target="_blank" >my previous nightmare</a> with DSL, the reason why I&#039;m ditching Speakeasy DSL service after 9 years can be found summarized in <a href="http://www.netmeister.org/misc/se.txt" target="_blank" >this ticket</a>.<br /><br />Having outsourced my hosting to Panix, I&#039;m ready to become a consumer.]]></content>
		<id>http://www.netmeister.org/blog/index.php?entry=entry080428-183425</id>
		<issued>2008-04-28T00:00:00Z</issued>
		<modified>2008-04-28T00:00:00Z</modified>
	</entry>
	<entry>
		<title>bouncing mail due to relays.ordb.org </title>
		<link rel="alternate" type="text/html" href="http://www.netmeister.org/blog/index.php?entry=entry080325-221406" />
		<content type="text/html" mode="escaped"><![CDATA[Apparently some time today, relays.ordb.org was changed to return positive results for any and all queries.  This caused my mail server to reject all incoming mail.<br /><br />I understand that it&#039;s an efficient way to make people not use relays.ordb.org anymore, but willingly and intentionally cause people to lose mail is really not very nice.<br /><br />See also: <a href="http://www.nabble.com/relays.ordb.org-returning-positive-for-everything--td16286049.html" target="_blank" >http://www.nabble.com/relays.ordb.org-r ... 86049.html</a>]]></content>
		<id>http://www.netmeister.org/blog/index.php?entry=entry080325-221406</id>
		<issued>2008-03-26T00:00:00Z</issued>
		<modified>2008-03-26T00:00:00Z</modified>
	</entry>
	<entry>
		<title>A surfer&amp;#039;s log</title>
		<link rel="alternate" type="text/html" href="http://www.netmeister.org/blog/index.php?entry=entry080119-193955" />
		<content type="text/html" mode="escaped"><![CDATA[Date:           2008-01-19<br />Where:         Pacifica/Linda Mar<br />Time:           13:30 - 15:00<br />Weather:      Sunny<br />Wind:           None.<br />Crowds:       Emptyish (for Pacifica)<br />Tide:            Low, low tide.<br />Waves:         3-4&#039;, mostly.  Some 5.  Fairly clean, but few.<br /><br />First time surfing in 2008.  Very, very out of shape.  Good thing it was mellow.  Warmer than anticipated.]]></content>
		<id>http://www.netmeister.org/blog/index.php?entry=entry080119-193955</id>
		<issued>2008-01-20T00:00:00Z</issued>
		<modified>2008-01-20T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Google blocking certain user-agents</title>
		<link rel="alternate" type="text/html" href="http://www.netmeister.org/blog/index.php?entry=entry071203-091752" />
		<content type="text/html" mode="escaped"><![CDATA[If you&#039;re trying to write a tool that retrieves information from Google, you want to make sure to explicitly set the UserAgent string to something like what a regular browser would set.<br /><br />For example, perl&#039;s LWP::UserAgent sets the agent string per default to &quot;libwww-perl/#.#&quot;.  Google apparently doesn&#039;t like that and will not return results to you.  Setting it to something like &quot;Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.8.1.3)&quot; would work.<br /><br />Interestingly, they appear to whitelist agents, rather than blacklisting them.  That is, a random string as a user agent will not work.  This means that they are effectively saying &quot;we will only serve content to agents that we know (and approve) of&quot;, banning any client they simply might not know of.<br /><br />One would assume that they did put this whitelist into place to prevent certain abuses, but then again, it would be trivial for anybody developing tools that lend themselves to abuse to simply reset the agent string to something they would accept, so the win seems negligible to me, while the cost of banning unknown agents seems high.]]></content>
		<id>http://www.netmeister.org/blog/index.php?entry=entry071203-091752</id>
		<issued>2007-12-03T00:00:00Z</issued>
		<modified>2007-12-03T00:00:00Z</modified>
	</entry>
	<entry>
		<title>A Surfer&amp;#039;s Log</title>
		<link rel="alternate" type="text/html" href="http://www.netmeister.org/blog/index.php?entry=entry071125-191112" />
		<content type="text/html" mode="escaped"><![CDATA[<pre><br />Date:           2007-11-25<br />Where:         <a href="http://www.surfline.com/reports/report.cfm?id=5013" target="_blank" >Pacifica/Linda Mar</a><br />Time:           11:15am - 12:45pm<br />Weather:      Cloudy<br />Wind:           Some winds from N.<br />Crowds:       Emptyish (for Pacifica)<br />Tide:            High tide just turned to outgoing tide.  Some current.<br />Waves:         Choppy, but good.  3-5&#039;, mostly.<br /><br />Got a 5&#039;, some 3&#039;.  Ate a 5&#039;.  Water was quite a bit colder than the last time.<br /></pre>]]></content>
		<id>http://www.netmeister.org/blog/index.php?entry=entry071125-191112</id>
		<issued>2007-11-26T00:00:00Z</issued>
		<modified>2007-11-26T00:00:00Z</modified>
	</entry>
	<entry>
		<title>A Surfer&amp;#039;s Log</title>
		<link rel="alternate" type="text/html" href="http://www.netmeister.org/blog/index.php?entry=entry071123-222013" />
		<content type="text/html" mode="escaped"><![CDATA[<pre><br />Date:           2007-11-23<br />Where:         <a href="http://www.surfline.com/reports/report.cfm?id=5013" target="_blank" >Pacifica/Linda Mar</a><br />Time:           11:30am - 1:00pm<br />Weather:      Sunny<br />Wind:           Some winds from N.<br />Crowds:       Empty (for Pacifica)<br />Tide:            Low low tide, starting to change to incoming tide<br />Waves:         Choppy, but good.  3-5&#039;, mostly.<br /><br />Water&#039;s starting to get... &quot;brisk&quot;.<br /></pre>]]></content>
		<id>http://www.netmeister.org/blog/index.php?entry=entry071123-222013</id>
		<issued>2007-11-24T00:00:00Z</issued>
		<modified>2007-11-24T00:00:00Z</modified>
	</entry>
	<entry>
		<title>A Surfer&amp;#039;s Log</title>
		<link rel="alternate" type="text/html" href="http://www.netmeister.org/blog/index.php?entry=entry071117-094040" />
		<content type="text/html" mode="escaped"><![CDATA[<pre><br />Date:           2007-11-11 -- 2007-11-17<br />Where:         <a href="http://www.surfline.com/reports/report.cfm?id=5532" target="_blank" >Canoe&#039;s Waikiki</a><br />Time:           mornings, afternoons<br />Weather:      Sunny<br />Wind:           None<br />Crowds:       Crowded.<br />Waves:        1-3&#039; mostly.  Occasional 4&#039;.  Slow.<br /><br />Rented an 8&#039;2&quot; from <a href="http://www.surfbruddahs.com/" target="_blank" >Surf Bruddahs</a>, which apparently still was too short.<br />Would have needed at least a 9&#039; to get more out of it.<br /><br />The water&#039;s nice and warm, though.  I forgot how nice it<br />is not to have to wear a wetsuit and booties.<br /></pre><br />]]></content>
		<id>http://www.netmeister.org/blog/index.php?entry=entry071117-094040</id>
		<issued>2007-11-17T00:00:00Z</issued>
		<modified>2007-11-17T00:00:00Z</modified>
	</entry>
	<entry>
		<title>A Surfer&amp;#039;s Log</title>
		<link rel="alternate" type="text/html" href="http://www.netmeister.org/blog/index.php?entry=entry071028-093738" />
		<content type="text/html" mode="escaped"><![CDATA[<pre><br />Date:           2007-10-28<br />Where:         <a href="http://www.surfline.com/reports/report.cfm?id=5013" target="_blank" >Pacifica/Linda Mar</a><br />Time:           9:30am - 11:00am<br />Weather:      Sunny<br />Wind:           none<br />Crowds:       Emptyish (for Pacifica)<br />Tide:            Low tide, starting to change to incoming tide<br />Waves:         Flat.  Hardly anything worth paddling into.<br />                   A few 2-3&#039;.<br /></pre>]]></content>
		<id>http://www.netmeister.org/blog/index.php?entry=entry071028-093738</id>
		<issued>2007-10-28T00:00:00Z</issued>
		<modified>2007-10-28T00:00:00Z</modified>
	</entry>
</feed>
