Love is the condition in which the happiness of another person is essential to your own.

- Unknown

Snowflake, the white gorilla

24 Dec
24 December, 2011

Today I’ve received a great surprise through Facebook. I knew it was going to happen, but seeing it by yourself is always a little bit more special :)

Yesterday, december 23rd, was the Spanish premiere of the animation movie “Snowflake, the white gorilla” in which, indirectly, I took part while I was working in Bren Entertainment :)

Thanks to Facebook I could watch a small part of the final credits (thanks Edu!) where, casually, I appear among other workmates of that time.

All this has done nothing but remind me of the great time I spent there. Thanks Rubén, Jorge, Diego, Edu, Izar, Silvia, Mónica, Juan, Iván, Susana, Raquel, David, Leticia, Jesús, Alberto, Jacques, Jose, Carlos, Luis B., Bruno, Amalia, … and a long list of other people that I met there that made from the job a more rewarding experience than usual.

Congrats, friends!

Hide applications in your dock [Mac OS]

19 Aug
19 August, 2011

When I installed Namely (a simple application launcher), I decided to find the way of solving something that, despite not being a problem, it has always been annoying (at least for me).

I’m talking about all those running applications that most of the times we don’t need to be present in our dock, many of them set to be launched with system startup or even those with keyboard shortcuts.

Well, there is a solution for this, and actually, quite simple :)

Using a terminal, we need to locate the Info.plist file inside the application we want to “hide”. It will be inside the application folder in “Contents”. I decided to edit the file as super-user just to avoid troubles with permissions..

whitey:~ borja$ cd /Applications/Namely.app/Contents/
whitey:Contents borja$ sudo vi Info.plist

And here, inside the <dict> tag, along with the other key-value pairs, we just have to add another one saying:

<key>NSUIElement</key>
<true/>

That’s it. Save the file, start the application and now its icon shouldn’t appear in the dock.

Obviously, these things always have collateral effects: the top menu of the application won’t be shown, we won’t be able to access the application using ⌘+Tab, … and I guess that there may be other things, but for simple applications such as Namely, I found this trick very useful :)

AppFresh: keep your third-party software updated [Mac OS]

22 Apr
22 April, 2011

NewImagePerhaps one of the most desirable improvements on Mac OS, and you’ll notice it better if you are used to the Linux world, is the way it manages your installed software.

Apart from their own software (Apple’s software), up until now you could only trust those ‘Update available’ dialogs of your third-party applications. But even having that, it was your job downloading the new version and replacing the old one. In moments like that is when you miss the repository system and the apt-get update && apt-get upgrade that I meant before with that Linux world.

And I’ve said was because now there are alternatives to automate a bit that process, and make it quite simple. I know MacUpdate Desktop for a while ago now, a paid solution ($20/year), that apparently works quite well (you can try it for free for 10 days). It checks your installed software and using the large application database from MacUpdate, you can download and automatically update your obsolete versions.

It’s the closest thing to the repository system that I’ve found, and even though its price is really low considering the time and work you will save, I have recently found a similar software, but this time under a free license: AppFresh.

Captura de pantalla 2011 04 22 a las 15 19 55

The main idea behind it is the same: it will check your applications (and plugins, widgets, and so on) that we’ve installed and using the information from osx.iusethis.com, will let us keep our Mac OS X up to date.

As they warn in their website, it’s still under development, what we call a beta version, so we should consider it when using it.

From what I’ve been testing so far, I could say that it works pretty well. Perhaps the process is a little bit less automated than with MacUpdate Desktop, but we should remember that we are talking about a free alternative :)

It may no longer be free once they achieve their first stable version, so I guess that you should take advantage of it now that it’s free. Now there’s no excuse to have your Mac OS X outdated :)

Official webpage | AppFresh

 

Multi-screen wallpapers with MultiScape [Mac OS]

27 Mar
27 March, 2011

Today I’ve come to share a simple application that I’ve discovered some days ago.

Once I bought a second monitor, I asked myself if there would be a more or less automatic way of setting a panoramic wallpaper going from a monitor to the other. I soon found some Windows solutions, so I thought that they should exist for Mac OS as well.

After a little searching, I found MultiScape, an Open-Source and free application that promised to do what I was just looking for, so I downloaded and installed it.

When I launched it, it couldn’t be simpler. It’s just a little window where we have to ‘drag&drop’ the wallpaper that we want to expand.

Captura de pantalla 2011-03-27 a las 00.17.14.pngCaptura de pantalla 2011-03-27 a las 00.21.12.png

After doing it, the application automatically makes the image fit in our monitors, cropping it, scaling it or whatever is needed to do so. However, I’ve tried to find an image with the exact size of my two monitors, so that I could get the best results, as you can see in the picture :P

© Copyright - santosdiez.es