<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Lorenzo Pasqualis</title><link>http://www.lorenzopasqualis.com/</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/recordo" /><description>Life Experiments, Thoughts, Meditations &amp;amp; Discoveries</description><language>en</language><managingEditor>noreply@blogger.com (Lorenzo)</managingEditor><lastBuildDate>Fri, 27 Jan 2012 20:36:17 PST</lastBuildDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/">52</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/">25</openSearch:itemsPerPage><feedburner:info uri="recordo" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><media:copyright>Copyright (C) 2006 by __LP__</media:copyright><media:thumbnail url="http://photos1.blogger.com/blogger/5549/1789/1600/david2.jpg" /><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology/Gadgets</media:category><itunes:owner><itunes:email>lpasqualis@gmail.com</itunes:email><itunes:name>__LP__</itunes:name></itunes:owner><itunes:author>__LP__</itunes:author><itunes:explicit>no</itunes:explicit><itunes:image href="http://photos1.blogger.com/blogger/5549/1789/1600/david2.jpg" /><itunes:subtitle>The podcast of recordo.blogspot.com</itunes:subtitle><itunes:summary>The podcast of recordo.blogspot.com</itunes:summary><itunes:category text="Technology"><itunes:category text="Gadgets" /></itunes:category><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license><image><link>http://recordo.blogspot.com</link><url>http://www.feedburner.com/fb/images/pub/fb_pwrd.gif</url><title>RECORDO</title></image><feedburner:emailServiceId>recordo</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><item><title>Installing rvm on Lion OSX</title><link>http://feedproxy.google.com/~r/recordo/~3/GHfDiQqHes4/installing-rvm-on-lion-osx.html</link><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Fri, 27 Jan 2012 20:34:17 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-2288041001272400705</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/bCq8hlKYsAg1uS3E_gLtF5-9whc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bCq8hlKYsAg1uS3E_gLtF5-9whc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/bCq8hlKYsAg1uS3E_gLtF5-9whc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bCq8hlKYsAg1uS3E_gLtF5-9whc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;If you tried to &lt;a href="http://beginrescueend.com/rvm/install/"&gt;install RVM&lt;/a&gt; on Lion OSX you probably ran into some problems.&lt;br /&gt;
&lt;br /&gt;
The "official" command to use to do the installation works just fine:&lt;pre&gt;&lt;font size=1&gt;$ bash -s stable &lt; &lt;(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
&lt;/font&gt;&lt;/pre&gt;What doesn't work is when you try to install say Ruby 1.9.3 from source.&lt;pre&gt;&lt;font size=1&gt;$ rvm install 1.9.3
Fetching yaml-0.1.4.tar.gz to /Users/lorenzo/.rvm/archives
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  460k  100  460k    0     0   126k      0  0:00:03  0:00:03 --:--:--  138k
Extracting yaml-0.1.4.tar.gz to /Users/lorenzo/.rvm/src
Configuring yaml in /Users/lorenzo/.rvm/src/yaml-0.1.4.
Compiling yaml in /Users/lorenzo/.rvm/src/yaml-0.1.4.
Installing yaml to /Users/lorenzo/.rvm/usr
Installing Ruby from source to: /Users/lorenzo/.rvm/rubies/ruby-1.9.3-p0, this may take a while depending on your cpu(s)...

ruby-1.9.3-p0 - #fetching 
ruby-1.9.3-p0 - #downloading ruby-1.9.3-p0, this may take a while depending on your connection...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 9330k  100 9330k    0     0   286k      0  0:00:32  0:00:32 --:--:--  349k
ruby-1.9.3-p0 - #extracting ruby-1.9.3-p0 to /Users/lorenzo/.rvm/src/ruby-1.9.3-p0
ruby-1.9.3-p0 - #extracted to /Users/lorenzo/.rvm/src/ruby-1.9.3-p0
ruby-1.9.3-p0 - #configuring 
Error running ' ./configure --prefix=/Users/lorenzo/.rvm/rubies/ruby-1.9.3-p0 --enable-shared --disable-install-doc --with-libyaml --with-opt-dir=/Users/lorenzo/.rvm/usr ', please read /Users/lorenzo/.rvm/log/ruby-1.9.3-p0/configure.log
There has been an error while running configure. Halting the installation.
&lt;/pre&gt;&lt;/font&gt;&lt;br /&gt;
What is the deal? The issue is clear if you look at the log, however the fix is not so clear:&lt;br /&gt;
&lt;pre&gt;&lt;font size=1&gt;$ cat /Users/lorenzo/.rvm/log/ruby-1.9.3-p0/configure.log
[2012-01-27 20:08:11]  ./configure --prefix=/Users/lorenzo/.rvm/rubies/ruby-1.9.3-p0 --enable-shared --disable-install-doc --with-libyaml --with-opt-dir=/Users/lorenzo/.rvm/usr 
configure: WARNING: unrecognized options: --with-libyaml
checking build system type... x86_64-apple-darwin11.2.0
checking host system type... x86_64-apple-darwin11.2.0
checking target system type... x86_64-apple-darwin11.2.0
checking whether the C compiler works... no
configure: error: in `/Users/lorenzo/.rvm/src/ruby-1.9.3-p0':
configure: error: C compiler cannot create executables
See `config.log' for more details
&lt;/font&gt;&lt;/pre&gt;An issue with the C compiler. Even though you seem to have gcc installed just fine, it seems not to be able to create the executable. The issue is that you need a non-LLVM version of GCC, which is no longer included with XCode 4.2.&lt;br /&gt;
You can solve the issue using:&lt;pre&gt;&lt;font size=1&gt;
rvm install 1.9.3 --with-gcc=clang
&lt;/font&gt;&lt;/pre&gt;Which will configure ruby to use clang (a front-end for the C/C++/Objective-C/Objective-C++ programming languages), solving the compilation issue.&lt;br /&gt;
&lt;br /&gt;
Enjoy.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-2288041001272400705?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=GHfDiQqHes4:nPWlL_nno0U:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=GHfDiQqHes4:nPWlL_nno0U:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/GHfDiQqHes4" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-27T20:34:17.225-08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2012/01/installing-rvm-on-lion-osx.html</feedburner:origLink></item><item><title>Ruby's ||= operator dangers</title><link>http://feedproxy.google.com/~r/recordo/~3/x_kfWRbi9z8/rubys-operator-dangers.html</link><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Wed, 25 Jan 2012 21:58:25 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-5668316416655000495</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/iuQv7-Qcn1udMvgohfgb1HRVDzk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/iuQv7-Qcn1udMvgohfgb1HRVDzk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/iuQv7-Qcn1udMvgohfgb1HRVDzk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/iuQv7-Qcn1udMvgohfgb1HRVDzk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;The ||= operator in Ruby is a fantastic shortcut to initialize a variable only once. It is used all the time to write something like:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="brush: ruby"&gt;    some_hash = {} if some_hash.nil?
&lt;/pre&gt;&lt;br /&gt;
into a much shorter and more compact:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="brush: ruby"&gt;    some_hash ||= {}
&lt;/pre&gt;&lt;br /&gt;
However, it is extremely important to NEVER use this operator to initialize a boolean flag this way. In fact, it is tempting to write something like:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="brush: ruby"&gt;    def exists?
        @exists ||= record_exists?
    end
&lt;/pre&gt;&lt;br /&gt;
To cache the boolean return value of record_exits?&lt;br /&gt;
&lt;br /&gt;
This code seems to say "if @exits is null, then calculate it and return it; otherwise, return the cached value that we already have". &lt;br /&gt;
&lt;br /&gt;
However there is a fatal mistake here. The ||= operator evaluates the rvalue if the lvalue is nil OR FALSE! That means that this code will end up calling record_exists? every time that @exists is un-initialized (good), but also any time that @exists is false!&lt;br /&gt;
&lt;br /&gt;
Not what you wanted!&lt;br /&gt;
 &lt;br /&gt;
So... in general, NEVER use ||= to initialize un-initialized booleans. Stick with:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="brush: ruby"&gt;    def exists?
        @exists = record_exists? if @exists.nil?
    end
&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-5668316416655000495?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=x_kfWRbi9z8:gBR4xZMFH_U:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=x_kfWRbi9z8:gBR4xZMFH_U:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/x_kfWRbi9z8" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-25T21:58:25.950-08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2012/01/rubys-operator-dangers.html</feedburner:origLink></item><item><title>Adding to methods of existing classes in Ruby 1.8.x</title><link>http://feedproxy.google.com/~r/recordo/~3/4BXMOlPOJ5k/adding-to-methods-of-existing-classes.html</link><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Wed, 11 Jan 2012 15:59:38 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-1896816236155685710</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jVbl3tEieNs8EWQ5L0uAusphlrA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jVbl3tEieNs8EWQ5L0uAusphlrA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jVbl3tEieNs8EWQ5L0uAusphlrA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jVbl3tEieNs8EWQ5L0uAusphlrA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;For an open source project I am working on (more on this later on) I had the need to wrap functionality of existing Ruby classes &lt;b&gt;programmatically&lt;/b&gt; without actually having to open up the class and declaratively patch it.&lt;br /&gt;
&lt;br /&gt;
It took a little while to find the magic, but here it is a snippet of code that exemplifies my findings. The sample does the following:&lt;br /&gt;
&lt;br /&gt;
- Grabs an existing class (Test, in this case)&lt;br /&gt;
- Changes an instance method to call the old instance method and then do something new.&lt;br /&gt;
- Changes a class method to call the old class method and then do something new. &lt;br /&gt;
&lt;br /&gt;
The code is nasty looking for class methods in Ruby 1.8.x, but it works. &lt;br /&gt;
If you use Ruby 1.9 there is a cleaner way.&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="brush: ruby"&gt;class Test
 def test_instance_method
  puts "original test_instance_method"
    end
    
    def self.test_class_method
     puts "original test_class_method"
    end
    
end

# Add to the instance method

Test.send(:alias_method, :old_test_instance_method,:test_instance_method)
Test.send(:define_method, :test_instance_method) do
 old_test_instance_method
 puts "new test_instance_method" 
end

# Add to the class method

(class &amp;lt;&amp;lt; Test; self end).send(:alias_method, 
                               :old_test_class_method,
                               :test_class_method) 
(class &amp;lt;&amp;lt; Test; self end).send(:define_method, 
                               :test_class_method) do 
 old_test_class_method
 puts "new test_class_method" 
end

# Test

Test.new.test_instance_method 
Test.test_class_method   
&lt;/pre&gt;&lt;br /&gt;
Let's see what it does:&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;$ ruby test.rb
original test_instance_method
new test_instance_method
original test_class_method
new test_class_method
&lt;/pre&gt;&lt;br /&gt;
It worked!&lt;br /&gt;
&lt;br /&gt;
In Ruby 1.9 I could have used define_singleton_method, but in my case it needs to work in Ruby 1.8.x so I have to live with that nasty thing.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-1896816236155685710?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=4BXMOlPOJ5k:NELxTuMax-M:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=4BXMOlPOJ5k:NELxTuMax-M:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/4BXMOlPOJ5k" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-11T15:59:38.543-08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2012/01/adding-to-methods-of-existing-classes.html</feedburner:origLink></item><item><title>Synchronizing Your Computers Painlessly</title><link>http://feedproxy.google.com/~r/recordo/~3/d4Of_rDyVi8/synchronizing-your-computers-painlessly.html</link><category>technology</category><category>recommendation</category><category>MacOS</category><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Fri, 02 Dec 2011 12:49:38 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-2723734474277397459</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/FKCE0QbD2S2gN8_bWfnikEoi0EU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FKCE0QbD2S2gN8_bWfnikEoi0EU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/FKCE0QbD2S2gN8_bWfnikEoi0EU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FKCE0QbD2S2gN8_bWfnikEoi0EU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;I have been a long time user of &lt;a href="http://db.tt/9lqry3O"&gt;Dropbox&lt;/a&gt;, and I am very fond of it. If you are not familiar with it, Dropbox is a FREE service that allows you to share a directory on multiple computers and it also functions as a cloud backup service for that directory and as a revision control system for it too.&lt;br /&gt;
&lt;br /&gt;
You signup for DropBox and install their client on your computers and mobile devices. Then you choose a directory to share and voila', from that moment on any file that you copy to that directory will be synchronized across all your computers and devices completely transparently and without using much resources on your machines at all. DropBox will keep a copy in the cloud, and will also keep many revisions so you can always go back to something that you deleted or changed by mistake.&lt;br /&gt;
&lt;br /&gt;
I use it all the time for my photography when I am on the go for multiple days. I bring a few memory cards just enough for a day of shooting. At the end of the day I drop the photos into my Dropbox directory on my laptop and I clean my memory cards and keep on shooting. When I get home after several days the photos are not only on my laptop, but also on all the other computers I have, and a copy is safe on the DropBox servers too.&lt;br /&gt;
&lt;br /&gt;
I also use DropBox for sharing configurations across my machines and keep them all in sync.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I use mostly Mac OS these days; at work I have MacBook Pro, and at home an iMac. I work in terminal all the time, and quite often I make adjustments to my ~/.profile to add paths, change my prompt, set configurations, etc. I also have a set of scripts that I wrote that I use all the time.&lt;br /&gt;
&lt;br /&gt;
I like consistency, and I hate making the same changes on many machines to keep the same configuration between work and home. &lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;To solve this problem, I added this line on my .profile file on all my Macs:&lt;/div&gt;&lt;blockquote class="tr_bq"&gt;source ~/Dropbox/lorenzo/shell_settings&lt;/blockquote&gt;&lt;div&gt;Then I put all the settings that I like to share in the&amp;nbsp;~/Dropbox/lorenzo/shell_settings file, which for me looks something like this:&lt;/div&gt;&lt;div&gt;&lt;blockquote class="tr_bq"&gt;alias dir="ls -l"&lt;br /&gt;
PS1="[\u@\h:\w]\$ "&lt;br /&gt;
export PATH=$PATH:~/Dropbox/bin/tools&lt;/blockquote&gt;&lt;/div&gt;&lt;div&gt;And voila', on all my machines I now have "dir" do what I expect, my prompt look pretty and a handy shared directory where I keep my scripts across my machines. The scripts are on Dropbox too, and in this case I not only get the benefits of having the same version everywhere, but it also functions as source control for any modification I make over time.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;a href="http://db.tt/9lqry3O"&gt;Dropbox&lt;/a&gt; is available on Windows, Mac, Unix and mobile devices and.... it is &lt;a href="http://db.tt/9lqry3O"&gt;FREE&lt;/a&gt; for 2Gb. I pay for 50Gb which is only a well worth $99/year. You have got to &lt;a href="http://db.tt/9lqry3O"&gt;try it&lt;/a&gt;, it will change the way you deal with multiple computers and it will make thumb drives feel like&amp;nbsp;prehistoric&amp;nbsp;technology.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-2723734474277397459?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=d4Of_rDyVi8:SQWIhMipp0k:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=d4Of_rDyVi8:SQWIhMipp0k:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/d4Of_rDyVi8" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-02T12:49:38.303-08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2011/12/synchronizing-your-computers-painlessly.html</feedburner:origLink></item><item><title>Google Calculator</title><link>http://feedproxy.google.com/~r/recordo/~3/yKiJuwAFGVY/googles-tricks-bugs.html</link><category>technology</category><category>internet</category><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Mon, 26 Apr 2010 12:48:06 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-113980664558268736</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/CXORGE7mFV49fba9ikzASworToY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/CXORGE7mFV49fba9ikzASworToY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/CXORGE7mFV49fba9ikzASworToY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/CXORGE7mFV49fba9ikzASworToY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Google is not only a search engine.&lt;br /&gt;
&lt;br /&gt;
Did you know that you can use Google as a unit/currency converter and multi-unit/currency calculator?&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
Forgot how many cups in a teaspoon? Try typing "&lt;a href="http://www.google.com/search?hl=en&amp;amp;lr=&amp;amp;safe=off&amp;amp;q=1+cup+in+tsp&amp;amp;btnG=Search"&gt;1 cup in tsp&lt;/a&gt;" as a Google search to get an answer.&lt;br /&gt;
Do you want to know how many seconds in a year? Try to search for "&lt;a href="http://www.google.com/search?hl=en&amp;amp;lr=&amp;amp;safe=off&amp;amp;q=year+in+seconds"&gt;year in seconds&lt;/a&gt;".&lt;br /&gt;
Do you want to know the area in square feet of 3 meters * 1 cm ? Try "&lt;a href="http://www.google.com/search?hl=en&amp;amp;lr=&amp;amp;safe=off&amp;amp;q=%283+m+*+1+cm%29+in+feet%5E2"&gt;(3 m * 1 cm) in feet^2&lt;/a&gt;"&lt;br /&gt;
Do you want to know how much is a British pounds in dollars? Try "&lt;a href="http://www.google.com/search?hl=en&amp;amp;lr=&amp;amp;safe=off&amp;amp;q=1+British+Pounds+in+USD"&gt;1 British Pounds in USD&lt;/a&gt;"&lt;br /&gt;
Do you want to know how much is a dollar in whatever currency they have in China? Try "&lt;a href="http://www.google.com/search?hl=en&amp;amp;lr=&amp;amp;safe=off&amp;amp;q=1+USD+in+Chinese+money"&gt;1 USD in Chinese money&lt;/a&gt;"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-113980664558268736?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=yKiJuwAFGVY:Q8arrl9eeGo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=yKiJuwAFGVY:Q8arrl9eeGo:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/yKiJuwAFGVY" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-26T12:48:06.057-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2006/02/googles-tricks-bugs.html</feedburner:origLink></item><item><title>Splitting of the Red Sea</title><link>http://feedproxy.google.com/~r/recordo/~3/sNhr73BrxCI/splitting-of-red-sea.html</link><category>wood</category><category>carving</category><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Mon, 26 Apr 2010 10:41:43 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-7576802420978065630</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/MTX1iQKG4AvldYs0iFxP3dLIGlE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MTX1iQKG4AvldYs0iFxP3dLIGlE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/MTX1iQKG4AvldYs0iFxP3dLIGlE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MTX1iQKG4AvldYs0iFxP3dLIGlE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;My latest sculpture. I found this piece of wood in the woods. It had been there probably 5 years or so. Then I dried it for 3 years in my workshop, and finally cleaned it, sculpted it and made it into this piece. &lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://1.bp.blogspot.com/_cu7uNf-oCGc/Sa1fgtPzqyI/AAAAAAAAAL4/lBF4j2-bK80/s1600-h/2009-02-sculpture-small.jpg"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5309004551246031650" src="http://1.bp.blogspot.com/_cu7uNf-oCGc/Sa1fgtPzqyI/AAAAAAAAAL4/lBF4j2-bK80/s400/2009-02-sculpture-small.jpg" style="display: block; height: 400px; margin: 0px auto 10px; text-align: center; width: 344px;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-7576802420978065630?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=sNhr73BrxCI:dKOSiN5mo24:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=sNhr73BrxCI:dKOSiN5mo24:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/sNhr73BrxCI" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-26T10:41:43.037-07:00</app:edited><media:thumbnail url="http://1.bp.blogspot.com/_cu7uNf-oCGc/Sa1fgtPzqyI/AAAAAAAAAL4/lBF4j2-bK80/s72-c/2009-02-sculpture-small.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2009/03/splitting-of-red-sea.html</feedburner:origLink></item><item><title>DreamBox Learning Shipped Today!</title><link>http://feedproxy.google.com/~r/recordo/~3/bfuPTjvkmhQ/dreambox-learning-shipped-today.html</link><category>education</category><category>work</category><category>dreambox</category><category>math</category><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Mon, 26 Apr 2010 10:55:47 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-4389212790649780386</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/aJN0HuzI5ujogT_YLNSK52wxKhs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aJN0HuzI5ujogT_YLNSK52wxKhs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/aJN0HuzI5ujogT_YLNSK52wxKhs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aJN0HuzI5ujogT_YLNSK52wxKhs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Today we officially launched DreamBox Learning K-2 Math, a &lt;a href="http://www.dreambox.com/"&gt;Math Learning Game&lt;/a&gt; that is now available to help kids learn, enjoy, and excel at math! &lt;br /&gt;
&lt;br /&gt;
Every day we receive fan mail from parents and teachers who tell us heart-warming success stories of kids playing DreamBox, from struggling learners to advanced achievers. The combination of our individual adaptations, in-depth math curriculum, and game-like adventures is working! We are actually “doing good” for the world! And of course I’ve seen how much my own children like it and learn.&lt;br /&gt;
&lt;br /&gt;
Here is a product tour video! Check it out!&lt;br /&gt;
&lt;br /&gt;
&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/4w-B492CYD0&amp;hl=en&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/4w-B492CYD0&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;
&lt;br /&gt;
Here are a few ways to help us build the buzz:&lt;br /&gt;
&lt;br /&gt;
• If you have kids in the right age group, please do &lt;a href="http://www.dreambox.com/"&gt;try DreamBox&lt;/a&gt;&lt;br /&gt;
• Recommend it to your friends (and earn free months in our invite-a-friend program!)&lt;br /&gt;
• Write about it to your local Mom’s group or PTSA group&lt;br /&gt;
• Give it as a gift&lt;br /&gt;
• Blog about it&lt;br /&gt;
• Forward this information to anyone&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-4389212790649780386?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=bfuPTjvkmhQ:8Kh2eNkltk8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=bfuPTjvkmhQ:8Kh2eNkltk8:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/bfuPTjvkmhQ" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-26T10:55:47.241-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2009/01/dreambox-learning-shipped-today.html</feedburner:origLink></item><item><title>Starbucks Speaks Italian, or not...</title><link>http://feedproxy.google.com/~r/recordo/~3/2y9NRXLKaM4/starbucks-speaks-italian-or-not.html</link><category>italian</category><category>complaints</category><category>business</category><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Mon, 26 Apr 2010 10:56:15 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-1971292172384487681</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/5iD3ZxdIKIcNiKnrTrA7LqrWhIs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5iD3ZxdIKIcNiKnrTrA7LqrWhIs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/5iD3ZxdIKIcNiKnrTrA7LqrWhIs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5iD3ZxdIKIcNiKnrTrA7LqrWhIs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;It seems like writing Italian phrases and words is now considered somehow a "touch of class" in many coffee stores, restaurants and other commercial establishments. I find it flattering and I have no problems with it. I share this love for the Italian language.&lt;br /&gt;
On the other hand, I find it embarrassing for the people or corporations that spend time and money to write enormous phrases in Italian on their precious wall space when the phrase itself contains elementary school level spelling mistakes. Ouch!&lt;br /&gt;
Now, I do not claim that my English is perfect; far from it as you can see. However, rest assured that if I had to write a huge four words phrase in any language in my hypothetical coffee shop, I would make pretty darn sure I got the spelling correct! Especially if I use such word to try elevating the elegancy of the place!&lt;br /&gt;
Now check out this "thing" that I saw, and took a picture of, in a Starbucks near where I live:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5232944184325974658" src="http://2.bp.blogspot.com/_cu7uNf-oCGc/SJ8nAqQyKoI/AAAAAAAAACE/xi_Lb5PzkHE/s320/IMG00177.jpg" style="display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;br /&gt;
&lt;br /&gt;
This phrase is about 6-7 feet long on a wall, and it takes very little to find out that the spelling is WRONG. I could understand the mistake if it was hard to verify... however, it takes only 30 seconds to find out that there is a problem. The easiest way is to &lt;a href="http://www.google.com/search?hl=en&amp;amp;rlz=1T4DKUS_enUS279US279&amp;amp;q=%22La+machina+del+caffe%27%22"&gt;search for this exact phrase in Google&lt;/a&gt;. At the time I wrote this post there were only 8 results for this, all from pages with spelling mistakes, and Google even offers a different spelling. Note how it says: &lt;a href="http://www.google.com/search?hl=en&amp;amp;rlz=1T4DKUS_enUS279US279&amp;amp;sa=X&amp;amp;oi=spell&amp;amp;resnum=0&amp;amp;ct=result&amp;amp;cd=1&amp;amp;q=%22La+macchina+del+caffe%27%22&amp;amp;spell=1"&gt;Did you mean: "La macchina del caffe"&lt;/a&gt;. Well, click on that link and now you get 4,000 matches. Not bad. A quick look at the italian dictionary will confirm that "Macchina" is the correct spelling! Not the huge wall-inscribed "machina", which is an embarassment for Starbucks. YUK!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-1971292172384487681?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=2y9NRXLKaM4:-dexcAedLQs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=2y9NRXLKaM4:-dexcAedLQs:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/2y9NRXLKaM4" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-26T10:56:15.416-07:00</app:edited><media:thumbnail url="http://2.bp.blogspot.com/_cu7uNf-oCGc/SJ8nAqQyKoI/AAAAAAAAACE/xi_Lb5PzkHE/s72-c/IMG00177.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">3</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2008/08/starbucks-speaks-italian-or-not.html</feedburner:origLink></item><item><title>The children know</title><link>http://feedproxy.google.com/~r/recordo/~3/woXAKC3vSEQ/children-know.html</link><category>philosophy</category><category>children</category><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Mon, 26 Apr 2010 10:56:35 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-116170426878909469</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/QdeD1h4NKoBtT1UVF8p45CS48V8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QdeD1h4NKoBtT1UVF8p45CS48V8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/QdeD1h4NKoBtT1UVF8p45CS48V8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QdeD1h4NKoBtT1UVF8p45CS48V8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;A quote that inspired me.&lt;br /&gt;
&lt;i&gt;&lt;/i&gt;&lt;br /&gt;
&lt;blockquote&gt;&lt;i&gt;&lt;i&gt;"The children know. They have always known. But we choose to think otherwise; it hurts to know the children know. The children see. Thus we conspire to keep them from knowing and seeing. And if we insist, then the children, to please us, will make believe they do not know, they do not see. Children make that sacrifice for our sake - to keep us pacified. They are remarkably patient, loving and all-forgiving. It is a sad comedy: the children knowing and pretending they don't know to protect us from knowing they know."&lt;br /&gt;
&lt;br /&gt;
( Maurice Sendak )&lt;br /&gt;
&lt;/i&gt;&lt;/i&gt;&lt;/blockquote&gt;&lt;i&gt;&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-116170426878909469?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=woXAKC3vSEQ:6zFkz3lxDn0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=woXAKC3vSEQ:6zFkz3lxDn0:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/woXAKC3vSEQ" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-26T10:56:35.833-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2006/10/children-know.html</feedburner:origLink></item><item><title>Conception of a Bird</title><link>http://feedproxy.google.com/~r/recordo/~3/bnQhEB6tXmE/conception-of-bird.html</link><category>wood</category><category>carving</category><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Mon, 26 Apr 2010 10:42:10 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-116014742269803492</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/lQ39rxQrDE-YLjQVo7DtxmR1tbU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/lQ39rxQrDE-YLjQVo7DtxmR1tbU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/lQ39rxQrDE-YLjQVo7DtxmR1tbU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/lQ39rxQrDE-YLjQVo7DtxmR1tbU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;This is my first Driftwood sculpture. I called it "&lt;b&gt;&lt;i&gt;Conception of a Bird&lt;/i&gt;&lt;/b&gt;". It represents a frozen beginning stage of the forming of an image or idea of a bird in the human mind.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Title:&lt;/b&gt; Conception of a Bird.&lt;br /&gt;
&lt;b&gt;Wood:&lt;/b&gt; Unknown Driftwood. Possibly some kind of root.&lt;br /&gt;
&lt;b&gt;Base:&lt;/b&gt; Peruvian Black Walnut. Turned.&lt;br /&gt;
&lt;b&gt;Finish:&lt;/b&gt; Natural Danish Oil &amp;amp; Beeswax.&lt;br /&gt;
&lt;b&gt;Time from start to finish:&lt;/b&gt; About 15 hours in the span of several weeks.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/32855610@N00/262208049/" title="Photo Sharing"&gt;&lt;img alt="concept_of_a_bird_front2" height="224" src="http://static.flickr.com/81/262208049_03f2914c3c_m.jpg" width="240" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/32855610@N00/262208051/" title="Photo Sharing"&gt;&lt;img alt="concept_of_a_bird_front3" height="200" src="http://static.flickr.com/68/262208051_4f7eb603a7_m.jpg" width="240" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/32855610@N00/262208064/" title="Photo Sharing"&gt;&lt;img alt="concept_of_a_bird_rside" height="238" src="http://static.flickr.com/91/262208064_304227ad8c_m.jpg" width="240" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/32855610@N00/262208058/" title="Photo Sharing"&gt;&lt;img alt="concept_of_a_bird_lside" height="240" src="http://static.flickr.com/80/262208058_0b73187c6a_m.jpg" width="221" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/center&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-116014742269803492?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=bnQhEB6tXmE:CQDmCwrXppE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=bnQhEB6tXmE:CQDmCwrXppE:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/bnQhEB6tXmE" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-26T10:42:10.709-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2006/10/conception-of-bird.html</feedburner:origLink></item><item><title>Driftwood and the LuRon method.</title><link>http://feedproxy.google.com/~r/recordo/~3/OpzdnOTQ2Gw/driftwood-and-luron-method.html</link><category>wood</category><category>carving</category><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Mon, 26 Apr 2010 10:42:49 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-115999526633395378</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/JGF8G4lEXz_8j_jvKcQ3UnbuSc8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/JGF8G4lEXz_8j_jvKcQ3UnbuSc8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/JGF8G4lEXz_8j_jvKcQ3UnbuSc8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/JGF8G4lEXz_8j_jvKcQ3UnbuSc8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Driftwood is wood that has been washed onto a shore or beach, of a sea or river, by the action of winds, tides or waves. It often appears white, weathered and rotting. For some people it is simply junk, and often a nuisance. For others it contains a piece of art. As anything else in life, it all depends on what you can see in it. Sculptors see beautiful shapes in stone or other materials; similarly a driftwood artist sees the beauty in the forms of naturally shaped and weathered wood.&lt;br /&gt;
&lt;br /&gt;
Hard to believe for most, but inside most pieces of driftwood lays a beautiful piece of wood with fantastic grain and colors. Lucile Worlund discovered this fact about 40 years ago and created an art form. She was so fascinated by the interesting shapes of driftwood and its inner beauty, that she defined a process to transform it into sculpture, and trademarked unde the name of &lt;a href="http://www.geocities.com/northwestdriftwood/page2.html"&gt;"LuRon method"&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Her method is aimed to remove the weathered part of the wood, scrape and cut off all the dead cells and rotting material, polish it, burnish it with deer antlers and finish it with beeswax or penetrating oils and mount it for display. The result is a clean piece of solid wood which beautiful and complex shape is often the result of the natural sculpting process enhanced by the artists, and which grain, patterns and colors are simply magnificent. The job of the driftwood artist is to find a piece with potential, discover the inner beauty and enhance it to transmit an emotion or a concept. Some examples of LuRon-method sculptures can be seen &lt;a href="http://www.geocities.com/northwestdriftwood/page3.html"&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
The method is extremely natural, and it can be carried using simple tools, although you can get very sophisticated. The process is almost a form of meditation that brings you closer to nature and leads you to a journey into the inner beauty of raw natural materials. It’s almost a demonstration of how anything can become a wonderful piece of art, if polished by the hands of a skilled artist.&lt;br /&gt;
&lt;br /&gt;
Driftwood assumes amazing and complex shapes. I have a theory why that is so common. You have to know that most wood has internal tension, and that tension sometimes is very strong; in fact it’s not uncommon that, when you cut a thick piece of wood, the wood snaps or binds the cutting blade as the result of release of that tension. As a piece of driftwood rots from the water or weather exposed layers, it stays solid in the inside. The tension of the inside solid material, overpowers the strength of the rotting material, and starts contorting the whole piece into very interesting shapes.&lt;br /&gt;
&lt;br /&gt;
The LuRon method is native of the Pacific Northwest. The official website for the Northwest Driftwood Artists association, founded by Lucile Worlund, is &lt;a href="http://www.geocities.com/northwestdriftwood/"&gt;http://www.geocities.com/northwestdriftwood/&lt;/a&gt;. You won’t find much information on this method on the net or in books. The only book that I know talks about LuRon is &lt;a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;amp;location=http%3A%2F%2Fwww.amazon.com%2FDriftwood-Sculpture-Finding-Fine-Finishing%2Fdp%2F096761970X%2Fsr%3D8-1%2Fqid%3D1163119140%3Fie%3DUTF8%26s%3Dbooks&amp;amp;tag=kustore-20&amp;amp;linkCode=ur2&amp;amp;camp=1789&amp;amp;creative=9325"&gt;Driftwood Sculpture: From Finding to Fine Finishing (Paperback)&lt;/a&gt;&lt;img alt="" border="0" class=" xqouendhwjgmjzidrlgt xqouendhwjgmjzidrlgt" height="1" src="http://www.assoc-amazon.com/e/ir?t=kustore-20&amp;amp;l=ur2&amp;amp;o=1" style="border: medium none ! important; margin: 0px ! important;" width="1" /&gt;, and it’s not easy to obtain. I ordered a copy from amazon 2 months ago, and still waiting for it.&lt;br /&gt;
&lt;br /&gt;
I am currently taking a class on the LuRon method. If you want to know more about it, feel free to ask. I may publish more details.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-115999526633395378?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=OpzdnOTQ2Gw:sPHfFu4UgQc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=OpzdnOTQ2Gw:sPHfFu4UgQc:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/OpzdnOTQ2Gw" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-26T10:42:49.662-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">3</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2006/10/driftwood-and-luron-method.html</feedburner:origLink></item><item><title>How long is the present moment?</title><link>http://feedproxy.google.com/~r/recordo/~3/VtWCwZt6SvU/how-long-is-present-moment.html</link><category>philosophy</category><category>science</category><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Mon, 26 Apr 2010 10:55:02 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-115979723298127487</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/wqQJ9FFQbNk1Gg5mCnekwgeqJ3Y/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wqQJ9FFQbNk1Gg5mCnekwgeqJ3Y/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/wqQJ9FFQbNk1Gg5mCnekwgeqJ3Y/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wqQJ9FFQbNk1Gg5mCnekwgeqJ3Y/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;The only moment that you can truly experience is the present, or NOW. You can't live in the past, you can only remember it, and you can do it only NOW. You can't live in the future, you can only plan for it, and you can do so only NOW. The present, or NOW, is the amount of time that can use information accumulated in the past or plan for the future.&lt;br /&gt;
&lt;br /&gt;
Practically, the only time in which you can truly actively do something is NOW. Philosophically, it is often said that it is truly important to enjoy NOW, and make the most out of it, experience the present, grasp the moment. The poet and philosopher Horace expressed this concept in a Latin poem with the phrase “&lt;a href="http://en.wikipedia.org/wiki/Carpe_diem"&gt;Carpe Diem&lt;/a&gt;”, or seize the day.&lt;br /&gt;
&lt;br /&gt;
This is all good, and I do agree with that statement; entire books have been dedicated to this subject. A popular one is “&lt;a href="http://www.amazon.com/Power-Now-Guide-Spiritual-Enlightenment/dp/1577314808/sr=8-1/qid=1159819908/ref=pd_bbs_1/103-3996517-2029467?ie=UTF8&amp;amp;s=books"&gt;The power of now&lt;/a&gt;”.&lt;br /&gt;
&lt;br /&gt;
One question that I have been dwelling with is: “how long is the perceivable NOW”? If you think of time in mathematical terms, NOW is an infinitesimal length of time. It is similar to a mathematical point, which is more of a concept than a physical and humanly perceivable reality. A mathematical point doesn’t have a physical size and doesn’t have a physical shape. It’s simply a concept, with no physical counterpart. It is a simplification. An ideal.&lt;br /&gt;
&lt;br /&gt;
Think about a visible line. A physically visible line is composed by an infinite number of theoretical mathematical points. Similarly you can think of a perceivable length of time as composed by an infinite number of theoretical and infinitesimal points in time, or NOW moments.&lt;br /&gt;
&lt;br /&gt;
I wondered how long is a "more useful NOW”, that is, I wonder how long is the smallest stretch of time that one can truly dwell in.&lt;br /&gt;
&lt;br /&gt;
Going back to the analogy with a line, my question is similar to asking: how long is the shortest visible line? How big is the smallest visible detail of a picture? How far apart must two visible lines be to be perceives as two separate lines? What is the smallest pixel of a hypothetical display, to be able to represent the smallest perceivable detail of an image?&lt;br /&gt;
&lt;br /&gt;
Concentrating on the question about the pixel, I am assuming that there is a certain critical size of pixel. If you made pixels any smaller than that critical size, the human eye wouldn’t be able to perceive any additional detail. This would make any pixel size smaller than the critical size simply not useful for better representation of an image as perceivable by the human eye. That critical size exists, and has been measured, and it depends on the distance from the eye to the observed image. That critical size is accurately (and absolutely) expressed as an angle; for purpose of discussion, and to give you a simpler example to grasp, if you are looking at a monitor from 20 inches distance, the critical size of a pixel is 1/530” (Source: &lt;a href="http://www.clarkvision.com/imagedetail/eye-resolution.html"&gt;http://www.clarkvision.com/imagedetail/eye-resolution.html&lt;/a&gt;).&lt;br /&gt;
&lt;br /&gt;
Going back to the concept of time, here is some interesting research information about human perception of time:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;i&gt;How long does the ‘present moment’ last? In the case of humans, it has been found that sound pulses separated by more than 3 seconds can no longer be grouped into pairs because they fall outside the span of attention. This represents the maximum interval of time that is simultaneously present for subjective evaluation – a kind of attention span bridging past and future events. &lt;/i&gt;&lt;br /&gt;
&lt;i&gt;How finely can we divide our little 3-second lives? The shortest perceivable time division – sensory psychologists call it the fusion threshold – is between 2 and 30 milliseconds (ms) depending on sensory modality. Two sounds seem to fuse into one acoustic sensation if they are separated by less than 2 to 5 milliseconds. Two successive touches merge if they occur within about 10 milliseconds of one another, while flashes of light blur together if they are separated by less than about 20 to 30 milliseconds. [Source: Nick Herbert, Elemental Mind, Dutton, 1993].&lt;br /&gt;
&lt;/i&gt;&lt;/blockquote&gt;The conclusion is that the critical length of perceivable time is represented by the fusion threshold, that is between 2 and 30 ms. The span of time that you truly live in the present moment is about 3 seconds, and is somewhat of the bridge between present and future. More phylosophically one could say that we slide through life on a 3 seconds surfboard, which carry us across all moments of our lifetime. Your existence is all concentrated in these 3 seconds; anything else is either a memory or a plan.&lt;br /&gt;
&lt;br /&gt;
Something to think about…&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-115979723298127487?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=VtWCwZt6SvU:2_aQjYFwaEQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=VtWCwZt6SvU:2_aQjYFwaEQ:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/VtWCwZt6SvU" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-26T10:55:02.429-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">3</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2006/10/how-long-is-present-moment.html</feedburner:origLink></item><item><title>Assumptions are hiding places for the truth.</title><link>http://feedproxy.google.com/~r/recordo/~3/LPAqBSLrQl8/assumptions-are-hiding-places-for.html</link><category>work</category><category>philosophy</category><category>business</category><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Mon, 26 Apr 2010 10:56:55 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-115920473461852295</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/5KMscUO1WMfYgYT4cVL-R_KxuN8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5KMscUO1WMfYgYT4cVL-R_KxuN8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/5KMscUO1WMfYgYT4cVL-R_KxuN8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5KMscUO1WMfYgYT4cVL-R_KxuN8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;This morning I walked in a conference room a bit early; while I was waiting for my collegue to join, I picked up a book that was sitting on the small coffee table at the center of the room. That book has been there for many months. It showed up in the conference room in the same period when the company was organizing Japanese classes for the employees. The title contains the word "Japanese", it has has colors similar to a book called "Japanese for Busy People" that I saw circulating around during the Japanese classes period.&lt;br /&gt;
&lt;br /&gt;
I spent many hours in that conference room, stared at that book many times, and every single time I thought "I wonder who lost this Japanese language book". Many times I meant to look at it, but never did.&lt;br /&gt;
&lt;br /&gt;
When I picked it up today I didn't realize that it was NOT a language book, at all! I even looked at a bunch of pages before truly stop and read the cover page, where the title proudly announced that my big assumption was wrong. The title on the cover is "&lt;a href="http://www.amazon.com/Bento-Unuseless-Japanese-Inventions-More/dp/0393326764/sr=8-1/qid=1159202332/ref=pd_bbs_1/103-3996517-2029467?ie=UTF8&amp;amp;s=books"&gt;The Big Bento box of &lt;/a&gt;&lt;a href="http://www.amazon.com/Bento-Unuseless-Japanese-Inventions-More/dp/0393326764/sr=8-1/qid=1159202332/ref=pd_bbs_1/103-3996517-2029467?ie=UTF8&amp;amp;s=books"&gt;Useless &lt;/a&gt;&lt;a href="http://www.amazon.com/Bento-Unuseless-Japanese-Inventions-More/dp/0393326764/sr=8-1/qid=1159202332/ref=pd_bbs_1/103-3996517-2029467?ie=UTF8&amp;amp;s=books"&gt;Japanese Inventions&lt;/a&gt;". The book is sort of a collection of strange and useless Japanese inventions.&lt;br /&gt;
&lt;br /&gt;
Here is what happend: I saw "Japanese" on the cover, it showed up in a period where Japanese language classes where in mind, it has similar colors to a Japanese language text book... and all this information created the notion in my mind that it was Japanese language text book. I assumed it. For months! I started at the cover, without *really* seeing what it said. I was looking at the facts, without truly seeing the *facts*.&lt;br /&gt;
&lt;br /&gt;
This was a small demonstration, for me, of how the reality that we live in is what we decide to see, and not what it is. It is a small demonstration on how the truth sometimes can be right there screaming at us, and we simply don't see it.&lt;br /&gt;
&lt;br /&gt;
Our marvelous brain associates images and concepts with our knowledge, and makes up the rest of the reality working with associations and pattern matching. It makes up all that reality that we don’t stop and truly observe. This allows us to move faster, and it works most of the time. Sometimes it doesn’t work, and it pushes us into making unverified assumptions. In my engineering work I found that 99% of the errors I make are lurking into these unverified assumptions.&lt;br /&gt;
&lt;br /&gt;
So, here is a piece of advice. Whenever you are hitting a wall and you can’t find where “the problem is”, look at all the assumptions you made and verify that they are correct. Remember to *TRULY* look at the assumptions. Don’t just skip over them. &lt;b&gt;Anytime you skip over an assumption you could be skipping over the issue that is creating the problem that you are trying to solve.&lt;/b&gt; &lt;b&gt;The truth is usually hiding in one of the assumptions you made.&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
I told this story to a colleague, and he mentioned a joke that has a lot of truth in it; I find it useful to help reminding me to never assume: "ASSUME makes an ASS of U and ME".&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-115920473461852295?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=LPAqBSLrQl8:ikLjPq2IQVk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=LPAqBSLrQl8:ikLjPq2IQVk:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/LPAqBSLrQl8" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-26T10:56:55.572-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2006/09/assumptions-are-hiding-places-for.html</feedburner:origLink></item><item><title>Thinking mathematics, acting art.</title><link>http://feedproxy.google.com/~r/recordo/~3/FDSrs4YiuUg/thinking-mathematics-acting-art.html</link><category>computers</category><category>work</category><category>philosophy</category><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Mon, 26 Apr 2010 10:57:24 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-115773637071351287</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/u3f_L8KkUOEnO2w_gM9uriWoh0U/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/u3f_L8KkUOEnO2w_gM9uriWoh0U/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/u3f_L8KkUOEnO2w_gM9uriWoh0U/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/u3f_L8KkUOEnO2w_gM9uriWoh0U/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;It was 1983 when the movie &lt;a href="http://www.imdb.com/title/tt0086567/" target="_new"&gt;WarGames&lt;/a&gt; came out. It was that movie, believe it or not, that fascinated me to the point of changing and shaping my life forever. If you watch the movie today you’d find it cheesy and almost embarrassing, but at the time, when I was 11, it completely captivated me.&lt;br /&gt;
&lt;br /&gt;
Around that time my aunt was buying an encyclopedia. As gift from the publisher she received a small home computer, which was quiet fashionable in the mid ‘80s. It was an &lt;a href="http://www.old-computers.com/museum/computer.asp?c=73&amp;amp;st=1" target="_new"&gt;Acquarious&lt;/a&gt;, one of these many unknown failed attempts that never made it big. A home-computer with rubber keys, an overheating problem and a cassette player as a storage device; one of these unfortunate competitors of the Commodore C64, that at the time dominated the low-budget computer market.&lt;br /&gt;
&lt;br /&gt;
Since my aunt was (and still is) completely unable to deal with technology, she gave it to me. I was 12, and that cheap cheesy machine started it all. I skipped the stupid little games that came with it, and started learning the simple Basic Language of the built-in interpreter. Almost immediately I decided that Basic was not enough for anything serious, and I started studying and coding with Assembly. On home computers in that era you would typically code in assembly with a bunch of "poke", "peek" and "data" Basic instructions that would load the machine codes directly into memory for execution. Scary, but it worked.&lt;br /&gt;
&lt;br /&gt;
Not long after that I purchased a used &lt;a href="http://www.old-computers.com/museum/computer.asp?c=98" target="_new"&gt;Commodore Plus4&lt;/a&gt;, which was a heck of a lot more powerful and fun to use. It came with a word processor and a spreadsheet built in, and an excellent Basic interpreter. Painfully saving money week by week, I bought a 5" disk drive, and kept coding away in Basic and Assembly. Eventually I moved to an &lt;a href="http://www.old-computers.com/MUSEUM/computer.asp?c=28" target="_new"&gt;Amiga 1000&lt;/a&gt; (which I hated), and not long after to a IBM 8088. From there I kept upgrading with the various INTEL chip generations (V20, 8086, 286, 386, 486, Pentium, etc...). I worked on a first software development project for a customer when I was 14, in order to raise some cash to buy new and better technology (and go to movies and have fun), and never stopped since.&lt;br /&gt;
&lt;br /&gt;
Well, to make a long story short I have been writing software everyday for well over 20 years now, and I grew up coding.&lt;br /&gt;
&lt;br /&gt;
Probably due to this growth so close to technology, I felt at times that I lived in a world that was border-line with mathematics and perfect sciences. I often wrongly assumed that there was always a best way to solve any solvable problem and that it was always possible to identify not solvable problems and work around them with approximations. This sometimes led me to assume that we live in a time where science can find answers to most problems.&lt;br /&gt;
&lt;br /&gt;
Well, I am changing.&lt;br /&gt;
&lt;br /&gt;
I experience everyday that trying to find the perfect answer or ideal solution is impractical and unnecessary. The more I mature in age and experience, the more I realize that practical and achievable solutions are often found thanks to the experience and intuition of the engineers, and not thanks to some well known procedure that can be efficiently thought to others. For this reason, in general, the more experienced an engineer is, the better the solutions are and the quicker they come to be.&lt;br /&gt;
&lt;br /&gt;
This makes software engineering more a form of art than a perfect science. Even if the basis of engineering is in well defined theory and theorems that have been proven mathematically, the success of the application of such theory and theorems in the real world is completely reliant on the skills of the people that do the work. No book can teach you how to apply theorems and theory, no book can truly and practically teach you when to pick an algorithm instead of another. Books and theories can give you an idea, but the efficient and practical application is really a form of art and a product of intuition. Almost a trade.&lt;br /&gt;
&lt;br /&gt;
In this context, I define "art" as the application of procedures and theories based on experience and the artist unique perception of the world, to solve practical problems in a universe governed by laws that we don’t completely understand.&lt;br /&gt;
&lt;br /&gt;
I am always amazed when I realize how much art is involved in any engineering filed, and how much engineering and science is necessary in any art field. For example a painter or a sculptor that wants to excel in the painting or sculpting of the human body, needs to study human anatomy in details and became an expert in the functioning and interactions of the body muscles and bones. Only doing so gives the artist enough knowledge to be able to visually recreate something that is close enough to reality to be considered pleasant and just right to human perception. Leonardo da Vinci knew this. Given that not much material was available he did first-hand research on human anatomy, risking his life and reputation in the process.&lt;br /&gt;
&lt;br /&gt;
On the other hand, the practical application of medicine and surgery is so much based on art, steady hands, intuition and experience that is barely a science. Yes, true, surgeons need to be trained and know the theory very well, but the actual application of the theory and the process of performing a surgery is really a form of art that is susceptible to human error and miss-interpretation of cause and effects. Much like sculpting and painting! Also, a good doctor or a good surgeon is usually able to create a trust and a connection with the patient, which improves the success rate of medical treatments and surgery. This makes doctors very close to artists, in the sense that they are able to direct human perception in a particular direction, beneficial to the achievement of the end-goal.&lt;br /&gt;
&lt;br /&gt;
I am always amazed that engineering and trades, science and art, mathematics and intuition, are so close in nature, if not one and the same, with a different accent and presumptions.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-115773637071351287?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=FDSrs4YiuUg:Y9I2kCt7rx0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=FDSrs4YiuUg:Y9I2kCt7rx0:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/FDSrs4YiuUg" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-26T10:57:24.518-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2006/09/thinking-mathematics-acting-art.html</feedburner:origLink></item><item><title>Sharp woodworking tools.</title><link>http://feedproxy.google.com/~r/recordo/~3/ee7y19AdcfA/sharp-woodworking-tools.html</link><category>tools</category><category>woodwork</category><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Mon, 26 Apr 2010 10:58:00 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-115704335097510594</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/LTPKvmGttqvyWbK9psKubxkMfDI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LTPKvmGttqvyWbK9psKubxkMfDI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/LTPKvmGttqvyWbK9psKubxkMfDI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LTPKvmGttqvyWbK9psKubxkMfDI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;If you are into Woodworking, wood turning or woodcarving, having sharp tools is a must. The tools that you buy are almost always useless out of the store; you need to remove the factory's grind marks on back and bevel, and polish the back and the bevel appropriately.&lt;br /&gt;
&lt;br /&gt;
Wood chisels that you buy at the Home Depot or Lowes are low-quality, and some hard work is required to make them somewhat useful. Even the most expensive carving chisels bought in the best stores require at least some leather stropping with polishing compound to be truly sharp.&lt;br /&gt;
&lt;br /&gt;
The edge of woodworking cutting tools (especially carving) requires stropping often during the work, and sharpening periodically when needed; knowing how to sharpen a blade is not an option for anybody that wants to use a blade for woodworking. If you don't do it, you will always think that using a chisel is too hard for you and you will give up.  A sharp blade cuts cleanly and well and it is a pleasure to use. A dull blade is useless.&lt;br /&gt;
&lt;br /&gt;
I have been interested in sharpening techniques for years now, and I experimented and practiced with water &amp;amp; oil stones, sandpaper, high speed grinders, low-speed grinders, flat grinders and curved grinders. It takes time to learn what a sharp blade is, and even longer to finally be able to create one.&lt;br /&gt;
&lt;br /&gt;
Like all fields of engineering, it's both an art and a science, even with expensive equipment the difference between a sharp blade and an "almost" sharp one is in the artistry and experience of the sharpener. That said, with a bit of practice, anybody can do it.&lt;br /&gt;
&lt;br /&gt;
What "sharp blade" means, depends on the application. If you are splitting logs, you don't need a very sharp blade; actually Wood Splitter's Mauls are not sharp at all. They only need to get between the fibers of the wood and push it out, splitting, and not cutting. A sharp blade tends to "catch" the grain, not splitting the log. A maul breaks the log along the grain of the wood.&lt;br /&gt;
&lt;br /&gt;
On the other side of the spectrum, when you carve wood with chisels, you need a razor sharp blade. When I say "razor sharp" I am not making an hyperbole! I actually mean it. You should be able to shave with a carving chisel, if you wanted to. I test my carving chisels on the hair on the back of my hand. I consider a carving chisel sharp when I can cleanly shave hair off it with the blade (don't try this at home).&lt;br /&gt;
&lt;br /&gt;
Turning chisels are a different beast. They need to be sharp, but they also need to be very strong given that they see a lot of wood very quickly. For this reason, turning tools are not something that you would define "razor sharp". The bevel is too steep to cut hair, but is still sharp because it needs to cut cleanly and quickly.&lt;br /&gt;
&lt;br /&gt;
If you are interested in an in-depth description of various tools, what sharp means for each tool and how to sharpen them by hand, I strongly suggest a book titled &lt;a href="http://www.amazon.com/Complete-Guide-Sharpening-Leonard-Lee/dp/1561581259/sr=8-1/qid=1157040728/ref=pd_bbs_1/002-8207123-9509667?ie=UTF8"&gt;The Complete Guide to Sharpening&lt;/a&gt;, written by Leonard Lee. The book is a bible, and if you are interested in sharp tools, it's a must have.&lt;br /&gt;
&lt;br /&gt;
Unfortunately sharpening by hand is a very time consuming process, and when the time to be in the shop is little, you don't want to spend most of it making your tools sharp and no have any time to actually use them (I've done it). For this reason my personal quest has been to obtain highly sharp tools as quickly as possible.&lt;br /&gt;
&lt;br /&gt;
The first attempt was with high-speed grinder, such as the cheap models that you buy at the Home Depot. If you buy one, throw away the gray wheel that comes with it. It's worthless. Buy a white or pink one. Even having done that, I realized soon that these were not very useful except, perhaps, to sharpen lown-mower blades or quickly touch up turning tools.&lt;br /&gt;
&lt;br /&gt;
The second step was to try with the water stone approach. Years ago I purchased a few Japanese water stones and honing guides. The results were awesome. With practice I was able bring cabinet chisels to a near-mirror polish with razor-sharp edges. The problem here is that it would take hours of hard and tedious work to go from a store bought chisel to a precision cutting instrument. Who has time for that? Not me.&lt;br /&gt;
&lt;br /&gt;
My third step was to buy a &lt;a href="http://www.tormek.com/"&gt;Tormek slow-speed grinder&lt;/a&gt;. Awesome machine, at the time it was the top of the line.  You can buy all sort of additional attachments and jigs to sharpen all sort of tools, from pocket knifes to swords, from carving chisels, to cabinet scrapers. This machine is great to reform a bevel of any shape, change the angle of any bevel, and bring tools to a decent sharpness and to do most of the time consuming steel removal. The stone works quickly and the jigs are fantastic.&lt;br /&gt;
&lt;br /&gt;
With Turning tools and most shop tools that’s all you'll ever need, and probably more.The issue with this system is that it doesn't work very well for carving tools. I mean, it sharpens them, but if you want a great edge you need to finish the tools off on a water stone: the grinding wheel is too rough, even if you use the optional grader to make it finer. The other problem is that the leather honing wheel round edges too easily. The final problem is that, like every wheel grinder, it leaves you with a hollow bevel. This is good for turning chisels, but is bad for carving chisels. Anyhow, this machine is a good thing to have in a wood shop.&lt;br /&gt;
&lt;br /&gt;
Recently I also noticed that Jet came up with a very similar machine. They took the Tormek and copied it, adding a couple of interesting features. I haven't tried one, but you may want to &lt;a href="http://www.wmhtoolgroup.com/shop/index.cfm?navPage=4&amp;amp;iid=6060354"&gt;check it out&lt;/a&gt;. Frankly I am kind of upset that Jet can so bluntly copy Tormek products to that extent, and get away with it.&lt;br /&gt;
&lt;br /&gt;
Anyway, since I am interested in woodcarving, and since I have a collection of very expensive Pfeil Swiss-Made gauges that I don't want to ruin on a grinding wheel, I decided to invest in a &lt;a href="http://www.woodartistry.com/"&gt;Lap-Sharp 200 &lt;/a&gt;sharpening system.&lt;br /&gt;
&lt;br /&gt;
This is the Rolls Royce of sharpeners. It is sold only in a few stores, and it is expensive, but the results are amazing. At my first attempt with this machine, I was able to bring a carving spoon gouge, previously re-shaped on the Tormek to a 25 degree bevel, from a bevel with grind marks, to a polished near-mirror surface and a razor-sharp cutting edge. The difference between "before" and "after" using the LapSharp was amazing. The Lap Sharp created the sharpness required for a very clean cut.&lt;br /&gt;
&lt;br /&gt;
The Lap-Sharp uses &lt;a href="http://www.woodartistry.com/Lap-SharpAbrasives.htm"&gt;hig quality abrasive disks&lt;/a&gt; available in grits from 120 micron for fast metal removal, to 1 micron for final polishing and honing. Stropping while carving is not even necessary anymore. I keep a 1 micron abrasive disk mounted on the Lap Sharp, and when I need to strop I just take the gouge for a quick touch up on it. That's all I need. Quick, fast and easy.&lt;br /&gt;
&lt;br /&gt;
Despite the fact that the system has a jig for gauges, I was able to do my carving gouges sharpening by hand, with amazing results. The carving/tourning jig is still good to have because it comes with a handy mount that can be used to hold an accurat angle.&lt;br /&gt;
&lt;br /&gt;
In conclusion, if you are serious about sharpening, and if you are into woodworking, turning and carving, the ideal setup is to have a both a Tormek and a Lap-Sharp, one next to the other.&lt;br /&gt;
&lt;br /&gt;
You use the Tormek for the tool's initial heavy metal removal and bevel forming (if necessary), and the Lap-Sharp to bring the hollow bevels to a flat surface, and to bring any bevel to a mirror finish and perfectly honed quality.&lt;br /&gt;
&lt;br /&gt;
If you can't have both, and you need to pick, buy a Lap Sharp. You will love it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-115704335097510594?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=ee7y19AdcfA:ZHytPZDyrEE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=ee7y19AdcfA:ZHytPZDyrEE:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/ee7y19AdcfA" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-26T10:58:00.938-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2006/08/sharp-woodworking-tools.html</feedburner:origLink></item><item><title>A tribute to Ian Norbury</title><link>http://feedproxy.google.com/~r/recordo/~3/Vg2KcZC_Eqg/tribute-to-ian-norbury.html</link><category>wood</category><category>carving</category><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Mon, 26 Apr 2010 10:58:17 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-115635058347553508</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/QRucjT6aaoxSCvfkq_sUffgvoNo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QRucjT6aaoxSCvfkq_sUffgvoNo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/QRucjT6aaoxSCvfkq_sUffgvoNo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QRucjT6aaoxSCvfkq_sUffgvoNo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;As I wrote in my profile, I love to build things. One of my passions is for sculpture, in particular wood sculpture, or carving in the round. I have alot to learn in that area, and with a demanding job and a family I do not enough time to really dedicate myself to sculpture as much as I'd like.&lt;br /&gt;
&lt;br /&gt;
Regardless, I keep collecting carving tools and I try to carve out some time for my passions (pun intended). From time to time I work on a new piece with a hope that some day I will be able to dedicate more and more time to this art that so much reminds me of my origins.&lt;br /&gt;
&lt;br /&gt;
Anyway, this post is not about me; it is a small tribute to the best wood carver that I know about. His name is Ian Norbury. Visit &lt;a href="http://www.iannorbury.com/"&gt;his website&lt;/a&gt; and enjoy. If you are like me, your jaw will drop and you will wonder how a human can possibly make wood look like he does. I think the answer is: hard work and passion. Please, judge for yourself.&lt;br /&gt;
&lt;br /&gt;
Note his Harlequines. Note the different colors. You think they are painted? No, they are individually inlayed wood diamonds! Can you imagine the amount of work required to do that?&lt;br /&gt;
Note the smooth surfaces and the proportions of his sculptures, the dynamic of the poses, the perfect marriage between realism and beauty that he is able to extract from raw pieces of wood.&lt;br /&gt;
&lt;br /&gt;
If you want to give somebody a good gift, buy Ian Norbury's book &lt;a href="http://www.amazon.com/gp/product/1565232224/ref=pd_qpt_gw_2/002-2834349-2278413?%5Fencoding=UTF8&amp;amp;v=glance&amp;amp;n=283155"&gt;"The Art of Ian Norbury: Sculptures in Wood"&lt;/a&gt; (&lt;a href="http://www.google.com/search?hl=en&amp;amp;q=ISBN%3A+1565232224+"&gt;ISBN 1565232224&lt;/a&gt;). A wonderful showcase of his art that anybody would love to have on their coffee table.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-115635058347553508?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=Vg2KcZC_Eqg:VRcfA7HUS9o:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=Vg2KcZC_Eqg:VRcfA7HUS9o:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/Vg2KcZC_Eqg" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-26T10:58:17.295-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2006/08/tribute-to-ian-norbury.html</feedburner:origLink></item><item><title>Traffic &amp; The First Rainy Day.</title><link>http://feedproxy.google.com/~r/recordo/~3/pmV2tOMUMsc/traffic-first-rainy-day.html</link><category>philosophy</category><category>observations</category><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Mon, 26 Apr 2010 10:58:36 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-115513857462563745</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/GoazXBEZWWGHg2SRQV4WJuADPJU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GoazXBEZWWGHg2SRQV4WJuADPJU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/GoazXBEZWWGHg2SRQV4WJuADPJU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GoazXBEZWWGHg2SRQV4WJuADPJU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;When I was in Italy I observed how every first day of rain after many sunny days always had the effect of dramatically increase traffic. This was especially evident after long sunny periods in summer; after all that sun, the first rainy day would have the good effect of producing that sweet aroma of dust blown off the road by the rain drops, and the bad effect of increasing traffic in a unbelievable manner.&lt;br /&gt;
At the time I explained this phenomenon thinking that, during sunny days, Italian people drive their scooters or motorcycles, and when the rain comes they have to take the car to stay dry. Since many people drive two-wheelers, the explanation was somewhat logical. Another additional explanation was that car accidents are more frequent due to slippery roads. Since car accidents tend to slow down traffic, that was also a good explanation. The reason accidents are more frequent the first rainy day is that roads, since they have not been washed by the rain for a few days, tend to be covered in dust; when it finally rains, that dust produces a slippery coating that makes driving hazardous.&lt;br /&gt;
When I lived in Switzerland for a few months, I observed the same thing. The first day of rain after a few days of sun, produced a great increase of traffic. In Switzerland I don’t recall many motorcycles and I never saw any traffic jams caused by car accidents.&lt;br /&gt;
When I moved to Seattle I noticed the same phenomenon. Again, people don’t tend to drive motorcycles all that much around here. Some people do ride bikes but, since it rains most of the time anyway, they don’t seem to care if they get wet.&lt;br /&gt;
This morning I witnessed this phenomenon again. It had been sunny for several days and today it rains. The traffic is horrible, but there were no accidents; just lots of cars.&lt;br /&gt;
I have no explanation. Can somebody tell me why the first day of rain, after long stretches of sun, causes the traffic to get so bad everywhere in the world?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-115513857462563745?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=pmV2tOMUMsc:uxhFH-DIpJg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=pmV2tOMUMsc:uxhFH-DIpJg:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/pmV2tOMUMsc" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-26T10:58:36.407-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2006/08/traffic-first-rainy-day.html</feedburner:origLink></item><item><title>How to setup a Podcast in less than two hours.</title><link>http://feedproxy.google.com/~r/recordo/~3/uzleLe6UvZ4/how-to-setup-podcast-in-less-than-two.html</link><category>computers</category><category>technology</category><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Mon, 26 Apr 2010 10:58:51 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-115291387498522500</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/F4jqKNYq999BfNIfp7WNExZx1nE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/F4jqKNYq999BfNIfp7WNExZx1nE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/F4jqKNYq999BfNIfp7WNExZx1nE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/F4jqKNYq999BfNIfp7WNExZx1nE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;What is Podcasting? In a nutshell Podcasting is a form of Syndication where a publisher records content into Multimedia files and makes it available to the world for listening or viewing. A Podcast is published with an RSS feed containing Podcast specific tags to describe the type and location of the multimedia files, the title, the genre, copyright and license information etc...&lt;br /&gt;
&lt;br /&gt;
A listener or viewer subscribes to Podcasts with software such as iTunes. Once subscribed, the software downloads the multimedia content into a PC or device able to play it. Often the content is in the form of MP3 files for audio Podcasts and the device is an MP3 player such as iPOD. For a video Podcast the content is most often published in the form of MP4 files and the device is an MP4 player such as a Video iPod.&lt;br /&gt;
&lt;br /&gt;
If you use iTunes, you may want to check out &lt;a href="http://www.apple.com/itunes/podcasts/tips.html"&gt;iTunes Essential tips for podcast lovers&lt;/a&gt;. It will give you all the information you need to understand podcasting the iTunes way.&lt;br /&gt;
&lt;br /&gt;
While the concept of Podcasting has been around as early as 2000, it was only around the end of 2004 that it took off and thousands of Podcasts started to circulate.&lt;br /&gt;
For more general information on Podcasting take a look at Wikipedia under &lt;a href="http://en.wikipedia.org/wiki/Podcasting"&gt;Podcasting&lt;/a&gt;. &lt;br /&gt;
&lt;br /&gt;
In this article I’d like to describe how you can create an Audio Podcast in less than two hours mostly using free tools. This article describes one way of doing it, but there are many other ways. Let’s get started...&lt;br /&gt;
&lt;br /&gt;
First of all, you need audio or video files with content you want to publish! Assuming you want to publish Audio files and that the content of the Podcast is a speaker talking about something, there are two main ways to generate this content. &lt;br /&gt;
&lt;br /&gt;
The first one is to record the audio with a microphone and a recording device that allows you to generate good quality sound files. &lt;br /&gt;
&lt;br /&gt;
The second option is to type the text with a computer and have a Text To Speech software read it and generate the audio file for you. As a Text To Speech engine I recommend "TextAloud", by &lt;a href="http://www.nextup.com/"&gt;NextUp&lt;/a&gt;. It costs only a $30 and if you purchase some of the advanced natural voices (another $35) the quality is decently good. You may disagree, so you should evaluate the product and find out if you like it. At the end of this article you’ll find the link to an MP3 with the content of this post read by TextAloud using one of the AT&amp;amp;T natural voices. Check it out!&lt;br /&gt;
&lt;br /&gt;
Once you have the audio files you need to host them somewhere. These files can get very big so you need a reliable service that is not going to charge a ton of money for bandwidth in case your PodCast gets very popular. I suggest FREE. You don’t get cheaper than that! Such service exists if you plan on releasing your content with a Creative Common license. Check out &lt;a href="http://www.archive.org/"&gt;www.archive.org&lt;/a&gt; which provides hosting for multimedia files for free, and no limits in bandwidth. The setup on www.archive.org is a little strange; for this reason I’ll give you some details to make it easier. &lt;br /&gt;
&lt;br /&gt;
First of all you need to create an account. Go to &lt;a href="http://www.archive.org/"&gt;www.archive.org&lt;/a&gt; home page and click on &lt;a hre="”http://www.archive.org/create/”" href=""&gt;Upload your own recordings&lt;/a&gt; in the Audio section.  It will ask you if you want to login or join. Since I assume you have no account yet, you must go to &lt;a href="http://www.archive.org/account/login.createaccount.php"&gt;"Join"&lt;/a&gt; (it’s free, so don’t worry about getting your credit card ready). All you need is an email address, a password and a screen name. Once you are done and your account is created, go back on the main page of archive.org and click again on the "Upload your own recordings". At this point you should already be logged in (if you are not, do so). &lt;br /&gt;
&lt;br /&gt;
The upload page will ask you an identifier for your item. It is basically asking a name for the collection of files you are going to upload. Let’s assume that you want call your collection "mypodcast" (original, huh?). Simply type that into the input box on the upload page and press "Create Item". At this point the collection with that name gets created. After creation the collection is in "check-out" mode; that means you can upload files into it (with FTP or a browser) and describe them.  Follow the instructions, describe your files and pick a license type...&lt;br /&gt;
&lt;br /&gt;
When you are done uploading you’ll need to check-in the files in order to make them available to the public. Follow the instructions to do so.&lt;br /&gt;
An undocumented (or poorly documented) trick I found. You can always checkout a previously checked-in collection with the following web API:&lt;br /&gt;
&lt;br /&gt;
http://www.archive.org/checkout/mypodcast&lt;br /&gt;
&lt;br /&gt;
You can check-in the collection with:&lt;br /&gt;
&lt;br /&gt;
http://www.archive.org/checkin/mypodcast&lt;br /&gt;
&lt;br /&gt;
You can check the details of a collection with:&lt;br /&gt;
&lt;br /&gt;
http://www.archive.org/details/mypodcast&lt;br /&gt;
&lt;br /&gt;
You can download the files that you uploaded using:&lt;br /&gt;
&lt;br /&gt;
http://www.archive.org/download/mypodcast/filename.mp3&lt;br /&gt;
&lt;br /&gt;
Simple, isn’t it?&lt;br /&gt;
&lt;br /&gt;
If everything went well, you should see your files when you browse your collection’s detail page. These are the URLs that you can use to publish your Podcast.&lt;br /&gt;
The hardest part is done! Now you need to create an RSS feed with your Podcast information and the links to the audio files in it. How to do so?&lt;br /&gt;
&lt;br /&gt;
I suggest that you use a combination of Blogger and FeedBurner; Blogger is good to create and manage the Atom feed and FeedBurner to create the RSS feed from the atom feed. Complicated? Not really! It’s actually very simple once you get going and understand the concepts.&lt;br /&gt;
&lt;br /&gt;
First go to &lt;a href="http://www.blogger.com/"&gt;blogger.com&lt;/a&gt;, create an account if you don’t have one and create a new blog. The instructions are clear and the process easy. Once you have a blog, simply create a post containing, anywhere in the text, a link to any of your audio files hosted on www.archive.org.&lt;br /&gt;
&lt;br /&gt;
Now, go to &lt;a hre="http://www.FeedBurner.com" href=""&gt;FeedBurner.com&lt;/a&gt;, create an account if you don’t have one and create a feed from the blogger’s blog. FeedBurner has a good &lt;a href="http://www.feedburner.com/fb/a/help/blogger_quickstart"&gt;Quick Start guide&lt;/a&gt; that will guide you in the various steps. You really need to understand what you are doing anyway, so a little bit of reading and trying will only be good.&lt;br /&gt;
&lt;br /&gt;
The important part at this point is that you setup and activate the SmartCast section of the FeedBurner feed settings. That will instruct FeedBurner to add all the Podcast information necessary for iTunes to work with your feed.&lt;br /&gt;
&lt;br /&gt;
Well, you are done! You can just run iTunes and subscribe to your feed! To do so go to the "Advanced" menu and select Subscribe to Feed option. Put in the URL of the FeedBurner RSS feed. That’s going to look something like http://feeds.feedburner.com/mypodcast.&lt;br /&gt;
&lt;br /&gt;
The next step is to make sure people know that your Podcast exists. To do so the best way is to get listed on iTunes. Go to the music store, select Podcasts and look for the “Submit Podcast” link. Go from there… your traffic will explode.&lt;br /&gt;
&lt;br /&gt;
If you want more information on the iTunes requirments for RSS feeds, check out &lt;a href="http://www.apple.com/itunes/podcasts/techspecs.html"&gt;Podcasting and iTunes: Technical specification&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Imagine the possibilities! Now you can have your private radio show with potentially thousends of listeners!! I whish I had this when I was a kid :)&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.archive.org/download/recordo_podcast/How_To_Podcast_In_Less_Than_Two_Hours.mp3"&gt;Audio Podcast of this Post&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-115291387498522500?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=uzleLe6UvZ4:F9JLjkUxeU8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=uzleLe6UvZ4:F9JLjkUxeU8:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/uzleLe6UvZ4" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-26T10:58:51.884-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><enclosure url="http://www.archive.org/download/recordo_podcast/How_To_Podcast_In_Less_Than_Two_Hours.mp3" length="1325362" type="audio/mpeg" /><media:content url="http://www.archive.org/download/recordo_podcast/How_To_Podcast_In_Less_Than_Two_Hours.mp3" fileSize="1325362" type="audio/mpeg" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>What is Podcasting? In a nutshell Podcasting is a form of Syndication where a publisher records content into Multimedia files and makes it available to the world for listening or viewing. A Podcast is published with an RSS feed containing Podcast specific</itunes:subtitle><itunes:author>__LP__</itunes:author><itunes:summary>What is Podcasting? In a nutshell Podcasting is a form of Syndication where a publisher records content into Multimedia files and makes it available to the world for listening or viewing. A Podcast is published with an RSS feed containing Podcast specific tags to describe the type and location of the multimedia files, the title, the genre, copyright and license information etc... A listener or viewer subscribes to Podcasts with software such as iTunes. Once subscribed, the software downloads the multimedia content into a PC or device able to play it. Often the content is in the form of MP3 files for audio Podcasts and the device is an MP3 player such as iPOD. For a video Podcast the content is most often published in the form of MP4 files and the device is an MP4 player such as a Video iPod. If you use iTunes, you may want to check out iTunes Essential tips for podcast lovers. It will give you all the information you need to understand podcasting the iTunes way. While the concept of Podcasting has been around as early as 2000, it was only around the end of 2004 that it took off and thousands of Podcasts started to circulate. For more general information on Podcasting take a look at Wikipedia under Podcasting. In this article I’d like to describe how you can create an Audio Podcast in less than two hours mostly using free tools. This article describes one way of doing it, but there are many other ways. Let’s get started... First of all, you need audio or video files with content you want to publish! Assuming you want to publish Audio files and that the content of the Podcast is a speaker talking about something, there are two main ways to generate this content. The first one is to record the audio with a microphone and a recording device that allows you to generate good quality sound files. The second option is to type the text with a computer and have a Text To Speech software read it and generate the audio file for you. As a Text To Speech engine I recommend "TextAloud", by NextUp. It costs only a $30 and if you purchase some of the advanced natural voices (another $35) the quality is decently good. You may disagree, so you should evaluate the product and find out if you like it. At the end of this article you’ll find the link to an MP3 with the content of this post read by TextAloud using one of the AT&amp;amp;T natural voices. Check it out! Once you have the audio files you need to host them somewhere. These files can get very big so you need a reliable service that is not going to charge a ton of money for bandwidth in case your PodCast gets very popular. I suggest FREE. You don’t get cheaper than that! Such service exists if you plan on releasing your content with a Creative Common license. Check out www.archive.org which provides hosting for multimedia files for free, and no limits in bandwidth. The setup on www.archive.org is a little strange; for this reason I’ll give you some details to make it easier. First of all you need to create an account. Go to www.archive.org home page and click on Upload your own recordings in the Audio section. It will ask you if you want to login or join. Since I assume you have no account yet, you must go to "Join" (it’s free, so don’t worry about getting your credit card ready). All you need is an email address, a password and a screen name. Once you are done and your account is created, go back on the main page of archive.org and click again on the "Upload your own recordings". At this point you should already be logged in (if you are not, do so). The upload page will ask you an identifier for your item. It is basically asking a name for the collection of files you are going to upload. Let’s assume that you want call your collection "mypodcast" (original, huh?). Simply type that into the input box on the upload page and press "Create Item". At this point the collection with that name gets created. After creation the collection is in "check-out" mode; that means you can upload files into it (</itunes:summary><itunes:keywords>computers, technology</itunes:keywords><feedburner:origLink>http://www.lorenzopasqualis.com/2006/07/how-to-setup-podcast-in-less-than-two.html</feedburner:origLink></item><item><title>Apple Video iPOD, the 10 minutes user experience.</title><link>http://feedproxy.google.com/~r/recordo/~3/5b-itwO2r4o/apple-video-ipod-10-minutes-user.html</link><category>reviews</category><category>technology</category><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Mon, 26 Apr 2010 10:59:12 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-115228768461010846</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/o5Scc-lHVCEYmALmz2htw9aJ0GQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/o5Scc-lHVCEYmALmz2htw9aJ0GQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/o5Scc-lHVCEYmALmz2htw9aJ0GQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/o5Scc-lHVCEYmALmz2htw9aJ0GQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;I recently bought a 60 Gb Video iPOD. &lt;br /&gt;
&lt;br /&gt;
First of all let me state that I believe the product is a piece of extremely high quality electronics and that Apple really got this one right: the device is slick, attractive, made of high quality materials and works really well. The display is amazing and the quality of the audio very good. The Volume is powerful and you don't have to worry about being in a loud place and try to listen to your music. You can crank it up and hear very well in most conditions...&lt;br /&gt;
&lt;br /&gt;
...I could go in many details but you'll find much better product reviews elsewhere and I am not going to attempt writing one here. In this post I will concentrate only on my impressions of the user experience during the very first 10 minutes after you get home with your brand new iPOD still in the box and a wallet that feels $400 + TAX lighter... &lt;br /&gt;
&lt;br /&gt;
Let’s get started. You already went to your favorite electronic store straight to the dedicated Apple section. You asked for Video iPOD... the teenager you asked to opens the glass cabinet that stores 3 or 4 iPODs and hands you the box thinking "you bastard! I want one of these for myself!". After checking out all the accessories (and perhaps picking up some) you went to pay for it, felt guilty for spending so much money on an luxury electronic toy, jumped in the car, ran home.... &lt;br /&gt;
&lt;br /&gt;
...you are finally sitting at your desk, turn on your computer and look at the brand new shiny box staring at you and begging to be opened. Here is what you are going to think: &lt;br /&gt;
&lt;br /&gt;
The product comes in a very small and slick package. If you are like me the thought that you paid too much for such a small box will cross your mind. Don't worry, that thought won't last long. &lt;br /&gt;
&lt;br /&gt;
The package contains the iPOD, CD with iTunes + iPOD drivers, a bag with various things including the earpieces and the USB connector and a very tiny manual. The manual may seem too small to be useful, but amazingly you don't need anything more than that. I didn't even look mine. iPOD is truly easy to use. Good job Apple! &lt;br /&gt;
&lt;br /&gt;
The package is well done, however you need to be careful because the device itself is not secured in any way to it. When you open it up it will fall off the package on your table (or floor) if you don't keep the box horizontal. With the $400 still in your mind that won’t be a pleasant surprise. Apple should either secure it a bit better or change the design of the package to avoid the problem. &lt;br /&gt;
&lt;br /&gt;
The parts with wires (USB and earpieces) are inside a sealed opaque white package. Such package can be hard to open. You would be tempted to open it with scissor with the risk of cutting the thin wires inside. A transparent bag, or a bag with an easy to open mechanism, would have been a better choice. &lt;br /&gt;
&lt;br /&gt;
The ear piece foam covers are very thin and over packaged. To take them out the package you are supposed to rip the package along an especially made cut. If you do too quickly (still shacking for having dropped your iPOD on the floor) you would rip the ear piece too. You need to use you scissors or you need to be extremely careful. Apple should review the choice of packaging here. A small transparent plastic box that you can use to store these delicate parts would seem like a much higher quality choice. &lt;br /&gt;
&lt;br /&gt;
Even if you succeed in taking the foam covers from the bag without destroying them you’ll eventually find that they are useless; too thin and flimsy. They come off the earpiece way too easily; they cover the “L” and “R” labels on the ear piece and they are just annoying. &lt;br /&gt;
&lt;br /&gt;
I guess I have small ears because the ear pieces don't fit in mine; they fall right off. To solve the problem I had to buy a third party attachment (made by Griffin) that allows me to select a smaller dimension. I recommend such attachments if you have the same problem. Given that I'm the only person I know that seem to have this problem I believe that Apple has no reason to worry much about it. &lt;br /&gt;
&lt;br /&gt;
The pouch that comes with your iPOD is cheap and doesn't have any pocket for the ear pieces. Not big deal but for the price they could have done a bit better. &lt;br /&gt;
&lt;br /&gt;
In order to install iTunes you are asked to type-in the serial number of the iPOD. That 11 characters alphanumeric code is printed in the back of the iPOD and is WAY too small. I mean, tiny! If you have any eye sight problems you'd never be able to read it. You may need a magnifying glass, no kidding! I don't have any eye sight issues and I struggled. Apple, can you please print that darn code a little bit bigger? Please? It’s not going to cost much, I promise!&lt;br /&gt;
&lt;br /&gt;
If you use Windows you need to reboot your machine after installing iTunes. Oh well. I am used to it… but still annoying. I bet this is Microsoft fault, and not really Apple.&lt;br /&gt;
&lt;br /&gt;
iTunes really wants to get a credit card number from you, even if you just want to download something free from the music store! Why do they want to get that number from me? I don't like that at all. Apple, if you have free stuff and that’s all I care about, can you please not ask me my CC number? Thanks!&lt;br /&gt;
&lt;br /&gt;
If you download something free Apple will send you an email that looks like the confirmation of an order with balance $0. I personally don’t like that. Every time I get such email in my inbox it makes me think somebody used my account to buy music in my name using my CC.&lt;br /&gt;
&lt;br /&gt;
Overall the iPOD is an awesome device but still find that lack of attention to the details of the user experience in the first 10 minutes of the purchase is something that requires very little for Apple to fix and that could make an OK customer experience into an almost perfect customer experience.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-115228768461010846?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=5b-itwO2r4o:v9Ztwen5ZsI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=5b-itwO2r4o:v9Ztwen5ZsI:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/5b-itwO2r4o" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-26T10:59:12.720-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2006/07/apple-video-ipod-10-minutes-user.html</feedburner:origLink></item><item><title>UIEvolution's UJML 2.0 !! Technology for everybody to play with!</title><link>http://feedproxy.google.com/~r/recordo/~3/Hh_hWMp4OGY/uievolutions-ujml-20-technology-for.html</link><category>technology</category><category>work</category><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Mon, 26 Apr 2010 10:59:30 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-114202709011193365</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/TLqTu5KoTAF9W8NL7LRjmmG7e6E/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/TLqTu5KoTAF9W8NL7LRjmmG7e6E/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/TLqTu5KoTAF9W8NL7LRjmmG7e6E/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/TLqTu5KoTAF9W8NL7LRjmmG7e6E/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;UIEvolution &lt;a href="http://developer.uievolution.com/forum/viewthread.php?tid=45" target="_new"&gt;released a beta of UJML Platform 2.0&lt;/a&gt;, the new and improved version of the powerful UJML platform. The best thing is that it's free! You can &lt;a href="http://developer.uievolution.com/sdk/download_2_0.html" target="_new"&gt;download&lt;/a&gt; it and use it as much as you like!! &lt;span style="font-style: italic;"&gt;[for non-commerical purposes]&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
This is an exciting technology milestone that should please anybody that ever tried to develope and deploy truly cross-platform software targeting any device and any network. Cellular phones, PDA, PCs... you name it. &lt;br /&gt;
&lt;br /&gt;
To give you an idea of what you can do with UJML 2.0 I'll mention that this is the new and improved version of the technology used to develope some of the most exciting titles for mobile available today. Some examples of products developed entirely in UJML are: &lt;a href="http://www.gamespot.com/mobile/strategy/thechroniclesofnarnia/index.html" target="_new"&gt;The Chronicles of Narnia for Mobile&lt;/a&gt;, Narnia Chess, &lt;a href="http://www.gamespot.com/mobile/puzzle/trivialpursuitmobile/index.html" target="_new"&gt;Trivial Pursuit&lt;/a&gt;, &lt;a href="http://sports.espn.go.com/wireless/product?id=1792496" target="_new"&gt;ESPN Bottomline&lt;/a&gt;, &lt;a href="http://movies.go.com/sponsored/mobile/index.html" target="_new"&gt;mobile movies.com&lt;/a&gt;, &lt;a href="http://www.sqexm.com/games.php?id=6&amp;amp;navid=2" target="_new"&gt;Square Enix Excite Fusion&lt;/a&gt;,   &lt;a href="http://www.sqexm.com/gallery.php?page=gallerydescription&amp;amp;navid=3" target="_new"&gt;Square Enix Gallery&lt;/a&gt; and many others.&lt;br /&gt;
&lt;br /&gt;
Check &lt;a href="http://nirwana42.blogspot.com/2006/02/what-can-you-create-with-uiengine.html" target="_new"&gt;this out&lt;/a&gt; for more screen shots and details.&lt;br /&gt;
&lt;br /&gt;
Also, check my post about the &lt;a href="http://recordo.blogspot.com/2006/01/algorithm-fire-simulation.html" target="_new"&gt;fire simulation&lt;/a&gt; algorithm to see an example of UJML written by me in &lt;a href="http://pts.app.uievolution.com/pubserv/vfs/1205/flames.html" target="_new"&gt;action&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
What does Platform 2.0 offers compared to 1.5? There is a long list of features and I reccomend that you &lt;a href="http://developer.uievolution.com/sdk/download_2_0.html" target="_new"&gt;download the SDK&lt;/a&gt; and try it out. The documentation is pretty good.&lt;br /&gt;
&lt;br /&gt;
My personal favorite 3 additions to this version of the platform:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;A completly &lt;span style="font-weight: bold;"&gt;new IDE&lt;/span&gt; with integrated editor and debugger based on the &lt;span style="font-weight: bold;"&gt;Eclipse&lt;/span&gt; platform is the most obvious and noticable change. This makes development alot easier compared to 1.5!! You are also going to love the &lt;span style="font-weight: bold;"&gt;automatic update&lt;/span&gt; feature that will bring to you all the latest and greates additions and fixes.&lt;/li&gt;
&lt;li&gt;The major addition in the UJML 2.0 language is the new &lt;span style="font-weight: bold;"&gt;object model&lt;/span&gt; based on the concept of components.&lt;/li&gt;
&lt;li&gt;Another important addition to the language is the concept of &lt;span style="font-weight: bold;"&gt;resizable arrays&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;Enjoy!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-114202709011193365?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=Hh_hWMp4OGY:f0td-oh1Gr4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=Hh_hWMp4OGY:f0td-oh1Gr4:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/Hh_hWMp4OGY" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-26T10:59:30.082-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2006/03/uievolutions-ujml-20-technology-for.html</feedburner:origLink></item><item><title>When (beta) web sites crash...</title><link>http://feedproxy.google.com/~r/recordo/~3/xFAV3jtri1A/when-beta-web-sites-crash.html</link><category>technology</category><category>complaints</category><category>internet</category><category>trends</category><category>business</category><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Mon, 26 Apr 2010 11:00:03 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-114220875522723359</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/y2A_NqkPJj0kqCCxTxD76zrPwJA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/y2A_NqkPJj0kqCCxTxD76zrPwJA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/y2A_NqkPJj0kqCCxTxD76zrPwJA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/y2A_NqkPJj0kqCCxTxD76zrPwJA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;I see many of the major web 2.0 &lt;a href="http://recordo.blogspot.com/2006/03/invasion-of-beta-sites.html"&gt;beta sites&lt;/a&gt; down more and more often lately. Here is an example of a screen shot of what you can expect at times. Click on it to see it in full size.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/blink.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/blink.jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" target="_new" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-114220875522723359?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=xFAV3jtri1A:j4J5CZH8dZ0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=xFAV3jtri1A:j4J5CZH8dZ0:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/xFAV3jtri1A" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-26T11:00:03.332-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2006/03/when-beta-web-sites-crash.html</feedburner:origLink></item><item><title>My son is a comedian.</title><link>http://feedproxy.google.com/~r/recordo/~3/dAdZjcY4OZM/my-son-is-comedian.html</link><category>observations</category><category>family</category><category>children</category><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Mon, 26 Apr 2010 11:00:22 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-114204827922915676</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/pbMG957HyusPR2W08c4EYaItXjU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/pbMG957HyusPR2W08c4EYaItXjU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/pbMG957HyusPR2W08c4EYaItXjU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/pbMG957HyusPR2W08c4EYaItXjU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;My son Marco is about 3 years old and he can be as funny as a professional comedian. Sometimes he means to be funny; sometimes he just is naturally. I don't know where he got that side, but he just cracks me up at times. Today just before dinner he looked at me all serious and proclaimed:&lt;br /&gt;
&lt;blockquote&gt;&lt;span style="font-style: italic;"&gt;I WANT CHICKEN LITTLE SOUP!&lt;/span&gt;&lt;/blockquote&gt;LOL. I almost died. When I recomposed myself I realized that he meant "chicken noodle soup".&lt;br /&gt;
&lt;br /&gt;
I don't know why but the image of a &lt;a href="http://images.google.com/images?q=chicken+little&amp;amp;hl=en" target="_new"&gt;chicken little&lt;/a&gt; soup was just hilarious. I had to share it with you.&lt;br /&gt;
&lt;br /&gt;
Ah... I almost forgot... since I'm in the "chicken" and "funny" topic, check out this crazy link: &lt;a href="http://www.subservientchicken.com/"&gt;http://www.subservientchicken.com/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-114204827922915676?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=dAdZjcY4OZM:V1LkPFFOLf8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=dAdZjcY4OZM:V1LkPFFOLf8:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/dAdZjcY4OZM" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-26T11:00:22.678-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2006/03/my-son-is-comedian.html</feedburner:origLink></item><item><title>The invasion of the beta sites</title><link>http://feedproxy.google.com/~r/recordo/~3/sNvqk6V_F8Q/invasion-of-beta-sites.html</link><category>computers</category><category>technology</category><category>internet</category><category>business</category><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Mon, 26 Apr 2010 11:00:55 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-114188291154522862</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/FwRQem_1JlX4dtBl5A05cBXIYLk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FwRQem_1JlX4dtBl5A05cBXIYLk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/FwRQem_1JlX4dtBl5A05cBXIYLk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FwRQem_1JlX4dtBl5A05cBXIYLk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;span style="font-weight: bold;"&gt;BETA.&lt;/span&gt; It used to be just a Greek letter or a code name for programmers and geeks; today is a corporate status-symbol and is recognized by most people.&lt;br /&gt;
&lt;br /&gt;
Every website and web-service seems to be released in beta in the Web 2.0 world; that is not such a bad thing, except that the beta status sometimes lingers for years. I decided to call this "&lt;span style="font-style: italic;"&gt;the invasion of the beta-sites&lt;/span&gt;".&lt;br /&gt;
&lt;br /&gt;
The little "BETA" icon is popping up &lt;span style="font-weight: bold;"&gt;everywhere&lt;/span&gt; next to brand names and company logos. The combination of the old "TM" (Trademark) and the new "BETA" is now a must-have around catchy and colorful free-service names ending in .COM.&lt;br /&gt;
&lt;br /&gt;
Perhaps this period will be remembered as the era of the .BETACOMs that followed the crash of the .COMs (.ALPHACOMs?).&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-style: italic;"&gt;[Gosh, I love playing with words.]&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
I decided to start documenting this moment in time and create a little collection of the BETA-LOGOS. I'll add new logos to this collection and republish this post as I go. Please suggest new ones if you know of some that I missed. &lt;a href="http://feeds.feedburner.com/recordo"&gt;Subscribe to my RSS feed&lt;/a&gt; to get the latest updates.&lt;br /&gt;
&lt;br /&gt;
You'll notice how many of these logos are from Google, which I believe started this beta-site-trend. More and more sites are opening everyday and following the Google example.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-style: italic;"&gt;&lt;span style="font-size: 85%; font-weight: bold;"&gt;NOTE:&lt;/span&gt;&lt;span style="font-size: 85%;"&gt; All the images in this page are owned and trademarked by the respective owners; I publish them here only for historical documentation and as a necessary veichle for commentary and criticism that is the subject of this post.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/writely.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/writely.jpg" style="cursor: pointer; display: block; margin: 0pt auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/google_page_creator.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/google_page_creator.jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/video_google_com.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/video_google_com.jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/officelive_microsoft_com.1.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/officelive_microsoft_com.1.jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/scholar_google_com.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/scholar_google_com.jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/zillow_com.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/zillow_com.jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/pack_google_com.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/pack_google_com.jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/omn_com.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/omn_com.jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/mail_google_com.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/mail_google_com.jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/groups_google_com.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/groups_google_com.jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/live_com.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/live_com.jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/myweb_20..jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/myweb_20..jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/google_com_talk.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/google_com_talk.jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/google_com_reader.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/google_com_reader.jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/google_com_sms.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/google_com_sms.jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/froogle_google_com.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/froogle_google_com.jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/flickr.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/flickr.jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/blogsearch_google_com.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/blogsearch_google_com.jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/desktop_google_com.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/desktop_google_com.jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/catalogs_google_com.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/catalogs_google_com.jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/aol_com.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/aol_com.jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/books_google_com.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/books_google_com.jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-114188291154522862?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=sNvqk6V_F8Q:Wpj2fDabPAY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=sNvqk6V_F8Q:Wpj2fDabPAY:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/sNvqk6V_F8Q" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-26T11:00:55.122-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2006/03/invasion-of-beta-sites.html</feedburner:origLink></item><item><title>Web 2.0 Microsoft style: infiltrate and conquer!</title><link>http://feedproxy.google.com/~r/recordo/~3/nHOV36JL6yA/web-20-microsoft-style-infiltrate-and.html</link><category>technology</category><category>internet</category><category>trends</category><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Mon, 26 Apr 2010 11:01:19 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-114183628623438394</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/-PeWscTqtFcqw8HKFJRVdiUgDpk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-PeWscTqtFcqw8HKFJRVdiUgDpk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/-PeWscTqtFcqw8HKFJRVdiUgDpk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-PeWscTqtFcqw8HKFJRVdiUgDpk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Looks like Microsoft is investing even more into a business model Web 2.0 style with a twist.&lt;br /&gt;
&lt;br /&gt;
See: &lt;a href="http://officelive.microsoft.com/" target="_new"&gt;http://officelive.microsoft.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Some of the main Web 2.0 elements are all there:&lt;br /&gt;
&lt;br /&gt;
(1) On-line service free for the subscriber.&lt;br /&gt;
(2) Subscribers are the content providers.&lt;br /&gt;
(3) Service released early as Beta.&lt;br /&gt;
(4) Advertisement supported model.&lt;br /&gt;
&lt;br /&gt;
Sounds familiar?&lt;br /&gt;
&lt;br /&gt;
Obviously they also have to inject their Microsoft twist to it; a perfect &lt;a href="http://en.wikipedia.org/wiki/Trojan_Horse"&gt;trojan horse&lt;/a&gt; methodology: infiltrate and conquer...&lt;br /&gt;
&lt;br /&gt;
If you try to subscribe using FireFox they tell you to go get IE.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/die.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/die.0.jpg" style="cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;
Again, sounds familiar?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-114183628623438394?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=nHOV36JL6yA:ol4CCuLG04k:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=nHOV36JL6yA:ol4CCuLG04k:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/nHOV36JL6yA" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-26T11:01:19.398-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2006/03/web-20-microsoft-style-infiltrate-and.html</feedburner:origLink></item><item><title>March 8th, "Festa della Donna"</title><link>http://feedproxy.google.com/~r/recordo/~3/M7egO2YQspg/march-8th-festa-della-donna.html</link><category>italian</category><category>culture</category><category>stories</category><author>lpasqualis@gmail.com (__LP__)</author><pubDate>Mon, 26 Apr 2010 11:01:48 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21221598.post-114175079948388419</guid><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/aw38k7L1UO7PaZuPP3keuJpjTxk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aw38k7L1UO7PaZuPP3keuJpjTxk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/aw38k7L1UO7PaZuPP3keuJpjTxk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aw38k7L1UO7PaZuPP3keuJpjTxk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;a href="http://photos1.blogger.com/blogger/5549/1789/1600/mimosa.jpg"&gt;&lt;img alt="" border="0" src="http://photos1.blogger.com/blogger/5549/1789/320/mimosa.jpg" style="cursor: pointer; float: left; margin: 0pt 10px 10px 0pt;" /&gt;&lt;/a&gt;&lt;br /&gt;
March 8th in Italy is "Festa della Donna" or "Women's day". On this day men in Italy traditionally bring some "Mimosa" to all the women they think they will meet during the day. “Mimosa" is a small yellow flower that grows on Mimosa trees and that blooms right around the beginning of March. It is not uncommon on March 8th to see guys with large boxes full of Mimosa going to work or to school in the morning, ready to distribute the yellow flowers in large quantities. Many people even grow Mimosa trees in their back yard to make sure they have enough flowers on March 8th. I thought many times to bring this tradition to the States and on March 8th go around and give Mimosas; I wonder if that would seem weird. I bet it would; I also bet I woudn't be able to find Mimosas very easily around here. Oh well :) I'll just post a photo for all the women that I know. Happy woman's day!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21221598-114175079948388419?l=www.lorenzopasqualis.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/recordo?a=M7egO2YQspg:ikSin5DFD0w:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/recordo?a=M7egO2YQspg:ikSin5DFD0w:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/recordo?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/recordo/~4/M7egO2YQspg" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-26T11:01:48.988-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">3</thr:total><feedburner:origLink>http://www.lorenzopasqualis.com/2006/03/march-8th-festa-della-donna.html</feedburner:origLink></item><copyright>Copyright (C) 2006 by __LP__</copyright><media:credit role="author">__LP__</media:credit><media:rating>nonadult</media:rating></channel></rss>

