<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pedro Assunção &#187; experiments</title>
	<atom:link href="http://pedroassuncao.com/category/experiments/feed/" rel="self" type="application/rss+xml" />
	<link>http://pedroassuncao.com</link>
	<description>Thoughts on technology, skydiving, life, and the universe...</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:13:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>New version of the red hot chili peppers lyrics generator</title>
		<link>http://pedroassuncao.com/2011/11/new-version-of-the-red-hot-chili-peppers-lyrics-generator/</link>
		<comments>http://pedroassuncao.com/2011/11/new-version-of-the-red-hot-chili-peppers-lyrics-generator/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 20:31:00 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[experiments]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://pedroassuncao.com/?p=1486</guid>
		<description><![CDATA[This time i decided to make available online, here. Have fun Related posts:Red Hot Chili Peppers lyrics generator


Related posts:<ol><li><a href='http://pedroassuncao.com/2011/11/red-hot-chili-peppers-lyrics-generator/' rel='bookmark' title='Red Hot Chili Peppers lyrics generator'>Red Hot Chili Peppers lyrics generator</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>This time i decided to make available <a href="http://sandbox.pedroassuncao.com/rhcp_lyrics_generator">online, here</a>.</p>
<p>Have fun <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<div class="shr-publisher-1486"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F11%2Fnew-version-of-the-red-hot-chili-peppers-lyrics-generator%2F' data-shr_title='New+version+of+the+red+hot+chili+peppers+lyrics+generator'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F11%2Fnew-version-of-the-red-hot-chili-peppers-lyrics-generator%2F' data-shr_title='New+version+of+the+red+hot+chili+peppers+lyrics+generator'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://pedroassuncao.com/2011/11/red-hot-chili-peppers-lyrics-generator/' rel='bookmark' title='Red Hot Chili Peppers lyrics generator'>Red Hot Chili Peppers lyrics generator</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pedroassuncao.com/2011/11/new-version-of-the-red-hot-chili-peppers-lyrics-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Red Hot Chili Peppers lyrics generator</title>
		<link>http://pedroassuncao.com/2011/11/red-hot-chili-peppers-lyrics-generator/</link>
		<comments>http://pedroassuncao.com/2011/11/red-hot-chili-peppers-lyrics-generator/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 10:09:40 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[experiments]]></category>
		<category><![CDATA[findings]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[jokes]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://pedroassuncao.com/?p=1483</guid>
		<description><![CDATA[Here&#8217;s a little something i tried yesterday: a ruby script that mixes and matches verbs, nouns, adjectives, and colors to come up with crazy ass lyrics, red hot style. Enjoy $nouns = IO.readlines('names.txt') $adjectives = IO.readlines('adjectives.txt') $verbs = IO.readlines('verbs.txt') $adjectives &#60;&#60; ['red','blue','green','white','black','yellow','brown','gray'] $pronouns = IO.readlines('pronouns.txt') $adverbs = IO.readlines('adverbs.txt') $prepositions = IO.readlines('prepositions.txt') def get_rand(collection) sleep rand [...]


Related posts:<ol><li><a href='http://pedroassuncao.com/2011/11/new-version-of-the-red-hot-chili-peppers-lyrics-generator/' rel='bookmark' title='New version of the red hot chili peppers lyrics generator'>New version of the red hot chili peppers lyrics generator</a></li>
<li><a href='http://pedroassuncao.com/2010/12/spring-and-hibernate-lazy-loading-collections-in-desktop-swing-applications/' rel='bookmark' title='Spring and hibernate: Lazy loading collections in desktop (swing) applications'>Spring and hibernate: Lazy loading collections in desktop (swing) applications</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Here&#8217;s a little something i tried yesterday: a ruby script that mixes and matches verbs, nouns, adjectives, and colors to come up with crazy ass lyrics, red hot style. Enjoy <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<pre>$nouns = IO.readlines('names.txt')
$adjectives = IO.readlines('adjectives.txt')
$verbs = IO.readlines('verbs.txt')
$adjectives &lt;&lt; ['red','blue','green','white','black','yellow','brown','gray']
$pronouns = IO.readlines('pronouns.txt')
$adverbs = IO.readlines('adverbs.txt')
$prepositions = IO.readlines('prepositions.txt')

def get_rand(collection)
  sleep rand / 10000
  collection[rand * collection.length.to_i - 1]
end

def preposition_phrase
  "#{get_rand($prepositions).strip} the #{get_rand($nouns).strip}"
end

def adjectivated_subject_phrase
  the_part = "the" if rand.to_f &gt; 0.5
  adjective = get_rand($adjectives).strip if rand.to_f &gt; 0.5
  return "#{the_part} #{adjective} #{get_rand($nouns).strip}" if the_part and adjective
  nil
end

def generate_phrase
  as = adjectivated_subject_phrase
  adjectivated_subject_part = as.nil? ? get_rand($pronouns).strip : as
  preposition_part = rand.to_f &gt; 0.5 ? preposition_phrase : ""
  verb_part = get_rand($verbs).strip
  object_part = rand.to_f &gt; 0.25 ? get_rand($nouns).strip : ""
  the_part = (rand.to_f &gt; 0.5 and object_part != "") ? "the" : ""
  adverb_part = rand.to_f &gt; 0.75 ? get_rand($adverbs).strip : ""

  "#{adjectivated_subject_part} #{preposition_part} #{verb_part} #{the_part} #{object_part} #{adverb_part}".squeeze(" ").strip
end

def generate_lyrics
  result = ""
  (1..5).each do
    first_phrase = generate_phrase
    new_phrase = generate_phrase
    while new_phrase[-2, 2] != first_phrase[-2, 2] or new_phrase.split(" ")[-1] == first_phrase.split(" ")[-1] do
      new_phrase = generate_phrase
    end
    result &lt;&lt; "#{first_phrase}\r\n#{new_phrase}\r\n\r\n"
  end
  result
end

puts generate_lyrics</pre>
<p>Here are the sources: <a href="http://pedroassuncao.com/wp-content/uploads/2011/11/rhcp_lyrics_v2.tar.gz">rhcp_lyrics_v2.tar</a>. As a bonus there is a script to see how many attempts are required to reach the phrase &#8220;The quick brown fox&#8221; <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="shr-publisher-1483"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F11%2Fred-hot-chili-peppers-lyrics-generator%2F' data-shr_title='Red+Hot+Chili+Peppers+lyrics+generator'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F11%2Fred-hot-chili-peppers-lyrics-generator%2F' data-shr_title='Red+Hot+Chili+Peppers+lyrics+generator'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://pedroassuncao.com/2011/11/new-version-of-the-red-hot-chili-peppers-lyrics-generator/' rel='bookmark' title='New version of the red hot chili peppers lyrics generator'>New version of the red hot chili peppers lyrics generator</a></li>
<li><a href='http://pedroassuncao.com/2010/12/spring-and-hibernate-lazy-loading-collections-in-desktop-swing-applications/' rel='bookmark' title='Spring and hibernate: Lazy loading collections in desktop (swing) applications'>Spring and hibernate: Lazy loading collections in desktop (swing) applications</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pedroassuncao.com/2011/11/red-hot-chili-peppers-lyrics-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New blog layout</title>
		<link>http://pedroassuncao.com/2011/09/new-blog-layout/</link>
		<comments>http://pedroassuncao.com/2011/09/new-blog-layout/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 20:04:45 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[experiments]]></category>
		<category><![CDATA[zen]]></category>

		<guid isPermaLink="false">http://pedroassuncao.com/?p=1436</guid>
		<description><![CDATA[It was bound to happen; I get easily bored with website layouts and i saw that cluttered old design going away for some time now. This new theme, a much more clean version, is an adaptation of Fiver, by Stinkyinkshop. I think it works really well, wouldn&#8217;t you say? Related posts:My blog in the old [...]


Related posts:<ol><li><a href='http://pedroassuncao.com/2010/04/my-blog-in-the-old-geocities-age/' rel='bookmark' title='My blog in the old geocities age'>My blog in the old geocities age</a></li>
<li><a href='http://pedroassuncao.com/2009/07/migrated-the-blog-to-wordpress/' rel='bookmark' title='Migrated the blog to wordpress'>Migrated the blog to wordpress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>It was bound to happen; I get easily bored with website layouts and i saw that cluttered old design going away for some time now.</p>
<p>This new theme, a much more clean version, is an adaptation of <a href="http://wordpress.org/extend/themes/fiver">Fiver</a>, by <a href="http://www.stinkyinkshop.co.uk/themes/">Stinkyinkshop</a>. I think it works really well, wouldn&#8217;t you say? <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="shr-publisher-1436"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F09%2Fnew-blog-layout%2F' data-shr_title='New+blog+layout'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F09%2Fnew-blog-layout%2F' data-shr_title='New+blog+layout'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://pedroassuncao.com/2010/04/my-blog-in-the-old-geocities-age/' rel='bookmark' title='My blog in the old geocities age'>My blog in the old geocities age</a></li>
<li><a href='http://pedroassuncao.com/2009/07/migrated-the-blog-to-wordpress/' rel='bookmark' title='Migrated the blog to wordpress'>Migrated the blog to wordpress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pedroassuncao.com/2011/09/new-blog-layout/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Full list of Coca Cola brands &#8211; had no idea there were so many</title>
		<link>http://pedroassuncao.com/2011/02/full-list-of-coca-cola-companies-had-no-idea-there-were-so-many/</link>
		<comments>http://pedroassuncao.com/2011/02/full-list-of-coca-cola-companies-had-no-idea-there-were-so-many/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 10:11:52 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[code snipplets]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[experiments]]></category>
		<category><![CDATA[findings]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://pedroassuncao.com/2011/02/full-list-of-coca-cola-companies-had-no-idea-there-were-so-many/</guid>
		<description><![CDATA[As a part of my Ruby learning process, i decided to write something to retrieve the full list of brands that Coca Cola currently owns from their website. The list is split across multiple pages, but with some Ruby magic and a nice library called Hpricot to traverse the HTML it was 5 minutes of [...]


Related posts:<ol><li><a href='http://pedroassuncao.com/2008/09/coca-cola/' rel='bookmark' title='Coca cola'>Coca cola</a></li>
<li><a href='http://pedroassuncao.com/2011/01/idea-for-a-better-customer-satisfactionfeedback-service/' rel='bookmark' title='Idea for a better customer satisfaction/feedback service'>Idea for a better customer satisfaction/feedback service</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>As a part of my <a href="http://www.ruby-lang.org/en/">Ruby</a> learning process, i decided to write something to retrieve the <a href="http://www.thecoca-colacompany.com/brands/product_list_a.html">full list of brands that Coca Cola currently owns</a> from their website. The list is split across multiple pages, but with some Ruby magic and a nice library called <a href="https://github.com/hpricot/hpricot">Hpricot</a> to traverse the HTML it was 5 minutes of work <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here&#8217;s the script:</p>
<pre>require 'open-uri'
require 'rubygems'
require 'hpricot'
require 'pp'

my_file = File.new("cola.txt", 'w')

('a'..'z').each do |letter|
open("http://www.thecoca-colacompany.com/brands/product_list_#{letter}.html") do |f|

    # meta info
    #pp f.meta

    #pp 'Content-Type: ' + f.content_type
    #pp 'Last modified: ' + f.last_modified.to_s

    doc = Hpricot.XML(f)
    div = doc/"#products_link_list"
    (div/:ul).each do |ul|
      (ul/:li).each do |li|
        if (li/:a).first
          my_file.puts((li/:a).first.inner_html)
        else
          my_file.puts li.inner_html.to_s
        end
      end
    end

  end
end</pre>
<p>And here&#8217;s the full list of brands that belong to Coca Cola:</p>
<p>A&amp;W<br />
Acueducto<br />
Ades<br />
Agua Manantial<br />
Ali<br />
Alive<br />
Alpina<br />
Ambasa<br />
Ameyal<br />
Amorino<br />
Andina/Andina light<br />
Andina Fortified<br />
Andina Fresh<br />
Andina Frut<br />
Andina Nectar<br />
Apollinaris<br />
Aqua+<br />
Aquabona<br />
Aquactivede by Aquarius<br />
Aquana<br />
Aquarius<br />
Aquarius Active Diet<br />
BACARDI Mixers*<br />
BACARDI Premium Mixers*<br />
Bajoru Gira<br />
Bankia<br />
Barq&#8217;s<br />
Barrelitos<br />
BEAT<br />
Beautia<br />
Bebere<br />
Benedictino<br />
Beverly<br />
Bevi<br />
Bibo<br />
Big Crush<br />
Big Tai<br />
Bimbo<br />
Bimbo Break<br />
Biotime<br />
Bird&#8217;s Nest*<br />
Bistra<br />
Bistrone<br />
Bjare<br />
Blackfire<br />
Boco<br />
Bogadera<br />
Bom Bit Maesil<br />
BonAqua/BonAqa<br />
Borneo<br />
Botaniq 1QQ<br />
Botany<br />
BPM<br />
Brazzi<br />
Bright &amp; Early<br />
Brisa Agua Pura<br />
Brisa by Bonaqua<br />
Brisa con un Toque de Gas<br />
Brisa Spa<br />
Bu<br />
Bubbly<br />
burn<br />
buzz<br />
CAFÉ ZU<br />
caffeine-free Barq&#8217;s<br />
caffeine-free Coca-Cola<br />
caffeine-free Diet Coke/caffeine-free Coca-Cola light<br />
Calypso<br />
Canada Dry<br />
Canning&#8217;s<br />
Cappy<br />
Caprice<br />
Caribou Coffee*<br />
Carioca<br />
Cascal<br />
Carver&#8217;s<br />
Cepita<br />
Chaqwa<br />
Charrua<br />
Chaudfontaine<br />
Cheers<br />
cherry Coke<br />
cherry Coke zero<br />
Chinotto<br />
Chinotto light<br />
Ciel<br />
CITRA<br />
Club<br />
Coca-Cola<br />
Coca-Cola Black Cherry Vanilla<br />
Coca-Cola Blāk<br />
Coca-Cola C2<br />
Coca-Cola Citra<br />
Coca-Cola light/Diet Coke<br />
Coca-Cola with Lemon<br />
Coca-Cola with Lime<br />
Coca-Cola with Raspberry<br />
Coca-Cola Zero<br />
Cocoteen<br />
Cola Guaraná Jesus<br />
Country Club<br />
Cresta<br />
Cristal<br />
Crush<br />
Crusta<br />
Crystal<br />
Damla Minera<br />
DANNON*<br />
DASANI<br />
DASANI Active<br />
DASANI Balance<br />
DASANI Flavors<br />
DASANI Nutriwater<br />
DASANI Plus<br />
Del Valle<br />
Del Valle Frut<br />
Del Valle Frutsi<br />
Del Valle Frutsi Desarrollo<br />
Del Valle Kapo<br />
Del Valle Mais light<br />
Del Valle light<br />
Delaware Punch<br />
diet A&amp;W<br />
diet Andina Frut/Andina Frut light<br />
diet Andina Nectar/Andina Nectar light<br />
diet Barq&#8217;s<br />
diet Canada Dry<br />
Diet cherry Coke<br />
Diet Coke/Coca-Cola light<br />
Diet Coke Black Cherry Vanilla<br />
Diet Coke Citra/Coca-Cola light Citra<br />
Diet Coke Plus<br />
Diet Coke Sweetened with Splenda®<br />
Diet Coke with Lemon/Coca-Cola light with Lemon<br />
Diet Coke with Lime/Coca-Cola light with Lime<br />
Diet Coke with Raspberry<br />
Diet Crush<br />
diet Dr Pepper/Dr Pepper Zero<br />
diet Fanta/Fanta light/Fanta Zero/Fanta Free<br />
diet Freskyta<br />
diet INCA KOLA<br />
diet Kia Ora<br />
diet Krest<br />
diet Lift/Lift light<br />
diet Lilt/Lilt Zero<br />
diet Master Pour<br />
diet Mello Yello<br />
diet Mezzo Mix<br />
diet Minute Maid Soft Drink<br />
diet Nestea/Nestea light*<br />
diet Northern Neck<br />
diet Oasis<br />
diet Quatro/Quatro light<br />
diet Schweppes<br />
diet Seagram&#8217;s*<br />
diet Sprite/Sprite light/diet Sprite Zero/Sprite Zero<br />
diet Squirt<br />
diet Tai/Tai light<br />
diet Vanilla Coke<br />
Disney Xtreme Cooler*<br />
Diva<br />
Dobriy<br />
Dogadan<br />
Dorna<br />
Dr Pepper<br />
E2<br />
Earth and Sky<br />
Eight O&#8217;Clock<br />
El Rayek<br />
Enviga*<br />
Epika<br />
Escuis<br />
Eva Water<br />
Fanta<br />
Fanta Verdia<br />
Far Coast<br />
Felicia<br />
Finley<br />
Fioravanti<br />
Fire<br />
Five Alive<br />
Flavor Rage<br />
Fontana<br />
Fresca<br />
Fresca 1<br />
Frescolita<br />
Freskyta<br />
Fresquinha<br />
Fress<br />
Frestea*<br />
Friolin<br />
Frisco<br />
Frugos<br />
Frugos Fresh<br />
Fruit Solutions<br />
Fruitia<br />
Fruitier<br />
Fruitopia<br />
Fruktime<br />
Frutina<br />
Frutonic<br />
Full Throttle<br />
Full Throttle Blue Demon<br />
Full Throttle Sugar Free<br />
Funchum Orange Drink<br />
Furusato Dayori<br />
FUZE Healthy Infusions<br />
GEORGIA<br />
GEORGIA Club<br />
GEORGIA Gold<br />
GEORGIA Grande<br />
Gini<br />
Girios Gira<br />
glacéau smartwater<br />
glacéau vitaminwater<br />
glacéau vitaminwater zero<br />
Gladiator<br />
Godiva* Belgian Blends<br />
Gold Peak<br />
Gold Spot<br />
Golden Crush<br />
Goombay Punch<br />
Goulburn Valley<br />
Grapette<br />
Groovy<br />
Guaraná Kuat light<br />
Guaraná Kuat Zero<br />
Hajime<br />
Haru No Mint Shukan<br />
Hawai<br />
Healthworks<br />
Heppinger<br />
Hero<br />
Hi Spot<br />
Hi-C<br />
Hires<br />
Hit<br />
Horizon<br />
Hot Point<br />
Huang<br />
Ice Dew<br />
Ice Dew 3+<br />
Ice Tea Leao<br />
illy issimo*<br />
INCA KOLA<br />
Ipsei<br />
Izvorul Alb<br />
Jaz Cola<br />
Jericho<br />
Jet Tonic<br />
Jolly Juice<br />
Joy<br />
Joya<br />
Juan Valdez<br />
Juices To Go<br />
Just Juice<br />
Kani<br />
Kapo<br />
Kapo Zero<br />
Karada Meguri-Cha<br />
Kashaya Tea<br />
Keloco<br />
Keri<br />
Kia Ora<br />
Kildevaeld<br />
Kilimanjaro<br />
Kin<br />
Kinley<br />
Kist<br />
Kiwi Blue<br />
Kochakaden<br />
Kola Inglesa<br />
Koumisoukai<br />
Krest<br />
Kristal<br />
Kropla Beskidu<br />
Krushka &amp; Bochka<br />
Kuat<br />
Kuat Guaraná<br />
Kuat light<br />
Kuli<br />
Kyun<br />
La Jolla<br />
La Vuelta<br />
Lanitis<br />
Lanitis Extra<br />
Lanitis Filaraki<br />
Leao Green Tea<br />
Leao Guaraná Power<br />
Leao Iced Tea<br />
Less Is More, Kinley<br />
Lift<br />
Lift Plus<br />
Lift Plus light<br />
Lilia<br />
Lilt<br />
Limca<br />
Limelite<br />
Limonade<br />
Linnuse<br />
Lion<br />
Love Body<br />
Maaza<br />
Mad River<br />
Malvern<br />
Manantial<br />
Mare Rosso<br />
Marocha<br />
Master Chill<br />
Master Pour<br />
Matte Leao<br />
Matusov Pramen<br />
Mazoe<br />
Mello<br />
Mello Yello<br />
Mer<br />
Mezzo<br />
Mezzo Mix<br />
Miami<br />
Mickey*<br />
Migoro-Nomigoro<br />
Minaqua<br />
Mineragua<br />
Minute Maid<br />
Minute Maid Active<br />
Minute Maid Antiox<br />
Minute Maid Deli<br />
Minute Maid Duofrutas<br />
Minute Maid Fruit Plus<br />
Minute Maid Heart Wise<br />
Minute Maid Just 10<br />
Minute Maid Light<br />
Minute Maid Mais<br />
Minute Maid Nutri+<br />
Minute Maid Premium<br />
Minute Maid Soft Drink<br />
Minute Maid Splash<br />
Mireille<br />
Mission<br />
Mone<br />
Montefiore<br />
Mori No Mizudayori<br />
Morning Deli<br />
Mother<br />
Mr. Pibb<br />
multiVita<br />
Nada<br />
Nagomi<br />
Nalu<br />
Namthip<br />
Nanairo Acha<br />
Naturaqua<br />
Natures Own*<br />
Nectarin<br />
Nestea*<br />
Nestea Choglit*<br />
Nestea COOL*<br />
Nestea Viteao*<br />
Nevada<br />
Neverfail<br />
Next<br />
Nico<br />
Nordic Mist<br />
Northern Neck<br />
NOS<br />
Nos Entendemos<br />
Oasis<br />
Odwalla<br />
Olimpija<br />
Orchy<br />
Paani Treated Water<br />
Pacific Orchard<br />
Pampa<br />
Paradise Sun<br />
Parle<br />
Pasazade<br />
Pearona<br />
Peats Ridge Springs<br />
Pibb Xtra<br />
Pibb Zero<br />
Piko<br />
Pilskania<br />
Planet Java*<br />
Play Energy Drink<br />
Pocket Dr<br />
Poiana Negri<br />
Polar Brew<br />
Poms<br />
Ponkana<br />
Pop<br />
Portello<br />
POWERADE<br />
POWERADE Advance<br />
POWERADE alive<br />
POWERADE aqua+<br />
POWERADE Balance<br />
POWERADE light<br />
POWERADE OPTION<br />
POWERADE Zero<br />
Powerplay<br />
Premio<br />
Presta<br />
Presta light<br />
Pulp Orange<br />
Pulpy<br />
Pump<br />
Pumped Enhanced Hydration<br />
Pura Sol<br />
Qoo<br />
Quatro<br />
Quwat Jabal<br />
R&#8217;fresh<br />
Ramlosa<br />
Real<br />
Real Leaf<br />
Real Gold<br />
Rehab<br />
Relentless<br />
Rich<br />
Richy<br />
Riwa<br />
Roemerquelle<br />
Rosa<br />
Rosalta<br />
Roses<br />
Royal Tru<br />
Royal Tru light<br />
Safety First<br />
Safia<br />
Sahtain<br />
Samantha<br />
Samurai<br />
San Luis<br />
Sarsi<br />
Saryusaisai<br />
Schuss<br />
Schweppes<br />
Schweppes Abbey Well<br />
Seagram&#8217;s*<br />
Seltz<br />
Sensation<br />
Sensun Gazoz<br />
SENZAO<br />
Shandy<br />
Shangri-La<br />
ShiZen*<br />
Shock<br />
Signature<br />
Sim<br />
Simba<br />
Simply Apple<br />
Simply Grapefruit<br />
Simply Lemonade<br />
Simply Limeade<br />
Simply Orange<br />
Smart<br />
Sobo<br />
Sokenbicha<br />
Solo<br />
Sonfil<br />
Soonsoo 100<br />
Southern Sun<br />
Sparkle<br />
Sparletta<br />
Sparletta Iron Brew<br />
Splash<br />
Splice<br />
Sport<br />
Sprite<br />
Sprite 3G<br />
Sprite Duo<br />
Sprite Flavors<br />
Sprite Ice<br />
Sprite Remix<br />
Sprite Zero/diet Sprite/Sprite light /diet Sprite Zero<br />
Spur<br />
Squirt<br />
Stoney Gold Ginger Beer<br />
Sucos Mais<br />
Sunfill<br />
SURGE<br />
Svali<br />
Sveva<br />
Sweecha<br />
TaB<br />
TaB energy<br />
TaB X-Tra<br />
TADAS<br />
Tai<br />
The Spirit of Georgia<br />
The Wellness From Coca-Cola<br />
Thextons<br />
Thums Up<br />
Tian Yu Di/Heaven and Earth<br />
Tiky<br />
Toppur<br />
Top&#8217;s<br />
Tropi<br />
Tropical<br />
Turkuaz<br />
Ultra<br />
Urge<br />
Urun<br />
V Florida 7<br />
Valle Frut<br />
Valpre<br />
Valser<br />
Valser Viva<br />
Vanilla Coke<br />
Vanilla Coke Zero<br />
VAULT<br />
VAULT Zero<br />
Vegitabeta<br />
VICA<br />
Vio<br />
Vita<br />
Vital<br />
Wilkins<br />
Wink<br />
Winnie the Pooh*<br />
Yangguang<br />
Yangguang Juicy T<br />
Yo Conozco a Hugo<br />
Yoli<br />
Youki<br />
Yuan Ye</p>
<div class="shr-publisher-1221"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F02%2Ffull-list-of-coca-cola-companies-had-no-idea-there-were-so-many%2F' data-shr_title='Full+list+of+Coca+Cola+brands+-+had+no+idea+there+were+so+many'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F02%2Ffull-list-of-coca-cola-companies-had-no-idea-there-were-so-many%2F' data-shr_title='Full+list+of+Coca+Cola+brands+-+had+no+idea+there+were+so+many'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://pedroassuncao.com/2008/09/coca-cola/' rel='bookmark' title='Coca cola'>Coca cola</a></li>
<li><a href='http://pedroassuncao.com/2011/01/idea-for-a-better-customer-satisfactionfeedback-service/' rel='bookmark' title='Idea for a better customer satisfaction/feedback service'>Idea for a better customer satisfaction/feedback service</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pedroassuncao.com/2011/02/full-list-of-coca-cola-companies-had-no-idea-there-were-so-many/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dropbox plus Mercurial -driven development. Anyone tried that?</title>
		<link>http://pedroassuncao.com/2011/02/dropbox-plus-mercurial-driven-development-anyone-tried-that/</link>
		<comments>http://pedroassuncao.com/2011/02/dropbox-plus-mercurial-driven-development-anyone-tried-that/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 08:47:12 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[cries for help]]></category>
		<category><![CDATA[experiments]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://pedroassuncao.com/2011/02/dropbox-plus-mercurial-driven-development-anyone-tried-that/</guid>
		<description><![CDATA[One of the biggest pains of any developer is maintaing the source code. Especially if you &#8211; like me &#8211; have a gazillion pet projects that need to be updated whenever you come up with &#8220;cool idea #20000&#8243; for one of them. Version control systems like Mercurial are awesome, but they are only part of [...]


Related posts:<ol><li><a href='http://pedroassuncao.com/2011/03/using-dropbox-to-automatically-download-torrents/' rel='bookmark' title='Using Dropbox to automatically download torrents'>Using Dropbox to automatically download torrents</a></li>
<li><a href='http://pedroassuncao.com/2009/04/network-library-for-games-in-python/' rel='bookmark' title='Network library for games in Python'>Network library for games in Python</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>One of the biggest pains of any developer is maintaing the source code. Especially if you &#8211; like me &#8211; have a gazillion pet projects that need to be updated whenever you come up with &#8220;cool idea #20000&#8243; for one of them.</p>
<p>Version control systems like Mercurial are awesome, but they are only part of the equation; there&#8217;s still the time consuming process of deploying the changes to &#8220;production&#8221;. So i wonder if it would be a good idea to have a Mercurial repository sitting on a dropbox account and develop directly there. This way any changes to the source code would be instantly reflected on production.</p>
<p>I am aware that this is unthinkable for serious projects (the kind you get paid to do), but it can probably work for fun pet projects.</p>
<p>Do you have any experience with something like that? Share your thoughts, if you have any <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="shr-publisher-1220"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F02%2Fdropbox-plus-mercurial-driven-development-anyone-tried-that%2F' data-shr_title='Dropbox+plus+Mercurial+-driven+development.+Anyone+tried+that%3F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2011%2F02%2Fdropbox-plus-mercurial-driven-development-anyone-tried-that%2F' data-shr_title='Dropbox+plus+Mercurial+-driven+development.+Anyone+tried+that%3F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://pedroassuncao.com/2011/03/using-dropbox-to-automatically-download-torrents/' rel='bookmark' title='Using Dropbox to automatically download torrents'>Using Dropbox to automatically download torrents</a></li>
<li><a href='http://pedroassuncao.com/2009/04/network-library-for-games-in-python/' rel='bookmark' title='Network library for games in Python'>Network library for games in Python</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pedroassuncao.com/2011/02/dropbox-plus-mercurial-driven-development-anyone-tried-that/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Java Web Start (jnlp) simple example</title>
		<link>http://pedroassuncao.com/2010/10/java-web-start-jnlp-simple-example/</link>
		<comments>http://pedroassuncao.com/2010/10/java-web-start-jnlp-simple-example/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 14:47:42 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[experiments]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://pedroassuncao.com/?p=1154</guid>
		<description><![CDATA[One of my current projects requires me to deliver a Swing application via Java Web Start. This meant some research to figure out how that works. Since i&#8217;m a nice guy, here&#8217;s the result for everyone that needs it. As you can see &#8211; in the folder structure image &#8211; there are some files that [...]


Related posts:<ol><li><a href='http://pedroassuncao.com/2011/11/count-group-by-number-of-line-occurrences-in-file/' rel='bookmark' title='Count (group by) number of line occurrences in file'>Count (group by) number of line occurrences in file</a></li>
<li><a href='http://pedroassuncao.com/2009/12/organizing-texts/' rel='bookmark' title='Organizing texts'>Organizing texts</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div id="attachment_1155" class="wp-caption alignright" style="width: 310px"><a href="/wp-content/uploads/2010/10/Screen-shot-2010-10-27-at-4.14.44-PM.png"><img class="size-full wp-image-1155  " style="border: 1px solid black; margin: 10px 5px;" title="Folder structure" src="/wp-content/uploads/2010/10/Screen-shot-2010-10-27-at-4.14.44-PM.png" alt="" width="300" height="229" /></a><p class="wp-caption-text">Folder structure</p></div>
<p>One of my current projects requires me to deliver a Swing application via Java Web Start. This meant some research to figure out how that works. Since i&#8217;m a nice guy, here&#8217;s the result for everyone that needs it.</p>
<p>As you can see &#8211; in the folder structure image &#8211; there are some files that are required for the whole thing to work. Here&#8217;s a brief explanation about each of them (in my creation order <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ):</p>
<ul>
<li><strong>src/org/Test.java</strong> : My source code. It&#8217;s just a simple main that creates a JFrame and displays it;</li>
<li><strong>Manifest.txt</strong> : The manifest file used to create the jar file that gets served by Java Web Start;</li>
<li><strong>faren.jar</strong> : My application&#8217;s jar. I&#8217;ll explain how to create it in a while;</li>
<li><strong>faren.jnlp</strong> : The Java Web Start description file;</li>
<li><strong>faren.html</strong> : The html file that contains the button to start the application.</li>
</ul>
<p>The first thing we want to do is create the source file. In the case of my simple test, here are its contents (blank lines removed for brevity):</p>
<h4>Test.java</h4>
<pre>package org;

import javax.swing.JFrame;
import java.awt.Dimension;

public class Test {
  public Test() {
    JFrame faren = new JFrame("Test");
    faren.setSize(new Dimension(300, 300));
    faren.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    faren.setVisible(true);
  }
  public static void main(String[] args) {
    new Test();
  }
}</pre>
<p>Moving on to the jar manifest file, it basically just says what the main class will be:</p>
<h4>Manifest.txt</h4>
<pre>Main-Class: org.Test</pre>
<p>Creating the jar is as simple as running the following command:</p>
<pre>jar cfm faren.jar Manifest.txt org</pre>
<p>It creates the <strong>faren.jar</strong> file, using the manifest file and the sources contained within the <strong>org</strong> folder. If &#8211; like me &#8211; you use Maven, you will have this for free using the app-assembler plugin, but for the test&#8217;s purposes i didn&#8217;t want to create a full maven project <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Now we need to define a description file for the Java Web Start mechanism:</p>
<h4>faren.jnlp</h4>
<pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;jnlp spec="1.0+" codebase="file:///Users/pedroassuncao/Desktop/jnlp_example"&gt;
  &lt;information&gt;
    &lt;title&gt;Dynamic Tree Demo&lt;/title&gt;
    &lt;vendor&gt;Dynamic Team&lt;/vendor&gt;
  &lt;/information&gt;
  &lt;resources&gt;
    &lt;!-- Application Resources --&gt;
    &lt;j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/&gt;
    &lt;jar href="faren.jar" main="true" /&gt;
  &lt;/resources&gt;
  &lt;application-desc
    name="Dynamic Tree Demo Application"
    main-class="org.Test"
    width="300"
    height="300"&gt;
  &lt;/application-desc&gt;
  &lt;update check="background"/&gt;
&lt;/jnlp&gt;</pre>
<p>Just to explain a little bit of what is going on in here (the important parts), what you want to make sure is that the <strong>codebase</strong> property is set correctly to the absolute path where the html file will be served from (in the case of a final deployment this will be something like http://myserver/jnlp/myapp, but in this case i&#8217;m serving without a web server, hence the file:/// part). You will also want to define a minimum version for the virtual machine of the client (the 1.6+ part) and eventually extend this information with the <strong>&lt;shortcut&gt;</strong> tag, that allows you to ask web start to create a desktop icon for your application on the clients&#8217; computers. A full description of the structure of this file can be found <a href="http://download.oracle.com/javase/tutorial/deployment/deploymentInDepth/jnlpFileSyntax.html">here</a>.</p>
<p>Finally, we need an html file that will show the java web start button. The following will suffice for now:</p>
<h4>faren.html</h4>
<pre>&lt;html&gt;
  &lt;head&gt;&lt;/head&gt;
  &lt;body&gt;
    &lt;script src="http://www.java.com/js/deployJava.js"&gt;&lt;/script&gt;
    &lt;script&gt;
      // using JavaScript to get location of JNLP file relative to HTML page
      var dir = location.href.substring(0, location.href.lastIndexOf('/')+1);
      var url = dir + "faren.jnlp";
      deployJava.createWebStartLaunchButton(url, '1.6.0');
    &lt;/script&gt;
    &lt;noscript&gt;
      &lt;a href="faren.jnlp"&gt;Launch&lt;/a&gt;
    &lt;/noscript&gt;
  &lt;/body&gt;
&lt;/html&gt;</pre>
<p>If the client&#8217;s browser supports javascript, this will use a special script from the java website that will ask to install the virtual machine if the client does not have it (or upgrade an existing one). If he doesn&#8217;t support javascript it will just show a link that will try to launch the java web start (depending a lot on whether the user&#8217;s file associations are correct (i.e. .jnlp files being assigned to the java executable).</p>
<p>Finally, with all this in place, point your browser to the place where you have the <strong>faren.html</strong> file and click the button; the application should launch.</p>
<p>By the way, does anyone know why my desktop shortcut is not being added on OSX? <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="shr-publisher-1154"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2010%2F10%2Fjava-web-start-jnlp-simple-example%2F' data-shr_title='Java+Web+Start+%28jnlp%29+simple+example'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2010%2F10%2Fjava-web-start-jnlp-simple-example%2F' data-shr_title='Java+Web+Start+%28jnlp%29+simple+example'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://pedroassuncao.com/2011/11/count-group-by-number-of-line-occurrences-in-file/' rel='bookmark' title='Count (group by) number of line occurrences in file'>Count (group by) number of line occurrences in file</a></li>
<li><a href='http://pedroassuncao.com/2009/12/organizing-texts/' rel='bookmark' title='Organizing texts'>Organizing texts</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pedroassuncao.com/2010/10/java-web-start-jnlp-simple-example/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Did a Russian scientist just invent an anti-aging pill?</title>
		<link>http://pedroassuncao.com/2010/09/did-a-russian-scientist-just-invent-an-anti-aging-pill/</link>
		<comments>http://pedroassuncao.com/2010/09/did-a-russian-scientist-just-invent-an-anti-aging-pill/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 08:47:59 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[experiments]]></category>
		<category><![CDATA[findings]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://pedroassuncao.com/?p=1130</guid>
		<description><![CDATA[He seems to be a very respected scientist in his field, with a lot of publications and a job at a very prestigious university. Even Gunter Blobel, a biochemist and Nobel laureate seems to respect him quite a bit. Is it just a couple of years until we are able to remain young and healthy [...]


Related posts:<ol><li><a href='http://pedroassuncao.com/2010/02/almost-time-to-return/' rel='bookmark' title='Almost time to return'>Almost time to return</a></li>
<li><a href='http://pedroassuncao.com/2011/03/mitochondria-regeneration-method-found-wanna-live-forever/' rel='bookmark' title='Mitochondria regeneration method found. Wanna live forever?'>Mitochondria regeneration method found. Wanna live forever?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>He seems to be a very respected scientist in his field, with a lot of publications and a job at a very prestigious university. Even Gunter Blobel, a biochemist and Nobel laureate seems to respect him quite a bit. Is it just a couple of years until we are able to remain young and healthy &#8211; potentially &#8211; forever? Who never dreamed of living forever? I sure do!</p>
<p><a href="http://singularityhub.com/2010/09/21/did-a-russian-scientist-really-cure-aging-or-is-it-just-a-fluke-video/">Taken from here</a></p>
<div class="shr-publisher-1130"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2010%2F09%2Fdid-a-russian-scientist-just-invent-an-anti-aging-pill%2F' data-shr_title='Did+a+Russian+scientist+just+invent+an+anti-aging+pill%3F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2010%2F09%2Fdid-a-russian-scientist-just-invent-an-anti-aging-pill%2F' data-shr_title='Did+a+Russian+scientist+just+invent+an+anti-aging+pill%3F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://pedroassuncao.com/2010/02/almost-time-to-return/' rel='bookmark' title='Almost time to return'>Almost time to return</a></li>
<li><a href='http://pedroassuncao.com/2011/03/mitochondria-regeneration-method-found-wanna-live-forever/' rel='bookmark' title='Mitochondria regeneration method found. Wanna live forever?'>Mitochondria regeneration method found. Wanna live forever?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pedroassuncao.com/2010/09/did-a-russian-scientist-just-invent-an-anti-aging-pill/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trying out the android app</title>
		<link>http://pedroassuncao.com/2010/08/trying-out-the-android-app/</link>
		<comments>http://pedroassuncao.com/2010/08/trying-out-the-android-app/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 01:39:17 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[experiments]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[resolutions]]></category>

		<guid isPermaLink="false">http://pedroassuncao.com/2010/08/trying-out-the-android-app/</guid>
		<description><![CDATA[So I come back from the road trip and what&#8217;s they&#8217;d first thing I do? Install the wordpress android app so I can blog anywhere, hehe. I kind of decided to use my blog as it was intended (as a web log), not necessarily as people see them these days (as places to write longer [...]


Related posts:<ol><li><a href='http://pedroassuncao.com/2010/02/almost-time-to-return/' rel='bookmark' title='Almost time to return'>Almost time to return</a></li>
<li><a href='http://pedroassuncao.com/2009/10/blog-usability-tips/' rel='bookmark' title='Blog usability tips'>Blog usability tips</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>So I come back from the road trip and what&#8217;s they&#8217;d first thing I do? Install the wordpress android app so I can blog anywhere, hehe. I kind of decided to use my blog as it was intended (as a web log), not necessarily as people see them these days (as places to write longer pieces of text that cannot be tweeted).</p>
<p>Peace</p>
<div class="shr-publisher-1112"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2010%2F08%2Ftrying-out-the-android-app%2F' data-shr_title='Trying+out+the+android+app'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2010%2F08%2Ftrying-out-the-android-app%2F' data-shr_title='Trying+out+the+android+app'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://pedroassuncao.com/2010/02/almost-time-to-return/' rel='bookmark' title='Almost time to return'>Almost time to return</a></li>
<li><a href='http://pedroassuncao.com/2009/10/blog-usability-tips/' rel='bookmark' title='Blog usability tips'>Blog usability tips</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pedroassuncao.com/2010/08/trying-out-the-android-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new kind of bandages?</title>
		<link>http://pedroassuncao.com/2010/06/new-kind-of-bandages/</link>
		<comments>http://pedroassuncao.com/2010/06/new-kind-of-bandages/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 10:39:04 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[cries for help]]></category>
		<category><![CDATA[experiments]]></category>

		<guid isPermaLink="false">http://pedroassuncao.com/?p=1006</guid>
		<description><![CDATA[I hate bandages. I really do. Everyone knows the best way for a wound to heal is to leave it exposed to oxygen and, hence, a bandage is the worst thing you can do to it. A couple of days ago i took a big crash while going downhill on my bike (for gore lovers, [...]


Related posts:<ol><li><a href='http://pedroassuncao.com/2010/03/altruistic-usb-plug/' rel='bookmark' title='Altruistic USB plug'>Altruistic USB plug</a></li>
<li><a href='http://pedroassuncao.com/2010/07/feedsquares-a-refreshing-view-for-google-reader/' rel='bookmark' title='Feedsquares: A refreshing view for Google Reader'>Feedsquares: A refreshing view for Google Reader</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div id="attachment_1007" class="wp-caption alignleft" style="width: 210px"><a href="http://pedroassuncao.com/wp-content/uploads/2010/06/original.jpg"><img class="size-full wp-image-1007 " title="A normal bandage" src="http://pedroassuncao.com/wp-content/uploads/2010/06/original.jpg" alt="A normal bandage" width="200" height="200" /></a><p class="wp-caption-text">A normal bandage</p></div>
<p>I hate bandages. I really do. Everyone knows the best way for a wound to heal is to leave it exposed to oxygen and, hence, a bandage is the worst thing you can do to it.</p>
<p>A couple of days ago i took a big crash while going downhill on my bike (for gore lovers, check out the <a href="http://www.flickr.com/photos/nocivus/4738588371/">picture of my arm</a>) and ended up with my right shoulder and elbow completely scratched. The elbow is a no brainer in the summer; since i use a t-shirt all day, it can just go around with Betadine on it and heal normally. The problem is the shoulder. Since i don&#8217;t usually like to use <a href="http://www.blackpool-logos.com/prodimages/5580.jpg">tank tops</a> in my everyday life, it would be hard for my clothes not to get soaked in a mixture of blood and Bepanthene/Betadine.</p>
<p>Now, here&#8217;s an idea: why not create a bandage that is open everywhere, except in its boundaries &#8211; so that the wound can normally &#8220;breathe&#8221; and at the same time not be in contact with the clothes?</p>
<div id="attachment_1008" class="wp-caption alignright" style="width: 410px"><a href="http://pedroassuncao.com/wp-content/uploads/2010/06/what_i_want.jpg"><img class="size-full wp-image-1008" title="The bandage i needed" src="http://pedroassuncao.com/wp-content/uploads/2010/06/what_i_want.jpg" alt="The bandage i needed" width="400" height="200" /></a><p class="wp-caption-text">The bandage i needed</p></div>
<p>I kind had to <a href="http://www.cracked.com/article_17251_the-10-coolest-foreign-words-english-language-needs_p2.html">pull a Mcggyver</a> (check the last entry) and improvise one this morning. It works marvelously. I think i should start selling these things <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="shr-publisher-1006"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2010%2F06%2Fnew-kind-of-bandages%2F' data-shr_title='A+new+kind+of+bandages%3F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2010%2F06%2Fnew-kind-of-bandages%2F' data-shr_title='A+new+kind+of+bandages%3F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://pedroassuncao.com/2010/03/altruistic-usb-plug/' rel='bookmark' title='Altruistic USB plug'>Altruistic USB plug</a></li>
<li><a href='http://pedroassuncao.com/2010/07/feedsquares-a-refreshing-view-for-google-reader/' rel='bookmark' title='Feedsquares: A refreshing view for Google Reader'>Feedsquares: A refreshing view for Google Reader</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pedroassuncao.com/2010/06/new-kind-of-bandages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My blog in the old geocities age</title>
		<link>http://pedroassuncao.com/2010/04/my-blog-in-the-old-geocities-age/</link>
		<comments>http://pedroassuncao.com/2010/04/my-blog-in-the-old-geocities-age/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 11:51:58 +0000</pubDate>
		<dc:creator>Pedro Assunção</dc:creator>
				<category><![CDATA[experiments]]></category>
		<category><![CDATA[findings]]></category>

		<guid isPermaLink="false">http://diffract.me/2010/04/my-blog-in-the-old-geocities-age/</guid>
		<description><![CDATA[ I recently came across this devilish we application that turns any website into a version that could have been hosted on geocities a long, long time ago. ...  I just laughed my @ss off looking at the "Bill Gates is the devil" image on the right :D 


Related posts:<ol><li><a href='http://pedroassuncao.com/2011/09/new-blog-layout/' rel='bookmark' title='New blog layout'>New blog layout</a></li>
<li><a href='http://pedroassuncao.com/2010/04/irony-of-searches-and-one-ipad-visit-to-my-blog/' rel='bookmark' title='Irony of searches and one iPad visit to my blog'>Irony of searches and one iPad visit to my blog</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I recently came across this devilish we application that turns any website into a version that could have been hosted on geocities a long, long time ago. If you wanna see what this blog would look like <a href="http://wonder-tonic.com/geocitiesizer/content.php?theme=2&amp;music=10&amp;url=diffract.me">click here</a>. I just laughed my @ss off looking at the &#8220;Bill Gates is the devil&#8221; image on the right <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<div class="shr-publisher-991"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2010%2F04%2Fmy-blog-in-the-old-geocities-age%2F' data-shr_title='My+blog+in+the+old+geocities+age'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fpedroassuncao.com%2F2010%2F04%2Fmy-blog-in-the-old-geocities-age%2F' data-shr_title='My+blog+in+the+old+geocities+age'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->

<p>Related posts:<ol><li><a href='http://pedroassuncao.com/2011/09/new-blog-layout/' rel='bookmark' title='New blog layout'>New blog layout</a></li>
<li><a href='http://pedroassuncao.com/2010/04/irony-of-searches-and-one-ipad-visit-to-my-blog/' rel='bookmark' title='Irony of searches and one iPad visit to my blog'>Irony of searches and one iPad visit to my blog</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pedroassuncao.com/2010/04/my-blog-in-the-old-geocities-age/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

