<?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>Lost Whisper &#187; Coding</title>
	<atom:link href="http://lost-whisper.com/category/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://lost-whisper.com</link>
	<description>Yet another whisper lost.</description>
	<lastBuildDate>Thu, 28 Apr 2011 18:33:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>A Change in Languages?</title>
		<link>http://lost-whisper.com/2010/10/29/a-change-in-languages/</link>
		<comments>http://lost-whisper.com/2010/10/29/a-change-in-languages/#comments</comments>
		<pubDate>Sat, 30 Oct 2010 02:09:22 +0000</pubDate>
		<dc:creator>TwiRp</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Computer]]></category>

		<guid isPermaLink="false">http://lost-whisper.com/?p=460</guid>
		<description><![CDATA[I just realized that it&#8217;s been over a year since I last programmed something in PHP.  It was an odd discovery. I was asked if I knew PHP and could help someone debug an error in their site.  I was ecstatic, no one usually asks for PHP help anymore.  So I went to help them, [...]]]></description>
			<content:encoded><![CDATA[<p>I just realized that it&#8217;s been over a year since I last programmed something in PHP.  It was an odd discovery.</p>
<p>I was asked if I knew PHP and could help someone debug an error in their site.  I was ecstatic, no one usually asks for PHP help anymore.  So I went to help them, and low an behold, the source file they opened was like a foreign language.</p>
<p>Okay&#8230;  I understood most of it, but I was shocked at how rusty I was.</p>
<p>Lately, I&#8217;ve been working in Perl, Python, Common Lisp and MatLab.  The P* languages are my favorite so far, Common Lisp has some cool aspects, and MatLab is awesome at Math.</p>
<p>But I knew I had been doing some web development lately, but I couldn&#8217;t figure out why I kept getting even more errors when I was trying to help someone with PHP.  Shockingly, I had been using Python for far too much web development recently, and I kept telling them things you&#8217;d do in Python, and not in PHP (import being a big one)&#8230;</p>
<p>Anyways, I&#8217;ve been working on some new projects.  I&#8217;ll share them here once I get things setup and working.  I hope you&#8217;ll like what you see.  But in the meantime, you guys should download the latest version of <a href="http://google.com/chrome">Chrome</a>, <a href="http://www.apple.com/safari/">Safari</a>, or a <a href="http://www.mozilla.com/en-US/firefox/beta/">Beta of Firefox</a>.  I&#8217;ve been dabbling in some HTML5 and whatnot (don&#8217;t get too hyped up, it&#8217;s amazing to me, but kindof basic).</p>
]]></content:encoded>
			<wfw:commentRss>http://lost-whisper.com/2010/10/29/a-change-in-languages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On GitHub&#8230;  Sortof.</title>
		<link>http://lost-whisper.com/2009/09/28/on-github-sortof/</link>
		<comments>http://lost-whisper.com/2009/09/28/on-github-sortof/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 02:06:45 +0000</pubDate>
		<dc:creator>TwiRp</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[computer dorkness]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://lost-whisper.com/?p=390</guid>
		<description><![CDATA[I now have a GitHub Account.  It&#8217;s at http://github.com/kmwallio. I should hopefully be posting some code this weekend.  The only issue is that GitHub switched servers and there&#8217;s some creation problems for new repositories. One of my friends was able to convince me to start using GitHub.  He uses GitHub and loves it.  My current [...]]]></description>
			<content:encoded><![CDATA[<p>I now have a GitHub Account.  It&#8217;s at <a href="http://github.com/kmwallio">http://github.com/kmwallio</a>.</p>
<p>I should hopefully be posting some code this weekend.  The only issue is that GitHub switched servers and there&#8217;s some creation problems for new repositories.</p>
<p>One of my friends was able to convince me to start using GitHub.  He uses GitHub and loves it.  My current mode of managing code and previous versions is copying all the code onto an external hard drive and labeling it.  Hopefully GitHub can help with that.</p>
<p>Yeah&#8230;  Hopefully I churn out some cool stuff.</p>
<p>Current projects include:</p>
<ul>
<li>Sebastian &#8211; A Butler for remotely accessing my PC.  He has a small brain for holding conversations, but he mostly aids in getting files from your desktop, printing files (so they can be ready when you get back), and some other stuff.  It runs on Mac OS X and Linux.  I use it for college because it frees up some time (like if I need a document for class, it can be sitting in my printer waiting for me).  It just makes it easier for me because I don&#8217;t need to type out long commands.</li>
<li>KMChat &#8211; A P2P Chat system.  My friends and I use a lot of other chat things, but sometimes it&#8217;d be fun to play some games or something.</li>
</ul>
<p>That&#8217;s what&#8217;s on my plate for now.  Sebastian is almost done, just need to do some final touches.</p>
]]></content:encoded>
			<wfw:commentRss>http://lost-whisper.com/2009/09/28/on-github-sortof/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming Thoughts.</title>
		<link>http://lost-whisper.com/2008/07/17/programming-thoughts/</link>
		<comments>http://lost-whisper.com/2008/07/17/programming-thoughts/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 21:32:47 +0000</pubDate>
		<dc:creator>TwiRp</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://lost-whisper.com/?p=185</guid>
		<description><![CDATA[So there were some projects I wanted to work on, but those sortof died along with my finances. But I&#8217;ve come up with a new one that will hopefully see completion.  I&#8217;m trying to code something better than Wacintaki Poteto.  I probably won&#8217;t release it as it&#8217;ll mainly be used on my site and I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>So there were some projects I wanted to work on, but those sortof died along with my finances.<br />
But I&#8217;ve come up with a new one that will hopefully see completion.  I&#8217;m trying to code something better than Wacintaki Poteto.  I probably won&#8217;t release it as it&#8217;ll mainly be used on my site and I&#8217;m not sure how much of the code will be stolen <img src='http://lost-whisper.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>So in thinking about it, I started to ponder what would I want to see.  Here&#8217;s a slight list I came up with:</p>
<ul>
<li>Following</li>
<li>Alerts, not just any alerts, support for Growl, E-mail, and IMing alerts (IMing might be a bit too hard though)</li>
<li>Favoriting</li>
<li>Friends</li>
<li>Journaling</li>
<li>Profiles and comment pages</li>
<li>AJAXian effects</li>
<li>and some other stuff.</li>
</ul>
<p>So I&#8217;m starting work on it now.  Kindof worried about it though.  Growl might be a tad bit hard (due to routers and everything).  I also haven&#8217;t worked with code like this before.  So it&#8217;ll be an adverture.  I want to try drawing and what not, but the current things out there aren&#8217;t as cool as I&#8217;d like&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://lost-whisper.com/2008/07/17/programming-thoughts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Designing and Coding</title>
		<link>http://lost-whisper.com/2008/05/23/designing-and-coding/</link>
		<comments>http://lost-whisper.com/2008/05/23/designing-and-coding/#comments</comments>
		<pubDate>Fri, 23 May 2008 21:59:17 +0000</pubDate>
		<dc:creator>TwiRp</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[tyl]]></category>

		<guid isPermaLink="false">http://lost-whisper.com/?p=175</guid>
		<description><![CDATA[The location of my working computer is such an annoying place. It&#8217;s pointed towards a corner with the window and TV both 120 degrees away from the monitor. So somethings going on behind me and it&#8217;s annoying not knowing what&#8217;s going on. It&#8217;s hard for me to work when I face solid walls. I need [...]]]></description>
			<content:encoded><![CDATA[<p>The location of my working computer is such an annoying place.  It&#8217;s pointed towards a corner with the window and TV both 120 degrees away from the monitor.  So somethings going on behind me and it&#8217;s annoying not knowing what&#8217;s going on.  It&#8217;s hard for me to work when I face solid walls.  I need to move everything around one day, but I don&#8217;t see that happening any time soon.</p>
<p>Anyways, the design for TyL is quite frusterating.  I have something, then I want to do something else and can&#8217;t decide on what it&#8217;s going to stick at.  I also want to ditch WHMCS.  So I&#8217;m trying to work on a new one that I can extend as needed.  It&#8217;s just frusterating trying to find time and a location that isn&#8217;t depressing.  It&#8217;s hard to find a place that encourages me to work.  But yeah, I&#8217;m praying that something great comes out in the end.</p>
]]></content:encoded>
			<wfw:commentRss>http://lost-whisper.com/2008/05/23/designing-and-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>For the love of TwiRp!</title>
		<link>http://lost-whisper.com/2007/06/28/for-the-love-of-twirp/</link>
		<comments>http://lost-whisper.com/2007/06/28/for-the-love-of-twirp/#comments</comments>
		<pubDate>Fri, 29 Jun 2007 01:09:42 +0000</pubDate>
		<dc:creator>TwiRp</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://lost-whisper.info/2007/06/28/for-the-love-of-twirp/</guid>
		<description><![CDATA[I have messy hand writting! I also don&#8217;t blog that often. I&#8217;ve been looking at some cool apps of the future, meaning at the present they stink, and they look pretty neat, but I can&#8217;t get anything to install&#8230; It also inspired me to dive into a book and get back to coding. So here&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.twirp.net/gwah/yayaya.jpg" style="float: left" height="744" width="350" />I have messy hand writting!<br />
I also don&#8217;t blog that often.<br />
I&#8217;ve been looking at some cool apps of the future, meaning at the present they stink, and they look pretty neat, but I can&#8217;t get anything to install&#8230;<br />
It also inspired me to dive into a book and get back to coding.<br />
So here&#8217;s my plan;<br />
I am going to create a common code core.  After that, I will create a common userDB scheme.  Then I will program something.<br />
After I finish a program, I will create &#8220;Oppsie,&#8221; which will act as a one click installer and updater for many online programs to make life easier for my hostees.<br />
It&#8217;ll just have commands to run and whatnot&#8230;<br />
But that&#8217;s just plans, they&#8217;ll most likely never get implemented&#8230;</p>
<p>In other news, we order laptops tomorrow!<br />
I can&#8217;t wait&#8230;<br />
I shall blog about it and when I get it I shall take pictures and rub it in <a href="http://enkomedia.net/">Lucifer</a>&#8216;s face!<br />
I shall then have wireless internet and a web cam&#8230; (no, I will not be doing any nude shots for you).<br />
I shall blog and code to my hearts content.  I shall carry him/her around everywhere.<br />
When I do get him/her I shall name him/her and blog about it.<br />
I shall watch and burn DVDs!<br />
Then I shall rule the world! (some steps omitted).<br />
So yeah&#8230;<br />
I hope the macBook is kickButt.<br />
I finished the layout for TyL Hosting, now it&#8217;s a matter of porting and fixing.<br />
If only life were easier&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://lost-whisper.com/2007/06/28/for-the-love-of-twirp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gwah!</title>
		<link>http://lost-whisper.com/2007/06/11/gwah/</link>
		<comments>http://lost-whisper.com/2007/06/11/gwah/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 22:07:27 +0000</pubDate>
		<dc:creator>TwiRp</dc:creator>
				<category><![CDATA[Anime and Manga]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://lost-whisper.info/2007/06/11/gwah/</guid>
		<description><![CDATA[Okay&#8230; So I finally updated Mint after procrastinating forever&#8230; I was browsing files on my hard drive, and found a lot of the old scripts I made. And then I deleted them all because the code was conjumbled and everything and highly messed up&#8230; So I&#8217;m going to start coding again since it&#8217;s summer, and [...]]]></description>
			<content:encoded><![CDATA[<p>Okay&#8230;<br />
So I finally updated Mint after procrastinating forever&#8230;</p>
<p>I was browsing files on my hard drive, and found a lot of the old scripts I made.<br />
And then I deleted them all because the code was conjumbled and everything and highly messed up&#8230;<br />
So I&#8217;m going to start coding again since it&#8217;s summer, and I&#8217;m majoring in Computer Science this fall at FIT!<br />
Now all I have to do is find a way to afford my site still&#8230;<br />
Hopefully I don&#8217;t have to get rid of it, or a lot of people will hate me&#8230;</p>
<p>As for anime and manga.<br />
I bought Bleach Vol. 4!  And I bought Hayate The Combat Butler vol 2+3, and I&#8217;m getting 1 sometime this week.<br />
I also bought more of Fruits Basket.  I read weird stuff&#8230;  I know&#8230;  I&#8217;ll read practically anything with pictures, as long as there&#8217;s no nudity.<br />
Hayate is pretty funny, and it&#8217;s different from the anime&#8230;<br />
yeah&#8230;<br />
I&#8217;m bored again&#8230;</p>
<p>Surmunity is down, and it&#8217;s a site I can&#8217;t really go a day without visiting&#8230;<br />
So yeah&#8230;<br />
COME BACK!</p>
]]></content:encoded>
			<wfw:commentRss>http://lost-whisper.com/2007/06/11/gwah/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bleh</title>
		<link>http://lost-whisper.com/2007/04/04/bleh/</link>
		<comments>http://lost-whisper.com/2007/04/04/bleh/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 02:06:47 +0000</pubDate>
		<dc:creator>TwiRp</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://lost-whisper.info/2007/04/04/bleh/</guid>
		<description><![CDATA[Today I took a really hard test&#8230; We were given a blank piece of paper and had to draw all the countries&#8230; In other news, I upgraded Mint and WordPress&#8230; So hopefully everything is running swell&#8230;? I am working on a new layout as well&#8230; After looking at Mint, I have concluded that I am [...]]]></description>
			<content:encoded><![CDATA[<p>Today I took a really hard test&#8230;<br />
We were given a blank piece of paper and had to draw all the countries&#8230;</p>
<p>In other news, I upgraded Mint and WordPress&#8230;<br />
So hopefully everything is running swell&#8230;?<br />
I am working on a new layout as well&#8230;</p>
<p>After looking at Mint, I have concluded that I am the only visitor to my site&#8230;<br />
Just kidding&#8230; We get a few unique hits every now and then, but I&#8217;m not that interesting of a person, so I can probably guess that my blog posts are lacking some depth as well&#8230;</p>
<p>I took some new photos:<br />
<a href="http://www.flickr.com/photos/lostwhisper/446686830/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/212/446686830_60b33c111e_t.jpg" alt="Red Flower Thing" align="left" height="75" width="100" /></a><a href="http://www.flickr.com/photos/lostwhisper/446686034/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/205/446686034_10e7ff4dfd_t.jpg" alt="White Flower Thing" align="left" height="75" width="100" /></a><a href="http://www.flickr.com/photos/lostwhisper/446691755/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/210/446691755_87245fbd3f_t.jpg" alt="Blossoms" align="left" height="100" width="75" /></a><br />
<br clear="all" /><br />
So there are a lot of new Web 2.0 apps out there.  They all for tracking and stuff.  I like to use them a bit, but I think most are going in the wrong direction.  Some are for better advertising, but I think people should use it for like, &#8220;oh, I blogged about lunch and got a lot of hits, mabey I&#8217;m a good food reviewer&#8230; &#8221; And then use the data to cement themselves into the web.  But then there are people who look for what search terms found their site and try to blog more about that, find more sponsors, and get money.<br />
Sure, money is good and all, but as you can see, some people aren&#8217;t into that stuff (websites for money)  it would be nice, but as you can tell by my sites, I&#8217;m not that concerned.</p>
<p>This is where my rant comes in;<br />
Many people now say &#8220;my business depends on my website.&#8221;  This is a huge mistake for people.  How can your business depend on data?  A few years ago, (okay&#8230; mabey more than a few), if someone said that they would make money off of data stored on a hard drive, you would call them crazy.  The data could be lost; it wasn&#8217;t tangible.  But now, we see so many advantages, and people use it to get rich fast.  This is a problem for the world because people spend hundreds to billions of dollars on things that don&#8217;t truly exist.  You might be like, &#8220;well, google, myspace and youtube exist,&#8221; but if someone with the super keyboard hit delete, they would cease to exist.  But then there is the argument about setting a house on fire.  But now people pay for things on a hard drive, which I find crazy.  Mabey I sound weird, but if I was selling a word on a piece of paper, then you would look at me like I&#8217;m crazy.  So there&#8217;s a slight difference between doodles on a piece of paper and data on a hard drive, but hopefully you get where I&#8217;m coming from.  I just get upset about people who are dependent on a web site for their lives.  It&#8217;s not something you can hold in your hand.  You are depending on something that could cease to exist at any moment.  So yeah&#8230;  There&#8217;s my stupid rant for today because of some of the rants about people losing everything because they were dependent on some web host.  I could pull the plug on TyL at any time, and I wouldn&#8217;t have to worry.  The people I host might, and I might have to worry about angry stalkers, but my wallet won&#8217;t take a plunge&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://lost-whisper.com/2007/04/04/bleh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Day 7 of 91</title>
		<link>http://lost-whisper.com/2007/03/16/day-7-of-91/</link>
		<comments>http://lost-whisper.com/2007/03/16/day-7-of-91/#comments</comments>
		<pubDate>Sat, 17 Mar 2007 01:59:29 +0000</pubDate>
		<dc:creator>TwiRp</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://lost-whisper.info/2007/03/16/day-7-of-91/</guid>
		<description><![CDATA[I know&#8230; I missed day 6&#8230; I was really sleepy and forgot to blog&#8230; Anywho, I fixed most of the problems on Twirp.Net so now the paging works and the tags issue is fixed. The problem was tree would match street and sun would match sunset. So that was fixed. The paging was do to [...]]]></description>
			<content:encoded><![CDATA[<p>I know&#8230;<br />
I missed day 6&#8230;<br />
I was really sleepy and forgot to blog&#8230;<br />
Anywho, I fixed most of the problems on <a href="http://twirp.net" title="My Photo Site">Twirp.Net</a> so now the paging works and the tags issue is fixed.   The problem was tree would match s<strong>tree</strong>t and sun would match <strong>sun</strong>set.  So that was fixed.  The paging was do to a typo&#8230;<br />
I also updated my admin panel so I could do a mass upload.  But I probably won&#8217;t.<br />
I only mass upload to flickr because I don&#8217;t have to worry about CPU useage there.</p>
<p>Today at the DTS study, we talked about parts of the book we read.<br />
2 hours wasn&#8217;t enough, and some people were immature about it.<br />
But it was fun and interesting overall.</p>
<p>So far, I think my better photos are:<br />
<a href="http://www.flickr.com/photos/lostwhisper/423391408/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/164/423391408_7e60ec622a_t.jpg" alt="Cooler Sunset" align="left" height="75" width="100" /></a> <a href="http://www.flickr.com/photos/lostwhisper/421395617/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/162/421395617_ededd921fc_t.jpg" alt="A Long Path..." align="left" height="100" width="75" /></a> <a href="http://www.flickr.com/photos/lostwhisper/421396386/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/184/421396386_6a889c3a5b_t.jpg" alt="My Dream Car" align="elft" height="75" width="100" /></a> <a href="http://www.flickr.com/photos/lostwhisper/417673210/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/154/417673210_8ec91fec37_t.jpg" alt="A Tree" align="left" height="75" width="100" /></a> <a href="http://www.flickr.com/photos/lostwhisper/416936419/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/125/416936419_91cd2bb21d_t.jpg" alt="Sushi Roll" align="left" height="75" width="100" /></a> <a href="http://www.flickr.com/photos/lostwhisper/196252907/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/58/196252907_95fa1622cb_t.jpg" alt="Black water falls" align="left" height="100" width="75" /></a> <a href="http://www.flickr.com/photos/lostwhisper/193007787/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/54/193007787_e08ae3b119_t.jpg" alt="Sunset" align="left" height="100" width="75" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://lost-whisper.com/2007/03/16/day-7-of-91/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8230;No Title&#8230;</title>
		<link>http://lost-whisper.com/2007/03/09/no-title/</link>
		<comments>http://lost-whisper.com/2007/03/09/no-title/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 23:00:06 +0000</pubDate>
		<dc:creator>TwiRp</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[EQOTD]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://lost-whisper.info/2007/03/09/no-title/</guid>
		<description><![CDATA[Okay&#8230; So there was a bug in the counter that uses the Mint DB. It should be fixed now. One of the problems was the whole switching the Mint install to a server in California. Then I had to change it to fit the new Timezone thing&#8230; So yeah&#8230; My 5 hours a week start [...]]]></description>
			<content:encoded><![CDATA[<p>Okay&#8230;<br />
So there was a bug in the counter that uses the Mint DB.  It should be fixed now.<br />
One of the problems was the whole switching the Mint install to a server in California.<br />
Then I had to change it to fit the new Timezone thing&#8230;<br />
So yeah&#8230;</p>
<p>My 5 hours a week start tomorrow, somewhat.  I have to do a lot of homework, so I might be doing 10 hours of research on the computer, and then going to sleep.<br />
And yeah&#8230;  Bleh&#8230; I don&#8217;t see how I&#8217;ll pull off 5 hours a week.  Not even 10&#8230; 30, possibly.  5 hours a week is about 45 minutes a day.  Meaning 1 cartoon a day, and checking my e-mail?  So wish me luck on my 13 weeks with only 5 hours of media a week.  (45 Hours total a.k.a. 2700 Minutes).  It would be cool to see how many people could pull that off.  My cell phone comes with 5000 minutes a month, so it&#8217;s hard to believe that for 3 and 1/2 months I have to watch less media than what most people talk on their cell phones for.  So if you feel pity for me and think you need to change the way you live, you should consider limiting yourself to 5 hours of media a week as well.  The 5 hours is Video Games, browsing the web for fun, computer games, and watching T.V.  If you have to use the internet or watch TV for homework, that&#8217;s fine and doesn&#8217;t cut into your 5 hours.  So yeah&#8230;  Wy don&#8217;t you help me meet my goal by suffering along side me?</p>
<p>I&#8217;m also looking for an AJAX PHP chat script that uses MySQL and allows you to set up the different user accounts and access levels.  I might find one that&#8217;s Open Source and under one of the licenses that allow you to take it and modify it freely.  I can code the chat part and design, it&#8217;s the AJAX that I have a problem with.</p>
<p>Today&#8217;s Emo Quote:</p>
<blockquote><p>&#8220;Sometimes I walk around wondering if anyone is aware that I&#8217;m still alive.&#8221;</p></blockquote>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://lost-whisper.com/2007/03/09/no-title/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DreamHost cool-i-fied?</title>
		<link>http://lost-whisper.com/2007/03/02/dreamhost-cool-i-fied/</link>
		<comments>http://lost-whisper.com/2007/03/02/dreamhost-cool-i-fied/#comments</comments>
		<pubDate>Fri, 02 Mar 2007 20:48:48 +0000</pubDate>
		<dc:creator>TwiRp</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://lost-whisper.info/2007/03/02/dreamhost-cool-i-fied/</guid>
		<description><![CDATA[So I logged into my DreamHost Panel thing to see something that was actually friendly on the eyes! Doesn&#8217;t it look so much cooler? On the home page it also shows a list of the major areas visited. It rocks my socks off. Kudos to the DreamHost team. I also have to throw some props [...]]]></description>
			<content:encoded><![CDATA[<p>So I logged into my DreamHost Panel thing to see something that was actually friendly on the eyes!<br />
<a href="http://lost-whisper.info/wp-content/uploads/2007/03/dreamhostpanel.gif" title="New Dreamy Panel" rel="lightbox[56]"><img src="http://lost-whisper.info/wp-content/uploads/2007/03/dreamhostpanel.thumbnail.gif" alt="New Dreamy Panel" align="left" /></a>Doesn&#8217;t it look so much cooler?  On the home page it also shows a list of the major areas visited.  It rocks my socks off.<br />
Kudos to the DreamHost team.</p>
<p>I also have to throw some props and Kudos out to the SurpassHosting team and working on DimeNoc.<br />
They are aiding in the fight against <a href="http://www.thewhir.com/blogs/kayla-fleming/index.cfm/2007/2/20/Data-Center-Responsibility-Phishing" title="DimeNoc Anit-Phish">phishing</a>.  They&#8217;re also working on the fight against SPAM.</p>
<p>Props to the TyL Hosting people soon, because we found a way to skin the cPanel even better.<br />
Are we allowed to give props to ourselves.</p>
<p>Anywho, I have to get ready for a programming competition tomorrow.  Wish me luck</p>
]]></content:encoded>
			<wfw:commentRss>http://lost-whisper.com/2007/03/02/dreamhost-cool-i-fied/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

