Finished trimming the boat (its floatable now!) and got some parts
It looks just like a boat now. Except it doesn't have a top. Plus my first order from hobbyking arrived:
It looks just like a boat now. Except it doesn't have a top. Plus my first order from hobbyking arrived:
Here's my toolchain of choice for using git on the mac:
Tower (http://www.git-tower.com/) is simply awesome.
Diffmerge (http://www.sourcegear.com/diffmerge/) tames those horrible merge conflicts.
Kaleidoscope (http://www.kaleidoscopeapp.com/) makes viewing diffs nice.
Diffmerge and Kaleidoscope integrate nicely with Tower, for a nice workflow.
Its a shame NSURL can't do this task for us. So here's my stab at it:
You can then use it like so:
NSDictionary *params = [NSDictionary dictionaryWithObjectsAndKeys: @"jim", @"username", @"abc123", @"password", nil];
NSString *urlWithQuerystring = [self addQueryStringToUrl:@"https://myapp.com/login" params:params];
Beginning to really look like a boat! Sometime this weekend i'll trim off the excess and think about fitting a deck. And then a week or two until the parts (motor, speed controller, rudder, etc) arrive...
Here's some pics of skinning one of the sides of the boat. Next up i need to order the electrics, so they'll hopefully arrive around when i'm finished with the hull.
Simple one-way talking to a unix socket from python, for future reference: