Hacker News new | ask | show | jobs
by Amnon 5640 days ago
Did anyone notice the mailing list? It's one dedicated to the author. Interesting alternative for a blog.
3 comments

There are some real gems on the list, too:

"Smalltalk Performance and Moore's Law" http://lists.canonical.org/pipermail/kragen-tol/2007-March/0...

"OCaml vs. SBCL, and various other interpreters" http://lists.canonical.org/pipermail/kragen-tol/2007-March/0...

"what affects programming language adoption?" http://lists.canonical.org/pipermail/kragen-tol/2006-Novembe...

(kragen is also kragen here)

Thank you! I'm glad you enjoyed them.
I will say one thing, a blog would have trouble surviving since 1998: http://lists.canonical.org/pipermail/kragen-hacks/
The mailing list is having some trouble surviving, too. Apparently at some point Google decided our domain was spammy, and all the Gmail subscribers started getting their mail automatically spam-filtered. I contacted a bunch of people directly (via Google Talk or Facebook) to get them to fish the latest mail out of the spambox.

Beyond that, I don't know what to do. I guess I could post more often.

I certainly need a better blog interface for it. What I have right now is http://www.bentwookie.org/blog.

Reading through http://lists.canonical.org/pipermail/kragen-tol/2010-March/0...

Managing a site through a DVCS is, IMO, a good idea. (I do it for my own site, http://www.gwern.net/ ). But I think your worries are somewhat groundless. If you are interested in preventing patent problems years down the line, there's no need for fancy cryptographic commitment schemes; you could probably just appeal to archive sites like the Internet Archive or WebCitation. When you access their archived pages, the pages come with timestamps in the frame or as part of the URL.

To some extent, you are already doing this: http://web.archive.org/web/*/http://lists.canonical.org/pipe...

(I know that the Internet Archive has been used by some courts for one purpose or another, though I don't know that it has been employed for demonstrating prior art.)

That said, if you investigated existing cryptographic time-stamping services (http://en.wikipedia.org/wiki/Trusted_timestamping#External_l...) and figured out how to integrate them into a DVCS (a shell script called from cron?), I would certainly find that an interesting thing to read on Hacker News.