Author Archive

How to Display Realtime Traffic Analytics

posted on September 2nd, 2009 by pyroman in Greg's Comments on the Internet

I left that out of the post because I didn’t change it from what Apache was installed with on my debian box. It looks like this.

#

# The following directives define some format nicknames for use with

# a CustomLog directive (see below).

# If you are behind a reverse proxy, you might want to change %h into %{X-Forwarded-For}i

#LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined

LogFormat "%h %l %u %t \"%r\" %>s %b" common

LogFormat "%{Referer}i -> %U" referer

LogFormat "%{User-agent}i" agent

Format reference: http://httpd.apache.org/docs/1.3/mod/mod_log_config.html#for…

Read more comments by Greg Allard

Xapian-haystack – A Xapian backend for Django Haystack

posted on August 11th, 2009 by pyroman in Greg's Comments on the Internet

I was using haystack with whoosh and running into the same problem. I was waiting for some updates on that, but I think I’ll check this out first. Thanks for sharing the code.

Read more comments by Greg Allard

Python Projects in Users’ Home Directories with wsgi

posted on July 8th, 2009 by pyroman in Greg's Comments on the Internet

I tried doing it that way first, but the wsgi directives aren’t allowed in an .htaccess file. It would have been much better to have a user place a few lines in their .htaccess file for python projects, but I didn’t find a way of doing that.

Read more comments by Greg Allard

A Django Model Manager for Soft Deleting Records and How to Customize the Django Admin

posted on July 2nd, 2009 by pyroman in Greg's Comments on the Internet

I felt the same way when I started especially since I didn’t know any python yet. And now I’m almost as comfortable as I was with php. I’m glad I moved on from php. It’s good to not be a single language developer.

Read more comments by Greg Allard

A Django Model Manager for Soft Deleting Records and How to Customize the Django Admin

posted on July 1st, 2009 by pyroman in Greg's Comments on the Internet

Yeah, I thought I’d write that post since before using this method, I was checking the flag each time I wanted a set of records. And I was doing that for a bunch of models. Now I can apply these managers to any new model that I create and I don’t need to worry about it anymore.

Read more comments by Greg Allard

Why you should make it easy for users to quit your product

posted on June 15th, 2009 by pyroman in Greg's Comments on the Internet

I just went through the whole xbox live cancel thing too. No place on the site or in the console to quit. Tech support e-mail would always say call them. The person on the phone was able to take care of everything and even mentioned billing.microsoft.com would allow you to stop the auto renew. I didn’t try that out since I was already on the phone. I don’t know why the e-mail support responses left that out. If that site works for someone, it would be nice to know.

Read more comments by Greg Allard

Ask HN: What web/desktop apps do you use to manage your startup?

posted on June 13th, 2009 by pyroman in Greg's Comments on the Internet

This wiki was created to list what tools are used by which startups. http://startuptools.pbworks.com/

Read more comments by Greg Allard

Doing more with the Django admin

posted on May 27th, 2009 by pyroman in Greg's Comments on the Internet

I like this: >Our apologies… > >The page you requested cannot be displayed

Read more comments by Greg Allard

Ask HN: Feedback on webapp, online meetings for group collaboration

posted on May 13th, 2009 by pyroman in Greg's Comments on the Internet

It’s good that you have a video showing the features, but it could use some more audio. The silent parts need a voiceover. It looks like there is enough stuff to talk about to fill up the whole time.

Read more comments by Greg Allard

Ask YC: Cheap alternatives to Aeron chairs?

posted on April 29th, 2009 by pyroman in Greg's Comments on the Internet

In addition to this question it would be good to know where to go to try out all of these chairs that are mentioned. Most places I’ve been only have the cheap ones out for trial.

Read more comments by Greg Allard