Saturday, November 12, 2005

Miscellany

Blogger has finally implemented a backtracking feature (now if only they'll add categories, I can be content), and I've replaced the Technorati trackback link at the bottom of each post with a Blogger 'backlink'. Just in time, as it turns out, for my last post to actually get linked to. Thanks Suresh and Anthony. Of course, you guys realize that my post was not about P vs. NP proofs. I have a real affection for these, flawed or otherwise. The hypercomputationalists are another matter; I may have more to say about them in the future. I'm still mulling over a few things (sorry, I think slowly). In the meantime, here are a few miscellaneous thoughts I need to unload because they're clogging up the works...

Elsevier:

In the comments to my last post, Chris Leonard at Elsevier responds to a remark I made about the journal Theoretical Computer Science. Not being a part of academia, and never having published a research article, I am not familiar with the issues surrounding scientific publishing. But Chris seems to be genuinely interested in receiving feedback from people in the field, so I would encourage you to take advantage of that and send your suggestions or gripes to him. And although I absolutely do NOT recommend it, I can't help mentioning that if you are feeling angry and at a loss for words, you might want to check out this article first (thanks to Bora Zivkovic). (Seriously, though, I'm only joking. Please be polite.)

Cosma's notebooks:

I was trying to find an online copy of an old Claude Shannon article, and in the process came across these notebooks of Cosma Shalizi's. Now evidently Cosma is well known in these parts, at least to people who have been around longer than I have. All I can say is, as someone who loves books and thought he had a nice little collection, I feel so, so inadequate now.

Backlash against editor who published ID:

This story, Intelligent Design and Academic Freedom was on NPR's All Things Considered program two days ago. I haven't noticed any feedback yet about this on the Web, and I'm curious about people's reaction to it. Are academics really this petty and vindictive?

ASCIIMathML and Blogger

Finally, here is a little technical issue I noticed with the new backlink feature: The Blogger backlink display can be garbled by ASCIIMathML. The Blogger template uses variable tags like <$BlogBacklinkTitle$>. Most of these get resolved on the server side, so your browser (and ASCIIMathML) never see them. But the backlinks get resolved on the browser, and evidently ASCIIMathML gets to them before the Blogger script does. So <$BlogBacklinkTitle$> can turn into something like <BlogBackl∈ktit≤>.

According to ASCIIMathML's creator, Peter Jipsen, the easiest workaround is to just remove the dollar sign as a potential delimiter and use the backquote instead. To make this change in the script, find the line near the top of the file that looks like so:

var AMdelimiter2 = "$", AMescape2 = "\\\\\\$", AMdelimiter2regexp = "\\$";

and change the delimiter sequences to something that will never appear in the page, such as the following:

var AMdelimiter2 = "NeverInText", AMescape2 = "NeverInText", AMdelimiter2regexp = "NeverInText";

Happy coding!

Labels:

4 Comments:

At 11/12/2005 07:56:00 AM, Blogger twidjaja said...

Hi Kurt,

Any time. Also thanks for identifying the problem of ASCIIMathML with Blogger backlinks.

In the meantime, you might want to take a look at another book on hypercomputation which I came across in the library this week: "Super-Recursive Algorithms" by Mark Burgin :-) At any rate, this one seems nicer than any others I have seen so far.

PS: the other day, I mentioned Toby Ord because I know him (we did our undergrad studies at the same universities, although he started and finished earlier) and he got A+ for his senior undergraduate thesis (so at least, the computer scientists in Melbourne seem to like hypercomputation too ;-)).

 
At 11/14/2005 12:13:00 AM, Blogger Kurt said...

I'll have to check if the local library has the Mark Burgin text. Unfortunately, it's not searchable on Amazon, so I can't get a sense of what's in it. (And evidently Google hasn't violated the copyright on that one yet.)

I liked the thesis paper by Toby Ord. It was conspicuously missing the kind of hyperbole that often appears in hypercomputation articles. And now that you mention it, there does seem to be a disproportionate number of hypercomputationalists in Australia...I wonder what's behind that?

 
At 11/16/2005 09:54:00 AM, Blogger twidjaja said...

There aren't too many hypercomputationalists in Australia. I'm only aware of two: Toby Ord and Tien D. Kieu. Actually, I think for this reason, Toby chose to move to Oxford. Also, there is Jack Copeland in New Zealand.

 
At 11/17/2005 09:49:00 PM, Blogger Kurt said...

Yes, I guess I was subconsciously lumping Australia and New Zealand together. My bad. In addition to Jack Copeland, there's Diane Proudfoot, and I might put Chris Calude at least partly in that category.

 

Post a Comment

Links to this post:

Create a Link

<< Home