Nighttime HDR photos in Paris
Nuit Blanche 2008
Concert Photos Redux
As I said in my previous post, I'm going to a lot of concerts recently, and taking a lot of photos once there. Here is a small selection of them.
I'll be stopping taking such pictures for a while, as I would like to be able to enjoy the music without having to lug around the DSLR bag. I'm also sure people will like not having my frame blocking their view when I'm shooting.
New Job
It seems I was due for my annual job change despite my best efforts to stay at one place for a little while. The last job was just too much for me, so I decided to start looking for something a little bit more relaxed.
I'm now working at Plemi a start-up that is going to offer services for concert gigs organization, mainly for emerging artists.
It does fit better in my current lifestyle as recently I've started going to a lot of concerts and otherwise going out and meeting a lot of interesting people. I'm also working part-time and (soon) telecommuting so I'll have a lot more free time on my hands. Paris is a great city for concert going, I really regret not enjoying more of that aspect in the previous years I've been living there.
For the technical part, I am the lead developer of the symfony applications we are going to use for the launch of the services. As you may have noticed, I'm a big fan of symfony, being at the core of my previous works, so I'm glad I'll be able to use it again and also able to contribute more to the project itself.
Berlin
Recent HDR Photos
Ez3kiel/Fumuj @ la Cigale 19/03/2008
Using suspend to disk with eeeXubuntu on a eeePC
I got a eeePC almost two months ago and I really enjoy using that tiny little thing. It's small enough to fit into the front pocket in my photo bag and at less than 1 kg it's barely noticeable. The default OS is not that good however, it's decent for a basic use of internet applications but otherwise it feels somehow antiquated and for someone used to Ubuntu it's just not very comfortable.That's why I installed eeeXubuntu, a custom Xubuntu made specially for the eee.
But I had an issue with the eeePC, the battery life during standby is atrocious: compared to the laptops I used before, putting the eeePC in standby will drain the battery in less than 24h. It's not a software issue but an hardware one (that may be corrected in the future with a bios update). As I have a very on and off utilization of the eeePC, it wasn't very practical to either shut it down if I didn't plan on using it in the next few hours or letting the battery drain in my bag. There is a simple way to correct that: using suspend to disk (also called hibernate).
Under hibernation, the content of the RAM will be written to disk and restored upon wake up. The issue is that the default system for hibernation for the 2.6 linux kernel needs to have a swap partition that is bigger than the total RAM installed.On a system with a 4GB SSD, with the default install of eeeXubuntu already taking more than 2GB, I had some reticences repartitioning the SSD just for hibernation purposes.
As the swap space would not be used for swap anyways as it seems that using swap on a SSD is apparently not a good idea (there is an ongoing debate on whether modern SSD like the one used in the eee can take the abuse).Anyway that's enough introduction, here is a simple way to use hibernation on the eee without having to create a swap partition. The only thing you need is to create a swap file that's half the size of the installed RAM in the eeePC. It actually works better for me compared to suspend to ram as I had some issues with the graphic controller not waking up sometimes. Click below for the howto.
UPDATE: a similar but more clever way of achieving the same goal: Hibernate fix on the eee-ubuntu wiki.

