7th January 2009

New Cameras? Samsung HZ10W

At this point I’m pretty burned out on the Canon TX1. The form factor just sucks, and its starting to show some serious wear (the mode selector switch which is also really inconvenient is broken sometimes too and won’t go into certain modes).

Lucky for me its that time of year and there are some new options out. The Samsung HZ10W looks really cool- I love that it combines 10x zoom like the Canon but also does wider angle than typical small cameras all in what appears to be a fairly small form factor (and its only $300). It is supposed to have both optical and digital image stabalization, which can be critical with the higher zoom factor cameras- but I’d still want to try it out and see how well it works, I’ve often had problems with the TX1 getting it stable enough with even 5-6x zoom.

Olympus has the SP-590UZ that zoomes to 26x but its in a bigger form factor than I like.

posted in Canon TX1, Photography | 0 Comments

7th January 2009

Calling a SOAP Service from PowerShell

Ever had that experience where you go do some work and then stop yourself and think “There has got to be an easier way to do this”?

I’ve been building some stuff that is mostly exposed as a web-service. I wanted to call it from PowerShell so I made a nifty set of Cmdlets that call it. But really each of them is just marshaling pretty much directly into the underlying SOAP service with no logic at all. I’ve got to assume someone already came up with a generic solution for this?

posted in Developers, Software, Technology | 0 Comments