Archive for the ‘Uncategorized’ Category
Journey Map
Posted by thomaslotze in Projects, Uncategorized on April 20th, 2015
In preparing for my talk on Journey at Adventure Design Group, I made a little animated map of where Journey to the End of the Night has been played.
Bandit version 0.5.0 released
Posted by thomaslotze in Uncategorized on May 5th, 2014
I’ve uploaded a new version of my bandit package to CRAN, which does computation around Bayesian Bandit A/B testing. It now includes my first contribution from another author, an implementation of the “value remaining” in an experiment, thanks to Dr. Markus Loecher. I’ve also been considering automatically implementing a hierarchical model (which I now think is significantly better than assuming even an uninformative independent prior for the arms). I am hesitant to depend on JAGS (because of the trouble I’ve sometimes seen in installing it), but I might do just that in the next version…
Yahoo Pipes
Posted by thomaslotze in Uncategorized on October 13th, 2009
Today I discovered Yahoo Pipes, a way to mix and filter input from the web. This made me pretty excited–for a while, I’ve had as a project in the middle of my TODO list, to find a way to rss posts only by a specific author. In particular, I wanted to have an RSS feed that looked at the tor.com RSS feed, but only kept posts by Liz Gorinsky. I assumed that this would involve writing a little script to go to this specific feed, parse out the entries, and then just display the ones which had Liz as the author: a good hour or so of work to do the parsing, RSS comprehension, and debugging to get it all to work properly.
However, in under ten minutes at Yahoo Pipes, I’d made this, which allows you not just to filter out posts by Liz, but allows anyone to create a new RSS feed to filter Tor’s feed for any author they input. It was all done with a very slick visual interface where I literally dragged and linked together the components without writing a single line of code.
This seems to be just scratching the surface of Yahoo Pipes’ capabilities, too: besides filtering, they’ve got widgets for location extraction, regular expressions, combining multiple feeds…I think this is going to be a pretty powerful tool.