Emily Post for the digital generation.

Archive for the 'Open Source' Category

Patches, Forks, and Takeovers

A few years ago I discovered a tool called webchat which allowed you to script interactions with a website. You wrote things like:

GET http://www.perl.com
EXPECT OK && /perl/
GET not_there.html
EXPECT ERROR
BACK
BACK

and it would go fetch the page, see that it contained [...]

1 comment