Archive | Programming RSS feed for this section

19 August 2010 0 Comments

Developers, IT Nerds, Useless Tech People – stop wielding “knowledge” like it was Geek Bravado weaponry

I’m sorry – but who the fuck cares that you can recite X, Y, and Z off the top of your head. Is its relevant and useful? Generally, no. Are you helping the situation, project or issue? No. There is a word for out-of-context over-information like that… Banal Minutiae. Google search makes glorified know-it-alls obsolete. [...]

18 August 2010 0 Comments

Mortgage Software Hack: Importing Contacts automatically into Encompass WITHOUT the SDK (just with SQL)

Mortgage Software Hack: Importing Contacts automatically into Encompass WITHOUT the SDK (just with SQL)

Anyone who has ever dealt with the mortgage software package “Encompass” from Ellie Mae – from any kind of support / IT standpoint knows the pain. It just… well, doesn’t behave as you would assume. Seemingly simple things (from an integration / workflow standpoint) just don’t play nice, help in the web forums is laughable, [...]

17 August 2010 0 Comments

Running Python script(s) as a Windows Service – Keep your Python Mojo Engines Running while you Sleep!

Running Python script(s) as a Windows Service – Keep your Python Mojo Engines Running while you Sleep!

Now any Python duct-taper integrate-anything junkie like me has a need to schedule their things (in production) every once in awhile. Usually this is not a problem – Unix / Linux cron jobs handle this nicely – but for a client or job that runs on a Windows server – the built-in “Scheduled Tasks” just [...]

14 April 2010 1 Comment

IT Battle of the Ages: Specialization vs Wide-Open Solutions

IT Battle of the Ages: Specialization vs Wide-Open Solutions

I once had a boss who was an ex-professional Baseball player. A catcher. That’s right, I said “professional”. He was drafted and everything, but never fully got called up to the active roster from his farm team (for the Pittsburgh Pirates). He spent over 3 years in the organization – outlasting many players, seeing others get called up, and playing against dozens who would go on to be greats in the Major Leagues. When he finally did get cut he was told this…

1 December 2009 0 Comments

Cut-N-Paste Corner: Microsoft SQL Server 2000, 2005, 2008 Simple Loop Template

Cut-N-Paste Corner: Microsoft SQL Server 2000, 2005, 2008 Simple Loop Template

I think that ‘data wrangling’ takes a special kind of problem solving mentality. Keeping data current, cleaning it, merging it, aggregating it, and creating summary (or data warehouse) tables for reporting purposes… For MANY years I used Express installations of SQL Server 2000 as my ultimate data Swiss Army knife. It was like a secret [...]