Jun 23 2009

Ultrasn0w, iPhone 3g Unlock is out!

flattr this!

First off, big thanks to muscleNerd & the Dev Team for making this possible.

Now..this morning at about 09:00, the Dev Team released “UltraSn0w”. Ultrasn0w is a tool that soft unlocks the iPhone 3G.

Below I will demostrate the steps to preform on a mac to unlock your iPhone 3G, but I will answer a few questions first:

- Do I need this for my 1st generation iPhone? No
- Does this work for the iPhone 3Gs (not yet released in sweden)? No
- Can you help me, I run windows! NO! Get yourself a mac!


Jun 8 2009

Its a bird, it’s a plane… no it’s my MacBook Air!

flattr this!

You got it today… and its niiice.
Too bad I am going to sell it again (most likely).

Bought it 2nd hand, with superdrive and applecare (just registered it).. and its not even one year old yet. The best part… I got it for an bargain!

Here are some pictures of the beauty:

MacBook Air

MacBook Air

Regards,
Paul


Jun 4 2009

Installing PHP on OSX

flattr this!

Hi,

When I develop sites, I do this locally and upload the changes I made to my SVN server. Then I deploy the new releases of the sites to the specific server directly from the SVN server by a checkout or an export.

For most of the projects, I work with PHP. Using a good tutorial I found (http://drewish.com/node/110) I re-compiled apache, mysql and Php on my computer… whithout any problems. BUT… some things were missing…

Currently I am working on a site which is using magento commerce. Magento commerce is a very advanced commerce tool and has quite som demands.
Two of the demands I was struggeling with were iconv and mcrypt. Today, I got these working.