Dr Fragen in the operating room

Andy Fragen

  • dFC 0.72

    This was actually a needed change. I didn’t realize that my table cleaning script might not have been going though correctly. What was happening was if there were more than one check to see if a table should be deleted and it hit on both criteria, like it did in my test. An error would…

    Read More

  • Colorization Using Optimization

    [Colorization Using Optimization](http://www.cs.huji.ac.il/~yweiss/Colorization/index.html#interactive) > In this paper we present a simple colorization method that requires neither precise image segmentation, nor accurate region tracking. Our method is based on a simple premise: neighboring pixels in space-time that have similar intensities should have similar colors. This is so cool.

    Read More

  • dFC 0.71

    I had to make a quick change to dataFileCleaner 0.7. I had to remove the threading calls as it overwhelmed Windows users. All should be well now. Go get the latest. `Refresh Code…` or [download][1] [1]: http://radio.weblogs.com/0001017/publicTools/

    Read More

  • dFC test

    > … Rice was a part of in the 1980**ï¿[product]**s, and Every Nation Ministries which Rice now leads. I was shocked. I**ï¿[product]**m used to heresy hunters who do nothing but attack everything. … **Emphasis is mine.** But this is what happened after I copied the source of part of the post to my blog. This…

    Read More

  • Hints for Markdown Tool users

    Make an entry in your `#prefs.txt` file like the following. #autoParagraphs false Keep it on its own line. It will stop [Radio][1] from automatically inserting it’s ` ` tags. Since you’re using the Markdown tool your text will already be wrapped in ` ` tags. This will create more XHTML compliant code. [1]: http://radio.userland.com

    Read More

  • Update for dataFileCleaner tool

    dFC is now to version 0.52. Yes, versioning is quite arbitrary. 馃檪 Here are the changes. * Callback created to handle running through post cleaning script at time of publish. Don’t ask me why it’s in `user.radio.callbacks.publishItem` and not `user.radio.callbacks.postItem`. It just seems to work there. * Added logging to tell which post is changed.…

    Read More