<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0"><channel><title><![CDATA[João Bordalo blog feed]]></title><description><![CDATA[Latest posts by João Bordalo.]]></description><link>http://joaobordalo.com</link><lastBuildDate>Tue, 20 Dec 2022 14:15:20 GMT</lastBuildDate><pubDate>Tue, 20 Dec 2022 14:15:20 GMT</pubDate><ttl>1</ttl><generator>Meteor RSS Feed</generator><item><title><![CDATA[Explain Bitcoin like I’m 10]]></title><description><![CDATA[<p>  <strong>How can I buy Bitcoin?</strong><br />  Generate a password, and then pay someone to send bitcoins to that password.</p><p>  <strong>A password?! That's it?</strong><br />  Yep, that's it.</p><p>  <strong>What do you mean with "send to a password"?</strong><br />  It means those bitcoins now belong to the owner of that password.</p><p>  <strong>What if someone finds my password?</strong><br />  Then he will be able to spend your bitcoins.</p><p>  <strong>How hard will it be to try all possible passwords to check if they have bitcoins?</strong><br />  Really hard, it would take hundreds of thousands of years to do it. There are a lot of different possible passwords available. If you choose your password at random - and don’t use your birthday - you're safe.</p><p>  <strong>How many different possible passwords are there?</strong><br />  Almost 2^256, or in numbers you understand, 115,792,089,237,316,195,423,570,985,008,687,907,852,837,564,279,074,904,382,605,163,141,518,161,494,336. That's higher than the number of atoms in the perceived universe.</p><p>  <strong>But wait, you told me that to get some bitcoins, I had to pay someone for him to send his bitcoins to my password. So, he must know my password, right?</strong><br />  No, absolutely not. Bitcoin uses mathematics to transform your password (also known as a private key) into a public key. These two keys are related, but totally different. It's really easy to get a public key from a private key. But it's impossible to guess a private key from his public key. So what you do is ask that guy to send his bitcoin to your public key, instead of your private key, thus keeping it secret.</p><p>  <strong>Send to the public key?! But if it's public, everyone will know about it! How are my bitcoins secured then?</strong><br />  Because you asked that guy to send the bitcoins not to the public key itself, but to a script.</p><p>  <strong>A script? What is that?</strong><br />  Imagine your public key as a word. One can say "These bitcoins now belong to these public key X". But with Bitcoin script, we can build sentences. So, instead, we can say "These bitcoins now belong to <strong>who proofs to own the private key where its public key is the same as this public key X</strong>". That sentence in bold is what we call the <i>unlocking script</i>.</p><p>  <strong>Sentences instead of words? That sounds interesting.</strong><br />  Yes, it is. There are different sentences in use nowadays in Bitcoin, but I will explain this to you when you're 11. For the meantime, let's stay with the basics: a) you need a password, or as you now know, a pair of keys (public and private), b) you pay someone to send his bitcoins to your public key, and c) you don't need to show him the private key. Only the script and your public key are recorded, in what is called a <i>transaction</i>.</p><p>  <strong>So a transaction happens when some bitcoins change ownership?</strong><br />  Exactly. A transaction has two parts: inputs and outputs. Input are all the bitcoins entering the transaction. These bitcoins will change ownership. Remember, the owner has to prove he owns these bitcoins, by satisfying the unlocking script. The output defines the new ownership of the bitcoins referenced in the input.</p><p>  <strong>We can have more than one input and more than one output? Why?</strong><br />  Imagine you have 2 private keys, each "owning" 5 bitcoins. You want to buy something that costs 7 bitcoins. You create a transaction with those 2 private keys on the input, which gives you 10 bitcoins in total. On the output, you define that 7 will belong to the public key of the seller, and 3 to your public key again (it's your change).</p><p>  <strong>But now everyone can see that my bitcoins belong to this public key. Is that ok?</strong><br />  If you use the same public key for every bitcoin you receive, people will know that they belong to the same person. So you should generate a new pair of keys for every bitcoin you receive. Even the public key for your change should be different.</p><p>  <strong>A new password for every bitcoin I receive? That's a nightmare!</strong><br />  No it isn't, if you use a Bitcoin wallet to manage all your passwords.</p><p>  <strong>A wallet? What's that?</strong><br />  You know what a browser is, right?</p><p>  <strong>Yeah, it allows me to access the World Wide Web.</strong><br />  Exactly, and a Bitcoin wallet it's just like a browser, but to access the Bitcoin network.</p><p>  <strong>So, my bitcoins are stored in that wallet?</strong><br />  Not your bitcoins, your passwords. Your bitcoins are registered on the network as belonging to your passwords, so you just need to take care of your passwords.</p><p>  <strong>So, if I lose my wallet, and so my passwords, I lose my bitcoins?</strong><br />  Yeah. That's why it is so important to backup your passwords.</p><p>  <strong>But with a new password for every time someone sends me bitcoins, there are always new passwords being generated. How can I backup something that's always changing?</strong><br />  Because in Bitcoin there's a concept of a super master password. If you backup that, you'll be able to access all your used (and future) passwords. This super master password is called a <i>seed phrase</i>.</p><p>  <strong>Future passwords? Really?</strong><br />  That's the beauty of Elliptic Curve Cryptography. But I will explain that to you when you're 12.</p><p>  <strong>What if my wallet app disappears? Like if the company which made the app go bankrupt?</strong><br />  You just install another wallet and add the seed phrase to it. The new wallet will then be able to know all your passwords, and will be able to scan the network and find your bitcoins there.</p><p>  <strong>But where do wallets see this? Where is that information recorded?</strong><br />  In a database, or how we call it, a <i>ledger</i>.</p><p>  <strong>A database? What's that?</strong><br />  It's a place where information is stored. You know that Google spreadsheet where I keep your school grades? The one I share with you and your mother? That's a database. Imagine that there's a Google spreadsheet where every transaction is recorded. Imagine that anyone in the world could read that Google spreadsheet. Anyone, with no restrictions. But no one could edit it.</p><p>  <strong>Yeah, like tweeting the public link of the spreadsheet.</strong><br />  Exactly, everyone could read all the sheets from the spreadsheet and verify all transactions.</p><p>  <strong>Verify all transactions?</strong><br />  Yeah, all transactions must be registered in this spreadsheet and can be validated. And you should validate all transactions, to be sure you don't have a fake spreadsheet. You want to be sure the transaction changing ownership of the bitcoins to you is there. Before sending the money. For this to work the spreadsheet must be non editable.</p><p>  <strong>That's ok, no one can edit the spreadsheet, they only have read access.</strong><br />  Except of course, for the owner of the spreadsheet. The one who sent the link initially. He can do whatever he wants with it.</p><p>  <strong>The owner? I forgot about him. But, in that case, we have to trust him to be honest?</strong><br />  No, we don't. Bitcoin solved the problem by not having an owner, and by distributing the ledger. There is not one, but more than 100.000 copies of the ledger distributed around the world. These copies run in computers we call <i>nodes</i>.</p><p>  <strong>So nodes maintain copies of the ledger around the world?</strong><br />  Yes, and they validate transactions.</p><p>  <strong>How do they know they have the correct spreadsheet?</strong><br />  Because all transactions are valid, and no one can change what's written there.</p><p>  <strong>No one can write to it? How come?</strong><br />  I didn't say no one can write to it, I said no one can change what's written there. Pay attention please.</p><p>  <strong>Hu? What's the difference?</strong><br />  Well, you cannot change what's written there, but you can add information there. Like with your school grades spreadsheet. Do you know how your school grade spreadsheet has several sheets?</p><p>  <strong>Yes, one for each school period.</strong><br />  Exactly. After I enter your grades, I don't need to change them. They will not change. And in the next period, I just add a new sheet to the spreadsheet with the new grades. Without touching the previous sheets.</p><p>  <strong>So, you can never change anything, but you can always add information on top?</strong><br />  Clever boy.</p><p>  <strong>Why is that important?</strong><br />  Because after a transaction is stored in a new sheet, it cannot be changed. Imagine the guy you pay for your bitcoins afterwards changes the transaction to another public key. You no longer control/own those bitcoins, and you lost your money. It's of paramount importance the immutability of the spreadsheet.</p><p>  <strong>So, will my transaction appear in a new sheet in this spreadsheet?</strong><br />  Yes, sooner or later.</p><p>  <strong>Sooner or later? How come?</strong><br />  Well, someone needs to write the new sheet, right? But who? To solve this, Bitcoin runs a lottery every 10 minutes. Whoever wins it gains the right to add a new sheet to the spreadsheet. So, your transaction will only appear after this lottery finishes. And even then, it may not see it in the new sheet. If there are a lot of transactions waiting to be included in a sheet, you will have to wait.</p><p>  <strong>Why aren't all new transactions in the new sheet?</strong><br />  Because sheets have a limit in size. If there are too many transactions to be included, a selection must be made. The winner of the lottery is free to choose which transactions he wants to include in the new sheet. You know, we should start calling these sheets <i>blocks</i>, that's their real names.</p><p>  <strong>Can't we bribe the lottery winner?</strong><br />  Bribery? What do they teach you in school nowadays?</p><p>  <strong>...</strong><br />  Actually, we can, and it's quite easy. When you define a transaction, you can define your output inferior to your input. This way, you are telling the lottery winner he can keep the difference. Of course, lottery winners will choose those transactions with a higher difference.</p><p>  <strong>How are new bitcoins generated?</strong><br />  In this 10 minute lottery. The winner also gains some bitcoins as a prize, and this it's the only way new bitcoins are born.</p><p>  <strong>So, every 10 minutes some bitcoins are born?</strong><br />  Yes. It’s called the <i>block subsidy</i>, and these new bitcoins belong to the lottery winner. When Bitcoin started, the block subsidy was 50 bitcoins. Every 210.000 blocks (more or less 4 years) this block subsidy is cut in half. Nowadays the block subsidy is 6.25 bitcoins, and in 2024 it will be cut to 3.125 bitcoins.</p><p>  <strong>So, how many bitcoins will ever be generated?</strong><br />  Almost 21 millions.</p><p>  <strong>That’s it? 21 millions?</strong><br />  Yes, 21 millions in round numbers, no more no less.</p><p>  <strong>And why 21 million?</strong><br />  Nobody knows. Satoshi Nakamoto, the guy who invented this, decided it. It was easy to get any other number. If for instance he wanted to be 42 millions, all was needed was to start with a block subsidy of 100 bitcoins instead of 50. Or if he wanted it to be 16 millions, just halved the block subsidy every 160.000 blocks instead of 210.000. The truth is, nobody really knows.</p><p>  <strong>Can’t we ask him?</strong><br />  Nopes. He disappeared shortly after announcing Bitcoin.</p>]]></description><link>/articles/2020/03/02/explain-bitcoin-like-I-am-10</link><pubDate>Mon, 02 Mar 2020 11:09:38 GMT</pubDate></item><item><title><![CDATA[Analysis of Bitcoin Cash double spends]]></title><description><![CDATA[<p>  <strong>Bitcoin Cash double spends</strong></p><p>  Double spend is when a set of coins is spent in more than one transaction.  This can happen for various reasons, but one of the reasons is fraud attempts.</p><p>  Bitcoin Cash accepts 0-conf payments, which I consider insecure by default.  But I would like to have some data to support this, so I went looking.</p><p>Since someone developed a website for detecting double spends on the Bitcoin Cash network,I decided to scrape it and get some numbers from it. The site in question is:</p><p><a href="https://doublespend.cash/">https://doublespend.cash/</a></p><p><strong>Numbers</strong></p><ul>  <li>Date of first transaction, 2018-02-13 11:34:44 +0000</li>  <li>Date of last transaction, 2018-08-22 06:31:53 +0100</li>  <li>Period, 189 days </li>  <li>Number of attempts, 387</li>  <li>Successful double spends, 109 (28%)</li></ul><p><strong>Files</strong></p><p>Feel free to clone the <a href="https://github.com/bordalix/scrape_doublespend_cash">GitHub repo</a> and use it at your own will.</p><ul>  <li>    <a href="https://github.com/bordalix/scrape_doublespend_cash/blob/master/scrape.rb">scrape.rb</a>,    a ruby script, scrapes the website and writes to a json file  </li>  <li>    <a href="https://github.com/bordalix/scrape_doublespend_cash/blob/master/output.json">output.json,</a>    file with all transactions in JSON format  </li>  <li>    <a href="https://github.com/bordalix/scrape_doublespend_cash/blob/master/stats.rb">stats.rb</a>,    parses the output.json file and delivers some stats  </li></ul>]]></description><link>https://joaobordalo.com/articles/2018/08/23/analysis-of-bitcoin-cash-double-spends</link><pubDate>Thu, 23 Aug 2018 10:42:53 GMT</pubDate></item><item><title><![CDATA[Nintendo Switch, meet cardboard]]></title><description><![CDATA[<p>  What a <a href="https://labo.nintendo.com/">clever idea</a>. The possibilites are endless. Well played Nintendo.</p><div class="placeholder">  <iframe title="Nintendo Switch, meet cardboard" width="480" height="300" src="https://www.youtube.com/embed/P3Bd3HUMkyU" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe><div>"]]></description><link>https://joaobordalo.com/articles/2018/01/19/nintendo_switch_meet_cardboard</link><pubDate>Fri, 19 Jan 2018 10:55:04 GMT</pubDate></item><item><title><![CDATA[Buy men's underwear and help an athlete]]></title><description><![CDATA[<p>Today I'm proud to announce <a href="http://hatitude.pt">http://hatitude.pt</a>, the place where you help an athlete every time you buy men's underwear. The idea was presented to me by <a href="http://hatitude.pt/athlete/hagah">Hugo</a>. I loved it, and so I decided to help him by developing the website.</p><p><strong>The problem</strong></p><p>As you might know, only a couple of sports - like football - have financial help and support. There are thousands of amateur (and courageous) athletes out there, who have to work, train, go to competitions, sleep, and find some time to have some sort of a personal life. And the day only has 24 hours.</p><p><strong>The solution</strong></p><p>Each time you buy men's underwear at <a href="http://hatitude.pt">http://hatitude.pt</a>, the first thing you do is to choose the athlete you want to help. You can search athletes by name, region or sport. After choosing your athlete, of everything you buy, 25% of the value will be delivered to him. This way you not only get your underwear (made in Portugal, high quality stuff) but you have also helped an athlete.</p><p>If you're an amateur athlete, you can now sign-in at <a href="http://hatitude.pt/sponsorship">http://hatitude.pt</a> and request to be added to the list of athletes. Hugo will guide you through the necessary steps, and have you added to the system. Afterwards, you'll get your unique URL, and you just have to pass it through your family and friends.</p><p><strong>Portugal</strong></p><p>Currently, the website is focused on Portugal and Portuguese athletes.</p><p><strong>Shameless plug</strong></p><p>I developed all the design, code, hosting and integration with the payment service providers (Credit Card, Paypal and Multibanco). If you have an idea and want to create something, talk to me.</p>]]></description><link>https://joaobordalo.com/articles/2017/10/02/Buy_men_s_underwear_and_help_an_athlete</link><pubDate>Mon, 02 Oct 2017 10:44:09 GMT</pubDate></item><item><title><![CDATA[License to steal]]></title><description><![CDATA[<p>Every now and then people ask me for iOS versions of my mobile apps.</p><p>I don't build them, due to the following text in the <a href="https://developer.apple.com/programs/terms/apple_developer_agreement.pdf">Apple Developer Agreement</a>:</p><blockquote>11. Apple Independent Development. Nothing in this Agreement will impair Apple’s right todevelop, acquire, license, market, promote or distribute products, software or technologies thatperform the same or similar functions as, or otherwise compete with, any other products, softwareor technologies that you may develop, produce, market, or distribute. In the absence of a separatewritten agreement to the contrary, Apple will be free to use any information, suggestions orrecommendations you provide to Apple pursuant to this Agreement for any purpose, subject to anyapplicable patents or copyrights. </blockquote><p>In a nutshell, if you agree with the terms (and you have to if you want to publish something in the App Store), you are granting Apple a <strong>license to steal</strong> your idea/app.</p><p>Am I being paranoid? It already happened with <a href="https://thehustle.co/apple-developers-steal">Breathe and F.lux</a>.</p><p>Android terms doesn't have this, so here you have it, this is why I don't publish my apps on the App Store.</p>]]></description><link>https://joaobordalo.com/articles/2017/04/05/license_to_steal</link><pubDate>Wed, 05 Apr 2017 10:36:34 GMT</pubDate></item><item><title><![CDATA[Where to surf today]]></title><description><![CDATA[<p><strong>The problem:</strong></p><p>Imagine you are in Portugal, you want to go surfing, but you don't know where the best waves are.</p><p>What do you do?</p><p>  Well, you open your surf guide, see what surf spots are near enough, search for a beachcam on that spot,  and after some thorough evaluation, you finally decide where to go. Now it's time to search for the spot  on Google Maps, and get some directions.</p><p>Wouldn't be great if there was a simpler way of doing all this?</p><p><strong>Well, there is.</strong></p><p>That's why I made <a href="https://wheretosurftoday.com/">https://wheretosurftoday.com</a> some time ago.</p><img alt="wheretosurftoday.com homepage screenshot" data-src="/files/wtst_hp.png" width="480" style="border:1px solid #ddd"><p class="is-graphic-legend">wheretosurftoday.com homepage</p><p><strong>And how exactly it solves the problem?</strong></p><p>After you give authorization to the website to access your location, you will get:</p><ul>  <li>133 surf spots covering all the portuguese coast, north to south;                       </li>  <li>Access to the beachcam link, if one exists;                                             </li>  <li>Specific information about the spot, useful to every surfer;                            </li>  <li>Direct links to Google Maps, with the exact coordinates;                                </li>  <li>Every spot has its own weather and swell forecast, in 3 hours slots;                    </li>  <li>Surf score taking into consideration the spot specifics and forecast;                   </li>  <li>Search based on geolocation (show only spots near enough);                              </li>  <li>Navigate using the built in map;                                                        </li>  <li>Hassle free, you don't need to sign up whatsoever, no ads;                              </li>  <li>Easier to type domain, <a href="https://wtst.info">https://wtst.info</a>.               </li></ul> <p>  There is also an <a href="https://play.google.com/store/apps/details?id=com.id1s3e5v51g2mink1kolsdq">Android app</a> available.  The big advantage of using the mobile app is that geolocation is a lot more accurate (since it can use the device GPS).</p><p><strong>What's new?</strong></p><p>Today is the launch of version 3.0, with adds the following features:</p><ul>  <li>A detailed forecast with score for the next 48 hours (every 3 hours); </li>  <li>More information: sunrise, sunset, air and sea temperatures;          </li>  <li>More beachcams - now with 54 spots (in 133) covered;                  </li>  <li>Easy navigation to previous and next spot;                            </li></ul><img src="/files/forecast.jpg" width="480" style="border:1px solid #ddd"><p class="is-graphic-legend">Detailed forecast</p><img src="/files/beachcam.jpg" width="480" style="border:1px solid #ddd"><p class="is-graphic-legend">Beachcam and map pointers</p><img src="/files/nav.jpg" width="480" style="border:1px solid #ddd"><p class="is-graphic-legend">Navigation to previous and next spot</p>]]></description><link>https://joaobordalo.com/articles/2017/03/29/where_to_surf_today</link><pubDate>Wed, 29 Mar 2017 04:25:32 GMT</pubDate></item><item><title><![CDATA[Best ELI5 Blockchain video]]></title><description><![CDATA[<p>I'm following the Blockchain revolution for quite some time now. I even took a <a href="https://piazza.com/princeton/spring2015/btctech/home">Princeton online course</a> in the Spring of 2015, which I highly recommend, if you want to understand how it works at a technical level.</p><p>Every time someone asks me to explain why am I so excited about it, I would like to have some quick easy way of explaining it, or maybe some link to point to.</p><p>Today I've found the best, Explain Like I'm Five, Blockchain video, and I'm putting it here for convenience. Watch it, it only takes 10 minutes:</p><iframe title="Best ELI5 Blockchain video" width="480" height="300" data-src="https://www.youtube.com/embed/LdOcXXB48fI" frameborder="0" allowfullscreen></iframe>]]></description><link>https://joaobordalo.com/articles/2016/12/12/best_eli5_blockchain_video</link><pubDate>Mon, 12 Dec 2016 12:36:52 GMT</pubDate></item><item><title><![CDATA[Changing gears]]></title><description><![CDATA[<p>Almost 10 years ago, me and some friends created excentric, a digital marketing agency. It was a big adventure, with ups and downs, with some huge successes and some defeats. We were able to put together an amazing team of really talented people, who sticked together on the bad moments and were capable of partying like animals when the situation deserve it. Thank you guys, you are the best.</p><p><strong>But my role on it is now over</strong></p><p>excentric merged with Grey, a WPP agency, back in 2013 giving birth to <a href="http://excentricgrey.com/">excentricGrey</a>, and for me it was fun to get back to the multinational world. But I missed the hands on, get your hands dirty, you know, being a doer instead of an enabler. </p><p>excentricGrey is now fully owned by WPP, and since the first of January I'm no longer part of the company.</p><p><strong>Changing gears</strong></p><p>My wife and I decided that I should stop for some time. Our third kid was on his way (borned in late February), so it was better for us if I could stick around to help. In the meantime, I started to poke around with some side projects that were in the drawer, learn new skills, and start building stuff.</p><p><strong>First of all, design the new resume</strong></p><p>I started working with the Internet in 1996. In 20 years, I made a lot of different things, had a lot of different roles and learned a lot of different technologies and skills. In summary, it's a mess, and is hard to fit it into one single bucket. So I tried to solve it by putting my entire IT career in <a href="//joaobordalo.com/files/cv2016.png">a graphic</a>. It was a fun problem to crack, and as a bonus, I’ve learned a lot about vector images (the CV is fully scalable).</p><p><strong>My first (published) mobile app</strong></p><p>Every day I had to go the office, I had to go by a bridge, the 25 de Abril bridge (in Lisbon). And every day was a lottery, I didn't knew how traffic would be. It could take me 32 minutes to get to the office, or it could take me 2 hours. And the unknown is a big source of stress for me.</p><p>The company who runs the highway that ends on the bridge have traffic cams, but the website interface was awful and cumbersome (there's a new website, but some of the original problems persist). So I decided to make a mobile app, for personal use, which would get the images from that website, present them in order, in one single page. And I use it every day for years.</p><p>Some friends saw it, and those who got the same problem asked for a copy, so I sent the apk to some of them. Those who had iPhones had no luck, since I only made the Android version. And people start saying that I should publish the app. So I did. Since last week, <a href="http://play.google.com/store/apps/details?id=com.id1tpnpcj1ylo4kbx4m88o">25deAbril is available for install</a> in Google Play, for free.</p><p><strong>Surf and math</strong></p><p>Surfing is more than a sport, it can be a mystical experience. It's hard to master, but when you manage to get up and ride some waves, you feel like the king of the world. But surf is also hard because it depends - a lot - on the weather conditions. There are a lot of factors in play, in order for you to have good waves to surf, and I always got attracted by this complexity.</p><p>After some study and experimentation, I started to be able to predict when and where the best waves would be. And my live as a surfer got a major upgrade. It's all about swell direction and swell size, crossed with the beach type of bottom, and beach orientation, multiplied by the wind speed and direction. Pretty simple, hum? Ok, if your name is Sheldon, I should warning you that I was being ironic.</p><p>So I coded this type of algorithm and dress it with a website, properly named Where To Surf Today, where you can see the best beaches to surf today (and tomorrow), shown by location (after all, you are interested in the best surf near you, right?). For weeks I checked the algorithm results with real time conditions, and fine tuned until I got pretty satisfied. It only have beaches in Portugal (at least for now), and I've just released <a href="https://wheretosurftoday.com/">version 2.0</a>.</p><p><strong>One last thing</strong></p><p>Online betting is getting hot, a lot. You can bet on casinos, sports and even fantasy. You can bet with money, with credits, or be part of a fantasy league. Placard, the new betting game by the portuguese lottery is a huge success. New laws and operation licences are being drafted in Portugal, and in the summer there will be dozens of new players on the market. Did I say it's getting hot?</p><p><a href="http://betli.ga/">Betliga</a> is a website I’m developing, which is now in pre-release mode, where you don’t bet (so kids can play it), you pick. There are football games (Portuguese League and Uefa Champions League for now), where you can have 3 picks: pick the winner, pick the number of goals scored, and pick if one, all or none of the teams score. For each pick you have 3 options, so it’s a very simple game.</p><p>After a game is closed, and its result known, the odds for the game are calculated and each player earns points if he got it right. There are competitions based on the week classification, month and season, some badges, the hattricks ranking (when a player gets all 3 picks right), and classifications for people with more opinions, likes and reach. Yes, being social is also prized here.</p><p>Targeting beginners, there are a lot of contextual help across the site, explaining the principles of the game, and teaching some betting concepts (like, for instance, how odds are calculated). People don’t have to manage credits, or decide how much they want to bet in a game. They just pick.</p><p>People can gather in groups, and create private leagues, where the classifications (and other scores) are calculated considering only the members of the group. This is great for groups of friends and family to finally know who knows best about football. </p><p>The regular season is ending, there are 2 more fixtures in the Portuguese League, and a handful of games in the UCL, but you still can join and have some fun at <a href="http://betli.ga/">http://betli.ga</a> </p><p>Everything will be ready for the Euro, hope to see you there.</p>]]></description><link>https://joaobordalo.com/articles/2016/05/11/changing_gears</link><pubDate>Wed, 11 May 2016 01:54:53 GMT</pubDate></item><item><title><![CDATA[3D painting]]></title><description><![CDATA[<p>While I still think VR has a long way to go, this new product from Google, <a href="http://www.tiltbrush.com/">Tilt Brush</a>, got me thinking. As they state in their website, <i>Tilt Brush lets you paint in 3D space with virtual reality. Your room is your canvas. Your palette is your imagination. The possibilities are endless.</i>.</p><p>Hard to imagine it? Don't worry, there's a video:</p><iframe title="3D painting" width="480" height="300" data-src="https://www.youtube.com/embed/TckqNdrdbgk" frameborder="0" allowfullscreen></iframe>]]></description><link>https://joaobordalo.com/articles/2016/05/06/3D_painting</link><pubDate>Fri, 06 May 2016 10:35:27 GMT</pubDate></item><item><title><![CDATA[Is it a bird?]]></title><description><![CDATA[<p>  Is it a plane? No, is Alexandru Duru, a Montrealer, flying 250 meters in a  hoverboard, thus breaking the Guiness World Record for farthest flight in a  hoverboard by fivefold. Could this be the future of personal traveling?  Watch the video:</p>  <iframe title="Is it a bird?" width="480" height="300"        src="https://www.youtube.com/embed/Bfa9HrieUyQ"        frameborder="0" allowfullscreen></iframe>]]></description><link>https://joaobordalo.com/articles/2015/06/02/is-it-a-bird</link><pubDate>Tue, 02 Jun 2015 09:42:23 GMT</pubDate></item><item><title><![CDATA[Project Jacquard]]></title><description><![CDATA[<p>For the first time in many years, I posting twice in the same day. Another project announced at the <a href="https://events.google.com/io2015/">Google I/O</a>, this time concerning fabrics, touch sensitive fabrics. The guys from ATAP are surely kicking ass:</p><iframe width="480" height="300" src="https://www.youtube.com/embed/qObSFfdfe7I" frameborder="0" allowfullscreen></iframe>]]></description><link>https://joaobordalo.com/articles/2015/05/29/project-jacquard</link><pubDate>Fri, 29 May 2015 02:09:50 GMT</pubDate></item><item><title><![CDATA[Welcome Soli]]></title><description><![CDATA[<p>Google just announced his Project Soli. In a nutshell, is a radar so small it can be integrated in a smart watch, works through materials, and is able to detect micro movements.  It's like the <a href="https://www.leapmotion.com/">Leap Motion</a>, but in nano scale. The potencial here is huge. See the video:</p><iframe width="480" height="300" src="https://www.youtube.com/embed/0QNiZfSsPc0" frameborder="0" allowfullscreen></iframe>]]></description><link>https://joaobordalo.com/articles/2015/05/29/welcome-soli</link><pubDate>Fri, 29 May 2015 01:57:45 GMT</pubDate></item><item><title><![CDATA[Windows Holographic]]></title><description><![CDATA[<p>Holy shit! During the morning I found an <a href="http://www.fastcodesign.com/3041174/48-crazy-ui-ideas-coming-from-the-500-million-stealth-startup-magic-leap">article about patents from Magic Leap</a>, and spent the rest of the day drooling. But 20 minutes ago, I got totally flabbergasted:</p><script height="370px" width="480px" src="http://player.ooyala.com/iframe.js#ec=U3MGJ3cjpKzhKMTesDPdJpOJx2i87n23&pbid=dcc84e41db014454b08662a766057e2b"></script><p>I so want to give you my money.</p>]]></description><link>https://joaobordalo.com/articles/2015/01/21/windows-holographic</link><pubDate>Wed, 21 Jan 2015 01:40:15 GMT</pubDate></item><item><title><![CDATA[Tangible media]]></title><description><![CDATA[<p>Uau, double uau. The guys from MIT did it again:</p><iframe width="480" height="300" src="//www.youtube.com/embed/lvtfD_rJ2hE" frameborder="0" allowfullscreen></iframe><p>We are a step closer to <i>distanceless sex&trade;</i>.]]></description><link>https://joaobordalo.com/articles/2014/01/21/tangible-media</link><pubDate>Tue, 21 Jan 2014 08:15:58 GMT</pubDate></item><item><title><![CDATA[WiTrack, 3D motion tracking]]></title><description><![CDATA[<p><a href="http://witrack.csail.mit.edu/">WiTrack</a> is a device that tracks the 3D motion of a user from the radio signals reflected off her body. It works even if the person is occluded from the WiTrack device or in a different room.</p><p>WiTrack localizes the center of a human body to within 10 to 13 cm in the x and y dimensions (about the size of an adult hand), and 21 cm in the z dimension. It also provides coarse tracking of body parts, identifying the direction of a pointing hand with a median of 11.2 degrees. </p><p>Great for gaming, controlling household appliances and elderly monitoring & fall detection.</p><p>Watch the video and be amazed with the accuracy:</p><iframe width="480" height="300" src="//www.youtube.com/embed/sbFZPPC7REc" frameborder="0" allowfullscreen></iframe>]]></description><link>https://joaobordalo.com/articles/2014/01/06/witrack-3d-motion-tracking</link><pubDate>Mon, 06 Jan 2014 01:42:02 GMT</pubDate></item><item><title><![CDATA[Da Vinci would be proud]]></title><description><![CDATA[<p>In 1980, the American Helicopter Society (AHS) International established the AHS Sikorsky Prize, which would award the first human powered helicopter to meet the following requirements:</p><ul><li>The flight must last 60 seconds or more;</li><li>The aircraft must reach at least 3 meters of altitude;</li><li>The center point of aircraft must stay inside a 10x10 meters square.</li></ul><p>For 33 years a lot of people tried to win the prize, and on June 13th 2013 the award was finnaly won by AeroVelo, a team of students and professors from the University of Toronto.</p><p>Here is the video:</p><iframe width="480" height="300" src="//www.youtube.com/embed/syJq10EQkog" frameborder="0" allowfullscreen></iframe><p>Congratulations guys, Da Vinci would be proud.</p>]]></description><link>https://joaobordalo.com/articles/2013/07/16/da-vinci-would-be-proud</link><pubDate>Tue, 16 Jul 2013 09:37:31 GMT</pubDate></item><item><title><![CDATA[Moto X leaked video]]></title><description><![CDATA[<p>A Roger's commercial about the Moto X leaked, and some of the features for the new Motorola (now a Google company) smartphone are presented:</p><iframe width="480" height="300" src="//www.youtube.com/embed/2TGJx4Ad8Lo" frameborder="0" allowfullscreen></iframe><p>For Apple fans, this is a nice way to know in advance what features will have the new iPhone ;p</p>]]></description><link>https://joaobordalo.com/articles/2013/07/15/moto-x-leaked-video</link><pubDate>Mon, 15 Jul 2013 09:46:17 GMT</pubDate></item><item><title><![CDATA[Google Glass next steps]]></title><description><![CDATA[<p>It's just a video with some new apps and concepts for Google Glass, by <a href="http://playgroundinc.com/">Playground Inc</a>. Have I told you already <a href="//joaobordalo.com/articles/2013/02/21/ok-glass-post-video-to-blog">how excited I am with this</a>?</p><iframe width="480" height="300" src="//www.youtube.com/embed/S80mE3kQTJ0" frameborder="0" allowfullscreen></iframe>]]></description><link>https://joaobordalo.com/articles/2013/05/17/google-glass-next-steps</link><pubDate>Fri, 17 May 2013 05:45:59 GMT</pubDate></item><item><title><![CDATA[Space Oddity in the ISS]]></title><description><![CDATA[<p>Watching this gave me the chills, with the music being one of my all time favorites and the fact that its recorded in the International Space Station. I just can't resist myself and had to post it:</p><iframe width="480" height="300" src="//www.youtube.com/embed/KaOC9danxNo" frameborder="0" allowfullscreen></iframe>]]></description><link>https://joaobordalo.com/articles/2013/05/17/space-oddity-in-the-iss</link><pubDate>Fri, 17 May 2013 05:39:32 GMT</pubDate></item><item><title><![CDATA[One minute in the Internet]]></title><description><![CDATA[<p>Gosh, I still remember when you were born, and now you are so grown up...</p><p>Nice <a href="http://scoop.intel.com/what-happens-in-an-internet-minute/">infographic from Intel</a> with what happens in the Internet in a sigle minute.</p><a href="//joaobordalo.com/files/infographic_1080_logo.jpg"><img src="//joaobordalo.com/files/infographic_1080_logo.jpg" width="480"></a>]]></description><link>https://joaobordalo.com/articles/2013/03/21/one-minute-in-the-internet</link><pubDate>Thu, 21 Mar 2013 02:27:56 GMT</pubDate></item><item><title><![CDATA[Samsung Galaxy S4]]></title><description><![CDATA[<p>A quick post to celebrate the launch of the Samsung Galaxy S4, full of innovative features, and to mark <a href="http://www.apple.com/iphone/why-iphone/">the day Apple started playing defense</a>:</p><iframe width="480" height="300" src="//www.youtube.com/embed/2LHv1FPd1Ec" frameborder="0" allowfullscreen></iframe>]]></description><link>https://joaobordalo.com/articles/2013/03/17/samsung-galaxy-s4</link><pubDate>Sun, 17 Mar 2013 04:47:12 GMT</pubDate></item><item><title><![CDATA[Google owe us the Reader]]></title><description><![CDATA[<p>Like everyone knows by now, <a href="http://googlereader.blogspot.pt/2013/03/powering-down-google-reader.html">Google announced it will retire Google Reader on July 1st</a>. For me, this are very bad news, since I strongly rely on Reader to get access and organize my feed of information.</p><p>I've been working with the Internet since before the invention of the World Wide Web, and, call me old school, I still heavily believe in RSS feeds to get information, since I don't believe in social media and services like <a href="http://flipboard.com">Flipboard</a> to get fresh, relevant information about all the different topics I'm interested in (which goes from systems scalability to biology, or from economics to user experience design).</p><p>From my 302 subscriptions, <a href="https://www.google.com/reader/view/#trends-page">Google Reader states</a> that I've read 9.789 items over the last 30 days, so I consider myself as a heavy user. But the usage is not confined to the interface, since I also depend on the Reader's API. <a href="http://reederapp.com">Reeder</a> in my iOS devices, Android reader, <a href="http://ifttt.com">IFTTT</a> recipes and podcasts, all of them depend on the existence of the Reader's API.</p><p>Additionally, I think <b>Google owe us Google Reader</b>. Google is subsidizing Google Reader from day one, which killed all competition. I started by using <a href="http://bloglines.com">Bloglines</a>, and later had to change to Google Reader, since it was becoming the de facto standard for RSS reading. Retiring Google Reader now is being evil.</p><p>So, what are my alternatives?</p><ol><li>Do nothing, and rely on <a href="http://arstechnica.com/business/2013/03/google-reader-will-rise-again-as-part-of-google/">the rumor that Reader functionalities will be incorporated in Google+</a>. I'm a Google+ aficionado, and I can see how this move will facilitate the sharing of information and increase the user experience on Google ecosystem;<br /><br /></li><li>Change to another web based RSS reader, where the challenge is to identify which. As noted previously, the API is a very important part of this decision, and I'm glad to see <a href="http://www.marco.org/2013/03/14/baby-steps-replacing-google-reader">Marco's first attempt to have a very quick standard</a> in order to facilitate the migration of the API to other services. Having said that, there are already some moves from several players trying to feel the gap (<a href="http://blog.zite.com/2013/03/14/google-reader-is-dead-so-we-rebuilt-it-for-you-in-zite-in-six-hours/">Zite</a>, <a href="http://blog.feedly.com/2013/03/14/google-reader/">Feedly</a>, <a href="http://blog.digg.com/post/45355701332/were-building-a-reader">digg</a>), and some webpages trying to find out which are the best alternatives (see <a href="http://www.replacereader.com/">here</a> and <a href="http://ginicharts.com/google-reader-alternatives">here</a>);<br /><br /></li><li>Build my own web based RSS reader, using open source code such as <a href="http://tt-rss.org/">tt-rss</a>. The problem with this alternative has to do with the API issue, so I will discard this option for now;<br /><br /></li><li><a href="http://www.copyblogger.com/google-reader-alternatives/">Subscribe feeds by email</a>, as suggested by the Copyblogger (one of my feeds). While it is a valid option, it has a lot of drawbacks, which would break my daily workflow, so I'm also discarding this for the time being.</li></ol><p>Do you know any other alternatives?</p>]]></description><link>https://joaobordalo.com/articles/2013/03/15/google-owe-us-the-reader</link><pubDate>Fri, 15 Mar 2013 07:21:10 GMT</pubDate></item><item><title><![CDATA[Armband gesture control]]></title><description><![CDATA[<p>The war on gesture control gadgets is getting hotter. A new contender is on the rise, Telmic Labs, with his $149 <a href="https://getmyo.com/">armband called MYO</a> that detects motion and muscle movements to allow control of a Mac, PC, or other device using gestures. Will be available on late 2013. Watch the demo video:</p><iframe width="480" height="300" src="//www.youtube.com/embed/oWu9TFJjHaM" frameborder="0" allowfullscreen></iframe><p>It's only February, and the list for Christmas presents is already full.</p>]]></description><link>https://joaobordalo.com/articles/2013/02/26/armband-gesture-control</link><pubDate>Tue, 26 Feb 2013 06:32:42 GMT</pubDate></item><item><title><![CDATA[Ok glass, post video to blog]]></title><description><![CDATA[<p>Last time I was so excited about a product, it was 2007 and Apple was about to launch the iPhone. At that time I was considered a looney, with almost all my friends telling me “your’re crazy, it’s just a phone”.</p><p>Well, it’s 2007 again:</p><iframe width="480" height="300" src="//www.youtube.com/embed/v1uyQZNg2vE" frameborder="0" allowfullscreen></iframe>]]></description><link>https://joaobordalo.com/articles/2013/02/21/ok-glass-post-video-to-blog</link><pubDate>Thu, 21 Feb 2013 09:01:53 GMT</pubDate></item><item><title><![CDATA[Human face video mapping]]></title><description><![CDATA[<p>While everyone else is doing it in buildings and automobiles, we made it in a human face. This video uses exclusively the video mapping technique to build several characters on a human face, with no post production whatsoever. Yes, I know, hard to believe:</p><iframe width="480" height="300" src="//www.youtube.com/embed/9wBxf-NIbbI" frameborder="0" allowfullscreen></iframe> <p>RSS readers may need to <a href="//joaobordalo.com/articles/2012/03/27/human-face-video-mapping">visit the blog</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2012/03/27/human-face-video-mapping</link><pubDate>Tue, 27 Mar 2012 05:59:06 GMT</pubDate></item><item><title><![CDATA[The eyeborg documentary]]></title><description><![CDATA[<p>Once in a while a think on what will be the generation gap between me and people from younger generations. I consider my self as a liberal person, but I'm pretty sure that, sometime in the future, I'll see a younger doing something that will clash against my principles, morals or ethic, but that will be completely accepted by the social norms. I just don't know what it will be.</p><p>The very first time I saw the following video, I started to see it. The video is a documentary about prosthetic technology, used mainly to help people who had lost some organ or member. But, as you watch the documentary, you will start to realize that some people with this prosthesis actually have a better performance than before. Yes, the cyborg is coming, and is coming really fast.</p><p>So, if in a couple of years your son tells you he is going to replace is perfectly healthy arm with an artificial one, just to be able to throw a ball a couple of meters longer, don't be surprised.</p><iframe width="480" height="300" src="//www.youtube.com/embed/IshL18Lh64I" frameborder="0" allowfullscreen></iframe><p>RSS readers may need to <a href="//joaobordalo.com/articles/2011/10/31/the-eyeborg-documentary">visit the blog</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2011/10/31/the-eyeborg-documentary</link><pubDate>Mon, 31 Oct 2011 10:31:44 GMT</pubDate></item><item><title><![CDATA[Microsoft future vision (2011)]]></title><description><![CDATA[<p>A brand new video featuring Microsoft's vision of the future, with some interesting concepts in it. The focus here is productivity, so I think that's the reason why the video is from the Office division:</p><iframe width="480" height="300" src="//www.youtube.com/embed/a6cNdhOKwi0" frameborder="0" allowfullscreen></iframe><p>RSS readers may need to <a href="//joaobordalo.com/articles/2011/10/28/microsoft-future-vision-2011">visit the blog</a> in order to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2011/10/28/microsoft-future-vision-2011</link><pubDate>Fri, 28 Oct 2011 08:55:15 GMT</pubDate></item><item><title><![CDATA[What is Digital Marketing?]]></title><description><![CDATA[<p> Thanks to <a href="http://mediative.ca">Mediative</a> terrific work on this video, I've now a link to show to people every time someone ask me "What do you do". Consider me as one of the Math Men in the plot:</p><iframe width="480" height="300" src="//www.youtube.com/embed/oH87MtZuBcY" frameborder="0" allowfullscreen></iframe><p>RSS readers may need to <a href="//joaobordalo.com/articles/2011/10/28/what-is-digital-marketing">visit the blog</a> in order to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2011/10/28/what-is-digital-marketing</link><pubDate>Fri, 28 Oct 2011 05:56:08 GMT</pubDate></item><item><title><![CDATA[In my fridge]]></title><description><![CDATA[<p>After a terrible hiatus, I'm back to posting in this blog. And with a wonderful vision of what will be the future of fridges on everyone's kitchen:</p><iframe src="//player.vimeo.com/video/29675966?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe><p>RSS readers may need to <a href="//joaobordalo.com/articles/2011/10/20/in-my-fridge">visit the blog</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2011/10/20/in-my-fridge</link><pubDate>Thu, 20 Oct 2011 10:52:56 GMT</pubDate></item><item><title><![CDATA[My blackberry is not working]]></title><description><![CDATA[<p>A little humour to go with the nice weather outside:</p><iframe title="My blackberry is not working" width="480" height="300" data-src="//www.youtube.com/embed/kAG39jKi0lI" frameborder="0" allowfullscreen></iframe><p>RSS readers may need to <a href="//joaobordalo.com/articles/2011/04/11/my-blackberry-is-not-working">visit the blog</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2011/04/11/my-blackberry-is-not-working</link><pubDate>Mon, 11 Apr 2011 06:08:11 GMT</pubDate></item><item><title><![CDATA[A day full of glass]]></title><description><![CDATA[<p><a href="http://www.corning.com/">Corning's</a> vision of the future, full of glass:</p><iframe title="A day full of glass" width="480" height="300" data-src="//www.youtube.com/embed/6Cf7IL_eZ38" frameborder="0" allowfullscreen></iframe><p>RSS readers may need to <a href="//joaobordalo.com/articles/2011/02/28/a-day-full-of-glass">visit the blog</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2011/02/28/a-day-full-of-glass</link><pubDate>Mon, 28 Feb 2011 05:09:29 GMT</pubDate></item><item><title><![CDATA[Is Bing copying Google?]]></title><description><![CDATA[<p>Yesterday a <a href="http://searchengineland.com/google-bing-is-cheating-copying-our-search-results-62914">post in searchengineland.com</a> claimed that Bing was copying Google's results. Microsoft response was "<a href="http://www.zdnet.com/blog/microsoft/microsoft-we-do-not-copy-googles-results/8557">We do not copy Google's results"</a>, but Google presented <a href="http://googleblog.blogspot.com/2011/02/microsofts-bing-uses-google-search.html">overwhelming evidences</a>. So I guess now Microsoft has the burden of proof, and I can't wait to see it.</p>]]></description><link>https://joaobordalo.com/articles/2011/02/02/is-bing-copying-google</link><pubDate>Wed, 02 Feb 2011 06:07:14 GMT</pubDate></item><item><title><![CDATA[The website stickiness paradox]]></title><description><![CDATA[<p><b>Update:</b> a <a href="http://mashable.com/2011/01/31/facebook-half-click-throughs/">study conducted  by Webtrends</a> confirms the paradox.</b></p><p>Since the beginning of the world wide web, entrepreneurs and investors strive for high levels of engagement of their website, or what we used to call "stickiness". Time-on-site and page views by unique user are indicators everyone is trying to improve and boost. And that sounds reasonable.</p><p>Meanwhile, Cost per click (CPC) became the dominant advertising model on the web, and paradoxically, it rewards un-sticky websites.</p><p>Think Google: it's probably the more un-sticky website out there, with people spending just a few seconds in it, doing the search, reading the results and jumping out, with Google earning a few cents in the process.</p><p>Now think Facebook: people spend hours on Facebook, and the last think they want to do is to click an ad and go away. It's like going to a bar to socialize and never buy anything. This is why Facebook became the <a href="http://money.cnn.com/2010/03/16/technology/facebook_most_visited/">most visited</a> site in the web, but generates only 1/30 of Google's revenue in paid advertising.</p><p>So, in a nutshell, Facebook's CPC advertising model will not succeed, they will have to think in alternative revenue sources (f-commerce, places, etc.) and webmasters should re-think their web strategy.</p><p>What do you think?</p>]]></description><link>https://joaobordalo.com/articles/2011/01/19/the-website-stickiness-paradox</link><pubDate>Wed, 19 Jan 2011 05:01:20 GMT</pubDate></item><item><title><![CDATA[Mobile phone by Mozilla Labs]]></title><description><![CDATA[<p>What happens when Mozilla Labs decide to conceptualize their vision for the future of the mobile phone? You get <a href="http://www.MozillaLabs.com/seabird">Seabird</a>:</p><iframe title="Mobile phone by Mozilla Labs" width="480" height="300" data-src="//www.youtube.com/embed/oG3tLxEQEdg" frameborder="0" allowfullscreen></iframe><p>RSS readers may need to <a href="//joaobordalo.com/articles/2010/09/28/mobile-phone-by-mozilla-labs">visit the blog</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2010/09/28/mobile-phone-by-mozilla-labs</link><pubDate>Tue, 28 Sep 2010 10:55:36 GMT</pubDate></item><item><title><![CDATA[Blackberry Playbook]]></title><description><![CDATA[<p>Here it is, RIM's response to the iPad, the Blackberry Playbook. Main differences I can tell from this video are the true multitasking interface, and flash support (or how they call it, "uncompromised browsing").</p><p>Note, it will be only available in "early 2011", so it will compete not with the present iPad, but most probably with the 2nd generation iPad. Prices are still not available.</p> <p><b>Update:</b> a nice <a href="http://www.engadget.com/2010/09/28/blackberry-playbook-vs-ipad-vs-galaxy-tab-vs-streak-the-tale/">comparison</a> between the new Blackberry's Playbook, Apple's iPad, Samsung's Galaxy Tab and Dell's Streak.</p> <iframe title="Blackberry Playbook" width="480" height="300" data-src="//www.youtube.com/embed/eAaez_4m9mQ" frameborder="0" allowfullscreen></iframe><p>RSS readers may need to <a href="//joaobordalo.com/articles/2010/09/28/blackberry-playbook">visit the blog</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2010/09/28/blackberry-playbook</link><pubDate>Tue, 28 Sep 2010 09:58:51 GMT</pubDate></item><item><title><![CDATA[The future of books]]></title><description><![CDATA[<p><a href="http://ideo.com">IDEO</a>'s vision of the future of books, presenting 3 very interesting concepts, Nelson, Coupland and Alice:</p><iframe src="//player.vimeo.com/video/15142335" width="400" height="225" frameborder="0"></iframe><p>RSS readers may need to <a href="//joaobordalo.com/articles/2010/09/22/the-future-of-books">visit the blog</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2010/09/22/the-future-of-books</link><pubDate>Wed, 22 Sep 2010 04:57:22 GMT</pubDate></item><item><title><![CDATA[Street slide]]></title><description><![CDATA[<p><a href="http://research.microsoft.com/en-us/um/people/kopf/street_slide/index.html">The future of navigation through street pictures</a> from Microsoft Research:</p><iframe title="Street slide" width="480" height="300" data-src="//www.youtube.com/embed/K-_T949uSwU" frameborder="0" allowfullscreen></iframe><p>RSS readers may need to <a href="//joaobordalo.com/articles/2010/07/29/street-slide">visit the blog</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2010/07/29/street-slide</link><pubDate>Thu, 29 Jul 2010 06:47:35 GMT</pubDate></item><item><title><![CDATA[The big ad is watching you]]></title><description><![CDATA[<p>8 years after the debut of <a href="http://www.imdb.com/title/tt0181689/">Minority Report</a>, fiction became reality: NEC developed a new technology, which enables ads to adapt to people who is near by, by gender and age. CNN reports:</p><iframe title="The big ad is watching you" width="480" height="300" data-src="//www.youtube.com/embed/FU48yesvw9E" frameborder="0" allowfullscreen></iframe><p>RSS readers may need to <a href="//joaobordalo.com/articles/2010/07/28/the-big-ad-is-watching-you">visit the blog</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2010/07/28/the-big-ad-is-watching-you</link><pubDate>Wed, 28 Jul 2010 05:15:24 GMT</pubDate></item><item><title><![CDATA[Mouseless]]></title><description><![CDATA[<p>Following the series "my computer has an invisible friend", today's show is about the invisible mouse:</p><iframe title="Mouseless" width="480" height="300" data-src="//www.youtube.com/embed/yHGODp0b8Ks" frameborder="0" allowfullscreen></iframe><p>RSS readers may need to <a href="//joaobordalo.com/articles/2010/07/20/mouseless">visit the blog</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2010/07/20/mouseless</link><pubDate>Tue, 20 Jul 2010 06:43:06 GMT</pubDate></item><item><title><![CDATA[How to connect your brain to a computer]]></title><description><![CDATA[<p>Here is the how-to, in a 4 minutes video:</p><object width="400" height="225"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=8841995&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=8841995&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object><br /><br /<p>Project developed by the Ghent University (Belgium) using <a href="http://openvibe.inria.fr/">OpenVibe</a>, a open source software for brain-computer interfaces, from <a href="http://inria.fr/">Inria</a>.]]></description><link>https://joaobordalo.com/articles/2010/07/20/how-to-connect-your-brain-to-a-computer</link><pubDate>Tue, 20 Jul 2010 06:36:36 GMT</pubDate></item><item><title><![CDATA[Select sound with sound]]></title><description><![CDATA[<p>Yesterday, we saw how we'll be able to use our eyes to enhance our  reading experience via <a href="//joaobordalo.com/articles/2010/03/24/text-2-0">Text 2.0</a>. And my eyes popped.</p><p> What about using our sounds to select and manipulate sound? The following video shows an experiment where one can select parts of a music by singing along, grunting or even whistling:</p><p><a href="http://web.media.mit.edu/~paris/Paris_Smaragdis/Paris_Audio_Demos_files/user-guide.mov"><img width="440" src="//joaobordalo.com/files/sound-guide-selection.png"></a></p><p>Yap, today my jaws dropped.</p><p>Via <a href="http://radar.oreilly.com/2010/03/four-short-links-25-march-2010.html">O'Reilly Radar</a>]]></description><link>https://joaobordalo.com/articles/2010/03/25/select-sound-with-sound</link><pubDate>Thu, 25 Mar 2010 07:53:51 GMT</pubDate></item><item><title><![CDATA[Text 2.0]]></title><description><![CDATA[<p>What happens when the text you're reading knows what you are reading? You have just encountered text 2.0.</p><p>Using eye-trackers, HTML, CSS and a lot of Javascript, these guys from the German Research Center for Artificial Intelligence (DFKI) are creating a all new reading experience, where text adapts at what you are reading, the pace of your reading, etc.</p><p>Still hard to imagine? Maybe this video could help you understand this amazing concept:</p><iframe title="Text 2.0" width="480" height="300" data-src="//www.youtube.com/embed/8QocWsWd7fc" frameborder="0" allowfullscreen></iframe><p>RSS readers may need to <a href="//joaobordalo.com/articles/2010/03/24/text-2-0">visit the blog</a> to see the video.</p><p>Via <a href="http://hplusmagazine.com/articles/ai/does-headline-know-you’re-reading-it">hplusmagazine</a>.]]></description><link>https://joaobordalo.com/articles/2010/03/24/text-2-0</link><pubDate>Wed, 24 Mar 2010 03:27:04 GMT</pubDate></item><item><title><![CDATA[The Internet of Things]]></title><description><![CDATA[<p>When a video is worth a 1.000 words:</p><iframe title="The Internet of Things" width="480" height="300" data-src="//www.youtube.com/embed/sfEbMV295Kk" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2010/03/19/the-internet-of-things">here</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2010/03/19/the-internet-of-things</link><pubDate>Fri, 19 Mar 2010 06:00:51 GMT</pubDate></item><item><title><![CDATA[The videogame history timeline]]></title><description><![CDATA[<p><a href="http://www.mauriciogiraldo.com/">Mauricio Giraldo</a> did a great job with his <a href="http://www.mauriciogiraldo.com/vgline/beta/">videogame history timeline</a>. It's funny to see Charles Darwin in it, but after you think about it for a while, it makes sense:</p><a href="http://www.mauriciogiraldo.com/vgline/beta/"><img width="440" src="//joaobordalo.com/files/videogamehistory.png"></a>]]></description><link>https://joaobordalo.com/articles/2010/03/13/the-videogame-history-timeline</link><pubDate>Sat, 13 Mar 2010 03:22:48 GMT</pubDate></item><item><title><![CDATA[Learn to communicate visually]]></title><description><![CDATA[<p>At school, you learned maths and how to write. But you should learned also how to draw, being a powerful tool to express ideas and new concepts. Well, now you can, with this <a href="http://www.howtoons.com/?page_id=1455">visual guide</a>, a really great work done by <a href="http://www.howtoons.com">Howtoons</a> and the <a href="http://web.mit.edu/inventeams/">Lemelson-MIT InvenTeams</a>:</p><a href="http://www.howtoons.com/?page_id=1455"><img width="440" src="//joaobordalo.com/files/VisualCommunication.png"></a>]]></description><link>https://joaobordalo.com/articles/2010/03/10/learn-to-communicate-visually</link><pubDate>Wed, 10 Mar 2010 06:31:38 GMT</pubDate></item><item><title><![CDATA[Internet growth]]></title><description><![CDATA[<p>BBC has done a great job in this <a href="http://news.bbc.co.uk/2/hi/technology/8552410.stm">animated info graphic</a> with the Internet penetration by country, from 1998 to 2008:</p><a href="http://news.bbc.co.uk/2/hi/technology/8552410.stm"><img width="440" src="//joaobordalo.com/files/netgrowth.png"></a>]]></description><link>https://joaobordalo.com/articles/2010/03/10/internet-growth</link><pubDate>Wed, 10 Mar 2010 06:07:50 GMT</pubDate></item><item><title><![CDATA[Your skin as a touchscreen]]></title><description><![CDATA[<p>How would you like to use your body as a screen and input device? Well, you will be able to do it in a very near future, according to the following video, which shows Skinput, the result of some experiments from researchers at Carnegie Mellon University and Microsoft’s Redmond research lab.</p><blockquote><p>Skinput makes use of a microchip-sized pico projector embedded in an armband to beam an image onto a user’s forearm or hand. When the user taps a menu item or other control icon on the skin, an acoustic detector also in the armband analyzes the ultralow-frequency sound to determine which region of the display has been activated.</p></blockquote><p>For more information, grab the <a href="http://research.microsoft.com/en-us/um/redmond/groups/cue/publications/HarrisonSkinputCHI2010.pdf">paper</a> (in pdf format) and watch the video:</p><iframe title="Your skin as a touchscreen" width="480" height="300" data-src="//www.youtube.com/embed/g3XPUdW9Ryg" frameborder="0" allowfullscreen></iframe><p>RSS readers may need to click <a href="//joaobordalo.com/articles/2010/03/03/your-skin-as-a-touchscreen">here</a> to watch the video.</p><p>Via <a href="http://mashable.com/2010/03/03/skinput-turns-your-body-into-a-touchscreen-video">Mashable</a>.]]></description><link>https://joaobordalo.com/articles/2010/03/03/your-skin-as-a-touchscreen</link><pubDate>Wed, 03 Mar 2010 05:07:03 GMT</pubDate></item><item><title><![CDATA[Games, and the quest for reality]]></title><description><![CDATA[<p>Jesse Schell, a Carnegie Mellon assistant professor of entertainment and technology, made a mind blowing presentation at DICE Summit last week about the current and (possible) future trends of gaming, the mix between games and social networks, and human psychology and quest for reality. Have you ever realized that Farmville has more users than Twitter?</p><p>Via <a href="http://wiki.alcidesfonseca.com/superduperdudes/">SuperDuperDudes</a>.<p>Watch the video (29 minutes well worthy):</p><object classId="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="480" height="418" id="VideoPlayerLg44277"><param name="movie" value="http://g4tv.com/lv3/44277" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://g4tv.com/lv3/44277" type="application/x-shockwave-flash" name="VideoPlayer" width="480" height="382" allowScriptAccess="always" allowFullScreen="true" /></object><p>RSS readers may need to click <a href="//joaobordalo.com/articles/2010/03/01/games-and-the-quest-for-reality">here</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2010/03/01/games-and-the-quest-for-reality</link><pubDate>Mon, 01 Mar 2010 11:42:18 GMT</pubDate></item><item><title><![CDATA[Internet statistics]]></title><description><![CDATA[<p>A presentation from <a href="http://jess3.com/">Jesse Thomas</a>, with the latest statistics for the web usage. and very nice aesthetics:</p> <object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=9641036&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=9641036&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object><p>RSS readers may need to click <a href="//joaobordalo.com/articles/2010/02/26/internet-statistics">here</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2010/02/26/internet-statistics</link><pubDate>Fri, 26 Feb 2010 02:28:10 GMT</pubDate></item><item><title><![CDATA[Augmented reality maps]]></title><description><![CDATA[<p>The 2010 edition of TED is now over, and some really interesting videos are already popping out. In this one, Blaise Aguera y Arcas demos some new features in Bing Maps, and it's mind blowing:</p><!--copy and paste--><object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param> <param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/BlaiseAguerayArcas_2010-medium.mp4&su=http://images.ted.com/images/ted/tedindex/embed-posters/BlaiseAgueraYArcas-2010.embed_thumbnail.jpg&vw=432&vh=240&ap=0&ti=766&introDuration=16500&adDuration=4000&postAdDuration=2000&adKeys=talk=blaise_aguera;year=2010;theme=the_creative_spark;theme=a_taste_of_ted2010;theme=new_on_ted_com;event=TED2010;&preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" flashvars="vu=http://video.ted.com/talks/dynamic/BlaiseAguerayArcas_2010-medium.mp4&su=http://images.ted.com/images/ted/tedindex/embed-posters/BlaiseAgueraYArcas-2010.embed_thumbnail.jpg&vw=432&vh=240&ap=0&ti=766&introDuration=16500&adDuration=4000&postAdDuration=2000&adKeys=talk=blaise_aguera;year=2010;theme=the_creative_spark;theme=a_taste_of_ted2010;theme=new_on_ted_com;event=TED2010;"></embed></object><p>Maybe is time for Google to bring back the Rasmussen brothers to Google Maps.</p><p>RSS readers may need to click <a href="//joaobordalo.com/articles/2010/02/19/augmented-reality-maps">here</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2010/02/19/augmented-reality-maps</link><pubDate>Fri, 19 Feb 2010 03:02:11 GMT</pubDate></item><item><title><![CDATA[Minority report, today]]></title><description><![CDATA[<p>John Underkoffler was the man who led the team that came up with the interface that Tom Cruise’s character used in the 2002 movie “Minority Report”. After that, he co-founded <a href="http://oblong.com/">Oblong Industries</a>, to make the gesture activated interface a reality.</p><p>Last friday, he demonstrated this gesture technology on TEDs, and said it was already being used in Fortune 50 companies, government agencies and universities, and he predicted that it would soon be available for consumers.</p><p>Here is Oblong's demonstration video:</p><object width="400" height="225"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=2229299&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=2229299&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object><p>RSS readers may need to click <a href="//joaobordalo.com">here</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2010/02/16/minority-report-today</link><pubDate>Tue, 16 Feb 2010 05:15:23 GMT</pubDate></item><item><title><![CDATA[Windows Phone 7]]></title><description><![CDATA[<p>Ladies and Gents, we have a new contender in the smartphone arena: <a href="http://www.windowsphone7series.com/">Microsoft Phone OS</a>. By the look of it, they choose a clean sheet approach for the new Windows Phone 7, and rebuild it from ground zero. For all of you out there asking, no, it doesn't support Flash, which makes some sense, since Microsoft's Silverlight is a direct competitor to Flash.</p><p>All I know about this new OS is what I see in released videos, and I must say it looks good. It looks like Microsoft engineers developed a new way of mobile interaction, but only life usage will tell if is it good or not.</p><p>Available in holiday 2010 (whatever that means). Watch the video:</p><iframe title="Windows Phone 7" width="480" height="300" data-src="//www.youtube.com/embed/MdDAeyy1H0A" frameborder="0" allowfullscreen></iframe><p>RSS readers may need to click <a href="//joaobordalo.com/articles/2010/02/16/windows-phone-7">here</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2010/02/16/windows-phone-7</link><pubDate>Tue, 16 Feb 2010 02:40:10 GMT</pubDate></item><item><title><![CDATA[Sikuli, laziness best friend]]></title><description><![CDATA[<p>Armed with a computer vision engine, <a href="http://sukuli.org">Sikuli</a> allows the average joe to program those tedious, long processes one is always doing in the Mac. This is huge, watch the demo:</p> <iframe title="Sikuli, laziness best friend" width="480" height="300" data-src="//www.youtube.com/embed/FxDOlhysFcM" frameborder="0" allowfullscreen></iframe><p>RSS readers may need to click <a href="//joaobordalo.com">here</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2010/01/22/sikuli-laziness-best-friend</link><pubDate>Fri, 22 Jan 2010 12:29:56 GMT</pubDate></item><item><title><![CDATA[Creating "Smack my bitch up"]]></title><description><![CDATA[<p>What a great peace of music reverse engineering. Jim Pavloff uses some samples to re-create the classic music from Prodigy:</p><iframe title="Creating "Smack my bitch up"" width="480" height="300" data-src="//www.youtube.com/embed/eU5Dn-WaElI" frameborder="0" allowfullscreen></iframe><p>RSS readers may need to <a href="//joaobordalo.com/">click here</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2010/01/12/creating-smack-my-bitch-up</link><pubDate>Tue, 12 Jan 2010 03:10:09 GMT</pubDate></item><item><title><![CDATA[App Store sizes]]></title><description><![CDATA[<p>Who needs words when you have <a href="http://www.lukew.com/ff/entry.asp?946">numbers</a>?</p>]]></description><link>https://joaobordalo.com/articles/2009/11/23/app-store-sizes</link><pubDate>Mon, 23 Nov 2009 02:08:46 GMT</pubDate></item><item><title><![CDATA[Lets do it Estonia]]></title><description><![CDATA[<p>What happens when some Estonians decide to clean up their whole country in on single day? Madness, some would say. But it was done, and now the idea is spreading like wild fire. Watch the video and get inspired:</p><iframe title="Lets do it Estonia" width="480" height="300" data-src="//www.youtube.com/embed/A5GryIDl0qY" frameborder="0" allowfullscreen></iframe><p>The same video can be seen with <a href="//www.youtube.com/watch?v=T7GzfMD6LHs">portuguese subtitles</a> (hint hint), and there's already a <a href=" http://limparportugal.ning.com">Ning group</a> to do the same in Portugal.</p>]]></description><link>https://joaobordalo.com/articles/2009/10/27/lets-do-it-estonia</link><pubDate>Tue, 27 Oct 2009 10:29:04 GMT</pubDate></item><item><title><![CDATA[Magic mouse]]></title><description><![CDATA[<p>Remember when I wrote about the <a href="//joaobordalo.com/articles/2009/10/12/mouse-2-0-by-microsoft">future of the mouse by Microsoft</a>? Well, today you can <a href="http://www.apple.com/magicmouse/">buy it in a Apple Store</a>:</p><iframe title="Magic mouse" width="480" height="300" data-src="//www.youtube.com/embed/pgraF477ieU" frameborder="0" allowfullscreen></iframe><p>RSS readers may need to click <a href="//joaobordalo.com/articles/2009/10/21/magic-mouse">here</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2009/10/21/magic-mouse</link><pubDate>Wed, 21 Oct 2009 03:35:49 GMT</pubDate></item><item><title><![CDATA[Google Wave meets Pulp Fiction]]></title><description><![CDATA[<p>One word: brilliant.</p><iframe title="Google Wave meets Pulp Fiction" width="480" height="300" data-src="//www.youtube.com/embed/xcxF9oz9Cu0" frameborder="0" allowfullscreen></iframe><p>RSS readers may need to click <a href="//joaobordalo.com/articles/2009/10/16/google-wave-meets-pulp-fiction">here</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2009/10/16/google-wave-meets-pulp-fiction</link><pubDate>Fri, 16 Oct 2009 06:30:52 GMT</pubDate></item><item><title><![CDATA[Candles that save water]]></title><description><![CDATA[<p>About 2.5 years ago, my friend Mário Silva ask me to help in the development of a solution that would allow people to transform used cooking oil into candles.</p><p>The basic idea was to develop a machine where one could store used vegetable oil (instead of trowing it into the drain) and by adding some chemical compound, the final result would be something valuable and fun, candles.</p><p>So, we built a prototype, found the correct mix of chemicals and patented the whole thing. After this, Mário dived into the VC world and armed with a strong business plan and a lot of enthusiasm, was able to rise the capital needed to fulfill the dream.</p><p>Mário created a company, <a href="http://oonsolutions.com">oon solutions</a>, which in a couple of months will start selling the Candle Maker. And because nothing is beyond Mário's dreams, he managed to present the whole thing in TEDx, which is now available to public viewing. Watch it, who knows, maybe you also will start loving your waste:</p><iframe title="Candles that save water" width="480" height="300" data-src="//www.youtube.com/embed/PTWbvfrS_ig" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2009/10/13/candles-that-save-water">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2009/10/13/candles-that-save-water</link><pubDate>Tue, 13 Oct 2009 01:04:39 GMT</pubDate></item><item><title><![CDATA[10/GUI]]></title><description><![CDATA[<p>A very interesting video by R. Clayton Miller, with some concepts for multi-touch interaction and windows management. The basic idea here is that the mouse points to one point, but with your hands you can point (and use) up to 10 points at the same time. Confused? Watch the video:</p> <object width="425" height="234"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6712657&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6712657&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="425" height="234"></embed></object><p>RSS readers should click <a href="//joaobordalo.com/articles/2009/10/13/10-gui">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2009/10/13/10-gui</link><pubDate>Tue, 13 Oct 2009 02:55:45 GMT</pubDate></item><item><title><![CDATA[Mouse 2.0 by Microsoft]]></title><description><![CDATA[<p>While I use more and more the touchpad then the mouse, Microsoft is experimenting with new input devices that combine the standard capabilities of a computer mouse with multi-touch sensing. The future will something of this kind:</p> <iframe title="Mouse 2.0 by Microsoft" width="480" height="300" data-src="//www.youtube.com/embed/07i18J3hm5g" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2009/10/12/mouse-2-0-by-microsoft">here</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2009/10/12/mouse-2-0-by-microsoft</link><pubDate>Mon, 12 Oct 2009 02:26:37 GMT</pubDate></item><item><title><![CDATA[I need a Google Wave invite]]></title><description><![CDATA[<p>If someone has one invite to spare, I would appreciate it. Please send it to my gmail account (joao.bordalo). Thank you so much.</p>]]></description><link>https://joaobordalo.com/articles/2009/10/09/i-need-a-google-wave-invite</link><pubDate>Fri, 09 Oct 2009 11:27:51 GMT</pubDate></item><item><title><![CDATA[Social networks unique visitors]]></title><description><![CDATA[<p>Interesting and very well designed graphic with a comparison of the 3 major social networks unique visitors. Proudly stolen from a <a href="http://www.chicagotribune.com/business/chi-biz-twitter-graphic-oct07,0,1689342.graphic">Chicago Tribune article</a>:</p><a href="//joaobordalo.com/files/social_uv.jpg"><img src="//joaobordalo.com/files/social_uv.jpg" width="460"></a><p><b>tip:</b> click to image for a bigger version.</p>]]></description><link>https://joaobordalo.com/articles/2009/10/08/social-networks-unique-visitors</link><pubDate>Thu, 08 Oct 2009 12:56:50 GMT</pubDate></item><item><title><![CDATA[What year are you from?]]></title><description><![CDATA[<p> PhotoSketch is an “Internet Image Montage” project from five students at Tsinghua University and the National University of Singapore. The basic premise, which they present in the form of a research paper [pdf], works like this:</p><ul>  <li>Draw the outlines of the figures you want in your picture – anything from seagulls to a wedding kiss;</li>  <li>Add labels for each of the items, as well as for the background.</li>  <li>PhotoSketch will then find real-life images to match your doodles and put them together in a Photoshopped image that will make your jaw drop.</li></ul><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6496886&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6496886&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object><p>And before you say "it must be fake", download and read the <a href="http://www.ece.nus.edu.sg/stfpage/eletp/Papers/sigasia09_photosketch.pdf">research paper</a> (in pdf), already evaluated by the scientific community.</p>]]></description><link>https://joaobordalo.com/articles/2009/10/07/what-year-are-you-from</link><pubDate>Wed, 07 Oct 2009 03:24:28 GMT</pubDate></item><item><title><![CDATA[Impressive collaborative music]]></title><description><![CDATA[<p><a href="http://www.inbflat.net/">In Bb 2.0</a> is a collaborative music and spoken word project conceived by <a href="http://www.scienceforgirls.net/bio.html">Darren Solomon</a> from <a href="http://www.scienceforgirls.net/">Science for Girls</a>, and developed with contributions from users. 20 different YouTube videos embed in the same page, each with one instrument playing a tune, but where harmony is very well achieved. The videos can be played simultaneously - the soundtracks will work together, and the mix can be adjusted with the individual volume sliders. And you can combine any choice of instruments and play a different music each time, worth a try.</p>]]></description><link>https://joaobordalo.com/articles/2009/08/25/impressive-collaborative-music</link><pubDate>Tue, 25 Aug 2009 11:47:21 GMT</pubDate></item><item><title><![CDATA[Google Street View in Portugal]]></title><description><![CDATA[<p>Google has just launched Street View for the two biggest cities in Portugal, Lisbon and Oporto. And of course, the hunt for images with awkward situations has just began (image taken from Parque Eduardo VII in Lisbon):</p><a href="http://bit.ly/8ZpZg"><img width=425 src="//joaobordalo.com/files/GoogleStreetView.png"></a><p>Via <a href="http://www.asourceofinspiration.com/">A Source Of Inspiration</a>.]]></description><link>https://joaobordalo.com/articles/2009/08/18/google-street-view-in-portugal</link><pubDate>Tue, 18 Aug 2009 11:05:19 GMT</pubDate></item><item><title><![CDATA[Cristal Control]]></title><description><![CDATA[<p>CRISTAL (<b>C</b>ontrol of <b>R</b>emotely <b>I</b>nterfaced <b>S</b>ystems using <b>T</b>ouch-based <b>A</b>ctions in <b>L</b>iving spaces) is a ubber simple user interface for controlling multimedia devices and home automation systems. It's a interactive table, much like Microsoft's Surface, with a huge difference: a camera placed on the top of the living room creates an image which is the interface itself. Confused? Watch the demo and wait for Christmas:</p><iframe title="Cristal Control" width="480" height="300" data-src="//www.youtube.com/embed/Tio5OvIqToc" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2009/08/17/cristal-control">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2009/08/17/cristal-control</link><pubDate>Mon, 17 Aug 2009 09:17:58 GMT</pubDate></item><item><title><![CDATA[Ignite Portugal]]></title><description><![CDATA[<p>My friend <a href="http://www.linkedin.com/pub/miguel-muñoz-duarte/0/a6b/184">Miguel Muñoz Duarte</a> and his company, iMatch, will bring Ignite to Portugal. But what is Ignite? Ignite captures the best of geek culture in a series of five-minute speed presentations on topics ranging from The Best Way to Buy a Car to Hacking Chocolate. Each speaker gets only 5 minutes, with 20 slides that auto-forwards every 15 seconds. The motto is "Enlighten us, but make it quick".</p> <p>If you are interested, you can be the next speaker. Visit the <a href="http://www.igniteportugal.blogspot.com/">Ignite Portugal website</a> and follow the instructions. Still with doubts? Maybe the next Ignite presentation will convince you:</p><iframe title="Ignite Portugal" width="480" height="300" data-src="//www.youtube.com/embed/rRa1IPkBFbg" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2009/08/14/ignite-portugal">here</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2009/08/14/ignite-portugal</link><pubDate>Fri, 14 Aug 2009 06:15:39 GMT</pubDate></item><item><title><![CDATA[What the f**k is social media, one year later]]></title><description><![CDATA[<p>An update on the already famous <a href="http://bonafidemarketinggenius.com/">Marta Kagan's</a> presentation on Social Media (or like <a href="http://www.asourceofinspiration.com ">Armando</a> calls it, Social Web). Full with pearls of wisdom, a must read.</p><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNTAxNDk4NDkxNzImcHQ9MTI1MDE*OTg2NTIwNCZwPTEwMTkxJmQ9c3NfZW1iZWQmZz*yJm89YmU3ZGIzN2MwN2M4NDliZDgyODI*NzU5MGNlNGQ3MWEmb2Y9MA==.gif" /><div style="width:425px;text-align:left" id="__ss_1729300"><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wtfissocialmedia5-090716070117-phpapp01&stripped_title=what-the-fk-is-social-media-one-year-later" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wtfissocialmedia5-090716070117-phpapp01&stripped_title=what-the-fk-is-social-media-one-year-later" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></div>]]></description><link>https://joaobordalo.com/articles/2009/08/13/what-the-f-k-is-social-media-one-year-later</link><pubDate>Thu, 13 Aug 2009 02:57:05 GMT</pubDate></item><item><title><![CDATA[Microsoft can't sell Word anymore]]></title><description><![CDATA[<p>Yes, <a href="http://blog.seattlepi.com/microsoft/archives/176223.asp">really</a>, due to patent infringement. The judge also ordered Microsoft to pay <a href="http://www.i4i.com/">i4i</a> more than $290 million in damages. Maybe now Microsoft will start hating software patents. </p>]]></description><link>https://joaobordalo.com/articles/2009/08/12/microsoft-cant-sell-word-anymore</link><pubDate>Wed, 12 Aug 2009 03:29:29 GMT</pubDate></item><item><title><![CDATA[One year later]]></title><description><![CDATA[<p>A small break in my recovery of a ligament rupture to mark my son's first anniversary... And to remind me of the luck of having health and a very happy family (even with a injured left ankle). Happy birthday son.]]></description><link>https://joaobordalo.com/articles/2009/07/27/one-year-later</link><pubDate>Mon, 27 Jul 2009 09:48:25 GMT</pubDate></item><item><title><![CDATA[Sony responds to project Natal]]></title><description><![CDATA[<p>Who said <a href="http://e3expo.com/">E3</a> was dead? After Microsoft's <a href="//joaobordalo.com/articles/2009/06/02/project-natal-for-xbox-360">project Natal</a>, Sony responds with his new motion controller for Playstation Eye:</p><iframe title="Sony responds to project Natal" width="480" height="300" data-src="//www.youtube.com/embed/bgLN7uOj8Jg" frameborder="0" allowfullscreen></iframe><p><br />Millimetric precision, almost instant response, and above all, a live demo with the technology, not an environment controlled, video manipulated demo like Microsoft did. So, Santa, wait up for my Christmas request, will you?</p>]]></description><link>https://joaobordalo.com/articles/2009/06/05/sony-responds-to-project-natal</link><pubDate>Fri, 05 Jun 2009 06:18:44 GMT</pubDate></item><item><title><![CDATA[Project Natal for XBOX 360]]></title><description><![CDATA[<p>While the buzz from Microsoft these days concentrate on <a href="http://www.bing.com/">Bing</a>, their new "not a search engine but a decision engine" service, I think the real breakthrough technology people should be looking and talking about is the new project named <a href="http://www.xbox.com/en-US/live/projectnatal/">Natal</a> for XBOX 360.</p><p>It's a all new ball game in the human computer interaction, where one does not need a controller to play and interact with the XBOX 360. Just be there and play. Watch the demo:</p><iframe title="Project Natal for XBOX 360" width="480" height="300" data-src="//www.youtube.com/embed/oACt9R9z37U" frameborder="0" allowfullscreen></iframe><p><br />Natal is the portuguese word for Christmas, does it means it will be available in Christmas? If so, Santa, I know is a bit early to ask for presents, but unless otherwise, this is what I want.</p><p><b>Update 4 hours later:</b> <a href="http://procrastineering.blogspot.com/2009/06/project-natal.html">Johnny Chung Lee</a> has some technical insights of this project in his blog.</p>]]></description><link>https://joaobordalo.com/articles/2009/06/02/project-natal-for-xbox-360</link><pubDate>Tue, 02 Jun 2009 06:36:20 GMT</pubDate></item><item><title><![CDATA[Google Wave]]></title><description><![CDATA[<p>Google will launch in a few months a revolutionary new product, named <a href="http://wave.google.com/">Google Wave</a>. Last time I got so excited about a Google product was on Gmail's launch.  But what is Google Wave? Via the <a href="http://www.webmonkey.com/blog/Google_Waves_Goodbye_to_E-Mail__Welcomes_Real-Time_Communication">Webmonkey blog</a>:</p><blockquote><p>Wave is a web-based application that marries multiple forms of communication and collaboration, including chat, mail and wikis, into a unified interface. Everything inside Wave happens in real time: You can even see a comment being made as the person is typing it, character-by-character</p></blockquote><p>The <a href="http://www.webmonkey.com/blog/Google_Waves_Goodbye_to_E-Mail__Welcomes_Real-Time_Communication">Webmonkey blog post</a> also has a screenshot of the service - since some lucky souls are already beta testing it - which I proudly stolen:</p><a href="//joaobordalo.com/files/waveuismall.jpeg"<img width="440" src="//joaobordalo.com/files/waveuismall.jpeg"></a><p>That's a terrific productivity tool, instantaneous (latency of low milliseconds) and licensed as open source. It becomes now clear why Google isn't interested in Twitter.</p>]]></description><link>https://joaobordalo.com/articles/2009/05/28/google-wave</link><pubDate>Thu, 28 May 2009 01:27:39 GMT</pubDate></item><item><title><![CDATA[Moments in the Internet history]]></title><description><![CDATA[<p>A few days ago, a link fell in my mailbox, covering the <a href="http://www.builderau.com.au/program/web/soa/50-significant-moments-from-internet-history/0,339024632,339292301,00.htm">50 significant moments from the internet history</a>. While reading it, I thought how would be nice to have this information in one, read once, graphical timeline. And since I love to design timelines, I decided to get my hands dirty and create one:</p><a href="//joaobordalo.com/files/topInternetHistory.png"><img width="440" src="//joaobordalo.com/files/topInternetHistory.png"></a><p><b>tip:</b> click the image above to see it in a larger version.</p><p>I extended it to 65 moments, based on the honorable mentions by the <a href="http://www.builderau.com.au/program/web/soa/50-significant-moments-from-internet-history/0,339024632,339292301,00.htm">original article</a> and my own opinion. Feel free to use it, has anything else publicized in this blog, is licensed in a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License.</p>]]></description><link>https://joaobordalo.com/articles/2009/05/22/moments-in-the-internet-history</link><pubDate>Fri, 22 May 2009 05:11:05 GMT</pubDate></item><item><title><![CDATA[The history of information]]></title><description><![CDATA[<p><a href="http://www.baekdal.com/">Thomas Baekdal</a> wrote a highly insightful <a href="http://www.baekdal.com/articles/Management/market-of-information/ ">article</a>, powered by a very interesting diagram, about the history (and future) of information sources for the average user:</p><a href="//joaobordalo.com/files/marketflow1.jpg" "><img width="440" src="//joaobordalo.com/files/marketflow1.jpg"></a><p>For a in-depth analysis of the diagram, jump to the <a href="http://www.baekdal.com/articles/Management/market-of-information/ ">original article</a>.</p>]]></description><link>https://joaobordalo.com/articles/2009/05/22/the-history-of-information</link><pubDate>Fri, 22 May 2009 04:55:04 GMT</pubDate></item><item><title><![CDATA[WolframAlpha, the answer engine]]></title><description><![CDATA[<p>The new creation from <a href="http://en.wikipedia.org/wiki/Stephen_Wolfram">Dr. Stephen Wolfram</a>, named <a href="http://wolframalpha.com">WolframAlpha</a>, is being heralded as possibly the most important technological invention of the the last decade. And why is that? The scientific community is referring it as an "answer engine" or "knowledge engine", rather than a search engine, since it provides users with the ability of typing a question and being given an answer. Note, that's an answer and not a list of websites.</p><p>It doesn't simply return documents that (might) contain the answers, like Google does, and it isn't just a giant database of knowledge, like the Wikipedia. Instead, Wolfram Alpha actually computes the answers to a wide range of questions - like questions that have factual answers such as "How many Internet users are in Europe", "What is the weather in Lisbon?" or "What is the 307th digit of Pi?".</p><p>The service will opens to the public on May 18. Meanwhile, you can take a peek on this blurry video from Youtube:</p><iframe title="WolframAlpha, the answer engine" width="480" height="300" data-src="//www.youtube.com/embed/hYhLsQPHNas" frameborder="0" allowfullscreen></iframe><p>Is Google in danger due to WolframAlpha? There's a growing discussion about it in the community, some call it the next Google, others say they complement each other. And since WolframAlpha as (yet) no known business model, I guess we'll have to wait and see...</p>]]></description><link>https://joaobordalo.com/articles/2009/05/12/wolframalpha-the-answer-engine</link><pubDate>Tue, 12 May 2009 08:46:53 GMT</pubDate></item><item><title><![CDATA[Agency of the year short list]]></title><description><![CDATA[<p>Just a kick post to tell everyone <a href="http://excentric.pt/">excentric</a> is on the short list for digital agency of the year 2008 by <a href="http://www.meiosepublicidade.pt/2009/04/30/os-nomeados-dos-premios-meios-publicidade/">Meios &amp; Publicidade</a> (only in portuguese). </p>]]></description><link>https://joaobordalo.com/articles/2009/04/30/agency-of-the-year-short-list</link><pubDate>Thu, 30 Apr 2009 08:16:44 GMT</pubDate></item><item><title><![CDATA[Internet will surpass TV in June 2010]]></title><description><![CDATA[<p>It's not me, but Microsoft itself who's saying it on his "Europe Logs On" study, released yesterday. In 18 months, people will spend more time browsing the web than watching TV. Other key findings of the study are:</p><ul>  <li>Europeans spent on average 1.5 days a month on the Internet in 2008, and by 2010 will spend 2.5, which represents a 66% growth  <li>Internet use on PCs will drop from 95% today to only 50% over the next 5 years due to increase usage of IPTV, games consoles and mobile phones accessing the web  <li>Online video is the most popular online entertainment application  <li>Content and communications services represents 65% of all time spent online, and commerce represents 33%  <li>Being one of the European countries with lower penetration, Portugal has today more than 4 million people using the Internet</ul><p>This and much more is available in the <a href="//joaobordalo.com/files/Europe_Logs_On.PDF">study</a>.</p>]]></description><link>https://joaobordalo.com/articles/2009/04/09/internet-will-surpass-tv-in-june-2010</link><pubDate>Thu, 09 Apr 2009 10:48:39 GMT</pubDate></item><item><title><![CDATA[BumpTop, the 3D desktop]]></title><description><![CDATA[<p>Just found <a href="http://bumptop.com">BumpTop</a>, a nice looking 3D desktop, like a real desk, but better. Still not sure if it's good for me, but I always like to see innovative products. Well, actually it's not for me, currently it runs only on the Windows platform, and since I'm a Mac user, I will have to wait to give it a try. But, hey, there are still very good people out there using Windows. Here is the demo video:</p><iframe title="BumpTop, the 3D desktop" width="480" height="300" data-src="//www.youtube.com/embed/eqcmPJ-oVL0" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2009/04/08/bumptop-the-3d-desktop">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2009/04/08/bumptop-the-3d-desktop</link><pubDate>Wed, 08 Apr 2009 10:33:50 GMT</pubDate></item><item><title><![CDATA[April fools]]></title><description><![CDATA[<p>It's that time of the year again. It's 9 A.M. GMT and I already found some nice stories around. Here's what I've found so far:</p><ul>  <li><a href="http://blog.delaranja.com/adeggacom-buys-corkdcom/">Addega to buy Corkd</a></li>  <li><a href="http://www.google.com/intl/en/landing/cadie/index.html">Google's Cadie</a></li>  <li><a href="http://labs.opera.com/news/2009/04/01/">Opera face gestures</a>, the funniest of them all. Watch the video:</li></ul><iframe title="April fools" width="480" height="300" data-src="//www.youtube.com/embed/kkNxbyp6thM" frameborder="0" allowfullscreen></iframe><p>What else do you see out there?</p><p><b>Update:</b> via comments, other pranks out there:</p><ul>  <li><a href="http://www.webaserio.com/">TheMage</a> points out that <a href="http://torrentfreak.com/warner-bros-acquires-the-pirate-bay-090401/">Warner Brothers acquired the Pirate Bay</a></li></ul>]]></description><link>https://joaobordalo.com/articles/2009/04/01/april-fools</link><pubDate>Wed, 01 Apr 2009 03:19:30 GMT</pubDate></item><item><title><![CDATA[Googolopoly]]></title><description><![CDATA[<p>Found this on <a href="http://adamhowell.org/2008/04/18/googolopoly/">Adam Howell's blog</a>. It seems like a critic, someone else could argue it's a joke, but reading the board from start to finish gave me some interesting insights. The image was proudly stolen from Adam's blog:</p><a href="//joaobordalo.com/files/googolopoly.gif"><img width="440"  src="//joaobordalo.com/files/googolopoly.gif"></a><p>Tip: click the image to see it bigger.</p>]]></description><link>https://joaobordalo.com/articles/2009/03/20/googolopoly</link><pubDate>Fri, 20 Mar 2009 10:42:14 GMT</pubDate></item><item><title><![CDATA[Father's Day]]></title><description><![CDATA[<p>Today is my first Father's Day. And this was my gift:</p><a href="//joaobordalo.com/files/fathersday.jpg"><img width="440" src="//joaobordalo.com/files/fathersday_thumb.jpg"></a><p>I wonder when did he learn to write...</p>]]></description><link>https://joaobordalo.com/articles/2009/03/19/fathers-day</link><pubDate>Thu, 19 Mar 2009 05:35:22 GMT</pubDate></item><item><title><![CDATA[Your Sixth Sense]]></title><description><![CDATA[<p>Are we in the future already and someone forgot to tell me? The following video from TED demos a device, named Sixth Sense, which takes us to the future, today. The Sixth Sense device does not use any breakthrough technology (actually you can try to build one for 350 USD), but the interaction and functionalities on it made me wonder. I want one of these:</p><object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param> <param name="flashvars" value="vu=http://video.ted.com/talks/embed/PattieMaes_2009-embed_high.flv&su=http://images.ted.com/images/ted/tedindex/embed-posters/PattieMaes-2009.embed_thumbnail.jpg&vw=432&vh=240&ap=0&ti=481" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" flashvars="vu=http://video.ted.com/talks/embed/PattieMaes_2009-embed_high.flv&su=http://images.ted.com/images/ted/tedindex/embed-posters/PattieMaes-2009.embed_thumbnail.jpg&vw=432&vh=240&ap=0&ti=481"></embed></object><p>RSS readers should click <a href="//joaobordalo.com/articles/2009/03/11/your-sixth-sense">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2009/03/11/your-sixth-sense</link><pubDate>Wed, 11 Mar 2009 02:37:53 GMT</pubDate></item><item><title><![CDATA[Lost Generation]]></title><description><![CDATA[<p>Poetry. Reversed:</p><iframe title="Lost Generation" width="480" height="300" data-src="//www.youtube.com/embed/42E2fAWM6rA" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2009/03/05/lost-generation">here</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2009/03/05/lost-generation</link><pubDate>Thu, 05 Mar 2009 09:16:15 GMT</pubDate></item><item><title><![CDATA[Siftables, the toy blocks that think]]></title><description><![CDATA[<p>This is one of those breakthrough ideas you have in a lifetime: Siftables. This is Human Computer Interface like you never seen before. The first time I saw this video, my jaw dropped, so I had to watch it again. As an appetizer, here is what they say at the TED website:</p><blockquote><p> MIT grad student David Merrill demos Siftables -- cookie-sized, computerized tiles you can stack and shuffle in your hands. These future-toys can do math, play music, and talk to their friends, too. Is this the next thing in hands-on learning?</p></blockquote><p>Watch the video and start thinking about the possibilities:</p><object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param> <param name="flashvars" value="vu=http://video.ted.com/talks/embed/DavidMerrill_2009-embed_high.flv&su=http://images.ted.com/images/ted/tedindex/embed-posters/DavidMerrill-2009.embed_thumbnail.jpg&vw=432&vh=240&ap=0&ti=457" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" flashvars="vu=http://video.ted.com/talks/embed/DavidMerrill_2009-embed_high.flv&su=http://images.ted.com/images/ted/tedindex/embed-posters/DavidMerrill-2009.embed_thumbnail.jpg&vw=432&vh=240&ap=0&ti=457"></embed></object><p>RSS readers should click <a href="//joaobordalo.com/articles/2009/03/04/siftables-the-toy-blocks-that-think">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2009/03/04/siftables-the-toy-blocks-that-think</link><pubDate>Wed, 04 Mar 2009 06:57:05 GMT</pubDate></item><item><title><![CDATA[Microsoft vision for 2019]]></title><description><![CDATA[<p>What happens when Microsoft imagines the future? An impressive video showing how trends, customer challenges and emerging technologies might converge to improve everyone's life. This video, produced by Microsoft Office Labs and called "2019", was presented at the Wharton Business Technology Conference by Microsoft’s Business Division president Stephen Elop. If you are interested on the subject, you can take a peek on more detailed videos for different activities at the <a href="http://www.officelabs.com/Pages/Envisioning.aspx">Office Labs website</a>.</p> <iframe title="Microsoft vision for 2019" width="480" height="300" data-src="//www.youtube.com/embed/RvtxupQmRSA" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2009/03/02/microsoft-vision-for-2019">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2009/03/02/microsoft-vision-for-2019</link><pubDate>Mon, 02 Mar 2009 06:16:56 GMT</pubDate></item><item><title><![CDATA[Why twitter?]]></title><description><![CDATA[<p>Who better than the CEO of Odeo (Twitter creators) to explain the cause for the growth of Twitter:</p><object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param> <param name="flashvars" value="vu=http://video.ted.com/talks/embed/EvanWilliams_2009-embed_high.flv&su=http://images.ted.com/images/ted/tedindex/embed-posters/EvanWilliams-2009.embed_thumbnail.jpg&vw=432&vh=240&ap=0&ti=473" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" flashvars="vu=http://video.ted.com/talks/embed/EvanWilliams_2009-embed_high.flv&su=http://images.ted.com/images/ted/tedindex/embed-posters/EvanWilliams-2009.embed_thumbnail.jpg&vw=432&vh=240&ap=0&ti=473"></embed></object>]]></description><link>https://joaobordalo.com/articles/2009/03/01/why-twitter</link><pubDate>Sun, 01 Mar 2009 06:30:33 GMT</pubDate></item><item><title><![CDATA[On multitasking]]></title><description><![CDATA[<p><a href="http://www.37signals.com/svn/posts/1589-multitasking-is-the-fastest-way-to-mediocrity">Amen</a>.</p>]]></description><link>https://joaobordalo.com/articles/2009/02/20/on-multitasking</link><pubDate>Fri, 20 Feb 2009 12:25:49 GMT</pubDate></item><item><title><![CDATA[Apple's App Store statistics]]></title><description><![CDATA[<p>The people at <a href="http://www.pinchmedia.com/appstore-secrets/">pinchmedia</a> has done a terrific job of compiling Apple App Store statistics. The following presentation has a lot of useful insights for all involved in building iPhone apps:</p><div style="width:425px;text-align:left" id="__ss_1044869"><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=pinchmedianycdevmeetup-1235013090651786-2&stripped_title=iphone-appstore-secrets-pinch-media" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=pinchmedianycdevmeetup-1235013090651786-2&stripped_title=iphone-appstore-secrets-pinch-media" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></div><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyMzUxNDEwNDE1NjQmcHQ9MTIzNTE*MTUzMDgzMyZwPTEwMTkxJmQ9Jmc9MiZ*PSZvPWQxYmFlYzFkMWQyZjQzOTU5MWMxYjc3ZDliYThlMGI1.gif" />]]></description><link>https://joaobordalo.com/articles/2009/02/20/apples-app-store-statistics</link><pubDate>Fri, 20 Feb 2009 08:53:56 GMT</pubDate></item><item><title><![CDATA[Explain the world with maps]]></title><description><![CDATA[<p>After <a href="//joaobordalo.com/articles/2006/08/03/bread-crumbs-mind-the-gap">Gapminder</a> (back in 2006), I've just found <a href="http://www.uuorld.com/">UUworld</a>, a free tool for Mac (Pro costs $49):</p><blockquote><p>UUorld (pronounced "world") provides an immersive mapping environment, high-quality data, and critical analysis tools. Great explanations are unfortunately scarce, but UUorld makes them easier to achieve through interactive four-dimensional maps</p></blockquote><p>Very interesting for social, geographic and demographic studies.</p>]]></description><link>https://joaobordalo.com/articles/2009/02/13/explain-the-world-with-maps</link><pubDate>Fri, 13 Feb 2009 03:32:40 GMT</pubDate></item><item><title><![CDATA[Academic earth]]></title><description><![CDATA[<p>Warning, clicking on the following link could warn your productivity for the next days: <a href="http://academicearth.org/">Academic Earth</a> has thousands of video lectures from world's top scholars, covering several topics such as Economics,Engineering, Entrepreneurship, Mathematics and much more.</p><p>For all out there who like to learn, beware, you can become addicted to it.</p>]]></description><link>https://joaobordalo.com/articles/2009/02/13/academic-earth</link><pubDate>Fri, 13 Feb 2009 02:59:54 GMT</pubDate></item><item><title><![CDATA[Karl Marx dixit]]></title><description><![CDATA[<p>In Das Kapital Karl Marx writes:"Owners of capital will stimulate the working class to buy more and more of expensive goods, houses and technology, pushing them to take more and more expensive credits, until their debt becomes unbearable. The unpaid debt will lead to bankruptcy of banks, which will have to be nationalized, and the State will have to take the road which will eventually lead to communism."</p><p>This was written in 1867. I'm not a communist (on the contrary) but this sentence makes me think.</p>]]></description><link>https://joaobordalo.com/articles/2009/02/12/karl-marx-dixit</link><pubDate>Thu, 12 Feb 2009 05:35:11 GMT</pubDate></item><item><title><![CDATA[Social Media in 2009]]></title><description><![CDATA[<p>It's one of those articles you <a href="http://www.readwriteweb.com/archives/10_ways_social_media_will_change_in_2009.php">must read</a>. Via <a href="http://twitter.com">Twitter</a>.</p>]]></description><link>https://joaobordalo.com/articles/2009/01/28/social-media-in-2009</link><pubDate>Wed, 28 Jan 2009 12:59:45 GMT</pubDate></item><item><title><![CDATA[Baby connectus]]></title><description><![CDATA[It's now official: I <a href="//www.youtube.com/view_play_list?p=F94B3871DF0FDC21&playnext=1&v=koTzPvYWOxo">need Youtube</a> to feed my son.]]></description><link>https://joaobordalo.com/articles/2009/01/23/baby-connectus</link><pubDate>Fri, 23 Jan 2009 05:06:31 GMT</pubDate></item><item><title><![CDATA[Online banking security]]></title><description><![CDATA[<p><b>Update 1 day later:</b> First, just to let you know that the comments on <a href="//joaobordalo.com/articles/2009/01/22/online-banking-security">this post</a> are richer than the post itself. Second, that Mit has found a <a href="https://ws.cgd.pt/Espaco-Cliente/GestaoReclamacoes/Formulario.aspx">contact form</a>.<p>You know something is wrong with your online banking security when you access <a href="http://cgd.pt">cgd.pt</a> (instead of <a href="http://www.cgd.pt">www.cgd.pt</a>) and you get an external page:</p><img width="400" height="248" src="//joaobordalo.com/files/cgd.png"><p><b>Note:</b> before I post this article, I tried to find a contact form in CGD's homesite and warn them about this issue. Didn't find any. Even tried the website map.</p>]]></description><link>https://joaobordalo.com/articles/2009/01/22/online-banking-security</link><pubDate>Thu, 22 Jan 2009 08:54:41 GMT</pubDate></item><item><title><![CDATA[Lisbon traffic]]></title><description><![CDATA[<p><b>Update:</b> <a href="http://cam.aipode.com"> cam.aipode.com</a> has all Brisa's webcams in a neat iPhone interface. Oh, the sweat joy of laziness. Thank you Carlos for the nice job.</p><p>I have to commute to Lisbon every day, through the 25 de Abril bridge. So, every day I need to check the traffic on the bridge, and choose the best alternative to get to <a href="http://excentric.pt/">my job</a>. And since I'm a lazy person, and don't want to spend more than a minute checking the traffic, I've built a page in my blog with all the webcams I need to make my driving decisions. And it's now available to you all: <a href="//joaobordalo.com/pages/traffic/">Lisbon traffic through the 25 de Abril bridge</a>.</p>]]></description><link>https://joaobordalo.com/articles/2009/01/21/lisbon-traffic</link><pubDate>Wed, 21 Jan 2009 05:20:56 GMT</pubDate></item><item><title><![CDATA[Dipity, the timeliner]]></title><description><![CDATA[<p>Just came across Dipity, a very interesting service which allow us to make a nice presented timeline of events. By event you should think RSS feeds, Youtube videos, etc. Just for fun, I pointed my RSS feed to it and it generated the following widget:</p><iframe width="400" height="300" src="//wwwdipity.com/bordalix/personal/embed_tl?"></iframe><p>Pretty neat.</p>]]></description><link>https://joaobordalo.com/articles/2009/01/20/dipity-the-timeliner</link><pubDate>Tue, 20 Jan 2009 02:31:41 GMT</pubDate></item><item><title><![CDATA[A short history of marketing]]></title><description><![CDATA[<p>A great short movie considering the changes occurred in marketing and advertising for the last 30 years. Since I'm a partner for a <a href="http://excentric.pt/">digital agency</a>, I guess these are good news for the business:</p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=2753002&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=2753002&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object><p>RSS readers should click <a href="//joaobordalo.com/articles/2009/01/19/a-short-history-of-marketing">here</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2009/01/19/a-short-history-of-marketing</link><pubDate>Mon, 19 Jan 2009 10:46:08 GMT</pubDate></item><item><title><![CDATA[History of the Internet]]></title><description><![CDATA[<p> A short animated documentary from Milah Bilgil, who does a great job explaining the origins and some concepts of the Internet. The video uses a new type of info-graphic called <a href="http://www.picol.org/icon_library.php">PICOL icons</a>, which will soon be made available for free on <a href="http://www.picol.org/">picol.org</a>. PICOL stands for Pictorial Communication Language - it's a project that aims to create "a standard and reduced sign system for electronic communication." PICOL is free to use and open to alter.</p><object width="400" height="225"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=2696386&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=2696386&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object><p>RSS readers should click <a href="//joaobordalo.com/articles/2009/01/08/history-of-the-internet">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2009/01/08/history-of-the-internet</link><pubDate>Thu, 08 Jan 2009 02:57:16 GMT</pubDate></item><item><title><![CDATA[Exploring happiness]]></title><description><![CDATA[<p><a href="http://www.amazon.co.uk/Black-Swan-Impact-Highly-Improbable/dp/0141034599/ref=sr_1_1?ie=UTF8&s=books&qid=1229501944&sr=8-1">The Black Swam</a> by Nassim Taleb, and <a href="http://www.amazon.co.uk/Darwinian-Politics-Evolutionary-Freedom-Evolution/dp/0813530962/ref=sr_1_2?ie=UTF8&s=books&qid=1229501968&sr=8-2">Darwinian Politics</a> by Paul Rubin, were two books that changed my view of the world and humanity (for better, I think).</p><p>Today I found an amazing Ted Talk, by Dan Gilbert, titled "<a href="http://www.ted.com/index.php/talks/dan_gilbert_researches_happiness.html">Exploring the frontier of happiness</a>", which gave me a lot of helpful insights (and it toke me only 33 minutes). Dan speaks about our inability to estimate odds and value, and how than has an impact on our daily life. A must see:</p><object width="334" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param> <param name="flashvars" value="vu=http://video.ted.com/talks/embed/DanGilbert_2005G-embed_high.flv&su=http://images.ted.com/images/ted/tedindex/embed-posters/DanGilbert-2005G.embed_thumbnail.jpg&vw=320&vh=240&ap=0&ti=420" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="334" height="326" allowFullScreen="true" flashvars="vu=http://video.ted.com/talks/embed/DanGilbert_2005G-embed_high.flv&su=http://images.ted.com/images/ted/tedindex/embed-posters/DanGilbert-2005G.embed_thumbnail.jpg&vw=320&vh=240&ap=0&ti=420"></embed></object><p>RSS readers should click <a href="//joaobordalo.com/articles/2008/12/17/exploring-happiness">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/12/17/exploring-happiness</link><pubDate>Wed, 17 Dec 2008 03:36:01 GMT</pubDate></item><item><title><![CDATA[Wordpress 2.7 Coltrane]]></title><description><![CDATA[<p>The new Wordpress 2.7 admin GUI is just awsome:</p> <embed src="http://v.wordpress.com/hFr8Nyar" type="application/x-shockwave-flash" width="400" height="224" allowscriptaccess="always" allowfullscreen="true"></embed><p>RSS readers should click <a href="//joaobordalo.com">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/12/15/wordpress-2-7-coltrane</link><pubDate>Mon, 15 Dec 2008 07:36:11 GMT</pubDate></item><item><title><![CDATA[To all visionaries]]></title><description><![CDATA[<p>To all visionaries out there who have people laughing and mocking about their ideas and visions: resilience is your best weapon. Someday, somewhere, someone will give you the deserved credit.</p><p>For more than 2 years, Peter Schiff is making unbelievable accurate predictions (and warnings) about the financial crisis, and being mocked by other "experts". Guess what, <a href="http://cannonfire.blogspot.com/2008/11/when-winds-of-finance-schiff.html">Peter Shiff was right</a>. The following video is a compilation of Peter's appearance in different TV shows. Watch Peter's accuracy and the arrogance of every other person:</p><iframe title="To all visionaries" width="480" height="300" data-src="//www.youtube.com/embed/2I0QN-FYkpw" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2008/12/09/to-all-visionaries">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/12/09/to-all-visionaries</link><pubDate>Tue, 09 Dec 2008 05:13:40 GMT</pubDate></item><item><title><![CDATA[The Cloud Player]]></title><description><![CDATA[<p>The year is yet to begin, and the app to watch for in 2009 has just popped out: <a href="http://www.thecloudplayer.com/">The Cloud Player</a>, a "iTunes in the cloud" with friends sharing music. It's a all new ball game for the music industry, a brand new way of listening to music. Don't you love these spikes of evolution? Did I mention it's open source?</p><a href="//joaobordalo.com/files/thecloudplayer.png"><img src="//joaobordalo.com/files/thecloudplayer.png" width="440"></a>]]></description><link>https://joaobordalo.com/articles/2008/12/07/the-cloud-player</link><pubDate>Sun, 07 Dec 2008 05:47:04 GMT</pubDate></item><item><title><![CDATA[Kinetic Typography with your content]]></title><description><![CDATA[<p>Vodafone Portugal recently launched a <a href="http://www.maiorfestadomundo.com/#/videocard/ ">Christmas card</a> which, I believe, must be the first ever kinetic typography video with some user generated content. The card is in portuguese only.</p><p>The following video of a Vodafone Christmas card was captured with <a href="http://www.screentoaster.com">ScreenToaster</a>, a online service that allows you to capture your screen. I'm still evaluating it, as this was my first usage of the service, and first conclusion is: it should capture the sound.</p><object width='425' height='344'><param name='movie' value='http://www.screentoaster.com/swf/STPlayer.swf'></param><param name='allowFullScreen' value='true'></param><param name='flashvars' value='video=stVUlTQEVLR1FaRVtfUlxZ'></param><embed src='http://www.screentoaster.com/swf/STPlayer.swf' type='application/x-shockwave-flash' allowfullscreen='true' flashvars='video=stVUlTQEVLR1FaRVtfUlxZ' width='425' height='344'></embed></object><p>RSS readers should click <a href="//joaobordalo.com/articles/2008/12/06/kinetic-typography-with-your-content">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/12/06/kinetic-typography-with-your-content</link><pubDate>Sat, 06 Dec 2008 04:48:13 GMT</pubDate></item><item><title><![CDATA[Zoetrope - learning with the past]]></title><description><![CDATA[<p>Everyone is capable of accessing a website and read their actual content, right?. But what about past content? How can I see yesterday CNN homepage, or last week "Tipping point" price at Amazon?</p><p>And how can one use these <i>past content</i>, correlate it with other sources of <i>past content</i> and generate insights and value? For example, is there (or not) a correlation between bad weather and heavy traffic? Or between weak dollar and stock increases?</p><p>It will be easy with <a href="http://www.cond.org/zoetrope.html">Zoetrope</a>, a new tool designed to help track such information by letting users browse backward through time. The tool is still not available to public consumption, but I'm sure it will be the next web revolution.</p><p>I'm having a hard time to explain this revolutionary tool by words, so here is the video that explains it better:</p><iframe title="Zoetrope - learning with the past" width="480" height="300" data-src="//www.youtube.com/embed/7C-B7qdClak" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2008/12/05/zoetrope-learning-with-the-past">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/12/05/zoetrope-learning-with-the-past</link><pubDate>Fri, 05 Dec 2008 10:27:27 GMT</pubDate></item><item><title><![CDATA[Is Nokia becoming a Google?]]></title><description><![CDATA[<p>Excellent <a href="http://www.economist.com/opinion/displaystory.cfm?story_id=12725264">article</a> from The Economist on why/how Nokia is transforming itself into a service company.</p>]]></description><link>https://joaobordalo.com/articles/2008/12/04/is-nokia-becoming-a-google</link><pubDate>Thu, 04 Dec 2008 06:47:52 GMT</pubDate></item><item><title><![CDATA[All about Google]]></title><description><![CDATA[<p>An impressive presentation from <a href="http://www.fabernovel.com">faberNovel</a> on Google's strategy, with solid grounds, concise and very well written:</p><div style="width:425px;text-align:left" id="__ss_810243"><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=google14qen-last-version-1228241181867301-9&stripped_title=all-about-google-presentation" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=google14qen-last-version-1228241181867301-9&stripped_title=all-about-google-presentation" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></div><p>RSS readers should click <a href="//joaobordalo.com/articles/2008/12/03/all-about-google">here</a> to see the presentation.</p>]]></description><link>https://joaobordalo.com/articles/2008/12/03/all-about-google</link><pubDate>Wed, 03 Dec 2008 05:59:51 GMT</pubDate></item><item><title><![CDATA[Meraki solar]]></title><description><![CDATA[<p>Meraki, a company that sells its mesh WiFi networks all over the globe, has just made the final step to the real wireless: solar powered routers. The implications of these are huge!</p><a href="http://meraki.com/products_services/hardware/solar/"><img  src="//joaobordalo.com/files/meraki_solar.jpg"></a>]]></description><link>https://joaobordalo.com/articles/2008/11/27/meraki-solar</link><pubDate>Thu, 27 Nov 2008 04:50:37 GMT</pubDate></item><item><title><![CDATA[Timesculpture]]></title><description><![CDATA[<p>An amazing advert from Toshiba. My brain is still wondering on how they did it:</p><iframe title="Timesculpture" width="480" height="300" data-src="//www.youtube.com/embed/JYPn1BrTNCE" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2008/11/13/timesculpture">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/11/13/timesculpture</link><pubDate>Thu, 13 Nov 2008 06:18:18 GMT</pubDate></item><item><title><![CDATA[Gmail voice and video chat]]></title><description><![CDATA[<p>Google announced today the voice and video chat for Gmail. To make this work, users have to install a <a href="http://mail.google.com/videochat">small browser plugin</a>. Google will start enabling these new features for all Gmail and Google Apps today, and as is typical for new releases in Gmail, Google will roll this feature out to all users over the "next day or so". Is this the final nail on Skype's coffin?</p><iframe title="Gmail voice and video chat" width="480" height="300" data-src="//www.youtube.com/embed/JFGJRfoK9xQ" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2008/11/12/gmail-voice-and-video-chat">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/11/12/gmail-voice-and-video-chat</link><pubDate>Wed, 12 Nov 2008 02:58:25 GMT</pubDate></item><item><title><![CDATA[Change has come to America]]></title><description><![CDATA[<p>Obama has won, with majority in the senate and the house. And while I'm writing this, my spell checker doesn't recognize the word "Obama". So, Apple dudes, it's time to update the Mac OS X dictionaries.</p><a href="http://edition.cnn.com/ELECTION/2008/results/president/"><img width="440" height="162" src="//joaobordalo.com/files/obama.png"></a>]]></description><link>https://joaobordalo.com/articles/2008/11/05/change-as-come-to-america</link><pubDate>Wed, 05 Nov 2008 03:25:24 GMT</pubDate></item><item><title><![CDATA[Tabbloid]]></title><description><![CDATA[<p><a href="http://www.tabbloid.com/">Tabbloid</a> is a project from Hewlett-Packard that turns your  feeds into a pdf document (someone call it a magazine). All you need to do is point it at one or more feeds, set up a delivery time and you will get a nicely formatted pdf file by email. You can also generate a pdf on the fly from one or more feeds.</p><p>As a joke, I try it with the <a href="http://www.prt.sc/">PrintScreen</a> feed. You can see a screenshot here or download the resulting  <a href="//joaobordalo.com/files/prtsc.pdf">pdf file</a>.</p><p><a href="//joaobordalo.com/files/tabbloid.png"><img width="440" height="289" src="//joaobordalo.com/files/tabbloid.png"></a></p>]]></description><link>https://joaobordalo.com/articles/2008/11/03/tabbloid</link><pubDate>Mon, 03 Nov 2008 05:19:29 GMT</pubDate></item><item><title><![CDATA[On Apple shares]]></title><description><![CDATA[<p>Enough said:</p><blockquote><p> Right away, one ought to notice the staggering growth rate in both revenue and earnings that Apple displayed in 2008. Apple’s real revenue grew 54.5% from $24.637 billion in FYE 2007 to $38.041 billion in FYE 2008 — a full $13.4 billion growth in revenues. Even more impressive is Apple’s 81.2% growth rate in adjusted net income. For a company that is trading at 12 times 2008 earnings, it doesn’t take a genius to conclude that Apple is severely undervalued. Especially since Apple currently trades at about 3.37 times its cash position — which is objectively and significantly lower than every other large cap tech company.<br /><br />GOOG trades at 7.18 times its cash position, RIMM at 15.51 times cash, AMZN at 9.15 times cash, MSFT at 9.13 times cash, CSCO at 3.62 times cash, IBM at 10.96 times cash, INTC at 6.54 times cash, and HPQ at 5.15 times cash. What is more, only GOOG, AAPL and MSFT have no debt of the companies mentioned above. Apple has the largest net cash position than any of those companies and Apple has more net cash than RIMM, GOOG, AMZN and IBM combined.</p></blockquote><p>Via <a href="http://daringfireball.net/linked/2008/10/28/zaky">Daring Fireball</a>. That could explain today's gains.</p>]]></description><link>https://joaobordalo.com/articles/2008/10/28/on-apple-shares</link><pubDate>Tue, 28 Oct 2008 05:42:43 GMT</pubDate></item><item><title><![CDATA[Video clip made in Excel]]></title><description><![CDATA[<p>Don't you love when someone makes something completely out of the box? I do. AC/DC made the first video clip made entirely in Excel, a video for the "Rock N Roll Train" music. Download the spreadsheet from <a href="http://www.acdcrocks.com/excel/">http://www.acdcrocks.com/excel/</a> or see it working:</p> <iframe title="Video clip made in Excel" width="480" height="300" data-src="//www.youtube.com/embed/h9_YkXHCkgA" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2008/10/28/video-clip-made-in-excel">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/10/28/video-clip-made-in-excel</link><pubDate>Tue, 28 Oct 2008 08:22:59 GMT</pubDate></item><item><title><![CDATA[Wassup 8 years later]]></title><description><![CDATA[<p>A brilliant <a href="http://www.glossyinc.com/massmarket/wassup2008.html">parody</a> mixing the famous Wassup campaign with today's concerns and a great dark humor.</p>]]></description><link>https://joaobordalo.com/articles/2008/10/28/wassup-8-years-later</link><pubDate>Tue, 28 Oct 2008 06:24:09 GMT</pubDate></item><item><title><![CDATA[A timeline of information history]]></title><description><![CDATA[<p>A very interesting interactive <a href="http://www.mkbergman.com/?page_id=327">timeline of information history</a>, described by the author as:</p><blockquote><p>This timeline presents significant events and developments in the innovation and management of information and documents from cave paintings (ca 30,000 BC) to the present</p></blockquote><p>Click the image to jump to the website and try it for yourself:</p><a href="http://www.mkbergman.com/?page_id=327"><img width="440" height="300" src="//joaobordalo.com/files/info_timeline.png"></a>]]></description><link>https://joaobordalo.com/articles/2008/10/27/a-timeline-of-information-history</link><pubDate>Mon, 27 Oct 2008 06:16:51 GMT</pubDate></item><item><title><![CDATA[The financial crisis explained]]></title><description><![CDATA[<p>The best explanation so far (via <a href="http://www.simplicidade.org/notes/">Melo</a>):</p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/eb_R1-PqRrw&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/eb_R1-PqRrw&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object><p>RSS readers should click <a href="http://joaobordalo.com/articles/2008/10/20/the-financial-crisis-explained">here</a> to watch the video.</p>]]></description><link>http://joaobordalo.com/articles/2008/10/20/the-financial-crisis-explained</link><pubDate>Mon, 20 Oct 2008 12:09:54 GMT</pubDate></item><item><title><![CDATA[Dear Mom and Dad]]></title><description><![CDATA[<p>Please help me to love myself. <br />Don’t spoil me; I know quite well that I shouldn’t have all that I ask for.<br />I’m only testing you – give me the discipline I need.<br />I need my sense of dignity so don’t belittle me in front of people.<br />I’ll take more notice if you talk to me with as much respect as you give your grown-up friends.<br />Don’t be too upset when I say that I hate you. It isn’t you I hate but your power over me.<br />Please be patient with me, I may be a late bloomer.<br />Please keep me feeling good about myself by telling the good things about myself more often than you tell me of the bad things you don’t like.<br />Don’t bribe me or make rash promises. Remember that I feel badly let down when promises are broken.<br />The more you give me the safety to expose my true feelings the more of my inner beauty I will risk showing.<br />Don’t be inconsistent, that confuses me and makes me lose faith in you.<br />Please praise and acknowledge me for who I am and not for the things I do, for then I will grow up without the stress of comparing and competing.<br />Please keep reminding me that I am good, capable and worthwhile, so that I grow up loving and accepting myself.<br />And finally, don’t forget that I can’t thrive without your love and understanding… but I don’t need to tell you, do I?</p>]]></description><link>https://joaobordalo.com/articles/2008/10/01/dear-mom-and-dad</link><pubDate>Wed, 01 Oct 2008 11:30:17 GMT</pubDate></item><item><title><![CDATA[Apple soundtrack]]></title><description><![CDATA[<p>With only Mac OS X sounds, <a href="http://www.thecleverest.com/videos/343">this guy</a> composed a music, using, of course, GarageBand. How geek can you get?</p><iframe title="Apple soundtrack" width="480" height="300" data-src="//www.youtube.com/embed/RAKXTvyYSfc" frameborder="0" allowfullscreen></iframe>]]></description><link>https://joaobordalo.com/articles/2008/09/30/apple-soundtrack</link><pubDate>Tue, 30 Sep 2008 07:11:17 GMT</pubDate></item><item><title><![CDATA[Welcome to the 4th screen]]></title><description><![CDATA[<p>Via <a href="http://www.kludgehack.com/2008/09/10/very-cool-commercial-from-nokia/">KludgeHack</a>, a very insightful ad from Nokia, to think about:</p><iframe title="Welcome to the 4th screen" width="480" height="300" data-src="//www.youtube.com/embed/97a4nO-Vzfk" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2008/09/11/welcome-to-the-4th-screen">here</a> to watch the video.</a>]]></description><link>https://joaobordalo.com/articles/2008/09/11/welcome-to-the-4th-screen</link><pubDate>Thu, 11 Sep 2008 06:23:06 GMT</pubDate></item><item><title><![CDATA[iPhone vs Symbian]]></title><description><![CDATA[<p>The following graphic, proudly copied from a <a href="http://www.techcrunch.com/2008/09/03/can-the-iphone-beat-symbian-os/">TechCrunch post</a>, blowed up my mind: I was expecting a big success for Apple's iPhone, but not this kind of numbers, this is huge!</p><a href="http://www.techcrunch.com/2008/09/03/can-the-iphone-beat-symbian-os/"><img width="440" height="290" src="//joaobordalo.com/files/iphone-v-symbian-real.png"></a>]]></description><link>https://joaobordalo.com/articles/2008/09/03/iphone-vs-symbian</link><pubDate>Wed, 03 Sep 2008 02:58:52 GMT</pubDate></item><item><title><![CDATA[Chrome, some bad news]]></title><description><![CDATA[<p><b>Update:</b> Google's <a href="http://googleblog.blogspot.com/2008/09/update-to-google-chromes-terms-of.html">has changed</a> the Terms of Service for Chrome.</p><p>Everyone is talking about the new Google's browser, coined Chrome. and the idea of launching a <a href="http://www.google.com/googlebooks/chrome/index.html">comic book</a> to explain the advantages of Chrome a day before the launch is absolutely brilliant, and surely must be responsible for some of the hype generated along.</p><p>Since there is no Mac version available yet, I still haven't try it, but after reading some posts today, I'm glad I haven't:</p><ul><li>Ryan Narraine, a security evangelist at Kaspersky Lab, <a href="http://blogs.zdnet.com/security/?p=1843">found out</a> that Chrome has inherited a serious security flaw from the old version of <a href="http://webkit.org">WebKit</a> is based on: by combining a flaw in WebKit with a known Java bug, is possible to an attacker to trick Windows users into launching a Java file in one's computer. Try this <a href="http://raffon.net/research/google/chrome/carpet.html">demo</a> to see the bug working (don't worry, it's only a proof of concept, the Java application that will be installed in your Windows computer will do no harm);</li><li>The other issue has to do with <a href="http://www.google.com/chrome/eula.html">Chrome Terms of Service</a>, which I believe will be changed in a near future, since point 11.1 states, and I quote, "<i>By submitting, posting or displaying the content you give Google a perpetual, irrevocable, worldwide, royalty-free, and non-exclusive license to reproduce, adapt, modify, translate, publish, publicly perform, publicly display and distribute any Content which you submit, post or display on or through, the Services</i>". In my opinion, this make sense when we are talking of services like YouTube and such, but in this case we are talking about a browser, so, by accepting this term, I would be allowing Google to own any content that I would access through the Chrome browser, which is pretty abusive, don't you think?</li></ul><p>In summary, I will wait for the version 1.1 of the browser, and for a change in the Terms of Service before trying it.</p>]]></description><link>https://joaobordalo.com/articles/2008/09/03/chrome-some-bad-news</link><pubDate>Wed, 03 Sep 2008 02:31:36 GMT</pubDate></item><item><title><![CDATA[The GPS from the future]]></title><description><![CDATA[<p>The new Blaukpunkt's TravelPilot 700 is a beast: it features an integrated camera that displays realtime video with navigation overlays on their screen, traffic sign recognition, TV via DVB-T (while you are not driving), voice control, web and emails via wi-fi, traffic information which re-routes to avoid traffic congestions and the (already) usual bluetooth integration with your cellphone. Additionally, it comes with a speed camera warning, which I'm not sure if it's legal in the UE.</p><p>Watch the video below and see for yourself:</p><iframe title="The GPS from the future" width="480" height="300" data-src="//www.youtube.com/embed/2QxBlonVHnk" frameborder="0" allowfullscreen></iframe><p>This is a all new ball game, it's time for TomTom, Garmin and such to speed up development and close the gap.</p><p><b>Note:</b> I'm not affiliate with Blaukpunkt, I'm just looking for cutting edge technology.</p><p>RSS readers should click <a href="//joaobordalo.com/articles/2008/09/02/the-gps-from-the-future">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/09/02/the-gps-from-the-future</link><pubDate>Tue, 02 Sep 2008 07:16:58 GMT</pubDate></item><item><title><![CDATA[Robot corrects human]]></title><description><![CDATA[<p>In a project from Minho University (my University by the way), a human and a robot are working together to assemble an object from its parts. But the human is doing it wrong, so the robot is warning him of the case. See the video below:</p><iframe title="Robot corrects human" width="480" height="300" data-src="//www.youtube.com/embed/i0Gbgg-Vq34" frameborder="0" allowfullscreen></iframe><p>This kind of investigation is needed for a future where people and robots work together, with machines understanding what their biological colleagues are doing and acting in conformity.</p><p>Via <a href="http://www.newscientist.com/blog/technology/2008/08/robot-tells-human-off-for-doing-it.html">New Scientist</a>.</p><p>RSS readers should click <a href="//joaobordalo.com/articles/2008/08/21/robot-corrects-human">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/08/21/robot-corrects-human</link><pubDate>Thu, 21 Aug 2008 07:21:31 GMT</pubDate></item><item><title><![CDATA[I'm a father]]></title><description><![CDATA[<p>Afonso has born yesterday, at 21h37 GMT, with 3.690 gr. He has an excellent health, and everything is well with the mother. The next days will be dedicated to him.</p><img width="440" height="330" src="//joaobordalo.com/files/afonso2.jpg">]]></description><link>https://joaobordalo.com/articles/2008/07/28/im-a-father</link><pubDate>Mon, 28 Jul 2008 06:28:33 GMT</pubDate></item><item><title><![CDATA[The font conference]]></title><description><![CDATA[<p>A little humor from typefaces, the font conference (via <a href="http://www.collegehumor.com/video:1823766">College Humor</a>):</p><object type="application/x-shockwave-flash" data="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1823766&fullscreen=1" width="440" height="247" ><param name="allowfullscreen" value="true" /><param name="AllowScriptAccess" value="true" /><param name="movie" quality="best" value="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1823766&fullscreen=1" /></object><p>RSS readers should click <a href="//joaobordalo.com/articles/2008/07/24/the-font-conference">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/07/24/the-font-conference</link><pubDate>Thu, 24 Jul 2008 07:36:50 GMT</pubDate></item><item><title><![CDATA[The next Apple product?]]></title><description><![CDATA[<p>It's a rumor, so treat it like that, a rumor. MacDailyNews <a href="http://www.macdailynews.com/index.php/weblog/comments/rumor_apples_secret_product_is_macbook_touch/">reports</a> the next Apple cutting edge product will be what someone called the MacBook Touch:</p><blockquote><p>Think MacBook screen, possibly a bit smaller, in glass with iPhone-like, but fuller-featured Multi-Touch. Gesture library. Full Mac OS X. This is why they bought P.A. Semi. Possibly with Immersion's haptic tech. Slot-loading SuperDrive. Accelerometer. GPS. Pretty expensive to produce initially, but sold at "low" price that will reduce margins. Apple wants to move these babies. And move they will. This is some sick shit. App Store-compatible, able to run Mac apps, too. By October at the latest.</p></blockquote><p>I was wondering what would be Apple's 2008 breakthrough product. Guess I found it. I recall to see some photos of this, but I lost them, do someone knows where to find some mockups of the possible MacBook Touch?</p>]]></description><link>https://joaobordalo.com/articles/2008/07/23/the-next-apple-product</link><pubDate>Wed, 23 Jul 2008 07:26:06 GMT</pubDate></item><item><title><![CDATA[Is this the future of search?]]></title><description><![CDATA[<p>It seems Google is doing some experiments with theirs main product, the web search. Imagine adding Digg's functionalities to Google's web search results and voila, you get what can be seen as the future of web search:</p><embed src="http://blip.tv/play/AcLYFYu8cA" type="application/x-shockwave-flash" width="440" height="350" allowscriptaccess="always" allowfullscreen="true"></embed> <p>RSS readers should click <a href="//joaobordalo.com/articles/2008/07/17/is-this-the-future-of-search">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/07/17/is-this-the-future-of-search</link><pubDate>Thu, 17 Jul 2008 12:28:13 GMT</pubDate></item><item><title><![CDATA[Excentric's day off]]></title><description><![CDATA[<p>Last Friday was <a href="http://excentric.pt/">Excentric</a>'s second birthday, and we all went for a boat trip. With a lot of fun (and alcohol), it was a great day, as shown in the following video (made by Jorge Teixeira, our creative director):</p> <object width="400" height="225">	<param name="allowfullscreen" value="true" />	<param name="allowscriptaccess" value="always" />	<param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1314290&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" />	<embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1314290&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object><p>RSS readers should click <a href="//joaobordalo.com/articles/2008/07/15/excentrics-day-off">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/07/15/excentrics-day-off</link><pubDate>Tue, 15 Jul 2008 10:27:27 GMT</pubDate></item><item><title><![CDATA[I met the walrus]]></title><description><![CDATA[<p>In 1969, a 14-year-old Beatle fanatic named Jerry Levitan, armed with a reel-to-reel tape deck, snuck into John Lennon's hotel room in Toronto and convinced John to do an interview about peace. 38 years later, Jerry has produced a film about it:</p><iframe title="I met the walrus" width="480" height="300" data-src="//www.youtube.com/embed/jmR0V6s3NKk" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2008/07/08/i-met-the-walrus">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/07/08/i-met-the-walrus</link><pubDate>Tue, 08 Jul 2008 06:15:20 GMT</pubDate></item><item><title><![CDATA[Simpsons map for quake 3 arena]]></title><description><![CDATA[<p>I played quake for years and I love it. I'm a huge fan of the  Simpsons. And I just realized that I can have the best of the two worlds, by playing quake 3 arena in Springfield! The level of detail is jaw dropping! Take a peek at the following video:</p><iframe title="Simpsons map for quake 3 arena" width="480" height="300" data-src="//www.youtube.com/embed/34LtrnnXQTc" frameborder="0" allowfullscreen></iframe><p>You can download the map (17.5 MB) by clicking one of the following links:</p><ul><li>Provided by <a href="http://lvlworld.com/dl.php?id=1958&ftp=filefront&zip=simpsons_map">FileFront</a></li><li>Provided by <a href="http://lvlworld.com/dl.php?id=1958&ftp=mhgaming&zip=simpsons_map">MHGaming</a></li><li>Provided by <a href="http://lvlworld.com/dl.php?id=1958&ftp=lvl&zip=simpsons_map">..::LVL</a></li></ul><p>RSS readers should click <a href="//joaobordalo.com/articles/2008/06/24/simpsons-map-for-quake-3-arena">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/06/24/simpsons-map-for-quake-3-arena</link><pubDate>Tue, 24 Jun 2008 07:37:45 GMT</pubDate></item><item><title><![CDATA[Cooking for engineers]]></title><description><![CDATA[<p>A few months ago, <a href="//joaobordalo.com/pages/about">my graphical CV</a> was found by the spanish blogosphere, which boosted this blog access statistics. Today, I found in <a href="http://www.cookingforengineers.com/">Cooking For Engineers</a> a all new form of recipe description, a graphical one:</p><p><a href="//joaobordalo.com/files/receipegrid-small.png"><img width="440" height="226" src="//joaobordalo.com/files/receipegrid-small.png"></a></p><p>It takes a while to understand it, but it makes perfect sense afterwards.</p>]]></description><link>https://joaobordalo.com/articles/2008/06/17/cooking-for-engineers</link><pubDate>Tue, 17 Jun 2008 04:08:13 GMT</pubDate></item><item><title><![CDATA[SMS consumatori]]></title><description><![CDATA[<p>Due to the increase prices in food, the italian government has build and delivered a break-through service, the <a href="http://www.smsconsumatori.it/">SMS consumatori</a>, a service where one can send the name of a product through a SMS and receive the average price for it across Italy. Is this sufficient to stop speculation?</p>]]></description><link>https://joaobordalo.com/articles/2008/06/16/sms-consumatori</link><pubDate>Mon, 16 Jun 2008 04:51:37 GMT</pubDate></item><item><title><![CDATA[Apple WWDC in 60 seconds]]></title><description><![CDATA[<p>Enough said:</p><iframe title="Apple WWDC in 60 seconds" width="480" height="300" data-src="//www.youtube.com/embed/dGY28Qbj76A" frameborder="0" allowfullscreen></iframe>]]></description><link>https://joaobordalo.com/articles/2008/06/11/apple-wwdc-in-60-seconds</link><pubDate>Wed, 11 Jun 2008 05:39:41 GMT</pubDate></item><item><title><![CDATA[Adapting websites to users]]></title><description><![CDATA[<p>What if a website <i>knew</i> your way of thinking and adapt accordingly? Do you prefer clean facts on a clean page, or a lot of charts and graphics? Forget user profiles, stored cookies, or long questionnaires, this new system will work by watching the first clicks you do, and adapting the next pages to your style of thinking. Interested? Read <a href="http://web.mit.edu/hauser/www/Papers/Hauser_Urban_Liberali_Braun_Website_Morphing_May_2008.pdf">the paper</a>.</p><p>Via <a href="http://www.technologyreview.com/Biztech/20872/">Technology Review</a>]]></description><link>https://joaobordalo.com/articles/2008/06/09/adapting-websites-to-users</link><pubDate>Mon, 09 Jun 2008 09:42:53 GMT</pubDate></item><item><title><![CDATA[Bending wire]]></title><description><![CDATA[<p>Everyone knows some animals are capable of using tools to accomplish certain tasks, but what I didn't know is that some animals are able to <b>build</b> their own tools to get what they want. The following video is mind blowing:</p><iframe title="Bending wire" width="480" height="300" data-src="//www.youtube.com/embed/fijuwTeoBt8" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2008/05/28/bending-wire">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/05/28/bending-wire</link><pubDate>Wed, 28 May 2008 10:12:26 GMT</pubDate></item><item><title><![CDATA[Sit straight]]></title><description><![CDATA[<p>If you spend long periods in front of a computer (like me), you should have a correct body position in order to prevent injuries. This site shows you <a href="http://www.permanente.net/homepage/kaiser/video/ergonomics/ergo_member120506.swf ">how to sit straight when using a computer</a>.</p> <p><a href="http://www.permanente.net/homepage/kaiser/video/ergonomics/ergo_member120506.swf"><img src="//joaobordalo.com/files/ergo.png" width="440" height="280"></a></p><p>And remember the 20/20/20 rule: every 20 minutes take a 20 seconds break to look 20 feet away.</p>]]></description><link>https://joaobordalo.com/articles/2008/05/19/sit-straight</link><pubDate>Mon, 19 May 2008 03:54:36 GMT</pubDate></item><item><title><![CDATA[Webby awards 2008]]></title><description><![CDATA[<p>The Webby Awards winners <a href="http://www.webbyawards.com/webbys/current.php?season=12">list of honorees, winners and nominees</a> for this year is out! What a huge source of inspiration.</p>]]></description><link>https://joaobordalo.com/articles/2008/05/15/webby-awards-2008</link><pubDate>Thu, 15 May 2008 10:45:36 GMT</pubDate></item><item><title><![CDATA[Quickies]]></title><description><![CDATA[<p>Sticky notes of 21st Century:</p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/HQT5_4aVvHU&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/HQT5_4aVvHU&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object><p>RSS readers should click <a href="http://joaobordalo.com/articles/2008/05/14/quickies">here</a> to watch the video.</p>]]></description><link>http://joaobordalo.com/articles/2008/05/14/quickies</link><pubDate>Wed, 14 May 2008 10:28:13 GMT</pubDate></item><item><title><![CDATA[Piet]]></title><description><![CDATA[The strangest programing language I have <a href="http://www.dangermouse.net/esoteric/piet/samples.html">seen</a>.]]></description><link>https://joaobordalo.com/articles/2008/05/07/piet</link><pubDate>Wed, 07 May 2008 03:59:24 GMT</pubDate></item><item><title><![CDATA[Back to land line phones?]]></title><description><![CDATA[<p>The <a href="http://en.wikipedia.org/wiki/GSM">GSM</a> protocol is the most popular standard for mobile phones in the world, and people's privacy while communicating through their cell phones is provided by an encryption algorithm called A5.</p><p>The <a href="http://wiki.thc.org/cracking_a5">A5 cracking team</a> (the group behind this project) sell in their homepage a device costing $1100 (&euro;700) that allows one to eavesdrop a call, store the conversation, and crack it in 30-60 minutes.</p><p>So, A5 seem to be easily breakable, and even further, a web service will soon be available in order to allow for everyone who could eavesdrops a GSM communication to crack the frames. In other words, it will a matter of minutes and a few hundred euros and even you will be able to listen to other people talks.</p><p>So, for all out there who have concerns about their privacy, be aware, your personal paranoid levels will rise. And it will also affect mobile operators, public pressure will be huge to have the problem fixed, and I don't know how to do it without upgrading the network and changing all the cellphones in the market.</p><p>Via <a href="http://radar.oreilly.com/archives/2008/04/cracking-gsm-available-soon-vi.html">O'Reilly Radar</a>.</p>]]></description><link>https://joaobordalo.com/articles/2008/04/17/back-to-land-line-phones</link><pubDate>Thu, 17 Apr 2008 01:56:59 GMT</pubDate></item><item><title><![CDATA[Web infrastructure 101]]></title><description><![CDATA[<p><a href="">Celso</a> wrote an <a href="http://celso.arrifana.org/archives/444-Booting-up-sapo.cv.html">amazing article</a> (in portuguese) describing <a href="http://sapo.pt/">Sapo</a>'s technical architecture, all based in opensource software and a lot of inspiration and hard work. Very good technical reading, thanks Celso.</p><p><b>Update:</b> Pedro Figueiredo has done a great job and translated the original post <a href="http://pfig.livejournal.com/208601.html">to english</a>.</p>]]></description><link>https://joaobordalo.com/articles/2008/04/17/web-infrastructure-101</link><pubDate>Thu, 17 Apr 2008 04:12:07 GMT</pubDate></item><item><title><![CDATA[Best April fools prank ever]]></title><description><![CDATA[<p>With the usual BBC's quality, a documentary about flying penguins. I guess linux users will love this movie:</p> <iframe title="Best April fools prank ever" width="480" height="300" data-src="//www.youtube.com/embed/9dfWzp7rYR4" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2008/04/14/best-april-fools-prank-ever">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/04/14/best-april-fools-prank-ever</link><pubDate>Mon, 14 Apr 2008 06:57:45 GMT</pubDate></item><item><title><![CDATA[Traffic jams explained]]></title><description><![CDATA[<p>Ever been on a traffic jam, and all over sudden all things get going, and you never realize what the hell caused the traffic jam in the first place? Well, japanese scientists studied the subject deeply, done some experiments and got some conclusions. Read this <a href="http://www.newscientist.com/blog/technology/2008/04/diy-shockwave-traffic-jams.html">New Scientist article</a> to know more about this, and watch the following video where you can watch a traffic jam appear from nowhere:</p><iframe title="Traffic jams explained" width="480" height="300" data-src="//www.youtube.com/embed/Suugn-p5C1M" frameborder="0" allowfullscreen></iframe><p>RSS reader should click <a href="//joaobordalo.com/articles/2008/04/10/traffic-jams-explained">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/04/10/traffic-jams-explained</link><pubDate>Thu, 10 Apr 2008 04:23:47 GMT</pubDate></item><item><title><![CDATA[The online advertising business]]></title><description><![CDATA[<p><a href="http://www.emarketer.com/">eMarketeer</a> published a study about online advertising spending in the UK, present and future (bold mine):</p><blockquote><p>Advertisers will spend £3.4 billion in 2008, a rise of 27% from the year before, according to new online ad spending figures released by eMarketer. Internet advertising spending will continue to show <b>double-digit growth</b> through 2010, passing £4.3 billion in 2010 and exceeding £5 billion in 2012.</p></blockquote><p>Even considering that the UK market isn't the world market, it's a very good insight, which allows me to say <a href="http://excentric.pt/">we</a> are on the right track to growth. In this case, numbers speak for themselves:</p><a href="http://www.emarketer.com/Article.aspx?id=1006118"><img src="//joaobordalo.com/files/uk_online_advertising.gif"></a>]]></description><link>https://joaobordalo.com/articles/2008/04/08/the-online-advertising-business</link><pubDate>Tue, 08 Apr 2008 09:11:56 GMT</pubDate></item><item><title><![CDATA[Google App Engine]]></title><description><![CDATA[<p>It's <a href="http://code.google.com/appengine/">out</a>, it's free (at least for now), and it's a serious competitor to <a href="http://aws.amazon.com/">Amazon Web Services</a>, with a more turn-key solution:</p><blockquote><p> Google is offering to host your entire web app, not just the storage. It lets you use Google Checkout for commerce and Google Accounts for user accounts.</p></blockquote><p>Via <a href="http://daringfireball.net/">John Gruber</a>.</p>]]></description><link>https://joaobordalo.com/articles/2008/04/08/google-app-engine</link><pubDate>Tue, 08 Apr 2008 03:56:56 GMT</pubDate></item><item><title><![CDATA[OpenID]]></title><description><![CDATA[<p>Everything you need to know about <a href="http://openid.net/">OpenID</a> in a very nice <a href="http://www.readwriteweb.com/archives/openid_status_check_a_guide_to_openid.php">article</a> from ReadWriteWeb.</p>]]></description><link>https://joaobordalo.com/articles/2008/04/04/openid</link><pubDate>Fri, 04 Apr 2008 06:05:49 GMT</pubDate></item><item><title><![CDATA[Incredible fold-ins]]></title><description><![CDATA[<p>Al Jaffee's <a href="http://www.nytimes.com/interactive/2008/03/28/arts/20080330_FOLD_IN_FEATURE.html">fold-ins</a> for Mad magazine, from the 1960s to the present, in interactive form.</p><p>Via <a href="http://twitter.com/vonfreud">Frederico Marques</a> via <a href="http://twitter.com/">twitter</a>.</p>]]></description><link>https://joaobordalo.com/articles/2008/04/01/incredible-fold-ins</link><pubDate>Tue, 01 Apr 2008 03:40:04 GMT</pubDate></item><item><title><![CDATA[URLs as UI]]></title><description><![CDATA[<p>A very interesting <a href="http://www.darowski.com/tracesofinspiration/2008/03/16/url-as-ui/">article</a> from Adam Darowski on transforming URLs into usable pieces of the user interface.</p><a href="http://www.darowski.com/tracesofinspiration/2008/03/16/url-as-ui/"><img src="http://farm4.static.flickr.com/3063/2338775373_cba6f858a0.jpg"></a><p class="meta">Image credits: <a href="http://www.flickr.com/photos/darowskidotcom/2338775373/">Adam Darowski</a>.</p>]]></description><link>https://joaobordalo.com/articles/2008/04/01/urls-as-ui</link><pubDate>Tue, 01 Apr 2008 12:15:06 GMT</pubDate></item><item><title><![CDATA[All your iPhones are belong to us]]></title><description><![CDATA[<p>Following our <a href="//joaobordalo.com/articles/2008/03/18/apple-please-open-the-iphone">discussion</a>, iPhone Dev Team gave a step further in a totally open iPhone platform. Watch the following video till the end, there is always <i>one last thing</i>:</p><iframe title="All your iPhones are belong to us" width="480" height="300" data-src="//www.youtube.com/embed/siuKQw6L6Rk" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2008/03/30/all-your-iphones-are-belong-to-us">here</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/03/30/all-your-iphones-are-belong-to-us</link><pubDate>Sun, 30 Mar 2008 03:06:21 GMT</pubDate></item><item><title><![CDATA[Subscribe by email]]></title><description><![CDATA[<p>Since a lot of people prefer email as the method for content syndication, is now possible to  <a href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=596018&amp;loc=en_US">subscribe to this blog by email</a>. Just follow the previous link or visit the <a href="//joaobordalo.com">blog</a> and use the form in the sidebar. The service is offered by <a href="http://feedburner.com/">Feedburner</a>.</p>]]></description><link>https://joaobordalo.com/articles/2008/03/28/subscribe-by-email</link><pubDate>Fri, 28 Mar 2008 08:05:54 GMT</pubDate></item><item><title><![CDATA[A tale about security]]></title><description><![CDATA[<p>Once open <a href="http://www.news.com/8301-10784_3-9900456-7.html">a time</a>, a <a href="http://apple.com">company</a> which had a lot of people using his <a href="http://en.wikipedia.org/wiki/Itunes">digital media player</a>, pushed people to use his <a href="http://en.wikipedia.org/wiki/Safari_%28web_browser%29">browser</a> through an 'almost automatic' software update. People <a href="http://www.microsoft-watch.com/content/operating_systems/apples_windows_invasion.html">complained</a> about this behaviour, others <a href="http://blech.vox.com/library/post/windows-invasion-translation.html">defend it</a>, and there was what someone called a <i>nano-scandal</i>, and a lot of people installed the new browser.</p><p>And then there were the bad guys (cause a tale has always bad guys), who found <a href="http://dvlabs.tippingpoint.com/blog/2008/03/27/day-two-of-cansecwest-pwn-to-own---we-have-our-first-official-winner-with-picture">a way to break</a> into someone's computer through a bug in the referenced browser. So, the company was/his installing a lock into a lot of personal computers, and someone has just found the master key.</p><p>Bad timing? Bad luck? Or karma?</p>]]></description><link>https://joaobordalo.com/articles/2008/03/28/a-tale-about-security</link><pubDate>Fri, 28 Mar 2008 07:38:48 GMT</pubDate></item><item><title><![CDATA[Is it a dog? a horse? no, it's a robot]]></title><description><![CDATA[<p>I'm pretty amazed with the following video. It's a robot developed by Boston Dynamics, with DARPA sponsorship (yep, the same organization who financed the development of the Internet). Watch it and pay special attention to the robot's reaction around 0:35 of the video.</p><iframe title="Is it a dog? a horse? no, it's a robot" width="480" height="300" data-src="//www.youtube.com/embed/W1czBcnX1Ww" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2008/03/24/is-it-a-dog-a-horse-no-its-a-robot">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/03/24/is-it-a-dog-a-horse-no-its-a-robot</link><pubDate>Mon, 24 Mar 2008 12:59:30 GMT</pubDate></item><item><title><![CDATA[Safari 3.1 Gmail problem]]></title><description><![CDATA[<p>If you upgraded your Safari to the new 3.1 version, use Gmail, and now your Shift or Tab keys are making your cursor jumping back to the To: field, here is the solution: change your default language to English (US); click on "Newer version" on the top right of the screen - only English (US) version has this option enabled; you are done, Gmail should be working perfectly now.</p><p>I guess people at Cupertino doesn't use Gmail...</p><p><b>Update:</b> the same problem happens with Gmail for Google Apps, and I don't know how to solve it. Need a hand.</p>]]></description><link>https://joaobordalo.com/articles/2008/03/19/safari-3-1-gmail-problem</link><pubDate>Wed, 19 Mar 2008 06:16:32 GMT</pubDate></item><item><title><![CDATA[Apple, please open the iPhone]]></title><description><![CDATA[<p>Dear Steve, you should sell the iPhones as you sell your computers: like an open plataform where anyone can install whatever application they want, with full responsability and without your paternal control.</p><p>This way, you will sell millions of iPhones worldwide, and will be doing what you do best: selling state-of-the-art hardware running a gorgeous, user friendly operating system.</p><p>Trying to gain from the mobile operators is buying a war you don't want (or need) to. Trying to gain from the developers community by restricting the free flow of creativity is wrong, and against the values of the Apple brand.</p><p>So, please, don't be greedy, change your mind, or <a href="http://money.cnn.com/news/newsfeeds/articles/djf500/200803132020DOWJONESDJONLINE001129_FORTUNE5.htm">they will force you</a>.]]></description><link>https://joaobordalo.com/articles/2008/03/18/apple-please-open-the-iphone</link><pubDate>Tue, 18 Mar 2008 06:35:12 GMT</pubDate></item><item><title><![CDATA[Brain hemispheres]]></title><description><![CDATA[<p>Another great Ted talk, this time from neuroanatomist Jill Bolte Taylor which had a great opportunity for a brain scientist:</p><p><blockquote>One morning, she realized she was having a massive stroke. As it happened -- as she felt her brain functions slip away one by one, speech, movement, understanding -- she studied and remembered every moment. This is a powerful story about how our brains define us and connect us to the world and to one another</blockquote></p><p>It's a very strong, emotional story, explaining the differences between our right and left brain hemispheres, told in the first person.</p><object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param> <param name="flashvars" value="vu=http://video.ted.com/talks/embed/JillBolteTaylor_2008-embed_high.flv&su=http://images.ted.com/images/ted/tedindex/embed-posters/JillBolteTaylor-2008.embed_thumbnail.jpg&vw=432&vh=240&ap=0&ti=229" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" flashvars="vu=http://video.ted.com/talks/embed/JillBolteTaylor_2008-embed_high.flv&su=http://images.ted.com/images/ted/tedindex/embed-posters/JillBolteTaylor-2008.embed_thumbnail.jpg&vw=432&vh=240&ap=0&ti=229"></embed></object>]]></description><link>https://joaobordalo.com/articles/2008/03/17/brain-hemispheres</link><pubDate>Mon, 17 Mar 2008 09:02:23 GMT</pubDate></item><item><title><![CDATA[Excentric v2]]></title><description><![CDATA[<p>The new version of our <a href="http://excentric.pt/">company website</a> is up and running. One new cool feature is the <a href="http://blog.excentric.pt/">digital clipping blog</a>, where you can follow the best, most disruptive and funny digital experiences being deliver worldwide.</p><p>To all involved in the birth if this new website, my eternal gratitude for all the hard work.</p>]]></description><link>https://joaobordalo.com/articles/2008/03/13/excentric-v2</link><pubDate>Thu, 13 Mar 2008 07:11:48 GMT</pubDate></item><item><title><![CDATA[Mailing done right]]></title><description><![CDATA[Via <a href="http://nunonunes.org/weblog/stories_thoughts_and_rants/cnets_newsletter">Nuno</a>, CNET's right way of doing mass mailing: you don't click our newsletter, we unsubscribe you to avoid clutter in your mailbox. An example to follow... please.]]></description><link>https://joaobordalo.com/articles/2008/03/10/mailing-done-right</link><pubDate>Mon, 10 Mar 2008 03:46:11 GMT</pubDate></item><item><title><![CDATA[Will "Free" be the next business model?]]></title><description><![CDATA[<p><a href="http://www.trendwatching.com">Trendwatching</a> report for this month, named "Free Love" points out to ongoing rise of "free stuff", and the new business model of offering valuable stuff in exchange of consumer's attention.</p><blockquote><p>FREE LOVE: the ongoing rise of free, valuable stuff that's available to consumers online and offline. From AirAsia tickets to Wikipedia, and from diapers to music.<br /><br />FREE LOVE thrives on an all-out war for consumers' ever-scarcer attention and the resulting new business models and marketing techniques, but also benefits from the ever-decreasing costs of producing physical goods, the post-scarcity dynamics of the online world (and the related avalanche of free content created by attention-hungry members of GENERATION C), the many C2C marketplaces enabling consumers to swap instead of spend, and an emerging recycling culture.<br /><br />Expect FREE LOVE to become an integral if not essential part of doing business.</p></blockquote><p>The extense report gives examples of:</p><ul>  <li>Newspapers;</li>  <li>Magazines;</li>  <li>Telecom;</li>  <li>Airlines;</li>  <li>Car rental;</li>  <li>Food and beverage;</li>  <li>Photo prints;</li>  <li>Student textbooks;</li>  <li>Travel guides;</li>  <li>WiFi;</li>  <li>Navigation;</li>  <li>Stock photography;</li>  <li>Notes and photocopies;</li>  <li>Finance;</li>  <li>Games;</li>  <li>Bikes;</li>  <li>Music;</li>  <li>And more.</li></ul><p>So, if you have interests in the future of economics, fill your tea cup and enjoy the <a href="http://www.trendwatching.com/trends/freelove.htm">article</a>.</p>]]></description><link>https://joaobordalo.com/articles/2008/02/28/will-free-be-the-next-business-model</link><pubDate>Thu, 28 Feb 2008 04:00:43 GMT</pubDate></item><item><title><![CDATA[Telephony 2.0]]></title><description><![CDATA[<p><a href="http://ribbit.com/">Ribbit</a> will be the next buzz in the world of telephony. They developed an open platform, named Amphibian, which integrates your mobile phone with a very interesting web application. And since it's a open platform, developers can create new features and widgets on the platform.</p><p>Some of the features are:</p><ul>  <li>manage your mobile voicemail like email on your computer and on your mobile phone;</li>  <li>turn your voicemail into text to make voice messages sharable, searchable, and most importantly actionable;</li>  <li>take and make mobile calls from any browser or web page - such as iGoogle, Facebook, and many more;</li>  <li>experience Caller ID 2.0 - dip into the social web and know not just who is calling but what the caller has been doing;</li>  <li>have scores of web developers working at internet speed building new phone applications for you.</li></ul><p>Watch the demo video and start drooling:</p><iframe title="Telephony 2.0" width="480" height="300" data-src="//www.youtube.com/embed/CDDSOLViMLY" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2008/02/27/telephony-2-0">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/02/27/telephony-2-0</link><pubDate>Wed, 27 Feb 2008 04:01:50 GMT</pubDate></item><item><title><![CDATA[Social networks distribution]]></title><description><![CDATA[<p>The french newspaper <a href="http://www.lemonde.fr">Le Monde</a> has posted a world map with the <a href="http://www.lemonde.fr/web/infog/0,47-0@2-651865,54-999097@51-999297,0.html">distribution of the different social networks across the different continents</a>. Unfortunately, some countries has no information at all.</p><p><a href="//joaobordalo.com/files/socialnetworksacrosscontinents.gif"><img width="480" height="320" src="//joaobordalo.com/files/socialnetworksacrosscontinents.gif"></a><p><p>Click the image to see a larger version.</p><p><b>Update Feb 27 2008:</b> <a href="http://pingdom.com">Pingdom</a> released a report with <a href="http://royal.pingdom.com/?p=253">social networks downtime for 2008</a>.]]></description><link>https://joaobordalo.com/articles/2008/02/26/social-networks-distribution</link><pubDate>Tue, 26 Feb 2008 04:16:00 GMT</pubDate></item><item><title><![CDATA[Why Joost will loose to Miro]]></title><description><![CDATA[<p>Or how <i>homo digitalis</i> is different from the <i>homo connectus</i>.</p><p>I recently moved to a farm, in the mountain, far from the next post office. Cable companies don't find it economically attractive, and since the house already had a phone line, ADSL was my last hope. First trials tells me that whatever ADSL I will have, I will never be able to have a good connection.</p><p>Currently I'm connected through a UMTS connection, with an average of 500 Kbps speed download, which is fine for reading emails, follow my RSS subscriptions and even make some web browsing, but hard to watch YouTube videos and totally impossible to watch <a href="http://www.joost.com/">Joost</a>.</p><p>I work in a very well connected environment: 3 different cables from 3 different companies enter our premises, in a total of 48 Mbps. During work time, <a href="http://www.getmiro.com/">Miro</a> keeps track of my daily shows, and download them, in the background, while I'm running through the day job.</p><p>The lesson?</p> <p>Being digital is different from being always connected. Mankind will evolve to a society where everyone is always connected. That will allow for a constant access to information, peer reviews and collaborative decision making, in real time. Technology will allow for new ways of social interaction, and experiences like <a href="http://myfootballclub.co.uk/">My Football Club</a> will expand to other fields of our society. Can someone imagine how politics will be in 20 years? Can someone imagine collaborative politics?</p><p>But we are not there yet: technology will need to deliver large bandwidth, everywhere, and the near future is not bright: <a href="http://en.wikipedia.org/wiki/WiMAX">WiMAX</a> is still a promise, and the first optical fiber networks are being rolled out now, and ready in 5 years. So, Joost will have an handicap to Miro for at least 5 years. In this world of fast economy, the question that arises is, can they afford it?</p>]]></description><link>https://joaobordalo.com/articles/2008/02/25/why-joost-will-loose-to-miro</link><pubDate>Mon, 25 Feb 2008 04:57:46 GMT</pubDate></item><item><title><![CDATA[A good idea]]></title><description><![CDATA[<p>How to provide clean water to very poor people, using <a href="//www.youtube.com/watch?v=uQu_Jppvzyk">a diferent energy source</a>.</p>Via <a href="http://urban.homelinux.org/">Samuel Martins</a>.]]></description><link>https://joaobordalo.com/articles/2008/02/25/a-good-idea</link><pubDate>Mon, 25 Feb 2008 03:29:44 GMT</pubDate></item><item><title><![CDATA[Comparison websites]]></title><description><![CDATA[<p>In a world where geographical constraints are no more, economic rules have to be re-evaluated. Due to online commerce, things like location, facilities and technical advisory are no longer competitive advantages. If I, as a customer, can have all the technical advisory I need from the web, and can buy whatever I want with a simple point and click, then price will become the ultimate decision maker.</p><p>This leads to the rise of a new business model, price comparison websites. This are websites than scan online stores, collect all the information about their products, organize it and present it to the customer in a easy, efficient way. Additionally, users can increase the value of information by adding reviews, comments, rankings and personal experiences.</p><p><a href="http://www.testfreaks.com/">Test Freaks</a> is the new kid in the block. They went into public beta last December, and gave a step further: they collect information not only from online stores, but also from other websites, forums and blogs, which largely enhances the information available for the end user. Additionally, the allow users to add reviews to all the products, and finally, with all this data, they rank the product (with a proprietary algorithm) which provides a quick way for users to find the best products in different categories.</p><p>The web interface is very 2.0, with live search, user generated content and a lot of ajax. I'm still wondering where they get the money to pay the bills, since there isn't any visible advertising. Can they be earning it through affiliate programs? I wonder...</p>]]></description><link>https://joaobordalo.com/articles/2008/02/21/comparison-websites</link><pubDate>Thu, 21 Feb 2008 06:12:26 GMT</pubDate></item><item><title><![CDATA[A peek into the future]]></title><description><![CDATA[<p>A very nice article stating the <a href="http://www.livescience.com/technology/top10-transform-tech-1.html">top 10 technologies that will change your life</a>, from <a href="http://www.livescience.com/">Live Science</a>.</p>]]></description><link>https://joaobordalo.com/articles/2008/02/17/a-peek-into-the-future</link><pubDate>Sun, 17 Feb 2008 03:41:50 GMT</pubDate></item><item><title><![CDATA[RIP HD-DVD]]></title><description><![CDATA[<p>If what Reuters is <a href="http://www.reuters.com/article/companyNewsAndPR/idUSL1627196120080216 ">reporting</a> is true (still waiting for confirmation), Toshiba has thrown the towel on the HD-DVD vs Blu-Ray war. I guess last Friday's Wal-Mart decision to abandon the format and stick to Blu-Ray, was HD-DVD's last nail in the coffin.</p><p>Better this way, this war was only stalling the development of the next generation DVDs, and creating a lot of confusion on customers head.</p>]]></description><link>https://joaobordalo.com/articles/2008/02/17/rip-hd-dvd</link><pubDate>Sun, 17 Feb 2008 02:32:34 GMT</pubDate></item><item><title><![CDATA[iPhone unlock in 3 minutes]]></title><description><![CDATA[<p>Finally, on the 8th of February, <a href="http://iphonejtag.blogspot.com/">George Hotz</a> (please donate) cracked the protection scheme used in the iPhone. In a matter of hours, a lot if scripts and applications arose in order to facilitate the job to the average joe. </p><p>Yesterday, a new tool hit the radar, and is now possible to unlock, jailbreak and activate iPhones 1.1.2 and 1.1.3 OTB in less than 3 minutes. So, if you are one in the million that have a locked iPhone, grab the <a href="http://home.no/geezuzz/ZiPhoneGUI.exe">ZiPhoneGUI</a> tool (available only for windows) and happy cracking.</p>]]></description><link>https://joaobordalo.com/articles/2008/02/13/iphone-unlock-in-3-minutes</link><pubDate>Wed, 13 Feb 2008 04:09:32 GMT</pubDate></item><item><title><![CDATA[Dr. J. Craig Venter]]></title><description><![CDATA[<p>Yesterday I was zapping through my TV and stopped when I saw a lecture in BBC World about DNA sequencing. The speaker, unknown to me at that time, had a unbelievable message to say: he's about to create the first artificial life form in the planet Earth.</p><p>Gene pioneer Dr. J. Craig Venter is one of the principal scientists who decoded the human genome and he was the invited speaker for this year <a href="http://en.wikipedia.org/wiki/Richard_Dimbleby_Lecture">Richard Dimbleby Lecture</a>. if you have 43 minutes to spare, watch the video and try to answer the following question: what does the future hold in a DNA-driven world?</p><p><b>Update Jan 22:</b> Excellent <a href="//joaobordalo.com/articles/2008/01/21/dr-j-craig-venter#comments">comment</a> by <a href="http://logorreia.blogspot.com/">Nuno Mendes</a>. </p><embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=4893602463025557866&hl=en" flashvars=""> </embed><p>RSS readers should click <a href="//joaobordalo.com/articles/2008/01/21/dr-j-craig-venter">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/01/21/dr-j-craig-venter</link><pubDate>Mon, 21 Jan 2008 04:25:15 GMT</pubDate></item><item><title><![CDATA[Macworld 2008 keynote in 60 seconds]]></title><description><![CDATA[Due to a heavy lack of time, I was not able to watch this year Macworld keynote. But that's ok, since Mahalo has done a great job trimming the 90 minutes Steve Jobs' keynote to a <a href="http://www.mahalo.com/The_Steve_Jobs_90_Minute_Keynote_in_60_Seconds">60 second video</a>.]]></description><link>https://joaobordalo.com/articles/2008/01/17/macworld-2008-keynote-in-60-seconds</link><pubDate>Thu, 17 Jan 2008 05:28:19 GMT</pubDate></item><item><title><![CDATA[Bill Gates last day]]></title><description><![CDATA[<p>A brilliant video presented by Bill Gates in his CES 2008 keynote. Featuring Hillary Clinton, Barack Obama, Bono, Jon Stewart, with a great humor and fantastic self critic. I'm amazed:</p><embed src="http://images.video.msn.com/flash/soapbox1_1.swf" quality="high" width="432" height="364" base="http://images.video.msn.com/" name="msn_soapbox" type="application/x-shockwave-flash" allowFullScreen="true" pluginspage="http://macromedia.com/go/getflashplayer" flashvars="c=v&v=be9075bb-df0a-41c9-8d86-7ded46627e26&ifs=true&fr=shared&mkt=en-US"></embed><p>RSS readers should click <a href="//joaobordalo.com/">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2008/01/07/bill-gates-last-day</link><pubDate>Mon, 07 Jan 2008 02:18:58 GMT</pubDate></item><item><title><![CDATA[Sweet Laziness]]></title><description><![CDATA[<p>A brilliant advert from <a href="http://brylcreem.co.uk">Brylcreem</a>. An ode to laziness and effortless, made with a lot of effort and dedication: see also the <a href="//youtube.com/watch?v=IduO68_x9nc">making of</a>.</p><iframe title="Sweet Laziness" width="480" height="300" data-src="//www.youtube.com/embed/LOYTQKoJ1N8" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="">here</a> to watch the film.</p>]]></description><link>https://joaobordalo.com/articles/2007/12/22/sweet-laziness</link><pubDate>Sat, 22 Dec 2007 01:26:42 GMT</pubDate></item><item><title><![CDATA[GOOG 411]]></title><description><![CDATA[<p>A new service</a> from Google, this time used from your phone. Watch the video below to see the simplicity and power of <a href="http://www.google.com/goog411/">1-800-GOOG-411</a>:</p><iframe title="GOOG 411" width="480" height="300" data-src="//www.youtube.com/embed/cN0q8SvlQAk" frameborder="0" allowfullscreen></iframe><p>It looks like 2008 will be the year of the phone.</p>]]></description><link>https://joaobordalo.com/articles/2007/12/22/goog-411</link><pubDate>Sat, 22 Dec 2007 01:18:23 GMT</pubDate></item><item><title><![CDATA[The sub-prime crisis in graphics]]></title><description><![CDATA[<p>After the <a href="//joaobordalo.com/articles/2007/10/24/the-financial-crisis-explained">video</a> (and not so serious) version, the <a href="http://news.bbc.co.uk/2/hi/business/7073131.stm">BBC's graphical explanation</a> for the sub-prime crisis. Finally I start to understand what's all about, and the possible consequences still to come.</p>]]></description><link>https://joaobordalo.com/articles/2007/12/18/the-sub-prime-crisis-in-graphics</link><pubDate>Tue, 18 Dec 2007 11:14:19 GMT</pubDate></item><item><title><![CDATA[The paradox of choice]]></title><description><![CDATA[<p>Via <a href="http://daringfireball.net">Daring Fireball</a>, another great presentation from <a href="http://ted.com">TED</a>, by Barry Schwartz:</p><blockquote><p>Barry Schwartz studies the relationship between economics and psychology, delivering startling insights into modern life. His latest book, The Paradox of Choice, argues that the abundance of choice in today’s western world leads not to happiness but psychological distress.</p></blockquote> <p>So, if you 20 minutos to spare, watch it:</p><!--cut and paste--><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="285" id="VE_Player" align="middle"><param name="movie" value="http://static.videoegg.com/ted/flash/loader.swf"><PARAM NAME="FlashVars" VALUE="bgColor=FFFFFF&file=http://static.videoegg.com/ted/movies/BARRYSCHWARTZ_high.flv&autoPlay=false&fullscreenURL=http://static.videoegg.com/ted/flash/fullscreen.html&forcePlay=false&logo=&allowFullscreen=true"><param name="quality" value="high"><param name="allowScriptAccess" value="always"><param name="bgcolor" value="#FFFFFF"><param name="scale" value="noscale"><param name="wmode" value="window"><embed src="http://static.videoegg.com/ted/flash/loader.swf" FlashVars="bgColor=FFFFFF&file=http://static.videoegg.com/ted/movies/BARRYSCHWARTZ_high.flv&autoPlay=false&fullscreenURL=http://static.videoegg.com/ted/flash/fullscreen.html&forcePlay=false&logo=&allowFullscreen=true" quality="high" allowScriptAccess="always" bgcolor="#FFFFFF" scale="noscale" wmode="window" width="320" height="285" name="VE_Player" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></object>]]></description><link>https://joaobordalo.com/articles/2007/12/11/the-paradox-of-choice</link><pubDate>Tue, 11 Dec 2007 07:26:53 GMT</pubDate></item><item><title><![CDATA[Catching the blog]]></title><description><![CDATA[<p>I often ask myself the following question:</p><p><b>Which blogs should one read to be most up to date, i.e., to quickly know about important stories that propagate over the blogosphere?</b></p><p>My daily blog list is based on my interests, blog ranking sites, search engines and personal recommendations, and I'm pretty pleased with it. But sometimes, stories just get by, undetected by the radar. But now there is a new (and better) way to know which blogs to watch for.</p><p>A team of researchers at the Carnegie Mellon University spent an entire year analyzing data and developing a new algorithm for ranking blogs, based on a previous study for detecting disease outbreaks in water distribution networks (!). The study was done with data scraped from 45,000 blogs and 10 million posts over one year (2006). They used the 1 million links between those posts to see how information spread - following the chains of links in time back to the first post. And they have <a href="http://www.cs.cmu.edu/%7Ejure/blogs/index.html">published their findings</a>.</p><p>For example, reading the thirty top blogs picked their way captures around half the information in the blogosphere. The thirty top blogs ranked by the number of links they receive from other blogs - the basis of the popular <a href="http://technorati.com">technorati</a> ranking - captures just 35 per cent.</p><p>And guess what, Planeta Asterico (there is a 50% chance you are reading this post through the Planeta's blog aggregator) is on place 43 of the list! So, point your browser to the <a href="http://www.cs.cmu.edu/%7Ejure/blogs/index.html">website</a>, choose you "budget" and start reading.</p>]]></description><link>https://joaobordalo.com/articles/2007/11/19/catching-the-blog</link><pubDate>Mon, 19 Nov 2007 12:56:37 GMT</pubDate></item><item><title><![CDATA[Network neutrality III]]></title><description><![CDATA[<p><a href="http://arstechnica.com/news.ars/post/20071114-comcast-hit-with-class-action-lawsuit-over-traffic-blocking.html">The battle has began</a>.</p><p>Related articles:  <li><a href="//joaobordalo.com/articles/2005/11/02/network-neutrality">first</a>;</li>  <li><a href="//joaobordalo.com/articles/2005/11/09/network-neutrality-ii">second</a>;</li>  <li><a href="//joaobordalo.com/articles/2006/12/18/net-neutrality">third</a>.</li></p>]]></description><link>https://joaobordalo.com/articles/2007/11/19/network-neutrality-iii</link><pubDate>Mon, 19 Nov 2007 05:49:55 GMT</pubDate></item><item><title><![CDATA[How creativity is being strangled by the law]]></title><description><![CDATA[<p>A great TED Talk from Lawrence Lessig (aka Larry Lessig), on how the fundamentals of law are not ready to coupe with the present process of generating culture, the phenomena known as user generated content. It's a very elegant presentation of "3 examples and one argument". </p><p>I'm a great fan of Lawrence's work, read some of his books, praise him for the creation of the <a href="http://creativecommons.org">creative commons license</a>, and love the way he does presentations (with the slides synchronized with the speech).</p><object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param> <param name="flashvars" value="vu=http://video.ted.com/talks/embed/LarryLessig_2007-embed_high.flv&su=http://images.ted.com/images/ted/tedindex/embed-posters/LarryLessig-2007.embed_thumbnail.jpg&vw=432&vh=240&ap=0&ti=187" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" flashvars="vu=http://video.ted.com/talks/embed/LarryLessig_2007-embed_high.flv&su=http://images.ted.com/images/ted/tedindex/embed-posters/LarryLessig-2007.embed_thumbnail.jpg&vw=432&vh=240&ap=0&ti=187"></embed></object>]]></description><link>https://joaobordalo.com/articles/2007/11/13/how-creativity-is-being-strangled-by-the-law</link><pubDate>Tue, 13 Nov 2007 08:36:09 GMT</pubDate></item><item><title><![CDATA[Unlocked iPhones for all]]></title><description><![CDATA[<p>Via the <a href="http://www.iht.com/articles/2007/10/16/business/apple.php">International Herald Tribune</a>, Apple choose Orange to be the exclusive seller of iPhones in France. So, what's new?</p><p>Due to French law prohibiting the forced bundling of mobile devices with a specific carrier, Apple and Orange will be required to sell an unlocked version of the iPhone.</p><p>So, my iPhone will be available in France starting next November, starting at &euro;399, plus Orange contract and flight price. Can't wait.</p>]]></description><link>https://joaobordalo.com/articles/2007/10/16/unlocked-iphones-for-all</link><pubDate>Tue, 16 Oct 2007 03:57:38 GMT</pubDate></item><item><title><![CDATA[A few creative men]]></title><description><![CDATA[<p>Brilliant!</p><iframe title="A few creative men" width="480" height="300" data-src="//www.youtube.com/embed/gYEf8XZKlUU" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/10/16/a-few-creative-men">here</a> to watch the film.</p>]]></description><link>https://joaobordalo.com/articles/2007/10/16/a-few-creative-men</link><pubDate>Tue, 16 Oct 2007 11:31:21 GMT</pubDate></item><item><title><![CDATA[Apple.com easter egg]]></title><description><![CDATA[<p>Guess what you get if you write "virus" in the <a href="http://apple.com/">Apple</a> website search box... One single result... If you thought Windows, you are right.</p><p><b>Update:</b> Don't click the search button, neither press the Return/Enter key! Just write "virus" (without the commas) and wait.</p>]]></description><link>https://joaobordalo.com/articles/2007/10/16/apple-com-easter-egg</link><pubDate>Tue, 16 Oct 2007 11:16:18 GMT</pubDate></item><item><title><![CDATA[Coding the web]]></title><description><![CDATA[<p>Sean's recent article <a href="http://mashable.com/2007/10/14/web-coding/">250+ tools and resources for coding the web</a> is one big beast. I wonder how long it took to elaborate this list. Great work, and very useful if you are a web designer or programmer.</p>]]></description><link>https://joaobordalo.com/articles/2007/10/16/coding-the-web</link><pubDate>Tue, 16 Oct 2007 11:02:23 GMT</pubDate></item><item><title><![CDATA[AntiRSI]]></title><description><![CDATA[<p><a href="http://tech.inhelsinki.nl/antirsi/"><img src="//joaobordalo.com/files/antirsi_icon_128.png" style="float:left"></a>Is due to posts like <a href="http://the.taoofmac.com/space/blog/2007/10/06/2108">this one</a> that I decided to use the <a href="http://tech.inhelsinki.nl/antirsi/">AntiRSI</a> application on my mac. I installed it on my home computer a year ago, but postponed the laptop installation until now.</p><p> AntiRSI is a free software for Mac OS X that helps prevent RSI (repetitive strain injury) and other computer related stress. It does so by forcing you to take regular breaks, yet without getting in the way. It also detects natural breaks so it won't force too many breaks on you.</p><p><a href="http://the.taoofmac.com/space/">Rui</a>, I wish you get well soon.</p>]]></description><link>https://joaobordalo.com/articles/2007/10/08/antirsi</link><pubDate>Mon, 08 Oct 2007 11:12:21 GMT</pubDate></item><item><title><![CDATA[YouTuga]]></title><description><![CDATA[<p>A breeze of fresh air on the Portuguese creativity sphere: <a href="http://youtuga.net/?635959546f93e3437e3d">YouTuga</a> has, for now, a video from a well known politician, where you can change the subtitles at your will, and send your version to your friends (or enemies).</p>]]></description><link>https://joaobordalo.com/articles/2007/09/27/youtuga</link><pubDate>Thu, 27 Sep 2007 07:50:51 GMT</pubDate></item><item><title><![CDATA[Chinlone]]></title><description><![CDATA[<p>Is <a href="http://en.wikipedia.org/wiki/Chinlone">Chinlone</a> a sport or a dance? What do you think?</p><iframe title="Chinlone" width="480" height="300" data-src="//www.youtube.com/embed/kCFalQ64Zsk" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/09/25/chinlone">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2007/09/25/chinlone</link><pubDate>Tue, 25 Sep 2007 01:33:12 GMT</pubDate></item><item><title><![CDATA[Google del.icio.us]]></title><description><![CDATA[Finally, Google responded to Yahoo's acquisition of <a href="http://del.icio.us/">del.icio.us</a> by developing his own service, named <a href="http://www.google.com/s2/sharing/stuff">Google Shared Stuff</a>. The service looks crappy, but I think that's because the lack of users in the system. Being a kind of service heavily dependent on the <a href="http://en.wikipedia.org/wiki/Network_effect">network effect</a>, it will take a while for the service to bloom and flourish. I'm willing to try it, since del.icio.us is getting slower and slower search results.</p>]]></description><link>https://joaobordalo.com/articles/2007/09/20/google-del-icio-us</link><pubDate>Thu, 20 Sep 2007 02:44:57 GMT</pubDate></item><item><title><![CDATA[The danger of greed]]></title><description><![CDATA[<p>A great <a href="http://wilshipley.com/blog/2007/09/iphone-ipod-contain-or-disengage.html">article</a> about the path Apple is taking. Since the launch of the iPhone, and lately the new iPod touch, people is complaining about some of Apple decisions.</p><p>Dear Steve, please take a moment to read it and think about the subject. And remember, 'one bad apple spoils the barrel'.</p>]]></description><link>https://joaobordalo.com/articles/2007/09/20/the-danger-of-greed</link><pubDate>Thu, 20 Sep 2007 02:19:59 GMT</pubDate></item><item><title><![CDATA[The new Sony Rolly]]></title><description><![CDATA[<p>The new Sony Rolly SEB-10BT is a funny little thing: it has 2 small 1.2W speakers, and it moves with the music rhythm. Just take a peek at the following video and see it for yourself:</p><iframe title="The new Sony Rolly" width="480" height="300" data-src="//www.youtube.com/embed/GepKz9qsQQ4" frameborder="0" allowfullscreen></iframe><p>It's not really a personal mp3 player due to is size, but is definitely a breeze of fresh air in the market.</p>]]></description><link>https://joaobordalo.com/articles/2007/09/13/the-new-sony-rolly</link><pubDate>Thu, 13 Sep 2007 11:54:23 GMT</pubDate></item><item><title><![CDATA[The discovery of the century?]]></title><description><![CDATA[<a href="http://en.wikipedia.org/wiki/John_Kanzius">John Kanzius</a>, a former broadcast executive, can become the man of century. While experimenting with a machine he had invented to test a new cancer treatment, by using radio waves to destroy tumor cells, he found a way to <b>burn seawater</b>.</p><p>The big question is if the burning generates more energy than it takes to make the radio waves needed to weaken the bonds that hold water molecules together. Kanzius has admitted that this is currently not the case, but it could be, thus giving birth to the most disruptive discovery of the century.</p><p>More details about the process are not known, since Kanzius is applying for a patent, but you can see it working in the following YouTube video:</p><iframe title="The discovery of the century?" width="480" height="300" data-src="//www.youtube.com/embed/4kKtKSEQBeI" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/09/11/the-discovery-of-the-century">here</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2007/09/11/the-discovery-of-the-century</link><pubDate>Tue, 11 Sep 2007 12:56:51 GMT</pubDate></item><item><title><![CDATA[I do]]></title><description><![CDATA[<p>An AT&T video from 1993 predicting the future. Well, I guess they got it all right, 14 years later:</p><p><input type="checkbox" checked> Read a book miles away <br /><input type="checkbox" checked> GPS (don't ask for directions) <br /><input type="checkbox" checked> Send a fax from the beach <br /><input type="checkbox" checked> Pay a toll without slowing down <br /><input type="checkbox" checked> Buy concert tickets from a cash machine <br /><input type="checkbox" checked> Video conferencing from a phone-booth <br /><input type="checkbox" checked> Open a door with your voice <br /><input type="checkbox" checked> Carry your medical history in your wallet <br /><input type="checkbox" checked> Attend a meeting in your bare feet <br /><input type="checkbox" checked> True video-on-demand <br /><input type="checkbox" checked> e-Learning <br /></p><iframe title="I do" width="480" height="300" data-src="//www.youtube.com/embed/TZb0avfQme8" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/09/10/i-do">here</a> to watch the movie</p>]]></description><link>https://joaobordalo.com/articles/2007/09/10/i-do</link><pubDate>Mon, 10 Sep 2007 06:49:08 GMT</pubDate></item><item><title><![CDATA[Live art]]></title><description><![CDATA[<p><b>Update:</b> Another <a href="http://joaogomes.com/">friend</a> sent me another great video, which I placed in the bottom of this article. And you? Do you have any good video to share?</p><p>A <a href="http://www.palcoprincipal.com/user/guitargirl">friend</a> sent me a YouTube video of a paint artist making a painting in a live audience, synchronized with the music. It's a great video, and you should watch it to the end:</p><iframe title="Live art" width="480" height="300" data-src="//www.youtube.com/embed/OIJtKxdRQzY" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/09/07/live-art">here</a> to watch the movies.</p>]]></description><link>https://joaobordalo.com/articles/2007/09/07/live-art</link><pubDate>Fri, 07 Sep 2007 07:19:59 GMT</pubDate></item><item><title><![CDATA[4.5 million iPhones this year?]]></title><description><![CDATA[<p><b>Update 19-7-2007:</b> <a href="http://www.reuters.com/article/marketsNews/idUKN1921962520070919?rpc=44">Reuters confirms the rumour</a>.</p> <p>If <a href="http://www.reuters.com/article/technologyNews/idUSL0432369320070904">this</a> is true, Apple stock will go ballistic. Steve Jobs talked about selling 800.000 iPhones this year, and forecasted 10 million in 2008 (1% of market share). If what <a href="http://www.isuppli.com/">iSuppli</a> states is true, the iPhone outsold all smartphones in the United States in July, its first full month on sale, accounting for 1.8 percent of all U.S. mobile handset sales. iSuppli forecast for iPhone sales this year is now 4.5 million.</p><p>Can't wait for the European (read 3G) version.</p>]]></description><link>https://joaobordalo.com/articles/2007/09/04/4-5-million-iphones-this-year</link><pubDate>Tue, 04 Sep 2007 10:27:30 GMT</pubDate></item><item><title><![CDATA[Brainteasers for a job interview]]></title><description><![CDATA[Unfortunately, <a href="http://money.cnn.com/2007/08/29/technology/brain_teasers.biz2/?postversion=2007083009">CNN</a> doesn't know <a href="http://www.excentric.pt/recrutamento.html">Excentric</a> yet...]]></description><link>https://joaobordalo.com/articles/2007/08/30/brainteasers-for-a-job-interview</link><pubDate>Thu, 30 Aug 2007 11:04:16 GMT</pubDate></item><item><title><![CDATA[10 reasons to invest in Apple]]></title><description><![CDATA[<p>Everyone is talking about stock, housing and credit markets, the next bubble/depression, you name it. With people asking, I have decided to compile the 10 reasons why I invested in Apple stock, and sincerely, why I don't give a damn about all the bad news. So, here are the 10 good reasons to invest in Apple stock:</p><ol><li>Apple's market share as a computer maker is on a strong up-trend. Is now <a href="http://www.pcworld.com/article/id,136257-c,macnotebooks/article.html">17.6 percent</a> of the market, and pushed Apple to number 3 in the list of PC makers. Apple laptops and desktops have the "cool factor" that other brands just can't match (with the possible exception of Sony), and they are greatly popular with students and teenagers. A new generation of users (and spenders) is growing accustomed to Apple's operating system, with a strong feeling that Windows is lame.</li><li>Apple dominates the Mp3 player market, with a market share higher than 85%. The domination is global, not just in the USA. Think Europe, Japan, China, Australia, South America. Every single wealthy teenager on the planet owns or wants to own an ipod. The language changed, even if you are talking about a competition's product, you call it an iPod. And there is no competition on sight.</li><li>Apple retail stores are the <a href="http://money.cnn.com/magazines/fortune/fortune_archive/2007/03/19/8402321/index.htm">best performing stores in the USA</a>: it generates 4.032 USD per square foot per year. Why? Just walk in an Apple store, then compare it to any other possible high tech shopping experience: you will get the answer. Only a handful of stores are outside the USA. So, there's a lot of growth space for the company: new stores are coming in Germany, France, Italy and other wealthy countries. Here in Portugal, people is waiting for ages...</li><li>Apple dominates the music download industry. It's probably the only company in the world that is still making real money on music, with <a href="http://www.apple.com/pr/library/2007/07/31itunes.html">iTunes Music Store reaching the 3 billions songs</a> sold last July. Everybody knows that Mp3 players worldwide are stuffed with illegally downloaded songs, but still, a percentage of those songs are payed for and Apple has a huge market share of the business.</li><li>With iTunes and Apple TV, Apple is set to be a front runner in the movie download business. It's the future, believe it or not. Maybe not tomorrow morning, but soon. The cost, speed and ease of use of downloading a movie and watching it on your TV is a killer advantage for the customer. The only block to this business are the big studios, but even they will have to adapt. Just wait.</li><li>Apple software is simply better. Look at how Vista has been greeted by users, it's almost a joke. And the best features are "apple looking". The operating system market is "viral": the more users run an operating system, the more likely other users will hear about it, experience it, choose it as a new standard. That's why Leopard is going to be a huge hit, boosted by the "halo effect" of booming laptop and desktop sales. And slowly, Apple is going to sneak in the corporate market. Yes, they all use Windows. And yes, a fax machine looked like the coolest thing around just a bunch of years ago.</li><li>Apple is targeting the upper level consumer, the people that spend extra cash to get the bestdesign and the "identity" effect of owning a gadget with a brand. Apple controls the entire processfor the entire product: software and hardware, production and sale. This translates in better margins all down the line.</li><li>The company is as strong as hell. P/E ratio at 37 might seem high, but it's pretty normal if compared to others (RIMM 63, GOOG 41, AMZN 109, YHOO 45). Dell, Hp and Microsoft have a lower P/E, but lower revenue growth expectations. Plus, Apple has a load of cash and zero debt.</li><li>And.. oh.. there's the Iphone. The Iphone is going for sale in the rest of the world in the next 12 months. And people here in europe are waiting for it like you await a messiah, not a piece of hardware. The proof? Apple is the only phone maker in history that gets a bite of revenue from the phone companies. That's extra cash, at no additional cost for Apple.</li><li>One more thing... Apple is the only company with the ability to disrupt the market. The focus on detail, the strong control on every step of the production phases, the huge investment in research, design and marketing make Apple a company with a huge future potencial. I put my money in.</li></ol>]]></description><link>https://joaobordalo.com/articles/2007/08/28/10-reasons-to-invest-in-apple</link><pubDate>Tue, 28 Aug 2007 11:23:05 GMT</pubDate></item><item><title><![CDATA[CineSpin]]></title><description><![CDATA[<p><a href="http://kidbombay.com/clients/freebase/filmSpin/">CineSpin</a> is maybe the best tool I ever seen to know more about movies, actors and directors. It uses the <a href="http://freebase.com/">freebase</a> api and presents the data in a very elegant and shiny interface, built with flash:</p><p><img width="480" height="338" src="//joaobordalo.com/files/cinespin.png"></p>]]></description><link>https://joaobordalo.com/articles/2007/08/24/cinespin</link><pubDate>Fri, 24 Aug 2007 07:02:46 GMT</pubDate></item><item><title><![CDATA[The new zunePhone]]></title><description><![CDATA[<p>An exclusive sneak peek at the soon-to-be released zunePhone from Microsoft! Steve Ballmer isn't sleeping on the job.</p><iframe title="The new zunePhone" width="480" height="300" data-src="//www.youtube.com/embed/nRKIDdIaFyE" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/08/24/the-new-zunephone">here</a> to watch the movie.</p>]]></description><link>https://joaobordalo.com/articles/2007/08/24/the-new-zunephone</link><pubDate>Fri, 24 Aug 2007 06:05:50 GMT</pubDate></item><item><title><![CDATA[Content-aware image sizing]]></title><description><![CDATA[<p>The following video demonstrates a software application that resizes images in such a way that the content of the image is preserved intelligently. The basic idea is that if you want to stretch out an image, it will keep the key elements of the photo in sensible places while filling in less important areas. The same goes for shrinking an image - it will eliminate the less important features of an image and leave the main subject areas intact and in the same relative location as they previously appeared in the image.</p><p>This is the work of <a href="http://www.faculty.idc.ac.il/arik/">Dr. Ariel Shamir</a> from <a href="http://www.idc.ac.il/cs">Efi Arazi School of Computer Science</a>.</p><iframe title="Content-aware image sizing" width="480" height="300" data-src="//www.youtube.com/embed/c-SSu3tJ3ns" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/08/23/content-aware-image-sizing">here</a> to watch the movie.</p><p>Via <a href="http://www.fabiopedrosa.info/">Fábio Pedrosa</a>.]]></description><link>https://joaobordalo.com/articles/2007/08/23/content-aware-image-sizing</link><pubDate>Thu, 23 Aug 2007 07:29:39 GMT</pubDate></item><item><title><![CDATA[Subliminal messages]]></title><description><![CDATA[A great video, showing what <a href="http://en.wikipedia.org/wiki/Subliminal_message">subliminal messages</a> can do. Personally, I never thought this would work a this level, it's pretty scary, if you ask me. Watch the video till the end, or you'll lose the best part:</p><iframe title="Subliminal messages" width="480" height="300" data-src="//www.youtube.com/embed/ZyQjr1YL0zg" frameborder="0" allowfullscreen></iframe><p>Via <a href="http://sergiorebelo.com/doispontocinco/">Sérgio Rebelo</a>.]]></description><link>https://joaobordalo.com/articles/2007/08/16/subliminal-messages</link><pubDate>Thu, 16 Aug 2007 11:23:28 GMT</pubDate></item><item><title><![CDATA[Top 12 kinetic typography films]]></title><description><![CDATA[Back on February, I posted one <a href="//joaobordalo.com/articles/2007/02/26/pulp-fiction-in-typography">article about a Pulp Fiction dialog</a>, presented with moving typography, perfectly synchronized with the text, with a lot of funny and creative details.</p><p>Later, I found out this presentation technique was named <b>kinetic typography</b>, and that is being explored in the School of Design at CMU since 1996, by <a href="http://www-2.cs.cmu.edu/~johnny/">Johnny Lee</a> under the direction of <a href="http://www-2.cs.cmu.edu/~hudson/">Scott Hudson</a> and <a href="http://goodgestreet.com/">Jodi Forlizzi</a>.</p><p>But, after all, what is the definition of <a href="http://kinetictypography.org/">kinetic typography</a>?</p><blockquote><p>Kinetic typography refers to the art and technique of expression with animated text. Similar to the study of traditional typography of designing static typographic forms, kinetic typography focuses on understanding the effect time has on the expression of text. Kinetic typography has demonstrated the ability to add significant emotive content and appeal to expressive text, allowing some of the qualities normally found in film and the spoken word to be added to static text.</p></blockquote><p>In the meantime, I've collected some of this movies, and arranged them in a YouTube playlist. If want, you can watch the <a href="">movie explaining what is kinetic typography</a>, or be still and watch the playlist (12 videos, aprox. 22 minutes):</p><iframe title="Top 12 kinetic typography films" width="480" height="300" data-src="//www.youtube.com/embed/1B2C8B9F64093791" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/08/15/top-12-kinetic-typography-films">here</a> to watch the movies.</p><p><b>Related article:</b> Vodafone's kinetic typography with user generated content. An idea for a <a href="//joaobordalo.com/articles/2008/12/06/kinetic-typography-with-your-content">Christmas card</a>.</p>]]></description><link>https://joaobordalo.com/articles/2007/08/15/top-12-kinetic-typography-films</link><pubDate>Wed, 15 Aug 2007 11:04:48 GMT</pubDate></item><item><title><![CDATA[Is Google becoming evil?]]></title><description><![CDATA[<p>Google's motto is and always has been "Don't be evil". Are they planning to change it?</p> <ul>  <li><a href="http://torrentfreak.com/google-filters-torrents-from-search-results/">Evidence #1</a></li>  <li><a href="http://www.techcrunch.com/2007/08/10/google-closes-video-marketplace-users-out-of-luck/">Evidence #2</a></li></ul>]]></description><link>https://joaobordalo.com/articles/2007/08/11/is-google-becoming-evil</link><pubDate>Sat, 11 Aug 2007 02:49:34 GMT</pubDate></item><item><title><![CDATA[The BTuga case]]></title><description><![CDATA[<p>Two weeks ago, ASAE (Economics and Food Security Agency) seized the servers of three portuguese torrent aggregators, BTuga, ZeTuga and ZeMula. The <a href="http://ultimahora.publico.clix.pt/noticia.aspx?id=1301001">news</a> also informed that ASAE was planning to investigate all the users of this sites. Yes, we are talking about more than 200 thousand users. If the task seems impossible to achieve, due to the huge number of users, it also seems illegal under the EU law, as stated by this <a href="http://www.theregister.co.uk/2007/08/03/europe_music-downloads_identification/">article from The Register</a> (concerning a different case).</p><p>What do you think about it?</p>]]></description><link>https://joaobordalo.com/articles/2007/08/10/the-btuga-case</link><pubDate>Fri, 10 Aug 2007 06:48:55 GMT</pubDate></item><item><title><![CDATA[Eight financial reasons to use Mac]]></title><description><![CDATA[<p>Cio wrote an excelent article with the <a href="http://www.cio.com/article/print/127050">eight financial reasons why you should use Mac OS</a>. In a nutshell, the reasons are:</p><ul><li>Macs bring a better overall value proposition</li><li>Macintosh licensing fees are cheaper</li><li>The Mac desktop spawns fewer calls to the help desk</li><li>Mac users are more productive workers</li><li>Macs last longer</li><li>Mac OS is more secure</li><li>Mac is just as cost-effective as Windows to manage and administer</li><li>Add Macs while hanging on to your investments in other OSes</li></ul><p>The war season is open, please send your flames.</p>]]></description><link>https://joaobordalo.com/articles/2007/08/02/eight-financial-reasons-to-use-mac</link><pubDate>Thu, 02 Aug 2007 05:12:07 GMT</pubDate></item><item><title><![CDATA[Harry Potter's spoiler t-shirt]]></title><description><![CDATA[<p>Some of my friends are huge Harry Potter fans, and I'm always kidding with them by saying that I will make the worse t-shirt ever: with the information leaked from Harry Potter's last book, I will do a t-shirt telling the end of the saga, and ware it through the sidewalk, in the book launch night. Imagine all the people waiting for twelve o'clock in the cue, and suddenly being confronted with the spoiler. Of course I'm kidding, I would never do a thing like that, I'm not (that) evil, but someone is.</p><p>This guys have made the t-shirt. Fortunately, the launch night has gone, since the temptation would be huge! <a href="http://www.nytimes.com/2007/07/29/fashion/29emoticon.html?_r=2&oref=slogin&oref=slogin">>:-)</a></p><p><a href="http://gizmodo.com/gadgets/harry-rotter/non+magic-spoilsport-t+shirt-reveals-harry-potters-ending-283349.php">Click here to see the t-shirt.</a> <b>Note:</b> spoiler ahead.</p><p><b>Update:</b> It can get more evil than I thought:<blockquote><p>A headteacher caused some distress by reading to about 400 children from the last page of the final Harry Potter book at a primary school in Somerset.</p></blockquote><p>Via a BBC News <a href="http://news.bbc.co.uk/2/hi/uk_news/england/bristol/somerset/6925622.stm">report</a>.</p>]]></description><link>https://joaobordalo.com/articles/2007/07/31/harry-potters-spoiler-t-shirt</link><pubDate>Tue, 31 Jul 2007 06:51:56 GMT</pubDate></item><item><title><![CDATA[The new iMac keyboard?]]></title><description><![CDATA[<p>Engadget received a few <a href="http://www.engadget.com/gallery/is-this-the-new-imac-keyboard/">photos</a> of what is claimed to be Apple's new keyboard for the iMac computers. I don't know if this is true or not, but I'm sure of one thing: this keyboard is magnificent. I wonder how will it be on the usability stand point.</p><div class="thumbnail"><a href="http://myskitch.com/bordalix/new_imac_keyboard-20070727-192242/"><img src="http://myskitch.com/bordalix/new_imac_keyboard-20070727-192242.jpg/preview.jpg" alt="new_iMac_keyboard" /></a><br /><a style="font-family: Lucida Grande, Trebuchet, sans-serif, Helvetica, Arial; font-size: 10px; color: #808080" href="http://plasq.com/skitch">Uploaded with Skitch!</a></div>]]></description><link>https://joaobordalo.com/articles/2007/07/27/the-new-imac-keyboard</link><pubDate>Fri, 27 Jul 2007 02:33:29 GMT</pubDate></item><item><title><![CDATA[The power of good UI design]]></title><description><![CDATA[<p>Watching  this movie is like watching the future...</p><o>A 1 year old baby using an iPhone:</p><iframe title="The power of good UI design" width="480" height="300" data-src="//www.youtube.com/embed/XrVt2ZcrWUY" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/07/24/the-power-of-good-ui-design">here</a> to watch the movie.</p>]]></description><link>https://joaobordalo.com/articles/2007/07/24/the-power-of-good-ui-design</link><pubDate>Tue, 24 Jul 2007 06:45:24 GMT</pubDate></item><item><title><![CDATA[Did you know 2.0]]></title><description><![CDATA[<p>The sequel from the <a href="//www.youtube.com/watch?v=ljbI-363A2Q&mode=related&search=">original presentation</a>, with new and updated statistics, provoking questions and a fresh design. Food for thoughts, a must see to every one who have concerns about the future:</p><iframe title="Did you know 2.0" width="480" height="300" data-src="//www.youtube.com/embed/pMcfrLYDm2U" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/07/20/did-you-know-2-0">here</a> to watch the film.</p>]]></description><link>https://joaobordalo.com/articles/2007/07/20/did-you-know-2-0</link><pubDate>Fri, 20 Jul 2007 06:30:18 GMT</pubDate></item><item><title><![CDATA[Google advertising in video]]></title><description><![CDATA[<p>A great snoop from <a href="//www.youtube.com/user/45n5">45n5</a>, a video with Google advertising in YouTube movies. The system is pretty smooth, the ads are not that intrusive, and the interactivity allowed amazing (be able to link an ad to a movie, and make that movie run over the YouTube movie is great):</p><iframe title="Google advertising in video" width="480" height="300" data-src="//www.youtube.com/embed/xzmjlH5cbyI" frameborder="0" allowfullscreen></iframe><p>Meanwhile, <a href="http://www.emarketer.com/Article.aspx?id=1004258">eMarketer expects</a> online video advertising to nearly double in 2008 to $1.3 billion USD, and TechCrunch posted an excelent <a href="http://www.techcrunch.com/2007/07/06/video-ads-somebody-needs-to-solve-this-problem/"> article</a>, with a round up of the possible players in this market, worth reading.</p><p>Great times are expected in a near future.</p>]]></description><link>https://joaobordalo.com/articles/2007/07/19/google-advertising-in-video</link><pubDate>Thu, 19 Jul 2007 02:20:08 GMT</pubDate></item><item><title><![CDATA[The future of the web, circa 1994]]></title><description><![CDATA[<p>What people in 1994 thought the future of the web would look like:</p><iframe title="The future of the web, circa 1994" width="480" height="300" data-src="//www.youtube.com/embed/-1l6aBgX5UY" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/07/19/the-future-of-the-web-circa-1994">here</a> to watch the movie.</p>]]></description><link>https://joaobordalo.com/articles/2007/07/19/the-future-of-the-web-circa-1994</link><pubDate>Thu, 19 Jul 2007 05:23:33 GMT</pubDate></item><item><title><![CDATA[Going out for some days]]></title><description><![CDATA[<p>Well, it's that time of the year were I go out, stay offline for a week and recharge the batteries. The next days I will be scuba-diving in the red sea, worrying with nothing than the meals schedules, the water temperature and colorful fish species identification.</p><p>Or maybe not...</p><a href="//joaobordalo.com/files/iphone_vacations.gif"><img src="//joaobordalo.com/files/iphone_vacations.gif"></a>]]></description><link>https://joaobordalo.com/articles/2007/06/29/going-out-for-some-days</link><pubDate>Fri, 29 Jun 2007 11:32:09 GMT</pubDate></item><item><title><![CDATA[Hans Rosling is back]]></title><description><![CDATA[<p>After last year's <a href="//joaobordalo.com/articles/2006/08/03/bread-crumbs-mind-the-gap">amazing presentation</a> of <a href="http://gapminder.org/">Gapminder</a>, Hans Rosling has come back to another jaw-dropping presentation at <a href="http://ted.com/">TED</a>. See it for yourself in the following video (19m09s) or at the <a href="http://blog.ted.com/2007/06/hans_roslings_j_1.php">TED website</a>. And remember, <b>what is seemly impossible is possible.</b></p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="432" height="285" id="VE_Player" align="middle"><param name="movie" value="http://static.videoegg.com/ted/flash/loader.swf"><PARAM NAME="FlashVars" VALUE="bgColor=FFFFFF&file=http://static.videoegg.com/ted/movies/HANSROSLING-2007_high.flv&autoPlay=false&fullscreenURL=http://static.videoegg.com/ted/flash/fullscreen.html&forcePlay=false&logo=&allowFullscreen=true"><param name="quality" value="high"><param name="allowScriptAccess" value="always"><param name="bgcolor" value="#FFFFFF"><param name="scale" value="noscale"><param name="wmode" value="window"><embed src="http://static.videoegg.com/ted/flash/loader.swf" FlashVars="bgColor=FFFFFF&file=http://static.videoegg.com/ted/movies/HANSROSLING-2007_high.flv&autoPlay=false&fullscreenURL=http://static.videoegg.com/ted/flash/fullscreen.html&forcePlay=false&logo=&allowFullscreen=true" quality="high" allowScriptAccess="always" bgcolor="#FFFFFF" scale="noscale" wmode="window" width="432" height="285" name="VE_Player" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></object>]]></description><link>https://joaobordalo.com/articles/2007/06/28/hans-rosling-is-back</link><pubDate>Thu, 28 Jun 2007 09:40:04 GMT</pubDate></item><item><title><![CDATA[Microsoft Surface, the parody]]></title><description><![CDATA[<p>My thoughts exactly:</p><iframe title="Microsoft Surface, the parody" width="480" height="300" data-src="//www.youtube.com/embed/CZrr7AZ9nCY" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="">here</a> to watch the film.</p>]]></description><link>https://joaobordalo.com/articles/2007/06/21/microsoft-surface-the-parody</link><pubDate>Thu, 21 Jun 2007 10:41:53 GMT</pubDate></item><item><title><![CDATA[The iPhone hype]]></title><description><![CDATA[<p>The iPhone will debut a week from tomorrow, and everyone is getting crazy about it. According to a AT&T <a href="http://www.boygeniusreport.com/Documents/iPhonelandlorddoc.pdf">document</a>, Apple and AT&T stores will close at 4:30 pm and then reopen at 6:00 p.m. to "set the store up for iPhone sales and prepare your staff for a successful sales event". The document also refers to "Crowd Controls Devices" that should be in place a week earlier.</p><p>Meanwhile, Engadget got access to some pictures of the possible <a href="http://www.engadget.com/2007/06/20/apple-iphone-dock-revealed-charges-bluetooth-headset-too/">iPhone dock</a>, as of the new <a href="http://cn.engadgetmobile.com/2007/06/15/apple-bluetooth-headset-gets-fcc-go-ahead/">Apple bluetooth headset</a>. Will people be able to buy this tomorrow? Nobody really knows, but everybody is expecting really hard.</p><p>The stock market is also going crazy. On one side, it seems highly sceptical about the iPhone launch, with <a href="http://finance.google.com/finance?q=AAPL">Apple shares</a> dropping almost 3% in the last two trading sessions. On the other side, rumours refer to a "40% premium on the Apple share price", and the past days saw the birth of a new rumour: <a href="http://www.macnn.com/articles/07/06/19/could.google.buy.apple/">could Google buy Apple?</a></p> <p>In the mean time, <a href="http://www.opera.com/">Opera</a> launched is new Opera mini, the next generation browser for cellphones. For the launch, they mimic the Apple worldwide known "I'm a Mac, I'm a PC" campaign, with a <a href="http://www.operamini.com/beta/video/">comparison between the Opera mini and the iPhone</a>. Come on guys, you can not compare software with hardware, the comparison is truly unfair. Could this mess be a result of the growing <a href="http://www.aftenposten.no/english/business/article1844277.ece">Opera Software internal problems</a>?</p> <p>As stated by the San Jose Mercury News, "<a href="http://www.mercurynews.com/news/ci_6167770?nclick_check=1"> There's hype, then there's iPhone hype</a>".</p>]]></description><link>https://joaobordalo.com/articles/2007/06/21/the-iphone-hype</link><pubDate>Thu, 21 Jun 2007 09:28:01 GMT</pubDate></item><item><title><![CDATA[iPhone Application List]]></title><description><![CDATA[After the <a href="//joaobordalo.com/articles/2007/06/11/wwdc-2007-summary">WWDC 2007</a> people where complaining about the fact Safari being the de facto SDK for iPhone. I personally think it's a genius move. Here are the facts: 9 days <b>before</b> the iPhone launch there are already 22 applications in the <a href="http://iphoneapplicationlist.com">iPhone Application List.]]></description><link>https://joaobordalo.com/articles/2007/06/20/iphone-application-list</link><pubDate>Wed, 20 Jun 2007 11:51:01 GMT</pubDate></item><item><title><![CDATA[Prometeus, the media revolution]]></title><description><![CDATA[<p>I'm in a mood for future prediction movies. Love the punch line, "<a href="http://excentric.pt/">experience</a> will be the new reality".</p><iframe title="Prometeus, the media revolution" width="480" height="300" data-src="//www.youtube.com/embed/xj8ZadKgdC0" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/06/19/prometeus-the-media-revolution">here</a> to watch the movie.</p>]]></description><link>https://joaobordalo.com/articles/2007/06/19/prometeus-the-media-revolution</link><pubDate>Tue, 19 Jun 2007 05:35:58 GMT</pubDate></item><item><title><![CDATA[2010 April 13]]></title><description><![CDATA[<p>Another vision of the future, this time from NTT DoCoMo:</p><iframe title="2010 April 13" width="480" height="300" data-src="//www.youtube.com/embed/KKchgm9Nslk" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/06/14/2010-april-13">here</a> to watch the film.</p>]]></description><link>https://joaobordalo.com/articles/2007/06/14/2010-april-13</link><pubDate>Thu, 14 Jun 2007 05:57:19 GMT</pubDate></item><item><title><![CDATA[WWDC 2007 summary]]></title><description><![CDATA[<p>Here is the summary of WWDC 2007. It was a great keynote (again!), and great times wait for us. Leopard will kick ass, and Safari as a new development platform is totally disruptive.</p><h3>On games</h3><p>EA is coming back to Mac. Need for Speed Carbon, Battlefield 2142, Command & Conquer 3, Harry Potter and the Order of Phoenix, Madden 08, Tiger Woods 08, all to be released in July</p><p>ID Games unveiled the new next generation technologies for gaming. They will demo it in E3.</p><h3>On Leopard</h3><p>First, some numbers: 22 million active OS X numbers. 67% using Tiger, 23% using Panther and 10% using older versions. 21 months between Tiger & Leopard, 300 new features in Leopard. Steve presents 10:</p><ol>  <li>New Desktop: transparencies, new 3D look, stacks;  <li>New Finder: improved sharing, integration with .Mac, Cover Flow;  <li>Quick look: live file previewing;  <li>Full 64-bit architecture: huge gains of efficiency;  <li>Core animation: simple to use, easy to add to applications;  <li>Boot Camp: use as a complement to Parallels and VMWare;  <li>Spaces: multi desktops  <li>Dashboard: web clip, using Safari to make widgets;  <li>iChat: share slide shows, presentations and movies through iChat;  <li>Time machine: one click backup, wireless to a Airport base station;</ol><p>Leopard shipping in October. Basic version, $129. Premium version, $129. Business version, $129, Enterprise version $129. Ultimate version, $129.</p><h3>One more thing</h3><p>Safari 3 now runs on Windows XP/Vista. Safari is twice as fast.</p><h3>One last thing</h3><p>Apple will allow developers to write web 2.0 applications that work exactly like iPhone apps - can access all the iPhone services (make calls, send emails, access the address book). All the development is made based on the Safari engine, which is the same for Leopard, XP/Vista and iPhone. The demo, a corporate address database using ldap toke less than a men/month to develop, so <b>you also can go live on Jun 29.</b><p><b>Update:</b></p> Apple has killed the brushed metal, the site changed for the new look after the keynote. There are some <a href="http://www.apple.com/macosx/leopard/">films about Leopard<a/> already available.]]></description><link>https://joaobordalo.com/articles/2007/06/11/wwdc-2007-summary</link><pubDate>Mon, 11 Jun 2007 02:29:01 GMT</pubDate></item><item><title><![CDATA[Akamai's Internet weather report]]></title><description><![CDATA[<p><a href="http://www.akamai.com/">Akamai</a> launched a <a href="http://www.akamai.com/html/technology/visualizing_akamai.html">new service</a> that allow anyone to check the web behaviour at any given moment. With great graphics, one can see the performance of the Net on a given moment, and check for usage indices for the last 24 hours. Here are the 6 graphics delivered:</p><ul>  <li><a href="http://www.akamai.com/html/technology/dataviz1.html">Real-Time Web Monitor</a>  <li><a href="http://www.akamai.com/html/technology/dataviz2.html">Network Performance Comparison</a>  <li><a href="http://www.akamai.com/html/technology/dataviz3.html">Visualize the Akamai network</a>  <li><a href="http://www.akamai.com/html/technology/nui/retail/index.html">Net Usage Index: Retail</a>  <li><a href="http://www.akamai.com/html/technology/nui/news/index.html">Net Usage Index: News</a>  <li><a href="http://www.akamai.com/html/technology/nui/music/index.html">Net Usage Index: Music</a></ul><p>I know the service is really new, so it doesn't have data from the past. But, with more data, I think this could became a great tool to watch for trends, identify virus attacks and for better bandwidth management. Over all, it's a great job.</p>]]></description><link>https://joaobordalo.com/articles/2007/06/07/akamais-internet-weather-report</link><pubDate>Thu, 07 Jun 2007 02:40:05 GMT</pubDate></item><item><title><![CDATA[Fan created iPhone ad]]></title><description><![CDATA[<p><b>Update</b>: another great ad, the <a href="http://www.iphonenewyorkcity.com/">iPhone New York</a>.</p><p>Amazing, only 2 days after the true iPhone ad, without having an iPhone, this guy was able to create a great iPhone ad. Let the hype begin.</p><p><iframe title="Fan created iPhone ad" width="480" height="300" data-src="//www.youtube.com/embed/0FFkvhoEfX8" frameborder="0" allowfullscreen></iframe></p><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/06/06/fan-created-iphone-ad">here</a> to watch the movie.</p>]]></description><link>https://joaobordalo.com/articles/2007/06/06/fan-created-iphone-ad</link><pubDate>Wed, 06 Jun 2007 06:08:39 GMT</pubDate></item><item><title><![CDATA[To all newspaper directors]]></title><description><![CDATA[<p>I fully agree with the content in <a href="http://www.ryansholin.com/2007/06/02/10-obvious-things-about-the-future-of-newspapers-you-need-to-get-through-your-head/">this webpage</a>, so, if you work in/with/for a newspaper (with or without an online presence), read and share it.</p><p>Good luck.</p>]]></description><link>https://joaobordalo.com/articles/2007/06/05/to-all-newspaper-directors</link><pubDate>Tue, 05 Jun 2007 12:01:24 GMT</pubDate></item><item><title><![CDATA[iPhone ads]]></title><description><![CDATA[<a href="http://www.apple.com/iphone/ads/">Here</a>. One word, <a href="http://www.answers.com/drool">drool</a>.]]></description><link>https://joaobordalo.com/articles/2007/06/04/iphone-ads</link><pubDate>Mon, 04 Jun 2007 12:55:39 GMT</pubDate></item><item><title><![CDATA[Universcale]]></title><description><![CDATA[<p>Following the path from <a href="//joaobordalo.com/articles/2007/05/17/earth-guide">Earth Guide</a>, Nikon has decided to build a website that help us to put the all universe in perspective. It's hard to explain the concept, so here it is the explanation from the website itself:</p><blockquote><p>We are able to view all entities, from the microworld to the universe, from a single perspective. By setting them up against a scale, we are able to compare and understand things which cannot be physically compared</p></blockquote><p>It's an amazing experience, so try it out <a href="http://www.nikon.co.jp/main/eng/feelnikon/discovery/universcale/index_f.htm">here</a> and enjoy.]]></description><link>https://joaobordalo.com/articles/2007/05/30/universcale</link><pubDate>Wed, 30 May 2007 02:27:05 GMT</pubDate></item><item><title><![CDATA[The real hustle]]></title><description><![CDATA[<p><b>warning:</b> the following material could lead you to a addictive behaviour (for 2 to 3 days).</p><p>Last Thursday, I went to YouTube and searched for bar tricks, you know, those proposition bets where you bet you can do something, which seems impossible, do it and earn some free beers (like in free software).</p><p>While surfing the YouTube search results, I found this BBC series named "<a href="http://en.wikipedia.org/wiki/The_Real_Hustle">The Real Hustle</a>". Is this series, 3 con artists make some scams and extract some money from the marks (aka the victims). The basic idea of the show is to educate viewers about the different types of scams and how to avoid becoming a victim. After the scam, all the victims have their money returned and the con/scam explained.</p><p>If you are interested in topics such as social engineering, hacking, card and bar tricks, personal security and such, you will want to watch (all) the videos in YouTube. There are more than 30, with an average of 5 minutes each. The best way to watch them all is to begin by searching for all the movies uploaded by the user <a href="//www.youtube.com/profile?user=kamranakhtar">kamranakthar</a> and then searching for "<a href="//www.youtube.com/results?search_query=the+real+hustle&search=Search">The real hustle</a>".</p><p>But be aware, once you start, it will be difficult for you to say no to the next one. You have been warned.</p>]]></description><link>https://joaobordalo.com/articles/2007/05/28/the-real-hustle</link><pubDate>Mon, 28 May 2007 05:08:12 GMT</pubDate></item><item><title><![CDATA[Coding for kids]]></title><description><![CDATA[<p>A new software, developed at <a href="http://media.mit.edu/index.php">MIT's Media Lab</a>, makes very easy for anyone to build relatively complex computer programs. After all, the software is aimed mainly at kids, so it is reallu simple to use.</p><p>Called <a href="http://scratch.mit.edu/">Scratch</a>, the software lets you build online programs, including animations, games and interactive artwork, by moving around simple drag-and-drop components. You can see it in action in the following video:</p><iframe title="Coding for kids" width="480" height="300" data-src="//www.youtube.com/embed/jxDw-t3XWd0" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/05/21/coding-for-kids">here</a> to see the video.</p>]]></description><link>https://joaobordalo.com/articles/2007/05/21/coding-for-kids</link><pubDate>Mon, 21 May 2007 02:06:45 GMT</pubDate></item><item><title><![CDATA[Earth guide]]></title><description><![CDATA[<p>From the Japanese Science and Technology Agency, check <a href="http://jvsc.jst.go.jp/earth/guide/english/data/top.html">Earth Guide</a>, one of the best sites I have seen concerning the Earth, the Sun, the Solar system and even the Milky Way galaxy.</p><p>The graphics are astonishing, the data very well put on perspective, and all the navigation and looks of the site are extremely well accomplished. Again, great great site!</p>]]></description><link>https://joaobordalo.com/articles/2007/05/17/earth-guide</link><pubDate>Thu, 17 May 2007 08:03:11 GMT</pubDate></item><item><title><![CDATA[Speed up your Mac]]></title><description><![CDATA[Via <a href="http://digg.com/">digg</a>, a cool article with <a href="http://www.imafish.co.uk/articles/post/articles/130/52-ways-to-speed-up-os-x/">52 ways to speed up you OS X</a>.]]></description><link>https://joaobordalo.com/articles/2007/05/15/speed-up-your-mac</link><pubDate>Tue, 15 May 2007 07:00:37 GMT</pubDate></item><item><title><![CDATA[The subjectiveness of art]]></title><description><![CDATA[<p>A Spanish television channel decided to make a neat experiment: they gave a clean canvas to children to paint it, were able to put the painting in <a href="http://www.ifema.es/ferias/arco/default.html">ARCO</a> (the biggest contemporary art in Spain), and recorded some opinions of the art (?) work from several people.</p><p>"It denotes a great experiment from the artist", "Yes, 15.000 euros is a reasonable price for it", "I can fell some sexual frustration from the artist" are some of the recorded opinions. It's a all new meaning for the world subjectiveness. You can watch the broadcasted show in the following Youtube video (in spanish):</p><iframe title="The subjectiveness of art" width="480" height="300" data-src="//www.youtube.com/embed/Pj4MVtoNWZc" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/05/09/the-subjectiveness-of-art">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2007/05/09/the-subjectiveness-of-art</link><pubDate>Wed, 09 May 2007 07:10:11 GMT</pubDate></item><item><title><![CDATA[Loupe.js]]></title><description><![CDATA[<p>Christian Effenberger developed <a href="http://www.netzgesta.de/loupe/">Loupe.js</a>, which allows you to add a magnifier to an object on your page. To use it, all you have to do is to download a Javascript file and a small PNG image, and insert the following line of code in the place you want to have the magnifier:</p><pre>&lt;div&gt;&lt;img id="..." onLoad="initLoupe(this.id);" ...&gt;&lt;/div&gt;</pre><p>The result is something like this (click <a href="http://www.netzgesta.de/loupe/">here</a> to see it working):</p><p><a href="//joaobordalo.com/files/loupe.jpg"><img src="//joaobordalo.com/files/loupe.jpg" width=464 height=292></a></p>]]></description><link>https://joaobordalo.com/articles/2007/05/04/loupe-js</link><pubDate>Fri, 04 May 2007 07:41:23 GMT</pubDate></item><item><title><![CDATA[A Greener Apple]]></title><description><![CDATA[<p>After greenpeace call for action for the reduction of the usage of hazardous substances in Apple equipment (previous post <a href="//joaobordalo.com/articles/2006/10/11/i-love-my-mac-i-just-wish-it-came-in-green">here</a>), Steve Jobs responded with this paper, entitled "<a href="http://www.apple.com/hotnews/agreenerapple/">A Greener Apple</a>".</p><p>Thank you Steve.</p>]]></description><link>https://joaobordalo.com/articles/2007/05/03/a-greener-apple</link><pubDate>Thu, 03 May 2007 07:30:24 GMT</pubDate></item><item><title><![CDATA[20 questions]]></title><description><![CDATA[<p>Think in something (almost anything!). With a maximum of 20 questions, <a href="http://20q.net">20Q</a> will guess what you are thinking.</p><p>It's a very good example of what is a <a href="http://en.wikipedia.org/wiki/Neural_network">neural network</a>, and it learns with every play, so, come on, take a 2 minute break and have a go.</p>]]></description><link>https://joaobordalo.com/articles/2007/04/26/20-questions</link><pubDate>Thu, 26 Apr 2007 10:03:22 GMT</pubDate></item><item><title><![CDATA[lastChild in Mozilla browsers]]></title><description><![CDATA[<p>For a while now I've been receiving some complaints about the comments in this blog: people using Mozilla based browsers weren't able to see the BlindDown effect when posting comments, and since they did not receive any other message about the comment being correctly posted, they posted it several times.</p><p>The error message received was this:</p><pre>$(element).style has no properties[Break on this error] $(element).style.height = '0px';effects.js (line 369)</pre><p>After some heavy Javascript debugging, I found out the bug: Mozilla browsers add nodes for white space (in my case, in between LI elements), so it was calling the wrong node for the BlindDown effect (it was calling a white space). Here goes the original code:</p><pre>function commentAdded(request) {  new Effect.BlindDown($('commentList').lastChild);  $('commentform').elements[3].value = '';  $('commentform').elements[3].focus();}</pre><p>The solution was to add a new javascript line <b>before</b> the Effect.BlindDown call, cleaning all white spaces. Here is the corrected code:</p><pre>function commentAdded(request) {  Element.cleanWhitespace('commentList');  new Effect.BlindDown($('commentList').lastChild);  $('commentform').elements[3].value = '';  $('commentform').elements[3].focus();}</pre><p>So, the lesson is: every time you use a lastChild call, be aware of the white spaces for the Mozilla browsers. Hope it helps, thanks to all who pointed the bug.</p><p><b>Update:</b> after a lunch conversation, I've decided to post the bug in the Mozilla foundation bugzilla. If you want to, you can check the status by accessing <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=378593">bug #378593</a>.</p>]]></description><link>https://joaobordalo.com/articles/2007/04/24/lastchild-in-mozilla-browsers</link><pubDate>Tue, 24 Apr 2007 07:33:18 GMT</pubDate></item><item><title><![CDATA[The filter]]></title><description><![CDATA[<p>I've spent the morning listening to music from my iTunes, but selected via <a href="http://www.thefilter.com/">The Filter</a>. It's a great tool (free download <a href="http://www.thefilter.com/download.html">here</a>), which mixes the taste of thousands (like <a href="http://last.fm">last.fm</a>) but with a huge difference: it does it with my own music.</p><blockquote><p>At the heart of The Filter is a music recommendation engine that is continually learning the listening tastes and choices of tens of thousands of music lovers. This huge collection of information is combined with your own likes and dislikes to create a personal understanding of what songs from your collection you will like to listen to and when.</p></blockquote><p>It can be also used to create fresh playlists for your iPod, and to get a lot information about the music you are listening. It's great, for free, and with versions for Windows, Mac and Nokia phones.</p>]]></description><link>https://joaobordalo.com/articles/2007/04/23/the-filter</link><pubDate>Mon, 23 Apr 2007 09:45:01 GMT</pubDate></item><item><title><![CDATA[Earn money while searching]]></title><description><![CDATA[<p><a href="//joaobordalo.com/articles/2007/01/29/generation-cash">Generation cash</a> is becoming a reality. Now is time for the online search community (everyone of us) to earn some money by using a search engine (just that) or by referring friends.</p><p><a href="http://zotspot.com">Zotspot</a> is the new kid on the block, with a disruptive business model: you earn money from using their search engine, earnings that you can keep or donate to one or more causes (e.g., charities or universities).</p><p>On top, you can earn even more money by referring Zotspot to friends. And you earn money from friends referred by your friends, and so on, until 3 generations. Confused? See the next image (taken from the Zotspot <a href="http://accounts.zotspot.com/faq/">FAQ</a>):</p><p><img src="http://accounts.zotspot.com/images/faq2.gif" width=440 height=183></p><p>If you are interested in trying it, please do it by clicking the animated image below. This way you will be helping me pay this site hosting.</p> <p align="center"><a href="http://accounts.zotspot.com/?source=10869&m=b"><img src="http://accounts.zotspot.com/images/animations/zotbanner1.gif" border="0" alt="zotspot - get paid to search"></a></p><p>Happy searching.</p>]]></description><link>https://joaobordalo.com/articles/2007/04/18/earn-money-while-searching</link><pubDate>Wed, 18 Apr 2007 07:06:50 GMT</pubDate></item><item><title><![CDATA[Google low-cost transportation]]></title><description><![CDATA[<p>Do you need to travel from Oporto, Portugal, to New York? Don't want to spend a lot of money on this trip? Well, try this: point your browser to <a href="http://maps.google.com">maps.google.com</a>, click on "Get directions" and write "Oporto" to "New York". On the left side of the search results, notice step 51.</p><p>Please don't try this trip if you didn't eat your cereals in the morning.</p>]]></description><link>https://joaobordalo.com/articles/2007/04/17/google-low-cost-transportation</link><pubDate>Tue, 17 Apr 2007 12:24:02 GMT</pubDate></item><item><title><![CDATA[The future is UMPC?]]></title><description><![CDATA[<p>Via <a href="http://www.asourceofinspiration.com/">Armando Alves</a>, a great video from Intel, predicting the future?</p><p><iframe title="The future is UMPC?" width="480" height="300" data-src="//www.youtube.com/embed/G_FS2TiK3AI" frameborder="0" allowfullscreen></iframe></p><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/04/17/the-future-is-umpc">here</a> to watch the movie.</p>]]></description><link>https://joaobordalo.com/articles/2007/04/17/the-future-is-umpc</link><pubDate>Tue, 17 Apr 2007 08:08:56 GMT</pubDate></item><item><title><![CDATA[Top gear]]></title><description><![CDATA[<p>This guys must have the best job in the world! Watch as they build their own limos:</p><p><object width="425" height="328"><param name="movie" value="http://www.dailymotion.com/swf/4SvqEgP7VMDM89GeW"></param><param name="allowfullscreen" value="true"></param><embed src="http://www.dailymotion.com/swf/4SvqEgP7VMDM89GeW" type="application/x-shockwave-flash" width="425" height="328" allowfullscreen="true"></embed></object></p>]]></description><link>https://joaobordalo.com/articles/2007/04/16/top-gear</link><pubDate>Mon, 16 Apr 2007 05:27:38 GMT</pubDate></item><item><title><![CDATA[Fire Meg]]></title><description><![CDATA[<p>Isn't capitalism, democracy and freedom of speech great? A eBay user (and minor stockholder), unhappy with the performance of the company, has issued an <a href="http://www.petitiononline.com/firemeg/petition.html">online petition</a> for the removal of Meg Whitman as eBay CEO.</p><p>The 3 main reasons for this petition are:</p><ol><li>the lack of focus: eBay is more concerned in merging technologies (like Skype) than to bet on evolving the online auction sector;<li>eBay and Paypal refuse to address fraud issues and the concerns of the user base;<li>the existence of several technical issues that result in slow and erroneous searches, portions of the site not functioning properly, etc.</ol><p>Is this a good idea? Will it result in anything? I sincerely don't know, but I like it, is a form of active citizenship, and we all should be active citizens. After all, that's why we live in a democracy, right?</p>]]></description><link>https://joaobordalo.com/articles/2007/04/09/fire-meg</link><pubDate>Mon, 09 Apr 2007 11:42:59 GMT</pubDate></item><item><title><![CDATA[Ho, Ho, Hobo]]></title><description><![CDATA[<p>Just watched the screencasts from the <a href="http://hobocentral.net/">Hobo website</a>, and must say I'm pretty amazed. So, what is Hobo?</p><blockquote><p>Hobo is an Open Source extension to Ruby on Rails which helps you build full blown web applications incredibly quickly and easily. Available as a Gem or Rails plugin, Hobo provides a simple, clean and elegant development framework which allows for rapid prototyping or production of the most sophisticated web applications.</p></blockquote><p>Watch the <a href="http://hobocentral.net/screencasts.php">screencasts</a> and try to keep your drooling levels low.</p>]]></description><link>https://joaobordalo.com/articles/2007/04/05/ho-ho-hobo</link><pubDate>Thu, 05 Apr 2007 07:07:13 GMT</pubDate></item><item><title><![CDATA[Superbot, the amazing robot]]></title><description><![CDATA[<p>The SuperBot is one of the most highly adaptive robots I have seen to date.  Most robots can tackle only one task at a time, that for which they were specialized.  The SuperBot, on the other hand, is made up entirely of individual robots that can run by themselves or be put together to communicate with each other and move in creative ways.  The robot was created by <a href="http://www.isi.edu/">USC’s Information Sciences Institute</a>.</p><p>I have compiled all of the available videos of this robot for your viewing pleasure:</p><p><b>Rolling</b><br /><embed src="//www.youtube.com/v/eOX6W2kFiEc" width="325" height="267" type="application/x-shockwave-flash" wmode="transparent"></embed></p><p><b>Swimming</b><br /><embed src="//www.youtube.com/v/3sCrQnnEGuA" width="325" height="267" type="application/x-shockwave-flash" wmode="transparent"></embed></p><p><b>Sidewinder Slither</b><br /></embed><embed src="//www.youtube.com/v/uqqcuwEgT2w" width="325" height="267" type="application/x-shockwave-flash" wmode="transparent"></embed></p><p><b>Caterpillar Crawl</b><br /><embed src="//www.youtube.com/v/_qHpPVpH614" width="325" height="267" type="application/x-shockwave-flash" wmode="transparent"></embed></p><p><b>Walking</b><br /><embed src="//www.youtube.com/v/5m_hufTX-Ns" width="325" height="267" type="application/x-shockwave-flash" wmode="transparent"></embed></p><p><b>Climbing across a rope</b><br /><embed src="//www.youtube.com/v/F6Hxrw8YK8c" width="325" height="267" type="application/x-shockwave-flash" wmode="transparent"></embed></p><p><b>Climbing up sand</b><br /><embed src="//www.youtube.com/v/NLEUCpODJH0" width="325" height="267" type="application/x-shockwave-flash" wmode="transparent"></embed></p><p><b>Climbing up a river bank</b><br /><embed src="//www.youtube.com/v/2lCtIFUqG6I" width="325" height="267" type="application/x-shockwave-flash" wmode="transparent"></embed></p><p><b>Finding its dislocated friend</b><br /><embed src="//www.youtube.com/v/kBfyAR77ceI" width="325" height="267" type="application/x-shockwave-flash" wmode="transparent"></embed></p><p><b>Morph demonstration</b><br /><embed src="//www.youtube.com/v/rfT0hbewv-4" width="325" height="267" type="application/x-shockwave-flash" wmode="transparent"></embed></p><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/04/04/superbot-the-amazing-robot">here</a> to watch the movies.</p>]]></description><link>https://joaobordalo.com/articles/2007/04/04/superbot-the-amazing-robot</link><pubDate>Wed, 04 Apr 2007 07:36:24 GMT</pubDate></item><item><title><![CDATA[Google master plan]]></title><description><![CDATA[<p>When everyone is talking about the new <a href="http://tinyurl.com/2lulnj">Google AdWords TV ads trial</a>, Ozan Halici and Jurgen Mayer from the University of Applied Sciences Ulm, Germany, released the movie "<a href="http://masterplanthemovie.com/">Master Plan, about the power of Google</a>".</p><p>Even though I don't agree with everything stated in the movie, it is a very well done movie, so I decided to post it in my blog. The graphics are astonishing, take a look:</p><p><iframe title="Google master plan" width="480" height="300" data-src="//www.youtube.com/embed/9zKXCQpUnMg" frameborder="0" allowfullscreen></iframe></p><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/04/04/google-master-plan">here</a> to watch the movie.</p>]]></description><link>https://joaobordalo.com/articles/2007/04/04/google-master-plan</link><pubDate>Wed, 04 Apr 2007 07:08:36 GMT</pubDate></item><item><title><![CDATA[Microsoft did not steal ideas from Mac OS X]]></title><description><![CDATA[<p>For the New York Times, David Pogue reviews Windows Vista, trying to prove in his video that "Microsoft did not steal ideas from Mac OS X".</p><p><iframe title="Microsoft did not steal ideas from Mac OS X" width="480" height="300" data-src="//www.youtube.com/embed/TaIUkwPybtM" frameborder="0" allowfullscreen></iframe></p><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/04/02/microsoft-did-not-steal-ideas-from-mac-os-x">here</a> to watch the movie.</p>]]></description><link>https://joaobordalo.com/articles/2007/04/02/microsoft-did-not-steal-ideas-from-mac-os-x</link><pubDate>Mon, 02 Apr 2007 07:06:28 GMT</pubDate></item><item><title><![CDATA[iRack]]></title><description><![CDATA[<p>A great parody from Mad TV, mashing up geekery and politics.</p><p><iframe title="iRack" width="480" height="300" data-src="//www.youtube.com/embed/o-KWYYIY4jQ" frameborder="0" allowfullscreen></iframe></p><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/03/23/irack">here</a> to watch the movie.]]></description><link>https://joaobordalo.com/articles/2007/03/23/irack</link><pubDate>Fri, 23 Mar 2007 11:02:34 GMT</pubDate></item><item><title><![CDATA[Technology can hurt]]></title><description><![CDATA[<p>Last week I spend it snowboarding in the French Alps with some friends. This year, for the first time, we had like 2 small video cameras, so people were always trying to film that "Roast beef grab", the "Backside 180" or  the "Indy grab".</p><p>Whenever the camera was on, my friends were taking huge risks, doing big jumps and strange techniques, in order to stay "good in the picture".</p><p>The result? Three man down: one shoulder, one ankle and a visit to a french hospital to do some x-rays due to a heavy chest pain. Fortunately, I don't give a damn for great snow movies, so all I've got was tired muscles and a rested brain.</p><p>The conclusion? Technology can hurt you, beware.</p>]]></description><link>https://joaobordalo.com/articles/2007/03/19/technology-can-hurt</link><pubDate>Mon, 19 Mar 2007 07:37:16 GMT</pubDate></item><item><title><![CDATA[Faster than the speed of light]]></title><description><![CDATA[<p>Via <a href="http://www.cbc.ca/health/story/2000/07/20/speedlight000720.html">cbc.ca</a>, scientists were able to cause a light pulse to travel hundreds of times faster than normal:</p><blockquote><p>It raced so fast the pulse exited a specially-prepared chamber before it even finished entering it.</p></blockquote><p>So, it looks like <a href="http://en.wikipedia.org/wiki/João_Magueijo">Jo&atilde;o Magueijo</a> and is <a href="http://en.wikipedia.org/wiki/Variable_speed_of_light">Variable Speed of Light theory</a> was right all along.</p>]]></description><link>https://joaobordalo.com/articles/2007/03/07/faster-than-the-speed-of-light</link><pubDate>Wed, 07 Mar 2007 05:05:58 GMT</pubDate></item><item><title><![CDATA[Think to play]]></title><description><![CDATA[<p>What if your games could read your mind, so you could play them by thinking about it? Futuristic? Not so.</p><p>An Australian company, <a href="http://www.emotiv.com/2_0/2_1.htm">Emotiv Systems</a>, developed a headset that uses a set of sensors to detect player's thoughts, emotions and feelings, thus making it possible for games to be controlled and influenced by the mind of the player.</p><p>The headset connects wirelessly to consoles and PCs, and is not available to consumers yet, but a private demonstration can be scheduled for developers at the <a href="http://www.gdconf.com/">2007 Game Developers Conference</a>.</p><p><img src="//joaobordalo.com/files/projectepoc.jpg"></p><p>Image taken from <a href="http://www.emotiv.com/">Emotiv Systems</a> website.</p><p><b>Update:</b> The New Scientist Blog has an article about testing the headset, entitled <a href="http://www.newscientist.com/blog/technology/2007/03/what-geek-wouldnt-want-to-be-jedi.html">What geek wouldn't want to be a Jedi?</a> Worth reading.]]></description><link>https://joaobordalo.com/articles/2007/03/05/think-to-play</link><pubDate>Mon, 05 Mar 2007 06:45:38 GMT</pubDate></item><item><title><![CDATA[Bye bye TV, hello Joost]]></title><description><![CDATA[I got an invitation for Joost 10 minutes ago. It took me 60 seconds for a 16 MB download, another 30 seconds for extraction and installation, 30 seconds to get the first Joost channel ('Joost Suggests') up and running in full-screen mode, no flicks, good quality, and watch some crazy surfers riding big waves in Hawaii.An additional 3 minutes to see the channel list (pretty impressive, NatGeo, MTV and others) and try and watch other channels. Everything is working smoothly.Now the bad news: my MacBook remote controller didn't work (yes, I know, it isn't supported, but I needed something bad to say).The rest 5 minutes were to write this post.]]></description><link>https://joaobordalo.com/articles/2007/03/01/bye-bye-tv-hello-joost</link><pubDate>Thu, 01 Mar 2007 11:23:05 GMT</pubDate></item><item><title><![CDATA[And the winner is...]]></title><description><![CDATA[<p>Nopes, it's not about Hollywood oscars (elected by some guys nobody cares) but about the free initiative named <a href="http://oscartorrents.com/">Oscar torrents</a>. I really don't know who is behind this, but I really don't care: 133378 voters is a pretty good number for the first edition.</p><p>The film which won more oscartorrent was <a href="http://www.panslabyrinth.com/">Pan's labyrinth</a>, and the oscartorrent for the best picture was to <a href="http://thedeparted.warnerbros.com/">The departed</a>.</p><p>See the list movies and access the torrent files <a href="http://oscartorrents.com/">here</a>.</p><p>The site disclaimer is also a pearl:</p><blockquote>OSCARTORRENTS®, and the OSCAR THE PIRATE® statuette design mark are the unregistered marks of no one in particular. No ©2007. Nothing to do with the Academy of Motion Picture Arts and Sciences & ABC, Inc. All Rights Reversed. The Official Oscars is a sham produced by villiains in partnership with the cult of celebrity. By accessing this site you're probably comitting a felony somewhere -- but let your own idea of what is right and wrong be your guide.</blockquote><p>Enjoy your movies.</p>]]></description><link>https://joaobordalo.com/articles/2007/02/27/and-the-winner-is</link><pubDate>Tue, 27 Feb 2007 12:34:14 GMT</pubDate></item><item><title><![CDATA[Pulp Fiction in Typography]]></title><description><![CDATA[<p>An excelent usage of typography for a very creative presentation. Text appears as every word is spoken but done in a way to accent and emphasize and highlight. Watch it 3 or 4 times to really enjoy it. The clip contains adult language, you have been warned.</p><iframe title="Pulp Fiction in Typography" width="480" height="300" data-src="//www.youtube.com/embed/syf8olcM0z4" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/02/26/pulp-fiction-in-typography">here</a> to watch the clip.</p>]]></description><link>https://joaobordalo.com/articles/2007/02/26/pulp-fiction-in-typography</link><pubDate>Mon, 26 Feb 2007 05:30:02 GMT</pubDate></item><item><title><![CDATA[NIN alternative reality game]]></title><description><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Nine_Inch_Nails">Nine Inch Nails</a> (abbreviated as NIN) is an American industrial rock band formed in Cleveland, Ohio circa 1988 by Trent Reznor. The debut of the new album, Year Zero, is generating a huge buzz. The album will be released on April 17, 2007 (or should I say April 17, -15 BA?).</p><p>On the back of a new <a href="http://img.photobucket.com/albums/v699/meathead666/tourtshirt.jpg">NIN tour shirt</a> , some letters were highlighted. These highlighted letters all come together to form the clause "I AM TRYING TO BELIEVE." In a breeze, someone discovered <a href="http://iamtryingtobelieve.com">iamtryingtobelieve.com</a> is an actual site, which discusses the usage of a <a href="http://www.ninwiki.com/Parepin">Perapin</a> in running water by the US government. Perapin, <b>supposedly</b>, strengthens the immune system, boosting the immunity against a lot of biological weapons, but causing a lot of side effects.</p><p>The author of the website seems to be someone who has stopped using Parepin. Users may e-mail him to ask any questions, but are greeted with a very creepy auto-reply:</p><blockquote>Thank you for your interest. It is now clear to me that Parepin is a completely safe and effective agent developed to protect us from bio-terrorism. The Administration is acting purely in the best interests of its citizens; to suggest otherwise was irresponsible and I deeply regret it.I'm drinking the water. So should you.</blockquote><p>It is now proven that year zero itself is actually year 2022, as indicated by the image located <a href="http://iamtryingtobelieve.com/howdoes.htm">here</a> (hint: look to the left of the first image, it's slightly hard to see!). This makes the year 2007 actually become -15 BA (Born Again?).</p><p>On February 13th, after the Nine Inch Nails concert, a flash drive was found on the stall floor of one of the restrooms of the Coliseum, Lisbon, Portugal. The flash drive had references to <a href="http://anotherversionofthetruth.com">anotherversionofthetruth.com</a> and contained "My Violent Heart" encoded as 320kbps MP3s.</p><p>This new site, on first glance, showed nothing more than simple, smiley propaganda. Another version of the truth is revealed (quite literally!) if you click and drag. Once new text is revealed, clicking a link takes you to a <a href="http://anotherversionofthetruth.com/forum.htm">message board</a> in which citizens of this particular setting are discussing many things about society, most of it being quite negative, scary, or depressing. Additionaly, three new audio files were revealed:</p><ul>  <li> opalo.mp3, discussing the Opal drug;  <li> ballgameOver.mp3, taken from the point of view of an "angry sniper";  <li> nohurry.mp3, detailing a police raid and showcasing the REAL truth behind it.</ul><p>On February 19th, after a concert in Paris, another pen drive was left behind, this time containing a rar file. This rar file contained "Me, I'm not", one of the songs for the new album, and another file named 2432.mp3.</p><p>After a spectrograph analysis of the latest, new websites and a US phone number were found ('216.333.1810'). Calling this number people were able to listen to a new audio clip, with even more clues to the maze.</p><p>At this moment (February 23th), this is the list of sites already discovered:<ul>  <li>http://iamtryingtobelieve.com/  <li>http://anotherversionofthetruth.com/  <li>http://bethehammer.net/  <li>http://105thairbornecrusaders.com/  <li>http://churchofplano.com/  <li>http://www.consolidatedmailsystems.com/nooneimportant/  <li>http://www.consolidatedmailsystems.com/citizen_unknown/  <li>http://www.uswiretap.com/case_number_required/  <li>http://www.uswiretap.com/71839J/  <li>http://www.artisresistance.com/</ul></p><p>This is the biggest viral marketing campaign I ever seen, combining web sites, phone numbers, pen drives left behind, spectrograph analysis and much more. Check <a href="http://www.echoingthesound.org/phpbbx/viewtopic.php?t=20265&sid=ce32d7754f4b9f7c7550d5e20f4c4463">here</a> for even more information (yes, it's bigger than you imagine) and to stay updated about this issue.</p><p>The available songs for the new album can be downloaded <a href="http://symphonyofnoise.com/nails/yearzero/">here</a>.</p><p>Sources:<ul>  <li><a href="http://www.echoingthesound.org/phpbbx/viewtopic.php?t=20265&sid=ce32d7754f4b9f7c7550d5e20f4c4463">Echoing the Sound</a>  <li><a href="http://en.wikipedia.org/wiki/Nine_Inch_Nails">Wikipedia</a>  <li><a href="http://www.ninwiki.com/">NIN Wiki</a></ul></p><p><b>Update:</b> A new phone number has been discovered ('13102951040') in a <a href="http://i170.photobucket.com/albums/u264/crazyrevgirl/nintourshirt.jpg">new tour shirt</a>.</p>]]></description><link>https://joaobordalo.com/articles/2007/02/23/nin-alternative-reality-game</link><pubDate>Fri, 23 Feb 2007 07:22:47 GMT</pubDate></item><item><title><![CDATA[Google Apps]]></title><description><![CDATA[<p>The Google Apps Premier Edition is out, at a bargain price of 50 USD/user account/year. You still can have the free version, now named as Standard Edition. Check what are you buying in the <a href="http://www.google.com/a/help/intl/en/admins/editions.html">Editions comparison page</a>.</p>]]></description><link>https://joaobordalo.com/articles/2007/02/22/google-apps</link><pubDate>Thu, 22 Feb 2007 06:54:16 GMT</pubDate></item><item><title><![CDATA[Thoughts on music]]></title><description><![CDATA[<p>I decided to abstain myself from commenting <a href="http://www.apple.com/hotnews/thoughtsonmusic/">Steve Jobs's open letter about DRM</a>, but since it's generating a huge buzz around it, I think it's time for my 2 cents contribution.</p><p>Here are a couple of paragraphs from the letter, written in plain English:</p><blockquote>"The rub comes from the music Apple sells on its online iTunes Store. Since Apple does not own or control any music itself, it must license the rights to distribute music from others, primarily the “big four” music companies: Universal, Sony BMG, Warner and EMI.... When Apple approached these companies to license their music to distribute legally over the Internet, they were extremely cautious and required Apple to protect their music from being illegally copied."</blockquote><blockquote>"If the big four music companies would license Apple their music without the requirement that it be protected with a DRM, we would switch to selling only DRM-free music on our iTunes store. Every iPod ever made will play this DRM-free music."</blockquote><p>This is nothing new, even for Steve Jobs. Back in 2002, he <a href="http://www.macworld.com/news/2002/03/04/jobs/">publicly grumbled</a> a bit about the record companies and their reluctance to loosen up.</p><blockquote>"If you legally acquire music, you need to have the right to manage it on all other devices that you own."</blockquote><p>DRM is a very sensible matter, and we will hardly see a consensus around the issue. Here are a couple of videos showing the two faces of the coin:</p><ul><li>the first one is a video from ZDNet Executive Editor David Berlind, suggesting that DRM is C.R.A.P.</li><li>the second is a very recent web documentary made by McCann Norway for the Norwegian music industry, explaining the history of music piracy so far and analysing the effect it has on the industry.</li></ul><iframe title="Thoughts on music" width="480" height="300" data-src="//www.youtube.com/embed/YKI_w_VBoTQ" frameborder="0" allowfullscreen></iframe><br/>RSS readers should click <a href="//joaobordalo.com/articles/2007/02/15/thoughts-on-music">here</a> to watch this movie.<br/><br/><p><a href="http://interaktiv.mccann.no/eng/piracy/"><img src="//joaobordalo.com/files/music_piracy_norway.jpg"></a></p>]]></description><link>https://joaobordalo.com/articles/2007/02/15/thoughts-on-music</link><pubDate>Thu, 15 Feb 2007 07:35:32 GMT</pubDate></item><item><title><![CDATA[Blogumentary]]></title><description><![CDATA[<p>The documentary about bloggers, "<a href="http://blogumentary.org/">Blogumentary</a>", is finally available to <a href="http://video.google.com/videoplay?docid=-8920472176280937346">watch online</a>. It includes interviews with Jeff Jarvis, Jason Kottke and more. Watch it below (1h05m24s).</p><p><embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=-8920472176280937346&hl=en" flashvars=""> </embed></p><br/><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/02/08/blogumentary">here</a> to watch the movie.</p>]]></description><link>https://joaobordalo.com/articles/2007/02/08/blogumentary</link><pubDate>Thu, 08 Feb 2007 07:13:44 GMT</pubDate></item><item><title><![CDATA[Defense Marriage Initiative]]></title><description><![CDATA[<p>In Portugal, people is discussing next Sunday's referendum (should or should not be a crime for a woman to abort in the first 10 weeks of gestation).</p><p>In Washington, people are discussing if one can marry with another even if they have no plans to procreate. Better, if the law is approved, every one who get married in the state of Washington, have three years to procreate, or get their marriage "unrecognized". In my humble opinion, <a href="http://www.wa-doma.org/">The Defense Marriage Initiative</a> must be the stupidest law I ever saw. (via <a href="http://simplicidade.org/">Melo</a>)</p>]]></description><link>https://joaobordalo.com/articles/2007/02/06/defense-marriage-initiative</link><pubDate>Tue, 06 Feb 2007 06:07:41 GMT</pubDate></item><item><title><![CDATA[Digital ethnography]]></title><description><![CDATA[<iframe title="Digital ethnography" width="480" height="300" data-src="//www.youtube.com/embed/6gmP4nk0EOE" frameborder="0" allowfullscreen></iframe><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/02/05/digital-ethnography">here</a> to watch the film.</p>]]></description><link>https://joaobordalo.com/articles/2007/02/05/digital-ethnography</link><pubDate>Mon, 05 Feb 2007 04:57:23 GMT</pubDate></item><item><title><![CDATA[Atlas Gloves]]></title><description><![CDATA[<p><a href="http://atlasgloves.org/about">Atlas Gloves</a> is a DIY (Do It Yourself) physical interface for controlling 3D mapping applications like <a href="http://earth.google.com/">Google Earth</a>. With a pair of illuminating gloves, the user is  able to fly above the world and zoom in and out, tilt, and rotate by doing various gestures. The technical implementation includes a small camera attached to a computer.</p><p>The open source Atlas Gloves application can be downloaded at the website and operated from home using a webcam and two self-made illuminating gloves. Check out <a href="http://atlasgloves.org/diy">how to build your own illuminating gloves</a> and <a href="http://atlasgloves.org/download">download the open source application</a>.</p><p>Watch the <a href="http://atlasgloves.org/demo">demo video</a>.</p>]]></description><link>https://joaobordalo.com/articles/2007/01/29/atlas-gloves</link><pubDate>Mon, 29 Jan 2007 02:10:33 GMT</pubDate></item><item><title><![CDATA[Generation Cash]]></title><description><![CDATA[<p>After reading the BBC article about the plans for <a href="http://news.bbc.co.uk/2/hi/business/6305957.stm">YouTube to share is ad revenue with users</a>, I recall a recent article I've read in <a href="http://www.trendwatching.com/">Trend Watching</a> about <a href="http://www.trendwatching.com/trends/gen-cash.htm">Generation Cash</a>.</p><p>About three and a half years ago, they talked about a new trend arising, what they called <a href="http://www.trendwatching.com/trends/CUSTOMER-MADE.htm">Generation C</a>(ontent). I think we now can all agree that they were right, and that it culminated with the <a href="http://www.time.com/time/magazine/article/0,9171,1569514,00.html?aid=434&from=o&to=http%3A//www.time.com/time/magazine/article/0%2C9171%2C1569514%2C00.html">Time's Person of Year: You</a> issue.</p> Meanwhile, companies are earning a lot of money by aggregating one's content, so it's only fair to share part of the profit with the producers of the content.</p><blockquote>GENERATION C(ONTENT) is joining GENERATION C(ASH). If consumers produce the content, if they are the content, and that content brings in money for aggregating brands, then revenue and profit-sharing is going to be one of 2007’s main themes in the online space. It’s not like brands will have a choice: talented consumers are going to be too sought after to remain satisfied with thank you notes. Get ready for an avalanche of revenue sharing deals, reward schemes and sumptuous gifts aimed at luring creative consumers.</blockquote><p>YouTube rivals are already following the trend, and YouTube must stay a competetive player, so it was just a matter of time. Here is an image of the Generation C(ash) pioneers:</p><a href="//joaobordalo.com/files/gencash.png"><img width=400 height=300 src="//joaobordalo.com/files/gencash.png"></a><p>By the way, shouldn't we be talking about <a href="http://fon.com">Fon</a> also?]]></description><link>https://joaobordalo.com/articles/2007/01/29/generation-cash</link><pubDate>Mon, 29 Jan 2007 11:25:45 GMT</pubDate></item><item><title><![CDATA[On Ruby on Rails]]></title><description><![CDATA[<p>I'm developing my RoR skills on a daily basis, and I'm a member of the <a href="http://www.ruby-pt.org/">Portuguese Ruby Brigade</a>, so I've a special interest on this amazing framework:</p><ul><li>RoR 1.2 is finally available, and you can learn more about it in <a href="http://weblog.rubyonrails.org/2007/1/19/rails-1-2-rest-admiration-http-lovefest-and-utf-8-celebrations">this article</a> on the official blog;<li><a href="http://mywheel.net/">M&aacute;rio</a> wrote an excelent article on <a href="http://mywheel.net/blog/index.php/2007/01/26/hosting-ruby-on-rails-lighttpd-apache-mongrel-webrick-litespeed-and-ngnix/">RoR web servers evolution</a>;<li>There is a <a href="http://weblog.rubyonrails.org/2007/1/25/ajax-on-rails">new book</a> on the block, so I guess is time to use my CC again;<li><a href="http://www.omninerd.com/2007/01/23/articles/66">Processing Credit Cards with Ruby on Rails</a></ul><p>If you want to know more about RoR, take a visit to <a href="http://rubyonrails.org/">the official website</a>.</p>]]></description><link>https://joaobordalo.com/articles/2007/01/26/on-ruby-on-rails</link><pubDate>Fri, 26 Jan 2007 06:38:47 GMT</pubDate></item><item><title><![CDATA[Apple results]]></title><description><![CDATA[<p>Last night Apple released his <a href="http://www.apple.com/pr/library/2007/01/17results.html">Q1 2007 financial results</a>. The numbers are huge (7 billion USD in revenue, 1 billion of net profit), and are a company record.<p><p>Please bare in mind the fiscal year is different from the regular year: Q1 2007 is the time period between the 1st of October and the 31th of December 2006, so it includes Christmas 2006. In this quarter, Apple sold more than 21 million iPods, and more than 1.6 million Macs.</p><p>Since I'm now an Apple shareholder, I have a particular interest in the company evolution, so I decided to get some data and build some graphics. The idea is to identify trends in growth, which could help me in my stock strategy. Bottom line, Apple is a very good bet in the long term, very volatile in the short term (or day trading) due to the hype surrounding it.</p><p>Here are the 10 graphics I have to share:</p><p><table>  <tr align="center">    <td></td>    <td>Revenue</td>    <td>Net profit</td>    <td>Mac sales</td>    <td>iPod sales</td>  </tr>  <tr align="center">    <td>Evolution</td>    <td><a href="//joaobordalo.com/articles/2007/01/18/apple-results#revenue_ev">here</a></td>    <td><a href="//joaobordalo.com/articles/2007/01/18/apple-results#netprofit_ev">here</a></td>    <td><a href="//joaobordalo.com/articles/2007/01/18/apple-results#macsales_ev">here</a></td>    <td><a href="//joaobordalo.com/articles/2007/01/18/apple-results#ipodsales_ev">here</a></td>  </tr>  <tr align="center">    <td>Quarterly</td>    <td><a href="//joaobordalo.com/articles/2007/01/18/apple-results#revenue_q">here</a></td>    <td><a href="//joaobordalo.com/articles/2007/01/18/apple-results#netprofit_q">here</a></td>    <td><a href="//joaobordalo.com/articles/2007/01/18/apple-results#macsales_q">here</a></td>    <td><a href="//joaobordalo.com/articles/2007/01/18/apple-results#ipodsales_q">here</a></td>  </tr>  <tr align="center">    <td>With product line</td>    <td>-</td>    <td>-</td>    <td><a href="//joaobordalo.com/articles/2007/01/18/apple-results#macsales_pl">here</a></td>    <td><a href="//joaobordalo.com/articles/2007/01/18/apple-results#ipodsales_pl">here</a></td>  </tr></table></p><br/><p>The quarters are for fiscal year: Q1 2007 is October to December 2006.<br/>Click in any graphic to see it larger.</p><a name="revenue_ev"></a><a href="//joaobordalo.com/files/apple_revenue_evolution.png"><img width=400 height=200 src="//joaobordalo.com/files/apple_revenue_evolution.png"></a><a name="revenue_q"></a><a href="//joaobordalo.com/files/apple_revenue_quarterly.png"><img width=400 height=200 src="//joaobordalo.com/files/apple_revenue_quarterly.png"></a><a name="netprofit_ev"></a><a href="//joaobordalo.com/files/apple_netprofit_evolution.png"><img width=400 height=200 src="//joaobordalo.com/files/apple_netprofit_evolution.png"></a><a name="netprofit_q"></a><a href="//joaobordalo.com/files/apple_netprofit_quarterly.png"><img width=400 height=200 src="//joaobordalo.com/files/apple_netprofit_quarterly.png"></a><a name="macsales_ev"></a><a href="//joaobordalo.com/files/apple_macsales_evolution.png"><img width=400 height=200 src="//joaobordalo.com/files/apple_macsales_evolution.png"></a><a name="macsales_q"></a><a href="//joaobordalo.com/files/apple_macsales_quarterly.png"><img width=400 height=200 src="//joaobordalo.com/files/apple_macsales_quarterly.png"></a><a name="ipodsales_ev"></a><a href="//joaobordalo.com/files/apple_macsales_evolution.png"><img width=400 height=200 src="//joaobordalo.com/files/apple_macsales_evolution.png"></a><a name="ipodsales_q"></a><a href="//joaobordalo.com/files/apple_ipodsales_quarterly.png"><img width=400 height=200 src="//joaobordalo.com/files/apple_ipodsales_quarterly.png"></a><a name="macsales_pl"></a><a href="//joaobordalo.com/files/apple_macsales_productline.png"><img width=400 height=200 src="//joaobordalo.com/files/apple_macsales_productline.png"></a><a name="ipodsales_pl"></a><a href="//joaobordalo.com/files/apple_ipodsales_productline.png"><img width=400 height=200 src="//joaobordalo.com/files/apple_ipodsales_productline.png"></a><p>Source: <a href="http://www.apple.com/investor/">Apple Investor Relations</a> and <a href="http://www.apple-history.com/">apple-history.com</a>]]></description><link>https://joaobordalo.com/articles/2007/01/18/apple-results</link><pubDate>Thu, 18 Jan 2007 11:22:12 GMT</pubDate></item><item><title><![CDATA[Ideas worth spreading]]></title><description><![CDATA[<p>When I saw (<a href="//joaobordalo.com/articles/2006/08/03/bread-crumbs-mind-the-gap">and wrote about</a>) the Gapminder presentation, I found <a href="http://ted.com/">TED</a>. And it changed my life. So, what is TED?</p><h3>TED Conference</h3> <p>As stated in Wikipedia (and I quote):</p><blockquote>TED (short for Technology Entertainment Design) is an annual conference in Monterrey, California that describes itself as a global community of remarkable people and remarkable ideas, which is debated by those who see it as a self-congratulatory meeting of wealthy attendees. Its content is extremely broad, including science, art, business, global issues, architecture, music, and comedy. Speakers are from a variety of communities. Speakers have included Jane Goodall, Freeman Dyson, Bill Gates, Billy Graham, Bono, Sergey Brin, Larry Page, Richard Dawkins, and Steve Pinker.</blockquote><p>And quoting the TED site:</p><blockquote>TED was born in 1984 out of the observation by Richard Saul Wurman of a powerful convergence between Technology, Entertainment and Design. The first TED included the public unveiling of the Macintosh computer and the Sony compact disc, while mathematician Benoit Mandelbrot demonstrated how to map coastlines with his newly discovered fractals and AI guru Marvin Minsky outlined his powerful new model of the mind. Several influential members of the burgeoning ‘digerati’ community were also there, including Nicholas Negroponte and Stewart Brand.</blockquote><p>The punchline is "Ideas worth spreading", and that summarize it all. The talks from the <a href="http://ted.com/tedtalks/">TED Conference 2006</a> are available online, and have a great impact. My favorites so far (I haven’t watched them all yet) are:<ul><li><a href="http://ted.com/tedtalks/tedtalksplayer.cfm?key=david_pogue">David Pogue</a> - very funny talk on usability and design. Interfaces must be designed simply and intuitively for multitudes to use.<li><a href="http://ted.com/tedtalks/tedtalksplayer.cfm?key=ken_robinson">Sir Ken Robinson</a> - a session on creativity in the education system. If we don't value and reward creativity in our young people, we're wasting skills and talents.<li><a  href="http://ted.com/tedtalks/tedtalksplayer.cfm?key=m_gladwell">Malcolm Gladwell</a> - in this talk, filmed at TED2004, he explains what every business can learn from spaghetti sauce.<li><a href="http://ted.com/tedtalks/tedtalksplayer.cfm?key=hans_rosling">Han Rosling</a> - an amazing talk about Gapminder. Priceless!</ul></p><p><a href="http://ted.com/ted2007/">TED 2007</a> will start on the 7th of March. Until them, TED will be posting one new talk in the website each week, to download or watch online. For best effect, plan to listen to at least three, start to finish. They have a cumulative effect...</p><h3>ChangeThis</h3><p>Following the path of "Ideas worth spreading", <a href="http://changethis.com/">ChangeThis</a> is a new website by/for optimistic people. As stated in the website (and I quote):</p><blockquote>ChangeThis is creating a new kind of media. A form of media that uses existing tools (like PDFs, blogs and the web) to challenge the way ideas are created and spread.We're on a mission to spread important ideas and change minds.</blockquote><p>Some of the manifestos are very interesting, and there is a lot to choose from.</p><p>So, choose your format (video or PDF) and start refreshing your brain with ideas worth spreading.</p>]]></description><link>https://joaobordalo.com/articles/2007/01/16/ideas-worth-spreading</link><pubDate>Tue, 16 Jan 2007 09:30:36 GMT</pubDate></item><item><title><![CDATA[Apple iPhone vs LG KE850]]></title><description><![CDATA[<p>Since an image is better than a thousand words, here are a couple of videos showing why is not fair to compare the Apple iPhone to LG KE850. Apple iPhone is really a major breakthrough in the mobile market, no matter what.</p><p><iframe title="Apple iPhone vs LG KE850" width="480" height="300" data-src="//www.youtube.com/embed/YgW7or1TuFk" frameborder="0" allowfullscreen></iframe></p><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/01/16/apple-iphone-vs-lg-ke850">here</a> to watch the movies.</p>]]></description><link>https://joaobordalo.com/articles/2007/01/16/apple-iphone-vs-lg-ke850</link><pubDate>Tue, 16 Jan 2007 06:46:40 GMT</pubDate></item><item><title><![CDATA[Fab@Home]]></title><description><![CDATA[<p>Fabbers (a.k.a 3D Printers or rapid prototyping machines) are a relatively new form of manufacturing that builds 3D objects by carefully depositing materials drop by drop, layer by layer. While several commercial systems are available, their price range - tens of thousands, to hundreds of thousands of dollars - is typically well beyond what an average home user can afford.</p><p>Introducing <a href="http://www.fabathome.org/">Fab@Home</a>: this website provides an open source kit that lets you make your own simple fabber, and use it to print three dimensional objects. You can download and print various items, try out new materials, or upload and share your own projects. Advanced users can modify and improve the fabber itself.</p><p>Here's a YouTube video of a Fab@Home Model 1 building a silicone rubber bottle:</p><p><iframe title="Fab@Home" width="480" height="300" data-src="//www.youtube.com/embed/e26MBnnQEIE" frameborder="0" allowfullscreen></iframe></p><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/01/11/fab-home">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2007/01/11/fab-home</link><pubDate>Thu, 11 Jan 2007 11:03:12 GMT</pubDate></item><item><title><![CDATA[Steve's green keynote address]]></title><description><![CDATA[<p>The following video represents what Greenpeace would like to be the next Steve Jobs keynote. It's a natural step after the great website Greenpeace has made named a <a href="http://greenpeace.org/apple/">greener Apple</a>:</p><p><iframe title="Steve's green keynote address" width="480" height="300" data-src="//www.youtube.com/embed/2Uo_4kyrkDc" frameborder="0" allowfullscreen></iframe></p><p>RSS readers should click <a href="//joaobordalo.com/articles/2007/01/11/steves-green-keynote-address">here</a> to watch the video.</p>]]></description><link>https://joaobordalo.com/articles/2007/01/11/steves-green-keynote-address</link><pubDate>Thu, 11 Jan 2007 05:25:00 GMT</pubDate></item><item><title><![CDATA[Apple iPhone]]></title><description><![CDATA[Dear Santa, I know is a bit early, but this christmas all I want is an <a href="http://www.apple.com/iphone/">Apple iPhone</a>.]]></description><link>https://joaobordalo.com/articles/2007/01/10/apple-iphone</link><pubDate>Wed, 10 Jan 2007 05:41:31 GMT</pubDate></item><item><title><![CDATA[MWSF 07]]></title><description><![CDATA[<p>As everyone, I'm can't wait for today's Steve Jobs keynote at the MacWorld San Francisco. What are the new gadgets he's going to announce? Which software suites will have new versions (or new applications)? Will he announce the delivery date for Leopard (the next version of MacOSX)?</p><p>Meanwhile, I decided to make a (funny?) exercise: </p><ul><li>first, I compile all the rumours someone is talking about and made a list of terms;<li>next, for each term, went to Google and search for 'MWSF 07' + term;<li>finally, created the following graphic with the number of results:<br/><br/><a href="//joaobordalo.com/files/mwsf07.png"><img src="//joaobordalo.com/files/mwsf07.png" width=360 height=243></a></ul><p>The keynote will start at 5 pm GMT, so soon we will be able to know if this is (or not) a viable method for predict Apple announcements</p>]]></description><link>https://joaobordalo.com/articles/2007/01/09/mwsf-07</link><pubDate>Tue, 09 Jan 2007 05:14:49 GMT</pubDate></item><item><title><![CDATA[Children See, Children Do]]></title><description><![CDATA[<p>Great, great video, produced with the generousand creative support of DDB Sydney. Children see, children do, so make your influence positive:</p><iframe title="Children See, Children Do" width="480" height="300" data-src="//www.youtube.com/embed/7ZscS775ek8" frameborder="0" allowfullscreen></iframe>]]></description><link>https://joaobordalo.com/articles/2007/01/06/children-see-children-do</link><pubDate>Sat, 06 Jan 2007 02:59:58 GMT</pubDate></item><item><title><![CDATA[Search YouTube by terms]]></title><description><![CDATA[<p>Would you like to search for a specific <del><strike>text</strike></del> speech in YouTube videos? Don't know how to do it? Using speech recognition technology, <a href="http://podzinger.com/">PodZinger</a> searches words within both audio and video, not just the metadata, to classify content based on topic and usage.</p>And they have it for YouTube. Try it by searching for videos in YouTube with the sentence <a href="http://podzinger.com/results.jsp?scol=youtube&q=%22make+my+day%22&il=en&col=en-all-youtube-ep">  "make my day"</a>]]></description><link>https://joaobordalo.com/articles/2007/01/04/search-youtube-by-terms</link><pubDate>Thu, 04 Jan 2007 01:22:49 GMT</pubDate></item><item><title><![CDATA[The "Dumbness of Crowds"]]></title><description><![CDATA[<p>When everyone is talking about the "Wisdom of Crowds", <a href="http://headrush.typepad.com/">this guys</a> wrote an excelent article about the "Dumbness of Crowds"</a>. Very interesting, full of wisdom and signature material, like the following lines, that I quote:</p><blockquote>No matter what, I believe that in our quest to exploit the "We" in Web, we must not sacrifice the "I" in Internet.</blockquote><p>Read the <a href="http://headrush.typepad.com/creating_passionate_users/2007/01/the_dumbness_of.html">full article</a>.</p>]]></description><link>https://joaobordalo.com/articles/2007/01/03/the-dumbness-of-crowds</link><pubDate>Wed, 03 Jan 2007 01:23:37 GMT</pubDate></item><item><title><![CDATA[Month of Apple Bugs]]></title><description><![CDATA[<p>A pair of security researchers has picked January 2007 as the starting point for a month-long project in which each passing day will feature a previously undocumented security hole in Apple's OS X operating system or in Apple applications that run on top of it.</p><p>The "Month of Apple Bugs" project, began on Jan. 1, and is being orchestrated in part by a security researcher who asked to be identified only by his online alias "LMH." This is the same researcher who in November ran the "<a href="http://kernelfun.blogspot.com/">Month of Kernel Bugs</a>" project. LMH's partner in this project is <a href="http://www.digitalmunition.com/">Kevin Finisterre</a>, a researcher who has reported numerous bugs to Apple over the past few years.</p><p>The security researchers <a href="http://blog.washingtonpost.com/securityfix/2006/12/january_2007_month_of_apple_bu.html">told the Washington Post</a> that, as with Apple bugs featured during the MoKB project, Apple would receive no advanced notice of the forthcoming security problems. The security researchers hope to use the project to dispel the perception that Apple systems are free of the security bugs that have long plagued Windows users.</p><p>In two days, as promised, two bugs have been publicized, all of which allows for remote arbitrary code execution:</p><ul>  <li><a href="http://projects.info-pull.com/moab/MOAB-01-01-2007.html">Apple Quicktime rtsp URL Handler Stack-based Buffer Overflow</a>  <li><a href="http://projects.info-pull.com/moab/MOAB-02-01-2007.html">VLC Media Player udp:// Format String Vulnerability</a></ul><p>Is this the end of the "bulletproof" Mac?</p>]]></description><link>https://joaobordalo.com/articles/2007/01/03/month-of-apple-bugs</link><pubDate>Wed, 03 Jan 2007 06:38:00 GMT</pubDate></item><item><title><![CDATA[Welcome 2007]]></title><description><![CDATA[<p>The year has started with a blast: <a href="http://publico.clix.pt/">Publico</a>'s <a href="http://www.ciberjornalismo.com/pontomedia/">Ponto Media blog</a> as pointed to my <a href="//joaobordalo.com/articles/2006/12/28/5-games-to-think-about">5 games to think about</a> post, so currently the number of unique visitors and page views is twice the average.</p><p>It's never too late to make new year resolutions, and the games itself help us to think about the world we are living. Political issues, ecological concerns and religious radicalism are every day issues, and we <del><strike>can</strike></del>/<del><strike>should</strike></del>/must have an active roll. No more "someone has to do something about it". It's up to you now.</p><p>So, <a href="//joaobordalo.com/articles/2006/12/28/5-games-to-think-about">play the games</a>, spread the word, and think about it.</p>]]></description><link>https://joaobordalo.com/articles/2007/01/02/welcome-2007</link><pubDate>Tue, 02 Jan 2007 01:21:31 GMT</pubDate></item><item><title><![CDATA[Cars...]]></title><description><![CDATA[<p><img src="//joaobordalo.com/files/BMW.jpg"><br/><br/><img src="//joaobordalo.com/files/Audi.jpg"><br/><br/><img src="//joaobordalo.com/files/Subaru.jpg"><br/><br/><img src="//joaobordalo.com/files/Bentley.jpg"></p>]]></description><link>https://joaobordalo.com/articles/2006/12/31/cars</link><pubDate>Sun, 31 Dec 2006 12:22:41 GMT</pubDate></item><item><title><![CDATA[No support for the new Sony AVCHD]]></title><description><![CDATA[<p>Warning! If you intend to buy a new Sony camcorder, with <a href="http://en.wikipedia.org/wiki/AVCHD">AVCHD</a> capabilities, think twice: there is no support for this codec, neither in Windows or Mac.</p><p>My girlfriend's father bought the new Sony HDR-SR1 (with 30GB harddisk) for a journey, recorded more than 300 clips, and now he can't do anything with it! Windows  or Mac are not able to play (or edit) any of those clips, due to the lack of the proper codec.</p> <p>He requested my help, so I searched for the codec in the web, just to find out that there are a lot of people <a href="http://forums.cnet.com/5208-7594_102-0.html?forumID=59&threadID=211833&messageID=2259548">complaining </a> about the same issue. I drop the search when I found out that <a href="http://www.sonymediasoftware.com/products/product.asp?PID=404&PageID=40">Sony itself does not support it in is own software</a>. The solution? My girlfriend's father will have to wait for the spring. Now, imagine his face when I told him that.</p><p>In fact, this should be one of the worst years in Sony's life: look at the <a href="//joaobordalo.com/articles/tag/sony">evidences</a>. The Sony camcorders with AVCHD support are the new HDR-UX1 and the HDR-SR1. Beware.</p>]]></description><link>https://joaobordalo.com/articles/2006/12/31/no-support-for-the-new-sony-avchd</link><pubDate>Sun, 31 Dec 2006 12:03:52 GMT</pubDate></item><item><title><![CDATA[5 games to think about]]></title><description><![CDATA[<p>Still alive after <a href="//joaobordalo.com/articles/2006/12/22/fun-materials">last week home experiments</a>? Good. Now is time to think about some issues (political & ecological) the best way I know how: by playing with it.</p><p>The following is a short compilation of web games from <a href="http://www.watercoolergames.org/">Water Cooler Games</a> and <a href="http://www.socialimpactgames.com/">Social Impact Games</a> websites. Play it, share it, think about it:</p><p><ul><li><a href="http://www2.seattle.gov/util/waterbusters/">Home Water Conservation - "Waterbusters"</a> - A game to teach tips for water conservation around the home;</li><br/><li><a href="http://www.darfurisdying.com/">Darfur is Dying</a> - In partnership with the Reebock Human Rights Foundation and the International Crisis Group, mtvU launched the Darfur Digital ActivistContent, a competiton briging together student technology and activism to help end the genocide in Darfur. The game is a narrative-based simultaion where the user, from the perspective of a displacedDarfurian, negotiates forces that threated the surevival of his or her refugee camp. It offers a faint glimpse of ewhat it's like for 2.5 million who have been internally displaced by the crisis in Sudan;</li><br/><li><a href="http://www.mcvideogame.com/">McDonald's game</a> - The McDonald's game from Molleindustria. Be sure to try out the Italian version of the website, as a Pope Speaking Generator can be found here;</li><br/><li><a href="http://www.cyber-budget.fr/jeu/index.html">Cyberbudget-France</a> - The French government has taken a gaming approach to try and find a solution to the country's financial challenges. Budget Minister Jean-Francois Cope has launched an online Cyberbudget game that allows people to balance the books. The challenge is to ensure the €300 billion budget is spent wisely and that if tax cuts are made then services do not fall into deficit. There are a range of tests to face, including having to present the budget to a virtual parliament;</li><br/><li><a href="http://www.newsgaming.com/games/madrid/">"Madrid"</a> - An online game expressing feelings about the March 11, 2004 train bombings. The game was online less than 48 hours after the incident.</ul></p>]]></description><link>https://joaobordalo.com/articles/2006/12/28/5-games-to-think-about</link><pubDate>Thu, 28 Dec 2006 01:29:38 GMT</pubDate></item><item><title><![CDATA[Application of the year]]></title><description><![CDATA[<a href="http://www.macworld.com/weblogs/macgems/2006/12/keyboardcleaner/">Keyboard Cleaner</a>, via <a href="http://www.simplicidade.org/notes/">melo</a>.]]></description><link>https://joaobordalo.com/articles/2006/12/27/application-of-the-year</link><pubDate>Wed, 27 Dec 2006 06:42:17 GMT</pubDate></item><item><title><![CDATA[Music for free]]></title><description><![CDATA[<p>Totally legal, more than 190.000 licensed Creative Commons tracks.</p><p><a href="http://www.jamendo.com/en/">Jamendo</a> allows artists to promote and publish their music. Artists have the opportunity to show their creativity, and the public has a place to listen to, download, and share new music.</p><p>If you find an album that you like, you can share it on your blog, write a review, or donate directly to the artist. Some artists will even include the list of people who donated in the booklet of their forthcoming albums. A great site for both artists and fans. Everybody wins, except for the big record labels of course.</p>]]></description><link>https://joaobordalo.com/articles/2006/12/26/music-for-free</link><pubDate>Tue, 26 Dec 2006 06:36:33 GMT</pubDate></item><item><title><![CDATA[Merry Christmas from 2030]]></title><description><![CDATA[<a href="http://excentric.pt/postal/postal.html">A short journey to the future</a>. Merry Christmas!]]></description><link>https://joaobordalo.com/articles/2006/12/22/merry-christmas-from-2030</link><pubDate>Fri, 22 Dec 2006 12:42:09 GMT</pubDate></item><item><title><![CDATA[Fun materials]]></title><description><![CDATA[<p>To keep us amused during the holidays, Tom from the <a href="http://www.newscientist.com/blog/technology/">New Scientist Technology Blog</a> has compiled a short list of fun materials - stuff that behaves a little bit outside the norm - with instructions to do it at home.</p><p>Here goes a short version of <a  href="http://www.newscientist.com/blog/technology/2006/12/stuff-of-dreams.html">the original article</a>:</p><p><ul><li>Dilatants, also knows as Non-Newtonian fluids, so named because it's properties cannot be described in terms of the concepts of classical fluids. For instance, they get more solid when stressed;</li><li>Auxetic material - materials that get thicker when stretched. Pull them in one direction and they expand in another;</li><li>Superfluids - liquids that flow without friction. They can effortlessly flow through the tiniest of cracks and will even flow up the walls of a beaker and out the top;</li><li>Ferrofluids - magnetic fluids that can look spectacular. They're made from nanoscale magnetic particles suspended in a liquid;</li><li>Dry ice. Carbon dioxide freezes at -78.5 °C and it's fun and versatile stuff:</li><iframe title="Fun materials" width="480" height="300" data-src="//www.youtube.com/embed/7ymvVI4cj9U" frameborder="0" allowfullscreen></iframe></ul></p>]]></description><link>https://joaobordalo.com/articles/2006/12/22/fun-materials</link><pubDate>Fri, 22 Dec 2006 12:35:40 GMT</pubDate></item><item><title><![CDATA[Skype users to get lie detectors]]></title><description><![CDATA[<p>After developing SAM (Skype Answer Machine), <a href="http://kishkish.com">KishKish</a> has developed the first lie detector for Skype. You can get it <a href="https://extras.skype.com/280/view">here</a>.</p><p>It analyses audio streams over a Skype call in real time and illustrates the stress levels of the other person. As well as operating in real time the KishKish device can also record calls for analysis later.</p>]]></description><link>https://joaobordalo.com/articles/2006/12/19/skype-users-to-get-lie-detectors</link><pubDate>Tue, 19 Dec 2006 06:40:48 GMT</pubDate></item><item><title><![CDATA[Net neutrality]]></title><description><![CDATA[<p>This is not my <a href="//joaobordalo.com/articles/2005/11/02/network-neutrality">first post</a> about Network Neutrality, neither <a href="//joaobordalo.com/articles/2005/11/09/network-neutrality-ii">the second</a>, but since I crossed with this couple of videos in YouTube, I decided to take another try, and share them with you.</p><p>The first video is from one against Net Neutrality:<br/><iframe title="Net neutrality" width="480" height="300" data-src="//www.youtube.com/embed/oPIYxtjLFeI" frameborder="0" allowfullscreen></iframe></p><p>Which do you prefer?</p>]]></description><link>https://joaobordalo.com/articles/2006/12/18/net-neutrality</link><pubDate>Mon, 18 Dec 2006 01:06:46 GMT</pubDate></item><item><title><![CDATA[Backseat games]]></title><description><![CDATA[<p><a href="http://www.tii.se/mobility/Backseat/backseatgames.htm">Backseat Games</a> is a research project at the Mobility Studio at the Interactive Institute in Stockholm, Sweden. The project focuses on creating mobile augmented reality games to be used by children travelling on the back seat of cars. The aim, to terminate with the "Are we there yet?". How? This way:</p><blockquote>The game turns churches, bridges and other roadside objects into a fantasy land filled with virtual creatures, treasures and adventure. By pointing the gaming device towards objects as they pass by, players can defend themselves against attacking creatures, pick up magic artifacts or collaborate with players in meeting traffic.</blockquote><p>So far the project team has developed two prototypes and is working on a third one.</p><p>In <a href="http://www.tii.se/mobility/Backseat/backseatgamesBSG.htm">Backseat Gaming</a>, a Pocket PC is equipped with a digital compass and a GPS-receiver to connect the game to the surrounding world. The real world acts as the gaming space, and the game content has clear connections to the roadside objects seen outside the windows of the vehicle. The game consists of a framing story and a set of game locations where local stories are told. The player can catch attacking creatures and pick up virtual objects that exist in the vicinity of specific roadside-objects. Watch a <a hrf="http://www.tii.se/mobility/Backseat/media/BSGwebSubt.mov">video clip</a>< from a user test.</p><p>The second prototype, <a href="http://www.tii.se/mobility/Backseat/backseatgamesRR.htm">Road Rager</a>, is a multiplayer game, which uses wireless ad-hoc peer-to-peer networking technology to enable game-play between car passengers as they come within each others vicinity. Contingent traffic encounters such as rapid meetings, protracted overtaking or gatherings, i.e. traffic jams or red light accumulations constitute an essential part of the experience of travelling along a road. Road Rager focuses on using these contingent traffic encounters to create a fun and compelling mobile game. The game is developed on a WLAN equipped PDA and uses a Bluetooth GPS-receiver to locate the player’s geographical position. Watch a <a href="http://www.tii.se/mobility/Backseat/media/RRweb.mov">video clip</a> from a user test.</p><p>The third and current running project, <a href="http://www.tii.se/mobility/BSP/docs/project.htm">Backseat Playground</a>, uses a GPS-receiver, a handheld computer, and headphones, all connected to a laptop in the trunk of the car to create an in-car gaming experience developed around an interactive game which corresponds to the vehicle’s real-world route. The game begins with a radio newsflash relayed by the handheld computer. This radio newsflash places the passenger at the start of a murder mystery or a werewolf thriller. As the car travels along its route, the player receives further phone calls and walkie-talkie messages from characters in the game. The overall purpose of the game is to create a gaming experience where narrative episodes and embedded gameplay combine with the experience of travelling through the road network. To learn more check out <a href="http://www.tii.se/mobility/BSP/mov/BSPTrailer_06_phase1.mp4">the video</a>.</p>]]></description><link>https://joaobordalo.com/articles/2006/12/05/backseat-games</link><pubDate>Tue, 05 Dec 2006 08:40:37 GMT</pubDate></item><item><title><![CDATA[Now using FeedBurner]]></title><description><![CDATA[<p>Due to the lack of good statistics about this blog RSS readers and subscribers, I decided to serve my RSS feeds (<a href="//joaobordalo.com/pages/what-is-rss">?</a>) via <a href="http://feedburner.com/">FeedBurner</a>. The problem was, how to do it without disturbing my faithful subscribers?</p><p><b>The how-to:</b> <ol><li>The original link is <a href="//joaobordalo.com/xml/rss20/feed.xml">//joaobordalo.com/xml/rss20/feed.xml</a>. </li><li>I went to FeedBurner and create a new feed pointing to the above URL, which resulted in <a href="http://feeds.feedburner.com/JoaoBordalo">http://feeds.feedburner.com/JoaoBordalo</a></li><li>Added the following lines to my .htaccess file:<br/>RewriteCond %{HTTP_USER_AGENT} !FeedBurner<br/>RewriteRule ^xml/rss20/feed\.xml$ http://feeds\.feedburner\.com/JoaoBordalo [R,L]</li></ol><p>Done. If you have any problems with my 'new' RSS feed, please let me know, by leaving a comment.</p>]]></description><link>https://joaobordalo.com/articles/2006/12/04/now-using-feedburner</link><pubDate>Mon, 04 Dec 2006 11:29:55 GMT</pubDate></item><item><title><![CDATA[Wii have a problem]]></title><description><![CDATA[<p>It looks like an epidemic of busted screens for users of Nintendo’s new Wii game system. That's not all: the website <a href="http://www.wiihaveaproblem.com/">Wii Have a Problem</a> is collecting cases of Wii-related accidents. Well, whatever you do - DO NOT- throw the controller out of anger.</p><p><a href="http://www.wiihaveaproblem.com/"><img src="/files/wiihaveaproblem.jpg"></a></p>]]></description><link>https://joaobordalo.com/articles/2006/11/30/wii-have-a-problem</link><pubDate>Thu, 30 Nov 2006 11:33:29 GMT</pubDate></item><item><title><![CDATA[Animator vs Animation II]]></title><description><![CDATA[<p>The saga, one of the best animations I've seen ever. If you are reading this through a RSS reader, come on in, we have a embeded video to show.</p><p><b>Update2:</b> Following a suggestion from <a href="http://paradigma.pt/ja">Joel</a>, here are the direct links for the two videos: <a href="http://www.atomfilms.com/af/content/animator_vs_animation">Animator vs Animation</a> and <a href="http://www.atomfilms.com/af/content/animator_vs_animation_2">Animator vs Animation II</a>. The videos have better quality in the <a href="http://www.atomfilms.com/">Atom Films website</a>, but you have to pay the price of watching some publicity.<p><b>Update:</b> <a href="//youtube.com/">Youtube</a> decided to drop the video, so I had to browse for a while to find it in another "share your videos" service. So, here it is again, now from <a href="http://dailymotion.com">DailyMotion</a>:</p> <p><div><object width="425" height="335"><param name="movie" value="http://www.dailymotion.com/swf/4hdogUf8dh0p950yc"></param><param name="allowfullscreen" value="true"></param><embed src="http://www.dailymotion.com/swf/4hdogUf8dh0p950yc" type="application/x-shockwave-flash" width="425" height="334" allowfullscreen="true"></embed></object></div></p><br/><p>For those who never saw the first episode, here it is:</p><p><div><object width="425" height="335"><param name="movie" value="http://www.dailymotion.com/swf/1SkPKmljw2TYO4LXP"></param><param name="allowfullscreen" value="true"></param><embed src="http://www.dailymotion.com/swf/1SkPKmljw2TYO4LXP" type="application/x-shockwave-flash" width="425" height="334" allowfullscreen="true"></embed></object></div></p>]]></description><link>https://joaobordalo.com/articles/2006/11/29/animator-vs-animation-ii</link><pubDate>Wed, 29 Nov 2006 03:03:32 GMT</pubDate></item><item><title><![CDATA[Link dump for the day]]></title><description><![CDATA[While heading for a weekend of rest and relax, some news that hit my RSS reader:<ul><li>The <a href="http://www.myjove.com/">Journal of Visualized Experiments</a> (JoVE) is a bit like YouTube for science. Researchers submit videos showing how they perform a particular procedure, like an <a href="http://www.myjove.com/index.stt?comp=ctt632e&recid=AQAAAAkAAABQcm9kdWN0SUQQAAAAAQgAAABNb3ZpZURCMWgAAAAAAAAAAAAAALAGAAA:&uiinfo=C1_ctt632e:ck1rdbk,C24_ctt632e:cnz3b5s,C3_ctt632e:false,C15_ctt632e:true,C20_ctt632e:false,C15_ck1rdbk:false,C17_ck1rdbk:false,&extra=c18jdh42">anxiety test for mice</a> or <a hrf="http://www.myjove.com/Details.htm?ID=52&VID=28">dissecting a fruit fly's ovaries</a>. Very little beyond a short title and description accompanies each video, although more detailed information can presumably be attached.</li><br/><li><a href="http://news.bbc.co.uk/1/hi/uk_politics/6177820.stm">Ban on MP3 transmitters is lifted</a>. Ofcom is legalising the use of FM transmitters that allow iPods and other MP3 players to play through car radios.</li><br/><li><a href="http://www.pocket-lint.co.uk/news/news.phtml/5578/6602/Nintendo-mp3-player-ds-gba.phtml">Nintendo to launch mp3 player</a>. Owners of it's Nintendo DS will soon be able to enjoy more than just games from their handheld console with the launch of the Nintendo MP3 Player.</li><br/><li><a href="http://edition.cnn.com/2006/TECH/11/23/digital.copyright.ap/index.html">US cell phone users get new rights</a>. Cell phone owners will be allowed to break software locks on their handsets in order to use them with competing carriers under new copyright rules announced Wednesday.</li><br/><li><a href="http://www.t3.co.uk/news/247/general/general/folding_laptop_filmed!">The folding laptop</a>. Or the new Fujitsu Origami style UMPC, in film:</li><br/><p><iframe title="Link dump for the day" width="480" height="300" data-src="//www.youtube.com/embed/oPl9c198KHY" frameborder="0" allowfullscreen></iframe></p></ul>]]></description><link>https://joaobordalo.com/articles/2006/11/24/link-dump-for-the-day</link><pubDate>Fri, 24 Nov 2006 07:02:16 GMT</pubDate></item><item><title><![CDATA[Wind powered robots]]></title><description><![CDATA[<p>Dutch artist Theo Jansen created what I believe are magnificent pieces of art: <a href="http://www.ecogeek.org/content/view/350/">wind powered robots</a>. The concept, the way it moves, the grace. Theo hopes, someday, that his creations can be set loose in the winds of the world to live lives of their own. Of course, someone as already take advantage of this and use it for advertising:</p><p><iframe title="Wind powered robots" width="480" height="300" data-src="//www.youtube.com/embed/a7Ny5BYc-Fs" frameborder="0" allowfullscreen></iframe></p><p>Still on robots, vertebrate physiologist John Long at Vassar College in Poughkeepsie, N.Y. is making an experience on <a href="http://www.livescience.com/technology/061117_robot_tadpole.html">robots mating and evolving</a>. The idea is to better understand how vertabrates evolved, but I'll let you to read the full article.</p>]]></description><link>https://joaobordalo.com/articles/2006/11/20/wind-powered-robots</link><pubDate>Mon, 20 Nov 2006 11:26:56 GMT</pubDate></item><item><title><![CDATA[Brutal selling]]></title><description><![CDATA[<p>A new ball game, riots when fighting for the few PS3 available for sale. Maybe it's time to someone invent the concept of <a href="http://en.wikipedia.org/wiki/Brutal_marketing">brutal marketing</a>.</p><p><iframe title="Brutal selling" width="480" height="300" data-src="//www.youtube.com/embed/Bhp1ElO4MiA" frameborder="0" allowfullscreen></iframe></p>]]></description><link>https://joaobordalo.com/articles/2006/11/20/brutal-selling</link><pubDate>Mon, 20 Nov 2006 11:15:57 GMT</pubDate></item><item><title><![CDATA[Find music through music <sup>tm</sup>]]></title><description><![CDATA[<p>Via <a href="http://www.lessig.org/blog/archives/003605.shtml">the lessig blog</a>:</p><blockquote>This is easily the coolest technology I&#8217;ve seen in years: Go to the Creative Commons <a href="http://search.creativecommons.org">search page</a>. Click on the <a href="http://www.owlmm.com/">OWL Music Search</a> tab. (Depending upon the browser, you might need to run a fake search to get it to come alive &#8212; we&#8217;re working on this, but just type anything in the search bar). You&#8217;ll then see OWL&#8217;s Music Search interface. Drop an MP3 on OWL. It will analyze it and show you <b>similar sounding</b> Creative Commons licensed music. You select the part of the song you want to match; it finds the closest match it can find.<br /></blockquote>]]></description><link>https://joaobordalo.com/articles/2006/11/18/find-music-through-music-tm</link><pubDate>Sat, 18 Nov 2006 08:22:38 GMT</pubDate></item><item><title><![CDATA[Usability and condoms]]></title><description><![CDATA[<p><a href="http://www.prontocondoms.co.za/">Pronto condoms</a> has invented the ultimate condom: less than 2 seconds to put it on, there are no more excuses. <a href="http://ivogomes.com">Ivo</a>, what about a usability analysis on this?</p><p><embed src="//www.youtube.com/v/QcqRSfYUfYI" width="425" height="350" type="application/x-shockwave-flash" wmode="transparent"></embed></p>]]></description><link>https://joaobordalo.com/articles/2006/11/14/usability-and-condoms</link><pubDate>Tue, 14 Nov 2006 10:35:21 GMT</pubDate></item><item><title><![CDATA[PlayStation 3]]></title><description><![CDATA[For all those who I tried to explain why I'm not buying the Xbox this Christmas, but I'm awaiting for the PS3, one word: <a href="http://playb3yond.com/">PlayB3yond</a>.]]></description><link>https://joaobordalo.com/articles/2006/11/13/playstation-3</link><pubDate>Mon, 13 Nov 2006 12:51:39 GMT</pubDate></item><item><title><![CDATA[Demo of an exploding notebook]]></title><description><![CDATA[<p><a href="http://www.pcpitstop.com/pcsafety/">This guys</a> intentionally created the conditions in which the Li-ON battery pack would explode inside a generic portable. The results are dramatic:</p><p><iframe title="Demo of an exploding notebook" width="480" height="300" data-src="//www.youtube.com/embed/qmPm-YV9vdA" frameborder="0" allowfullscreen></iframe></p>]]></description><link>https://joaobordalo.com/articles/2006/11/13/demo-of-an-exploding-notebook</link><pubDate>Mon, 13 Nov 2006 07:11:40 GMT</pubDate></item><item><title><![CDATA[News from Google]]></title><description><![CDATA[<p>A few links about evolutions in some Google services, and a brand new idea for cellphones selling:</p><p><ul><li><a href="http://money.cnn.com/2006/11/11/technology/bc.tech.google2.reut/">Google CEO: free cellphones for all</a> - Eric Schmidt, Google CEO, sees a future where mobile phones are free to consumers who accept watching targeted forms of advertising. Schmidt said Saturday that as mobile phones become more like handheld computers and consumers spend as much as eight to 10 hours a day talking, texting and using the Web on these devices, advertising becomes a viable form of subsidy.</li><li><a href="http://blogs.zdnet.com/Google/?p=387">Google Earth in 4D</a> - Google skipped right past the third dimension and landed directly in the fourth (time) by offering historical maps on <a href="http://earth.google.com/">Google Earth</a>. Don't expect detailed high resolution photography from days gone by, but it's still interesting to see old maps overlaid on the satellite imagery of today.</li><li><a href="http://blog.outer-court.com/archive/2006-11-10-n78.html">New Gmail Features</a> - There are a couple of new Gmail features being currently rolled out: dropdown menu at the top right; new icons; embarrassment-reducing message notifications; The details menu has been revamped; and a "forward all" feature to keep others up-to-date if they missed a conversation. A visual clue on the next picture (stolen from <a href="http://blog.outer-court.com/">Google Blogoscoped</a>).</li></ul></p><p><ul><img width=440 height=240 src="/files/gmail-new-reply-to.png"></ul></p>]]></description><link>https://joaobordalo.com/articles/2006/11/13/news-from-google</link><pubDate>Mon, 13 Nov 2006 06:40:13 GMT</pubDate></item><item><title><![CDATA[Hand gesture control]]></title><description><![CDATA[<p>A camera points down towards the user's keyboard from above, letting the user control on-screen windows with hand movements. See it in action here:</p><p><iframe title="Hand gesture control" width="480" height="300" data-src="//www.youtube.com/embed/AtmwQnUlEmc" frameborder="0" allowfullscreen></iframe></p><p>I wonder how it works with a white keyboard...</p><p>Via <a href="http://www.newscientist.com/blog/technology/2006/11/hand-gesture-control.html">New Scientist Technology Blog</a>.</p>]]></description><link>https://joaobordalo.com/articles/2006/11/11/hand-gesture-control</link><pubDate>Sat, 11 Nov 2006 05:30:10 GMT</pubDate></item><item><title><![CDATA[RoboCup 2006]]></title><description><![CDATA[<p>RoboCup is an international joint project to promote AI, robotics, and related field. It is an attempt to foster AI and intelligent robotics research by providing a standard problem where wide range of technologies can be integrated and examined. RoboCup chose to use soccer game as a central topic of research, aiming at innovations to be applied for socially significant problems and industries. The ultimate goal of the RoboCup project is <b>By 2050, develop a team of fully autonomous humanoid robots that can win against the human world champion team in soccer.</b></p><p>This year tournament was held in <a href="http://www.robocup2006.org/">Bremen, Germany</a>, and here is one video (3m53s) covering a little bit of every competition:</p><p><iframe title="RoboCup 2006" width="480" height="300" data-src="//www.youtube.com/embed/6td4XD0tJ1Q" frameborder="0" allowfullscreen></iframe></p><p>If you want to, you can watch <a href="http://www.humanoidsoccer.org/media.html">all the videos from the tournament</a>, or learn more about this in the <a href="http://www.robocup.org/">RoboCup website</a>. See you in <a href="http://www.robocup-us.org/">Atlanta 2007</a>.</p>]]></description><link>https://joaobordalo.com/articles/2006/11/10/robocup-2006</link><pubDate>Fri, 10 Nov 2006 05:20:11 GMT</pubDate></item><item><title><![CDATA[The new friday song]]></title><description><![CDATA[<p>In honour of all who work in cubicles, with a lousy job, the new Friday song:</p><p><iframe title="The new friday song" width="480" height="300" data-src="//www.youtube.com/embed/Hjhi_FHxY8k" frameborder="0" allowfullscreen></iframe></p><p><b>Note:</b> I don't subscribe the opinion expressed in this video.</p>]]></description><link>https://joaobordalo.com/articles/2006/11/08/the-new-friday-song</link><pubDate>Wed, 08 Nov 2006 05:32:16 GMT</pubDate></item><item><title><![CDATA[Sync Google Calendar & iCal]]></title><description><![CDATA[<p>In a few days, a great tool will born: <a href="http://www.spanningsync.com/">Spanning Sync</a>. It allows a full syncronization between Google Calendar & iCal. Watch the screencast by clicking the picture below:</p><p><a href="http://spanningsync.com/screencasts/intro/"><img src="/files/spanningsync.jpg"></a><p>]]></description><link>https://joaobordalo.com/articles/2006/11/06/sync-google-calendar-ical</link><pubDate>Mon, 06 Nov 2006 11:44:36 GMT</pubDate></item><item><title><![CDATA[CG Water]]></title><description><![CDATA[<p>A short film with computer generated water. Can you tell the difference from the real thing?</p><p><iframe title="CG Water" width="480" height="300" data-src="//www.youtube.com/embed/8Pmm9UKqc5I" frameborder="0" allowfullscreen></iframe></p>]]></description><link>https://joaobordalo.com/articles/2006/11/06/cg-water</link><pubDate>Mon, 06 Nov 2006 05:45:44 GMT</pubDate></item><item><title><![CDATA[Firefox 2 vs IE 7]]></title><description><![CDATA[<p>The initial round was won by Firefox 2, with 2 million downloads in the first 24 hours. IE 7 got 3 million downloads in 4 days, which gives something like 750 thousands downloads per day.</p><p>But now will enter Windows Automatic Update, which will boost IE 7 downloads number. But what matters for me is that user preferences are bending for the free, open-source browser, Firefox.</p>]]></description><link>https://joaobordalo.com/articles/2006/10/31/firefox-2-vs-ie-7</link><pubDate>Tue, 31 Oct 2006 06:37:13 GMT</pubDate></item><item><title><![CDATA[How to fool PageRank]]></title><description><![CDATA[<p>Everytime I look at my Google Analytics statistics, there is <a href="//joaobordalo.com/articles/2006/02/16/food-poisining">this article</a> always on the top 5. That is a bit awkward, since it is an article about some changes I made to my blog: why is it so much important to people to all others articles, all this 8 months?</p><p>My first thought was someone with a heavy traffic site had linked to this particular article, so I went to Google and searched for sites linking to this specific article. There are no sites or soever linking to it. Hummm, that's strange.</p><p>Then I got it! The title of the article is <i>Food Poisining</i>, which has a typo: it should be <i>Food Pois<b>o</b>ning</i>. This is a inocent mistake, and by definition, a common one, so I decided to give it a try, and <a href="http://www.google.com/search?hl=en&lr=&safe=off&q=food+poisining&btnG=Search">search in Google for 'Food Poisining'</a>. There it is, in a fine 6th place.</p><p><b>update:</b> The <a href="//joaobordalo.com/articles/2006/02/16/food-poisining">article in question</a> was updated with a message explaining the mistake people are doing, and helping them getting the right way.</p>]]></description><link>https://joaobordalo.com/articles/2006/10/26/how-to-fool-pagerank</link><pubDate>Thu, 26 Oct 2006 02:33:07 GMT</pubDate></item><item><title><![CDATA[Birthday]]></title><description><![CDATA[<p>In the XXI century, one of the advantages of my anniversary day it's to find out the huge list of websites where, at least once, I ever made a sign in*. I guess is time for the annual cleaning.</p><p>*Yes, I put my real birthday whenever is asked.</p>]]></description><link>https://joaobordalo.com/articles/2006/10/26/birthday</link><pubDate>Thu, 26 Oct 2006 02:01:31 GMT</pubDate></item><item><title><![CDATA[Microsoft: don't view the source]]></title><description><![CDATA[<p>Guess what happens when you click the 'View Source' option in IE7? No comments.</p><p align="center"><img src="/files/vista-view-source.png"></p>]]></description><link>https://joaobordalo.com/articles/2006/10/26/microsoft-dont-view-the-source</link><pubDate>Thu, 26 Oct 2006 12:28:19 GMT</pubDate></item><item><title><![CDATA[Tangerine, iTunes best friend]]></title><description><![CDATA[<p>Via <a href="http://pfig.livejournal.com/">pfig</a>, iTunes best friend: <a href="http://www.potionfactory.com/blog/2006/10/18/introducing-tangerine/">Tangerine</a> lets you easily create playlists based on the BPM and beat intensity of the songs in your iTunes library. It allows to save the playlist on the iTunes (which is great for my iPod playists), is free, and with a lovely design (click the image below for a bigger picture):</p><p><a href="/files/tangerine.png"><img src="/files/tangerine.png" width=460 height=287></a></p>]]></description><link>https://joaobordalo.com/articles/2006/10/24/tangerine-itunes-best-friend</link><pubDate>Tue, 24 Oct 2006 11:19:56 GMT</pubDate></item><item><title><![CDATA[Scrybe]]></title><description><![CDATA[<p><a href="http://www.iscrybe.com"/>This</a> must be the ultimate online organiser. Well, in truth, it also works in offline mode, maintaining all the interface functionalities. If you have 7 minutes and 9 seconds to spare, take a look at the video:</p><iframe title="Scrybe" width="480" height="300" data-src="//www.youtube.com/embed/1u3ekzwnYxw" frameborder="0" allowfullscreen></iframe>]]></description><link>https://joaobordalo.com/articles/2006/10/23/scrybe</link><pubDate>Mon, 23 Oct 2006 06:15:14 GMT</pubDate></item><item><title><![CDATA[I love my Mac. I just wish it came in green]]></title><description><![CDATA[A great <a href="http://www.greenpeace.org/apple/">site</a> by Greenpeace, aiming the reducing of usage of hazardous substances in Apple equipment. They mimicked the Apple website, changed the colors to green, and added a strong environmental concern. The website also includes <a href="http://www.greenpeace.org/apple/ads">the Greenpeace version of an Apple ad</a>. Brilliant.]]></description><link>https://joaobordalo.com/articles/2006/10/11/i-love-my-mac-i-just-wish-it-came-in-green</link><pubDate>Wed, 11 Oct 2006 12:45:56 GMT</pubDate></item><item><title><![CDATA[Mac OS X 10.4.8 = Shutdown]]></title><description><![CDATA[<p>For those out there who had upgraded to the 10.4.8 Mac OS X version (available since last thursday, if I'm not mistaken) and have their computers shuting down without reason, the solution is very simple: boot the Mac in safe mode (press the Shift key while booting), wait for the Mac to boot (which can take a while, don't worry) and then restart it in normal mode. It worked for me.</p>]]></description><link>https://joaobordalo.com/articles/2006/10/02/mac-os-x-10-4-8-shutdown</link><pubDate>Mon, 02 Oct 2006 09:18:09 GMT</pubDate></item><item><title><![CDATA[Forget the Bill of Rights]]></title><description><![CDATA[<p>Imagine a country where torture is banned, but the president can define what torture is at his own will; A country where the president could imprison indefinitely anyone he decides falls under a wide-ranging new definition of unlawful combatant; A country that suspends the writ of habeas corpus; A country where those who may have engaged in torture are immunized retroactively.</p><p>Stop imagining. That country exists, and I'm not talking about North Corea. Today, the US Senate approved President Bush's detainee legislation, so all the above statements are now part of the law in the US. But lets dig on this subject a little more.</p><h3>The definition of torture</h3><blockquote>Torture is any act by which severe pain, whether physical or psychological, is intentionally inflicted on a person as a means of intimidation, deterrence, revenge, punishment, sadism, information gathering, or to obtain false confessions for propaganda or political purposes.</blockquote><p>When I read this <a href="http://en.wikipedia.org/wiki/Torture">in Wikipedia</a>, is pretty straight forward. But according to recent Bush words, while discussing the Geneva Convention, the definition of torture is to vague. The solution? Give Mr. Bush the ability to define it at is own will.</p><h3>The definition of unlawful combatant</h3><p>Again <a href="http://en.wikipedia.org/wiki/Torture#Geneva_Conventions">from Wikipedia</a>, and I quote:</p><blockquote>The four Geneva Conventions provide protection for people who fall into enemy hands. They envisage war in its traditional form, whereby people in uniforms fight clearly defined enemies in uniform, within a clearly defined arena. It therefore divides people into two explicit groups: combatants and non-combatants (civilians). There is a third group whose existence is implied in legal discourse, but whose existence and treatment are not covered in treaties. These are unlawful combatants, such as spies, mercenaries and other combatants who have broken the laws of war, for example by firing on an enemy while flying a white flag. Whilst combatants and non-combatants are provided substantial protection, a lesser level of protection is afforded to unlawful combatants.</blockquote><p>So, unlawful combatants are those <i>who have broken the laws of war</i>. But when you fight suicide bombers, how can you ever imprison someone? The guys who could have broke the law of war (like killing civilians) are already dead! On what charges are those guys detained in Guantanamo? Are they all spies? Or is it because they didn't wear any uniform?</p><h3>The definition of habeas corpus</h3><p>As <a href="http://www.lectlaw.com/def/h001.htm">stated in the Letric Law Library</a>, and I quote:</p><blockquote>Lat. "you have the body". Prisoners often seek release by filing a petition for a writ of habeas corpus. A writ of habeas corpus is a judicial mandate to a prison official ordering that an inmate be brought to the court so it can be determined whether or not that person is imprisoned lawfully and whether or not he should be released from custody.</blockquote><p>I'm no lawyer, but my first impression is that the writ of habeas corpus exists in order to protect the people from arbitrary and lawless states. Well, the US Supreme thinks the same:</p><blockquote>In Brown v. Vasquez, 952 F.2d 1164, 1166 (9th Cir. 1991), cert. denied, 112 S.Ct. 1778 (1992), the court observed that the Supreme Court has "recognized the fact that`[t]he writ of habeas corpus is the fundamental instrument for safeguarding individual freedom against arbitrary and lawless state action.' ...</blockquote><p>Hummmm, it looks like the state is giving himself the power to decide when and how people can have the right to writ of habeas corpus. In other terms, the state is granting himself the power to manipulate the <i>fundamental instrument for safeguarding individual freedom against arbitrary and lawless state action</i>. Isn't this the first step for an <i>arbitrary and lawless state</i>?</p><h3>Why is no one doing something about it?</h3><p>What shocks me most is US citizens aren't aware (or don't give a shit) of this. In the name of national security, americans are passively seeing (and allowing) the death of democracy has we now it. And all this because they are in war against regimes that are not democratic, or at least not has we know it.</p><p>As Benjamin Franklin (one of the Founding Fathers of the United Stated) once stated, "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety."</p> <p>Amen.</p>]]></description><link>https://joaobordalo.com/articles/2006/09/29/forget-the-bill-of-rights</link><pubDate>Fri, 29 Sep 2006 02:26:15 GMT</pubDate></item><item><title><![CDATA[Apple Keynote Bloopers]]></title><description><![CDATA[<p>It happens to the best... But even here Steve do it with style...</p><p><embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=-6529834901915639077&hl=en"> </embed></p>]]></description><link>https://joaobordalo.com/articles/2006/09/29/apple-keynote-bloopers</link><pubDate>Fri, 29 Sep 2006 08:57:08 GMT</pubDate></item><item><title><![CDATA[An Inconvenient Truth]]></title><description><![CDATA[<p>Yesterday I went to the cinema and watched the Al Gore <a href="http://www.imdb.com/title/tt0497116/">documentary</a>. After, I had mixed feelings about it, so I had to stop and think, and here are my main conclusions:</p><ul><li>If you have political sensibility, you will feel that there is to much of Al Gore's life in the movie. I guess is important to contextualize you in why he's doing this, but it made me feel uncomfortable;</li><li>If you have real concerns (and plan to do something about it) about the global warming problem, you should watch the documentary: it has a lot of new data, and it has the ability to clear up your mind;</li><li>If you need to do presentations and slide shows, than you <b>must</b> watch this documentary. Al Gore presentation skills are awesome, and the looks of the slides are just smashing. I guess I'm allow to say that Steve Jobs is no more the reference on the subject.</li></ul><p>Summarizing, I suggest every one to watch the documentary.</p>]]></description><link>https://joaobordalo.com/articles/2006/09/22/an-inconvenient-truth</link><pubDate>Fri, 22 Sep 2006 07:11:12 GMT</pubDate></item><item><title><![CDATA[GarageBand on the web]]></title><description><![CDATA[<p>For all out there that ever used the amazing Mac software to create music, <a href="http://www.google.com/url?sa=U&start=1&q=http://www.apple.com/ilife/garageband/">GarageBand</a>, there is a new web site that mimics the software, but in a great web interface, <a href="http://www.splicemusic.com/">Splice</a>.</p>]]></description><link>https://joaobordalo.com/articles/2006/09/15/garageband-on-the-web</link><pubDate>Fri, 15 Sep 2006 05:12:46 GMT</pubDate></item><item><title><![CDATA[Watching TV]]></title><description><![CDATA[<p>I have just found <a href="">TVTUGA.com</a>, a website where you can watch more than 150 TV channels, including the portuguese ones. Since I'm learning to play poker (with some friends), I can now watch the Poker channel at work (hope the boss don't read this). Well, was that or the Playboy channel...</p><p>The quality is not great, and I'm sure that in some days it will be impossible to watch any channel, just because I think the people from TVTUGA don't have the necessary bandwidth to accomodate a lot of users. Hope I'm wrong, good luck TVTUGA.</p>]]></description><link>https://joaobordalo.com/articles/2006/09/14/watching-tv</link><pubDate>Thu, 14 Sep 2006 04:33:33 GMT</pubDate></item><item><title><![CDATA[Back...]]></title><description><![CDATA[Still working like a maniac on my new project (more news briefly), but finally had the time to correct my typo engine. Search is ok again, and I'm able to add more articles, so...]]></description><link>https://joaobordalo.com/articles/2006/09/11/back</link><pubDate>Mon, 11 Sep 2006 07:36:23 GMT</pubDate></item><item><title><![CDATA[Trick other people's eyes]]></title><description><![CDATA[<p>Two funny visual tricks to resolve common problems:</p><p><ul>  <li>Everyone who owns a wireless network has the problem of parasite surfers, those guys who grab your open network and use it for accessing the Internet. The common solution for this problem is to use some kind of cryptography (WEP, WPA, etc), but now you can do something different: with <a href="http://www.ex-parrot.com/~pete/upside-down-ternet.html">Upside-Down-Ternet</a> you can still offer network access to the people, but the images they will see in the Internet will be upside-down, or even blured. Well, this will not resolve the problem of people using your network to download bittorrents or other type of "non visual" data, but it sure is a funny thing to do;</li>    <li>Another common problem to people is how to surf the Internet in the office, without raising many eyebrows. So what if you could surf the Internet, but inside a Word document? Just like if you were editing an important paper to your company. Your office collegues will start to see you as the most productive, never surfing, always working guy, right? Just use <a href="http://www.workfriendly.net/">workFRIENDLY</a> to do it.</ul></p>]]></description><link>https://joaobordalo.com/articles/2006/08/06/trick-other-peoples-eyes</link><pubDate>Sun, 06 Aug 2006 07:08:00 GMT</pubDate></item><item><title><![CDATA[Site5, the trailing slash issue]]></title><description><![CDATA[<p>Anyone with a hosting service from <a href="http://site5.com/">Site5</a> could have this problem: when you have your web application in a directory symlinked, like</p><p><i>~/public_html/webapp -> ~/apps/webapp</i></p><p>when accessing to the URL</p><p><i>http://yourdomain.com/webapp</i></p>you will have an error (Bad Request). But if you add the trailing slash to the URL, everything will work fine. After some digging in Site5 foruns, I resolved the problem by creating a file, named <i>400.shtml</i>, placed in the <i>public_html</i> directory, with the following content:</p><p><i>&lt;SCRIPT LANGUAGE="JavaScript"&gt;<br>&lt;!--<br>window.location="&lt;!--#echo var="REQUEST_URI" --&gt;/";<br>// --&gt;<br>&lt;/script&gt;</i></p>Hope it helps.]]></description><link>https://joaobordalo.com/articles/2006/08/04/site5-the-trailing-slash-issue</link><pubDate>Fri, 04 Aug 2006 05:53:00 GMT</pubDate></item><item><title><![CDATA[Bread crumbs, mind the gap]]></title><description><![CDATA[<p>First, <a href="http://pedrofigueiredo.org">Pedro</a> wrote on his blog about the most amazing presentation he has seen this year. Well, knowing Pedro as I know, I had to see it. He is <b>very</b> hard to please, so my curiosity was high.</p><p>Guys, you must see this: when someone is able to make a <a href="http://tedblog.typepad.com/tedblog/2006/06/hans_rosling_on.html#">presentation</a> on statistics with the entusiasm of a football game, you just have to love it. It was the first time I saw statistic so live and colorful</p><p>After this, I went to read more about this guy project, <a href="http://gapminder.org/">Gapminder</a>, and I have just found my <i>pro bono</i> project for 2007. I will help in it, that's a fact.</p><p>Third, and while in the Gapminder website, I realize the tool is available for anyone on a Google service. Did you know that Google as a tools.google.com service? And that it's running the <a href="http://tools.google.com/gapminder/">gapminder </a> tool for you to try and explore? Me neither.</p>]]></description><link>https://joaobordalo.com/articles/2006/08/03/bread-crumbs-mind-the-gap</link><pubDate>Thu, 03 Aug 2006 11:39:00 GMT</pubDate></item><item><title><![CDATA[iPod accessories gone wild]]></title><description><![CDATA[<p>The desire to personalize the iPod as resulted in some really odd products. BusinessWeek as 9 more to show <a href="http://www.businessweek.com/technology/content/jul2006/tc20060718_915334.htm?campaign_id=rss_null">here</a>:</p><p><a href="http://www.businessweek.com/technology/content/jul2006/tc20060718_915334.htm?campaign_id=rss_null"><img src="/files/toiletpod.jpg"></a></p>]]></description><link>https://joaobordalo.com/articles/2006/07/19/ipod-accessories-gone-wild</link><pubDate>Wed, 19 Jul 2006 12:28:00 GMT</pubDate></item><item><title><![CDATA[Sudoku Solver]]></title><description><![CDATA[<p><a href="http://www.ecclestoad.co.uk/blog/2005/06/02/sudoku_solver_in_three_lines_explained.html">In three lines of Perl</a>.</p>]]></description><link>https://joaobordalo.com/articles/2006/07/12/sudoku-solver</link><pubDate>Wed, 12 Jul 2006 11:29:00 GMT</pubDate></item><item><title><![CDATA[Apple rumors and fakes]]></title><description><![CDATA[<p>Yesterday I got my first iPod, the black nano. And you know the drill: it's your new gadget, and it's the best of the world. But today, while reading my daily blogroll, I founded two pieces that got me thinking:</p><ul> <li>AppleInsider shows <a href="http://www.appleinsider.com/article.php?id=1862">a new Apple fillings for the iPod redesign</a>. It seems Apple intends to abandon the Click-Whell interface, so my brand new iPod nano will soon be a museum piece.</li> <li>A <a href="//www.youtube.com/watch?v=9teB3cgZGcw">video</a> showing what the author called the OSX Leopard Mobile running on a video iPod, with stylus and sensitive screen. My first reaction was to curse for choosing the iPod nano, but than I realized the video is fake: it's a video simulating the user interface, and you can notice that by watching it very carefully. Watch the video below.</li> <li>Last, ThinkSecret says <a href="http://www.thinksecret.com/news/0607charts.html">Apple will deliver a spreadsheet software</a> (Charts? Numbers?) in iWorks'07, scheduled to launch on January 2007.</li></ul><p><iframe title="Apple rumors and fakes" width="480" height="300" data-src="//www.youtube.com/embed/9teB3cgZGcw" frameborder="0" allowfullscreen></iframe></p>]]></description><link>https://joaobordalo.com/articles/2006/07/06/apple-rumors-and-fakes</link><pubDate>Thu, 06 Jul 2006 06:24:00 GMT</pubDate></item><item><title><![CDATA[Frisbee + Camera = Catchu]]></title><description><![CDATA[<p>Imagine the possibilities: a camera attached to a frisbee, able to record 20 minutes of broadcast quality video, with no moving parts (capable of hard landing). For those who are feeling dizzy with the mental footage, Catchu integrates a smart wind vein on the top, which keeps the camera facing in the same direction, even when it's spinning through the air. </p><p><a href="http://www.ohgizmo.com/2006/07/02/catchu-camera-frisbee/"><img src="/files/catchu_camera_frisbee.jpg"></a></p><p>I wonder if NSA will look at this <a href="http://www.cnn.com/US/9901/13/nsa.furby.ban.01/">as they looked at the Furbys</a>.</p>]]></description><link>https://joaobordalo.com/articles/2006/07/04/frisbee-camera-catchu</link><pubDate>Tue, 04 Jul 2006 02:17:00 GMT</pubDate></item><item><title><![CDATA[Funny MS Word easter egg]]></title><description><![CDATA[Just write "= rand (200,99)" (without the commas) and hit enter.]]></description><link>https://joaobordalo.com/articles/2006/06/30/funny-ms-word-easter-egg</link><pubDate>Fri, 30 Jun 2006 10:07:00 GMT</pubDate></item><item><title><![CDATA[The breakdown of modern web design]]></title><description><![CDATA[<p>If you are a designer unsure where or how you spend your time, this is for you:</p><p><img src="//joaobordalo.com/files/design.png"></p>]]></description><link>https://joaobordalo.com/articles/2006/06/27/the-breakdown-of-modern-web-design</link><pubDate>Tue, 27 Jun 2006 09:24:00 GMT</pubDate></item><item><title><![CDATA[Presenting Apple iBox]]></title><description><![CDATA[<p>The next generation console, no cables:</p><iframe title="Presenting Apple iBox" width="480" height="300" data-src="//www.youtube.com/embed/96vpA83GA5w" frameborder="0" allowfullscreen></iframe>]]></description><link>https://joaobordalo.com/articles/2006/06/26/presenting-apple-ibox</link><pubDate>Mon, 26 Jun 2006 10:17:00 GMT</pubDate></item><item><title><![CDATA[The self-assembling chair]]></title><description><![CDATA[<p>Ikea, take a look at this:</p><p><iframe title="The self-assembling chair" width="480" height="300" data-src="//www.youtube.com/embed/eNIz1lg2_AQ" frameborder="0" allowfullscreen></iframe></p>]]></description><link>https://joaobordalo.com/articles/2006/06/21/the-self-assembling-chair</link><pubDate>Wed, 21 Jun 2006 08:41:00 GMT</pubDate></item><item><title><![CDATA[Portugal vs Mexico]]></title><description><![CDATA[<p>The country stops every time there is a Portugal game. Tomorrow, Portugal will play against Mexico in the World Cup, but if you want to watch a preview of the game, the Simpsons give it to you:</p><p><iframe title="Portugal vs Mexico" width="480" height="300" data-src="//www.youtube.com/embed/D-E6weZIdG8" frameborder="0" allowfullscreen></iframe></p>]]></description><link>https://joaobordalo.com/articles/2006/06/20/portugal-vs-mexico</link><pubDate>Tue, 20 Jun 2006 05:57:00 GMT</pubDate></item><item><title><![CDATA[Google's office next move]]></title><description><![CDATA[<p>First, Google bought <a href="http://writely.com/">Writely</a> and added a word processor to his web office. Next, it launched <a href="http://spreadsheets.google.com/">Spreadsheets</a> (which is <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9001087&pageNumber=1">more powerful than you think</a>). What's next? I think it's time to aim for a <a href="http://news.com.com/2061-12572_3-6081836.html?part=rss&tag=6081836&subj=news">online slideshow software</a>.]]></description><link>https://joaobordalo.com/articles/2006/06/16/googles-office-next-move</link><pubDate>Fri, 16 Jun 2006 06:22:00 GMT</pubDate></item><item><title><![CDATA[Web 2.0 = chmod 777 web]]></title><description><![CDATA[Maybe the <a href="http://www.readwriteweb.com/archives/cease_and_desis.php">best web 2.0 definition</a> ever.]]></description><link>https://joaobordalo.com/articles/2006/06/06/web-2-0-chmod-777-web</link><pubDate>Tue, 06 Jun 2006 08:12:00 GMT</pubDate></item><item><title><![CDATA[Zing or the iPod roadmap]]></title><description><![CDATA[I've <a href="http://reviews.cnet.com/4531-10921_7-6535687.html">just found</a> the new <a href="http://zing.net/">Zing</a> service and prototype, and just realized Apple must implement this in the next iPod generations.]]></description><link>https://joaobordalo.com/articles/2006/06/03/zing-or-the-ipod-roadmap</link><pubDate>Sat, 03 Jun 2006 11:58:00 GMT</pubDate></item><item><title><![CDATA[Yahoo Video is out]]></title><description><![CDATA[<p>And is the best tool to find videos, since it searches all over the web, not only in his internal database (as <a href="http://video.google.com/">Google</a> and <a href="//youtube.com/">YouTube</a> do).</p><p>More information about <a href="http://video.yahoo.com/">Yahoo Video</a> can be found in this <a href="http://arstechnica.com/news.ars/post/20060601-6967.html">Ars Technica article</a>.</p>]]></description><link>https://joaobordalo.com/articles/2006/06/02/yahoo-video-is-out</link><pubDate>Fri, 02 Jun 2006 06:10:00 GMT</pubDate></item><item><title><![CDATA[Google Checkout]]></title><description><![CDATA[<p>Garett Rogers from ZDNet thinks has found a new Google service, Google Checkout:</p><p><i>I think it will be a shopping cart system to help websites accept payment for their items online.  The money site owners make will be deposited into a holding account at Google — just like AdSense works.</i></p><p>Can this be a PayPal killer? You can read the original article <a href="http://blogs.zdnet.com/Google/index.php?p=208">here</a>.</p>]]></description><link>https://joaobordalo.com/articles/2006/05/30/google-checkout</link><pubDate>Tue, 30 May 2006 05:13:00 GMT</pubDate></item><item><title><![CDATA[Undercover songs]]></title><description><![CDATA[<a href="http://nowhereland.nunonunes.org/">Nuno</a> and <a href="http://blog.marques.cx/">Fred</a> have done a great job with <a href="http://undercoversongs.com/">Undercover Songs</a>: a new podcast for, as they state in the site, <i>"share with you poor, unsuspecting souls the best --and the worst-- of cover songs."</i>Great job guys.]]></description><link>https://joaobordalo.com/articles/2006/05/21/undercover-songs</link><pubDate>Sun, 21 May 2006 05:43:00 GMT</pubDate></item><item><title><![CDATA[Quake for runners]]></title><description><![CDATA[<p>With the <a href="http://www.fpgamerunner.com/">GameRunner</a>, you can now run for your life:</p><p><script src="http://update.videoegg.com/js/Player.js" type="text/javascript"></script><br /><script language="javascript">VE_JSEmbedPlayer_Flash7_8('gid328/cid1096', '/gid328/cid1096/X6/38/11468248301tPDq0DvldG78lsmINGT', 'Metal', '', '_auth_=1146838453_09dc82653e8e5c1d6327959017f59c26%26flashfix.flv', '_auth_=1146838453_3791aa3f3dd0ed71143e728cf385a789%26flashfix.flv', '_auth_=1146838453_5392c7399cec72b33dd64e63d60a9db8%26flashfix.flv', "false");</script></p>]]></description><link>https://joaobordalo.com/articles/2006/05/15/quake-for-runners</link><pubDate>Mon, 15 May 2006 01:24:00 GMT</pubDate></item><item><title><![CDATA[It's a wonderful Internet]]></title><description><![CDATA[For all it those, <a href="http://www.itsawonderfulinternet.com/">it's a wonderful Internet</a>.]]></description><link>https://joaobordalo.com/articles/2006/05/11/its-a-wonderful-internet</link><pubDate>Thu, 11 May 2006 05:53:00 GMT</pubDate></item><item><title><![CDATA[According to a news report]]></title><description><![CDATA[<p>According to a news report, a certain private school in Washington was recently faced with a unique problem. A number of 12-year-old girls were beginning to use lipstick and would put it on in the bathroom.</p><p>That was fine, but after they put on their lipstick they would press their lips to the mirror leaving dozens of lip prints. Every night the maintenance man would remove them and the next day the girls would put them back.</p><p>Finally the principal decided that something had to be done. She called all the girls to the bathroom and met them there with the maintenance man.</p><p>She explained that all these lip prints were causing a major problem for the custodian who had to clean the mirrors every night. To demonstrate how difficult it had been to clean the mirrors, she asked the maintenance man to show the girls how much effort was required.</p><p>He took out a long-handled squeegee, dipped it in the toilet, and cleaned the mirror with it.</p><p>Since then, there have been no lip prints on the mirror. There are teachers... and then there are educators!</p>]]></description><link>https://joaobordalo.com/articles/2006/05/03/according-to-a-news-report</link><pubDate>Wed, 03 May 2006 06:05:00 GMT</pubDate></item><item><title><![CDATA[Portuguese deportation from Canada]]></title><description><![CDATA[A funny <a href="//joaobordalo.com/files/portuguese_deportation.wmv">video</a> about a very serious subject: the deportation of portuguese people from Canada. Take your own conclusions.]]></description><link>https://joaobordalo.com/articles/2006/04/28/portuguese-deportation-from-canada</link><pubDate>Fri, 28 Apr 2006 07:39:00 GMT</pubDate></item><item><title><![CDATA[Stupid Apple]]></title><description><![CDATA[<p>The definition is from <a href=http://www.mentalsoup.com/mentalsoup/basic.htm">The basic laws of human stupidity</a>:</p><p><i> A stupid person is a person who causes losses to another person or to a group of persons while himself deriving no gain and even possibly incurring losses.</i></p><p>An example of stupidity at is best, in the <a href="http://www.apple.com/legal/policies/ideas.html">Apple's Unsolicited Idea Submission Policy</a>. Here is <a href="http://cbs5.com/investigates/local_story_103023852.html">the proof</a>.</p>]]></description><link>https://joaobordalo.com/articles/2006/04/19/stupid-apple</link><pubDate>Wed, 19 Apr 2006 02:31:00 GMT</pubDate></item><item><title><![CDATA[CAPTCHA]]></title><description><![CDATA[<p>CAPTCHA is an acronym for "<b>c</b>ompletely <b>a</b>utomated <b>p</b>ublic <b>T</b>uring test to tell <b>c</b>omputers and <b>h</b>umans <b>a</b>part", and is a type of test used to determine whether or not the user is human. There are several different methods, and the purpose of this post is to list and evaluate some of them, as point to some forms of circumventing CAPTCHAs.</p><h3>Applications</h3><p>CAPTCHAs are used to prevent bots from using various types of computing services. Applications include preventing bots from taking part in online polls, registering for free email accounts (which may then be used to send spam), and, more recently, preventing bot-generated spam by requiring that the (unrecognized) sender pass a CAPTCHA test before the email message is delivered.</p><p>There are different methods for implementing CAPTCHAs: they can be based on text, images, sound or logic puzzles. What they all have in common is the assumption that people will be able to solve them very quickly, but computers won't. Next, I will list some examples of different CAPTCHAs, and evaluate them on security and accessibility issues.<h3>Test based CAPTCHAs</h3><p>A common type of CAPTCHA requires that the user type the letters of a distorted image, sometimes with the addition of an obscured sequence of letters or digits that appears on the screen:</p><p align="center"><img src="/images/captcha.jpg"></p><p>In order to prevent computer recognition, CAPTCHAs have to include a lot of background noise, and play with the font and rotation of the letters in it, which can generate very hard to read text, even for humans:</p><p align="center"><img src="/images/hardcaptcha.jpg"></p><p>In order to help people understand the text in the CAPTCHAs, some implementations use words taken from a dictionary. This helps people understand the hard-to-read letters in the text, but makes the CAPTCHA weeker to computing attacks, since the number of possible words is finite:</p><p align="center"><img src="/images/dictcaptcha.jpg"></p><h3>The Gimpy method</h3><p>Gimpy works by choosing a certain number of words from a dictionary, and then displaying them corrupted and distorted in an image; after that Gimpy asks the user to type some of the words displayed in that image. In the example below, the user only needs to type 3 words from the 7 that exists in the CAPTCHA:</p><p align="center"><img src="/images/gimpy.jpg"><br><a href="http://www.captcha.net/cgi-bin/gimpy">Click here for a live demo</a></p><h3>Image based CAPTCHAs</h3><p>A different approach is to use pictures to make human checking, since computers have a great difficulty to look at a picture and understand what's in it. The problem with this kind of approach is, again, the finite number of images used: depending on how many images are beeing used to implement the CAPTCHA, the attacker can grab all the images used in it, and "teach" his computer about them. So, people are trying to use free available pictures from services as <a href="http://flickr.com">Flickr</a> or <a href="http://zooomr.com">Zooomr</a> to avoid this.</p><h3>PIX</h3><p>PIX is a program that has a large database of labeled images. All of these images are pictures of concrete objects (a horse, a table, a house, a flower, etc). The program picks an object at random, finds 4 random images of that object from its database, distorts them at random, presents them to the user and then asks the question "what are these pictures of?".</p><p align="center"><img src="/images/pix.jpg"><br><a href="http://gs264.sp.cs.cmu.edu/cgi-bin/esp-pix">Click here for a live demo</a></p><h3>The Kittens test</h3><p>This is probably the cutest CAPTCHA I have seen: the user is confronted with a 3x3 grid of animal pictures, and 3 of them are of kittens. The user must click the kittens:</p><p align="center"><img src="/images/kittens.jpg"><br><a href="http://www.thepcspy.com/kittenauthtest">Click here for a live demo</a></p><h3>Audio based CAPTCHAs</h3><p>CAPTCHAs based on reading text - or other visual-perception tasks - prevent visually impaired users from accessing the protected resource. However, CAPTCHAs do not have to be visual. Any hard artificial intelligence problem, such as speech recognition, can be used as the basis of a CAPTCHA. Some implementations of CAPTCHAs permit users to opt for an audio CAPTCHA. Take a look at this <a href="http://www.standards-schmandards.com/exhibits/captcha/audiotest.php">audio based CAPTCHA test</a> to see how it works.</p><h3>Circumvention</h3><p>Since there is nothing 100% secure, it's always possible to break a CAPTCHA, and that can be done in two ways: using or not using humans to do it.</p><p>One ingenious crack is to offer a free porn site which requires the user to key in the solution to a CAPTCHA - which has been inlined from Yahoo or Hotmail - before the user can gain access. Free porn sites attract lots of users around the clock, and the spammers are able to generate CAPTCHA solutions fast enough to create as many throw-away email accounts as they wanted.</p><p>The other way to crack CAPTCHAs is using <a href="http://en.wikipedia.org/wiki/Optical_character_recognition">OCR</a> (<b>o</b>ptical <b>c</b>haracter <b>r</b>ecognition) technology. The most well known project for defeating CAPTCHAs must be the <a href="http://sam.zoy.org/pwntcha/">PWNtcha</a>, and a visit is mandatory, in order to understand which type of CAPTCHAs are most vulnerable.</p><h3>Implementing CAPTCHAs</h3><p>If you want to implement a CAPTCHA in any of the following programming languages - ASP, C, ColdFusion, Java, .NET, Perl, PHP, Python, Ruby or Smalltalk - check the <a href="http://en.wikipedia.org/wiki/Captcha#CAPTCHA_implementations">Wikipedia link</a>.</p><h3>Resources</h3><p><ul>  <li><a href="http://en.wikipedia.org/wiki/Captcha">http://en.wikipedia.org/wiki/Captcha</a>  <li><a href="http://www.w3.org/TR/turingtest/">http://www.w3.org/TR/turingtest/</a>  <li><a href="http://www.captcha.net/">http://www.captcha.net/</a>  <li><a href="http://www.boingboing.net/2004/01/27/solving_and_creating.html">http://www.boingboing.net/2004/01/27/solving_and_creating.html</a></ul></p>]]></description><link>https://joaobordalo.com/articles/2006/04/12/captcha</link><pubDate>Wed, 12 Apr 2006 11:02:00 GMT</pubDate></item><item><title><![CDATA[Jumpcut]]></title><description><![CDATA[<p>Forget Flickr, loose YouTube, the new kid on the block is <a href="http://jumpcut.com/">Jumpcut</a>. Imagine a place where you can upload your own media (photos, clips, songs) or grab other's public media to create your own movies. Yes, that's right, create your own movies.</p><p>Mac fans, like me, will love the interface similar to iMovie. The big difference is that this one is easier to use, even being web based (great job guys).</p><p>In order to test the service, I uploaded 4 Pixar clips and a song from Fatboy Slim, and mixed my first Jumpcut movie. If you have 7 minutes to spare, take a look at it.</p><p><center><br><object width="300" height="200"><param name="movie" value="http://www.jumpcut.com/media/flash/jump.swf"></param><param name="flashvars" value="asset_type=movie&asset_id=BC682D4CC61911DA93121E5938C41118&eb=1"></param><embed src="http://www.jumpcut.com/media/flash/jump.swf" width="300" height="200" flashvars="asset_type=movie&asset_id=BC682D4CC61911DA93121E5938C41118&eb=1" type="application/x-shockwave-flash"></embed></object><br><a href="http://www.jumpcut.com/fullscreen?id=BC682D4CC61911DA93121E5938C41118&type=movie">Click here for fullscreen</a><br><br></center></p><p><b>Update:</b> Published the "Making of". Bare in mind that this is version 3, since previous version was cut off to soon, and the first one add titles explaining each part of the process of creating the video.</p><p>But somehow the system is faulty, because the timing of appearence of the titles was wrong when viewing the movie, so I decided to cut all off and have only the screen capture.</p><p>Also, the screen capture has bad video quality, and some problems with the sound, but I blame that on my lack of experience with Snapz Pro.</p><p>When I made the movie, I wished to:</p><ul>  <li>Have one music across all movie;  <li>Mute the clip's music on the first two clips;  <li>Syncronize the disco lights in the second clip with the music;  <li>Add a movie title;  <li>End the movie at the same time as the music.</ul><p>So, with no further due, this is the making of <a href="http://www.jumpcut.com/view?id=BC682D4CC61911DA93121E5938C41118">Birds of prey</a>:</p><p><center><br><object width="300" height="200"><param name="movie" value="http://www.jumpcut.com/media/flash/jump.swf"></param><param name="flashvars" value="asset_type=movie&asset_id=B9BB0036C65C11DAB5C3C25D1D71DE99&eb=1"></param><embed src="http://www.jumpcut.com/media/flash/jump.swf" width="300" height="200" flashvars="asset_type=movie&asset_id=B9BB0036C65C11DAB5C3C25D1D71DE99&eb=1" type="application/x-shockwave-flash"></embed></object><br><a href="http://www.jumpcut.com/fullscreen?id=B9BB0036C65C11DAB5C3C25D1D71DE99&type=movie">Click here for fullscreen</a></center></p>]]></description><link>https://joaobordalo.com/articles/2006/04/07/jumpcut</link><pubDate>Fri, 07 Apr 2006 06:00:00 GMT</pubDate></item><item><title><![CDATA[Jajah]]></title><description><![CDATA[<p>Just found <a href="http://jajah.com/">jajah.com</a>, and brother, this must be the easiest way to use VoIP. Just enter your phone number, and the number you want to call to. Your phone will ring, pick it up, and wait for the other party to answer. That easy, no need for headsets, no download, no installation.</p><p><center><a href="http://jajah.com/"><img src="/images/jajahform.png"></a></center><br></p><p><a href="http://jajah.com/info/shop/tariffs.asp?l=en">Rates</a> are higher than Skype, and it always will, since they have to pay for two termination fees. And they are not all that competitive, see it for the portuguese market:</p><p><center><table width=200>  <tr bgcolor=#dddddd>    <td>Origin</td>    <td>Destination</td>    <td>Rate</td>  <tr>    <td>Fixed line</td>    <td>Fixed line</td>    <td>&euro;0.03</td>  </tr>  <tr bgcolor=#dddddd>    <td>Fixed line</td>    <td>Mobile</td>    <td>&euro;0.20</td>  </tr>  <tr>    <td>Mobile</td>    <td>Fixed line</td>    <td>&euro;0.19</td>  </tr>  <tr bgcolor=#dddddd>    <td>Mobile</td>    <td>Mobile</td>    <td>&euro;0.35</td>  </tr></table><br></center></p><p><b>Note:</b> all <i>in network</i> advantage is lost, so a call between two mobiles belonging to the same operator will also pay &euro;0.35 per minute.</p><p><b>Update:</b> Thanks to <a href="http://paradigma.pt/ja/">Joel</a> for pointing   <a href="http://www.voipstunt.com/">Voipstunt</a>, a VoIP service which allow free calls to land lines.]]></description><link>https://joaobordalo.com/articles/2006/04/04/jajah</link><pubDate>Tue, 04 Apr 2006 10:50:00 GMT</pubDate></item><item><title><![CDATA[Chevy Tahoe: The Apprentice]]></title><description><![CDATA[<p>GM made a great campaign for it new SUV, the Tahoe. With a great user interface, you can <a href="http://www.chevyapprentice.com/">build your own ad</a> for the SUV, and with it participate in the contest.</p><p>The thing is, people are concerned with global warming and excessive oil usage, as you can watch on this comercials:</p><ul>  <li><a href="http://www.chevyapprentice.com/view.php?country=us&uniqueid=42019b68-10ac-1029-98eb-0013724ff5a7">comercial 1</a>  <li><a href="http://www.chevyapprentice.com/view.php?country=us&uniqueid=40a895fc-10eb-1029-98eb-0013724ff5a7">comercial 2</a>  <li><a href="http://www.chevyapprentice.com/view.php?country=us&uniqueid=7d0c55e4-1247-1029-98eb-0013724ff5a7">comercial 3</a>  <li><a href="http://www.chevyapprentice.com/view.php?country=us&uniqueid=fd56e954-126e-1029-98eb-0013724ff5a7">comercial 4</a></ul><p>For how long will this be available on the site? How long does it take GM to apply censorship? Let us wait and see.</p><p>Comercials seen on Nina Paley's <a href="http://www.ninapaley.com/2006/04/watch-these-now.html">website</a>.</p>]]></description><link>https://joaobordalo.com/articles/2006/04/03/chevy-tahoe-the-apprentice</link><pubDate>Mon, 03 Apr 2006 06:03:00 GMT</pubDate></item><item><title><![CDATA[April fools day]]></title><description><![CDATA[Wikipedia is running a <a href="http://en.wikipedia.org/wiki/April_1,_2006">special page for April fools day</a>. Read it often, since it is being updated as the day goes along.]]></description><link>https://joaobordalo.com/articles/2006/04/01/april-fools-day</link><pubDate>Sat, 01 Apr 2006 05:13:00 GMT</pubDate></item><item><title><![CDATA[The history of Microsoft]]></title><description><![CDATA[<p>A brief story of everyone's favorite company: Microsoft. A great video, 9m15s of pure joy.</p><iframe title="The history of Microsoft" width="480" height="300" data-src="//www.youtube.com/embed/4soR5mHY9Fo" frameborder="0" allowfullscreen></iframe>]]></description><link>https://joaobordalo.com/articles/2006/03/29/the-history-of-microsoft</link><pubDate>Wed, 29 Mar 2006 04:47:00 GMT</pubDate></item><item><title><![CDATA[Spreadsheets reborn]]></title><description><![CDATA[<a href="http://dabbledb.com/">Dabble</a> promises to be <b>a friendly and powerful way to share, manage and explore your information over the web.</b> Watch <a href="http://dabbledb.com/utr/">the demo in video</a> (7 minutes) and start drooling (via <a href="http://miguelcarvalho.com/">maik</a>)]]></description><link>https://joaobordalo.com/articles/2006/03/29/spreadsheets-reborn</link><pubDate>Wed, 29 Mar 2006 03:53:00 GMT</pubDate></item><item><title><![CDATA[C.R.A.P.]]></title><description><![CDATA[DRM is <a href="http://news.zdnet.com/2036-2_22-6035707.html">a load of CRAP</a>, ZDNet <i>dixit</i>.]]></description><link>https://joaobordalo.com/articles/2006/03/29/c-r-a-p</link><pubDate>Wed, 29 Mar 2006 06:28:00 GMT</pubDate></item><item><title><![CDATA[DIY planners]]></title><description><![CDATA[<p>Following my previous article on <a href="//joaobordalo.com/articles/2006/03/02/productivity-tips">productivity tips</a>, I now intend to write about some tools that can help you stay organized and focused. Normally, people think PDAs, but in this article my intentions are not to talk about Palms and iPaq, but to point some personal assistants implemented in <b>paper</b>. That's right, plain old paper.</p><h3>Filofax</h3><p>The most well known paper organizer in the world is <a href="http://filofax.com">Filofax</a>. They sell a full range off different agendas, as of different form types that you can use. But I consider it quite expensive, and hard to hack. So, the purpose of this post is not to convince you to buy Filofax, but to show you different DIY (Do It Yourself) planners, that you can print, cut and/or bend, and make your own.</p><h3>The classic</h3><p>One great site for resources is <a href="http://www.diyplanner.com/">D*I*Y Planner</a>. Here, you can download a pdf file with more than 100 different forms, covering everything from action lists to project management to contact information to finances, dozens of variations on daily, weekly, monthly and yearly calendars, forms for creative people, covers and more. All you have to do is to choose which size you are interested in, (Classic, A5, Class 2-Up or A5 2-Up), print it  and that's it.</p><h3>PocketMod</h3><p>I consider this one brilliant! With a very nice <a href="http://pocketmod.com/app/index.html">web application</a>, you can build your own 8 pages planner. The application will generate a A4 or Letter page, that you can print. Than, with a small scissor cut, and some folding instructions, it will transform in a small, 8 pages book. Simply amazing, check the SuDoku pages.</p><h3>The Hipster PDA</h3><p>Invented by the <a href="http://www.43folders.com/">43 Folders</a> people, the <a href="http://www.43folders.com/2004/09/03/introducing-the-hipster-pda/">Hipster PDA</a> intends to implement the GTD (<a href="http://en.wikipedia.org/wiki/Getting_things_done">Getting Things Done</a>) in paper, and does it by using different paper colors and a binder clip. You can follow the simple approach in the <a href="http://hipsterpda.com/">original site</a>, or get the <a href="http://www.diyplanner.com/templates/official/hpda">D*I*Y Hispter PDA Edition</a>.</p>  <h3>The Moleskine hack</h3><p>The guys from <a href="http://pigpog.com/">PigPog</a> decided to <a href="http://pigpog.com/node/1030">hack a Pocket Reporter Moleskine</a> to implement a simple version of GTD. In my opinion, you loose a lot of the potentials of GTD, but you gain a much simpler system to use. The main idea is to have colored Post-it tags pointing to different projects, the to-do list and others.</p><h3>The Printable CEO</h3><p><a href="http://davidseah.com/">David Seah</a> invented this form to focus his time productively. <a href="http://davidseah.com/archives/2005/11/12/the-printable-ceo-series">The Printable CEO</a> consists of 2 parts: a list of activities that “have value” with regards to growing his business, and a tracking form for tallying up points over the week. The PCEO is evolving through time, and the guys from BlueFlavor adapt it for their own needs, and decide to post <a href="http://www.blueflavor.com/ed/tips_tricks/paper_timesheets.php">their own version of the PCEO</a>.</p><h3>Others</h3><p>I strongly believe that tools should adapt to people, and not the opposite, so there is always people inventing their own planners. <a href="http://arstechnica.com/staff/carthage.ars/2006/3/16/3226">Jon Stokes</a>, from <a href="http://arstechnica.com/">Ars.Technica</a>, did it, where is yours?</p>]]></description><link>https://joaobordalo.com/articles/2006/03/23/diy-planners</link><pubDate>Thu, 23 Mar 2006 10:45:00 GMT</pubDate></item><item><title><![CDATA[Nature vs Nurture]]></title><description><![CDATA[<p>I have just read an excellent article about the differences between Pandora and Last.fm. Both, as you know, are services that gives you a radio stream with musics selected for you, that is, a personalized stream. But they are totally different in the way they select your musics, and that difference is the inspiration for this post title. </p><p>Pandora uses a <b>nature</b> approach since  Pandora's recommendations are based on the inherent qualities of the music. Give Pandora an artist or song, and it will find similar music in terms of melody, harmony, lyrics, orchestration, vocal character and so on. So you will get similar musics, or as Pandora likes to call it, music with similar "genes".</p><p>On the <b>nurture</b> side (as in, it's all about the people around you), Last.fm is a social recommender. It knows little about songs' inherent qualities. It just assumes that if you and a group of other people enjoy many of the same artists, you will probably enjoy other artists popular with that group.</p><p>The article brilliantly explains the differences in these two different approaches, as some of the problems that can occur in each other. It ends with some results for different tests the author has made, it seems Last.fm is better.</p><p><a href="http://www.stevekrause.org/steve_krause_blog/2006/01/pandora_and_las.html">Click here to read the full article</a></p>]]></description><link>https://joaobordalo.com/articles/2006/03/20/nature-vs-nurture</link><pubDate>Mon, 20 Mar 2006 02:15:00 GMT</pubDate></item><item><title><![CDATA[Novell Linux Xgl demo]]></title><description><![CDATA[<p>Novell Linux has just released this amazing technology demonstration video showing off some of the new features of their impressive operating system.</p><p>The system used was an old system with only 256MB's of RAM. Windows Vista won't even boot on that.</p><embed style="width:400px; height:326px;" id="VideoPlayback" align="middle" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?videoUrl=http%3A%2F%2Fvp.video.google.com%2Fvideodownload%3Fversion%3D0%26secureurl%3DpAAAAA_zl6aYa1CuvSvb35GJGWdDMmF30inAlwJytoSFWVLSWYxD-7UNY-fsvmnxsueNE2_18HaIfN8z1O2FB_SdlZTj3DtLvAusz-8n98hfzzeJD7z8zn95kIiX2q1xbtUKEtHBblULwCYqFiwk6YUq9JGD6TEpKv8nAOzY5oY8166bR2k2Jwex96LR9Nwb6zyIW70yHRhFDcvKu5UEfyNI6EJLRlIHURTT9OBRaQNMyuBD%26sigh%3DMoj_iqIB-WqkRTcxqnnG4Gpbwek%26begin%3D0%26len%3D703102%26docid%3D-199899523054020719&thumbnailUrl=http%3A%2F%2Fvideo.google.com%2FThumbnailServer%3Fcontentid%3D92a5a9f497dfc361%26second%3D5%26itag%3Dw320%26urlcreated%3D1142851143%26sigh%3DjcndfWZkc05pS7TjbYVu6E2hgBI&playerId=-199899523054020719" allowScriptAccess="sameDomain" quality="best" bgcolor="#ffffff" scale="noScale" wmode="window" salign="TL"  FlashVars="playerMode=embedded"> </embed>]]></description><link>https://joaobordalo.com/articles/2006/03/20/novell-linux-xgl-demo</link><pubDate>Mon, 20 Mar 2006 05:52:00 GMT</pubDate></item><item><title><![CDATA[Snow trip unpluged]]></title><description><![CDATA[I'm going for one week of snowboarding and tracking at <a href="http://www.avoriaz.com/">Avoriaz</a>, with no laptops attached, so this blog will have a break. It's gonna be freezing, with <a href="http://www.snow-forecast.com/resorts/Avoriaz.0to3mid.shtml">weather forecast</a> pointing maximum temperatures of -6 and minimums of -19 celsius. But who feels cold when you have adrenaline?]]></description><link>https://joaobordalo.com/articles/2006/03/10/snow-trip-unpluged</link><pubDate>Fri, 10 Mar 2006 08:46:00 GMT</pubDate></item><item><title><![CDATA[Netlabels]]></title><description><![CDATA[<p>Recently I read (in more than one place) about netlabels, so I decided to take a deeper look at it, and try to better understand what's behind it. A netlabel works like a traditional record label, producing and promoting music projects. But similarities ends here, since they are different in a matter of formats and economics:</p><p>A netlabel distributes is music in digital audio format, online. Netlabels don't produce plastic, all their music is available somewhere in the net, in a mp3 or ogg format. And you can have them for free, it's yours to get it.</p><p>So, where is the money, someone could ask. Well, netlabels are in the business of creating brands, for themselves and for the bands they represent. And brands create value, so their business is to earn money from concerts and merchandising.</p><p>The question that arises immediately is, will they get it? The recent cases of the <a href="http://www.arcticmonkeys.com/">Artic Monkeys</a> and <a href="http://clapyourhandssayyeah.com/news.php">Clap Your Hands Say Yeah</a> says that there is a possibility. What I know is, that this way, more people can try, so we will have a lot of music to choose from, and those who are really good, will prevail. Like Nathan Torkington wrote in an <a href="http://radar.oreilly.com/archives/2005/10/netlabels_branding_wet_fish_an.html">article</a> for O'Reilly Radar:</p><p>In the beginning, musicians were performers, who didn't need a perfect technique so long as they had the carry their live shows. When recording was invented, performers complained that the recording technology captured all their technical flaws and none of their charisma, and the infernal devices would put them out of business. <b>Recordings created a new class of musician, people who sounded great on vinyl/tape/CD even if they had the stage presence of a wet fish and their live shows sucked</b>. Now we see the value of a recorded piece of music heading to zero and that same class of hot picking wet fish is complaining because increasingly the only way to make money out of music is to perform live (which they suck at, remember).</p><p>You can find a lot of netlabels in the <a href="http://www.phlow.de/netlabels/index.php/Main_Page">Netlabel Catalogue</a>, but I decided to compile a list of portuguese netlabels.</p> <ul>  <li><a href="http://enoughrecords.scene.org/">EnoughRecords</a>  <li><a href="http://merzindie.no.sapo.pt/news_pt.htm">Merzbau</a>   <li><a href="http://www.clubotaku.org/mimi/">Mimi</a>  <li><a href="http://www.necrosymphonic.com/">Necrosymphonic Entertainment</a>   <li><a href="http://plastic4records.com/">Plastic4records</a>   <li><a href="http://monocromatica.com/netlabel">Test Tube</a>  <li><a href="http://ybr.essaycollective.org/">Yellow Bop Records</a>  <li><a href="http://stealingorchestra.com/">You Are Not Stealing Records</a></ul><p>If you know more netlabels, or know a place with this list is already set, please tell me about it in the comments section.</p><p><b>update</b>: thanks to <a href="http://www.poisbem.com/">sal</a>, two more netlabels added to the list, and a reference to a <a href="http://www.poisbem.com/dir/index.htm">directory of netlabels and more</a>. <p><b>update 2:</b> just found this netlabel, <a href="http://wolflambmusic.com/music">wolf+lamb</a>, who made is entire site code available for anyone who wants to release a similar service.  This could be a major boost in the netlabel business.]]></description><link>https://joaobordalo.com/articles/2006/03/10/netlabels</link><pubDate>Fri, 10 Mar 2006 01:21:00 GMT</pubDate></item><item><title><![CDATA[Get your problems right]]></title><description><![CDATA[<p>People say that I'm a good person in problem solving. They say that because sometimes I get out of the box solutions, and they see it as something unusual. Well, I'm not a special guy, what I do is always trying to get the problem right, and that is half way to good problem solving.</p><p>When I was in university, I had a course named "systems analysis", and one day, the teacher told us a story on this matter, which I will share with you. Every time I'm confronted with a difficult problem, I think on this story and try to use the lessons learned. So, here is the story.</p><h3>The story</h3><p>Once upon a time, this five star hotel was having a lot of customers complaining about the time they had to wait for the elevators. In order to solve this problem, the manager gathered a multidisciplinary team, and told them to think about this and present some solutions in a week.</p><p>So, a week later, these guys where at a meeting room, and started to present some possible solutions. The architects told the solution was on building extra elevators, and already had some plans of where to do it. All they had to do was to convert some rooms to elevator halls and construct new elevators shacks all the way up.</p><p>The engineers said there solution was simpler, since all they have to do was to substitute the elevators engines with more powerful ones, and enforce the cabling in order to sustain the new tensions. This way, with faster elevators, times would be shorter.</p><p>The mathematicians came with another solution: they studied the normal operation of the elevators, and realise that around 50% of times, the ground floor was the beginning of the journey. So, there's solution was to had a programmable module to the elevators, and make them go to the ground floor every time they were idle, and stay there waiting for customers.</p><p>And then, was this guy at the end of the table, who said: guys, everyone here focused on the elevators for solving the problem. <b>But bare in mind that the problem here is not about the elevators being slow, it's about people complaining about the time they have to wait for them</b>. So, my solution is to put some mirrors between the elevators doors, in order to give people something to do while they wait. All people, in some degree, like to stare at themselves, to check for knot ties, see how the hair is going, etc. So, if we distract people while they are waiting, they will not realise the time they are waiting for the elevators, so the problem will be solved.</p><p>Since this latest solution was the cheapest and fastest to implement, the hotel manager decided to take it a try, so mirrors were installed in all elevators halls across the hotel.</p><p>Complaints dropped to zero.</p>]]></description><link>https://joaobordalo.com/articles/2006/03/08/get-your-problems-right</link><pubDate>Wed, 08 Mar 2006 08:35:00 GMT</pubDate></item><item><title><![CDATA[Majors re-design]]></title><description><![CDATA[<p>After <a href="http://microsoft.com/">Microsoft</a> implementation of a new design for their webpage, it seems Yahoo and Google are also testing for new layouts:</p><ul>  <li><a href="http://www.techeblog.com/index.php/tech-gadget/yahoo-gets-a-fresh-new-look">Yahoo's new design</a>, via <a href="http://www.techeblog.com/">techblog.com</a>  <li><a href="http://www.jamesyu.org/archives/2006/03/possible_google.html">Google's new webpage</a>, via <a href="http://www.jamesyu.org/">jamesyu.org</a></ul><p>You can read what other people think in the comments section of the posts mentioned above.</p><p><b>Update 7/Mar/2006:</b> Google is testing date ranges in the search box, see it for yourself in this <a href="http://tinyurl.com/sycfg">ego centric url</a>.]]></description><link>https://joaobordalo.com/articles/2006/03/06/majors-re-design</link><pubDate>Mon, 06 Mar 2006 10:22:00 GMT</pubDate></item><item><title><![CDATA[Productivity tips]]></title><description><![CDATA[<p>I consider myself as someone abnormally concerned with efficiency. I'm always trying to find a way to execute tasks with the minimum waste of resources (time, money, energy, space,...), which is good, in a ecologic and generic way, but can be mind blowing when out of control.</p><p>During a day job, I'm pretty like John Doe: normally, I'm carrying more than one project at the same time, some where I'm really working on, others where I'm just waiting for someone to deliver some thing; when I get deep into something I usually forget other tasks, which can be tough, if we are talking groceries; So, I need a way to organize myself, to be as much efficient as i can.</p><p>I knew GTD (<a href="http://en.wikipedia.org/wiki/Getting_things_done">Getting Things Done</a>) some time ago, and even use it for sometime, just to reach to the conclusion that is had to much overhead for my personal use. But it has some very good lessons in how to organize ourselves to better productivity, So, after some reading and digging, I decided to compile what I think are the best practices you can do to help yourself in being more efficient.</p><h3>Stop and think</h3><p>The first thing you need to do is <b>think in all the projects you have in hands</b>. Consider a project everything that can be break in smaller pieces (or tasks). "Organize a meeting" is a project, since it means "identify participants", "write an agenda", "invite participants", "get a meeting room", etc. When writing a project, identify (and write) all tasks needed to fulfill the project.</p><p>The second thing you need to think, is <b>contexts</b>. This is a valuable lesson from GTD, and works like this: during the 24 hours of the day, you live in different environments, or contexts. You start by waking up at home, you spend some time working (in different projects), you have (hopefully) some spare time. But this division can go even further, it can adapts to whatever you want. Some examples of contexts in GTD (the @ symbol identifies a context in GTD):</p><ul>  <li><b>@brainstorm</b>: notes for when I'm brainstorming  <li><b>@calls</b>: I'm on the phone now  <li><b>@chores</b>: oh routines routines  <li><b>@computer</b>: I'm on the computer  <li><b>@daily actions</b>: I'm want to do this today  <li><b>@decide</b>: decisions decisions  <li><b>@design &amp; code</b>: when I open photoshop  <li><b>@desk</b>: I'm on my desk, can do some paperwork  <li><b>@email</b>: I opened my mail.app  <li><b>@google</b>: it deserves one, believe me  <li><b>@mac</b>: I'm on my mac  <li><b>@online</b>: I'm connected  <li><b>@monitoring</b>: I'm waiting for someone to send me something  <li><b>@print</b>: I'm going to the printer now  <li><b>@refactor</b>: It's done, but it could be better...  <li><b>@read</b>: so many things to read, so less time  <li><b>@schedule</b>: have to schedule something with someone  <li><b>@someday soon</b>: like, learn esperanto, painting...  <li><b>@web</b>: look mam, I'm browsing!  <li><b>@write</b>: needed, when you write posts this big</ul><h3>The anatomy of a task</h3><p>Tasks should be written in this format: <b>verb the noun with the object for this purpose</b>.</p><p>The verb should be a <b>"physical" verb</b>, i.e., should represent an action that can be done in a short period of time: write, buy or call are good examples. Organize, plan or prepare are bad ones. <b>The noun should be as especific as needed</b>, depending on your special needs. <b>A purpose should be always added</b>, to help you remember what is your primary goal (or project). Here some examples:</p><p>Don't write "year-end report", write "get spreadsheet from work server for year-end report". Don't write "get with Joe", but instead "call Joe on Monday to invite for Friday night party". Of course, every time you have <b>more than one task for the same purpose, you should have a project</b>, and all tasks belonging to this project should be linked to it. Loose tasks can easily exist, and for those who are concerned with data integrity, just imagine that they are linked to a "loose tasks" project.</p><h3>Tasks in context</h3><p>Now, some of this tasks can be performed only in some contexts. "Buy GTD book from Amazon to learn more on GTD" can only accomplished under the @online context, so it should be linked to this context. And you should be able to <b>find all tasks belonging to a context in a glance</b>. This way, you can maximize your efficiency, buy doing similar tasks at once, even if they are for different projects.</p><h3>Tools</h3><p>There are some tools to help us achieving this, and I would like to mention the following:</p><ul>  <li><a href="http://shared.snapgrid.com/gtd_tiddlywiki.html">GTDTiddlyWiki</a>, a self preservation wiki, that you can download and use in your own computer  <li><a href="http://kinkless.com/kgtd">Kinkless GTD</a> and <a href="http://www.apple.com/ical/">iCal</a> for Mac users  <li><a href="http://www.43folders.com/2004/09/03/introducing-the-hipster-pda/">The Hipster PDA</a>, for those who like it in carbon</ul><h3>Planning</h3><p>You earn a lot of time when you plan. Really. A good tip is to think (and write) <b>what you expect from next week</b>. This should be a very concise table, with 3 columns: project, moving parts, weekly outcome. Good examples are:</p><ul>  <li>"Year-end report", "Get room for meeting", "Have it booked by Wednesday"  <li>"Acme Air", "Send business proposal", "final read and send it by Tuesday"  <li>"Blog", "Contact page", "have it done by Friday"</ul><p>By the way, this <b>should be done at the last day of  the week</b>, never on Monday morning. Your mindset on weekends is completely different when you know that you already did this, then when you know you didn't. Trust my words.</p><p>With this table, you should <b>end up every week day by planning the next one</b>. This planning should be done in a calendar, where you should allocate slices of time to different tasks (or contexts) . Try to be fair on the slices, dont's waste to much time googling when you have a lot of phone calls to do.</p><h3>Epilogue</h3><p>The inspiration for these post came after watching this <a href="http://kinkless.com/assets/kgtd/kgtd_intro.mov">movie</a>, it's a demo of Kinkless GTD, a free Mac OS X application, and is an excelent place to see GTD in action.</p><p>Hope is useful.</p>]]></description><link>https://joaobordalo.com/articles/2006/03/02/productivity-tips</link><pubDate>Thu, 02 Mar 2006 05:56:00 GMT</pubDate></item><item><title><![CDATA[Ruby on Rails on Mac OS X]]></title><description><![CDATA[Via <a href="http://miguelcarvalho.com">Maik</a>, an excelent resource for <a href="http://developer.apple.com/tools/rubyonrails.html">Ruby on Rails development on Mac OS X</a>, signed by Apple itself.]]></description><link>https://joaobordalo.com/articles/2006/03/01/ruby-on-rails-on-mac-os-x</link><pubDate>Wed, 01 Mar 2006 08:58:00 GMT</pubDate></item><item><title><![CDATA[Microsoft re-designs iPod packaging]]></title><description><![CDATA[<p>For all the product managers out there, a brilliant parody on how Microsoft would re-design the iPod packaging. See it for yourself, and please share the lessons learned (via <a href="http://the.taoofmac.com/">Rui)</a>.</p><iframe title="Microsoft re-designs iPod packaging" width="480" height="300" data-src="//www.youtube.com/embed/UADizYtTrAI" frameborder="0" allowfullscreen></iframe>]]></description><link>https://joaobordalo.com/articles/2006/03/01/microsoft-designs-ipod-packaging</link><pubDate>Wed, 01 Mar 2006 07:50:00 GMT</pubDate></item><item><title><![CDATA[destakes.com]]></title><description><![CDATA[<a href="http://blog.karlus.net/">Karlus</a> did it again: <a href="http://destakes.com/">destakes.com</a>, finding relevant portuguese content, at your service. Brilliant, but were are the rss feeds? Ahh, and with the best how to I ever seen, <a href="http://blog.karlus.net/archives/2006/02/21/1380/">in one line</a>.]]></description><link>https://joaobordalo.com/articles/2006/02/23/destakes-com</link><pubDate>Thu, 23 Feb 2006 07:13:00 GMT</pubDate></item><item><title><![CDATA[The web rich media patent]]></title><description><![CDATA[<p>Everyone is talking about the patent granted by the US Patent Office to <a href="http://balthaser.com/">Balthaser</a>, covering "methods, systems and processes for the design and creation of rich-media applications via the Internet." A lot of FUD is going on, with people saying that AJAX, Java and even Flash will need to be licensed in the near future.</p><p>So, I decided to read the <a href="http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=1&f=G&l=50&s1=7,000,180.WKU.&OS=PN/7,000,180&RS=PN/7,000,180">patent</a>, and it's not that bad: the usage of rich-media applications is not covered under this patent. Instead, what Balthaser is patenting is a hosted application which enables normal people to build rich-media websites (or applications), there is, a rich-media website, that previously demanded designers, flash programmers and coders, can now be accomplished by anyone.</p><p>So, Balthaser is defending is own tool, <a href="http://balthaser.com/">pro:FX</a>. The thing is, isn't this patent to broad? What is the definition of "rich-media application"?<p><p>In the same day, Google launched is new service, <a href="http://pages.google.com/">Page Creator</a>, a website that enables you to create your own website, with the easiness and simplicity we know from Google. And after a <a href="http://www.makezine.com/blog/archive/2006/02/make_your_own_sites_with_googl.html">peek</a> to the Page Creator interface, my first question was: "Is this under the Balthaser patent?". <p>If is considered that Google (and others) must license this kind of technology to Balthaser, than we have just created a strong break on innovation, and I strongly believe that is not the objective of patents. They exist to encourage innovation, by protecting intellectual property, not for some guy to decide that put a <a href="http://www.macromedia.com/software/dreamweaver/">Dreamweaver</a> on the web is innovation. That was too damn obvious to be considered as an inventive idea.</p><p>I just hope <a  href="http://patft.uspto.gov/">someone</a> get is senses, meanwhile, I'm happy to live in Europe.</p>]]></description><link>https://joaobordalo.com/articles/2006/02/23/the-web-rich-media-patent</link><pubDate>Thu, 23 Feb 2006 12:47:00 GMT</pubDate></item><item><title><![CDATA[Multi-touch interaction experiments]]></title><description><![CDATA[From <a href="http://miguelcarvalho.com/">Maik</a>, a great movie on the future of computer interaction. And it's closer than we think, as Apple has <a href="http://www.macrumors.com/pages/2006/02/20060211144712.shtml">patented something of the kind.</a><iframe title="Multi-touch interaction experiments" width="480" height="300" data-src="//www.youtube.com/embed/zp-y3ZNaCqs" frameborder="0" allowfullscreen></iframe>]]></description><link>https://joaobordalo.com/articles/2006/02/20/multi-touch-interaction-experiments</link><pubDate>Mon, 20 Feb 2006 10:28:00 GMT</pubDate></item><item><title><![CDATA[Portuguese Digg]]></title><description><![CDATA[<p><a href="http://digg.com">Digg</a> is a huge success, so every one is trying to make a clone of it. The first one to win a lot of attention was <a href="http://meneame.net">Meneame</a>, a spanish implementation of Digg, since they decided to deliver there code under the GPL license.</p><p>With free code available, it became a simple matter of time for other clones to pop up trough the net like mushrooms. And Portugal is no different: there is at least two new ones, <a href="http://ouvidizer.com">ouvidizer.com</a> and <a href="http://domelhor.net">domelhor.net</a>.</p><p>The latest is <a href="http://pauloquerido.net/">Paulo Querido</a>'s new project, and caught my attention due to some great links I have found there:</p><ul><li>Belgium researchers were able to play the surrounding sound that was present during the painting of a south american vase with more the 5 centuries. You can hear people laughing, watch the <a href="http://www.zalea.org/article.php3?id_article=496">video</a> (in french);</li><br /><li>Following Tetris, Russia give us a new form of addiction, Putin Chess. The <a href="http://ciberia.aeiou.pt/?st=4255">link</a> from domelhor.net points to a portuguese written page, more on Putin Chess <a href="http://www.google.com/search?q=putin+chess">here</a>;</li><br /><li>After Segway, Dean Kamen invented two devices, one able to purify 1000 liters of clean water a day, and the other one is a power generator able to make a kilowatt of anything that burns. <a href="http://money.cnn.com/2006/02/16/technology/business2_futureboy0216/index.htm">More</a> on CNN Money.</li></ul><p>As you can see, it adds value, by helping one find news of interest, but the design of any of the webpages can be a lot better. Well, best wishes for everyone.</p>]]></description><link>https://joaobordalo.com/articles/2006/02/20/portuguese-digg</link><pubDate>Mon, 20 Feb 2006 09:40:00 GMT</pubDate></item><item><title><![CDATA[Rojo FeedShare]]></title><description><![CDATA[Recently, Rojo lunched a new service, called <a href="http://www.rojo.com/corporate/services/feedshare">FeedShare</a>, which enables bloggers with similar interests to  promote each other. The ideia works something like this: you add a banner on your blog promoting other blogs, and they do the same. See some screenshots and a more detailed explanation in <a href="http://www.rojo.com/corporate/services/feedshare">Feedshare page</a>.]]></description><link>https://joaobordalo.com/articles/2006/02/17/rojo-feedshare</link><pubDate>Fri, 17 Feb 2006 11:09:00 GMT</pubDate></item><item><title><![CDATA[Food poisining]]></title><description><![CDATA[<p><b>update:</b> If you got here because you need to know more about <i>food poisoning</i>, please bare in mind that probably you misspelled it. You will get better results if  you <a href="http://www.google.com/search?hl=en&lr=&safe=off&q=food+poisoning&btnG=Search">search for <i>food pois<b>o</b>ning</i> on Google</a>. If you are here to read this article, please continue.</p><p>Something we ate tuesday wasn't that good, so we spent the last couple of days trying to get the fluids levels back. Meanwhile, the heart beat returned to normal, so I was able to take some time and make some improvements on this site:</p><ul><li>Licensed this webpage under the <a href="http://creativecommons.org">Creative Commons License</a>. In summary, you can do whatever you want with work from this site, since you maintain the attribute of the original work. The specific license can be read <a href="http://creativecommons.org/licenses/by/2.5/">here</a>;</li><br /><li>Added de <i>de facto</i> icon for RSS sindication. It's more user friendly this way, and brings a little color to the site. Another advantage is to turn more visible the search results - guess orange squares moving are more  eye catching than grey and blue text; </li><br /><li>Since not everyone knows what RSS is, below the sindication icons is now a link pointing to a page explaining <a href="/pages/what-is-rss">what RSS is</a>. The idea was inspired in <a href="http://ivogomes.com">Ivo Gomes blog</a>. Any comments on the text are welcome;</li><br /><li>Added access keys to the site, is now possible to navigate using the keyboard. You can read all about this in the <a href="/pages/colophon">colophon</a> page. Next steps are implement access keys for post commenting and search results, any ideas?</li><br /><li>Updated the <a href="/pages/colophon">colophon</a> page, and added a site history section.</li></ul>]]></description><link>https://joaobordalo.com/articles/2006/02/16/food-poisining</link><pubDate>Thu, 16 Feb 2006 04:37:00 GMT</pubDate></item><item><title><![CDATA[Graffiti XXI]]></title><description><![CDATA[<a href="http://www.instructables.com/ex/i/7DBB34EAEDFF1028A1FC001143E7E506/?ALLSTEPS">LED Throwies</a>, or how will/should be graffiti in the twenty first century.]]></description><link>https://joaobordalo.com/articles/2006/02/15/graffiti-xxi</link><pubDate>Wed, 15 Feb 2006 05:08:00 GMT</pubDate></item><item><title><![CDATA[Daily quickies]]></title><description><![CDATA[From my RSS feed, things worth notice:<ul><li>With <a href="http://eqo.com/">EQO</a>, you can have Skype in your cellphone;</li><li>Google as bought <a href="http://measuremap.com/">MeasureMap.com</a>;</li><li>Yahoo released their <a href="http://developer.yahoo.net/yui/">UI library</a> and their <a href="http://developer.yahoo.net/ypatterns/">Design Patterns Library</a>;</li><li>Microsoft <a href="http://www.microsoft.com/office/officelive/default.mspx">Office Live</a> is coming.</li>]]></description><link>https://joaobordalo.com/articles/2006/02/15/daily-quickies</link><pubDate>Wed, 15 Feb 2006 10:06:00 GMT</pubDate></item><item><title><![CDATA[Ruby on Rails Resources]]></title><description><![CDATA[Due to popular request, I decided to compile a very short list of Ruby on Rails resources:<ul><li><a href="http://wiki.rubyonrails.org/rails">wiki.rubyonrails.org/rails</a> - the official wiki, always the best place to start;</li><li><a href="http://edevil.wordpress.com/2005/11/16/ruby-on-rails-resources/">edevil.wordpress.com/2005/11/16/ruby-on-rails-resources/</a> - very good list of resources (recommended!);</li><li><a href="http://www.bigbold.com/snippets/tag/rails"/>www.bigbold.com/snippets/tag/rails</a> - for snippets of code of Ruby and Rails;<li><a href="http://wiki.rubyonrails.org/rails/pages/OpenSourceProjects">wiki.rubyonrails.org/rails/pages/OpenSourceProjects</a> - for a list of open source projects made in Ruby on Rails.]]></description><link>https://joaobordalo.com/articles/2006/02/13/ruby-on-rails-resources</link><pubDate>Mon, 13 Feb 2006 01:07:00 GMT</pubDate></item><item><title><![CDATA[Matrix vs Dark City]]></title><description><![CDATA[These guys claim (in spanish) that the Matrix is a copy of Dark City. Well, Dark City is from 1998, and Matrix from 1999, and when you see the <a href="http://galeon.hispavista.com/cinerama/actu2/matrixdarkcity.htm">evidences</a> it sure looks like plagiarism.]]></description><link>https://joaobordalo.com/articles/2006/02/10/matrix-vs-dark-city</link><pubDate>Fri, 10 Feb 2006 07:15:00 GMT</pubDate></item><item><title><![CDATA[Calendar war is over]]></title><description><![CDATA[<a href="http://30boxes.com/">30 boxes</a> debuted 4 days ago, and it rockz! Finally found my calendar service, thank you guys:<ul><li>Add new events through a command line (brilliant);</li><li>Eficient Ajax powered interface, working in all browsers;</li><li>Tag enabled events;</li><li>Shared events, even with people outside 30boxes;</li><li>Full integration with iCal and Outlook;</li><li>Javascript/HTML badge to include a snippet of your calendar in other web sites;</li><li>Will have an API soon.</li></ul>Ahhhh, and it's free.]]></description><link>https://joaobordalo.com/articles/2006/02/09/calendar-war-is-over</link><pubDate>Thu, 09 Feb 2006 11:12:00 GMT</pubDate></item><item><title><![CDATA[Obfuscating Bittorrent traffic]]></title><description><![CDATA[Azureus and uTorrent (the two most popular bittorrent clients) had included in their latest beta new forms of encryption, which will provide a completely random-looking header and (optionally) payload to avoid passive protocol identification and traffic shaping. The technical details are a bit hairy, but if have the guts you can always take a peek <a href="http://azureus.aelitis.com/wiki/index.php/Message_Stream_Encryption">here</a>.<br><br>But Bram Cohen, the guy who invented the Bittorrent protocol, does not agree with this decision, since he believes that ISP's will be able to still detect Bittorrent traffic, and that this could harms the Internet performance as a whole, as stated in his <a href="http://bramcohen.livejournal.com/29886.html">blog</a>.<br><br>What's next, an encrypted Skype?]]></description><link>https://joaobordalo.com/articles/2006/02/09/obfuscating-bittorrent-traffic</link><pubDate>Thu, 09 Feb 2006 09:22:00 GMT</pubDate></item><item><title><![CDATA[3...2...1...Launch]]></title><description><![CDATA[After 2 weeks of design, coding and others, joaobordalo.com is now officially launched. This will be a evolving site, with new features and functionalities being added across the time. I intend to use it as my <a href="http://rubyonrails.org/">Ruby on Rails</a> test bed, so put your fingers crossed.<br><br>All posts from <a href="http://alinobairro.blogspot.com/">alinobairro</a> had been migrated here, but comments were not, and I'm still in the process of adding tags to the older posts.<br><br>This site will be more than a blog, but for now, it's just a blog and a couple of pages (see the upper left corner).<br><br>Please take a look at it, try it, and give me some feedback by commenting to this post. Thank you.]]></description><link>https://joaobordalo.com/articles/2006/02/07/3-2-1-launch</link><pubDate>Tue, 07 Feb 2006 11:42:00 GMT</pubDate></item><item><title><![CDATA[Your rights online]]></title><description><![CDATA[After a few days not digging, I've just found three pieces of news that worries me:<ul><li><a href="http://technology.guardian.co.uk/news/story/0,,1699156,00.html">How easy it is to stalk someone through his cellphone</a>;</li><li><a href="http://www.networkingpipeline.com/blog/archives/2006/01/att_free_ride_f.html">AT&amp;T CEO wants to extort money from Google</a>;</li><li><a href="http://www.thenation.com/doc/20060213/chester">Could this be the end of the Internet as we know it?</a></li></ul>]]></description><link>https://joaobordalo.com/articles/2006/02/03/your-rights-online</link><pubDate>Fri, 03 Feb 2006 11:05:00 GMT</pubDate></item><item><title><![CDATA[Bluepulse]]></title><description><![CDATA[Guys, if you own a cell phone (who doesn't), you have to point your browser to the <a href="http://bluepulse.com/">bluepulse website</a>, sign-up, and follow the instructions. These guys developed one amazing software, described as:<br /><blockquote><br />A free program for mobile phones that allows you to run tiny, useful widgets for a variety of uses, such as instant messaging and RSS.<br /></blockquote><br />And it's true, and works like a charm: in less than 5 minutes, I was talking with my buddies in MSN. I'm going to try now the RSS reader.<br /><br />The platform allows any one to develop new widgets, and I surely hope the business model motivates people to develop new functionalities and services. I'm really impressed with this, and I reiterate: go to the <a href="http://bluepulse.com/">website</a> and try it.]]></description><link>https://joaobordalo.com/articles/2006/01/22/bluepulse</link><pubDate>Sun, 22 Jan 2006 10:19:00 GMT</pubDate></item><item><title><![CDATA[Trend watching]]></title><description><![CDATA[Today's bloglines reading gave me a lot of interesting stories about possible technical, social and political trends. Here are a few, rescued from my last browser crash:<ul><li>Yahoo seems to be experimenting a new way of online ads: in Yahoo Movies, search for a movie (I used <a href="http://movies.yahoo.com/shop?d=hv&cf=info&id=1803248921">Vatel</a>), go to the bottom of the page, and in the Sponsored Links box notice the links for different ad types. Click one and you will see ads only about the tag you just selected. Nice move, gives you less visibility, but targeted ads with higher levels of attention;</li><li>Still in the advertising market, it looks like the marketing guys are getting there: The New York Times as a <a href="http://www.nytimes.com/2006/01/16/technology/16mobile.html?ex=1295067600&en=994edd30970dbebf&ei=5088&partner=rssnyt&emc=rss">story</a> about marketers getting really excited with three second messages in phone displays, all powered up by GPS positioning and location target adverstising;</li><li>An interesting <a href="http://blogs.zdnet.com/Foremski/?p=26">post</a> on why Yahoo Music is better than iTunes for home entertainment. I admit I will think about this, really;</li><li>A beautiful idea, sharing broadband to increase speed, is becoming a business case: two companies, Mushroom Networks and WiBoost Inc., are about to launch their new products. It looks like good sense is prevailing, take a peak at the <a href="http://www.nytimes.com/2006/01/16/technology/16mushroom.html?ex=1295067600&en=d0ff852e7864ef73&ei=5090&partner=rssuserland&emc=rss">article</a>;</li><li>Lawrence Lessig wrote an interesting post about <a href="http://www.lessig.org/blog/archives/003290.shtml">the need for regulation</a> on the "net neutrality" issue. If you want to know more on this subject, try the <a href="http://en.wikipedia.org/wiki/Network_neutrality">Wikipedia definition</a>.</li></ul>]]></description><link>https://joaobordalo.com/articles/2006/01/18/trend-watching</link><pubDate>Wed, 18 Jan 2006 10:18:00 GMT</pubDate></item><item><title><![CDATA[Try ruby on your browser]]></title><description><![CDATA[A <a href="http://tryruby.hobix.com/">beautiful interactive ruby lesson</a> by <a href="http://whytheluckystiff.net/">why the lucky stiff</a>, don't work well on Safari, use Firefox. More <a href="http://www.squidoo.com/search/results/ruby">resources on ruby</a> at <a href="http://www.squidoo.com/">squidoo</a> lens, another bright idea for content organization.]]></description><link>https://joaobordalo.com/articles/2006/01/17/try-ruby-on-your-browser</link><pubDate>Tue, 17 Jan 2006 10:17:00 GMT</pubDate></item><item><title><![CDATA[The ultimate geek car]]></title><description><![CDATA[I'm really sorry Santa, for being a pain in the ass, but with all the gadgets I'm requesting, I will need a car to transport them:<br /><ul><li>Can you send me one of <a href="http://www.wired.com/news/technology/0,69960-0.html?tw=rss.index">this</a>?</ul>Ok, this was my last request.]]></description><link>https://joaobordalo.com/articles/2006/01/11/the-ultimate-geek-car</link><pubDate>Wed, 11 Jan 2006 10:15:00 GMT</pubDate></item><item><title><![CDATA[Mac World San Francisco]]></title><description><![CDATA[Dear Santa, is me again. I've just watched <a href="http://macworld.apple.com.edgesuite.net/mw/index.html">Steve's keynote</a> (1h32m23s) and I would like to add to my wish list a couple of things:<br /><ul><li>the <a href="http://www.apple.com/imac/">new iMac</a>, with a Intel duo processor inside (2-3 times faster);<br /><li>a <a href="http://www.apple.com/macbookpro/">MacBook Pro</a>, also with the Intel beast (4-5 times faster), an iSight built in and a remote controller;<br /><li>the new <a href="http://www.apple.com/ilife/">iLife 06</a>, now with <a href="http://www.apple.com/ilife/quicktour/iweb/">iWeb</a> (amazing!);<br /><li>the new <a href="http://www.apple.com/iwork/">iWork</a>;<br /><li> and a <a href="http://www.apple.com/dotmac/">.Mac</a> account.</ul>Ahh, and a huge, huge one was a real Mac retail store here.]]></description><link>https://joaobordalo.com/articles/2006/01/11/mac-world-san-francisco</link><pubDate>Wed, 11 Jan 2006 10:14:00 GMT</pubDate></item><item><title><![CDATA[Late christmas]]></title><description><![CDATA[Dear Santa, I know I'm late, but can you please send me one of each?<br /><ul><li>this <a href="http://www.anandtech.com/tradeshows/showdoc.aspx?i=2665&p=16">one</a> for be able to speak with my mom while in the pub;<br /><li>one of <a href="http://www.celestron.com/skyscout/hp_land.php">this</a>, to impress girls;<br /><li>and one of <a href="http://www.artlebedev.com/portfolio/optimus/">this</a>, because it's so cool!!</ul>Thanks in advance.]]></description><link>https://joaobordalo.com/articles/2006/01/09/late-christmas</link><pubDate>Mon, 09 Jan 2006 10:13:00 GMT</pubDate></item><item><title><![CDATA[Google announcements]]></title><description><![CDATA[Fresh from ArsTechnica, it seems tomorrow Google will announce a new video service:<br /><blockquote>The service, which will be an addition to Google's Video Search, will allow users to buy video content for pre-determined prices, and the company is expected to announce partnerships with the likes of CBS and the NBA.</blockquote><br />Additionally, Google will announce Google Pack, several applications available for download in a single installation bundle:<br /><blockquote>Sources tell us that Google pack will feature a Google-tweaked version of Firefox, Adobe Acrobat Reader, antivirus software from Symantec, AdAware, Trillian, and Google's own offerings, including Google Desktop Search, Picasa, Google Earth, Google Talk, and all of the toolbar action you can shake a stick at. Oh, and I left out one other item: the RealPlayer.</blockquote><br />You can read the complete article <a href="http://arstechnica.com/news.ars/post/20060105-5902.html">here</a>]]></description><link>https://joaobordalo.com/articles/2006/01/05/google-announcements</link><pubDate>Thu, 05 Jan 2006 10:12:00 GMT</pubDate></item><item><title><![CDATA[News dump II]]></title><description><![CDATA[While printing (in recycled paper) a lot of Rubyonrails tutorials, some random cruising  alerted me for some links and news:<br /><ul><li>The last days where fertile in new search engines, all of them pitching that are better than Google. Well, see it for yourself, by trying <a href="http://www.lexxe.com/">Lexxe</a> and <a href="http://beta.previewseek.com/">Previewseek</a>;</li><br /><li><a href="http://arstechnica.com/news.ars/post/20060104-5900.html">Cingular as reached an agreement with PC manufacturer Lenovo to include HSDPA capabilities in their laptops</a>. This way, ThinkPad owners will have wireless access to the Internet in the US and 90 other countries, either by Cingular's HSDPA or EDGE own network, or by Cingular roaming agreements;</li><br /><li><a href="http://blogs.zdnet.com/web2explorer/?p=93&part=rss&tag=feed&subj=zdblog">Skype will announce WiFi and Internet phones at CES this week</a>. A logic step from Skype, going to the hardware market, just like Apple and the iPod revolution;</li><br /><li>Still on the VoIP world, O'Reilly decided to license his book about Asterisk under the <a href="http://creativecommons.org/">Creative Commons</a> license, making it free to download and distribute. You can download it <a href="http://voipspeak.net/index.php?/content/view/33/2/">here</a>.</li></ul>]]></description><link>https://joaobordalo.com/articles/2006/01/05/news-dump-ii</link><pubDate>Thu, 05 Jan 2006 10:11:00 GMT</pubDate></item><item><title><![CDATA[News dump]]></title><description><![CDATA[Having nothing more to say, here are some news worth notice:<br /><ul><li>In the video world, <a href="http://www.bbc.co.uk/calc/news/index.shtml">BBC is opening is archive</a> to UK public, and now you are able to download nearly 80 news reports (from the fall of the Berlin Wall to Tiananmen Square) and create something unique. Another great idea from BBC, like <a href="http://backstage.bbc.co.uk">backstage</a>;</li><br /><li>Still on the video world, it seems that Microsoft is helping Entertainment Group to deliver <a href="http://www.vongo.com">Vongo</a>, a new movie download service that allows consumers to view full-length studio films, concerts and TV shows. The site is open only to Windows users and US customers, so you have to use a US open proxy to be able to access it (<b>tip:</b> I used this free proxy, 208.21.64.4 port 80);</li><br /><li>From ArsTechnica, <a href="http://arstechnica.com/news.ars/post/20060103-5886.html">GNU liberates VoIP with a new open source telephony stack</a>. In my humble opinion, this could be the push needed for total interconnection between different VoIP providers: this could be the <i>lingua franca</i> for VoIP.</li><br /><li>A beautiful piece of technology, <a href="http://labs.systemone.at/retrievr/">Retrievr</a>, allows you to search for photos in Flickr by making a sketch of what you want. Really nice and well done;</li><br /><li>As everyone else, I'm waiting for <a href="http://www.allpeers.com/">AllPeers</a>, a new Firefox plugin. This could lead to a all new P2P ball game. For now, you can take a peek to some <a  href="http://www.allpeers.com/blog/2005/12/22/allpeers-screenshots/">screenshots here</a>;</li><br /><li>And finally, transform your iPod*, iPod mini or iPod nano into a full-fledged video recorder/player with the new <a href="http://w3.isee-ato.com/">iSee 360i</a>. You have to see it to believe  it.</li><br /></ul>]]></description><link>https://joaobordalo.com/articles/2006/01/04/news-dump</link><pubDate>Wed, 04 Jan 2006 10:09:00 GMT</pubDate></item><item><title><![CDATA[Ruby on Rails]]></title><description><![CDATA[I've just finished my first Ruby on Rails web application, and these baby rocks! It's true that you can develop 10 times faster, and it's so simple that you can do it from day one. What follows is a summary of my RoR investigation, from curiosity to my first working RoR web application.<br /><br />I decided to study more deeply about Ruby on Rails some time ago, and now I had the chance. First, a visit to the <a href="http://rubyonrails.org">official website</a>, a jump to the <a href="http://rubyonrails.org/screencasts">screencasts section</a>, and watched the screencasts. Seeing is believing, so you have to watch <a href="http://media.rubyonrails.org/video/rails_take2_with_sound.mov">how to make a blog with RoR in 15 minutes</a> (with installation), and <a href="http://media.rubyonrails.org/video/flickr-rails-ajax.mov">how to make a filter for Flickr in 5 minutes</a> (with CSS).<br /><br />Next, some documentation, which I recommend reading it in the following order:<br /><ul><li><a href="http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html">Rolling with Ruby on Rails, part I</a><br /><li><a href="http://www.onlamp.com/pub/a/onlamp/2005/03/03/rails.html">Rolling with Ruby on Rails, part II</a><br /><li><a href="http://www.slash7.com/articles/2005/01/24/really-getting-started-in-rails">Really getting started with Rails</a><br /><li><a href="http://www.rails4days.pwp.blueyonder.co.uk/Rails4Days.pdf">Four days on Rails</a></ul><br />After these, I was really excited, to I just had to try it for myself. I have a Mac, and I was not willing to compile anything, so I started looking for a no frills package. Found one, <a href="http://locomotive.sourceforge.net/">Locomotive</a>. Ok, free download, one application, double click and its on. Locomotive is integrated with <a href="http://macromates.com/">TextMate</a>, so I decided to extend a little further my investigation and also try it. A trial download, one application, double click, no frills. By the way, TextMate looks promising (more in some days).<br /><br />Opened a terminal window (<b>tip:</b> open it from Locomotive, it will take care of all the environment variables for you), create a dummy database with <a href="http://sqlite.org">sqlite</a> (comes with Locomotive), did some <i>script/generate scaffold xpto</i>, edited some files, and  voila, my first web application in RoR.<br /><br />It's really easy to program in RoR, and still maintain a lot of power. It's a very well organized framework, clean and helpful. And if you are sick of doing always the same things, do yourself a favor and take a couple of hours to try it.]]></description><link>https://joaobordalo.com/articles/2005/12/29/ruby-on-rails</link><pubDate>Thu, 29 Dec 2005 10:08:00 GMT</pubDate></item><item><title><![CDATA[2005 2.0]]></title><description><![CDATA[Everybody is trying to make a list of important things for 2005. Well, I was to, but decided to simply label it the "2.0 year". New business models are building from the peer-to-peer social model found in the net, and from the ability to explore the long tail of the market. In the first, <a href="http://digg.com">digg</a> became bigger then <a href="http://slashdot.org">Slashdot</a>, <a href="http://del.icio.us">del.icio.us</a> was bought by <a href="http://yahoo.com">Yahoo</a>, and <a href="http://wikipedia.org">wikipedia</a> and <a href="http://en.wikipedia.org/wiki/Folksonomy">folksonomy</a> became part of our lexical. <br /><br />On the second, <a href="http://www.apple.com/itunes/">iTunes</a> Music Store proved to be a huge business success, <a href="http://ebay.com">eBay</a> paid several billions to have <a href="http://skype.com">Skype</a>, and everyone is trying to take a piece of the <a href="http://google.com/adsense">AdSense</a> pie. Maybe the best presentation summarizing all this, was made by <a href="http://www.adaptivepath.com/publications/essays/archives/000547.php">Brandon Schauer</a>, check is sources (in the <a href="http://adaptivepath.com/images/publications/essays/What_puts_the_2_in_Web_20.pdf">PDF</a>) for further reading.<br /><br />But this year was also the year of <a href="http://en.wikipedia.org/wiki/AJAX">Ajax</a>, <a href="http://en.wikipedia.org/wiki/javascript">JavaScript</a> frameworks and <a href="http://en.wikipedia.org/wiki/Mashup_(web_application_hybrid)">mashups</a>. The web is now easier to use, easier to develop, and the API business model is growing rapidly, as stated by the growth of the <a href="http://www.programmableweb.com/matrix">mashup matrix</a>. For an excellent example of a mashup, take a look at <a href="http://www.blockrocker.com/">BlockRocker</a> (GoogleMaps + Amazon + Craigslist).<br /><br />Well, 2005 was a good year, hope 2006 be even better to everyone.]]></description><link>https://joaobordalo.com/articles/2005/12/28/2005-2-0</link><pubDate>Wed, 28 Dec 2005 10:06:00 GMT</pubDate></item><item><title><![CDATA[DropSend]]></title><description><![CDATA[If you have difficulties sending big emails (up to 1 GB) try <a href="http://dropsend.com/">DropSend</a>: it comes with an application for Mac & Windows.]]></description><link>https://joaobordalo.com/articles/2005/12/14/dropsend</link><pubDate>Wed, 14 Dec 2005 10:05:00 GMT</pubDate></item><item><title><![CDATA[Back to business]]></title><description><![CDATA[Back to work, just to find out that I have +1600 feeds and +400 mails to read. Meanwhile, some news are to important to be kept unnoticed. Please the forgive me the lack of opinions, I'm running against the clock here:<br /><ul><li><a href="http://arstechnica.com/news.ars/post/20051210-5733.html">Yahoo bought del.icio.us</a>, and is <a href="http://arstechnica.com/news.ars/post/20051202-5676.html">experimenting with behavioral ads</a>;<br /><li><a href="http://www.skype.com/products/skype/windows/downloading_beta.html">Skype launched is version 2.0</a> (now with video);<br /><li><a href="http://web2.wsj2.com">Dion</a> released is "<a href="http://web2.wsj2.com/the_best_web_20_software_of_2005.htm">The Best Web 2.0 software of 2005</a>" list;<br /><li>Still in the Web 2.0 context, ZDNet has writes about <a href="http://blogs.zdnet.com/web2explorer/?p=72&part=rss&tag=feed&subj=zdblog">new services</a> and <a href="http://blogs.zdnet.com/web2explorer/?p=71&part=rss&tag=feed&subj=zdblog">business models</a>;<br /><li>And finally, after all the <a href="http://alinobairro.blogspot.com/2005/11/shared-calendar.html">work</a> I had with my calendar solution, <a href="http://the.taoofmac.com/space">Rui</a> points out <a href="http://chandler.osafoundation.org/index2.php">Chandler</a>.<br /></ul>]]></description><link>https://joaobordalo.com/articles/2005/12/12/back-to-business</link><pubDate>Mon, 12 Dec 2005 10:04:00 GMT</pubDate></item><item><title><![CDATA[Shared calendar]]></title><description><![CDATA[I'm a Mac user at home, and a Windows user at work. I have my mail on a IMAP server, so I can read it in either systems without any frills. In the iMac I use Mail.app, and in the Windows box I use Thunderbird, and everything works fine. But I have a problem with my calendar. I love the <a href="http://www.apple.com/macosx/features/ical/">iCal</a> design, and I would like to have it in my Windows box. Not only for scheduling meetings, but also for ToDo management, sharing and publishing other calendars. I went to the web and to all the sites with "web application lists" on it, but didn't find any real good web calendar application: I tryied <a href="http://planzo.com"/>Planzo.com</a>, but has a polluted user interface, and <a href="http://kiko.com">Kiko.com</a>, which don't work in Safari, so I had to improvise. <br /><br />After some googling, I found <a href="http://www.yagoon.com/">Yagoon</a>, and if you take a minute to jump to their site, you will notice the resemblance with Apple iCal. For 30 bucks, this could be my best buy of the year, but wait, I can try it for 60 days, so it seems is going to be my best buy for next year. Ok, I have my iCal look-a-like in my Windows box. Now, how can I sincronize the two applications? <br /><br />So, I went to .Mac pages for prices and conditions, but 99 dollars per year seems to much for a WebDAV server. Back to Google, I found <a href="http://icalx.com/">iCalExchange</a>, which is a free service for sharing iCal files. Ok, so now I have my "synchronizer". I tryied to publish and subscribe the same calendar from iCal and Yagoon, but I got a lot of permission errors, so I had to go for a two calendar solution.<br /><br />I created two calendars on iCalExchange, named bonnie and clyde. iCal publishes (writes) in the bonnie calendar, and subscribes (reads) the clyde calendar. In the iCal, bonnie is coloured <font color="green">green</font> and clyde is coloured <font color="red">red</font>. This way, I know that I can change, erase or create green events, but I should not do nothing to the red ones. On the Yagoon side, it publishes to the clyde calendar (<font color="green">green</font>) and subscribes the bonnie calendar (<font color="red">red</font>), implementing the same colour code.<br /><br />At the end, I can use two different applications in two different operating systems, having the same user interface and full syncronization (it even syncronizes ToDos). All for less than 30 dollars, and thanks to iCalExchange. Ahhh, and I can see my calendar live going directly to iCalExchange homepage. <a href="http://the.taoofmac.com">Rui,</a> feel free to use this to write a new HOWTO for your blog ;)]]></description><link>https://joaobordalo.com/articles/2005/11/28/shared-calendar</link><pubDate>Mon, 28 Nov 2005 10:02:00 GMT</pubDate></item><item><title><![CDATA[OpenLaszlo]]></title><description><![CDATA[From <a href="httpt://www.ajaxian.com">Ajaxian</a> I found that <a href="http://www.openlaszlo.org">OpenLaszlo</a> added XMLHttpRequest in is version 3.1. I didn't know what OpenLaszlo was, so I decided to take a peek: <br /><blockquote>The OpenLaszlo platform allows developers to create applications with the rich user interface capabilities of desktop client software and the instantaneous no-download Web deployment of HTML. These applications run on all leading Web browsers on all leading desktop operating systems from a single XML code base.</blockquote><br />Since a video is better than a thousand images, watch this 3m <a href="http://www.openlaszlo.org/img/laszlo-basics.mov">video</a> (2MB) and take your own conclusions.]]></description><link>https://joaobordalo.com/articles/2005/11/25/openlaszlo</link><pubDate>Fri, 25 Nov 2005 10:01:00 GMT</pubDate></item><item><title><![CDATA[Google fade out]]></title><description><![CDATA[What if Google will do most everything wrong, and is competitors don't? A tale from Jack Shafer (Slater's editor) called <a href="http://www.slate.com/id/2130795/nav/tap1/">The Great Google Wipeout</a> give us an interesting view of what could be a possible future.]]></description><link>https://joaobordalo.com/articles/2005/11/23/google-fade-out</link><pubDate>Wed, 23 Nov 2005 09:59:00 GMT</pubDate></item><item><title><![CDATA[Free culture]]></title><description><![CDATA[A very interesting <a href="http://lessig.org/freeculture/free.html">presentation</a> from <a href="http://lessig.org/">Lawrence Lessig</a> at OSCON 2002. A true call for arms in the fight against control and copyright, a must read. 32 minutes plus download time (8MB).]]></description><link>https://joaobordalo.com/articles/2005/11/23/free-culture</link><pubDate>Wed, 23 Nov 2005 09:59:00 GMT</pubDate></item><item><title><![CDATA[Tuesday in the afternoon]]></title><description><![CDATA[Yesterday I spent all night catching up my feeds. Due to personal reasons, I spent the last three days offline, and when I finally get to my <a href="http://bloglines.com/public/bordalix">bloglines account</a> I had thousands of new posts to read. So I decided to do something about it (besides reading them), clean up my blogroll and add some new feeds I'm interested in. As a result, I have now more 6 blogs to read daily (ouch!).<br /><br />Another good decision was to delete Google's AdSense from the blog. This blog exists for more then a year now, and I've earned less than 5 USD from it, so, bye bye AdSense. Essentially, I'm giving free publicity to Google, and they don't need it, right?<br /><br />So, into the juice of those thousands feeds:<br /><ul><li>Talking about Google, if you want to include Google maps on your website, you should take a look at <a href="http://www.system7designs.com/codebase">Phoogle</a>, which allows you to do that with 5 (yes, five!) lines of php.<br /><br /><li>If you're a heavy user of Wikipedia, maybe you can find <a href="http://wiki.lumrix.net/en/">LuMriX</a> useful. It's a Ajax powered Google Suggest look-a-like service for Wikipedia. Can make your Wikipedia searches faster.<br /><br /><li><a href="http://news.com.com/Microsoft+to+standardize+Office+formats/2100-1012_3-5965443.html?part=rss&tag=5965443&subj=news">Microsoft is trying to standardize Office 12 documents</a>, in what they called the Microsoft Open Office XML. It's a good move, but it would be much better if they would follow the Open Document standard. Yes, I'm being naive now...<br /><br /><li><a href="http://phx.corporate-ir.net/phoenix.zhtml?c=176060&p=irol-newsArticle&ID=778248&highlight=">Amazon is preparing to launch two new great services</a>, branded Amazon Pages and Amazon Upgrade. In the first one, you will be able to buy pages from a book, instead of buying the entire book, which can be useful in some cases (I don't see much utility in this, but maybe someone will). But the second service is a major breakthrough: when you buy a book from Amazon (70% of my books) you will be able to buy a search service for that specific book!! So, it's the best of the two worlds, I can read my book while getting a tan in the beach, and if I want to find something in it really quickly, I have Amazon Upgrade.<br /><br /><li>And the funny link is about the <a href="http://www.vimeo.com/clip=21846">launching of the new iPod Invisa</a><br /></ul>]]></description><link>https://joaobordalo.com/articles/2005/11/22/tuesday-in-the-afternoon</link><pubDate>Tue, 22 Nov 2005 09:57:00 GMT</pubDate></item><item><title><![CDATA[Microsoft SSE]]></title><description><![CDATA[Microsoft announced SSE (Simple Sharing Extensions), which can be seen as a two way item sharing (think bidirectional RSS). The extensions described in the Simple Sharing Extensions enable feed readers and publishers to generate and process incoming item changes in a manner that enables consistency to be achieved. For example, two or more will be able to co-edit a post, which can be a huge revolution in the blogsphere. If you are a technical person, you should take a look at the <a href="http://msdn.microsoft.com/xml/rss/sse/">specification page</a>, after all, Microsoft launched it under a <a href="http://creativecommons.org/">Creative Commons</a> Share Alike license. Are the winds of change blowing from Richmond?]]></description><link>https://joaobordalo.com/articles/2005/11/21/microsoft-sse</link><pubDate>Mon, 21 Nov 2005 09:56:00 GMT</pubDate></item><item><title><![CDATA[Lists]]></title><description><![CDATA[The end of the year is coming, so are lists of anything. In a couple of weeks, TV channels, magazines and newspapers will start to deliver lists of people, inventions, events, etc. So, let me try to do it now, be the first one to annoy you with this:<ul><li><a href="http://www.ghacks.net/2005/11/18/disposable-email-address-services/">20 disposable email address services</a><br /><li><a href="http://www.time.com/time/business/article/0,8599,1129516,00.html">25 best inventions of 2005</a><br /><li><a href="http://www.pcworld.com/reviews/article/0,aid,120763,pg,12,00.asp">100 best products of 2005</a><br /><li><a href="http://en.wikipedia.org/wiki/List_of_open-source_software_packages">thousands of open source software packages</a></ul>]]></description><link>https://joaobordalo.com/articles/2005/11/21/lists</link><pubDate>Mon, 21 Nov 2005 09:55:00 GMT</pubDate></item><item><title><![CDATA[The $100 laptop]]></title><description><![CDATA[Thank you Nicolas and your team for this achievement, the $100 laptop. Watch the <a href= "rtsp://196.203.134.60/archives/pc-051116-1900-en.rm?start=00:01:26">video</a> where UN Secretary-General Kofi Annan and Nicholas Negroponte Unveil the $100 Laptop Prototype at the World Summit on the Information Society in Tunisia, and some <a href="http://laptop.media.mit.edu/laptop-images.html">photos</a> on the MIT website.]]></description><link>https://joaobordalo.com/articles/2005/11/17/the-100-laptop</link><pubDate>Thu, 17 Nov 2005 09:54:00 GMT</pubDate></item><item><title><![CDATA[Sony DRM breaks copyright?]]></title><description><![CDATA[This can be Sony's worst nightmare: first, Sony decided to distribute a rootkit in there music CDs, to be installed in your PC (without your knowledge), in order to hide is DRM software; second, Mark Russinovich <a href="http://www.sysinternals.com/blog/2005/10/sony-rootkits-and-digital-rights.html">discovered</a> the existence of this rootkit, and make it public, which make people start to <a href="http://webreakstuff.com/blog/2005/11/sony-i-download-your-music/">scream at Sony</a>; third, someone took advantage of the rootkit and wrote a trojan codenamed <a href="http://www.vnunet.com/vnunet/news/2145874/virus-writers-exploit-sony-drm">Stinx-E</a>, able to hide from Windows, so impossible to be detected and cleaned; fourth, Sony decided to provide an uninstaller to allow people to erase the rootkit, but this uninstaller <a href="http://www.freedom-to-tinker.com/?p=927">raised new security holes</a>; and finally, it seems <a href="http://dewinter.com/modules.php?name=News&file=article&sid=215">Sony used some LGPL code</a>, without delivering the source, so breaking copyright:<br /><blockquote>It turns out that the rootkit contains pieces of code that are identical to LAME, an open source mp3-encoder, and thereby breach the license.<br /><br />This software is licensed under the so called Lesser Gnu Public License (LGPL). According to this license Sony must comply with a couple of demands. Amongst others, they have to indicate in a copyright notice that they make use of the software. The company must also deliver the source code to the open-source libraries or otherwise make these available. And finally, they must deliver or otherwise make available the in between form between source code and executable code, the so called object files, with which others can make comparable software.<br /><br />Sony complied with non of these demands, but delivered just an executable program. A computer expert, whose name is known by the redaction, discovered that the CD "Get Right With The Man" by "Van Zant" contains strings from the library version.c of Lame. This can be concluded from the string: "http://www.mp3dev.org/", "0.90", "LAME3.95", "3.95", "3.95 ".<br /></blockquote>]]></description><link>https://joaobordalo.com/articles/2005/11/16/sony-drm-breaks-copyright</link><pubDate>Wed, 16 Nov 2005 09:52:00 GMT</pubDate></item><item><title><![CDATA[Ridiculous]]></title><description><![CDATA[So, after all the <a href="http://alinobairro.blogspot.com/2005/11/anti-sony-manifesto.html">fuss</a> around this issue, Sony decided to allow people to download an uninstaler for is DRM software. All you have to do is fill a <a href="http://cp.sonybmg.com/xcp/english/form9.html">form</a>, download the software and run it. Know that you know that, don't do it. People from Freedom to Tinker <a href="http://www.freedom-to-tinker.com/?p=927">found out</a> that if you install Sony uninstaller in your PC, you are opening a huge security hole. Malicious users can execute code in your PC, all you have to do is visit one of there websites. Where (and when) is this going to end?]]></description><link>https://joaobordalo.com/articles/2005/11/15/ridiculous</link><pubDate>Tue, 15 Nov 2005 09:51:00 GMT</pubDate></item><item><title><![CDATA[Web 2.0 definition]]></title><description><![CDATA[There are a lot of different definitions for what is Web 2.0. Wikipedia as <a href="http://en.wikipedia.org/wiki/Web_2.0">one</a>, Tim O'Reilly <a href="http://www.google.com/url?sa=U&start=2&q=http://radar.oreilly.com/archives/2005/10/web_20_compact_definition.html&e=9797">another</a>, and there is even a <a href="http://phaidon.philo.at/martin/archives/000298.html&e=9797">cumulative definition</a>. Maybe Web 2.0 is about this: <b>peer-to-peer services, where your peers helps you getting what you need, and in return you help your peers by participating</b>. And this can be used for viewing television and videos over the internet, with <a href="http://tioti.com"/>Tioti</a> (Tape If Of The Internet), for writing and reading stories, with <a href="http://glypho.com"/>Glypho</a>, or for finding interesting stories with <a href="http://digg.com/">Digg</a>. What I really now is that, like <a href="http://evans.blogware.com/">Mark Evans</a>, <a href="http://evans.blogware.com/blog/_archives/2005/11/11/1380684.html">I'm drowning in Web 2.0 apps</a>.]]></description><link>https://joaobordalo.com/articles/2005/11/15/web-2-0-definition</link><pubDate>Tue, 15 Nov 2005 09:50:00 GMT</pubDate></item><item><title><![CDATA[Media central]]></title><description><![CDATA[Via <a href="http://pedrofigueiredo.org"/>pfig</a>, <a href="http://www.mh1.de/page5/page5.html">Media Central</a> (inspired by <a href="http://www.apple.com/imac/frontrow.html">Front Row</a> and <a href="http://www.centerstageproject.com/">CenterStage</a>).]]></description><link>https://joaobordalo.com/articles/2005/11/14/media-central</link><pubDate>Mon, 14 Nov 2005 09:49:00 GMT</pubDate></item><item><title><![CDATA[Anti-Sony manifesto]]></title><description><![CDATA[So, Sony installs a <a href="http://en.wikipedia.org/wiki/Rootkit">rootkit</a> in your PC when you buy a CD from them, in order to implement his <a href="http://en.wikipedia.org/wiki/Digital_rights_management">DRM</a>. This was <a href="http://www.sysinternals.com/blog/2005/10/sony-rootkits-and-digital-rights.html">discovered </a>by <a href="http://www.sysinternals.com/blog/">Mark Russinovich</a> in October (highly technical post). In my personal opinion, this an unacceptable behavior, and I'm not alone: <a href="http://webreakstuff.com/">Frederico Oliveira</a> wrote what I consider to be the first <a href="http://webreakstuff.com/blog/2005/11/sony-i-download-your-music/">anti-Sony manifesto</a>, which I totally subscribe.]]></description><link>https://joaobordalo.com/articles/2005/11/11/anti-sony-manifesto</link><pubDate>Fri, 11 Nov 2005 09:48:00 GMT</pubDate></item><item><title><![CDATA[Happy birthday Firefox]]></title><description><![CDATA[One year later, Firefox turns into a baby with <a href="http://www.onestat.com/html/aboutus_pressbox40_browser_market_firefox_growing.html">11.51%</a> market share.<br /><br /><b>Update</b>: these <a href="http://explorerdestroyer.com/">guys</a> are serious about changing from IE to Firefox]]></description><link>https://joaobordalo.com/articles/2005/11/09/happy-birthday-firefox</link><pubDate>Wed, 09 Nov 2005 09:47:00 GMT</pubDate></item><item><title><![CDATA[Network neutrality II]]></title><description><![CDATA[The <a href="http://alinobairro.blogspot.com/2005/11/network-neutrality.html">discussion</a> continues, and it reached the <a href="http://energycommerce.house.gov/108/Hearings/11092005hearing1706/hearing.htm">Committee on Energy and Commerce</a> in the US. I'm really interested in this issue, since I work in an ISP, being a free Internet advocate, so you can imagine the duality I'm feeling these days. <br /><br /><a href="http://www.shaw.ca/">Shaw Cable</a>, a Canadian company, is limiting P2P bandwidth using technology from <a href="http://www.ellacoya.com">Ellacoya</a>, so we can now say it already started. The technology is out there, and telcos are ready to start using it in large scale. This is a very important question, that goes from freedom to innovation, trough economics and technology.<br /><br />I understand the economics of launching a broadband network, but I also understand (and agree) with <a href="http://googleblog.blogspot.com/2005/11/vint-cerf-speaks-out-on-net-neutrality.html">Vint Cerf words</a>. I'm waiting, and listening to the <a href="http://energycommerce.house.gov/108/ram/2123.ram">live hearing webcast</a>.<br /><br /><b>Update</b>: this issue has been <a href="http://digg.com/technology/Feds_May_Let_Big_Telecom_Hijack_The_Internet">digged</a>]]></description><link>https://joaobordalo.com/articles/2005/11/09/network-neutrality-ii</link><pubDate>Wed, 09 Nov 2005 09:45:00 GMT</pubDate></item><item><title><![CDATA[Security toons]]></title><description><![CDATA[8 years ago I gave my first presentation on network security. It's a hard topic, and the worst parts were explaining how cryptography works, and explaining software bugs as the buffer overflow or a race condition. Meanwhile, Wired as made an amazing job explaining the formers with an <a href="http://ly.lygo.com/ly/wired/news/flash/special_reports_bugs_1.html">animation</a>. You don't get the cryptography how to (guess prime numbers theory is really hard to draw) but instead you can have a glance at some moments of really <a href="http://ly.lygo.com/ly/wired/news/flash/special_reports_bugs_3.html">bad software</a>.<br /><br /><b>Update</b>:NSA's site for <a href="http://www.nsa.gov/kids/">CryptoKids</a>.]]></description><link>https://joaobordalo.com/articles/2005/11/08/security-toons</link><pubDate>Tue, 08 Nov 2005 09:44:00 GMT</pubDate></item><item><title><![CDATA[Feed fishing]]></title><description><![CDATA[Due to the lack of time, today's menu is about grilled feeds:<ul><br /><li>Microsoft keeps surprising, and is <a href="http://msdn.microsoft.com/vstudio/express/">offering</a> Visual Studio and SQL Server. It's free, even for comercial usage, but it's only a Express Edition;<br /><br /><li>An excelent <a href="http://ajaxtricks.blogspot.com/2005/11/put-geeksquad-out-of-business.html">how-to implement your own helpdesk company</a>, using <a href="http://www.ultravnc.com/">UltraVNC</a> and some webservices. Requires heavy geekary;<br /><br /><li>Joined the <a href="http://www.morfik.com/">Morfik</a> <a href="http://pioneers.morfik.com">Pioneers</a> program. A very interesting application that will allow building web applications (AJAX) with a graphical user interface;<br /><br /><li>Finnaly, <a href="http://mundy.org/blog/index.php?p=78">follow-me phoning</a>, or how to implement bluetooth proximity detection with <a href="http://www.google.com/url?sa=U&start=1&q=http://asteriskathome.sourceforge.net/&e=9797">Asterisk</a>.<br /></ul>]]></description><link>https://joaobordalo.com/articles/2005/11/08/feed-fishing</link><pubDate>Tue, 08 Nov 2005 09:43:00 GMT</pubDate></item><item><title><![CDATA[The future is sooner than we expected]]></title><description><![CDATA[Three news worth notice:<br /><ul><li>The newest player to arrive at the webOS arena is Microsoft. The old giant unveiled is web strategy, launching is <a href="http://www.techcrunch.com/2005/11/01/windows-live-more-than-an-ajax-desktop/">Live</a> program: a personalizable <a href="http://live.com/">website</a>, with a lot of Ajax and a cool concept, <a href="http://www.windowsgadgets.com/">Windows Gadgets</a>; a new <a href="http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d">webmail application</a>, which mimics Outlook in a browser (have to see this working); a <a href="http://ideas.live.com/programpage.aspx?versionId=0eccd94b-eb48-497c-8e60-c6313f7ebb73">new messenger</a>, with VoIP integrated and ability to call for any fixed line in world; and <a href="http://www.techcrunch.com/2005/11/02/office-live-will-be-huge-productivity-tool/">Office Live</a>, which is <b>not</b> an online version of Office, but a set of free, ad supported, productivity business tools;<br /><br /><li><a href="http://blogs.zdnet.com/web2explorer/?p=47&part=rss&tag=feed&subj=zdblog">Sun announces services to convert Microsoft Office docs to Open Office compatible format</a>. There is nothing special with this announcement, Sun is following the OpenOffice path. The thing is, this is a service to be offer by <a href="http://www.sun.com/service/sungrid/">Sun Grid Utility</a>, which is Sun's vision of the future, "the network is the computer". Or in other words, applications will be web based, all you need on your side is a browser and a web server running in our PC for local access to information, as <a href="http://www.kottke.org/05/08/googleos-webos">stated by Jason Kottke</a>;<br /><br /><li>Google has filed a <a href="http://appft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PG01&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.html&r=1&f=G&l=50&s1=%2220050240580%22.PGNR.&OS=DN/20050240580&RS=DN/20050240580">patent </a> to serve search results based on user profiles. That means that Google will start to work on all the information they have about us, like what are we searching for, what are the websites we visit most, and what are our social networks. It's a good idea to have Google showing me the links I care most, but this arise a lot of privacy concerns. For a peek on where this could lead us, watch <a href="http://www.robinsloan.com/epic/">epic</a>.<br /></ul>]]></description><link>https://joaobordalo.com/articles/2005/11/04/the-future-is-sooner-than-we-expected</link><pubDate>Fri, 04 Nov 2005 09:41:00 GMT</pubDate></item><item><title><![CDATA[Network neutrality]]></title><description><![CDATA[Tuesday, I read on <a href="http://arstechnica.com/news.ars/post/20051031-5498.html">ArsTechnica about SBC's CEO Edward Withacre interview</a> on BusinessWeek, where he declares, and I quote:<br /><blockquote><br /> <b>How concerned are you about Internet upstarts like Google (GOOG ), MSN, Vonage, and others?</b><br><br /> How do you think they're going to get to customers? Through a broadband pipe. Cable companies have them. We have them. Now what they would like to do is use my pipes free, but I ain't going to let them do that because we have spent this capital and we have to have a return on it. So there's going to have to be some mechanism for these people who use these pipes to pay for the portion they're using. Why should they be allowed to use my pipes?<br><br /> The Internet can't be free in that sense, because we and the cable companies have made an investment and for a Google or Yahoo! (YHOO ) or Vonage or anybody to expect to use these pipes [for] free is nuts!<br /></blockquote><br />This is happening because ISP made huge investments in developing broadband networks, betting in the access business, and now are realizing that the real money is some layers above: companies like <a href="http://google.com">Google</a> and <a href="http://yahoo.com">Yahoo</a>, are making huge profits, in advertising; <a href="http://skype.com">Skype</a> has a huge hype value, 'selling' free voice instant messaging, disguissed; and <a href="http://www.worldofwarcraft.com/">World of Warcraft</a>(<a href="http://en.wikipedia.org/wiki/World_of_warcraft">?</a>), with millions of players, each paying an average of 10 euros a month, must be a case study. So, ISPs want a piece of the cake.<br /><br />And the thing is, in some places, ISPs have monopolies, so they can, for instance, block all your VoIP traffic, and make you use their own product. You, as a customer, having no other broadband operator in your area, have no choice. And companies like <a href="http://narus.com/">Narus</a>, are already making money with this: Narus product, not only allows ISPs to block almost any kind of traffic, as ISPs can decide to jitter the traffic, in order to avoid any legal constraints. From <a href="http://arstechnica.com/news.ars/post/20051024-5475.html">another article from ArsTechnica</a>, the words of Jay Thomas, Nerus marketing president:<br /><blockquote><br /> &quot;But there's nothing that keeps a carrier in the United States from introducing jitter, so the quality of the conversation isn't good,&quot; Thomas says. &quot;So the user will either pay for the carrier's voice-over-Internet application, which brings revenue to the carrier, or pay the carrier for a premium service that allows Skype use to continue. You can deteriorate the service, introduce latency [audible delays in hearing the other end of the line], and also offer a premium to improve it.&quot;<br /></blockquote><br />Can ISPs do this? Or should they be network neutral? This issue is being debated in several places, like <a href="http://arstechnica.com/news.ars/post/20051031-5498.html">ArsTechnica</a> and <a href="http://www.lessig.org/blog/archives/003148.shtml">LessigBlog</a>, and there is a very interesting <a href="http://www.lessig.org/blog/archives/b_paper.pdf">paper</a> by Barbara van Schewick, which gives us an excellent economic framework for discussing the need for regulation on this matter. <br /><br />It is an important matter for managers, regulators, and people concerned with the right to free information. In my humble opinion, this issue must be regulated: the temptation to do this kind of blocking and filtering, either in a monopoly, either in a cartel, is too strong. And with no regulation, we can be going to an ISP dictatorship.]]></description><link>https://joaobordalo.com/articles/2005/11/02/network-neutrality</link><pubDate>Wed, 02 Nov 2005 09:39:00 GMT</pubDate></item><item><title><![CDATA[Lost in translation?]]></title><description><![CDATA[In 10 years, you will be able to be understood by anyone in the world. Talk to anyone in your preferred language (say English), they will listen to you in whatever language they want to (Spanish? Portuguese?), all this in real time, thanks to this <a href="http://www.pittsburghlive.com/x/tribune-review/trib/regional/s_388625.html">translation goggles</a>. A step back for the <a href="http://en.wikipedia.org/wiki/Esperanto">Esperanto</a> community, a huge step forward for <a href="http://en.wikipedia.org/wiki/Globalization">globalization</a>.]]></description><link>https://joaobordalo.com/articles/2005/10/31/lost-in-translation</link><pubDate>Mon, 31 Oct 2005 09:37:00 GMT</pubDate></item><item><title><![CDATA[Deskloops]]></title><description><![CDATA[My iMac is having video problems: my screen is scrambled. After some goggling, I found out that my iMac serial number is in the range for the <a href="http://www.apple.com/support/imac/repairextensionprogram/">Apple repair extension program</a>, so it has to be repaired. Meanwhile, back to Windows. But I surelly lack Exposé, and meanwhile, I found <a href="http://www.xilokit.com/deskloops/deskloops.html">Deskloops</a>, and my first impression is that, maybe, there are some ideas that can be taken to the next Exposé version. Apple dudes should take a look at this.]]></description><link>https://joaobordalo.com/articles/2005/10/28/deskloops</link><pubDate>Fri, 28 Oct 2005 09:36:00 GMT</pubDate></item><item><title><![CDATA[Evolution]]></title><description><![CDATA[The world is evolving, and so are human relations. Media formats will be purely digital, and distribution will be in a peer-to-peer model. Search engines will understand what I want, in plain english. But should I say 'will' or 'are'? Is the future nearer then we think?  <br /><ul><li>NTT is experimenting with <a href="http://www.cnn.com/2005/TECH/10/25/human.remote.control.ap/index.html">human remote controlling</a>. The idea is "to perhaps make video games more realistic", which can be very exciting, but having low voltage currents through my brain isn't my preferred definition of fun.<br /><br /><li><a href="http://videoegg.com">Videoegg</a> claim is "internet video publishing as simple as it ought to be like posting a photo or frying an egg". Well, I don't know, don't have the time to try it, but it seems people from <a href="http://sixapart.com"/>Six Apart</a> really like this service: the partner each other, and now you can now post video in your typepad blog, as simple as frying an egg.<br /><br /><li>How will be TV in 10 years? Well, I don't know, but <a href="http://brightcove.com/">BrightCove</a> as a really strong idea, and it makes sense. Just add mass adoption of broadband, dropping costs in video production, new reach media formats and home networks, and you have a all new economy model. <br /><br /><li>From the <a href="http://blogs.zdnet.com/web2explorer/?p=40&part=rss&tag=feed&subj=zdblog">web2explorer</a> blog, I found this "more-than-a-search-engine" technology, ePrecis. Read the post, and then try and throw some sentences to the <a href="http://eprecis.com/">text box</a><br /></ul>]]></description><link>https://joaobordalo.com/articles/2005/10/27/evolution</link><pubDate>Thu, 27 Oct 2005 09:34:00 GMT</pubDate></item><item><title><![CDATA[Data stored in your browser]]></title><description><![CDATA[Back in the late 90's, I had this really crazy ideia of having data stored in the browsers of our web site viewers. We run against a lot of technical problems, so we had to cancel the whole deal. But today I found someone with the same levels of insanity (thank god i'm not alone) and definitely, a best programmer: combining <a href="http://codinginparadise.org/projects/storage/README.html">AMASS</a> with the <a href="http://trimpath.com/project/wiki/TrimQuery">TrimQuery</a> SQL engine, he is able to <a href="http://www.sysbotz.com/articles/jsdb/index.htm">store full SQL</a> tables in your browser cache. Could this be the driver for new AJAX applications?]]></description><link>https://joaobordalo.com/articles/2005/10/25/data-stored-in-your-browser</link><pubDate>Tue, 25 Oct 2005 09:33:00 GMT</pubDate></item><item><title><![CDATA[We share your pain]]></title><description><![CDATA[From <a href="http://simplicidade.org/notes">Melo</a>, an amazing parody on a new Microsoft program aimed to lower the number of bugs in their applications. Watch the <a href="mms://a3.v14853d.c14853.g.vm.akamaistream.net/5/3/14853/v003/1a1a1a72db3eb01f920167db4fb41745a9188ffd69d8399dcb2c97f865c62f5dc02f9ccbfc30689dd0ff6cdf44bc2c5bc83ba01888b7fc356ea7e0/9999_w.asf">video</a>, served from Akamai.]]></description><link>https://joaobordalo.com/articles/2005/10/20/we-share-your-pain</link><pubDate>Thu, 20 Oct 2005 09:30:00 GMT</pubDate></item><item><title><![CDATA[George W. Bush sings U2]]></title><description><![CDATA[In an amazing audio copy & paste exercise, rx creates new versions of well known musics, all "singed" by George W. Bush. His website is <a href="http://www.thepartyparty.com/">here</a> and my favorite music is "<a href="http://media2.audiostreet.net/playsong.m3u?mode=StreamLo&song=B5FE87B6AB8C442AB6AAB43092F2CFD1">Sunday Bloody Sunday</a>" from U2. What's yours?]]></description><link>https://joaobordalo.com/articles/2005/10/17/george-w-bush-sings-u2</link><pubDate>Mon, 17 Oct 2005 09:29:00 GMT</pubDate></item><item><title><![CDATA[Nuno Markl]]></title><description><![CDATA[I was exploring this <a href="http://www.lifehacker.com/software/delicious/subscribe-to-free-delicious-video-in-itunes-130752.php">post</a> from <a href="http://www.lifehacker.com/">lifehacker</a> titled "Subscribe to free, del.icio.us videos in iTunes", and, while on that, decided to go to the podcast directory from iTunes. For my surprise (and pride), "Ha vida em Markl" was in the top of the list, which is amazing for a portuguese podcast, even if it is from <a href="http://www.nunomarkl.tv/">Nuno Markl</a>. Thumbs up Nuno.]]></description><link>https://joaobordalo.com/articles/2005/10/17/nuno-markl</link><pubDate>Mon, 17 Oct 2005 09:28:00 GMT</pubDate></item><item><title><![CDATA[DVD 2 H.264]]></title><description><![CDATA[Some of my friends had forked some months ago, and their descendants seems to really like DVDs. The problems is, besides loving to watch them, the kids really love to bite the discs, so, all the Noody and Nemo DVDs are getting quite disgusting. To fight this, my friends decided to think on a how to rip DVDs and store it in H.264 format. <br /><br />Simple? Well, it looks like, the thing is, in total, we are talking of more than 1.000 DVDs, which can take a loooong time. So, they started to think on a distributed system that could offload the work to a network of computers attached to the Internet, each one contributing with spare cpu cycles, to do the job, which is pretty cool.<br /><br />Meanwhile, I've found this application (Mac OS X and Be OS only) that can rip a DVD (even if encrypted) and store it in mp4 or h.264. It's called <a href="http://handbrake.m0k.org/">HandBrake</a>, and his telling me that "Bowling for Columbine" will take 6h30m (!) to be completed. Come on boys, we definitly need that distributed network!]]></description><link>https://joaobordalo.com/articles/2005/10/17/dvd-2-h-264</link><pubDate>Mon, 17 Oct 2005 09:26:00 GMT</pubDate></item><item><title><![CDATA[Prince of Persia]]></title><description><![CDATA[Following the game webification path, found <a href="http://www.gamespot.com/promos/princeofpersia-game/flash/">Prince of Persia</a> in flash.]]></description><link>https://joaobordalo.com/articles/2005/10/16/prince-of-persia</link><pubDate>Sun, 16 Oct 2005 09:25:00 GMT</pubDate></item><item><title><![CDATA[Things you can do with gmail]]></title><description><![CDATA[You can use Gmail to do a lot of other things besides reading (and storing) your mail. You can use it to:<br /><ul><li>manage a todo list;<br /><li>find information on RSS feeds;<br /><li>find torrents;<br /><li>use it as a notepad;<br /><li>filter spam;<br /><li>storage a photo gallery.<br /></ul>Learn <a href="http://www.extremetech.com/article2/0,1697,1871092,00.asp">here</a> how to do all that.]]></description><link>https://joaobordalo.com/articles/2005/10/14/things-you-can-do-with-gmail</link><pubDate>Fri, 14 Oct 2005 07:35:00 GMT</pubDate></item><item><title><![CDATA[Wolfenstein 3D]]></title><description><![CDATA[In this webification world, old games are rising from the grave. This time, it's <a href="http://www.symphonyplanet.com/glenrhodes/wolf/myRay.html">Wolfenstein</a> dressed in flash.A month ago, was a bunch of <a href="http://www.funnygames.nl/games/denk/2399_popup.html">lemmings</a> running in dhtml trousers.]]></description><link>https://joaobordalo.com/articles/2005/10/14/wolfenstein-3d</link><pubDate>Fri, 14 Oct 2005 07:33:00 GMT</pubDate></item><item><title><![CDATA[Google wallet]]></title><description><![CDATA[Last 20 of June, the Wall Street Journal wrote about <a href="http://online.wsj.com/public/article/SB111905141149263168-uKFxsKiPCrP8NxCA_lJid2X_3FM_20050718.html?mod=blogs">Google plan to launch a electronic payment service</a>. Today, i found <a href="http://www.webmasterbrain.com/seo-news/google-news/exclusive-google-purchases-signup-page-discovered/">this page</a>. The story behind this page is: last week, Tony Ruscoe decided to probe for working Google subdomains and <a href="http://ruscoe.net/blog/2005/10/google-subdomains.asp">found a few</a>. One with high interest was purchase.google.com, so webmasterbrain.com decided to take a deep look into it, and <a href="http://www.webmasterbrain.com/seo-news/google-news/exclusive-google-purchases-signup-page-discovered/">here</a> are their discoveries (they even have a <a href="http://img437.imageshack.us/img437/4166/googlepurchases8af.jpg">screenshot</a>).   It seems Google is building a paypal competitor, isn't it?]]></description><link>https://joaobordalo.com/articles/2005/10/12/google-wallet</link><pubDate>Wed, 12 Oct 2005 07:32:00 GMT</pubDate></item><item><title><![CDATA[If your cable tv crashes...]]></title><description><![CDATA[This weekend my cable tv decided to not work anymore, so i had to re-invent my entertainment definition. For a couple of weeks now, i have my adsl link up and running, so i decided to make some web digging and see what was there for me. And here are the results: if you want to watch live tv channels from all over the world (+100), try <a href="http://www.beelinetv.com/">BeelineTV</a>; to the ones who like short funny movies, try <a href="http://www.darlugo.com/">darlugo</a>, <a href="http://www.truveo.com"/>truveo</a> or <a href="http://video.google.com/">google video</a>; if you want to watch some old movies or tv series (remember Flash Gordon?) you can always take a peek at <a href="http://emol.org/movies/">Emol</a> and download some, since they are copyright free; and if don't give a damn to copyright, and don't care for video quality, go to <a href="http://www.divxcrawler.com/">divxcrawler</a> and download some of last month blockbusters. After this, who needs cable tv after all?<br /><br /><b>Update:</b> my cable tv is up again, so i will be able to watch the soccer game tonight. Yes, there's a reason to have cable tv, after all.<br /><br /><b>Update2:</b> just found a post <a href="http://www.deny.de/ghacks/?p=13">here</a> on using Google to find for open index webpages with movies. Just click <a href="http://www.google.com/search?q=-inurl%3Ahtm+-inurl%3Ahtml+-inurl%3Aphp+intitle%3A%E2%80%9Dindex+of%E2%80%9D+%28mpg%7Cavi%7Cwmv%29&start=0&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-US:official">here</a> to see some results provided by Google.]]></description><link>https://joaobordalo.com/articles/2005/10/12/if-your-cable-tv-crashes</link><pubDate>Wed, 12 Oct 2005 07:31:00 GMT</pubDate></item><item><title><![CDATA[Meanwhile, in the IM world...]]></title><description><![CDATA[<a href="http://www.betanews.com/article/Microsoft_Yahoo_to_Link_IM_Networks/1129075667">BetaNews</a> as a rumour about Microsoft and Yahoo linking their IM networks. The main reason to do that seems to be the ever growing threat from voice chats, like Skype, which, by the way, as a new wireless voice handset by Linksys, the <a href="http://deviceforge.com/news/NS4571213183.html">CIT2000</a>. In my personal opinion, in order to survive, all IM networks will have to connect to each other, so this decision is only one more step to the inevitable.]]></description><link>https://joaobordalo.com/articles/2005/10/12/meanwhile-in-the-im-world</link><pubDate>Wed, 12 Oct 2005 07:30:00 GMT</pubDate></item><item><title><![CDATA[Visual tour]]></title><description><![CDATA[Today, is all about visual:<br />1) from a study on biological motion patterns, play with the sliders <a href="http://www.biomotionlab.ca/Demos/BMLwalker.html">here</a> and try to guess who's walking; <br />2) adverstising companies should take a look at the <a href="http://www.io2technology.com/technology/images">heliodisplay</a>, it can really boost any old billboard; <br />3) a truly "fingertips" experience with this new computer interface, TactaPad, and since i'm only linking to visual experiences, watch the demos where <a href="http://tactiva.com/tactapadintromoviesmall.html">one interacts with a Mac</a>, and where <a href="http://tactiva.com/tactadrawmoviesmall.html">one makes some drawings</a>; <br />4) and finally, a <a href="http://www.ifizzle.com/ifizzlepb.html">personal site</a> which looks exactly as is owner powerbook (requires flash player 8).]]></description><link>https://joaobordalo.com/articles/2005/10/09/visual-tour</link><pubDate>Sun, 09 Oct 2005 07:28:00 GMT</pubDate></item><item><title><![CDATA[Google reader]]></title><description><![CDATA[I've just noticed Google <a href="http://www.google.com/reader">Reader</a>, so I decided to give it a try. First step, export my <a href="http://www.bloglines.com/public/bordalix">blogroll</a> from <a href="http://www.bloglines.com/">Bloglines</a>: 20 seconds. Second step, import it to Google Reader. It's not working with Safari, and seems to do nothing with Firefox. Bahhh, it's friday night, I'm going for a beer.]]></description><link>https://joaobordalo.com/articles/2005/10/07/google-reader</link><pubDate>Fri, 07 Oct 2005 07:27:00 GMT</pubDate></item><item><title><![CDATA[P2P counter attack]]></title><description><![CDATA[After losing the <a href="http://alinobairro.blogspot.com/2005/09/edonkey-is-closing.html">eDonkey</a> battle, the P2P community responds with:<br /><br />  <li>the revamp of suprnova.org; the same code and layout, but a new owner and a new name, <a href="http://www.newnova.org">newnova.org</a><br />  <li>a huge <a href="http://isohunt.com/stats.php?mode=btSites">index</a> of BitTorrent sites at <a href="http://www.isohunt.com">isoHunt.com</a><br />  <li>and mixing <a href="http://www.bittorrent.com">BitTorrent</a> and the <a href="http://www.l2p,net">l2p</a> network, a fully <a href="http://www.gotroot.com/tiki-read_article.php?articleId=195">anonymous P2P</a><br /><br />1-1, I would say...]]></description><link>https://joaobordalo.com/articles/2005/10/07/p2p-counter-attack</link><pubDate>Fri, 07 Oct 2005 07:26:00 GMT</pubDate></item><item><title><![CDATA[Web office]]></title><description><![CDATA[After the rumor of a browser-based office application suite by Google and Sun resulted in nothing, let me point you the browser-based office application suite by <a href="http://www.thinkfree.com"/>ThinkFree</a>.]]></description><link>https://joaobordalo.com/articles/2005/10/06/web-office</link><pubDate>Thu, 06 Oct 2005 07:25:00 GMT</pubDate></item><item><title><![CDATA[Mail storage war, again]]></title><description><![CDATA[So, we have <a href="http://gmail.com/">gmail</a> with is "growing every second" mail storage capacity (aproximetly 2.5 GB). Yesterday, I found <a href="http://30gigs.com">30gigs.com</a>, a invite only free 30 GB mail capacity service. And when I was almost bloging about it, the heavy height contender debuted: the first TB (as in Tera Bytes, as in 1024 Giga Bytes) free(!) mail service, <a href="http://mailnation.net">mailnation.net</a>.]]></description><link>https://joaobordalo.com/articles/2005/10/02/mail-storage-war-again</link><pubDate>Sun, 02 Oct 2005 07:23:00 GMT</pubDate></item><item><title><![CDATA[eDonkey is closing]]></title><description><![CDATA[Seems like RIAA is going to win another battle, <a href="http://www.slyck.com/news.php?story=931">closing the p2p eDonkey network</a>. In a testimony at a U.S. Senate Judiciary Hearing on the future of P2P, MetaMachine president Sam Yagan <a href="http://www.slyck.com/forums/viewtopic.php?t=14518">said</a> his company (owner of the eDonkey network) was throwing in the towel.<br /><br />The battle is lost, but the war continues: <a href="http://en.wikipedia.org/wiki/EDonkey_network">eDonkey</a> is a server based p2p network, so all you need to shut it off is going for the servers. eDonkey is the most used p2p network, as stated by <a href="http://www.slyck.com/stats.php">Slyck</a>, so this decision seems to be a huge drawback in the war. <br /><br />But if we look at the remaining networks, like <a href="http://en.wikipedia.org/wiki/FastTrack">FastTrack</a>, <a href="http://en.wikipedia.org/wiki/Gnutella">Gnutella</a> or <a href="http://en.wikipedia.org/wiki/Bittorrent">BitTorrent</a>, they all share the "no servers, use supernodes instead" implementation, there is, the supernode functionality is built into the client; if a powerful computer with a fast network connection runs the client software, it will automatically become a supernode, effectively acting as a temporary indexing server for other, slower clients. <br /><br />And since supernodes come and go, all over the IP space, like digital mushroms, they are much harder to identify and shut down. So, light infantry is down, but we still have tanks and planes for the next battle.]]></description><link>https://joaobordalo.com/articles/2005/09/29/edonkey-is-closing</link><pubDate>Thu, 29 Sep 2005 07:22:00 GMT</pubDate></item><item><title><![CDATA[Mashups]]></title><description><![CDATA[I heard this term for the first time last week in Boston. I understood "sites that use two or more external sources to provide a new service". The first reference was <a href="http://www.mappr.com/">Mappr</a>, which uses Google Maps and Flickr APIs to geographically organize Flickr photos. But mashups are more than this, they have a huge fun potencial, as stated by this Zdnet's <a href="http://blogs.zdnet.com/web2explorer/?p=16">post</a>.<br /><br /><b>Update:</b> While thinking on the subject, I decided to make my first movie mashup: five pixar movies and a soundtrack, and you have it, an all new video clip for <a href="http://media.putfile.com/Pixar">Birds of Prey</a> by Fat Boy Slim. While you wait for the download (6MB for a 6m49s clip) you can take a look at the <a href="http://www.programmableweb.com/matrix">Web 2.0 Mashup Matrix</a>.]]></description><link>https://joaobordalo.com/articles/2005/09/28/mashups</link><pubDate>Wed, 28 Sep 2005 07:21:00 GMT</pubDate></item><item><title><![CDATA[Identity 2.0]]></title><description><![CDATA[An astonishing presentation from Sxip CEO Dick Hardt, about Identity 2.0. Very well contextualized within the <a href="http://web2.wsj2.com/visualizingweb20.htm">Web 2.0 vision</a>, and with great style (marketeers should also take a peek for new presentation ideas). If you have 15 minutes and 13 seconds (plus download time) watch it <a href="http://www.identity20.com/media/OSCON2005/">here</a>.]]></description><link>https://joaobordalo.com/articles/2005/09/28/identity-2-0</link><pubDate>Wed, 28 Sep 2005 07:19:00 GMT</pubDate></item><item><title><![CDATA[Another step to the WebOS]]></title><description><![CDATA[AIM, ICQ, MSN e Yahoo in a web browser near by with <a href="http://www.meebo.com/">meebo</a>.]]></description><link>https://joaobordalo.com/articles/2005/09/16/another-step-to-the-webos</link><pubDate>Fri, 16 Sep 2005 07:17:00 GMT</pubDate></item><item><title><![CDATA[Go fetch!]]></title><description><![CDATA[Today, Google released is <a href="http://www.google.com/blogsearch">blog search</a> service. It's a clean and useful service, and it was very funny for me to read other people references to my posts: i don't have trackbacks.<br /><br />Meanwhile, a startup debuted in cyberspace today: <a href="http://www.truveo.com/">truveo</a>. They claim to have a technology which allows them to visual crawl through the Internet. Or, in more dumb words, they have crwalers able to watch movies and other visual content in the Internet, and categorized it. The few experiences I made resulted in impressive results. Try it yourself:<br /><!-- Search Truveo --><br /><FORM method=GET action="http://www.truveo.com/search.php"><TABLE bgcolor="#FFFFFF"><tr><td><INPUT type=text name=q size=32 maxlength=255 value="tiger woods"><INPUT type=submit name=btnT value="Truveo Search"><br /></td></tr></TABLE></FORM><br /><!-- Search Truveo -->]]></description><link>https://joaobordalo.com/articles/2005/09/14/go-fetch</link><pubDate>Wed, 14 Sep 2005 07:16:00 GMT</pubDate></item><item><title><![CDATA[Apple tips]]></title><description><![CDATA[Ever got stucked with a bootable CD in your Mac, unable to eject it, and wondering what the hell are you going to do now? Just press (and hold) your mouse button when booting, all media will be ejected. This and a lot more tricks in the <a href="http://davespicks.com/writing/programming/mackeys.html">Magical Macintosh Key Sequences</a><br /><li>Does .mac worth the money you pay for it? Well, this guy thinks not, so he replace it!! Read <a href="http://www.tnpi.biz/computing/mac/tips/idisk/">this</a> and learn how to do it yourself<br /><li>If you live in Portugal (like me), you will have to wait a lot for the iPod nano. Meanwhile, why not do one yourself? <a href="http://homepage.mac.com/pockyrevolution/ipod_nano_origami.html">Read the instructions</a>, print, cut and fold, and sing your favorite song]]></description><link>https://joaobordalo.com/articles/2005/09/13/apple-tips</link><pubDate>Tue, 13 Sep 2005 07:13:00 GMT</pubDate></item><item><title><![CDATA[Lemmings]]></title><description><![CDATA[If you have work to do, don't go to this <a href="http://www.funnygames.nl/games/denk/2399_popup.html">link</a>. You have been warned.]]></description><link>https://joaobordalo.com/articles/2005/09/12/lemmings</link><pubDate>Mon, 12 Sep 2005 07:12:00 GMT</pubDate></item><item><title><![CDATA[iPod flea]]></title><description><![CDATA[One word to caracterize <a href="http://tulis.dsinet.org/misc/iFlea.wmv">this</a>: brilliant!]]></description><link>https://joaobordalo.com/articles/2005/09/08/ipod-flea</link><pubDate>Thu, 08 Sep 2005 07:12:00 GMT</pubDate></item><item><title><![CDATA[It's now easier to buy porn]]></title><description><![CDATA[original article <a href="http://www.shareholder.com/paypal/releaseDetail.cfm?ReleaseID=171765&Category=US">here</a>, bold it's my contribution to it:<br /><br />PayPal, the global online payment service <b>(is Visa and Google sleeping on the job?)</b>, today announced new micropayments processing fees for digital goods. The new pricing will provide merchants <b>(read porn site owners)</b> with a more affordable way to process payments for low-cost digital content such as video games <b>(read porn films)</b>, online greeting cards, news articles, mobile phone content and digital music. PayPal's micropayments pricing is designed to give customers the convenience of a-la-carte purchases <b>(read porn a-la-carte)</b>, such as 99-cent downloadable ringtones <b>(read porn movies)</b>, without having to sign up for annual subscriptions <b>(no one needs to know you love porn)</b> or pre-funded payment accounts <b>(porn when you want, no need to pre-pay it)</b>.]]></description><link>https://joaobordalo.com/articles/2005/09/08/its-now-easier-to-buy-porn</link><pubDate>Thu, 08 Sep 2005 07:10:00 GMT</pubDate></item><item><title><![CDATA[Apple quickies]]></title><description><![CDATA[So, yesterday Apple announced:<br /><ul><br /><li>the iTunes <a href="http://www.apple.com/itunes/mobile/">phone</a>, nothing new, since SonyEricsson did it <a href="http://www.sonyericsson.com/spg.jsp?cc=global&lc=en&amp;amp;amp;ver=4001&template=pc3_1_1&amp;zone=pc&lm=pc3_1&amp;prid=2973">previously</a>. And the fact of beeing iTunes vs Other Music Store maybe not an advantage after all, since operators are denying to buy the iTunes Phone: they want a peace of the cake in the music market. Let's wait and see what the future reserves to us;<br /><li>iTunes 5, with some really neat <a href="http://www.apple.com/itunes/">new features</a>. Still have to install and try it;<br /><li>iPod nano, with one of the best claims ever: <a href="http://www.apple.com/ipodnano/">impossibly small</a>.<br /></ul>]]></description><link>https://joaobordalo.com/articles/2005/09/04/apple-quickies</link><pubDate>Sun, 04 Sep 2005 07:09:00 GMT</pubDate></item><item><title><![CDATA[A new PDA]]></title><description><![CDATA[I'm using the <a href="http://merlin.blogs.com/43folders/2004/09/introducing_the.html">Hipster PDA</a> from some time now, with very good results. Today I found <a href="http://www.pocketmod.com/">this</a>. Tomorrow I will have a printer, will try it.<br /><b>Update:</b> It works like a charm, and <a href="http://www.diyplanner.com/">here</a> you can get even more ideas]]></description><link>https://joaobordalo.com/articles/2005/09/04/a-new-pda</link><pubDate>Sun, 04 Sep 2005 07:08:00 GMT</pubDate></item><item><title><![CDATA[Frei Internet in dam haus]]></title><description><![CDATA[Deutsche Telekom will roll out  a fiber  to the curve network, allowing for 50 Mbps connections at home. And if you think that's all, what about a 6 week free trial at 25 Mbps? Maybe now is a good time to learn some german. More <a href="http://digital-lifestyles.info/display_page.asp?section=distribution&amp;id=2524">here</a>.]]></description><link>https://joaobordalo.com/articles/2005/09/02/frei-internet-in-dam-haus</link><pubDate>Fri, 02 Sep 2005 07:07:00 GMT</pubDate></item><item><title><![CDATA[Have a mac mini? Need more disk space?]]></title><description><![CDATA[Just stack one if <a href="http://www.engadget.com/entry/1234000197056958/">this</a> below the mini and you get extra 250 GB of disk capacity. It's beautiful, and so well integrated, that your wife will never notice you spent even more money with your hobbie.]]></description><link>https://joaobordalo.com/articles/2005/09/01/have-a-mac-mini-need-more-disk-space</link><pubDate>Thu, 01 Sep 2005 07:05:00 GMT</pubDate></item><item><title><![CDATA[Place your bet]]></title><description><![CDATA[Everyone is talking about next week (Sept. 7) <a href="http://www.macrumors.com/pages/2005/08/20050829163311.shtml">Apple announcement</a>, but no one really knows what is all about. Please take your chances:<br /><br />a) iPod video with iTunes Music Store selling video clips;<br />b) switching iPod Mini to a flash-based technology;<br />c) flash-based larger-capacity Shuffles;<br />d) a totally new category of devices;<br />e) the Motorola iTunes phone;<br />f) a mobile OS.]]></description><link>https://joaobordalo.com/articles/2005/08/30/place-your-bet</link><pubDate>Tue, 30 Aug 2005 07:03:00 GMT</pubDate></item><item><title><![CDATA[WebOS?]]></title><description><![CDATA[Could <a href="http://www.kottke.org/05/08/googleos-webos">this</a> be the future of the Internet? Well, I thing it is, what about you?]]></description><link>https://joaobordalo.com/articles/2005/08/29/webos</link><pubDate>Mon, 29 Aug 2005 07:01:00 GMT</pubDate></item><item><title><![CDATA[Google Talk]]></title><description><![CDATA[Everyone is talking about it. Some guys even had the courage to dissect it, like <a href="http://www.simplicidade.org/notes/">Pedro</a> and <a href="http://celso.arrifana.org/">Celso</a> did. <br /><br />I choose the user perspective, so I downloaded the client, install it, and then... well... then nothing: there is no one to talk to, there are no smileys, emoticons or shaking windows, no sex appeal. Ok, I can see my gmail contacts there, but hey, they already have a IM (MSN, Yahoo or ICQ), 90% don't have a gmail account, and they don't understand a nut about Internet, they just use it. Finnaly, the voice quality is worst than others, like Skype and VoIP Buster, so, <b>there is no reason at all for me to change to Google talk</b>.<br /><br />Guys, in the IM world, people don't care about technicalities. What they really want are those sissie features like a big face showing you the tongue, huge lips or annoying shaking windows. A success IM client must be specified by a marketing department, engineers don't have the skills to do it.<br /><br />Remember Ericsson phones before the Sony joint venture: they were very good, robust and reliable, but ugly as hell. They were designed by engineers, for engineers. Market share, minimum. Now, add an excelent marketing department, some sissie colors and functionalities, and you get SonyEricsson. Do I need to say anything else?]]></description><link>https://joaobordalo.com/articles/2005/08/24/google-talk</link><pubDate>Wed, 24 Aug 2005 07:00:00 GMT</pubDate></item><item><title><![CDATA[Smileware]]></title><description><![CDATA[Please take a peek at <a href="http://voo2do.com/">Voo2do</a>, a simple, beatiful to-do lists, with an amazing license: "if you like it, smile at a stranger today". Already done it, felt good.]]></description><link>https://joaobordalo.com/articles/2005/08/18/smileware</link><pubDate>Thu, 18 Aug 2005 06:59:00 GMT</pubDate></item><item><title><![CDATA[WiFi from Google]]></title><description><![CDATA[Business 2.0 is saying that <a href="http://www.business2.com/b2/web/articles/0,17863,1093558-1,00.html">Google will give free Wi-Fi access to everyone in the EUA</a>. The money is in targeting advertising to a user's precise location, and in saving some million dollars per month in interconnection fees. So, Google is giving amazing search capabilities (with is search engine), advertising for everyone (with AdSense), huge storage capacity (with Gmail), and now, going down the OSI layer, access to everyone. Should we change the name from Internet to GoogleNet?]]></description><link>https://joaobordalo.com/articles/2005/08/18/wifi-from-google</link><pubDate>Thu, 18 Aug 2005 06:58:00 GMT</pubDate></item><item><title><![CDATA[After the mouse, the keyboard]]></title><description><![CDATA[Or should i say the <a href="http://www.ikeyinfinity.com/">iKeyTypePro</a>? Debut in first quarter 2006 (earlier then the Vista thing)]]></description><link>https://joaobordalo.com/articles/2005/08/03/after-the-mouse-the-keyboard</link><pubDate>Wed, 03 Aug 2005 06:55:00 GMT</pubDate></item><item><title><![CDATA[Windows Vista only in Q4 2006]]></title><description><![CDATA[Why all the buzz for something that will only be <a href="http://arstechnica.com/news.ars/post/20050730-5151.html">ready in 15 months</a>? In my home town we call this vaporware...]]></description><link>https://joaobordalo.com/articles/2005/08/03/windows-vista-only-in-q4-2006</link><pubDate>Wed, 03 Aug 2005 06:54:00 GMT</pubDate></item><item><title><![CDATA[Do you usually use ebay?]]></title><description><![CDATA[Are you sure? Please read the following <a href="http://www.macworld.com/news/2005/08/02/phishers/index.php?lsrc=mwrss">article</a> and remember, as your mother told you, never click anything unless you're certain is clean.]]></description><link>https://joaobordalo.com/articles/2005/08/02/do-you-usually-use-ebay</link><pubDate>Tue, 02 Aug 2005 06:53:00 GMT</pubDate></item><item><title><![CDATA[Two wonderful gadgets]]></title><description><![CDATA[From <a href="http://www.livejournal.com/users/pfig/36089.html">Pedro</a>, Apple re-invented the <a href="http://www.apple.com/mightymouse/">mouse</a>. And from <a href="http://the.taoofmac.com/space/blog/2005-08-01">Rui</a>, a "wear in the ear" <a href="http://www.humanbeans.net/hearwear/">goldfish</a> that give you a second chance.]]></description><link>https://joaobordalo.com/articles/2005/08/02/two-wonderful-gadgets</link><pubDate>Tue, 02 Aug 2005 06:52:00 GMT</pubDate></item><item><title><![CDATA[Euro english]]></title><description><![CDATA[The European Commission has just announced an agreement whereby English will be the official language of the European Union rather than German, which was the other possibility.<br /><br />As part of the negotiations, the British Government conceded that English spelling had some room for improvement and has accepted a 5- year phase-in plan that would become known as "Euro-English".<br /><br />In the first year, "s" will replace the soft "c". Sertainly, this will make the sivil servants jump with joy. The hard "c" will be dropped in favour of "k". This should klear up konfusion, and keyboards kan have one less letter.<br /><br />There will be growing publik enthusiasm in the sekond year when the troublesome "ph" will be replaced with "f". This will make words like fotograf 20% shorter.<br /><br />In the 3rd year, publik akseptanse of the new spelling kan be expekted to reach the stage where more komplikated changes are possible. Governments will enkourage the removal of double letters which have always ben a deterent to akurate speling. Also, al wil agre that the horibl mes of the silent "e" in the languag is disgrasful and it should go away.<br /><br />By the 4th yer people wil be reseptiv to steps such as replasing "th" with "z" and "w" with "v".<br /><br />During ze fifz yer, ze unesesary "o" kan be dropd from vords kontaining "ou" and after ziz fifz yer, ve vil hav a reil sensibl riten styl.<br /><br />Zer vil be no mor trubl or difikultis and evrivun vil find it ezi tu understand ech oza. Ze drem of a united urop vil finali kum tru.<br /><br />Und efter ze fifz yer, ve vil al be speking German like zey vunted in ze forst plas.<br /><br />If zis mad you smil, pleas pas on to oza pepl]]></description><link>https://joaobordalo.com/articles/2005/08/02/euro-english</link><pubDate>Tue, 02 Aug 2005 06:50:00 GMT</pubDate></item><item><title><![CDATA[Bodyware]]></title><description><![CDATA[There is software, there is hardware, and some guys <a href="http://www.theapplecollection.com/Collection/objects/tattoo.shtml">bodyware</a> there favorite operating system.]]></description><link>https://joaobordalo.com/articles/2005/07/30/bodyware</link><pubDate>Sat, 30 Jul 2005 06:48:00 GMT</pubDate></item><item><title><![CDATA[Doom trailer]]></title><description><![CDATA[Do I need to say <a href="http://media.filmforce.ign.com/media/490/490104/vids_1.html">more</a>?]]></description><link>https://joaobordalo.com/articles/2005/07/29/doom-trailer</link><pubDate>Fri, 29 Jul 2005 06:47:00 GMT</pubDate></item><item><title><![CDATA[Where is the Apple]]></title><description><![CDATA[First, Google launched Google Earth. Then, Microsoft launched MSN Virtual Earth. Are there any differences? Well yes, if you work at Apple HQ. Take a peek at Google picture <a href="http://maps.google.com/maps?ll=37.332307,-122.030103&spn=0.005924,0.010131&t=k&hl=en">here</a>,  and Microsoft's <a href="http://virtualearth.msn.com/default.aspx?ss=apple&cp=37.333411-122.029708&style=h&lvl=17&v=1">here</a>.]]></description><link>https://joaobordalo.com/articles/2005/07/25/where-is-the-apple</link><pubDate>Mon, 25 Jul 2005 06:46:00 GMT</pubDate></item><item><title><![CDATA[Bash war on terror]]></title><description><![CDATA[If you know what a Bourne Shell is, care about Middle Eastern politics, and have a sense of humor, you will enjoy <a href="http://blogs.sun.com/roller/page/ThinGuy?entry=the_war_on_terror_as">this</a>.]]></description><link>https://joaobordalo.com/articles/2005/07/24/bash-war-on-terror</link><pubDate>Sun, 24 Jul 2005 06:44:00 GMT</pubDate></item><item><title><![CDATA[Phoney Teleconomics]]></title><description><![CDATA[An interesting <a href="http://www.telepocalypse.net/archives/000732.html">view</a> of how will be the future of telecomunication economics: based on presence management.]]></description><link>https://joaobordalo.com/articles/2005/07/23/phoney-teleconomics</link><pubDate>Sat, 23 Jul 2005 06:42:00 GMT</pubDate></item><item><title><![CDATA[Windows Vista]]></title><description><![CDATA[Answers.com <a href="http://www.answers.com/vista&r=67">definition</a> for Vista: A distant view or prospect, especially one seen through an opening, as between rows of buildings or trees. I think the key word here is <b>distant</b>. Window Vista site <a href="http://www.microsoft.com/windowsvista/">here</a>.]]></description><link>https://joaobordalo.com/articles/2005/07/23/windows-vista</link><pubDate>Sat, 23 Jul 2005 06:41:00 GMT</pubDate></item><item><title><![CDATA[The Chinese People's money]]></title><description><![CDATA[<ul><li>People's Bank of China establishes the Renminbi, or people's money, in December 1948. The currency is more commonly called the yuan.<br /><li>The yuan is fixed at 2.42 to the dollar from 1953 to 1972 - the height of China's Soviet-style planned economy.<br /><li>China introduces a dual track currency system. The yuan is maintained for domestic use only, while foreigners are required to use foreign exchange certificates.<br /><li>China adopts current account convertibility in 1996. The yuan trades in a narrow band of 8.28 to the dollar<br /><li>July 2005: China announces a shake-up in the way it values its currency. It ditches the dollar peg in favour of a basket of currencies.<br /></ul>At this moment, trades at 8.11, but now it can vary, which is good, I guess...]]></description><link>https://joaobordalo.com/articles/2005/07/21/the-chinese-peoples-money</link><pubDate>Thu, 21 Jul 2005 06:38:00 GMT</pubDate></item><item><title><![CDATA[How can porn boost eCommerce?]]></title><description><![CDATA[By offering a huge market to Google, in trade for <a href="http://www.wired.com/news/ebiz/0,1272,68129,00.html">PornPal</a>]]></description><link>https://joaobordalo.com/articles/2005/07/21/how-can-porn-boost-ecommerce</link><pubDate>Thu, 21 Jul 2005 06:36:00 GMT</pubDate></item><item><title><![CDATA[Browser marketshare]]></title><description><![CDATA[IE: 86.56%, Firefox: 8.71%, Safari: 1.93%, Netscape: 1.55%, Opera: 0.59%.Firefox will reach 10% until the end of August, wanna bet?Original article <a href="http://www.computerworld.com/softwaretopics/software/story/0,10801,103212,00.html">here</a>.]]></description><link>https://joaobordalo.com/articles/2005/07/21/browser-marketshare</link><pubDate>Thu, 21 Jul 2005 06:34:00 GMT</pubDate></item><item><title><![CDATA[Can spam filters play chess?]]></title><description><![CDATA[<a href="http://dbacl.sourceforge.net/spam_chess-1.html">Yes </a> they can]]></description><link>https://joaobordalo.com/articles/2005/07/21/can-spam-filters-play-chess</link><pubDate>Thu, 21 Jul 2005 06:31:00 GMT</pubDate></item><item><title><![CDATA[Don't click]]></title><description><![CDATA[A all new <a href="http://www.dontclick.it">ball game</a>! Look mom, no fingers!]]></description><link>https://joaobordalo.com/articles/2005/07/21/dont-click</link><pubDate>Thu, 21 Jul 2005 06:29:00 GMT</pubDate></item><item><title><![CDATA[Does math predicts music success?]]></title><description><![CDATA[These <a href="http://www.hitsongscience.com">guys</a> strongly believe it. But hey, what about free jazz?]]></description><link>https://joaobordalo.com/articles/2005/07/21/does-math-predicts-music-success</link><pubDate>Thu, 21 Jul 2005 06:27:00 GMT</pubDate></item><item><title><![CDATA[Maybe you'll understand now...]]></title><description><![CDATA[<a href="http://www.2guysamacandawebsite.com/article.php?id=635">If operating systems were stores</a><br><a href="http://applematters.com/index.php/section/comments/if_operating_systems_were_cars/">If operating systems were cars</a>]]></description><link>https://joaobordalo.com/articles/2005/07/19/maybe-youll-understand-now</link><pubDate>Tue, 19 Jul 2005 06:25:00 GMT</pubDate></item></channel></rss>