<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>

<channel>
<title>Cameron&apos;s Thoughts</title>
<link>http://www.cbulock.com/</link>
<description>Why would you want to know what I&apos;m thinking? Weirdos.</description>
<image>
<url>http://www.cbulock.com/cameron.jpg</url>
<title>Cameron</title>
<link>http://www.cbulock.com/</link>
<width>87</width>
<height>95</height>
</image>
<dc:rights>Copyright 2003-2010</dc:rights>
<dc:language>en-us</dc:language>
<dc:creator>cbulock@cbulock.com</dc:creator>
<dc:date>2010-02-25T22:30:19-05:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.2" />
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

<item>
<title>Site Remake Still Underway</title>
<link>http://www.cbulock.com/2010/02/site_remake_still_underway.html</link>
<description>Way back on Jan 13th of 2008, I made a post about how I was planning to rewrite the code behind my Cameron&apos;s Thoughts site. While that got side tracked for quite a while, I did at one point have a mostly working redesign done.  But it wasn&apos;t to my liking and then I pretty much pushed that project to the side and didn&apos;t work on it. That is no longer the case however.  For the last couple months, I&apos;ve been back on course with redoing this code.  I now has some decent progress made.  I have the code opened up for all to see the progress at Github.  I also now have the beginnings of some actual documentation behind the code as well.</description>
<guid isPermaLink="true">http://www.cbulock.com/2010/02/site_remake_still_underway.html</guid>
<dc:subject>Website</dc:subject>
<dc:date>2010-02-25T22:30:19-05:00</dc:date>
<slash:comments>
0
</slash:comments>
<comments>
http://www.cbulock.com/2010/02/site_remake_still_underway.html#comments
</comments>
</item>
<item>
<title>Workout Songs</title>
<link>http://www.cbulock.com/2010/02/workout_songs.html</link>
<description>I thought I&apos;d share the songs I currently have on my workout playlist. I&apos;m curious as to any suggestions people have to add to this. J99 by Oxide And Neutrino Get Your Body Beat by Combichrist Stronger by Kanye West...</description>
<guid isPermaLink="true">http://www.cbulock.com/2010/02/workout_songs.html</guid>
<dc:subject>Personal</dc:subject>
<dc:date>2010-02-07T19:29:37-05:00</dc:date>
<slash:comments>
0
</slash:comments>
<comments>
http://www.cbulock.com/2010/02/workout_songs.html#comments
</comments>
</item>
<item>
<title>Trip to the Liquid Web Holiday Party</title>
<link>http://www.cbulock.com/2009/12/trip_to_the_liquid_web_holiday_party.html</link>
<description>Last night was the Liquid Web holiday party at Enso.  It was really nice, and like usual, the party had outdone all previous that Liquid Web has hosted.  The trip there ended up being a bit interesting. When driving onto the I-96 entrance ramp at Pennsylvania St, around the curve I hit some ice and dig a nice fishtail that had me end up in the ditch.  I attempted to drive out, but with all the grass being covered in snow and ice, my attempts were futile.  I wasn&apos;t the first person to end up in the ditch. A little further up the entrance ramp, there was another car that was in the ditch on the other side of the road.  Thankfully, that other car had already called for police assistance as a cop car showed up within a minute of me ending up in that ditch.  The cop came over and let me know that a tow truck was on its way and I could just stay in the car to stay warm.</description>
<guid isPermaLink="true">http://www.cbulock.com/2009/12/trip_to_the_liquid_web_holiday_party.html</guid>
<dc:subject></dc:subject>
<dc:date>2009-12-20T22:46:59-05:00</dc:date>
<slash:comments>
0
</slash:comments>
<comments>
http://www.cbulock.com/2009/12/trip_to_the_liquid_web_holiday_party.html#comments
</comments>
</item>
<item>
<title>Michigan Smoking Ban</title>
<link>http://www.cbulock.com/2009/12/michigan_smoking_ban.html</link>
<description>Not certain my feeling of the new smoking ban in Michigan.  I&apos;m not a smoker, but it seems like the free market has been creating non-smoking establishments on their own. Don&apos;t think the government needed to intervene. There are many non-smoking restaurants and there are non-smoking bars as well.  If more people quit going to businesses that had smoking and went to the non-smoking places, everything would have worked itself out on its own. It will be nice to not stink like smoke after going out to the bar however.</description>
<guid isPermaLink="true">http://www.cbulock.com/2009/12/michigan_smoking_ban.html</guid>
<dc:subject></dc:subject>
<dc:date>2009-12-11T10:29:59-05:00</dc:date>
<slash:comments>
0
</slash:comments>
<comments>
http://www.cbulock.com/2009/12/michigan_smoking_ban.html#comments
</comments>
</item>
<item>
<title>PHP and the pcre.backtrack_limit</title>
<link>http://www.cbulock.com/2009/12/php_and_the_pcrebacktrack_limit.html</link>
<description>Just came across this today. Looks like in PHP 5.2, they decided to add a 100000 byte limit to regular expression matches.  This can stop a lot of searches on long strings, and the worst part is that PHP doesn&apos;t throw any error when that limit is reached. If you are using the perl-compatible regular expressions in PHP, you will likely want to change the pcre.backtrack_limit in the php.ini file to something larger than 100000.</description>
<guid isPermaLink="true">http://www.cbulock.com/2009/12/php_and_the_pcrebacktrack_limit.html</guid>
<dc:subject>Programming</dc:subject>
<dc:date>2009-12-03T15:52:28-05:00</dc:date>
<slash:comments>
0
</slash:comments>
<comments>
http://www.cbulock.com/2009/12/php_and_the_pcrebacktrack_limit.html#comments
</comments>
</item>
<item>
<title>WebOS 1.3.1 and Auth Changes</title>
<link>http://www.cbulock.com/2009/11/webos_131_and_auth_changes.html</link>
<description>I purchased my Palm Pre the morning it came out.  Within a couple of days, people had already figured out how to gain root access to the underlying Linux operating system.  I&apos;ve setup access since that time (early June).  Since that time, everything has worked great.  Update after update, Palm has never tinkered with anything related to the SSH access.  After I installed WebOS 1.3.1, all of a sudden I could no longer access my phone over SSH.  Unlike all those iPhones that just got hacked because they had enabled root access with no password, I have direct root access over SSH disabled.  I have a separate SSH user created, which is just security common sense.  Unfortunately, it seems that Palm had updated the /etc/passwd file in the latest update which removed my SSH user.  </description>
<guid isPermaLink="true">http://www.cbulock.com/2009/11/webos_131_and_auth_changes.html</guid>
<dc:subject>Cell Phone</dc:subject>
<dc:date>2009-11-16T09:35:13-05:00</dc:date>
<slash:comments>
0
</slash:comments>
<comments>
http://www.cbulock.com/2009/11/webos_131_and_auth_changes.html#comments
</comments>
</item>
<item>
<title>WebOS 1.3.1 Released Today</title>
<link>http://www.cbulock.com/2009/11/webos_131_released_today.html</link>
<description>The latest version of WebOS came out today, and the third big update since the Palm Pre came out.  I&apos;m about to download it here shortly. Precentral has details of what&apos;s included in the update.  I have been using Preware to install patches to my phone, so this update also means it&apos;s time to remove those patches, and then reinstall after the update. </description>
<guid isPermaLink="true">http://www.cbulock.com/2009/11/webos_131_released_today.html</guid>
<dc:subject>Cell Phone</dc:subject>
<dc:date>2009-11-14T10:28:01-05:00</dc:date>
<slash:comments>
0
</slash:comments>
<comments>
http://www.cbulock.com/2009/11/webos_131_released_today.html#comments
</comments>
</item>
<item>
<title>Time Related Items I Hope to See in My Lifetime</title>
<link>http://www.cbulock.com/2009/10/time_related_items_i_hope_to_see_in_my_lifeti.html</link>
<description>Here are two things I hope to live to see:

1)  Elimination of daylight saving time

2)  Elimination of timezones</description>
<guid isPermaLink="true">http://www.cbulock.com/2009/10/time_related_items_i_hope_to_see_in_my_lifeti.html</guid>
<dc:subject></dc:subject>
<dc:date>2009-10-20T13:00:53-05:00</dc:date>
<slash:comments>
0
</slash:comments>
<comments>
http://www.cbulock.com/2009/10/time_related_items_i_hope_to_see_in_my_lifeti.html#comments
</comments>
</item>
<item>
<title>Brett&apos;s Birthday and Other Various News</title>
<link>http://www.cbulock.com/2009/10/bretts_birthday_and_other_various_news.html</link>
<description>It&apos;s once again been quite some time since I&apos;ve written a blog post.  Much has taken place since my last posting. Today was Brett&apos;s 5th birthday.  This was not planned out all that well this year due to the fact that I didn&apos;t realize it was coming up until last week.  I did however get him the one and only gift he asked for, which was a Batman costume for his Build-a-Bear tiger.  I plan to get him some more gifts before the weekend.  I&apos;m going to try and throw some type of party for him on Saturday.</description>
<guid isPermaLink="true">http://www.cbulock.com/2009/10/bretts_birthday_and_other_various_news.html</guid>
<dc:subject>Personal</dc:subject>
<dc:date>2009-10-05T23:24:51-05:00</dc:date>
<slash:comments>
0
</slash:comments>
<comments>
http://www.cbulock.com/2009/10/bretts_birthday_and_other_various_news.html#comments
</comments>
</item>
<item>
<title>Palm Pre Installer</title>
<link>http://www.cbulock.com/2009/07/palm_pre_installer.html</link>
<description>I created a little install script for my Pre. It makes it easy to install homebrew apps. This requires root access.  There are some apps that allow you to install directly from the Pre and also apps that work if the Pre is connected over USB.  I don&apos;t really prefer these methods as I never connect my Pre to USB, and copying and pasting URL&apos;s on the Pre isn&apos;t too user friendly.


# /bin/sh
mount -o remount,rw /
ipkg -o /var install $1
luna-send -n 1 palm://com.palm.applicationManager/rescan {}
mount -o remount,ro /


You can then just name it something like install and chmod +x install and easily install any ipk file either locally or over the internet like so:


./install http://forums.precentral.net/spe_attachment/download-24521-com.palm.app
.switcharoo_0.9.0_all.ipk


That installs the Switcharoo wallpaper switch app.</description>
<guid isPermaLink="true">http://www.cbulock.com/2009/07/palm_pre_installer.html</guid>
<dc:subject>Cell Phone</dc:subject>
<dc:date>2009-07-31T13:51:32-05:00</dc:date>
<slash:comments>
0
</slash:comments>
<comments>
http://www.cbulock.com/2009/07/palm_pre_installer.html#comments
</comments>
</item>


</channel>
</rss>