Showing posts with label image. Show all posts
Showing posts with label image. Show all posts
Thursday, April 3, 2025
Wednesday, April 2, 2025
Tuesday, April 1, 2025
Monday, March 31, 2025
Sunday, March 30, 2025
Tuesday, July 30, 2019
Thursday, March 8, 2018
Tuesday, January 9, 2018
Thursday, December 14, 2017
Mutant Homecoming: Disney Acquires Fox
First it was Spider-Man. Now it's the X-Men and Fantastic Four. We really don't need another megacorp, but as a fanboy, this is exciting.
Sunday, December 10, 2017
It’s Bigger on the Inside
Friday, November 17, 2017
He Lives
Labels:
government,
humor,
image,
link,
movies,
science fiction,
Trump
Friday, July 14, 2017
Draining the Swamp
Friday, June 2, 2017
Trying Out Fiverr
Thought I'd give fiverr a try, so I ordered a gig to convert the CLIPS application icon to a vector drawing. This was the original icon at full scale:
And the vector drawings received from the gig at various scales:
Pretty good and affordably priced.

And the vector drawings received from the gig at various scales:



Pretty good and affordably priced.
Monday, November 28, 2016
Bug Hunt
Is this going to be a stand-up fight, sir, or another bug hunt?If the bugs are seven feet tall, then a bug hunt is a stand-up fight.
PFC Hudson, Aliens
Thirteen days. That's how long it took me to hunt and kill this one. A WPF GUI on top of a .NET wrapper on top of a C++ wrapper for CLIPS.
After overhauling the internal representation of the primitive data types in CLIPS, successfully passing the regression tests, and successfully upgrading the CLIPSJNI demo examples, I thought upgrading the .NET examples would be fairly straightforward. But two of the examples were periodically crashing.
So I went back through past revisions trying to find the point at which the code stopped working. I finally got to the point where the removal of a single unused slot from a struct caused the crashing behavior. Not good at all since this was now likely a corruption issue.
As I delved further into the issue, it became clear that this was a problem related to both running CLIPS in an embedded mode and the CLIPS garbage collection routines. Debugging the issue in Visual Studio was also a huge PITA for a variety of issues, so when I reached the point at which it was clear that the issue was unrelated to the WPF and .NET code, I created a C++ example that produced the same behavior running with MacOS.
That was day thirteen. Once I had the program in Xcode, that's when the magic happened thanks to these diagnostic tools:

With the Address Sanitizer enabled, I was able to immediately determine where the initial issue started and based on thirteen days of scouring the code, quickly implement a fix for it with a half dozen lines of code. So thanks to the fellow who originally told me about these Xcode diagnostic tools. It looks like there's some similar functionality for Visual Studio, just not as easy to use as checking a box.
Monday, July 18, 2016
Trump Chooses Pence as Running Mate
Labels:
government,
humor,
image,
science fiction,
Trump,
TV
Wednesday, June 1, 2016
Monday, March 21, 2016
Subscribe to:
Posts (Atom)