Tag: Archive.org

Using the Wayback Machine Downloader to rebuild Dissociated Press

This domain has been online since January 2001. A homepage or, more often, some type of blog has been here almost as long. I’ve been, often, lackadaisical about continuity of content and posting. The kind folks at the Internet Archive, or rather their web scraping bots, have been far...

Vim tips: Working with external commands

Vim is a powerful editing tool, but there are some things it just can’t do. However, Vim lets you access shell commands and utilities without leaving Vim, and that lets you perform some amazing tricks. If you run :shell or just :sh while you’re in the editor, Vim (or...

Perl history: A look at the plans for Perl 6 evolving from Perl 5

Perl is somewhat unique among programming languages, largely because its inventor, Larry Wall, wanted his creation to resemble a natural language. For the most part, he has succeeded; Perl has evolved quite like a natural language since its inception in 1987, adapting to changing circumstances and a growing developer...