<?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>Culmination.org &#187; WTF?</title>
	<atom:link href="http://www.culmination.org/category/wtf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.culmination.org</link>
	<description>You are what you've become.</description>
	<lastBuildDate>Thu, 11 Mar 2010 19:32:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>uninstall inactive!</title>
		<link>http://www.culmination.org/2009/03/18/uninstall-inactive/</link>
		<comments>http://www.culmination.org/2009/03/18/uninstall-inactive/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 01:13:13 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[WTF?]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.culmination.org/?p=342</guid>
		<description><![CDATA[Oh man I just realized that I never ran &#8220;sudo port uninstall inactive&#8221; and I have reclaimed&#8230; hmm&#8230; 5 gigs? It&#8217;s as simple as that &#8211; if you&#8217;re using macports for a while and you&#8217;ve been using &#8220;sudo port upgrade outdated&#8221; to upgrade, make sure you remove the old versions because after a while that [...]]]></description>
			<content:encoded><![CDATA[<p>Oh man I just realized that I never ran &#8220;sudo port uninstall inactive&#8221; and I have reclaimed&#8230; hmm&#8230; 5 gigs? It&#8217;s as simple as that &#8211; if you&#8217;re using macports for a while and you&#8217;ve been using &#8220;sudo port upgrade outdated&#8221; to upgrade, make sure you remove the old versions because after a while that space really adds up! I don&#8217;t know why I thought that upgrading a port removed the old version? I bet it&#8217;s in the documentation somewhere (yes, it&#8217;s time for me to RTFM haha)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.culmination.org/2009/03/18/uninstall-inactive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP/Recode fail</title>
		<link>http://www.culmination.org/2008/12/08/phprecode-fail/</link>
		<comments>http://www.culmination.org/2008/12/08/phprecode-fail/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 18:14:28 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[Non Fiction]]></category>
		<category><![CDATA[WTF?]]></category>
		<category><![CDATA[crashed]]></category>
		<category><![CDATA[died]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[portmaster]]></category>
		<category><![CDATA[segfault]]></category>
		<category><![CDATA[segmentation fault]]></category>
		<category><![CDATA[sig11]]></category>
		<category><![CDATA[signal 11]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.culmination.org/?p=320</guid>
		<description><![CDATA[I use PHP on FreeBSD servers, compiled from the ports system. It works very well, except that sometimes&#8230; well&#8230; sometimes&#8230; segfaults happen. Yes random, bizarre, &#8220;how did this working system suddenly become non-working wtf&#8221; errors happen.
Here&#8217;s an example of what happened to me today. This is a snip from my lighttpd error log
(mod_fastcgi.c.2722) child signaled: [...]]]></description>
			<content:encoded><![CDATA[<p>I use PHP on FreeBSD servers, compiled from the ports system. It works very well, except that sometimes&#8230; well&#8230; sometimes&#8230; segfaults happen. Yes random, bizarre, &#8220;how did this working system suddenly become non-working wtf&#8221; errors happen.</p>
<p>Here&#8217;s an example of what happened to me today. This is a snip from my lighttpd error log</p>
<p>(mod_fastcgi.c.2722) child signaled: 11<br />
(mod_fastcgi.c.1051) the fastcgi-backend /usr/local/bin/php-cgi failed to start:<br />
(mod_fastcgi.c.1065) terminated by signal: 11<br />
(mod_fastcgi.c.1070) to be exact: it segfaulted, crashed, died, &#8230; you get the idea.<br />
(mod_fastcgi.c.1072) If this is PHP, try removing the bytecode caches for now and try again.<br />
(mod_fastcgi.c.2759) ERROR: spawning fcgi failed.</p>
<p>WHAT!?</p>
<p>Well in a nutshell, php-cgi is failing to start. When I attempt to run /usr/local/bin/php-cgi from the command line, it causes a segmentation fault. If you&#8217;ve seen this before, you might have thought &#8220;oh no&#8230; sig11! signal 11 could mean my hardware is fried!&#8221; At least I thought so. The truth of the matter, in this case, is that the php-cgi executable is not happy. Why isn&#8217;t it happy? I&#8217;m glad you asked. We all want our executeables to be happy, right?</p>
<p>This wasn&#8217;t easy for me to figure out the first time it happened to me last year. I was going nuts trying to figure out what went wrong, I even put in a request for new hardware (yes a new development server, which I actually got). This didn&#8217;t solve my problem either. I began to panic. I&#8217;m not sure what made me think of it, but after a while I decided to try minimalizing my PHP installation, by commenting out extensions from my extensions.ini file (on my sys it&#8217;s /usr/local/etc/php/extensions.ini)</p>
<p>With everything commented out, php-cgi was happy again, but of course I need at least a few of the extensions (specifically mysqli), and so I started adding extensions back in one at a time to find the problem. It turns out that the problem is with the recode extension.</p>
<p>With the recode extension out of the picture, things went along fine for quite a while and I was able to develop my small web application with Zend Framework (1.5 at the time, I think). PHP was happy, Lighttpd was happy, I was happy. There was a lot of happiness to be found! And then it happened. I updated my PHP port with portmaster. A dark cloud (a cloud named sig11) loomed over the server and the happiness turned to confusion once again. Then I remembered&#8230; &#8220;didn&#8217;t this happen last year?&#8221; Yes. Yes it did. Same problem. This time I didn&#8217;t panic though, I went straight for the extensions file.</p>
<p>Now I&#8217;m not sure what about the recode extension my system doesn&#8217;t like, but it doesn&#8217;t like it. It didn&#8217;t like it last year, and it doesn&#8217;t like it now. The PHP port installed a new copy of extensions.ini which includes the recode extension and so that&#8217;s why the error reoccured after updating the port. If you are experiencing weird segmentation faults with PHP, I highly recommend you start commenting out your extensions. Also, you may want to check the order of the extensions. If they are in alphabetical order, something is wrong. Some extensions rely on others to be loaded first, so be careful.</p>
<p>That&#8217;s it for now&#8230; PHP is happy once again, and I&#8217;m working on a new dev project, this time with Zend Framework 1.7  <img src='http://www.culmination.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;d tell you more about it&#8230; but it&#8217;s a secret. No, really, it&#8217;s a secret.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.culmination.org/2008/12/08/phprecode-fail/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Latest Reason I Hate Windows Server</title>
		<link>http://www.culmination.org/2008/11/04/the-latest-reason-i-hate-windows-server/</link>
		<comments>http://www.culmination.org/2008/11/04/the-latest-reason-i-hate-windows-server/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 21:57:26 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[Non Fiction]]></category>
		<category><![CDATA[WTF?]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[anger]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[microsuck]]></category>
		<category><![CDATA[rdc]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[shutdown]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows server 2003]]></category>

		<guid isPermaLink="false">http://www.culmination.org/?p=308</guid>
		<description><![CDATA[Why can&#8217;t I just reboot? Why do I have to choose some option from a dropdown? I only wanted to reboot! Now I was tricked into shutting down a server that isn&#8217;t even in the same zipcode! What the hell Microsoft? Why couldn&#8217;t you make reboot the first choice? Now I&#8217;m stuck making calls and [...]]]></description>
			<content:encoded><![CDATA[<p>Why can&#8217;t I just reboot? Why do I have to choose some option from a dropdown? I only wanted to reboot! Now I was tricked into shutting down a server that isn&#8217;t even in the same zipcode! What the hell Microsoft? Why couldn&#8217;t you make reboot the first choice? Now I&#8217;m stuck making calls and e-mailing people to say &#8220;sorry I was confused by the crazy windows shutdown options&#8221;. Shutting down should be easier. Instead, the first thing you have to do is click START, which makes NO SENSE WHATSOEVER, then you have to choose from some silly dropdown to explain why. I&#8217;ll tell you why I was rebooting Microsoft! I&#8217;ll tell you why! It&#8217;s because you force me to reboot in order to get anything done! that&#8217;s why! That&#8217;s why I have to reboot the damned server! WTF?! You make my life miserable at every opportunity. Is it because you know I hate you? Is it because you know I&#8217;m using a mac and have a FreeBSD machine and OpenBSD machine at home? is that it? Is it because you know about my Ubuntu desktop machine? What is it? Why must you torture me this way?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.culmination.org/2008/11/04/the-latest-reason-i-hate-windows-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gourmet Popcorn to go?</title>
		<link>http://www.culmination.org/2008/05/21/gourmet-popcorn-to-go/</link>
		<comments>http://www.culmination.org/2008/05/21/gourmet-popcorn-to-go/#comments</comments>
		<pubDate>Wed, 21 May 2008 19:20:06 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[On The Go]]></category>
		<category><![CDATA[WTF?]]></category>
		<category><![CDATA[expensive]]></category>
		<category><![CDATA[gourmet]]></category>
		<category><![CDATA[popcorn]]></category>

		<guid isPermaLink="false">http://www.culmination.org/2008/05/21/gourmet-popcorn-to-go/</guid>
		<description><![CDATA[I just walked by this place called Garrett popcorn. If you ever wondered what popcorn would cost of 5th avenue, here you go: it&#8217;s $2.30 for a small buttered or plain and it&#8217;s $185.00 for a 6.5 gallon tin of caramel crisp w/ nuts.  The 1 gallon tin of caramel crisp is only $40.
If [...]]]></description>
			<content:encoded><![CDATA[<p>I just walked by this place called Garrett popcorn. If you ever wondered what popcorn would cost of 5th avenue, here you go: it&#8217;s $2.30 for a small buttered or plain and it&#8217;s $185.00 for a 6.5 gallon tin of caramel crisp w/ nuts.  The 1 gallon tin of caramel crisp is only $40.<br />
If you ever see me spend $40 on popcorn just ask me for money, as I will surely have won the lotto and will be giving away money freely! <img src='http://www.culmination.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><!--Mime Type of File is image/jpeg --></p>
<div class="postie-image-div"><a href="http://www.culmination.org/wp-content/wp-photos/20080521-122006-1.jpg"><img class="postie-image" style="none;" src="http://www.culmination.org/wp-content/wp-photos/thumb.20080521-122006-1.jpg" alt="Photo_052108_001.jpg" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.culmination.org/2008/05/21/gourmet-popcorn-to-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DHCP Renaming your mac?</title>
		<link>http://www.culmination.org/2008/04/04/dhcp-renaming-your-mac/</link>
		<comments>http://www.culmination.org/2008/04/04/dhcp-renaming-your-mac/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 15:23:26 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[...And I Quote:]]></category>
		<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[WTF?]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hostname]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://www.culmination.org/?p=295</guid>
		<description><![CDATA[The DHCP server at my office was reconfigured yesterday and it started forcing my macbook pro to change it&#8217;s name. I like having my host name remain constant for various reasons, so I asked in #macosx and some kind user there pointed me to this blog post:
http://www.elharo.com/blog/software-development/web-development/2005/11/29/setting-a-permanent-host-name-in-mac-os-x/
It works on leopard, in case you&#8217;re wondering! Solved [...]]]></description>
			<content:encoded><![CDATA[<p>The DHCP server at my office was reconfigured yesterday and it started forcing my macbook pro to change it&#8217;s name. I like having my host name remain constant for various reasons, so I asked in #macosx and some kind user there pointed me to this blog post:</p>
<p><a title="Set a staic host name in mac os x" href="http://www.elharo.com/blog/software-development/web-development/2005/11/29/setting-a-permanent-host-name-in-mac-os-x/">http://www.elharo.com/blog/software-development/web-development/2005/11/29/setting-a-permanent-host-name-in-mac-os-x/</a></p>
<p>It works on leopard, in case you&#8217;re wondering! Solved my problem after a reboot.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.culmination.org/2008/04/04/dhcp-renaming-your-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hot &amp; Crusty</title>
		<link>http://www.culmination.org/2008/03/25/hot-crusty/</link>
		<comments>http://www.culmination.org/2008/03/25/hot-crusty/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 13:17:23 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[NYC]]></category>
		<category><![CDATA[On The Go]]></category>
		<category><![CDATA[WTF?]]></category>
		<category><![CDATA[bagel]]></category>
		<category><![CDATA[bitter]]></category>
		<category><![CDATA[burned]]></category>
		<category><![CDATA[butter]]></category>
		<category><![CDATA[coffee]]></category>
		<category><![CDATA[commute]]></category>
		<category><![CDATA[disappointment]]></category>
		<category><![CDATA[everything]]></category>
		<category><![CDATA[morning]]></category>
		<category><![CDATA[sad]]></category>

		<guid isPermaLink="false">http://www.culmination.org/2008/03/25/hot-crusty/</guid>
		<description><![CDATA[Hot &#38; Crusty was such a disappointment this morning.  The people behind me in line got served before me, my bagel was burned, the coffee is bitter. The price is higher than ever. Hot &#38; Crusty used to be a Tuesday treat for me. I could stop there at Grand Central Station and get [...]]]></description>
			<content:encoded><![CDATA[<p>Hot &amp; Crusty was such a disappointment this morning.  The people behind me in line got served before me, my bagel was burned, the coffee is bitter. The price is higher than ever. Hot &amp; Crusty used to be a Tuesday treat for me. I could stop there at Grand Central Station and get a great bagel and coffee fast and cheap. Now it takes long, the staff is confused, the prices are high, the bagels are burned, the coffee is bitter. It&#8217;s so sad. I&#8217;m considering not returning.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.culmination.org/2008/03/25/hot-crusty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security Update Breaks SSH on OS X</title>
		<link>http://www.culmination.org/2008/03/19/security-update-breaks-ssh-on-os-x/</link>
		<comments>http://www.culmination.org/2008/03/19/security-update-breaks-ssh-on-os-x/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 14:13:59 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[...And I Quote:]]></category>
		<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[WTF?]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[audio hijack pro]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[bus error]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fixed]]></category>
		<category><![CDATA[hijack]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[rogue ameoba]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[solved]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.culmination.org/2008/03/19/security-update-breaks-ssh-on-os-x/</guid>
		<description><![CDATA[If you installed Security Update 002 for leopard and suddenly ssh tells you &#8220;bus error&#8221;, the answer lies here:
http://discussions.apple.com/thread.jspa?messageID=6863360#6863360
Apparently the guys at rogue amoeba have some work to do &#8211; we need instant hijack!
If you are too lazy to read that thread, the fix is:
sudo /usr/local/hermes/bin/hermesctl unload
thereby uninstalling instant hijack and fixing the problem. Somehow&#8230;
&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>If you installed Security Update 002 for leopard and suddenly ssh tells you &#8220;bus error&#8221;, the answer lies here:</p>
<p><a href="http://discussions.apple.com/thread.jspa?messageID=6863360#6863360" title="How to fix the ">http://discussions.apple.com/thread.jspa?messageID=6863360#6863360</a></p>
<p>Apparently the guys at rogue amoeba have some work to do &#8211; we need instant hijack!</p>
<p>If you are too lazy to read that thread, the fix is:</p>
<p><strong>sudo /usr/local/hermes/bin/hermesctl unload</strong></p>
<p>thereby uninstalling instant hijack and fixing the problem. Somehow&#8230;</p>
<p>&#8230; and here&#8217;s the fix from Rogue Amoeba:</p>
<p><a href="http://www.rogueamoeba.com/utm/2008/03/19/security-update-2008-002-compatibility-fix/ " title="Rogue Ameoba Fix - Just about instant">http://www.rogueamoeba.com/utm/2008/03/19/security-update-2008-002-compatibility-fix/ </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.culmination.org/2008/03/19/security-update-breaks-ssh-on-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ever get your head stuck in a door?</title>
		<link>http://www.culmination.org/2008/02/11/ever-get-your-head-stuck-in-a-door/</link>
		<comments>http://www.culmination.org/2008/02/11/ever-get-your-head-stuck-in-a-door/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 13:30:06 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[NYC]]></category>
		<category><![CDATA[WTF?]]></category>
		<category><![CDATA[bus]]></category>
		<category><![CDATA[head]]></category>
		<category><![CDATA[mta]]></category>
		<category><![CDATA[ouch]]></category>
		<category><![CDATA[q19a]]></category>
		<category><![CDATA[Q69]]></category>

		<guid isPermaLink="false">http://www.culmination.org/2008/02/11/ever-get-your-head-stuck-in-a-door/</guid>
		<description><![CDATA[I was getting on the bus this morning, nothing special about the day, just a regular morning. Or so it seemed. I didn&#8217;t have to wait long for the bus either, which is a nice change.
So far so good right? Yeah. Well the bus pulls up and everyone starts to board. I&#8217;m about to step [...]]]></description>
			<content:encoded><![CDATA[<p>I was getting on the bus this morning, nothing special about the day, just a regular morning. Or so it seemed. I didn&#8217;t have to wait long for the bus either, which is a nice change.<br />
So far so good right? Yeah. Well the bus pulls up and everyone starts to board. I&#8217;m about to step on so I go to grab my metro card. For some reason  I always look down while getting my card out of my pocket. As I am pulling the card out &#8211; the doors close. On my head. Yeah. If there had been metal and not rubber safety strips on the doors I would most likely have been decapitated by the front door of a bus.<br />
What a way to start the day&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.culmination.org/2008/02/11/ever-get-your-head-stuck-in-a-door/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My rider report card for the Q19A</title>
		<link>http://www.culmination.org/2007/12/14/my-rider-report-card-for-the-q19a/</link>
		<comments>http://www.culmination.org/2007/12/14/my-rider-report-card-for-the-q19a/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 17:09:03 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[NYC]]></category>
		<category><![CDATA[WTF?]]></category>
		<category><![CDATA[bus]]></category>
		<category><![CDATA[fare hike]]></category>
		<category><![CDATA[mta]]></category>
		<category><![CDATA[q19a]]></category>
		<category><![CDATA[queens]]></category>
		<category><![CDATA[subway]]></category>

		<guid isPermaLink="false">http://www.culmination.org/2007/12/14/my-rider-report-card-for-the-q19a/</guid>
		<description><![CDATA[Recently the MTA has opted to raise the fare for subways and busses.  Not for people who ride once it a while, no &#8211; only for those of us who ride several times a day &#8211; i.e. those of us who find it more feasible to use the &#8220;unlimited&#8221; metro cards.  They cite [...]]]></description>
			<content:encoded><![CDATA[<p>Recently the MTA has opted to raise the fare for subways and busses.  Not for people who ride once it a while, no &#8211; only for those of us who ride several times a day &#8211; i.e. those of us who find it more feasible to use the &#8220;unlimited&#8221; metro cards.  They cite rising costs rising costs rising costs. Right. What is rising is my blood pressure. The NYC MTA has a way to rate the subway and bus lines. I&#8217;m pretty sure this is just a way to make us (the paying customers) feel better about the fact that the service does not improve while the price continues to rise. We have a chance to tell them how they&#8217;re doing. Maybe if I fill out a report card for the 19A I&#8217;ll be satisfied? Hmm&#8230;</p>
<p>I must admit, I am not satisfied. I understand that the costs of everything seem to be rising these days. I&#8217;m not sure why but I know for sure that the price of oil and milk are going up all the time, etc. Ok so I&#8217;ll take that into consideration. My question is &#8211; does that have a connection to why service isn&#8217;t improving? Take for example the bus I take to the subway every morning, the Q19 A. This bus is notoriously late and over crowded. So much so that there are times that the bus is so full it passes my stop by while my fellow 19A-ers and I watch in frustration.  Yes, sometimes there are traffic problems or sick passengers. Yes, it&#8217;s not easy to keep anything running on a tight schedule. But for the last few years (this year especially) the 19A has been so consistently late that I am starting to believe that the MTA just doesn&#8217;t care.</p>
<p>I wish I could just boycott the MTA. It&#8217;s cold outside, though. Freezing some days, raining some days. It&#8217;s about a mile to the subway that I am forced to take every day, so the bus is really necessary for me. I think the MTA knows that I have no choice &#8211; so they can charge me whatever they want. There&#8217;s nothing quite so poignant as that realization that your day to day struggle means nothing to those who live off of your wages. When I think about it the word that best describes this feeling is disenfranchised.  The fact that I have to pay $85  a month in order to go to work just to live makes no difference &#8211; I can&#8217;t do anything about it. What could I do? Quit working? Be homeless? Ride my bike to work in the snow?</p>
<p>Any ideas?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.culmination.org/2007/12/14/my-rider-report-card-for-the-q19a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Success Is Failure</title>
		<link>http://www.culmination.org/2007/08/14/success-is-failure/</link>
		<comments>http://www.culmination.org/2007/08/14/success-is-failure/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 19:13:37 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[...And I Quote:]]></category>
		<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[WTF?]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[cmd.exe]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[operation]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[successfully]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.culmination.org/2007/08/14/success-is-failure/</guid>
		<description><![CDATA[The picture says it all&#8230;

]]></description>
			<content:encoded><![CDATA[<p>The picture says it all&#8230;</p>
<p><img src="http://www.culmination.org/Mike/internalerror-success.png" title="Internal Error: Success" alt="Internal Error: Success" height="251" width="499" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.culmination.org/2007/08/14/success-is-failure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
