WordPress 2.5

Date Arrow  March 30, 2008

I’ve just upgraded this blog to WordPress 2.5 and so far I love it. The only glitch was an easy-to-fix UTF-8 problem but that’s it. Everything’s working.
By the way, I love its new media browser! It makes it easy to find old items I’ve published ages ago, like the image below :)

Update, 2008-03-31: There is a [...]

Tagged   Blogs · OpinionComments  Add Your Comment 

WWDC 2008: I’ll be there!

Date Arrow  March 29, 2008

I’ve just bought my e-ticket for Apple’s Worldwide Developer Conference 2008! This one will be the first one featuring iPhone developer tracks, and that’s one of the main reasons for me to go. Another good one is that neither Claudia nor me know San Francisco, so it’ll be a great time to hang out and [...]

Tagged   AppleComments  Add Your Comment 

What would happen if…

Date Arrow  March 28, 2008

The worst thing is that this is a parody of a sad reality for millions of workers around the world, happening again every morning. Found via Dark Roasted Blend.

Tagged   Act Now · HumourComments  Add Your Comment 

Playing with HTTP libraries

Date Arrow  March 26, 2008

It’s fun to find out how to tackle the same task in different programming languages; in this case, it’s all about doing HTTP requests over a network: fortunately, there are networking libraries in virtually all major programming languages. In my current project, I’m generating wrappers easing the access to the core of the project itself, [...]

Tagged   Code · How to?Comments  Add Your Comment (5)

Adriano Pizza

Date Arrow  March 20, 2008

thanks .mick! :)

Tagged   HumourComments  Add Your Comment 

Apple Security Update + SSH?

Date Arrow  March 19, 2008

Through Gruber’s Twitter I learnt that some users (like Mark Santaniello) were complaining that SSH stopped working after installing Apple’s Security Update 2008-002; well, through Callum Jones I learnt that the problem is not Apple’s, but Rogue Amoeba’s. Check out the Apple Discussion on the subject, and Peter Gryphon’s fix on the same thread. Happy [...]

Tagged   AppleComments  Add Your Comment 

Screen Savers for the Mac using Flash

Date Arrow  March 18, 2008

This is an evening project that turned out to be really cool. Let’s say that you’re a Macromedia Flash designer, and your clients ask you to bundle your nice Flash movie as a screen saver. What to do? For Windows there are free utilities to convert a SWF into a screen saver, but not for [...]

Tagged   Apple · Cocoa · How to?Comments  Add Your Comment (1)

Templates

Date Arrow  March 13, 2008

Did you knew this is possible in C++? I didn’t.

void Fun()
{
class Local
{
//… member variables …
//… member functions …
};

// … code using Local …
}

This [...]

Tagged   Code · OpinionComments  Add Your Comment (5)

Blow your mind

Date Arrow  March 11, 2008

Take a careful look at this:

#include

class Gadget
{
public:
void sayHello() const
{
std::cout

Tagged   Books · CodeComments  Add Your Comment 

symbol

Date Arrow  March 11, 2008

(original en castellano)
the word “symbol” is the result of the union of “syn” (I think this is how you write it) which means something like “together” (syn-chronic, which means at the same time, I suppose syn-thesis, etc) and “bol” which, as far as I understand, is related to the action of throwing (I do not [...]

Tagged   hernúnComments  Add Your Comment