08 December 2010
By Pau Sanchez
In General
The version 1.4.0 of Google App Engine SDK has been released.
I would highlight 3 things on this release:
The taskqueues are now part of the official API, they are not experimental anymore
They have multiplied by 20 the maximum time of execution on cron tasks and task queues. From 30 seconds to 600 seconds (10 [...]
Continue reading
gae, google app engine, Python, sdk
08 September 2010
By Pau Sanchez
In General
It’s the second time that I have to solve the problem of the number pad not working in Ubuntu. For what I’ve seen in some forums it happens in other linux distributions as well.
The solution in 4 simple steps:
– Open System -> Preferences -> Keyboard
– Click on the Mouse Keys tab
[...]
Continue reading
problem, solved, ubuntu
03 May 2010
By Pau Sanchez
In General
It is not new, it always happens the same to me. After I update my computer to the latest version of Ubuntu (in this case version 10.4) I always have to spend a couple of days reconfiguring things or reinstalling packages.
The thing is that right now I am developing an application using Google App [...]
Continue reading
gae, google app engine, ubuntu
30 April 2010
By Pau Sanchez
In General
Ubuntu 10.4 is live. I’ve been using Ubuntu for around 4 to 5 years, and I am a pretty happy user.
From my point of view, the big problem I found on this release (which I just installed 5 minutes ago) is that they changed the window buttons from the right to the left side [...]
Continue reading
ubuntu
24 March 2010
By Pau Sanchez
In Diseño, General
Impressive video about one of the coming features of photoshow, with just a click of the mouse.
You can go directly to the minute 2:50 to watch how it removes a tree out of the scene in just a click.
It is amazing the things that can be done…
Seen at John Nack on Adobe
Continue reading
one-click, photoshop
19 January 2010
By Pau Sanchez
In General
This morning I got an update message from Firefox for updating firebug to the latest 1.5 version. I’ve installed it, but when I tried to click on the icon…. booooom!! Firefox window has dissapeared.
According to this post in the Firebug blog, the crash will be solved on future versions of Firefox (3.5.8).
Just in case you [...]
Continue reading
08 December 2009
By Pau Sanchez
In General
Today I’ve received an e-mail from Google telling me that they launched the new beta for linux of their browser Google Chrome. It’s been a while since they first launched a version for Windows.
As you might expect, I’ve downloaded and installed this brand new version of Chrome for Linux and I installed on my Ubuntu [...]
Continue reading
chrome, firefox, linux, navegador, ubuntu
26 November 2009
By Pau Sanchez
In General
If you have a twitter account maybe you have played with twitter API, or even you have made a twitter application for integrating the “Sign in with Twitter”, or maybe you have created an application for something else.
Anyway, these days I’ve been working in integrating the Sign in with Twitter and Sign in with Facebook [...]
Continue reading
twitter, twitter app, user
23 November 2009
By Pau Sanchez
In Administracion de Servidores, General
Sometimes it can be very useful, and even necessary, to know the UUID (Universally Unique Identifier) of a disk or partition in Linux.
Nowadays the configuration for mounting disk partitions on linux (the file /etc/fstab) uses the UUID instead of the device name (/dev/hda1, /dev/sda1 …).
If you need to know which is the UUID of a [...]
Continue reading
linux, ubuntu, useful commands, uuid
06 November 2009
By Pau Sanchez
In General
This was me, looking how to install PHP 5.3 in the new Ubuntu Karmic, because using the new functionality of late static binding will simplify my code, and I’ve found something amazing. A new feature that was missing in PHP, but they have included in PHP 5.3…
the…
wait for it….
wait for it….
wait for it….
GOTO
It’s amazing how [...]
Continue reading
goto, karmic, PHP, php 5.3, ubuntu