Safari 4 - why does view source of an RSS feed show the generated HTML instead of the feed itself :(
Wildly irritating.
Apple have added A2DP (stereo music) over bluetooth.
Time to grab that bluetooth adapter I stopped using after getting an iPhone from work.
Hang on - the scan/skip buttons (fast forward/rewind/change track) don't work.
I'm astounded that Apple have included support for A2DP without AVRCP (AVRCP is the profile for these skip/scan buttons).
You get a stereo bluetooth adapter to avoid having to have cables and to keep the phone packed away in a pocket or bag. But with this omission you can't really control the phone - just start/stop and volume.
Really hope that it was an omission rather than a concrete descision.
I have to say I'm disappointed in NetCom today.
Apple have just released the iPhone 3.0 firmware. This includes both MMS and tethering.
Now - I have very little use for MMS - haven't used it much on previous phones. But tethering is a useful tool when you're stuck away from any wifi and need a brief connection.
Telenor have turned this functionality on by default - but NetCom did not appear to have done so.
Read on to hear what NetCom had to say ...
Geotagging is simply inserting geographic location data in a media file so that it can be placed on a map or otherwise related geographically with other images, services etc. It is the technology used by flickr maps, the Places categorization in iPhoto and many other services.
Aperture is Apples professional photo management tool
Having a very large external disk I wanted to limit Time Machine to use only part of it.
To do so - you can use the same technology as time capsule does - sparseimages.
During a disk tidy I moved a whole load of iMovie Events from one disk to another (from within iMovie). This worked fine.
However - I had some external media (mp3 file, couple of stills) which I'd just dragged in from the Downloads folder - and having moved these I found that iMovie no longer could find them (yellow warning triangle on the audio media and black video where the stills were used).
To reattach these takes a little fiddling.
The information is in the imovie project file in the file called Project. This is a binary plist file.
One of the systems that can be used for monitoring trends on a system is munin. It turns out that adding a graph to munin is reasonably simple.
There is a good guide on the munin site.
So - I need a plugin that will return the number of open files.
lsof -u glassfish | wc -l
My glassfish process kept dying with "Too many open files" in the log.
I'm not surprised that it has too many - it has quite a few large applications running - but how to increase this?
ulimit -n shows that the user has a default of 1024.