Category: Projects

New iPad Podcast: PadAddicts

Aug 6
Posted on August 6, 2010 15:15 in Podcast, Projects

After 3 years of absence I’m back in the world of podcasting. This time I joined up with Dom Hodgson, a.k.a. The Hodge for an iPad Podcast called PadAddicts. We’ve done one episode so far and although we sounded a bit rusty (or at least I did) the response was very positive. Additionally people have been trying to match us up against the TechGrumps in various vs-battles scenarios, so we will have to see where that goes.

You can follow the PadAddicts podcast on the site, or subscribe via iTunes.

The MacBook Mini Project

Dec 14
Posted on December 14, 2009 23:50 in Hardware, Projects

When I replaced my MacBook with a Mac Mini setup I was always planning to invest some time into a netbook. I recently ordered a (RED) Dell Mini 10v with the plan to turn it into a hackintosh. After a few days (*cough* weeks) of tinkering I now have a machine I’m happy with.

In short: It’s a (RED), as in the charity sponsoring colour,  Dell Mini 10v that retails for about £250. It has a 1.6GHz Atom processor, 2GB ram (custom), a 1024×600 screen, and a 160GB hard drive. I installed Windows 7 and Mac OS X Snow Leopard 10.6.1 on it and things are running smoothly. Here are some photos and some notes from my experience.

MacBook Mini

read more…

Dell Mini 10/Linux – 2 Days of pain

Nov 19
Posted on November 19, 2009 1:00 in Hardware, Problems & Solutions, Projects

So yesterday my new laptop arrived. I decided to get a little Dell Mini 10 netbook as a companion to my new Mac Mini workstation. At the moment I’m at the point of selling it again though.

dell-mini10

I found a good deal on eBay for a Dell Mini 10 with integrated wireless-n, bluetooth, 3G/HSDPA, TV-tuner, HD screen and a 6 cell battery. Additionally I liked the model because everyone seems to like the Dell Mini 10 for  turning them into hackintoshes. Yeah, that’s where I was wrong.

The Dell Mini 10 has a little brother called the Dell Mini 10v (where the v stands for value). This model rarely comes with all the extras and has a atom N series processor. It turns out that my machines Z-series atom is actually the reason why I can’t run Mac OS X on it. Doh!

Now I promised myself at the beginning of the year to invest some more time in Linux, so I saw this as a good moment to try it out. I started off with Ubuntu 9.10, which is the newest Ubuntu version. After install the wifi didn’t work, neither did the graphics driver, nor the brightness controls, nor the sleep/suspend, nor the wifi, etc. I spend a few hours getting the wifi and screen to work correctly, and a hack gave me hibernation support. But by then the audio started acting up even more so I decided to do the wise thing to switch to Ubuntu 9.04 (the current long-term-support release).

I chose for the Netbook Remix release because I already started to notice that having a UI that’s optimized for a small screen and a small keyboard might be a wise plan. I managed to get everything to work pretty quickly (except for the TV tuner software) but realized that even the netbook remix doesn’t really run that smoothly on my Z530 with 1GB of ram.

Now to be fair, I’m used to machines with 4GB of ram for the least 4 years, so this is quite a step back. But the screen tearing and slow response is just sometimes killing me. So I decided to look into upgrading the RAM in this machine. This is when I realized this machine doesn’t have any upgradable RAM!

So at the moment I’m really contemplating my options. I love the built-in 3G in this machine, and the 6 cell battery is interesting, but the keyboard is crap, the upgradability sucks, and it won’t run Mac OS X.

So, what IS the best netbook out there that can run Mac OS X? Should I stick with this machine for now or maybe go back to Mac? A Macbook Air is starting to look very tempting.

More Histograms!

Mar 10
Posted on March 10, 2009 10:00 in Photography, Projects, Technology

I had to update my histogram service a little bit because apparently it wasn’t handling files  with spaces in it properly. I have to thank Jeroen Kluft for notifying me about this. Go and have a look at his site to see how he has been incorporating my histogram service into his own photo album. I think it’s pretty awesome!

histogram use example

Project 365 & 52 Themes – Week 5

Feb 13
Posted on February 13, 2009 19:25 in Photography, Projects

It’s time for a roundup of week 5 of my photo challenges.

This week the theme was “Abstracts” and I again decided to pick one of my 7 daily submissions as the entry for the theme. Here they are in order.

Day 29 – Lost in Traffic

Day 29 - Lost in traffic

read more…

Project 365 & 52 Themes – Week 4

Feb 11
Posted on February 11, 2009 12:55 in Photography, Projects

It’s time for a roundup of week 4 of my photo challenges. It’s a bit late because I was mainly busy trying to find a new place to live.

This week the theme was “Natural World” and I again decided to pick one of my 7 daily submissions as the entry for the theme. Here they are in order.

Day 22 – The sum of all parts

Day 22 - The sum of all parts

read more…

Project 365 & 52 Themes – Week 3

Jan 27
Posted on January 27, 2009 7:00 in Photography, Projects

It’s time for a roundup of week 3 of my photo challenges.

This week the theme was “The Rule of Thirds” and I again decided to pick one of my 7 daily submissions as the entry for the theme. Here they are in order.

Day 15 – Track Workers

Day 15 - Track Workers

read more…

Facebook HTML Uncomment

Jan 17
Posted on January 17, 2009 18:34 in Problems & Solutions, Projects, Software

I had some spare time during Christmas and new Year, reason for me to use my spare time to learn something new. In this case it involves making my first Firefox Extension and using Git.

The project I decided to work in is something very simple. As a Facebook Application Developer I often run into the problem of needing to be able to view part of the source of the HTML response of Facebook. Reason for this is that Facebook embeds server errors on our servers as hidden comments in the HTML. This is handy for developers as they can then see what error their server generated.

The only problem though is that this response is hidden in the source. I therefore decided to make a small bookmarklet that extracts this data, and opens it in a new window. The bookmarklet can be found below:

Bookmarklet: Facebook HTML Uncomment


I also always wanted to make a Firefox extension, so I decided to make my bookmarklet into a Firefox Extension that detects the hidden Facebook HTML Comments and shows the user a small icon that they can they click to view the full server response. It was a bit hard, especially as Firefox extensions have their own flavor of Javascript, but it turned out to be fairly easy (less than a days work).

The result can be found here on the Firefox Add-Ons page but it’s currently still listed as experimental, so leave a comment or feedback to help me make this a public Add-On. For a tutorial on how to use the Add-On or the Bookmarket, see the video below:

 

 

Finally. I decided to add this entire project as Open Source on GitHub. I already had a GitHub account but no projects. I will probably be moving more projects over soon though, so be sure to follow the project for updates or follow me to see more of my projects show up in time.

Video