Les Held on the Today Show

My father was featured on Hoda’s Bucket list segment on the Today show. My dad never really wanted to talk about his past in public, but recently he met one of the soldiers from the US 30th Infantry who rescued him. With the passing of the last of the group who rescued him, he know wants to ensure his story is told. The today show segment didn’t go into detail of his rescue, but men like Matthew Rozell and Frank Towers have documented it on Teaching History Matters...

September 9, 2017 · 1 min · Aaron Held

Answers Chat bot for your WordPress blog

Introduction Chat based interfaces, backed by powerful AI (Artificial Intelligence), are effective ways to connect with your customers. For decades thousands of brilliant and dedicated scientists have collaborated to create AI and Language Processing to construct automated systems for the betterment of humanity. More recently Microsoft wrapped this magic in tooling that makes it accessible to the less sophisticated masses (and .net developers) When blogging became popular a number of companies sought to ‘commoditize’ the complexity of setting up a server and running custom website software....

April 15, 2017 · 3 min · Aaron Held

Reading Exchange Mail with Java

Many times I’ve had to sweep an inbox and do something with the email. Typically the easiest way is to use IMAP, but our corporate email server has IMAP disabled. Fortunately 2007 Microsoft Exchange has had a rich web service interface so I wanted to give that a try. One of the main patterns used is to read an email and then move it to something like an ‘archive’ or ‘error’ directory....

July 14, 2013 · 2 min · Aaron Held

Practical Hypermedia for our post ORM world

This post is for people who have started learning about hypermedia and feel that it over complicates the elegance of REST. When I started hearing about hypermedia I felt it was adding architecture acrobatics for the sake of buzzword enhancement. After having applied these techniques in a few places not only have a drunk the cool aid, I’ve setup a stand beside my desk. I look back and try to understand where my initial negative reaction came from....

September 29, 2012 · 8 min · Aaron Held

JIRA story point totals using Ruby and Rest

I’m using a hosted version of JIRA and needed to obtain quick totals based on filters that I have setup. I could not find any easy documentation online so I thought I’d share my quick hack. The REST API is very well documented and uses the same JQL as the filters do. In order to view the commit list for an iteration I have some JQL that looks like: fixversion = 20120611 and fixversion was 20120611 ON “2012/06/11” AND status NOT IN (canceled, “on hold”)...

June 12, 2012 · 2 min · Aaron Held