So I’m sure I’m not the only person in the Ubuntu community who also owns an Apple product or 3. In turn, this means I’m probably not the only one who was interested to check out Apple’s conference yesterday, where they announced iLife ’11, new MacBook Air models and OS X 10.7 ‘Lion’.

Lion is where the interesting part lies, in that one of the new features is named ‘launchpad’ or ‘the launchpad’. Now what does this mean for Launchpad, the web application by Canonical? I don’t know…probably nothing. What I have seen is a lot of people commenting on what Canonical may or may not do.
Personally, I think that while Canonical do own the trademark to the name, it’s probably not worth going after until it becomes clear whether Apple are going to continue using ‘the launchpad’ or not as the name. Don’t get me wrong, it would give Canonical (and therefore Ubuntu) a lot of press, but I’m just not sure it would be worth it right now.

Either way, it should be interesting to see where it goes and what happens.

 

I’m sure that, to a lot of the people reading this on Planet Ubuntu, this post will be of little interest. If you’re one of these people, I apologise, please glance over this post :)

To everybody else, what I’m about to discuss, and demonstrate, is some sample photos, and my thoughts, however brief, on the new HDR photo option coming in iOS 4.1 next week.

Sample 1

Sample 1

Sample 1

Sample 1 - HDR

Sample 1 - HDR

As you can see here, the image on the left looks…ok, it’s not to bad, especially for something taken on a mobile phone. However, I feel that my laptop screen is looking rather bright, and almost dominates the shot, given that it’s just a huge blob of white. The cupboard on the left of the image is quite dark, as is the space to the right of the cupboard in the centre of the shot.

When we compare this to the second image, we can see that the cupboard on the left is that little bit clearer, and you can see that the wall on the right hand side is, in fact, red. Further to this, that overly-intrusive laptop screen, which was previously bright white, is now much clearer, and far less intrusive, you can make out much more of the on-screen detail. The cupboard in centre-shot also appears lighter, especially in the areas surrounding the unit.

Sample 2

Sample 2

Sample 2

Sample 2 - HDR

Sample 2 - HDR

As we can see in the second sample image, the screen (funnily enough) dominates the image. Nothing wrong with that here, it was the point of the exercise. What we can see, is that it looks like I’m working in the lowest lighting conditions I could possibly find. This, I’m pleased to say, isn’t quite true. I did actually have a light on, as you can see more in the HDR example on the right. I have to say, however, that the HDR example makes the images on my screen look more washed out than those in the non HDR sample do, at least, in my opinion.

Summary

One thing I did notice, was the lack of flash on HDR photo’s. The software prevents the use of both at the same time, which, initially, I found somewhat odd and incredibly frustrating. I had a play around taking images with flash on, and HDR on, but still found no way to add the two together. It then dawned on me this morning, that when a photo is going to need a flash to provide the necessary lighting, chances are the HDR image would like almost exactly the same, and provide no benefits.

Nonetheless, I’d like to see the option, in a subsequent iOS update, for the ability to have both on, where it’s possible to set the flash to ‘Auto’ with HDR on, and if a flash is required due to low level lighting, don’t take a HDR photo. Something like this, in my opinion, would make the feature better than it already is. In all, I have to say, I’m pleased with the update – mainly because I don’t take photo’s all that often, so it doesn’t really benefit me to go out and purchase a proper digital camera, but a 5 megapixel camera with HDR functionality that’s on a device I carry around all day anyway, is perfect for me.

Feb 082010
 

Before I start – no, this isn’t a Star Wars post :) Sorry!

I currently have an iPhone, and no, I’m not ashamed to admit it, though it is a little awkward that I can’t sync it with my desktop. I’m also not ashamed to admit that I love it, I really do. But as with a lot of things, I find the Apple design of the phone a little restrictive. Sure it’s polished, and it looks sleek and sexy (to some at least), but I just can’t help feeling that I’d prefer an Android phone.

I’ve been looking, albeit briefly, at what Android phones are available on the UK market. Out of the choices, I think I’d prefer a Nexus One, though as far as I’ve seen – they’re Vodafone exclusive, and I’m on an O2 contract, so it’s a no-go. I’d love to hear from some of you guys that have Android phones, and what phones they are, because I’m definitely in the market!

 

Now – I know some of you probably hate Apple…I don’t, clearly. So if you do, please don’t come and post comments about how much you hate them, I won’t approve them :)

So with that out of the way, on with the post. I’ve just installed Karmic (Ubuntu 9.10) this evening, and in the process of setting things up, I realised I’d never installed my printer on Jaunty (9.04). So I figured I’d give it a go, wondering if it would be as easy as when I installed it on all the other PC’s & my MacBook – as it’s connected to my router (the airport extreme), it’s shared using bonjour, which I happen to really like, it does mean setting up the printer is much more simple, and a lot quicker than normal.

I’ll be honest – my hopes weren’t very high, I figured that since it’s an Apple developed technology, and not open-sourced, that I would have a hell of a time trying to get it to work. I was totally wrong. I did configure it slightly differently, in that I opened http://localhost:631 in Firefox to set it all up via the CUPS web UI. I chose “Add Printer” and it scanned for connected printers locally and networked – I sat waiting for it to finish, and tell me that nothing was connected….

I’m sure you can imagine my surprise, and curiosity, when it returned my printer under “Network Printers”. I continued with the setup, expecting it to throw back an error of some variety, but no, it all installed fine. To make sure I wasn’t just daftly pointed and clicking things that looked relevant, I printed a test page…..which I now have on my desk next to me – chalk one up for Ubuntu!

Overall, having run Karmic for all over 2 hours now – I’m already very impressed, and I’m looking forward to the final release.

 

From what I recall, quite a few people have heard of, or even use Dropbox.

Dropbox is similar to Apple’s iDisk, in the respect that it is an online backup/data storage facility. The only difference is, dropbox will give you 2GB of free storage, just for signing up. There’s also an option to pay either $9.99 per month, or $99 per year, which will upgrade your storage capacity to 50GB. For me personally, I don’t (yet) need any more than the 2GB, though I may consider looking into the 50GB option in future.

What I like most about Dropbox is that it’s cross platform. For me this is fantastic, because I run Ubuntu (9.04 64 bit if you’re interested) on my desktop, and my laptop is an aluminum Macbook. Now I had the problem of somehow remembering to put things in the Dropbox directory so that they would get synced to the server and thus between my 2 machines.

Solving that problem was a lot easier than I could’ve expected. No thanks to my friend Gabby, who told me what he had done on IRC. Using

ln -s

you can create soft links to the directories to/from the Dropbox directory, and any changes you make to that directory outside of the Dropbox directory, get automatically synced. Put simply, if I make any changes to something in ~/Documents, it automatically gets backed up/synced to Dropbox. Awesome!!

If you’re unsure of the syntax of

ln

, as it is a little confusing, it’s the following:

ln -s target link_name

And finally, if you want to join Dropbox because you haven’t already, following this link will (according to Dropbox) get you a little bit more space :)

Edit: I’ve just been informed (thanks Matteo!) that the referral links don’t seem to be giving extra space any more. This is likely because Dropbox limits the amount they give out. Please feel free to use the link at the end of the post if you want, but don’t feel obliged to if you do want to sign up. Join Dropbox

 

I’m thinking of moving this blog over to joeb454.com

As some of you know, I recently bought a MacBook, and I realised I didn’t have a page up on my .com domain, so I decided to kill 2 birds with 1 stone, and had a play with iWeb ’09. The end result isn’t bad, and moving the blog over to my VPS provider would mean 2 things:

1) I’d actually be using my VPS for something
2) I’d have a more fine grained control over my blog, because I would be hosting it myself. Currently this blog is hosted by wordpress.com

It could mean I’d need to upgrade my VPS package, because currently I only have 384 MB RAM on there. I guess it all depends on how much MySQL decides that it wants to take, though before upgrading I’d look into tweaking some MySQL settings to see if I can reduce the amount it needs.

Ultimately I’d like to do this just because of number 1 above. But also it would teach me some more about Apache, MySQL, possibly PHP. I may also look into changing the site at some point, possibly to a Drupal installation, but we’ll have to wait and see :)

Any thought’s on whether you think this would be a worthwhile move, or any recommendations you have on tweaking various settings on the server (it runs Ubuntu 8.04) would be fantastic!

 

Now I’m not one to usually use a Mac, however I recently tried out OS X. Just out of curiosity, I copied across my iTunes folder (in it’s entirety, with the library file et al). To the OS X install.

Then, further curiosity made me connect my iPod, just to see what would happen…to be fair, I was both surprised and unsurprised at the same time…which I can confirm is a very bizarre feeling!

It synced my iPod just as it would with a normal Windows install of iTunes. So I went one further, and connected my iPhone. Same goes for that, all synced up (after a tediously long backup!!) just fine. Very impressive I must say.

That’s all for now, I need to sleep, long day tomorrow!

 

So I finally gave in and bought an iPhone! I know that means some of you are going to hate me now ;) nevermind I like it.

I found out after syncing my email with google that Ubuntu sees the iPhone as a camera, which I found interesting. It also means that I can charge my phone. When running Ubuntu, though for convenience I bought an iPhone dock :)

Also, I happen to be writing this from the WordPress for iPhone application, which is actually pretty good!

 

Ok so I’m using Ubuntu at the moment (which means I’m not using Windows Live Writer – incidentally, that is a brilliant piece of blogging software in my opinion!).

I have to say that I’m pleased with how well everything’s gone with Ubuntu, everything works, I have flash & java installed, and it auto-connects to my home wireless and Uni wireless :)

One thing that I’m missing a lot is iTunes, as there’s no native version for Linux (but why?!?!) Apple seem friendly to open-source development, anyway I’m using Rythmbox now, which reads all my music from my Vista partition which is nice…saves me a ton of space on the hard drive :)

That’s all for now

Apple iPhone

 Apple  Comments Off
Nov 122007
 

I went into the O2 shop in Leicester today, and they have 8 iPhone’s out on display. Before the launch, I was a bit wary of wanting one, because they didn’t look that good, but…I’m sold! I really want one, although I can’t justify the price.

£269 initial change for the phone itself, then £45 a month (for the decent contract) which is a lot of money, but I would use all the features on the phone.

Anyway, thought I’d just say that I’m sold on them, and I think they’re a brilliant gadget :)

© 2012 Joe Blog's Suffusion theme by Sayontan Sinha