<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>infinite possibility</title>
	<link>http://anypossibility.com/blog</link>
	<description>Naoko Reeves&#039;s Blog</description>
	<lastBuildDate>Sat, 14 Aug 2010 06:16:36 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>strace for Mac OS X</title>
		<description><![CDATA[In Leopard it’s called dtrace, but it’s simpler if you just call dtruss Here is the manual: NAME dtruss &#8211; process syscall details. Uses DTrace. - SYNOPSIS dtruss [-acdeflhoLs] [-t syscall] { -p PID &#124; -n name &#124; command } - DESCRIPTION dtruss prints details on process system calls. It is like a DTrace ver- sion of [...]]]></description>
		<link>http://anypossibility.com/blog/2010/08/strace-for-mac-os-x/</link>
			</item>
	<item>
		<title>Bathroom Remodeling</title>
		<description><![CDATA[2008-11 We bought this house in Nov 2008. I am Japanese and taking bath has been just my part of my life. However, we fall in love with this house so much that we accepted fact that the house only had Shower in Master. We were thinking&#8230; well, bathtub can be easily installed! We can [...]]]></description>
		<link>http://anypossibility.com/blog/2010/08/bathroom-remodeling/</link>
			</item>
	<item>
		<title>Home Solar &#8211; Lease or Purchase</title>
		<description><![CDATA[I have read great things about SolarCity and Sungevity &#8211; I believe they are the two leading solar leasing company at the time of writing. I got estimate form both companies. They do lease very differently&#8230; SloarCity ask you for some down payment then low monthly fee for 20 years regardless of power company you [...]]]></description>
		<link>http://anypossibility.com/blog/2010/08/home-solar-lease-or-purchase/</link>
			</item>
	<item>
		<title>Latin 1 to UTF-8</title>
		<description><![CDATA[Long story short, I was doing some screen scraping on web application. My web app use Latin 1 and target is using UTF-8. So I had a few issues to resolve in order for it to work&#8230; 1. Display Issue: If target site has beyond ascii character, it wasn&#8217;t displaying correctly. To resolve this was [...]]]></description>
		<link>http://anypossibility.com/blog/2010/08/latin-1-to-utf-8-2/</link>
			</item>
	<item>
		<title>Inspirational Movie FUEL</title>
		<description><![CDATA[The movie was released in 2008 but I just found this today while browsing new avaialble on Netflix. Josh Tickell just refused to give up to make change for human and mother earth. Thank you very much for the inspiration.]]></description>
		<link>http://anypossibility.com/blog/2010/07/movie-fuel/</link>
			</item>
	<item>
		<title>PostgreSQL: Dump Schema Only or Triggers Only</title>
		<description><![CDATA[I needed to extract triggers only, sequence/index only etc when we migrated database. I received advice from postgresql General List and thought I should post exact step/script of how to accomplish this. Open Terminal: 1. dump schema only pg_dump -h localhost -p 5432 &#8211;username UserName &#8211;schema-only &#8211;format c &#8211;file path_to_backup.backup &#8211;schema &#8216;public&#8217; db_name 2. create [...]]]></description>
		<link>http://anypossibility.com/blog/2010/07/postgresql-dump-schema-only-or-triggers-only/</link>
			</item>
	<item>
		<title>nightly backup (pg_dump) with shell script and cron job</title>
		<description><![CDATA[1. write a shell script #!/bin/bash #backup.sh logfile=&#8221;/backups/logfile.log&#8221; # Location to place backups. backup_dir=&#8221;/backups&#8221; touch $logfile timeslot=`date +%y%m%d_%H%M` databases=(&#8220;db1&#8243; &#8220;db2&#8243; &#8220;db3&#8243;) # get length of an array tLen=${#databases[@]} for (( i=0; i&#60;${tLen}; i++ )); do echo &#8220;Vacuum Starting at `date` for database: ${databases[$i]} &#8221; &#62;&#62; $logfile timeinfo=`date &#8216;+%T %x&#8217;` psql -c &#8220;vacuum verbose analyze&#8221; -d [...]]]></description>
		<link>http://anypossibility.com/blog/2010/07/nightly-backup-pg_dump-with-shell-script-and-cron-job/</link>
			</item>
	<item>
		<title>great moral leader are made of:</title>
		<description><![CDATA[I salute the man who is going through life always helpful, knowing no fear, and to whom aggressiveness and resentment are alien. - Albert Einstein]]></description>
		<link>http://anypossibility.com/blog/2010/07/18/</link>
			</item>
	<item>
		<title>Install NetBeans 6.9 to OS X 10.5.8</title>
		<description><![CDATA[NetBeans 6.9 is a great PHP IDE and I have been pretty happy about it. Although initially, I almost gave up installing this on my MacBook Pro &#8211; After installation was done and launch the application I have encountered an error saying &#8220;Cannot run on older version of Java 6 Standard Edition. Please install Java [...]]]></description>
		<link>http://anypossibility.com/blog/2010/07/install-netbeans-6-9-to-os-x-10-5-8/</link>
			</item>
</channel>
</rss>
