This question is primarily for myself, Berka, Jeffro, and a couple other Perl programmers and other dynamic programmers out there.
I reckon we could write a small Perl script which, when invoked, reads the top story from an RSS newsfeed, detects proper names, replaces them from a ready stock of substitutes, morphs the date to Imperial, and displays the results as a TNS bulletin.
It's also quite doable to simply hash-scramble proper names into pseudo Vilani.
What other gotchas would we need to detect? (The nice thing about dynamic programming is that development of small tools like this is strongly iteration-driven).
I reckon we could write a small Perl script which, when invoked, reads the top story from an RSS newsfeed, detects proper names, replaces them from a ready stock of substitutes, morphs the date to Imperial, and displays the results as a TNS bulletin.
It's also quite doable to simply hash-scramble proper names into pseudo Vilani.
What other gotchas would we need to detect? (The nice thing about dynamic programming is that development of small tools like this is strongly iteration-driven).