<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><title>madhatter to the world</title><link>http://www.nostalgix.org/blog/</link><language>en</language><managingEditor>noreply@blogger.com (madhatter)</managingEditor><lastBuildDate>Thu, 08 May 2008 00:40:58 -0500</lastBuildDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">213</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><description></description><item><title>Create a ZFS pool onto an already used and referenced disk</title><link>http://www.nostalgix.org/blog/2007/10/create-zfs-pool-onto-already-used-and.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Tue, 02 Oct 2007 17:19:04 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-4840100199200769212</guid><description>I have been thinking about creating a zfs pool for my home directory for some time now. Today I moved my home directory to &lt;code&gt;/export/backup&lt;/code&gt; and unmounted the 120g disk.&lt;br /&gt;When I tried to &lt;code&gt;zpool create home c0d1&lt;/code&gt; I got the message that this disk is still referenced in another boot environment. (Read &lt;a href="http://www.nostalgix.org/blog/2007/09/solaris-live-upgrade-for-first-time.html"&gt;here&lt;/a&gt; why.) I tried to delete that old boot environment, but that did not work, because GRUB then would have entries that point to no existing BE then. I never thought about that before, but I guess I now have to stick to the two BEs and just switch from SXCE1 to SXCE2 and back again.&lt;br /&gt;&lt;br /&gt;On &lt;code&gt;#opensolaris&lt;/code&gt; I have been pointed to the right tool to use: &lt;code&gt;lumount&lt;/code&gt;. I mounted the old environment and commented out the entry in the &lt;code&gt;/etc/vfstab&lt;/code&gt; to get rid of that reference for the disk. Now I was able to create the zpool with mountpoint on &lt;code&gt;/export/home&lt;/code&gt;. Afterwards I created a new filesystem for my user in it and moved all my data back in there.&lt;br /&gt;&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/live upgrade" rel="tag"&gt;live upgrade&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/opensolaris" rel="tag"&gt;opensolaris&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/zpool" rel="tag"&gt;zpool&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/solaris" rel="tag"&gt;solaris&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/sun" rel="tag"&gt;sun&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/zfs" rel="tag"&gt;zfs&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>Solaris Live Upgrade for the first time - with bugs</title><link>http://www.nostalgix.org/blog/2007/09/solaris-live-upgrade-for-first-time.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Sat, 29 Sep 2007 13:23:49 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-4394801468874056054</guid><description>I switched from FreeBSD to OpenSolaris a few weeks ago. Today I tried the &lt;a href="http://docs.sun.com/app/docs/doc/817-5505/6mkv5m1jq?a=view"&gt;Live Upgrade&lt;/a&gt; for the first time, upgrading from snv_70 to snv_72. And while I was happy to see the new system booting had trouble with accessing my cd/dvd-rom drive. After trying this and that and asking on the irc channel I got the hint that I ran into a &lt;a href=http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6600169"&gt;bug&lt;/a&gt; in b72.&lt;br /&gt;Mounting my old root and copying the ata driver to the upgraded root did do the trick then.&lt;br /&gt;Besides having some trouble caused by that bug I really like that live upgrade functionality in Solaris.&lt;br /&gt;&lt;br /&gt;I am yet looking forward to explore more on this operating system. At work I have to play around with a 2-node Sun Cluster holding an Oracle RAC at the moment. That's really fun!&lt;br /&gt;&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/opensolaris" rel="tag"&gt;opensolaris&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/live upgrade" rel="tag"&gt;live upgrade&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/solaris" rel="tag"&gt;solaris&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/sun" rel="tag"&gt;sun&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>Migration made easy with Oracle SQL Developer</title><link>http://www.nostalgix.org/blog/2007/07/migration-made-easy-with-oracle-sql.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Thu, 26 Jul 2007 06:46:07 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-553085861313365367</guid><description>A couple of weeks ago I had to migrate lots of data from MySQL to PostgreSQL and it was a pain in the a**. Even though MySQL offers to use a compatibility-mode when exporting tables for Postgres those dump files could not be imported to the Postgres database at all. The DDL was so wrong from Postgres' point of view that I had to search &amp; replace lots of stuff and take care of escaping strings in a few thousand rows...&lt;br /&gt;&lt;br /&gt;While I was looking up some data in Oracle's &lt;a href="http://www.oracle.com/technology/products/database/sql_developer/"&gt;SQL Developer&lt;/a&gt; I noticed the 'Migration' menu for the very first time.&lt;br /&gt;I have to admit that I use the SQL developer for almost a year now but did not find the time to explore it in much more detail.&lt;br /&gt;&lt;br /&gt;I was wondering if migrating data from the MySQL database to an Oracle database would work out much better/easier with this tool, so I gave it a try:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. I created a user called MIGRATIONS and granted RESOURCE, CREATE SESSION and CREATE VIEW to him. I then created and connected to a database connection to that user in the SQL Developer and created (right-click) the migration repository there.&lt;br /&gt;&lt;br /&gt;2. I then created and connected to a database connection to the destination database and made sure that user had enough rights to create users and things.&lt;br /&gt;&lt;br /&gt;3. Now I connected to the MySQL database and captured (right-click) the schema of interest.&lt;br /&gt;&lt;br /&gt;4. I got a list of captured objects in a new tab now and was able to convert those. They appeared in another new tab labled 'converted objects'.&lt;br /&gt;&lt;br /&gt;5. I renamed the schema from those converted objects (right-click) and generated (right-click again) lots of statements that appeared in a new SQL worksheet.&lt;br /&gt;&lt;br /&gt;6. From there I selected the target database from the drop-down in the upper right corner and hit 'run script ()'.&lt;br /&gt;&lt;br /&gt;7. I then connected to the created schema in my destination database.&lt;br /&gt;&lt;br /&gt;8. Finally I chose 'migrate data' from the migration menu and selected source, destination and the converted objects to get the data transferred.&lt;br /&gt;&lt;br /&gt;Like a charm!&lt;br /&gt;Okay, there have been some errors mentioned while the migration process, but it seemed to me that all have been handled somehow as there have been no errors in the Migration log and all tables had the same data as in the source database.&lt;br /&gt;&lt;br /&gt;I hopefully have to migrate to Oracle for the next project.&lt;br /&gt;&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/database" rel="tag"&gt;database&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/migration" rel="tag"&gt;migration&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/mysql" rel="tag"&gt;mysql&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/oracle" rel="tag"&gt;oracle&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/dba" rel="tag"&gt;dba&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/sql developer" rel="tag"&gt;sql developer&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>Celebrating 3 years 'madhatter to the world'</title><link>http://www.nostalgix.org/blog/2007/03/celebrating-3-years-to-world.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Thu, 08 Mar 2007 01:19:05 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-3858372846064363607</guid><description>&lt;br /&gt;&lt;img src="http://farm1.static.flickr.com/124/341145222_84fa7e6580_t.jpg" height="100" width="74" border="1" align="left" hspace="4" vspace="4" alt="birthday_cake" title="birthday_cake" /&gt;&lt;br /&gt;I am happy to tell, that this weblog now exists for three years. There have been days I was thinking about taking it offline, but the still growing number of visitors made me keep it up. And sometimes I really have something interesting to tell so I post it here. And I think it's interesting to see that I came from lots of music, television and movie content to Oracle, DBA, sysadmin and hacker content. Probably the target audience has changed within these three years. But I said it from the beginning: this is about 'everything I am interested in and you might not care about'.&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/birthday" rel="tag"&gt;birthday&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>Hack-a-lot: Ruby on Rails, Tiger, fink and Oracle</title><link>http://www.nostalgix.org/blog/2007/03/hack-lot-ruby-on-rails-tiger-fink-and.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Tue, 06 Mar 2007 02:04:00 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-615396255715111024</guid><description>Maybe some of you remember my article about Ruby on Rails with Mac OS X Tiger and PostgreSQL. I tried to use Oracle back then in the first place, but had some issues.&lt;br /&gt;I now stumbled upon &lt;a href="http://www.oracle.com/technology/oramag/oracle/07-mar/o27rails.html"&gt;an article in the Oracle Magazine&lt;/a&gt; how to use the database driver &lt;a href="http://rubyforge.org/projects/ruby-oci8/"&gt;Ruby/OCI8&lt;/a&gt; with ruby and rails.&lt;br /&gt;Of course this wasn't that easy on a Mac. *gnarf*&lt;br /&gt;&lt;br /&gt;Because the header files did not happen to appear where they are expected I first tried it with some symlinks, without any luck. Later I came across &lt;a href="http://wiki.rubyonrails.org/rails/pages/HowtoUseSQLite"&gt;an article at the rubyonrails wiki&lt;/a&gt; where they mentioned that &lt;i&gt;"many readers of comp.lang.ruby advocate installing ruby from source as the install of ruby that comes with Tiger is deemed to be slightly broken"&lt;/i&gt;.&lt;br /&gt;&lt;br /&gt;So I updated my fink branch and installed ruby 1.8.4 and the rubygems via fink &lt;u&gt;&lt;b&gt;after&lt;/b&gt;&lt;/u&gt; I slightly re-ordered my $PATH to have the fink binaries on top of the list. (&lt;u&gt;&lt;b&gt;Edit:&lt;/b&gt;&lt;/u&gt; You have to re-order your $PATH first, because you otherwise would mix up both versions of ruby, rake and rails somehow.) I don't have to use symlinks here or remove the ruby distribution from OS X' developer tools.&lt;br /&gt;&lt;br /&gt;When this was done I used &lt;code&gt;'gem install rails'&lt;/code&gt;, to install rails once more - with all it's dependencies.&lt;br /&gt;&lt;code&gt;'which rails'&lt;/code&gt; should show you something like &lt;code&gt;'/sw/bin/rails'&lt;/code&gt; after installation has been finished.&lt;br /&gt;&lt;br /&gt;I now was able to install the necessary ruby interface for Oracle using OCI8 API with an intermediate step in the installation process: &lt;code&gt;'ruby setup.rb config'&lt;/code&gt;&lt;br /&gt;Now the header files were found and I can keep on with &lt;code&gt;'make'&lt;/code&gt; and &lt;code&gt;'make install'&lt;/code&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/database" rel="tag"&gt;database&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/fink" rel="tag"&gt;fink&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/hacking" rel="tag"&gt;hacking&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/mac" rel="tag"&gt;mac&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/oracle" rel="tag"&gt;oracle&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/os x" rel="tag"&gt;os x&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/ruby" rel="tag"&gt;ruby&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/rubyonrails" rel="tag"&gt;rubyonrails&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>More on Technorati: Search fixed</title><link>http://www.nostalgix.org/blog/2007/02/more-on-technorati-search-fixed.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Tue, 27 Feb 2007 04:27:59 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-4625353964719669577</guid><description>As you may have &lt;a href="http://www.nostalgix.org/blog/2007/02/technorati-should-i-stay-or-should-i-go.html"&gt;read some days ago&lt;/a&gt;, I was wondering if I should use &lt;a href=""&gt;Technorati&lt;/a&gt; here on my weblog anymore or not. It seems that most hick ups are gone right now. My latest postings appeared there already but the search I integrated lots of months ago was broken. Even though that searchlet has been released by Technorati long time ago it still is beta. And that means they can change the URL in it if they like without telling you.&lt;br /&gt;You now are able to use the search form on the right again - until the URL for searching on Technorati will change again.&lt;br /&gt;&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/blogger tools" rel="tag"&gt;blogger tools&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/search" rel="tag"&gt;search&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/technorati" rel="tag"&gt;technorati&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>Technorati: Should I stay or should I go?</title><link>http://www.nostalgix.org/blog/2007/02/technorati-should-i-stay-or-should-i-go.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Wed, 07 Feb 2007 13:01:55 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-431899087609123292</guid><description>I still use the &lt;a href="http://www.technorati.com"&gt;Technorati&lt;/a&gt; tags on each of my posts here (see below) and I still have the Technorati search included (to the right) but I noticed lately that Technorati does not seem to update my weblog regularly even though I ping them after each post I put online. And while searching my own site with the search box Technorati offers I noticed that I can't even find &lt;a href="http://www.nostalgix.org/blog/2005/05/install-oracle-10g-on-mac-os-x-104.html"&gt;most read article&lt;/a&gt; on this site.&lt;br /&gt;So, what is Technorati still good for? Maybe it's time to move on and leave Technorati behind. I wrote them an email asking what might cause this problem a couple of weeks ago but never got an answer. Maybe the guys from Technorati already did move on?&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/blogger tools" rel="tag"&gt;blogger tools&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/rant" rel="tag"&gt;rant&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/technorati" rel="tag"&gt;technorati&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>Come to Fraggle Rock</title><link>http://www.nostalgix.org/blog/2007/02/come-to-fraggle-rock.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Wed, 07 Feb 2007 12:48:19 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-7473462286011252868</guid><description>Today I took a look on my &lt;a href=""&gt;Google Analytics&lt;/a&gt; account, because I sometimes wonder if somebody still reads these pages. And there I get the info that on position four of the most used keywords to reach this weblog comes "fraggle rock". Fascinating, ain't it?&lt;br /&gt;I didn't even remember that I wrote &lt;a href="http://www.nostalgix.org/blog/2004/09/come-on-down-to-fraggle-rock.html"&gt;this&lt;/a&gt; back then, but now I've been reminded that I am still waiting for the release of the &lt;a href="http://www.amazon.de/gp/product/B000B8NLRU/ref=wl_it_dp/028-2363576-9766967?ie=UTF8&amp;coliid=I3BPS1BWLEWEOG&amp;colid=B92I43QF49ZT"&gt;first Muppets' DVD set&lt;/a&gt; here in Germany.&lt;br /&gt;I then - just for fun - used the above keywords in google and found &lt;a href="http://muppet.wikia.com/wiki/Muppet_Wiki"&gt;this awesome wiki&lt;/a&gt; with lots of information about Jim Hensons' muppets and fraggles.&lt;br /&gt;&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/muppets" rel="tag"&gt;muppets&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/fraggles" rel="tag"&gt;fraggles&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/wiki" rel="tag"&gt;wiki&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>Greasemonkey Script for Nikonians' Nag Text</title><link>http://www.nostalgix.org/blog/2007/01/greasemonkey-script-for-nikonians-nag.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Wed, 03 Jan 2007 06:43:53 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-116782823206381522</guid><description>Just a short one: I've been annoyed by the nag text at the &lt;a href="http://www.nikonians.org/cgi-bin/dcforum/"&gt;Nikonians forum&lt;/a&gt; when posting there. They ask you to upgrade your membership in there, but there is no need to do so, because posting is allowed to everybody. (If not the community might be a bit smaller there.)&lt;br /&gt;So I wrote just &lt;a href="http://userscripts.org/scripts/show/6950"&gt;these few lines&lt;/a&gt; to make it disappear. If you think it's useless it's okay, I wrote it for me.&lt;br /&gt;&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/greasemonkey" rel="tag"&gt;greasemonkey&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/hacking" rel="tag"&gt;hacking&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/Nikonians" rel="tag"&gt;Nikonians&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/Nikon" rel="tag"&gt;Nikon&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/script" rel="tag"&gt;script&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>London, Baby!</title><link>http://www.nostalgix.org/blog/2006/09/london-baby.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Tue, 19 Sep 2006 08:17:48 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-115867186864479150</guid><description>I have to admit that I had doubts about going to London over the weekend, but nothing of all my worries came true at all. It was fun, the only thing that would have been nice was having more money to spend on just one weekend. As we are planning to move in almost a month we have to save some money for that already, so London was kinda expensive just to stay there.&lt;br /&gt;Horrible how much you can spend on food there. We did not go to any restaurant or something like that, but we were hungry from running through the whole city...&lt;br /&gt;&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/London" rel="tag"&gt;London&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/travel" rel="tag"&gt;travel&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>London's calling</title><link>http://www.nostalgix.org/blog/2006/09/londons-calling.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Thu, 14 Sep 2006 13:50:01 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-115825979799110239</guid><description>Tomorrow morning I will travel to London. In the last days I already had holidays and trying hard to not do anything except resting...&lt;br /&gt;So for the weekend I will really have holidays with being not just at home but in another city, another country.&lt;br /&gt;&lt;br /&gt;Maybe I should watch the "Friends" episodes in London tonight... ;-)</description></item><item><title>Firefox 2.0 Beta 2</title><link>http://www.nostalgix.org/blog/2006/09/firefox-20-beta-2.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Sat, 02 Sep 2006 12:10:28 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-115721702858011177</guid><description>Okay, you all already know that &lt;a href="http://www.mozilla.org/projects/bonecho/releases/2.0b2.html"&gt;Firefox 2.0 Beta 2&lt;/a&gt; has been released. And you may be as curious about it as I have been.&lt;br /&gt;I am using Firefox on a non-Intel Mac and so it is kinda slow. The good news is that FF 2.0 is much faster than the 1.5 version on a Mac. The bad news is that there are not many compatible extensions (now called add-ons in FF 2.0) available. But not all of the not-compatible ones are really not compatible.&lt;br /&gt;There is an add-on that makes it possible to use the the old extensions like &lt;a href="http://greasemonkey.mozdev.org/"&gt;Greasemonkey&lt;/a&gt; by disabling the default compatibility-check in Firefox: the &lt;a href="http://users.blueprintit.co.uk/~dave/web/firefox/nightly/index.html"&gt;Nightly Tester Tools&lt;/a&gt; add-on/extension.&lt;br /&gt;&lt;br /&gt;But what about the awful look now? Firefox looks crappy and non of the other buttons match in size and shape. So, there already is a preview of the &lt;a href="http://www.takebacktheweb.org/"&gt;GrApple&lt;/a&gt; themes for the 2.0 version &lt;a href="javascript:void(InstallTrigger.installChrome(InstallTrigger.SKIN,'themes/files/GrAppleP_0.9.jar','GrApple (Preview)'))"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;So, everything seems to work for me now. I can get rid of a few extensions that are now already build into Firefox and it almost looks like it did before. &lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.mozilla.org/projects/bonecho/all-beta.html"&gt;Test it yourself.&lt;/a&gt;&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/firefox" rel="tag"&gt;firefox&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/os x" rel="tag"&gt;os x&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/web 2.0" rel="tag"&gt;web 2.0&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>Switching to Wordpress?</title><link>http://www.nostalgix.org/blog/2006/08/switching-to-wordpress.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Tue, 29 Aug 2006 16:00:48 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-115688524811292836</guid><description>Oh, it's horrible. Since yesterday I am fighting with &lt;a href="http://www.wordpress.com/"&gt;Wordpress&lt;/a&gt;' software, because I always wanted to give it a try.&lt;br /&gt;But it seems to be not as easy as I thought. First there is no support for any other database but MySQL (*bleh*), secondly I don't know how to get my old posts from this blog into the new one, as the import-script does not seem to work at my hosts webserver. Support is none available from their side.&lt;br /&gt;The more I am trying to solve some of the issues I have with the whole PHP crap and CSS stylesheets that seem to overwrite each others definitions the more I am asking myself if it's worth all that trouble. My fellow readers will remember that my last post on this weblog is more than half a year ago, but I had good reasons for it...&lt;br /&gt; &lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/blogger tools" rel="tag"&gt;blogger tools&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/wordpress" rel="tag"&gt;wordpress&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>Marketing 30 Boxes</title><link>http://www.nostalgix.org/blog/2006/03/marketing-30-boxes.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Thu, 18 May 2006 05:10:27 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-114328124026325208</guid><description>There was a &lt;a href="http://30boxes.com/blog/index.php/2006/03/13/marketing-30-boxes/"&gt;post&lt;/a&gt; in the weblog of &lt;a href="http://30boxes.com/"&gt;30 Boxes&lt;/a&gt; last week about helping those guys to become more popular. First I thought I might be too busy for things like that, but why not help a new service compete in the hazardous world of Web 2.0.&lt;br /&gt;So here is, what I have to say: I now use my calendar at 30 Boxes since a few months now and I love it. It's so easy and it is cool for all us Mac and iPod users. Why that? - See, as 30 Boxes is a &lt;a href="http://en.wikipedia.org/wiki/Web_2.0"&gt;Web 2.0&lt;/a&gt; application you are able to add appointments wherever you have web-access via a browser. Because I am sometimes offline on my way to work of university I use the calendar on my iPod rather than the one I have integrated in my mobile. (I only use that one for short reminders like "watch channel 7 at 8pm".) As there is a &lt;i&gt;webcal://&lt;/i&gt; URI for all 30 Boxes calendars available I am able to subscribe to my calendar via &lt;a href="http://www.apple.com/macosx/features/ical/"&gt;iCal&lt;/a&gt; and can use it to sync it to my iPod.&lt;br /&gt;&lt;br /&gt;There are lots of other features though. Like sharing your calendar with others or just parts of it. You can keep track of other services by RSS with it and many more.&lt;br /&gt;&lt;br /&gt;This is why I like to use a service as 30 Boxes even though I have a cool application like iCal on my iBook always available. (Unnoticed the fact that I can note appointments when somewhere out without my iBook. Yes, there are days...)&lt;br /&gt;Another reason why I think using 30 Boxes is cool, is because it's fun to be part of the evolution of this application (or service, call it as you like). There are regular enhancements mentioned in the &lt;a href="http://30boxes.com/blog/"&gt;weblog&lt;/a&gt; after they have been discussed with the users in the &lt;a href="http://30boxes.com/forum/"&gt;forum&lt;/a&gt;. And if you like to help (I really would like to, but at the moment there are other things I really should focus on) you may take a look into the &lt;a href="http://30boxes.com/blog/index.php/developers/"&gt;developer column&lt;/a&gt; to see what can be done and what is requested by the users so far.&lt;br /&gt;&lt;br /&gt;At last one more reason is the upcoming &lt;a href="http://www.google.com/cl2"&gt;Google calendar&lt;/a&gt;. Of course you should use the calendar you like most, but as the calendar by Google is not available yet, a good chance to get used to 30 Boxes and fall in love to it. There already is a whispering out there in the net that we might get stuck to Google apps too much, so why not use an alternative when it is a great one?&lt;br /&gt;For me 30 Boxes has all necessary features I expect from an online calendar so far and I know that there will come more and more features that will make my calendar of choice even better.&lt;br /&gt;&lt;br /&gt;Enough talking, head to &lt;a href="http://30boxes.com/"&gt;30 Boxes&lt;/a&gt; and see for yourself.&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/30 boxes" rel="tag"&gt;30 boxes&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/web 2.0" rel="tag"&gt;web 2.0&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>Beastie Boys movie only one night at the big screen</title><link>http://www.nostalgix.org/blog/2006/03/beastie-boys-movie-only-one-night-at.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Wed, 15 Mar 2006 02:11:40 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-114241030024045614</guid><description>The &lt;a href="http://www.beastieboys.com/"&gt;Beastie Boys&lt;/a&gt;, best band ever, are going to release a new concert movie entitled &lt;b&gt;&lt;i&gt;Awesome, I F***in' Shot That!&lt;/i&gt;&lt;/b&gt; During one of there concerts in the Madison Square Gardens the Beastie Boys handed out video cameras to 50 select audience members and let them record the audiences perspective of the concert. After the event was over the cameras we returned, and now we have a movie.&lt;br /&gt;Sounds interesting. And this movie will be on the big screen for only one evening, March 23rd. Of course only in US and Canada. A complete list of the theaters &lt;a href="http://www.awesomeishotthat.com/march23/"&gt;click here&lt;/a&gt;. For all other info go to the &lt;a href="http://www.awesomeishotthat.com/"&gt;mainpage&lt;/a&gt; of the special site about the movie.&lt;br /&gt;&lt;br /&gt;I am really looking forward to that, since I've been a bit disappointed about the last "Solid Gold" release with just lots of evergreens.&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/movies" rel="tag"&gt;movies&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/beastie boys" rel="tag"&gt;beastie boys&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>Steve's new fun products</title><link>http://www.nostalgix.org/blog/2006/03/steves-new-fun-products.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Wed, 01 Mar 2006 04:01:39 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-114120729896840014</guid><description>So, what was it about? An expensive dock with speakers integrated, a new Mac mini, a bit faster than the old one, lacking graphics performance as usual, but much more expensive, and an iPod case for $99. Thanks a lot, Steve.&lt;br /&gt;&lt;br /&gt;And I have to say, that it is not, because I was waiting for the fullscreen-tablet-display-iPod (6G) or anything else which smart people knew would never be released yesterday. It is, Steve, because these products lack the innovative mind we are used to. There are lots of speakers out there and a billion cases for all iPod generations. Probably not with such a nice Apple logo like yours...&lt;br /&gt;&lt;br /&gt;So, Steve, what should I tell you? - Think about it.&lt;br /&gt;&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/apple" rel="tag"&gt;apple&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/mac" rel="tag"&gt;mac&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/mac mini" rel="tag"&gt;mac mini&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/iPod" rel="tag"&gt;iPod&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/rant" rel="tag"&gt;rant&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>New iBook Battery Arrived</title><link>http://www.nostalgix.org/blog/2006/02/new-ibook-battery-arrived.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Fri, 03 Feb 2006 13:06:58 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-113899361836777163</guid><description>That's the story: I noticed that the battery in my iBook got worse every single day since it was in repair a few weeks ago. I already had checked, if my battery was one of those, that might cause trouble and Apple agreed to exchange for free, but it wasn't. Now I checked it again on wednesday and it seems, that I a) had a typo in the numbers last time or b) they put the wrong battery in my iBook when it was in the garage...&lt;br /&gt;&lt;br /&gt;Today it arrived. And I have 100% current battery capacity (4400 mAh) again. *sigh*&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;br /&gt;&lt;img src="http://www.nostalgix.org/blog/pictures/coconutBattery.png" height="425" width="278" border="1" hspace="4" vspace="4" alt="Coconutbattery" /&gt;&lt;br /&gt;&lt;/center&gt;&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/apple" rel="tag"&gt;apple&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/iBook" rel="tag"&gt;iBook&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/battery" rel="tag"&gt;battery&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>Hack-a-lot: Applescript to save iTunes ratings permanently</title><link>http://www.nostalgix.org/blog/2006/01/hackalot-applescript-to-save-itunes.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Tue, 31 Jan 2006 16:36:15 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-113874370667509743</guid><description>Long time no see.&lt;br /&gt;&lt;br /&gt;While working hard and listening to iTunes all day, I realized that there really is a need for those ratings in iTunes, because I noticed a few great songs on my harddisk, I wanted to be able to find again later.&lt;br /&gt;&lt;br /&gt;But then I had to notice that all those ratings get lost when removing the tracks from iTunes and putting them back in again later. (And I am doing that very often, because I don't have too much space on the disk left.)&lt;br /&gt;&lt;br /&gt;To be able to use my ratings in the future I want them to be stored in the ID3 tag of the track. To be able to do that for the whole library I wrote a small applescript. You can store your ratings to the comment field and getting them back from there as ratings.&lt;br /&gt;&lt;br /&gt;Download the script &lt;a href="http://www.nostalgix.org/files/Copy%20Ratings%20to%20Comments.scpt"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Since my iBook had to go to repair two weeks ago, I loose total battery capacity from day to day - I am at 43% now while I had around 89% a few weeks ago. So help - buy me a new battery for my 12" iBook from 2005.&lt;/b&gt; :-D&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/applescript" rel="tag"&gt;applescript&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/iTunes" rel="tag"&gt;iTunes&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/rating" rel="tag"&gt;rating&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/script" rel="tag"&gt;script&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>No new Analytics Users</title><link>http://www.nostalgix.org/blog/2005/11/no-new-analytics-users.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Wed, 23 Nov 2005 09:55:32 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-113276133284469125</guid><description>As I just read at &lt;a href="http://www.schockwellenreiter.de/2005/11/23.html#auchGoogleBekommtDasWeb20NichtInDenGriff"&gt;Schockwellenreiter's&lt;/a&gt;, &lt;a href="http://www.google.com/analytics/"&gt;Google Analytics&lt;/a&gt; has stopped new sign-ups. So now I am one of those privileged users who can check where the users of this blog are coming from. Right now, I have to say, that it makes not that huge differences if using &lt;a href="http://www.google.com/analytics/"&gt;Google Analytics&lt;/a&gt; or &lt;a href="http://www.sitemeter.com/"&gt;Sitemeter&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/blogger tools" rel="tag"&gt;blogger tools&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/google" rel="tag"&gt;google&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/stats" rel="tag"&gt;stats&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/weblog" rel="tag"&gt;weblog&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>Salma Hayek, da Bandida</title><link>http://www.nostalgix.org/blog/2005/11/salma-hayek-da-bandida.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Sat, 19 Nov 2005 01:32:08 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-113238485372758951</guid><description>Maybe some of you remember me &lt;a href="http://www.nostalgix.org/blog/2004/11/salma-hayek-becomes-pirate.html"&gt;telling you crap&lt;/a&gt; about &lt;a href="http://www.imdb.com/name/nm0000161/"&gt;Salma Hayek&lt;/a&gt; starring in the upcoming &lt;a href="http://www.imdb.com/title/tt0383574/"&gt;Pirates of the Caribbean&lt;/a&gt; flick.&lt;br/&gt;As &lt;a href="http://www.imdb.com/title/tt0383574/"&gt;IMDB&lt;/a&gt; still has no info on that, I think the source back then was not too serious.&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;But I also thought that I had already told you about the comedy-crime-western movie &lt;a href="http://www.imdb.com/title/tt0416496/"&gt;Bandidas&lt;/a&gt;, starring &lt;a href="http://www.imdb.com/name/nm0000161/"&gt;Salma Hayek&lt;/a&gt; and &lt;a href="http://www.imdb.com/name/nm0004851/"&gt;Pen&amp;#233;lope Cruz&lt;/a&gt;. But I can't find that post anymore.&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;center&gt;&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;a href="http://www.allocine.fr/film/galerievignette_gen_cfilm=57421.html"&gt;&lt;br /&gt;&lt;img alt="Bandidas" height="237" hspace="4" longdesc="Salma Hayek in &amp;quot;Bandidas&amp;quot;" src="http://blog.nostalgix.org/pictures/bandidas1.jpg" title="Bandidas" vspace="4" width="355"/&gt;&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;/center&gt;&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;While the movie has been completed already, Fox has not set a release date in 2006 for U.S. yet. (In Germany the release date &lt;a href="http://www.filmstarts.de/kritiken/Bandidas.html"does not seem to be set&lt;/a&gt; either. France has the 18th of January 2006 as date where "Bandidas" hit the theatres.) But now I read at &lt;a href="http://www.joblo.com/index.php?id=9356"&gt;JoBlo&lt;/a&gt;, that there is a &lt;a href="http://www.allocine.fr/film/galerievignette_gen_cfilm=57421.html"&gt;gallery&lt;/a&gt; online, so we can watch a few pictures whil waiting for the release.&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/Bandidas" rel="tag"&gt;Bandidas&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/movie" rel="tag"&gt;movie&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/Penelope Cruz" rel="tag"&gt;Penelope Cruz&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/Salma Hayek" rel="tag"&gt;Salma Hayek&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>More Firefox extensions</title><link>http://www.nostalgix.org/blog/2005/11/more-firefox-extensions.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Thu, 17 Nov 2005 01:24:21 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-113221226131768988</guid><description>Nforcer &lt;a href="http://www.nostalgix.org/blog/2005/11/firefox-15-usable-for-me-now.html#c113221149376472038"&gt;made my day&lt;/a&gt;. He send me a &lt;a href="http://www.tapouillo.com/firefox_extension/"&gt;link&lt;/a&gt; to an updated version of the Google Pagerank extension.&lt;br /&gt;Thanks a lot.&lt;br /&gt;&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/extension" rel="tag"&gt;extension&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/firefox" rel="tag"&gt;firefox&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/google" rel="tag"&gt;google&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>Firefox 1.5 - Usable for me now</title><link>http://www.nostalgix.org/blog/2005/11/firefox-15-usable-for-me-now.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Tue, 23 Jan 2007 15:45:02 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-113205890523830464</guid><description>Maybe &lt;a href="http://www.nostalgix.org/blog/2005/10/flock-developer-release-pre-release_21.html"&gt;you have read&lt;/a&gt; that I was not pleased by the actual status of &lt;a href="http://www.flock.com/"&gt;Flock&lt;/a&gt; yet. I was still sticking to the last stable version of &lt;a href="http://www.mozilla.org/products/firefox/rc2.html"&gt;Firefox&lt;/a&gt; (1.0.7)&lt;br /&gt;Yesterday I once more downloaded the latest version of the 1.5 branch of Firefox, to check which extensions are available for it already.&lt;br /&gt;&lt;br /&gt;Still, the main problem are the &lt;a href="http://greasemonkey.mozdev.org/"&gt;greasemonkey&lt;/a&gt; &lt;a href="http://userscripts.org/"&gt;scripts&lt;/a&gt;, because those have often been written by people that are not into the extension-writing anymore. That is why most of the useful scripts I used for &lt;a href="https://mail.google.com/mail/"&gt;Gmail&lt;/a&gt;, &lt;a href="http://www.bloglines.com/"&gt;Bloglines&lt;/a&gt; or &lt;a href="http://www.flickr.com/"&gt;Flickr&lt;/a&gt; don't work at the moment. But with version 0.6.3 of greasemonkey more than the last time I checked.&lt;br /&gt;&lt;br /&gt;All other extensions I use for better browsing behaviors seem to have been updated already or there are other/newer extensions which do almost the same or even more or better. &lt;br /&gt;And I even removed some other extensions without replacing them, because I had to notice, that I haven't used them at all in the last months and did not even know that those were still installed.&lt;br /&gt;&lt;center&gt;&lt;br /&gt;&lt;img src="http://blog.nostalgix.org/pictures/extension_list_20051115.png" height="454" width="346" border="1" align="middle" hspace="4" vspace="4" alt="my actual extensions list" title="my actual extensions list" /&gt;&lt;br /&gt;&lt;/center&gt;&lt;br /&gt;As you can see, the only extension (I use, of course) that is not available right now, is the Google Pagerank thingy. A neat feature, but nothing I can't live without.&lt;br /&gt;&lt;br /&gt;The sad thing is that I have to say, I did not recognize too many features new in Firefox 1.5. Okay, it seems that the whole engine is a bit faster and the menus are nicer to look at, but that is all.&lt;br /&gt;I have to say, that I did not read anything about what had been (or will be) changed in 1.5 and what the big differences are or why there had to be all the internal changes you can't see but recognize because all the extensions had to be recoded.&lt;br /&gt;&lt;br /&gt;That is why it makes not too much difference to me, if I use 1.5 or 1.0.7 since I have all features again I had in the old version, too. (Except the Google Pagerank, of course.)&lt;br /&gt;&lt;br /&gt;But, what I also have to say, Firefox is still, and hopefully will be, the best browser available on any OS and at the moment I am willing to get a new version whenever it is needed, because I believe that it never will do me any harm.&lt;br /&gt;&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/browser" rel="tag"&gt;browser&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/extension" rel="tag"&gt;extension&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/firefox" rel="tag"&gt;firefox&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/greasemonkey" rel="tag"&gt;greasemonkey&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>Kitchen Confidential - A Test Post</title><link>http://www.nostalgix.org/blog/2005/11/kitchen-confidential-test-post_10.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Thu, 10 Nov 2005 09:57:07 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-113161969480064802</guid><description>&lt;a href="http://static.flickr.com/25/56228204_8ea8f568fe.jpg?v=0" onclick="window.open('http://static.flickr.com/25/56228204_8ea8f568fe.jpg?v=0','popup','width=500,height=375,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"&gt;&lt;img src="http://static.flickr.com/25/56228204_8ea8f568fe.jpg?v=0" height="100" width="133" border="0" align="left" hspace="5" vspace="4" alt="Kitchen Confidential" title="Kitchen Confidential" /&gt;&lt;/a&gt;No, there actually is no need to tell you which book I am reading at the moment. Since there is a new version of &lt;a href="http://www.flock.com"&gt;flock&lt;/a&gt; available, I am trying once more to use it.&lt;br /&gt;While I don't get the &lt;a href="http://del.icio.us"&gt;del.icio.us&lt;/a&gt; feature to work more functional, I wanted to check out the blogging features of flock now.&lt;br /&gt;But I have to say: Not quite there, sorry. Right now I will stick to ecto for blogging activities.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/blogger tools" rel="tag"&gt;blogger tools&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/flock" rel="tag"&gt;flock&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>Google needs more competition</title><link>http://www.nostalgix.org/blog/2005/11/google-needs-more-competition.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Fri, 04 Nov 2005 15:35:21 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-113114012172949104</guid><description>Yes, it is about time. Dave Winer has written &lt;a href="http://www.clonethegoogleapi.com/"&gt;a short essay&lt;/a&gt; on why he thinks Google needs more competition by cloning the &lt;a href="http://www.google.com/apis/"&gt;Google API&lt;/a&gt;. If you like you can listen to an &lt;a href="http://static2.podcatch.com/blogs/gems/snedit/openGoogleApi.mp3"&gt;audio version&lt;/a&gt; of that essay.&lt;br /&gt;&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/api" rel="tag"&gt;api&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/google" rel="tag"&gt;google&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item><item><title>Guide to Comedy</title><link>http://www.nostalgix.org/blog/2005/11/guide-to-comedy.html</link><author>noreply@blogger.com (madhatter)</author><pubDate>Fri, 04 Nov 2005 08:22:59 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-6915633.post-113111417909858924</guid><description>&lt;center&gt;&lt;img src="http://blog.nostalgix.org/pictures/comedyGuide.png" height="71" width="313" align="middle" alt="ComedyGuid" title="ComedyGuid" /&gt;&lt;/center&gt; &lt;br /&gt;&lt;br /&gt;I have no idea since when this site is around, but &lt;a href="http://www.bbc.co.uk/"&gt;BBC&lt;/a&gt; has an own &lt;a href="http://www.bbc.co.uk/comedy/guide/"&gt;Guide to Comedy&lt;/a&gt; online. A great archive with lots of info on every single show from 1936 to today. You can read about &lt;a href="http://www.bbc.co.uk/comedy/guide/articles/r/roseanne_7775535.shtml"&gt;'Roseanne'&lt;/a&gt;, &lt;a href="http://www.bbc.co.uk/comedy/guide/articles/c/cheers_1299000588.shtml"&gt;'Cheers'&lt;/a&gt;, &lt;a href="http://www.bbc.co.uk/comedy/guide/articles/c/cosbyshowthe_7771885.shtml"&gt;'The Cosby Show'&lt;/a&gt; or &lt;a href="http://www.bbc.co.uk/comedy/guide/articles/w/wonderyearsthe_7776945.shtml"&gt;'The Wonder Years'&lt;/a&gt;. Or any other show that made you be home early and sit in front of the tv laughing your ass off or biting nails.&lt;br /&gt;&lt;br /&gt;If you like comedy shows - and why shouldn't you? - you really have to take a look at that guide. The only thing they have to do is setting it up-to-date. For example &lt;a href="http://www.bbc.co.uk/comedy/guide/talent/g/gilbert_sara.shtml"&gt;Sara Gilbert&lt;/a&gt;'s new show, &lt;a href=""&gt;'Twins'&lt;/a&gt; is not available in the guide yet (To be correct, there has been another show with Sara, that lasted only one season and I never have seen, which is not listed under her name, too). And maybe there are other show missing, too, I haven't noticed yet.&lt;br /&gt;&lt;br /&gt;&lt;!-- technorati tags start --&gt;&lt;p style="text-align:right;font-size:10px;"&gt;Technorati Tags: &lt;a href="http://www.technorati.com/tag/comedy" rel="tag"&gt;comedy&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/bbc" rel="tag"&gt;bbc&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/Roseanne" rel="tag"&gt;Roseanne&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/Sara Gilbert" rel="tag"&gt;Sara Gilbert&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/tv show" rel="tag"&gt;tv show&lt;/a&gt;&lt;/p&gt;&lt;!-- technorati tags end --&gt;</description></item></channel></rss>
