More Pylons Stuff

May 2nd, 2008

As John promised,
Zero to 60 with Pylons in just minutes (Part 2) is online! Now if I only had the time to play with this stuff…

What did I just edit?

May 1st, 2008

I checked out some code files from Razor (don’t ask, we use an old CM system), created a couple of new ones, now I want to quickly double-check which of the thousands of files in our source tree are the ones I checked out or created (don’t ask, we use an old CM system), so I can check the changes back in and introduce the new files (if I forget, guess who gets the wooden spoon for breaking the build):

So fire up a DOS prompt and type in:

C:\path to my code\>dir *.cpp *.h *.vcproj
/b /s /a:-r > \usafipd\updated_files.txt

This says “list all of the code files and Visual Studio project files from here on down that are writeable (i.e. not locked by Razor), then dump the results to a file in case there are hundreds of filenames to review.

This gives me a file, updated_files.txt, containing a nice list of all the .cpp, .h and .vcproj (Visual Studio project) files I checked out (i.e. made writeable).

Invisible, indeed!

May 1st, 2008

The book The Invisible Web: Uncovering Information Sources Search Engines Can’t See, cited in John Battelle’s book The Search: How Google and Its Rivals Rewrote the Rules of Business and Transformed Our Culture, describes the problem posed by the unsearchable areas of the Web, such as subscription-only databases. Intrigued, I scooted over to the Invisible Web’s companion website, only to find the web is actually just a little bit more invisible than I thought:

Vote for mod_rails!

April 14th, 2008

Hey, Dreamhost - when are we going to get mod_rails on our shared server accounts? Fellow Dreamhosters, if you’ve been waiting for an easier way to deploy and run small Rails apps, then vote for the mod_rails suggestion!

Pylons stuff

April 13th, 2008

John Brennan brings us a short Pylons intro Zero to 60 with Pylons… in just minutes (Part 1). Can hardly wait for Part 2!

Also noticed The Definitive Guide to Pylons from Pylons lead developer James Gardner is slated to arrive in July 2008.