Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

wise words

6 views
Skip to first unread message

Bob Badour

unread,
May 18, 2006, 3:24:49 PM5/18/06
to
I stumbled across some wise words that resonate with me at
http://en.wikipedia.org/wiki/Plan_9_from_Bell_Labs quoted from Eric S.
Raymond:

"The most dangerous enemy of a better solution is an existing codebase
that is just good enough."

He was talking about Bell Labs' attempt to replace Unix with a better
unix-like OS. But his words ring just as true for SQL and a host of
other computing languages.

erk

unread,
May 18, 2006, 3:38:30 PM5/18/06
to
I might replace "good enough" with "prevalent enough" in the case of
XML. Having used Java interfaces like JDBC, JMS, JNDI, and countless
others (including JNI, interfacing to "native" - typically C -
libraries), there is little to compare to the horrors of XML libraries
and parser confusion (DOM, JDOM, JAXB, Xalan, Xerces, blah blah).

There's no indication that XML and its offspring "technologies" are
"good enough" - yet no immediate sign of them going away. Unless, of
course, "good enough" applies to job security, in which case:
explanation complete.

The horror... the horror...

- erk

"Are you quite sure that all those bells and whistles, all those
wonderful facilities of your so called powerful programming languages,
belong to the solution set rather than the problem set?"
- Edsger W. Dijkstra

x

unread,
May 19, 2006, 4:17:13 AM5/19/06
to

"erk" <eric...@gmail.com> wrote in message
news:1147981110....@g10g2000cwb.googlegroups.com...

> I might replace "good enough" with "prevalent enough" in the case of
> XML. Having used Java interfaces like JDBC, JMS, JNDI, and countless
> others (including JNI, interfacing to "native" - typically C -
> libraries), there is little to compare to the horrors of XML libraries
> and parser confusion (DOM, JDOM, JAXB, Xalan, Xerces, blah blah).

These are made by smart peoples because the smarter ones are too busy to do
anything about it.
We like inventions.

Erwin

unread,
May 19, 2006, 9:52:19 AM5/19/06
to

A database scientist and a database engineer are walking side by side
on the street. They see a beautiful woman on the other side, and want
to cross the street, but then someone tells them that if they're
heading for that beautiful woman, they can only do so by traveling each
time only half of the remaining distance.

Says the scientist : "Well, if that's so, then there's no point in
trying, for I know I'll never get there", and he goes on.
Says the engineer : "Well, I know equally well I'll never actually get
there, but at any rate, I'll surely get close enough", and he got the
girl.

My point : technical purity is not everything. Replacing something
that's "good enough" with something that's better will only be done if
that replacement can be expected to give an acceptable return on the
investment required. If that cannot reasonably be expected, then any
sensible person (and that includes you, Bob) will stick with what's
"good enough".

With apologies to the female part of the audience for the male
chauvinist pig attitude implied in the joke.

Bob Badour

unread,
May 19, 2006, 12:21:24 PM5/19/06
to
Erwin wrote:
> Bob Badour wrote:
>
>>I stumbled across some wise words that resonate with me at
>>http://en.wikipedia.org/wiki/Plan_9_from_Bell_Labs quoted from Eric S.
>>Raymond:
>>
>>"The most dangerous enemy of a better solution is an existing codebase
>>that is just good enough."
>>
>>He was talking about Bell Labs' attempt to replace Unix with a better
>>unix-like OS. But his words ring just as true for SQL and a host of
>>other computing languages.
>
> A database scientist and a database engineer are walking side by side
> on the street. They see a beautiful woman on the other side, and want
> to cross the street, but then someone tells them that if they're
> heading for that beautiful woman, they can only do so by traveling each
> time only half of the remaining distance.
>
> Says the scientist : "Well, if that's so, then there's no point in
> trying, for I know I'll never get there", and he goes on.
> Says the engineer : "Well, I know equally well I'll never actually get
> there, but at any rate, I'll surely get close enough", and he got the
> girl.
>
> My point : technical purity is not everything.

Neither is fallacious reasoning.


Replacing something
> that's "good enough" with something that's better will only be done if
> that replacement can be expected to give an acceptable return on the
> investment required. If that cannot reasonably be expected, then any
> sensible person (and that includes you, Bob) will stick with what's
> "good enough".

Your argument has a flaw related to primate psychology. We silly monkeys
place greater value on what we have than on what we can get.

See:
http://www.futurepundit.com/archives/002849.html


> With apologies to the female part of the audience for the male
> chauvinist pig attitude implied in the joke.

I suggest you owe a greater debt to the scientist part of the audience.
Coming from an engineering background myself, I was always fond of the
joke about the engineering student and the medical student.

Keith H Duggar

unread,
May 19, 2006, 2:51:34 PM5/19/06
to
Bob Badour wrote:
> Erwin wrote:

> > With apologies to the female part of the audience for
> > the male chauvinist pig attitude implied in the joke.
>
> I suggest you owe a greater debt to the scientist part of
> the audience. Coming from an engineering background
> myself, I was always fond of the joke about the
> engineering student and the medical student.

Coming from a chemical engineering background I enjoyed the
generic name for Viagra : anti-micoxaphloppin.

David Cressey

unread,
May 20, 2006, 8:05:09 AM5/20/06
to

"Bob Badour" <bba...@pei.sympatico.ca> wrote in message
news:5S3bg.9464$A26.2...@ursa-nb00s0.nbnet.nb.ca...

Those are wise words indeed. I've heard some other wise words, shuch as:

"The perfect is the enemy of the good."

No one motto covers all the cases.


David Cressey

unread,
May 20, 2006, 8:06:29 AM5/20/06
to

"erk" <eric...@gmail.com> wrote in message
news:1147981110....@g10g2000cwb.googlegroups.com...
> I might replace "good enough" with "prevalent enough" in the case of
> XML. Having used Java interfaces like JDBC, JMS, JNDI, and countless
> others (including JNI, interfacing to "native" - typically C -
> libraries), there is little to compare to the horrors of XML libraries
> and parser confusion (DOM, JDOM, JAXB, Xalan, Xerces, blah blah).
>

One of my catch phrases is: "not better enough".


Erwin

unread,
May 22, 2006, 7:24:42 AM5/22/06
to
" ... We silly monkeys place greater value on what we have than on what
we can get. ..."

You seem to take it for granted axiomatically that indeed we CAN "get"
that something better. If that were true, you're absolutely right.
But I'm a bit more skeptical. I'll believe it when I see it.

Frank Hamersley

unread,
May 22, 2006, 9:46:14 AM5/22/06
to
Erwin wrote:
> " ... We silly monkeys place greater value on what we have than on what
> we can get. ..."
>
> You seem to take it for granted axiomatically that indeed we CAN "get"
> that something better. If that were true, you're absolutely right.

hence "A bird in the hand is worth two in the bush"!

> But I'm a bit more skeptical. I'll believe it when I see it.

and "Believe nothing of what you hear and only half of what you see".

Of course some in CDT are much much smarter than these aged wisdoms!

Cheers, Frank.

x

unread,
May 22, 2006, 10:08:53 AM5/22/06
to

"Frank Hamersley" <terabit...@bigpond.com> wrote in message
news:Ggjcg.8872$S7....@news-server.bigpond.net.au...

> Erwin wrote:
> > " ... We silly monkeys place greater value on what we have than on what
> > we can get. ..."
> >
> > You seem to take it for granted axiomatically that indeed we CAN "get"
> > that something better. If that were true, you're absolutely right.
>
> hence "A bird in the hand is worth two in the bush"!

http://en.wikiquote.org/wiki/Proverb:_A_bird_in_the_hand

> > But I'm a bit more skeptical. I'll believe it when I see it.
>
> and "Believe nothing of what you hear and only half of what you see".

The text in CDT is something that we hear or something that we see ?

> Of course some in CDT are much much smarter than these aged wisdoms!

I've read tons of proverbs but I forgotten most of them.


Bob Badour

unread,
May 22, 2006, 10:47:16 AM5/22/06
to
Erwin wrote:
>
> Erwin wrote:
>>
>> Bob Badour wrote:
>>>
>>> He was talking about Bell Labs' attempt to replace Unix with a
>>> better unix-like OS. But his words ring just as true for SQL and a
>>> host of other computing languages.

...

>> Replacing something that's "good enough" with something that's better
>> will only be done if that replacement can be expected to give an
>> acceptable return on the investment required. If that cannot
>> reasonably be expected, then any sensible person (and that includes
>> you, Bob) will stick with what's "good enough".

...

> " ... We silly monkeys place greater value on what we have than on what

> we can get. See: http://www.futurepundit.com/archives/002849.html ..."


>
> You seem to take it for granted axiomatically that indeed we CAN "get"
> that something better. If that were true, you're absolutely right.
> But I'm a bit more skeptical. I'll believe it when I see it.

In short, you are just close-minded or perhaps lack the ability of
abstract reasoning. Given the well-known problems with 1) NULL, 2)
duplicates and 3) poor support for domains or types, the fact that we
can get something better than SQL is a foregone conclusion. One does not
need to take that as an axiom to prove the result.

Everything you have posted here has been not only false but fallacious.
Plonk.

Frank Hamersley

unread,
May 23, 2006, 5:35:51 AM5/23/06
to
x wrote:
> "Frank Hamersley" <terabit...@bigpond.com> wrote in message
> news:Ggjcg.8872$S7....@news-server.bigpond.net.au...
>> Erwin wrote:
>>> " ... We silly monkeys place greater value on what we have than on what
>>> we can get. ..."
>>>
>>> You seem to take it for granted axiomatically that indeed we CAN "get"
>>> that something better. If that were true, you're absolutely right.
>> hence "A bird in the hand is worth two in the bush"!
>
> http://en.wikiquote.org/wiki/Proverb:_A_bird_in_the_hand
>
>>> But I'm a bit more skeptical. I'll believe it when I see it.
>> and "Believe nothing of what you hear and only half of what you see".
>
> The text in CDT is something that we hear or something that we see ?

Touche! Prolly the former given the SNR.

>> Of course some in CDT are much much smarter than these aged wisdoms!
>
> I've read tons of proverbs but I forgotten most of them.

But that only says something about you and nothing about the veracity of
the proverbs. :-)

Cheers, Frank.

x

unread,
May 23, 2006, 5:46:29 AM5/23/06
to

"Frank Hamersley" <terabit...@bigpond.com> wrote in message
news:XHAcg.9286$S7....@news-server.bigpond.net.au...

> x wrote:
> > "Frank Hamersley" <terabit...@bigpond.com> wrote in message
> > news:Ggjcg.8872$S7....@news-server.bigpond.net.au...

> >> Of course some in CDT are much much smarter than these aged wisdoms!

> > I've read tons of proverbs but I forgotten most of them.

> But that only says something about you and nothing about the veracity of
> the proverbs. :-)

Proverbs are made by us and only say something about us.


Roy Hann

unread,
May 23, 2006, 6:07:06 AM5/23/06
to
"x" <x...@not-exists.org> wrote in message news:e4ulgq$tf4$1...@emma.aioe.org...

> Proverbs are made by us and only say something about us.

Either you are equivocating or you are uttering a triviality. The ancient
"us" who coined most proverbs is a different "us" than inhabit c.d.t. today.
Which is it?

Roy

(This time I *am* taking the piss. Just thought I'd spell that out, so
there's no confusion.)


x

unread,
May 23, 2006, 6:20:26 AM5/23/06
to

"Roy Hann" <spec...@processed.almost.meat> wrote in message
news:abidnT91MeJOQ-_Z...@pipex.net...

> "x" <x...@not-exists.org> wrote in message news:e4ulgq$tf4$1...@emma.aioe.org...
> > Proverbs are made by us and only say something about us.

> Either you are equivocating or you are uttering a triviality.

I could say the same about Frank here:

Frank:>> Of course some in CDT are much much smarter than these aged
wisdoms!

x:> I've read tons of proverbs but I forgotten most of them.

Frank:But that only says something about you and nothing about the veracity
of
the proverbs. :-)

x:> > Proverbs are made by us and only say something about us.


> The ancient
> "us" who coined most proverbs is a different "us" than inhabit c.d.t.
today.
> Which is it?

The "us" that "inhabit" c.d.t. are the great-great-great-...-great-nephews
of the ancient "us" who coined most proverbs.
prov-erb (prov'uhrb) n., v. <-erbed, -erb-ing>
n.
1. a short popular saying, usu. of unknown
and ancient origin, that expresses
effectively some commonplace truth or
useful thought; adage; saw.

folk-lore (fohk'lôr , -lohr ) n.
1. the traditional beliefs, legends,
customs, etc., of a people; lore of a
people.
2. the study of such lore.
3. a body of widely held but false or
unsubstantiated beliefs.

Us are the folks.

> (This time I *am* taking the piss. Just thought I'd spell that out, so
> there's no confusion.)

Sorry, I don't understand you here.

David Cressey

unread,
May 23, 2006, 6:27:52 AM5/23/06
to

"Erwin" <e.s...@myonline.be> wrote in message
news:1148297082.3...@u72g2000cwu.googlegroups.com...

I take it for granted that, for any given thing, something better will
eventually come along.

The operative word here is "eventually". During my days as a database
designer/developer, I would have been foolish to wait until something better
came along. I worked with the tools I had.

It's equally valid for a theoretician or a DBMS engineer to look at the
state of the art, and dream up things that never were, and ask "why not?"

Erwin

unread,
May 23, 2006, 7:30:14 AM5/23/06
to
Can someone pls spell me out the precise objective criteria for
distinguishing "wise words" from "aged wisdom" ?

Or is that just a matter of what one absolutely wants to believe and
what not ?

Erwin

unread,
May 23, 2006, 7:34:02 AM5/23/06
to
>> Replacing something that's "good enough" with something that's
better
>> will only be done if that replacement can be expected to give an
>> acceptable return on the investment required. If that cannot
>> reasonably be expected, then any sensible person (and that includes

>> you, Bob) will stick with what's "good enough".

> Everything you have posted here has been not only false but fallacious.

If my observation regarding how the economic world operates is
fallacious, then I don't think I would ever even WANT to be right again.

Frank Hamersley

unread,
May 23, 2006, 7:47:25 AM5/23/06
to
x wrote:
> "Roy Hann" <spec...@processed.almost.meat> wrote in message
>> "x" <x...@not-exists.org> wrote in message news:e4ulgq$tf4$1...@emma.aioe.org...
>>> Proverbs are made by us and only say something about us.
>
>> Either you are equivocating or you are uttering a triviality.
>
> I could say the same about Frank here:

You "could" - but you would be wrong on both counts!

No sure where the "folk" bit came from but if you are happy to associate
with them go hard son!

[..]

Cheers, Frank.

x

unread,
May 23, 2006, 7:47:09 AM5/23/06
to

"Erwin" <e.s...@myonline.be> wrote in message
news:1148383814.2...@u72g2000cwu.googlegroups.com...

I don't know about that.
I can only notice that "aged wisdom" might show its age.


x

unread,
May 23, 2006, 7:56:00 AM5/23/06
to

"Frank Hamersley" <terabit...@bigpond.com> wrote in message
news:hDCcg.9382$S7....@news-server.bigpond.net.au...

> No sure where the "folk" bit came from but if you are happy to associate
> with them go hard son!

3. (used with a pl. v.) people as the
carriers of culture, esp. as
representing a society's mores, customs,
and traditions.

You are a part of "them".


Frank Hamersley

unread,
May 23, 2006, 5:12:50 PM5/23/06
to

Someone tell him "he's dreamin'"!

Cheers, Frank.

Frank Hamersley

unread,
May 23, 2006, 5:16:11 PM5/23/06
to

You could also presume it has been tested on many occasions and still
prevails. A bit like Codd's 12 in this place.

Cheers, Frank.

x

unread,
May 24, 2006, 2:24:46 AM5/24/06
to

"Frank Hamersley" <terabit...@bigpond.com> wrote in message
news:vYKcg.9533$S7....@news-server.bigpond.net.au...

The ones who don't have old men/women around should buy some.


x

unread,
May 24, 2006, 2:27:54 AM5/24/06
to

"Frank Hamersley" <terabit...@bigpond.com> wrote in message
news:mVKcg.9531$S7....@news-server.bigpond.net.au...

I'm not aware of the bad connotations the word "folks" might have in your
area.
Maybe you misread what I said ?


Frank Hamersley

unread,
May 24, 2006, 7:40:07 AM5/24/06
to
x wrote:
> "Frank Hamersley" <terabit...@bigpond.com> wrote in message
> news:mVKcg.9531$S7....@news-server.bigpond.net.au...
>> x wrote:
>>> "Frank Hamersley" <terabit...@bigpond.com> wrote in message
>>> news:hDCcg.9382$S7....@news-server.bigpond.net.au...
>>>
>>>> No sure where the "folk" bit came from but if you are happy to
> associate
>>>> with them go hard son!
>>> 3. (used with a pl. v.) people as the
>>> carriers of culture, esp. as
>>> representing a society's mores, customs,
>>> and traditions.
>>>
>>> You are a part of "them".
>
>> Someone tell him "he's dreamin'"!
>
> I'm not aware of the bad connotations the word "folks" might have in your
> area.
> Maybe you misread what I said ?

I don't think so - you offered 2 choices - proverb vs folklore - I was
associating myself with the former. Those arrayed against were
accordingly (IMO) "folk".

Cheers, Frank.

x

unread,
May 24, 2006, 8:01:25 AM5/24/06
to

"Frank Hamersley" <terabit...@bigpond.com> wrote in message
news:rCXcg.10019$S7....@news-server.bigpond.net.au...

LOL


x

unread,
May 24, 2006, 8:23:21 AM5/24/06
to
Have you counted your snakes recently ?


Frank Hamersley

unread,
May 24, 2006, 5:38:43 PM5/24/06
to
x wrote:
> Have you counted your snakes recently ?

Yes (frequently) - still NULL! :-)

Cheers, Frank.

David Cressey

unread,
May 25, 2006, 2:13:47 AM5/25/06
to

"Frank Hamersley" <terabit...@bigpond.com> wrote in message
news:Dn4dg.10138$S7....@news-server.bigpond.net.au...

Wouldn't it be nice if the count were zero, instead?

[ducking]
.


Frank Hamersley

unread,
May 25, 2006, 9:00:20 AM5/25/06
to

It would certainly be safer for moi! However in the real world 'le
slither' is prolly still about somewhere - but given it is autumn I
suspect there is some low lying hibernation happening - hence NULL at
this moment!

Cheers, Frank.

x

unread,
May 25, 2006, 9:02:13 AM5/25/06
to

"Frank Hamersley" <terabit...@bigpond.com> wrote in message
news:EThdg.10553$S7....@news-server.bigpond.net.au...

Have you counted the *missing* snakes ?


dawn

unread,
May 25, 2006, 5:51:38 PM5/25/06
to
x wrote:
> "Frank Hamersley" <terabit...@bigpond.com> wrote in message
> news:EThdg.10553$S7....@news-server.bigpond.net.au...
> > David Cressey wrote:
> > > "Frank Hamersley" <terabit...@bigpond.com> wrote in message
> > > news:Dn4dg.10138$S7....@news-server.bigpond.net.au...
> > >> x wrote:
> > >>> Have you counted your snakes recently ?
> > >> Yes (frequently) - still NULL! :-)
> > >>
> > >> Cheers, Frank.
> > >
> > > Wouldn't it be nice if the count were zero, instead?
> >
> > It would certainly be safer for moi! However in the real world 'le
> > slither' is prolly still about somewhere - but given it is autumn I
> > suspect there is some low lying hibernation happening - hence NULL at
> > this moment!
>
> Have you counted the *missing* snakes ?

It sounds like he is only aware of an empty set of snakes, which we can
record as a value while he attempts to figure out what the lack of a
value might mean.

--dawn

Marshall

unread,
May 25, 2006, 6:22:58 PM5/25/06
to
x wrote:
> Have you counted the *missing* snakes ?

Samual Jackson unavailable for comment.

http://www.imdb.com/title/tt0417148/


Marshall

Frank Hamersley

unread,
May 26, 2006, 8:53:26 AM5/26/06
to
x wrote:
> "Frank Hamersley" <terabit...@bigpond.com> wrote in message
>> David Cressey wrote:
>>> "Frank Hamersley" <terabit...@bigpond.com> wrote in message
>>>> x wrote:
>>>>> Have you counted your snakes recently ?
>>>> Yes (frequently) - still NULL! :-)
>>>>
>>> Wouldn't it be nice if the count were zero, instead?
>> It would certainly be safer for moi! However in the real world 'le
>> slither' is prolly still about somewhere - but given it is autumn I
>> suspect there is some low lying hibernation happening - hence NULL at
>> this moment!
>
> Have you counted the *missing* snakes ?

How do you enumerate a missing snake(s)?

Cheers, Frank.

x

unread,
May 29, 2006, 2:26:39 AM5/29/06
to

"Frank Hamersley" <terabit...@bigpond.com> wrote in message
news:aTCdg.11096$S7....@news-server.bigpond.net.au...

"One idiot throw a stone in the water and ten wise guys are not able to get
it out."


Frank Hamersley

unread,
May 29, 2006, 8:46:22 AM5/29/06
to
x wrote:
> "Frank Hamersley" <terabit...@bigpond.com> wrote in message
> news:aTCdg.11096$S7....@news-server.bigpond.net.au...
>> x wrote:
>>> "Frank Hamersley" <terabit...@bigpond.com> wrote in message
>>>> David Cressey wrote:
>>>>> "Frank Hamersley" <terabit...@bigpond.com> wrote in message
>>>>>> x wrote:
>>>>>>> Have you counted your snakes recently ?
>>>>>> Yes (frequently) - still NULL! :-)
>>>>>>
>>>>> Wouldn't it be nice if the count were zero, instead?
>>>> It would certainly be safer for moi! However in the real world 'le
>>>> slither' is prolly still about somewhere - but given it is autumn I
>>>> suspect there is some low lying hibernation happening - hence NULL at
>>>> this moment!
>>> Have you counted the *missing* snakes ?
>
>> How do you enumerate a missing snake(s)?
>
> "One idiot throw a stone in the water and ten wise guys are not able to get
> it out."

Not so wise if they bother! There is always plenty more stones where the
one came from.

This could be a parody of trying to educate Delta (apols to Helen Reddy).

Cheers, Frank.

x

unread,
May 29, 2006, 9:56:28 AM5/29/06
to

"Frank Hamersley" <terabit...@bigpond.com> wrote in message
news:y2Ceg.13194$S7....@news-server.bigpond.net.au...

That might be, but then they are in the wrong hand.


Frank Hamersley

unread,
May 30, 2006, 2:55:11 AM5/30/06
to

Ah so - then we had better get Bob to pole-axe the idiot before the
stone is cast!

Cheers, Frank.

x

unread,
May 30, 2006, 3:22:12 AM5/30/06
to

"Frank Hamersley" <terabit...@bigpond.com> wrote in message
news:j%Reg.288$ap3...@news-server.bigpond.net.au...

NoI is flawless to cast the stone.


x

unread,
May 30, 2006, 3:25:34 AM5/30/06
to

"Frank Hamersley" <terabit...@bigpond.com> wrote in message
news:j%Reg.288$ap3...@news-server.bigpond.net.au...

Which hand is wrong ?
The other one.


Frank Hamersley

unread,
May 30, 2006, 8:41:16 AM5/30/06
to
x wrote:
> "Frank Hamersley" <terabit...@bigpond.com> wrote in message
> news:j%Reg.288$ap3...@news-server.bigpond.net.au...
>> x wrote:
>>> "Frank Hamersley" <terabit...@bigpond.com> wrote in message
>>> news:y2Ceg.13194$S7....@news-server.bigpond.net.au...
>>>> x wrote:
>>>>> "Frank Hamersley" <terabit...@bigpond.com> wrote in message
>>>>> news:aTCdg.11096$S7....@news-server.bigpond.net.au...
>>>>>> x wrote:
>
>>>>> "One idiot throw a stone in the water and ten wise guys are not able
> to
>>> get
>>>>> it out."
>>>> Not so wise if they bother! There is always plenty more stones where
> the
>>>> one came from.
>>> That might be, but then they are in the wrong hand.
>
>> Ah so - then we had better get Bob to pole-axe the idiot before the
>> stone is cast!
>
> NoI is flawless to cast the stone.

Isn't that meant to be "Let he with no stones cast the first!"

David Cressey

unread,
May 30, 2006, 8:43:13 AM5/30/06
to

"Frank Hamersley" <terabit...@bigpond.com> wrote in message
news:M3Xeg.480$ap3...@news-server.bigpond.net.au...

"They'll stone you when you're tryin' to be so good,
they'll stone you, just like they said they would..."

x

unread,
May 30, 2006, 8:47:42 AM5/30/06
to

"David Cressey" <dcre...@verizon.net> wrote in message
news:B5Xeg.1728$Oa3.742@trndny09...

> "They'll stone you when you're tryin' to be so good,
> they'll stone you, just like they said they would..."

What if you are not tryin' ?
What if you are ?


Frank Hamersley

unread,
May 30, 2006, 5:39:14 PM5/30/06
to

My well is dry so the bucket must retain its hole no matter how I try
Dear Liza!

x

unread,
Jun 1, 2006, 2:42:06 AM6/1/06
to

"Frank Hamersley" <terabit...@bigpond.com> wrote in message
news:6Y2fg.592$ap3...@news-server.bigpond.net.au...

http://www.mainlesson.com/display.php?author=lagerlof&book=christ&story=well


x

unread,
Jun 1, 2006, 10:58:48 AM6/1/06
to

"Frank Hamersley" <terabit...@bigpond.com> wrote in message
news:6Y2fg.592$ap3...@news-server.bigpond.net.au...

> My well is dry so the bucket must retain its hole no matter how I try
> Dear Liza!

http://www.mudcat.org/thread.cfm?threadid=75327#1321470


Frank Hamersley

unread,
Jun 1, 2006, 5:20:42 PM6/1/06
to

Well spotted - I'm off to my library to read all 9 manuals!

Cheers, Frank.

x

unread,
Jun 2, 2006, 2:26:55 AM6/2/06
to

"Frank Hamersley" <terabit...@bigpond.com> wrote in message
news:KSIfg.1707$ap3...@news-server.bigpond.net.au...

Don't forget the appendices. :-)


0 new messages