-
Archives
- October 2012
- November 2010
- August 2010
- February 2010
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- March 2009
- February 2009
- November 2008
- October 2008
- September 2008
- June 2008
- April 2008
- March 2008
- January 2008
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- November 2005
- 0
-
Meta
Monthly Archives: January 2007
Hacking Quicken
So, I recently bought Quicken for the first time, so that I could do line item tax deductions. Too bad my main credit card company, Chase, artificially limits the data I can import to Quicken. Only 45 days worth. I … Continue reading
Posted in Ideas, Uncategorized
1 Comment
Why does Sun act so unprofessional with their flagship products?
Download the new Java Netbeans 5.5 Several of the samples are broken. Totally unprofessional. Click on ‘Help’. Sun’s entire document website cluster is down. Totally unreliable. What is Sun thinking? Do they realize how poorly the represent their company and … Continue reading
Posted in Uncategorized
Leave a comment
Fiber Optic in San Francisco
Talked to an SBC/ATT rep today. They said SF gets Fiber Optic laid to new apartment buildings and select newly built homes. They said that my neighborhood, Western Addition, will not get the copper replaced with fiber optic (ever), because … Continue reading
Posted in Uncategorized
Leave a comment
Ruby on Rails on 1and1 shared linux hosting
Can’t be done as far as I can tell. But here are the steps I tried after trying many tutorials. #install ruby mkdir ~/bin/ruby cd ~/bin/ruby wget <a class="moz-txt-link-freetext" href="ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.5.tar.gz">ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.5.tar.gz</a> tar -zxvf ruby-1.8.5.tar.gz cd ruby-1.8.5 ./configure prefix=~/bin/ruby #replace ext/openssl/ossl.h with … Continue reading
Posted in Uncategorized
4 Comments