Siesta day!

June 25th, 2008 in Uncategorized

http://www.siestaawareness.org/

Origami duck

April 10th, 2008 in origami

Such a long time… it’s easy to just, well, keep not posting, but I want to do it. So here I am :)

One of the latest things I’m doing at home is learning origami, encouraged by my friend Gregorio. This is my first creation, a duck!

Origami duck
Origami duck

And here is the video that teaches how to do it:

History of war explained with food

February 29th, 2008 in Uncategorized

Seen in John Battelle’s Searchblog

I love Fridays…

January 25th, 2008 in Google, London, food

Strawberries and chocolate crepe
Crepe bar all Fridays…

The new bubble

December 5th, 2007 in humour, video

This video is circulating in many blogs and I wanted to help a little bit ;)

Seen in John Batelle’s blog and Kirai.NET

Enjoy!

Flight Of The Conchords - The Humans Are Dead

November 30th, 2007 in humour, music, video

It is the first time I hear of Flight of the Conchords, but they are good!

Just watch the video…

Busy weekend

November 24th, 2007 in Google, London, software

http://barcamp.org/BarCampLondon3

But a funny one ;)

I’m joining Google!

October 21st, 2007 in Google, London

I finally got the offer! In fact, I ended up with two different offers: one for the Zurich office and another one for the London office. Both for the same position: Software Engineer in Test.

It’s a looooong story, but with a happy ending :)

Which one did I take? The London one! Same position, same team, but this time as a fulltime Googler, not an intern.

I can’t wait to start tomorrow!!

Upgrade to Wordpress 2.3

September 25th, 2007 in computer, software

Dexter has not been such a piece of cake as version 2.2.3 but it’s finally on. The problems I had were caused by one of the new features: canonical URLs. Basically, what it does is to make sure that no matter how you access certain content you’ll always get the same URL, making it stay in the address bar. This URL is the canonical URL and it is the only way to represent a content. For example, while accessing this blog, you can type www.aracelicheca.com/blog or just aracelicheca.com/blog. Both ways work but only one can be the canonical URL.

But sometimes this redirection to the canonical URL may conflict with your own redirections, usually defined in the .htaccess file (Apache), and in previous revisions there were problems with host name capitalization. There are some other causes which will lead you to this Firefox error:

The page isn’t redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

* This problem can sometimes be caused by disabling or refusing to accept cookies.

This bug was reported and it is listed as fixed in Wordpress Trac (Ticket #4773), but for some reason it is not working for me. For the time being, I’ve made a quick fix consisting of disabling canonical URLS by commenting the last line in wp-admin/canonical.php. I know, it is not a fix at all but just avoiding the problem ;) I’ll do some research and I hope I’ll be able to enable this feature again. If you have any ideas, just let me know :)

Ooops…. Wordpress 2.3 not so easy…

September 25th, 2007 in computer, software

Complete failure upgrading to Wordpress 2.3, so I had to go back to 2.2.3. At least I had the backups from a couple of hours before.. I had problems with:

  • MySQL backups: problems with quotes, < and >, etc. So funny, because I just did the backup with one tool and I used the same tool to import it… Anyway, I managed to recover the backup
  • Redirecting urls. This was the original problem. The upgrade seemed to be ok, but when I accessed the blog I saw the following img:

Wordpress failure

I’ll try again later…