Re: how to log errors in web applications

2002-02-08 Thread Dave Long
> How much do you need to see in the stack trace window? cgitb puts a > *lot* of stuff there, including little source windows, bindings of > some local variables, etc. I don't need to see much at any given time. What I want is a tool which will keep track of what context* I want to see, displ

Re: making passwords

2002-02-08 Thread Kragen Sitaker
Laura Creighton writes: > I think that it is better to take the first letter in every word > of a memorable phrase so that you do not forget them by mistake. I was curious how many bits of entropy your phrase method would produce. So I took the first volume of Gibbon's _Decline and Fall of the R

Re: patricia indices for directed graphs

2002-02-08 Thread Kragen Sitaker
Dave Long writes: > > Unfortunately, I think that the resulting Patricia trees will need to > > represent the DAG paths internally, as they can't rely on the DAG to > > hold them (the way they can with linear sequences of text.) > > Why not? Well, in a string, I can identify a suffix of the stri