Just now catching up with using Emacs in daemon mode. On that blog post, an anonymous commentor shows the best way to use emacsclient to start the Emacs server if it is not already started.
One last note is that the -c option will result in the same
behaviour as the -t option if the DISPLAY environment variable is
not set.
I am starting to feel the slowness of Firefox so I wanted to see if Chromium could fulfill my web browser needs. So far so good.
The first big issue was getting Flash working with my x86_64 version of Chromium. I found a tidy set of instructions to get and install the 64-bit Flash plugin. Just make sure you get the latest version of the plugin.
Recently I have been getting "Received unexpected response from..." errors. I found a TechSpot blog with a fix that worked for me.
I am not the only person pondering what mobile platform to get.
Though as I blogged already, I'll be going with Maemo.
I have devices that run both Android (OpenMoko Freerunner) and Maemo (N810). With new devices now available that run newer versions of Android and Maemo, I was trying to decide which one I would get (the WAF will not allow both).
The Google Maps Navigation announcement really made me want the new Motorola Milestone phone. That is a sweet app.
However, after reading Harald Welte's summary of Android Mythbusters and Comparing Freedom on Maemo and Android Android does not seem like the platform I want. If reviews of the just now shipping N900 are positive, that will be my choice.
My wife has been organizing all our family photos using F-Spot for several years. After a long bout of inactivity, she started to work through the mass of photos that we have just been collecting and not sorting through. After she imported the pictured, she noticed that the date of the photos that F-Spot was reporting was off from when she remembered taking the pictures.
Well it turns out that F-Spot is indeed getting the dates wrong and is changing the EXIF header dates to be incorrect as well! A good summary of the problem is F-Spot Considered Harmful.
I think I'll take a look at digikam.
One area that the Linux desktop has been missing is proper color management. Well, Richard Hughes has started developement of a GNOME Color Manager.
Dave Jones got some spare time and merged in my first 3 x86info fix up patches:
There are a couple more patches I need to send Dave now that the first set have been merged.
At OLS2007 I went to Rob Landley's Cross Compiling Linux tutorial where Rob introduced his Firmware Linux project. Unfortunately we ran out of time and didn't actually get to using the cross-compiler.
Rob's approach to cross-compiling packages is to build a native environment (using qemu) so that you don't actually have to cross-compile packages. Cool idea!
Anyway, to build the root file system that qemu will use, Rob used UML (User Mode Linux) to step around the root privileges required for mounting the loop device. I had trouble getting UML going on my laptop so I wrote a patch that evening to use genext2fs to create the root file system. Just to show how slow I am at following through, I finally sent the patch to the mail list. We'll have to wait and see if Rob likes it.
Update 2009-10-12: Rob eventually started using my patch.
There have been some netfilter changes that have caused a lot of confusion when it comes to configuring the kernel. The new netfilter implementation accompanied a bunch of netfilter kernel configuration name changes.
Linus was not amused and then pointed out how the netfilter Kconfig could have been implementation to avoid any issues.