com_dotnet

com_dotnet

am 12.09.2007 02:07:10 von Jim Carlock

phpinfo() has a "com_dotnet" section.

It's kind of odd.

Here it says...

COM Support: enabled
DCOM Support: disabled
.net Support: enabled

What exactly is COM support?
What exactly is DCOM support?
And what exactly is .net support? And why would it say
enabled when .NET is not installed?

DCOM means an ActiveX file gets used. COM pretty much
means the same thing. Those files tend to be based upon
an object model and have a few extra functions there to
help with various programming environments.

ordinal hint RVA name

1 0 000017A6 DllCanUnloadNow
2 1 0000177A DllGetClassObject
3 2 00001790 DllRegisterServer
4 3 00001764 DllUnregisterServer

Other than that COM is not much different than standard
libraries.

And DCOM... that one seems like it might be a COM file put
into a publicly accessible folder, but I'll need some more
help here, if such is available, because something is not
sitting too well here.

Thanks.

--
Jim Carlock
Swimming Pool, Spa And Water Feature Builders
http://www.aquaticcreationsnc.com/

Re: com_dotnet

am 12.09.2007 02:46:37 von Bucky Kaufman

Jim Carlock wrote:
> phpinfo() has a "com_dotnet" section.
>
> It's kind of odd.
>
> Here it says...
>
> COM Support: enabled
> DCOM Support: disabled
> .net Support: enabled
>
> What exactly is COM support?
> What exactly is DCOM support?
> And what exactly is .net support? And why would it say
> enabled when .NET is not installed?

Those are all Microsoft thingies.
COM is the Component Object Model - a version of the Windows Foundation
Classes.
DCOM is distributed COM - a patchwork add-on of Win95 that was added
because when 95 came out, MS had not considered certain internet
implications.
..NET is MS's latest attempt to build an all-in-one,
everything-to-everybody architecture.


> And DCOM... that one seems like it might be a COM file put
> into a publicly accessible folder, but I'll need some more
> help here, if such is available, because something is not
> sitting too well here.

Re: com_dotnet

am 12.09.2007 03:51:12 von Jim Carlock

> Here it says...
>
> COM Support: enabled
> DCOM Support: disabled
> .net Support: enabled
>

"Sanders Kaufman" wrote...
: Those are all Microsoft thingies.
:
: COM is the Component Object Model - a version of the Windows
: Foundation Classes.

COM was originally called OLE (object linking and embedding).
Basically any regular libary DLL can become COM if it includes
some extra OLE functions to handle object creation, and letting
the system know that it can create classful objects. Microsoft
adopted new words like, ActiveX and COM to replace OLE (it sounds
so much better!). The ActiveX libraries (files) were later branded
into two different types of COM, called distributed COM and COM.

: DCOM is distributed COM - a patchwork add-on of Win95 that
: was added because when 95 came out, MS had not considered
: certain internet implications.

http://en.wikipedia.org/wiki/Distributed_Component_Object_Mo del

DCOM was originally called network OLE. And it's based upon RPC.
Does it have a place in PHP? As far as communicating via HTTP,
does anyone use it and can anyone provide an example of it's use?
I've used GET and POST to get things accomplished with PHP, I'm
curious as to how to use DCOM with PHP.

: .NET is MS's latest attempt to build an all-in-one,
: everything-to-everybody architecture.

And I'm wondering why PHP says .net support = enabled where
..net is NOT installed. I'm baffled by this one. It appears PHP
looks for one specific file and it exists, PHP declares .net
enabled, but .net is actually at least a 50MB package of files
which fill a few folders.


--
Jim Carlock
Swimming Pool, Spa And Water Feature Builders
http://www.aquaticcreationsnc.com/

Re: com_dotnet

am 12.09.2007 04:03:24 von Bucky Kaufman

Jim Carlock wrote:

> And I'm wondering why PHP says .net support = enabled where
> ..net is NOT installed. I'm baffled by this one. It appears PHP
> looks for one specific file and it exists, PHP declares .net
> enabled, but .net is actually at least a 50MB package of files
> which fill a few folders.

I seem to recall something from the docs in which the PHP folks
strangely note that this is just a place-holder for something they hope
to have PHP doing in the future.

It's kinda like building a car with a sticker where the gas gauge should be.

Re: com_dotnet

am 12.09.2007 04:07:37 von Steve

> Those are all Microsoft thingies.

again sanders, if you don't know what the fuck you're talking about, why the
hell would you announce it to the world as if you did know?

> COM is the Component Object Model - a version of the Windows Foundation
> Classes.

well, you got the achronym right anyway.

> DCOM is distributed COM - a patchwork add-on of Win95 that was added
> because when 95 came out, MS had not considered certain internet
> implications.

holy fucking shit! you really have no clue here!!!

> .NET is MS's latest attempt to build an all-in-one,
> everything-to-everybody architecture.

again, further proof you have no fucking clue.

..net is an architectural redesign and implementation of what com tries to
achieve...however the scope is much more broad than that since ms hopes to
reach complete platform independence with its use. it is also birthed in the
dispute(s) between sun microsystems and ms and ms' use of what once was
their version of java virtual machine.

if you didn't know any of that (which is quite obviously the case), you
could have at least either kept your yap shut or even googled just a bit
more and found out. but i suppose you love the taste of your own feet.

>> And DCOM... that one seems like it might be a COM file put
>> into a publicly accessible folder, but I'll need some more
>> help here, if such is available, because something is not
>> sitting too well here.

dcom is similar to com but allows for remote instanciation of objects
(similar to remote procedure calls)...and by remote, i mean creating/using
com objects on a completely different server. that's not the end of it, but
that is where i'm leaving it.

now back to you, sanders...get a clue!

Re: com_dotnet

am 12.09.2007 04:45:19 von Steve

"Sanders Kaufman" wrote in message
news:MNHFi.2377$Sd4.1809@nlpi061.nbdc.sbc.com...
> Jim Carlock wrote:
>
>> And I'm wondering why PHP says .net support = enabled where
>> ..net is NOT installed. I'm baffled by this one. It appears PHP
>> looks for one specific file and it exists, PHP declares .net
>> enabled, but .net is actually at least a 50MB package of files
>> which fill a few folders.
>
> I seem to recall something from the docs in which the PHP folks strangely
> note that this is just a place-holder for something they hope to have PHP
> doing in the future.

again, your recall is weak and with a little investigation on your part, you
could keep yourself from embarasment. the documentation simply states that:

======
This extension is EXPERIMENTAL. The behaviour of this extension -- including
the names of its functions and anything else documented about this
extension -- may change without notice in a future release of PHP. Use this
extension at your own risk.

======

now, does that sound *ANYTHING* like what you just dribbled from your
keyboard?

> It's kinda like building a car with a sticker where the gas gauge should
> be.

more like an example of the twainian proverb:

It is better to keep your mouth closed and let people think you are a fool
than to open it and remove all doubt.

which is what the bulk of your posts consist of...opening your yap and
removing all doubt.

Re: com_dotnet

am 12.09.2007 04:57:41 von Steve

"Jim Carlock" wrote in message
news:46e7460f$0$11009$4c368faf@roadrunner.com...
>> Here it says...
>>
>> COM Support: enabled
>> DCOM Support: disabled
>> .net Support: enabled
>>
> And I'm wondering why PHP says .net support = enabled where
> .net is NOT installed. I'm baffled by this one. It appears PHP
> looks for one specific file and it exists, PHP declares .net
> enabled, but .net is actually at least a 50MB package of files
> which fill a few folders.

..net support has nothing to do with .net being installed on a system,
actually. it means that the ability for php to interact with .net has been
enabled. the php source code that handles such interactions comes in the
form of a c/c++ module that gets included in php when 1) the module exists
and 2) is included as an argument when php is compiled before its use as an
A) executable cgi, B) dll, or C) other module (as commonly used in
conjunction with apache).

whether or not .net itself is installed is a seperate issue. php .net
support enabled simply means that you have the ability to use .net through
php...of course, .net must be installed unless you intend to have php throw
errors at you when you do try to use .net and the framework isn't there.

btw, the .net framework is well over 50MB.

does all that make sense?

Re: com_dotnet

am 12.09.2007 05:06:16 von Jerry Stuckle

Steve wrote:
> "Sanders Kaufman" wrote in message
> news:MNHFi.2377$Sd4.1809@nlpi061.nbdc.sbc.com...
>> Jim Carlock wrote:
>>
>>> And I'm wondering why PHP says .net support = enabled where
>>> ..net is NOT installed. I'm baffled by this one. It appears PHP
>>> looks for one specific file and it exists, PHP declares .net
>>> enabled, but .net is actually at least a 50MB package of files
>>> which fill a few folders.
>> I seem to recall something from the docs in which the PHP folks strangely
>> note that this is just a place-holder for something they hope to have PHP
>> doing in the future.
>
> again, your recall is weak and with a little investigation on your part, you
> could keep yourself from embarasment. the documentation simply states that:
>
> ======
> This extension is EXPERIMENTAL. The behaviour of this extension -- including
> the names of its functions and anything else documented about this
> extension -- may change without notice in a future release of PHP. Use this
> extension at your own risk.
>
> ======
>
> now, does that sound *ANYTHING* like what you just dribbled from your
> keyboard?
>
>> It's kinda like building a car with a sticker where the gas gauge should
>> be.
>
> more like an example of the twainian proverb:
>
> It is better to keep your mouth closed and let people think you are a fool
> than to open it and remove all doubt.
>
> which is what the bulk of your posts consist of...opening your yap and
> removing all doubt.
>
>

You should take your own advice, Steve. Sanders is more right about it
than you are.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: com_dotnet

am 12.09.2007 05:08:08 von Jerry Stuckle

Steve wrote:
> "Jim Carlock" wrote in message
> news:46e7460f$0$11009$4c368faf@roadrunner.com...
>>> Here it says...
>>>
>>> COM Support: enabled
>>> DCOM Support: disabled
>>> .net Support: enabled
>>>
>> And I'm wondering why PHP says .net support = enabled where
>> .net is NOT installed. I'm baffled by this one. It appears PHP
>> looks for one specific file and it exists, PHP declares .net
>> enabled, but .net is actually at least a 50MB package of files
>> which fill a few folders.
>
> .net support has nothing to do with .net being installed on a system,
> actually. it means that the ability for php to interact with .net has been
> enabled. the php source code that handles such interactions comes in the
> form of a c/c++ module that gets included in php when 1) the module exists
> and 2) is included as an argument when php is compiled before its use as an
> A) executable cgi, B) dll, or C) other module (as commonly used in
> conjunction with apache).
>
> whether or not .net itself is installed is a seperate issue. php .net
> support enabled simply means that you have the ability to use .net through
> php...of course, .net must be installed unless you intend to have php throw
> errors at you when you do try to use .net and the framework isn't there.
>
> btw, the .net framework is well over 50MB.
>
> does all that make sense?
>
>

Nope. By your argument, MySQL support would be enabled whether or not
the MySQL libraries are installed or not. But it isn't.

PHP cannot integrate with something which does not exist. But
obviously, since the extension is experimental, they still have some
bugs to work out.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: com_dotnet

am 12.09.2007 05:13:06 von Steve

"Jerry Stuckle" wrote in message
news:3_2dnRvfUIiaxXrbnZ2dnUVZ_o_inZ2d@comcast.com...
> Steve wrote:
>> "Sanders Kaufman" wrote in message
>> news:MNHFi.2377$Sd4.1809@nlpi061.nbdc.sbc.com...
>>> Jim Carlock wrote:
>>>
>>>> And I'm wondering why PHP says .net support = enabled where
>>>> ..net is NOT installed. I'm baffled by this one. It appears PHP
>>>> looks for one specific file and it exists, PHP declares .net
>>>> enabled, but .net is actually at least a 50MB package of files
>>>> which fill a few folders.
>>> I seem to recall something from the docs in which the PHP folks
>>> strangely note that this is just a place-holder for something they hope
>>> to have PHP doing in the future.
>>
>> again, your recall is weak and with a little investigation on your part,
>> you could keep yourself from embarasment. the documentation simply states
>> that:
>>
>> ======
>> This extension is EXPERIMENTAL. The behaviour of this extension --
>> including the names of its functions and anything else documented about
>> this extension -- may change without notice in a future release of PHP.
>> Use this extension at your own risk.
>>
>> ======
>>
>> now, does that sound *ANYTHING* like what you just dribbled from your
>> keyboard?
>>
>>> It's kinda like building a car with a sticker where the gas gauge should
>>> be.
>>
>> more like an example of the twainian proverb:
>>
>> It is better to keep your mouth closed and let people think you are a
>> fool than to open it and remove all doubt.
>>
>> which is what the bulk of your posts consist of...opening your yap and
>> removing all doubt.
>
> You should take your own advice, Steve. Sanders is more right about it
> than you are.

i usually do. so, in what way(s) is this so?

Re: com_dotnet

am 12.09.2007 05:26:35 von Steve

"Jerry Stuckle" wrote in message
news:3_2dnRrfUIjqxXrbnZ2dnUVZ_o_inZ2d@comcast.com...
> Steve wrote:
>> "Jim Carlock" wrote in message
>> news:46e7460f$0$11009$4c368faf@roadrunner.com...
>>>> Here it says...
>>>>
>>>> COM Support: enabled
>>>> DCOM Support: disabled
>>>> .net Support: enabled
>>>>
>>> And I'm wondering why PHP says .net support = enabled where
>>> .net is NOT installed. I'm baffled by this one. It appears PHP
>>> looks for one specific file and it exists, PHP declares .net
>>> enabled, but .net is actually at least a 50MB package of files
>>> which fill a few folders.
>>
>> .net support has nothing to do with .net being installed on a system,
>> actually. it means that the ability for php to interact with .net has
>> been enabled. the php source code that handles such interactions comes in
>> the form of a c/c++ module that gets included in php when 1) the module
>> exists and 2) is included as an argument when php is compiled before its
>> use as an A) executable cgi, B) dll, or C) other module (as commonly used
>> in conjunction with apache).
>>
>> whether or not .net itself is installed is a seperate issue. php .net
>> support enabled simply means that you have the ability to use .net
>> through php...of course, .net must be installed unless you intend to have
>> php throw errors at you when you do try to use .net and the framework
>> isn't there.
>>
>> btw, the .net framework is well over 50MB.
>>
>> does all that make sense?
>
> Nope. By your argument, MySQL support would be enabled whether or not the
> MySQL libraries are installed or not. But it isn't.

perhaps i'm just not being clear enough. i can build php with or without
mysql support. and on my system, mysql may or may not be installed. if i
don't build in mysql support, i cannot use mysql calls to a mysql db. if i
do compile php with mysql support yet do not mysql installed, i can make the
mysql calls from php but they will all fail...mysql is not installed on my
system (assuming i'm connecting on the same pc). however, if i both compile
php with mysql support *and* have mysql installed, then things should go
smoothly. this assumes that mysql is compilable in its entirety into php and
doesn't have to be loaded into php whenever php is used (this assumption is
not due to my lack of understanding on how php and mysql work, but is to
more relate to how .net support is provided by php).

while php may very well provide mysql libraries, it certainly has no
relationship to microsoft such that it would warrant providing the .net
framework especially given how bulky it is and the frequency at which it is
updated and outdated.

> PHP cannot integrate with something which does not exist. But obviously,
> since the extension is experimental, they still have some bugs to work
> out.

yes, which is what i was trying to state...i just didn't go into the
'experimental' part of it. if i need to use .net developed source in php, i
just compile it to a standard COM object and use php's COM function to
consume it. works for me.

Re: com_dotnet

am 12.09.2007 14:46:02 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:3_2dnRvfUIiaxXrbnZ2dnUVZ_o_inZ2d@comcast.com...
>> Steve wrote:
>>> "Sanders Kaufman" wrote in message
>>> news:MNHFi.2377$Sd4.1809@nlpi061.nbdc.sbc.com...
>>>> Jim Carlock wrote:
>>>>
>>>>> And I'm wondering why PHP says .net support = enabled where
>>>>> ..net is NOT installed. I'm baffled by this one. It appears PHP
>>>>> looks for one specific file and it exists, PHP declares .net
>>>>> enabled, but .net is actually at least a 50MB package of files
>>>>> which fill a few folders.
>>>> I seem to recall something from the docs in which the PHP folks
>>>> strangely note that this is just a place-holder for something they hope
>>>> to have PHP doing in the future.
>>> again, your recall is weak and with a little investigation on your part,
>>> you could keep yourself from embarasment. the documentation simply states
>>> that:
>>>
>>> ======
>>> This extension is EXPERIMENTAL. The behaviour of this extension --
>>> including the names of its functions and anything else documented about
>>> this extension -- may change without notice in a future release of PHP.
>>> Use this extension at your own risk.
>>>
>>> ======
>>>
>>> now, does that sound *ANYTHING* like what you just dribbled from your
>>> keyboard?
>>>
>>>> It's kinda like building a car with a sticker where the gas gauge should
>>>> be.
>>> more like an example of the twainian proverb:
>>>
>>> It is better to keep your mouth closed and let people think you are a
>>> fool than to open it and remove all doubt.
>>>
>>> which is what the bulk of your posts consist of...opening your yap and
>>> removing all doubt.
>> You should take your own advice, Steve. Sanders is more right about it
>> than you are.
>
> i usually do. so, in what way(s) is this so?
>
>

His comments like:

"Those are all Microsoft thingies.
COM is the Component Object Model - a version of the Windows Foundation
Classes.
DCOM is distributed COM - a patchwork add-on of Win95 that was added
because when 95 came out, MS had not considered certain internet
implications.
..NET is MS's latest attempt to build an all-in-one,
everything-to-everybody architecture. "

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: com_dotnet

am 12.09.2007 14:49:43 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:3_2dnRrfUIjqxXrbnZ2dnUVZ_o_inZ2d@comcast.com...
>> Steve wrote:
>>> "Jim Carlock" wrote in message
>>> news:46e7460f$0$11009$4c368faf@roadrunner.com...
>>>>> Here it says...
>>>>>
>>>>> COM Support: enabled
>>>>> DCOM Support: disabled
>>>>> .net Support: enabled
>>>>>
>>>> And I'm wondering why PHP says .net support = enabled where
>>>> .net is NOT installed. I'm baffled by this one. It appears PHP
>>>> looks for one specific file and it exists, PHP declares .net
>>>> enabled, but .net is actually at least a 50MB package of files
>>>> which fill a few folders.
>>> .net support has nothing to do with .net being installed on a system,
>>> actually. it means that the ability for php to interact with .net has
>>> been enabled. the php source code that handles such interactions comes in
>>> the form of a c/c++ module that gets included in php when 1) the module
>>> exists and 2) is included as an argument when php is compiled before its
>>> use as an A) executable cgi, B) dll, or C) other module (as commonly used
>>> in conjunction with apache).
>>>
>>> whether or not .net itself is installed is a seperate issue. php .net
>>> support enabled simply means that you have the ability to use .net
>>> through php...of course, .net must be installed unless you intend to have
>>> php throw errors at you when you do try to use .net and the framework
>>> isn't there.
>>>
>>> btw, the .net framework is well over 50MB.
>>>
>>> does all that make sense?
>> Nope. By your argument, MySQL support would be enabled whether or not the
>> MySQL libraries are installed or not. But it isn't.
>
> perhaps i'm just not being clear enough. i can build php with or without
> mysql support. and on my system, mysql may or may not be installed. if i
> don't build in mysql support, i cannot use mysql calls to a mysql db. if i
> do compile php with mysql support yet do not mysql installed, i can make the
> mysql calls from php but they will all fail...mysql is not installed on my
> system (assuming i'm connecting on the same pc). however, if i both compile
> php with mysql support *and* have mysql installed, then things should go
> smoothly. this assumes that mysql is compilable in its entirety into php and
> doesn't have to be loaded into php whenever php is used (this assumption is
> not due to my lack of understanding on how php and mysql work, but is to
> more relate to how .net support is provided by php).
>

Have you ever tried to build PHP with mysql support if you don't have
mysql on the system? It doesn't work. The build will fail.

And have you tried building PHP with mysql support on another system,
then load it on a system which doesn't have mysql? That doesn't work,
either. PHP won't load.

> while php may very well provide mysql libraries, it certainly has no
> relationship to microsoft such that it would warrant providing the .net
> framework especially given how bulky it is and the frequency at which it is
> updated and outdated.
>

Check again. PHP does not supply mysql libraries any longer.

>> PHP cannot integrate with something which does not exist. But obviously,
>> since the extension is experimental, they still have some bugs to work
>> out.
>
> yes, which is what i was trying to state...i just didn't go into the
> 'experimental' part of it. if i need to use .net developed source in php, i
> just compile it to a standard COM object and use php's COM function to
> consume it. works for me.
>
>

I just don't use OS-specific code. Works for me.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: com_dotnet

am 12.09.2007 15:09:12 von Steve

"Jerry Stuckle" wrote in message
news:VNqdnUb0dO53QnrbnZ2dnUVZ_uHinZ2d@comcast.com...
> Steve wrote:
>> "Jerry Stuckle" wrote in message
>> news:3_2dnRvfUIiaxXrbnZ2dnUVZ_o_inZ2d@comcast.com...
>>> Steve wrote:
>>>> "Sanders Kaufman" wrote in message
>>>> news:MNHFi.2377$Sd4.1809@nlpi061.nbdc.sbc.com...
>>>>> Jim Carlock wrote:
>>>>>
>>>>>> And I'm wondering why PHP says .net support = enabled where
>>>>>> ..net is NOT installed. I'm baffled by this one. It appears PHP
>>>>>> looks for one specific file and it exists, PHP declares .net
>>>>>> enabled, but .net is actually at least a 50MB package of files
>>>>>> which fill a few folders.
>>>>> I seem to recall something from the docs in which the PHP folks
>>>>> strangely note that this is just a place-holder for something they
>>>>> hope to have PHP doing in the future.
>>>> again, your recall is weak and with a little investigation on your
>>>> part, you could keep yourself from embarasment. the documentation
>>>> simply states that:
>>>>
>>>> ======
>>>> This extension is EXPERIMENTAL. The behaviour of this extension --
>>>> including the names of its functions and anything else documented about
>>>> this extension -- may change without notice in a future release of PHP.
>>>> Use this extension at your own risk.
>>>>
>>>> ======
>>>>
>>>> now, does that sound *ANYTHING* like what you just dribbled from your
>>>> keyboard?
>>>>
>>>>> It's kinda like building a car with a sticker where the gas gauge
>>>>> should be.
>>>> more like an example of the twainian proverb:
>>>>
>>>> It is better to keep your mouth closed and let people think you are a
>>>> fool than to open it and remove all doubt.
>>>>
>>>> which is what the bulk of your posts consist of...opening your yap and
>>>> removing all doubt.
>>> You should take your own advice, Steve. Sanders is more right about it
>>> than you are.
>>
>> i usually do. so, in what way(s) is this so?
>
> His comments like:
>
> "Those are all Microsoft thingies.
> COM is the Component Object Model - a version of the Windows Foundation
> Classes.
> DCOM is distributed COM - a patchwork add-on of Win95 that was added
> because when 95 came out, MS had not considered certain internet
> implications.
> .NET is MS's latest attempt to build an all-in-one,
> everything-to-everybody architecture. "

lol. wiki is not entirely accurate as you know...and proven by the above.
having worked with all three from their inception, these definitions are
either wildly understated or wildy incorrect. take your pick. if my
explanation of each seems less correct/accurate than the above...what can i
say?

Re: com_dotnet

am 12.09.2007 15:10:09 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:VNqdnUb0dO53QnrbnZ2dnUVZ_uHinZ2d@comcast.com...
>> Steve wrote:
>>> "Jerry Stuckle" wrote in message
>>> news:3_2dnRvfUIiaxXrbnZ2dnUVZ_o_inZ2d@comcast.com...
>>>> Steve wrote:
>>>>> "Sanders Kaufman" wrote in message
>>>>> news:MNHFi.2377$Sd4.1809@nlpi061.nbdc.sbc.com...
>>>>>> Jim Carlock wrote:
>>>>>>
>>>>>>> And I'm wondering why PHP says .net support = enabled where
>>>>>>> ..net is NOT installed. I'm baffled by this one. It appears PHP
>>>>>>> looks for one specific file and it exists, PHP declares .net
>>>>>>> enabled, but .net is actually at least a 50MB package of files
>>>>>>> which fill a few folders.
>>>>>> I seem to recall something from the docs in which the PHP folks
>>>>>> strangely note that this is just a place-holder for something they
>>>>>> hope to have PHP doing in the future.
>>>>> again, your recall is weak and with a little investigation on your
>>>>> part, you could keep yourself from embarasment. the documentation
>>>>> simply states that:
>>>>>
>>>>> ======
>>>>> This extension is EXPERIMENTAL. The behaviour of this extension --
>>>>> including the names of its functions and anything else documented about
>>>>> this extension -- may change without notice in a future release of PHP.
>>>>> Use this extension at your own risk.
>>>>>
>>>>> ======
>>>>>
>>>>> now, does that sound *ANYTHING* like what you just dribbled from your
>>>>> keyboard?
>>>>>
>>>>>> It's kinda like building a car with a sticker where the gas gauge
>>>>>> should be.
>>>>> more like an example of the twainian proverb:
>>>>>
>>>>> It is better to keep your mouth closed and let people think you are a
>>>>> fool than to open it and remove all doubt.
>>>>>
>>>>> which is what the bulk of your posts consist of...opening your yap and
>>>>> removing all doubt.
>>>> You should take your own advice, Steve. Sanders is more right about it
>>>> than you are.
>>> i usually do. so, in what way(s) is this so?
>> His comments like:
>>
>> "Those are all Microsoft thingies.
>> COM is the Component Object Model - a version of the Windows Foundation
>> Classes.
>> DCOM is distributed COM - a patchwork add-on of Win95 that was added
>> because when 95 came out, MS had not considered certain internet
>> implications.
>> .NET is MS's latest attempt to build an all-in-one,
>> everything-to-everybody architecture. "
>
> lol. wiki is not entirely accurate as you know...and proven by the above.
> having worked with all three from their inception, these definitions are
> either wildly understated or wildy incorrect. take your pick. if my
> explanation of each seems less correct/accurate than the above...what can i
> say?
>
>

Steve,

Nothing to do with wiki's. I've also worked on them since their
inception. And they are pretty accurate.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: com_dotnet

am 12.09.2007 15:22:27 von Steve

> Have you ever tried to build PHP with mysql support if you don't have
> mysql on the system? It doesn't work. The build will fail.
>
> And have you tried building PHP with mysql support on another system, then
> load it on a system which doesn't have mysql? That doesn't work, either.
> PHP won't load.

you're missing the point entirely! think of how most people install php on a
windows system. they use the windows binary installed. that means php is
pre-compiled on a system that meets all the requirements of your first
statement...1) compiled mysql support into php on a 2) system that has mysql
on said system. however even though support is compiled into the .exe, the
use of mysql on a target system where mysql isn't installed will bark when
you try to use it.

what i'm saying is that this exactly parallels ".net support enabled". php
does NOT do/provide any additional features to ensure that third party
applications are installed, nor should it. php either has the extensions
compiled in or loads them when executed. these extensions/modules determine
whether support is enabled/disabled which has nothing to do with the
existence of the actual third-party application on a target system...the
question pondered by the op.

>> while php may very well provide mysql libraries, it certainly has no
>> relationship to microsoft such that it would warrant providing the .net
>> framework especially given how bulky it is and the frequency at which it
>> is updated and outdated.
>>
>
> Check again. PHP does not supply mysql libraries any longer.

again, you're missing the point. it used to as a module but now is compiled
in...which was not my point anyway, which i was careful to point out when
following the "by your argument" line of comparison. whether a compiled
feature of php or a loadable module, it is the code that provided the
support to use external tools such as .net and this support is *completely*
independent of whether that external tool is actually installed on a target
system.

>>> PHP cannot integrate with something which does not exist. But
>>> obviously, since the extension is experimental, they still have some
>>> bugs to work out.
>>
>> yes, which is what i was trying to state...i just didn't go into the
>> 'experimental' part of it. if i need to use .net developed source in php,
>> i just compile it to a standard COM object and use php's COM function to
>> consume it. works for me.
>
> I just don't use OS-specific code. Works for me.

i'm glad you've got that leeway. as for me, i build what my
paycheck-provider asks. ;^)

Re: com_dotnet

am 12.09.2007 15:52:16 von Steve

"Jerry Stuckle" wrote in message
news:u_idnTg1lo8NeHrbnZ2dnUVZ_o7inZ2d@comcast.com...
> Steve wrote:
>> "Jerry Stuckle" wrote in message
>> news:VNqdnUb0dO53QnrbnZ2dnUVZ_uHinZ2d@comcast.com...
>>> Steve wrote:
>>>> "Jerry Stuckle" wrote in message
>>>> news:3_2dnRvfUIiaxXrbnZ2dnUVZ_o_inZ2d@comcast.com...
>>>>> Steve wrote:
>>>>>> "Sanders Kaufman" wrote in message
>>>>>> news:MNHFi.2377$Sd4.1809@nlpi061.nbdc.sbc.com...
>>>>>>> Jim Carlock wrote:
>>>>>>>
>>>>>>>> And I'm wondering why PHP says .net support = enabled where
>>>>>>>> ..net is NOT installed. I'm baffled by this one. It appears PHP
>>>>>>>> looks for one specific file and it exists, PHP declares .net
>>>>>>>> enabled, but .net is actually at least a 50MB package of files
>>>>>>>> which fill a few folders.
>>>>>>> I seem to recall something from the docs in which the PHP folks
>>>>>>> strangely note that this is just a place-holder for something they
>>>>>>> hope to have PHP doing in the future.
>>>>>> again, your recall is weak and with a little investigation on your
>>>>>> part, you could keep yourself from embarasment. the documentation
>>>>>> simply states that:
>>>>>>
>>>>>> ======
>>>>>> This extension is EXPERIMENTAL. The behaviour of this extension --
>>>>>> including the names of its functions and anything else documented
>>>>>> about this extension -- may change without notice in a future release
>>>>>> of PHP. Use this extension at your own risk.
>>>>>>
>>>>>> ======
>>>>>>
>>>>>> now, does that sound *ANYTHING* like what you just dribbled from your
>>>>>> keyboard?
>>>>>>
>>>>>>> It's kinda like building a car with a sticker where the gas gauge
>>>>>>> should be.
>>>>>> more like an example of the twainian proverb:
>>>>>>
>>>>>> It is better to keep your mouth closed and let people think you are a
>>>>>> fool than to open it and remove all doubt.
>>>>>>
>>>>>> which is what the bulk of your posts consist of...opening your yap
>>>>>> and removing all doubt.
>>>>> You should take your own advice, Steve. Sanders is more right about
>>>>> it than you are.
>>>> i usually do. so, in what way(s) is this so?
>>> His comments like:
>>>
>>> "Those are all Microsoft thingies.
>>> COM is the Component Object Model - a version of the Windows Foundation
>>> Classes.
>>> DCOM is distributed COM - a patchwork add-on of Win95 that was added
>>> because when 95 came out, MS had not considered certain internet
>>> implications.
>>> .NET is MS's latest attempt to build an all-in-one,
>>> everything-to-everybody architecture. "
>>
>> lol. wiki is not entirely accurate as you know...and proven by the above.
>> having worked with all three from their inception, these definitions are
>> either wildly understated or wildy incorrect. take your pick. if my
>> explanation of each seems less correct/accurate than the above...what can
>> i say?
>
> Steve,
>
> Nothing to do with wiki's. I've also worked on them since their
> inception. And they are pretty accurate.

so you're telling me you agree with his definition of DCOM (a patch work
add-on) and .net?

Re: com_dotnet

am 12.09.2007 19:08:08 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:u_idnTg1lo8NeHrbnZ2dnUVZ_o7inZ2d@comcast.com...
>> Steve wrote:
>>> "Jerry Stuckle" wrote in message
>>> news:VNqdnUb0dO53QnrbnZ2dnUVZ_uHinZ2d@comcast.com...
>>>> Steve wrote:
>>>>> "Jerry Stuckle" wrote in message
>>>>> news:3_2dnRvfUIiaxXrbnZ2dnUVZ_o_inZ2d@comcast.com...
>>>>>> Steve wrote:
>>>>>>> "Sanders Kaufman" wrote in message
>>>>>>> news:MNHFi.2377$Sd4.1809@nlpi061.nbdc.sbc.com...
>>>>>>>> Jim Carlock wrote:
>>>>>>>>
>>>>>>>>> And I'm wondering why PHP says .net support = enabled where
>>>>>>>>> ..net is NOT installed. I'm baffled by this one. It appears PHP
>>>>>>>>> looks for one specific file and it exists, PHP declares .net
>>>>>>>>> enabled, but .net is actually at least a 50MB package of files
>>>>>>>>> which fill a few folders.
>>>>>>>> I seem to recall something from the docs in which the PHP folks
>>>>>>>> strangely note that this is just a place-holder for something they
>>>>>>>> hope to have PHP doing in the future.
>>>>>>> again, your recall is weak and with a little investigation on your
>>>>>>> part, you could keep yourself from embarasment. the documentation
>>>>>>> simply states that:
>>>>>>>
>>>>>>> ======
>>>>>>> This extension is EXPERIMENTAL. The behaviour of this extension --
>>>>>>> including the names of its functions and anything else documented
>>>>>>> about this extension -- may change without notice in a future release
>>>>>>> of PHP. Use this extension at your own risk.
>>>>>>>
>>>>>>> ======
>>>>>>>
>>>>>>> now, does that sound *ANYTHING* like what you just dribbled from your
>>>>>>> keyboard?
>>>>>>>
>>>>>>>> It's kinda like building a car with a sticker where the gas gauge
>>>>>>>> should be.
>>>>>>> more like an example of the twainian proverb:
>>>>>>>
>>>>>>> It is better to keep your mouth closed and let people think you are a
>>>>>>> fool than to open it and remove all doubt.
>>>>>>>
>>>>>>> which is what the bulk of your posts consist of...opening your yap
>>>>>>> and removing all doubt.
>>>>>> You should take your own advice, Steve. Sanders is more right about
>>>>>> it than you are.
>>>>> i usually do. so, in what way(s) is this so?
>>>> His comments like:
>>>>
>>>> "Those are all Microsoft thingies.
>>>> COM is the Component Object Model - a version of the Windows Foundation
>>>> Classes.
>>>> DCOM is distributed COM - a patchwork add-on of Win95 that was added
>>>> because when 95 came out, MS had not considered certain internet
>>>> implications.
>>>> .NET is MS's latest attempt to build an all-in-one,
>>>> everything-to-everybody architecture. "
>>> lol. wiki is not entirely accurate as you know...and proven by the above.
>>> having worked with all three from their inception, these definitions are
>>> either wildly understated or wildy incorrect. take your pick. if my
>>> explanation of each seems less correct/accurate than the above...what can
>>> i say?
>> Steve,
>>
>> Nothing to do with wiki's. I've also worked on them since their
>> inception. And they are pretty accurate.
>
> so you're telling me you agree with his definition of DCOM (a patch work
> add-on) and .net?
>
>

Yep. DCOM was a patch-work addon when the internet because popular.
But then Win95 was patchwork, also.

Also, MS would love to see everyone drop Java, PHP, Perl and other
languages and just use .NET. And they're doing everything they can to
get people to do it.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: com_dotnet

am 12.09.2007 19:12:07 von Jerry Stuckle

Steve wrote:
>> Have you ever tried to build PHP with mysql support if you don't have
>> mysql on the system? It doesn't work. The build will fail.
>>
>> And have you tried building PHP with mysql support on another system, then
>> load it on a system which doesn't have mysql? That doesn't work, either.
>> PHP won't load.
>
> you're missing the point entirely! think of how most people install php on a
> windows system. they use the windows binary installed. that means php is
> pre-compiled on a system that meets all the requirements of your first
> statement...1) compiled mysql support into php on a 2) system that has mysql
> on said system. however even though support is compiled into the .exe, the
> use of mysql on a target system where mysql isn't installed will bark when
> you try to use it.
>

Not at all. OK, on a Windows system MySQL support is supplied by
php_mysql.dll. And if MySQL isn't installed, the DLL won't load and
phpinfo() will show MySQL support isn't enabled.

The MySQL interface is NOT compiled into PHP on the distributed Windows
binaries - or you'd never be able to run PHP unless you had MySQL installed.

> what i'm saying is that this exactly parallels ".net support enabled". php
> does NOT do/provide any additional features to ensure that third party
> applications are installed, nor should it. php either has the extensions
> compiled in or loads them when executed. these extensions/modules determine
> whether support is enabled/disabled which has nothing to do with the
> existence of the actual third-party application on a target system...the
> question pondered by the op.
>

Nope, it's just the opposite.

>>> while php may very well provide mysql libraries, it certainly has no
>>> relationship to microsoft such that it would warrant providing the .net
>>> framework especially given how bulky it is and the frequency at which it
>>> is updated and outdated.
>>>
>> Check again. PHP does not supply mysql libraries any longer.
>
> again, you're missing the point. it used to as a module but now is compiled
> in...which was not my point anyway, which i was careful to point out when
> following the "by your argument" line of comparison. whether a compiled
> feature of php or a loadable module, it is the code that provided the
> support to use external tools such as .net and this support is *completely*
> independent of whether that external tool is actually installed on a target
> system.
>

No, it is not. It is a dll loaded dynamically at startup, if the
php.ini file says to load it and the MySQL libraries are properly installed.

>>>> PHP cannot integrate with something which does not exist. But
>>>> obviously, since the extension is experimental, they still have some
>>>> bugs to work out.
>>> yes, which is what i was trying to state...i just didn't go into the
>>> 'experimental' part of it. if i need to use .net developed source in php,
>>> i just compile it to a standard COM object and use php's COM function to
>>> consume it. works for me.
>> I just don't use OS-specific code. Works for me.
>
> i'm glad you've got that leeway. as for me, i build what my
> paycheck-provider asks. ;^)
>
>

So do I. :-)

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: com_dotnet

am 12.09.2007 21:06:13 von Steve

"Jerry Stuckle" wrote in message
news:Z76dnb4wSanKgHXbnZ2dnUVZ_jadnZ2d@comcast.com...
> Steve wrote:
>> "Jerry Stuckle" wrote in message
>> news:u_idnTg1lo8NeHrbnZ2dnUVZ_o7inZ2d@comcast.com...
>>> Steve wrote:
>>>> "Jerry Stuckle" wrote in message
>>>> news:VNqdnUb0dO53QnrbnZ2dnUVZ_uHinZ2d@comcast.com...
>>>>> Steve wrote:
>>>>>> "Jerry Stuckle" wrote in message
>>>>>> news:3_2dnRvfUIiaxXrbnZ2dnUVZ_o_inZ2d@comcast.com...
>>>>>>> Steve wrote:
>>>>>>>> "Sanders Kaufman" wrote in message
>>>>>>>> news:MNHFi.2377$Sd4.1809@nlpi061.nbdc.sbc.com...
>>>>>>>>> Jim Carlock wrote:
>>>>>>>>>
>>>>>>>>>> And I'm wondering why PHP says .net support = enabled where
>>>>>>>>>> ..net is NOT installed. I'm baffled by this one. It appears PHP
>>>>>>>>>> looks for one specific file and it exists, PHP declares .net
>>>>>>>>>> enabled, but .net is actually at least a 50MB package of files
>>>>>>>>>> which fill a few folders.
>>>>>>>>> I seem to recall something from the docs in which the PHP folks
>>>>>>>>> strangely note that this is just a place-holder for something they
>>>>>>>>> hope to have PHP doing in the future.
>>>>>>>> again, your recall is weak and with a little investigation on your
>>>>>>>> part, you could keep yourself from embarasment. the documentation
>>>>>>>> simply states that:
>>>>>>>>
>>>>>>>> ======
>>>>>>>> This extension is EXPERIMENTAL. The behaviour of this extension --
>>>>>>>> including the names of its functions and anything else documented
>>>>>>>> about this extension -- may change without notice in a future
>>>>>>>> release of PHP. Use this extension at your own risk.
>>>>>>>>
>>>>>>>> ======
>>>>>>>>
>>>>>>>> now, does that sound *ANYTHING* like what you just dribbled from
>>>>>>>> your keyboard?
>>>>>>>>
>>>>>>>>> It's kinda like building a car with a sticker where the gas gauge
>>>>>>>>> should be.
>>>>>>>> more like an example of the twainian proverb:
>>>>>>>>
>>>>>>>> It is better to keep your mouth closed and let people think you are
>>>>>>>> a fool than to open it and remove all doubt.
>>>>>>>>
>>>>>>>> which is what the bulk of your posts consist of...opening your yap
>>>>>>>> and removing all doubt.
>>>>>>> You should take your own advice, Steve. Sanders is more right about
>>>>>>> it than you are.
>>>>>> i usually do. so, in what way(s) is this so?
>>>>> His comments like:
>>>>>
>>>>> "Those are all Microsoft thingies.
>>>>> COM is the Component Object Model - a version of the Windows
>>>>> Foundation Classes.
>>>>> DCOM is distributed COM - a patchwork add-on of Win95 that was added
>>>>> because when 95 came out, MS had not considered certain internet
>>>>> implications.
>>>>> .NET is MS's latest attempt to build an all-in-one,
>>>>> everything-to-everybody architecture. "
>>>> lol. wiki is not entirely accurate as you know...and proven by the
>>>> above. having worked with all three from their inception, these
>>>> definitions are either wildly understated or wildy incorrect. take your
>>>> pick. if my explanation of each seems less correct/accurate than the
>>>> above...what can i say?
>>> Steve,
>>>
>>> Nothing to do with wiki's. I've also worked on them since their
>>> inception. And they are pretty accurate.
>>
>> so you're telling me you agree with his definition of DCOM (a patch work
>> add-on) and .net?
>
> Yep. DCOM was a patch-work addon when the internet because popular. But
> then Win95 was patchwork, also.

i suppose we'll disagree since DCOM has nothing to do with internet usage
*at all*. the ability to control and access the resources of another server
securely was addressed by DCOM (which is the objectified, programatic
equivalent to RPC's...which also have nothing to do with the internet).

it also has very little to do with win95, save that win95 can't do RPC...but
with the addition of DCOM, was able to work-around its own short-comings -
which was NOT IN THE LEAST why DCOM was created.

but, you define it as you like.

> Also, MS would love to see everyone drop Java, PHP, Perl and other
> languages and just use .NET. And they're doing everything they can to get
> people to do it.

that explains motives and has nothing to do with what .net is or does.

i suppose i expect more usefulness out of definitions of things than
sanders, and apparently you as well (not to be taken as a slight).

Re: com_dotnet

am 12.09.2007 21:21:04 von Steve

> Not at all. OK, on a Windows system MySQL support is supplied by
> php_mysql.dll. And if MySQL isn't installed, the DLL won't load and
> phpinfo() will show MySQL support isn't enabled.
>
> The MySQL interface is NOT compiled into PHP on the distributed Windows
> binaries - or you'd never be able to run PHP unless you had MySQL
> installed.

again, you brought up the mysql example. i'm keeping this generic and
modules like .net and others can certainly be compiled directly into php.

now to say that i have to have mysql (specifically) installed on my system
that runs php and enables php is rather odd since i should be able to
connect to any server running mysql if i provide the proper credentials,
etc.. for this specific mysql lib, you're saying the dependency is an
absolute must (that i have to have mysql installed on the same server though
i otherwise have NO intention of ever using it)? can you tell me you've
actually *done* this in order to prove it to yourself before? do you have a
documented reference to support this?

>> what i'm saying is that this exactly parallels ".net support enabled".
>> php does NOT do/provide any additional features to ensure that third
>> party applications are installed, nor should it. php either has the
>> extensions compiled in or loads them when executed. these
>> extensions/modules determine whether support is enabled/disabled which
>> has nothing to do with the existence of the actual third-party
>> application on a target system...the question pondered by the op.
>>
>
> Nope, it's just the opposite.

references please...i'm not just going to take you at your word...sorry.

>>>> while php may very well provide mysql libraries, it certainly has no
>>>> relationship to microsoft such that it would warrant providing the .net
>>>> framework especially given how bulky it is and the frequency at which
>>>> it is updated and outdated.
>>>>
>>> Check again. PHP does not supply mysql libraries any longer.
>>
>> again, you're missing the point. it used to as a module but now is
>> compiled in...which was not my point anyway, which i was careful to point
>> out when following the "by your argument" line of comparison. whether a
>> compiled feature of php or a loadable module, it is the code that
>> provided the support to use external tools such as .net and this support
>> is *completely* independent of whether that external tool is actually
>> installed on a target system.
>>
>
> No, it is not. It is a dll loaded dynamically at startup, if the php.ini
> file says to load it and the MySQL libraries are properly installed.

again, that may be the case with mysql but it is not the case with other
modules and extensions.

>>>>> PHP cannot integrate with something which does not exist. But
>>>>> obviously, since the extension is experimental, they still have some
>>>>> bugs to work out.
>>>> yes, which is what i was trying to state...i just didn't go into the
>>>> 'experimental' part of it. if i need to use .net developed source in
>>>> php, i just compile it to a standard COM object and use php's COM
>>>> function to consume it. works for me.
>>> I just don't use OS-specific code. Works for me.
>>
>> i'm glad you've got that leeway. as for me, i build what my
>> paycheck-provider asks. ;^)
>
> So do I. :-)

i had to whip up a lib for credit card processing once. not only would the
boss-man not consider another venue, he insisted on using a user-control
addon that required a form to be instanciated...however, he wanted the the
user-control wrapped into a com object dll that had no forms! man i hated
that guy's thought processes. anyway, that required me to call kernel level
functions to create a window, coinitial the user-control, and expose it's
interfaces. all said and done, it was called via COM in php for online,
instant credit card processing and on his POS desktop systems. about 5
months after it had been in use, boss-man decided to use another vendor with
cheaper rates and newer software...at least that one was already a proper
dll.

Re: com_dotnet

am 13.09.2007 04:59:11 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:Z76dnb4wSanKgHXbnZ2dnUVZ_jadnZ2d@comcast.com...
>> Steve wrote:
>>> "Jerry Stuckle" wrote in message
>>> news:u_idnTg1lo8NeHrbnZ2dnUVZ_o7inZ2d@comcast.com...
>>>> Steve wrote:
>>>>> "Jerry Stuckle" wrote in message
>>>>> news:VNqdnUb0dO53QnrbnZ2dnUVZ_uHinZ2d@comcast.com...
>>>>>> Steve wrote:
>>>>>>> "Jerry Stuckle" wrote in message
>>>>>>> news:3_2dnRvfUIiaxXrbnZ2dnUVZ_o_inZ2d@comcast.com...
>>>>>>>> Steve wrote:
>>>>>>>>> "Sanders Kaufman" wrote in message
>>>>>>>>> news:MNHFi.2377$Sd4.1809@nlpi061.nbdc.sbc.com...
>>>>>>>>>> Jim Carlock wrote:
>>>>>>>>>>
>>>>>>>>>>> And I'm wondering why PHP says .net support = enabled where
>>>>>>>>>>> ..net is NOT installed. I'm baffled by this one. It appears PHP
>>>>>>>>>>> looks for one specific file and it exists, PHP declares .net
>>>>>>>>>>> enabled, but .net is actually at least a 50MB package of files
>>>>>>>>>>> which fill a few folders.
>>>>>>>>>> I seem to recall something from the docs in which the PHP folks
>>>>>>>>>> strangely note that this is just a place-holder for something they
>>>>>>>>>> hope to have PHP doing in the future.
>>>>>>>>> again, your recall is weak and with a little investigation on your
>>>>>>>>> part, you could keep yourself from embarasment. the documentation
>>>>>>>>> simply states that:
>>>>>>>>>
>>>>>>>>> ======
>>>>>>>>> This extension is EXPERIMENTAL. The behaviour of this extension --
>>>>>>>>> including the names of its functions and anything else documented
>>>>>>>>> about this extension -- may change without notice in a future
>>>>>>>>> release of PHP. Use this extension at your own risk.
>>>>>>>>>
>>>>>>>>> ======
>>>>>>>>>
>>>>>>>>> now, does that sound *ANYTHING* like what you just dribbled from
>>>>>>>>> your keyboard?
>>>>>>>>>
>>>>>>>>>> It's kinda like building a car with a sticker where the gas gauge
>>>>>>>>>> should be.
>>>>>>>>> more like an example of the twainian proverb:
>>>>>>>>>
>>>>>>>>> It is better to keep your mouth closed and let people think you are
>>>>>>>>> a fool than to open it and remove all doubt.
>>>>>>>>>
>>>>>>>>> which is what the bulk of your posts consist of...opening your yap
>>>>>>>>> and removing all doubt.
>>>>>>>> You should take your own advice, Steve. Sanders is more right about
>>>>>>>> it than you are.
>>>>>>> i usually do. so, in what way(s) is this so?
>>>>>> His comments like:
>>>>>>
>>>>>> "Those are all Microsoft thingies.
>>>>>> COM is the Component Object Model - a version of the Windows
>>>>>> Foundation Classes.
>>>>>> DCOM is distributed COM - a patchwork add-on of Win95 that was added
>>>>>> because when 95 came out, MS had not considered certain internet
>>>>>> implications.
>>>>>> .NET is MS's latest attempt to build an all-in-one,
>>>>>> everything-to-everybody architecture. "
>>>>> lol. wiki is not entirely accurate as you know...and proven by the
>>>>> above. having worked with all three from their inception, these
>>>>> definitions are either wildly understated or wildy incorrect. take your
>>>>> pick. if my explanation of each seems less correct/accurate than the
>>>>> above...what can i say?
>>>> Steve,
>>>>
>>>> Nothing to do with wiki's. I've also worked on them since their
>>>> inception. And they are pretty accurate.
>>> so you're telling me you agree with his definition of DCOM (a patch work
>>> add-on) and .net?
>> Yep. DCOM was a patch-work addon when the internet because popular. But
>> then Win95 was patchwork, also.
>
> i suppose we'll disagree since DCOM has nothing to do with internet usage
> *at all*. the ability to control and access the resources of another server
> securely was addressed by DCOM (which is the objectified, programatic
> equivalent to RPC's...which also have nothing to do with the internet).
>

No, but it operates over the TCP/IP protocol, just like the internet. It
was MS's first foray into network computing.

> it also has very little to do with win95, save that win95 can't do RPC...but
> with the addition of DCOM, was able to work-around its own short-comings -
> which was NOT IN THE LEAST why DCOM was created.
>

True, Win95 couldn't do RPC - but DCOM was their first try at it.

> but, you define it as you like.
>
>> Also, MS would love to see everyone drop Java, PHP, Perl and other
>> languages and just use .NET. And they're doing everything they can to get
>> people to do it.
>
> that explains motives and has nothing to do with what .net is or does.
>
> i suppose i expect more usefulness out of definitions of things than
> sanders, and apparently you as well (not to be taken as a slight).
>
>

No, it explains exactly what MS is trying to get the world to adopt.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: com_dotnet

am 13.09.2007 05:06:58 von Jerry Stuckle

Steve wrote:
>> Not at all. OK, on a Windows system MySQL support is supplied by
>> php_mysql.dll. And if MySQL isn't installed, the DLL won't load and
>> phpinfo() will show MySQL support isn't enabled.
>>
>> The MySQL interface is NOT compiled into PHP on the distributed Windows
>> binaries - or you'd never be able to run PHP unless you had MySQL
>> installed.
>
> again, you brought up the mysql example. i'm keeping this generic and
> modules like .net and others can certainly be compiled directly into php.
>

Nope, I just corrected your misstatements about PHP and MySQL. It is
typical of the way PHP modules act. Other modules act the same way.

> now to say that i have to have mysql (specifically) installed on my system
> that runs php and enables php is rather odd since i should be able to
> connect to any server running mysql if i provide the proper credentials,
> etc.. for this specific mysql lib, you're saying the dependency is an
> absolute must (that i have to have mysql installed on the same server though
> i otherwise have NO intention of ever using it)? can you tell me you've
> actually *done* this in order to prove it to yourself before? do you have a
> documented reference to support this?
>

You need to have the MySQL client libraries installed on the system
running PHP - just like if it were MSSQL Oracle or any other module. So
yes, the dependency is an absolute must.

You need to learn how these modules work. It's not just PHP - the same
is true in C/C++, for instance.

>>> what i'm saying is that this exactly parallels ".net support enabled".
>>> php does NOT do/provide any additional features to ensure that third
>>> party applications are installed, nor should it. php either has the
>>> extensions compiled in or loads them when executed. these
>>> extensions/modules determine whether support is enabled/disabled which
>>> has nothing to do with the existence of the actual third-party
>>> application on a target system...the question pondered by the op.
>>>
>> Nope, it's just the opposite.
>
> references please...i'm not just going to take you at your word...sorry.
>

Quite frankly, I don't give a damn if you take my word for it or not.
Look it up yourself. I'm not going to bother to correct your
misconceptions. A hint - search this newsgroup for all the problems
people have had installing MySQL support when the client libraries
aren't in the path. Or MS SQL when the client libraries aren't
installed on the system.

>>>>> while php may very well provide mysql libraries, it certainly has no
>>>>> relationship to microsoft such that it would warrant providing the .net
>>>>> framework especially given how bulky it is and the frequency at which
>>>>> it is updated and outdated.
>>>>>
>>>> Check again. PHP does not supply mysql libraries any longer.
>>> again, you're missing the point. it used to as a module but now is
>>> compiled in...which was not my point anyway, which i was careful to point
>>> out when following the "by your argument" line of comparison. whether a
>>> compiled feature of php or a loadable module, it is the code that
>>> provided the support to use external tools such as .net and this support
>>> is *completely* independent of whether that external tool is actually
>>> installed on a target system.
>>>
>> No, it is not. It is a dll loaded dynamically at startup, if the php.ini
>> file says to load it and the MySQL libraries are properly installed.
>
> again, that may be the case with mysql but it is not the case with other
> modules and extensions.
>

That is the case with ANY extension which requires external support.

>>>>>> PHP cannot integrate with something which does not exist. But
>>>>>> obviously, since the extension is experimental, they still have some
>>>>>> bugs to work out.
>>>>> yes, which is what i was trying to state...i just didn't go into the
>>>>> 'experimental' part of it. if i need to use .net developed source in
>>>>> php, i just compile it to a standard COM object and use php's COM
>>>>> function to consume it. works for me.
>>>> I just don't use OS-specific code. Works for me.
>>> i'm glad you've got that leeway. as for me, i build what my
>>> paycheck-provider asks. ;^)
>> So do I. :-)
>
> i had to whip up a lib for credit card processing once. not only would the
> boss-man not consider another venue, he insisted on using a user-control
> addon that required a form to be instanciated...however, he wanted the the
> user-control wrapped into a com object dll that had no forms! man i hated
> that guy's thought processes. anyway, that required me to call kernel level
> functions to create a window, coinitial the user-control, and expose it's
> interfaces. all said and done, it was called via COM in php for online,
> instant credit card processing and on his POS desktop systems. about 5
> months after it had been in use, boss-man decided to use another vendor with
> cheaper rates and newer software...at least that one was already a proper
> dll.
>
>

Great. Now try to get it to work when the COM module you're calling
isn't installed on the system. Or the new vendor when you don't have
the DLL installed.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: com_dotnet

am 13.09.2007 06:36:33 von Steve

"Jerry Stuckle" wrote in message
news:L9ydnVtql5BCOnXbnZ2dnUVZ_vLinZ2d@comcast.com...
> Steve wrote:
>> "Jerry Stuckle" wrote in message
>> news:Z76dnb4wSanKgHXbnZ2dnUVZ_jadnZ2d@comcast.com...
>>> Steve wrote:
>>>> "Jerry Stuckle" wrote in message
>>>> news:u_idnTg1lo8NeHrbnZ2dnUVZ_o7inZ2d@comcast.com...
>>>>> Steve wrote:
>>>>>> "Jerry Stuckle" wrote in message
>>>>>> news:VNqdnUb0dO53QnrbnZ2dnUVZ_uHinZ2d@comcast.com...
>>>>>>> Steve wrote:
>>>>>>>> "Jerry Stuckle" wrote in message
>>>>>>>> news:3_2dnRvfUIiaxXrbnZ2dnUVZ_o_inZ2d@comcast.com...
>>>>>>>>> Steve wrote:
>>>>>>>>>> "Sanders Kaufman" wrote in message
>>>>>>>>>> news:MNHFi.2377$Sd4.1809@nlpi061.nbdc.sbc.com...
>>>>>>>>>>> Jim Carlock wrote:
>>>>>>>>>>>
>>>>>>>>>>>> And I'm wondering why PHP says .net support = enabled where
>>>>>>>>>>>> ..net is NOT installed. I'm baffled by this one. It appears PHP
>>>>>>>>>>>> looks for one specific file and it exists, PHP declares .net
>>>>>>>>>>>> enabled, but .net is actually at least a 50MB package of files
>>>>>>>>>>>> which fill a few folders.
>>>>>>>>>>> I seem to recall something from the docs in which the PHP folks
>>>>>>>>>>> strangely note that this is just a place-holder for something
>>>>>>>>>>> they hope to have PHP doing in the future.
>>>>>>>>>> again, your recall is weak and with a little investigation on
>>>>>>>>>> your part, you could keep yourself from embarasment. the
>>>>>>>>>> documentation simply states that:
>>>>>>>>>>
>>>>>>>>>> ======
>>>>>>>>>> This extension is EXPERIMENTAL. The behaviour of this
>>>>>>>>>> extension -- including the names of its functions and anything
>>>>>>>>>> else documented about this extension -- may change without notice
>>>>>>>>>> in a future release of PHP. Use this extension at your own risk.
>>>>>>>>>>
>>>>>>>>>> ======
>>>>>>>>>>
>>>>>>>>>> now, does that sound *ANYTHING* like what you just dribbled from
>>>>>>>>>> your keyboard?
>>>>>>>>>>
>>>>>>>>>>> It's kinda like building a car with a sticker where the gas
>>>>>>>>>>> gauge should be.
>>>>>>>>>> more like an example of the twainian proverb:
>>>>>>>>>>
>>>>>>>>>> It is better to keep your mouth closed and let people think you
>>>>>>>>>> are a fool than to open it and remove all doubt.
>>>>>>>>>>
>>>>>>>>>> which is what the bulk of your posts consist of...opening your
>>>>>>>>>> yap and removing all doubt.
>>>>>>>>> You should take your own advice, Steve. Sanders is more right
>>>>>>>>> about it than you are.
>>>>>>>> i usually do. so, in what way(s) is this so?
>>>>>>> His comments like:
>>>>>>>
>>>>>>> "Those are all Microsoft thingies.
>>>>>>> COM is the Component Object Model - a version of the Windows
>>>>>>> Foundation Classes.
>>>>>>> DCOM is distributed COM - a patchwork add-on of Win95 that was added
>>>>>>> because when 95 came out, MS had not considered certain internet
>>>>>>> implications.
>>>>>>> .NET is MS's latest attempt to build an all-in-one,
>>>>>>> everything-to-everybody architecture. "
>>>>>> lol. wiki is not entirely accurate as you know...and proven by the
>>>>>> above. having worked with all three from their inception, these
>>>>>> definitions are either wildly understated or wildy incorrect. take
>>>>>> your pick. if my explanation of each seems less correct/accurate than
>>>>>> the above...what can i say?
>>>>> Steve,
>>>>>
>>>>> Nothing to do with wiki's. I've also worked on them since their
>>>>> inception. And they are pretty accurate.
>>>> so you're telling me you agree with his definition of DCOM (a patch
>>>> work add-on) and .net?
>>> Yep. DCOM was a patch-work addon when the internet because popular. But
>>> then Win95 was patchwork, also.
>>
>> i suppose we'll disagree since DCOM has nothing to do with internet usage
>> *at all*. the ability to control and access the resources of another
>> server securely was addressed by DCOM (which is the objectified,
>> programatic equivalent to RPC's...which also have nothing to do with the
>> internet).
>>
>
> No, but it operates over the TCP/IP protocol, just like the internet. It
> was MS's first foray into network computing.

chuckle...perhaps you mean something like their first foray into
cross-server resource utilization. ms dos would technically be ms' first
foray into network computing. and actually to be completely precise, OS2
would have been ms' first go at network computing since they bought dos with
that capability already in place. you're an ibm man, right? i'm sure you
appreciate that history.

>> it also has very little to do with win95, save that win95 can't do
>> RPC...but with the addition of DCOM, was able to work-around its own
>> short-comings - which was NOT IN THE LEAST why DCOM was created.
>>
>
> True, Win95 couldn't do RPC - but DCOM was their first try at it.

dcom had completly different aims than to try and simulate rpc capabilities
in win95. hint, dcom came out around the time of the first beta release of
win98...which means their committment to win95 started to shift from new
development and enhancements to plugging security whole and ironing out
other kinks. when ms brings on a new toy, they are wont to drop the old ones
regardless of whom it effects...look at vb classic. they dropped it like a
hot potato after the first service pack for vb.net. that's a lot of pissed
off companies and developers given the popularity of vb classic at the time.

i digress...the fact that the development of dcom gave win95 capabilities it
did not have before does NOT equate to that being the impetous for its
development. hell, dcom effected *every* winx version and how resources
could be used across servers.

finally, if you still hold to win95 being the reason dcom was developed,
then you may as well say the SAME THING for WMI because it does the exact
same thing as dcom and then some.

>> but, you define it as you like.
>>
>>> Also, MS would love to see everyone drop Java, PHP, Perl and other
>>> languages and just use .NET. And they're doing everything they can to
>>> get people to do it.
>>
>> that explains motives and has nothing to do with what .net is or does.
>>
>> i suppose i expect more usefulness out of definitions of things than
>> sanders, and apparently you as well (not to be taken as a slight).
>
> No, it explains exactly what MS is trying to get the world to adopt.

that very well may be, but stay on track. whatever it explains, it does NOT
do a thing for explaining what .net is or does...it just says they like it a
lot and want everyone else to too.

cheers

Re: com_dotnet

am 13.09.2007 07:11:34 von Steve

"Jerry Stuckle" wrote in message
news:UOednTt_JMQuNHXbnZ2dnUVZ_qKgnZ2d@comcast.com...
> Steve wrote:
>>> Not at all. OK, on a Windows system MySQL support is supplied by
>>> php_mysql.dll. And if MySQL isn't installed, the DLL won't load and
>>> phpinfo() will show MySQL support isn't enabled.
>>>
>>> The MySQL interface is NOT compiled into PHP on the distributed Windows
>>> binaries - or you'd never be able to run PHP unless you had MySQL
>>> installed.
>>
>> again, you brought up the mysql example. i'm keeping this generic and
>> modules like .net and others can certainly be compiled directly into php.
>>
>
> Nope, I just corrected your misstatements about PHP and MySQL. It is
> typical of the way PHP modules act. Other modules act the same way.

and other modules at the same time do NOT act the same way, but in the way i
described. since you won't get off the mysql specifics theme and refuse to
see my "misstatements" at the conceptual level i intended...let's talk about
ODBC and php. i can "enable" odbc in php. however i do that is beside the
point. that main thing to note is that the "enabling" doesn't require *ANY*
db to be installed...since there is NO *literal* ODBC database. odbc is a
protocol, not a database. so your point about having to have third party
applications installed for every lib/extension that may consume them carries
no weight. *SOME* extensions are protocols, some are functional resources,
and some are just type libraries. in the case of .net enabling, it is a set
of functional resources that php to use the .net framework. that does NOT
mean that phpinfo() would show different results when the same compiled
version of php gets put on a server with the .net framework and on one
without. it shows "enabled" in both cases.

try it. until then, you have an unqualified "Nope". after you do, as i have
done this evening, your "Nope" will turn to an "Oh...Ok, Ooops".

>> now to say that i have to have mysql (specifically) installed on my
>> system that runs php and enables php is rather odd since i should be able
>> to connect to any server running mysql if i provide the proper
>> credentials, etc.. for this specific mysql lib, you're saying the
>> dependency is an absolute must (that i have to have mysql installed on
>> the same server though i otherwise have NO intention of ever using it)?
>> can you tell me you've actually *done* this in order to prove it to
>> yourself before? do you have a documented reference to support this?
>>
>
> You need to have the MySQL client libraries installed on the system
> running PHP - just like if it were MSSQL Oracle or any other module. So
> yes, the dependency is an absolute must.

omg! you weren't even paying attention. the way in which php is compile or
whether or not modules exist IS NOT EVEN THE POINT!!! i already explained
that the "libraries" are indeed needed if the extension is not able to be
compiled into php!

read the OP. he wanted to know:

"And I'm wondering why PHP says .net support = enabled where .net is NOT
installed."

are you just arguing with me for the sake of arguing?!!! my point is that
ENABLING a feature in php has NOTHING to do with whether or not the TARGET
(.net framework in this case) is installed. i never disagreed with "client
libraries", in fact i specifically stated how php could include features
(compilation or run-time loading) and even states precisely that the
extension in question MUST exist in order to either compile it in or load at
run-time. did you miss that whole thread?


> You need to learn how these modules work. It's not just PHP - the same is
> true in C/C++, for instance.

i know how they do. it just seems you haven't even been on the same topic.
i'm talking about third-party applications and you're talking about
libraries that make it possible for php to use them.



> Great. Now try to get it to work when the COM module you're calling isn't
> installed on the system. Or the new vendor when you don't have the DLL
> installed.

Great. now try and follow a thread, see what was asked, and THEN judge the
answer. you're not even in the ball park as far as this topic is concerned.

am i going to hear back from you on this post? i'd be embarrassed to had i
done the same thing. but it takes a certain kind of person to step back from
such a defensive position as you've taken and say that, indeed, "i just
misunderstood what you were explaining".

we'll see.

Re: com_dotnet

am 13.09.2007 16:50:42 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:L9ydnVtql5BCOnXbnZ2dnUVZ_vLinZ2d@comcast.com...
>> Steve wrote:
>>> "Jerry Stuckle" wrote in message
>>> news:Z76dnb4wSanKgHXbnZ2dnUVZ_jadnZ2d@comcast.com...
>>>> Steve wrote:
>>>>> "Jerry Stuckle" wrote in message
>>>>> news:u_idnTg1lo8NeHrbnZ2dnUVZ_o7inZ2d@comcast.com...
>>>>>> Steve wrote:
>>>>>>> "Jerry Stuckle" wrote in message
>>>>>>> news:VNqdnUb0dO53QnrbnZ2dnUVZ_uHinZ2d@comcast.com...
>>>>>>>> Steve wrote:
>>>>>>>>> "Jerry Stuckle" wrote in message
>>>>>>>>> news:3_2dnRvfUIiaxXrbnZ2dnUVZ_o_inZ2d@comcast.com...
>>>>>>>>>> Steve wrote:
>>>>>>>>>>> "Sanders Kaufman" wrote in message
>>>>>>>>>>> news:MNHFi.2377$Sd4.1809@nlpi061.nbdc.sbc.com...
>>>>>>>>>>>> Jim Carlock wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> And I'm wondering why PHP says .net support = enabled where
>>>>>>>>>>>>> ..net is NOT installed. I'm baffled by this one. It appears PHP
>>>>>>>>>>>>> looks for one specific file and it exists, PHP declares .net
>>>>>>>>>>>>> enabled, but .net is actually at least a 50MB package of files
>>>>>>>>>>>>> which fill a few folders.
>>>>>>>>>>>> I seem to recall something from the docs in which the PHP folks
>>>>>>>>>>>> strangely note that this is just a place-holder for something
>>>>>>>>>>>> they hope to have PHP doing in the future.
>>>>>>>>>>> again, your recall is weak and with a little investigation on
>>>>>>>>>>> your part, you could keep yourself from embarasment. the
>>>>>>>>>>> documentation simply states that:
>>>>>>>>>>>
>>>>>>>>>>> ======
>>>>>>>>>>> This extension is EXPERIMENTAL. The behaviour of this
>>>>>>>>>>> extension -- including the names of its functions and anything
>>>>>>>>>>> else documented about this extension -- may change without notice
>>>>>>>>>>> in a future release of PHP. Use this extension at your own risk.
>>>>>>>>>>>
>>>>>>>>>>> ======
>>>>>>>>>>>
>>>>>>>>>>> now, does that sound *ANYTHING* like what you just dribbled from
>>>>>>>>>>> your keyboard?
>>>>>>>>>>>
>>>>>>>>>>>> It's kinda like building a car with a sticker where the gas
>>>>>>>>>>>> gauge should be.
>>>>>>>>>>> more like an example of the twainian proverb:
>>>>>>>>>>>
>>>>>>>>>>> It is better to keep your mouth closed and let people think you
>>>>>>>>>>> are a fool than to open it and remove all doubt.
>>>>>>>>>>>
>>>>>>>>>>> which is what the bulk of your posts consist of...opening your
>>>>>>>>>>> yap and removing all doubt.
>>>>>>>>>> You should take your own advice, Steve. Sanders is more right
>>>>>>>>>> about it than you are.
>>>>>>>>> i usually do. so, in what way(s) is this so?
>>>>>>>> His comments like:
>>>>>>>>
>>>>>>>> "Those are all Microsoft thingies.
>>>>>>>> COM is the Component Object Model - a version of the Windows
>>>>>>>> Foundation Classes.
>>>>>>>> DCOM is distributed COM - a patchwork add-on of Win95 that was added
>>>>>>>> because when 95 came out, MS had not considered certain internet
>>>>>>>> implications.
>>>>>>>> .NET is MS's latest attempt to build an all-in-one,
>>>>>>>> everything-to-everybody architecture. "
>>>>>>> lol. wiki is not entirely accurate as you know...and proven by the
>>>>>>> above. having worked with all three from their inception, these
>>>>>>> definitions are either wildly understated or wildy incorrect. take
>>>>>>> your pick. if my explanation of each seems less correct/accurate than
>>>>>>> the above...what can i say?
>>>>>> Steve,
>>>>>>
>>>>>> Nothing to do with wiki's. I've also worked on them since their
>>>>>> inception. And they are pretty accurate.
>>>>> so you're telling me you agree with his definition of DCOM (a patch
>>>>> work add-on) and .net?
>>>> Yep. DCOM was a patch-work addon when the internet because popular. But
>>>> then Win95 was patchwork, also.
>>> i suppose we'll disagree since DCOM has nothing to do with internet usage
>>> *at all*. the ability to control and access the resources of another
>>> server securely was addressed by DCOM (which is the objectified,
>>> programatic equivalent to RPC's...which also have nothing to do with the
>>> internet).
>>>
>> No, but it operates over the TCP/IP protocol, just like the internet. It
>> was MS's first foray into network computing.
>
> chuckle...perhaps you mean something like their first foray into
> cross-server resource utilization. ms dos would technically be ms' first
> foray into network computing. and actually to be completely precise, OS2
> would have been ms' first go at network computing since they bought dos with
> that capability already in place. you're an ibm man, right? i'm sure you
> appreciate that history.
>

Well, yes, MS-DOS did have a TCP/IP component eventually (after Novell
made a fortune on their Netware and MS finally saw the way things were
going). But it wasn't much. Telnet, ftp, gopher, finger... just the
basic stuff. Nothing for rpc.

Windows for Workgroups did add NETBIOS support, but that was an add-on
product to DOS. So technically, W4W was their first foray into network
computing, not DOS :-).

As for OS/2 - MS worked mainly on the core code - they didn't write any
of the networking code. That was all from IBM, sold as add-on products
until OS/2 3.0 or so. MS worked mainly on the presentation manager and
come of the kernel. But it was out of the OS/2 business as of 2.1 -
which is why OS/2 2.1 was smaller and faster than 2.0.

>>> it also has very little to do with win95, save that win95 can't do
>>> RPC...but with the addition of DCOM, was able to work-around its own
>>> short-comings - which was NOT IN THE LEAST why DCOM was created.
>>>
>> True, Win95 couldn't do RPC - but DCOM was their first try at it.
>
> dcom had completly different aims than to try and simulate rpc capabilities
> in win95. hint, dcom came out around the time of the first beta release of
> win98...which means their committment to win95 started to shift from new
> development and enhancements to plugging security whole and ironing out
> other kinks. when ms brings on a new toy, they are wont to drop the old ones
> regardless of whom it effects...look at vb classic. they dropped it like a
> hot potato after the first service pack for vb.net. that's a lot of pissed
> off companies and developers given the popularity of vb classic at the time.
>

I didn't mean they were trying to emulate rpc - but that they were
trying to do inter-system resource sharing. Sorry I wasn't clear on that.

As for W98 - that was a lot more than just plugging security holes and
other kinks. W95 was basically W4W with the W32 API's running on DOS,
sold as a single package. They just made W4W the default for the
display instead of a DOS prompt. W98 was pretty much a rewrite of the
kernel and a bunch of work on the rest of it.

> i digress...the fact that the development of dcom gave win95 capabilities it
> did not have before does NOT equate to that being the impetous for its
> development. hell, dcom effected *every* winx version and how resources
> could be used across servers.
>

Actually, didn't DCOM come out in W4W? Seems to me it did.

> finally, if you still hold to win95 being the reason dcom was developed,
> then you may as well say the SAME THING for WMI because it does the exact
> same thing as dcom and then some.
>

I never said W95 was the reason DCOM was developed. I just said that's
where it first showed up. MS developed DCOM because they saw people
wanted to network, and they saw Novell getting a lot of money for
Netware. Actually pretty astute on their part.

>>> but, you define it as you like.
>>>
>>>> Also, MS would love to see everyone drop Java, PHP, Perl and other
>>>> languages and just use .NET. And they're doing everything they can to
>>>> get people to do it.
>>> that explains motives and has nothing to do with what .net is or does.
>>>
>>> i suppose i expect more usefulness out of definitions of things than
>>> sanders, and apparently you as well (not to be taken as a slight).
>> No, it explains exactly what MS is trying to get the world to adopt.
>
> that very well may be, but stay on track. whatever it explains, it does NOT
> do a thing for explaining what .net is or does...it just says they like it a
> lot and want everyone else to too.
>
> cheers
>
>

Yes, they want everyone to buy into .net. Those who do will be
committed to the MS platform for a long time.

A perfect example. Right now I have a customer (a non-profit) running
ASP (VBScript) for their site. We have a VPS - but it has to be
Windows/IIS, and the VPS costs about twice what a Linux server would.
Plus it doesn't have all of the capabilities of PHP or Perl.

We could convert it to .NET, but that would be expensive and time
consuming. Rather, we'd like to convert it to PHP and switch to Linux
hosting. But that also is expensive and time consuming.

So right now they're locked into the more expensive hosting (which also
runs more slowly and has more problems) because the cost of conversion
would be several years worth of the price difference.

But as I'm making changes to the site, I am adding more PHP code and
getting rid of some of the VBScript. Eventually we'll have enough
changed that it's cost effective to convert.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: com_dotnet

am 13.09.2007 16:56:38 von Erwin Moller

Jerry Stuckle wrote:
> Steve wrote:
>> "Jerry Stuckle" wrote in message
>> news:L9ydnVtql5BCOnXbnZ2dnUVZ_vLinZ2d@comcast.com...
>>> Steve wrote:
>>>> "Jerry Stuckle" wrote in message
>>>> news:Z76dnb4wSanKgHXbnZ2dnUVZ_jadnZ2d@comcast.com...
>>>>> Steve wrote:
>>>>>> "Jerry Stuckle" wrote in message
>>>>>> news:u_idnTg1lo8NeHrbnZ2dnUVZ_o7inZ2d@comcast.com...
>>>>>>> Steve wrote:
>>>>>>>> "Jerry Stuckle" wrote in message
>>>>>>>> news:VNqdnUb0dO53QnrbnZ2dnUVZ_uHinZ2d@comcast.com...
>>>>>>>>> Steve wrote:
>>>>>>>>>> "Jerry Stuckle" wrote in message
>>>>>>>>>> news:3_2dnRvfUIiaxXrbnZ2dnUVZ_o_inZ2d@comcast.com...
>>>>>>>>>>> Steve wrote:
>>>>>>>>>>>> "Sanders Kaufman" wrote in message
>>>>>>>>>>>> news:MNHFi.2377$Sd4.1809@nlpi061.nbdc.sbc.com...
>>>>>>>>>>>>> Jim Carlock wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> And I'm wondering why PHP says .net support = enabled where
>>>>>>>>>>>>>> ..net is NOT installed. I'm baffled by this one. It
>>>>>>>>>>>>>> appears PHP
>>>>>>>>>>>>>> looks for one specific file and it exists, PHP declares .net
>>>>>>>>>>>>>> enabled, but .net is actually at least a 50MB package of
>>>>>>>>>>>>>> files
>>>>>>>>>>>>>> which fill a few folders.
>>>>>>>>>>>>> I seem to recall something from the docs in which the PHP
>>>>>>>>>>>>> folks strangely note that this is just a place-holder for
>>>>>>>>>>>>> something they hope to have PHP doing in the future.
>>>>>>>>>>>> again, your recall is weak and with a little investigation
>>>>>>>>>>>> on your part, you could keep yourself from embarasment. the
>>>>>>>>>>>> documentation simply states that:
>>>>>>>>>>>>
>>>>>>>>>>>> ======
>>>>>>>>>>>> This extension is EXPERIMENTAL. The behaviour of this
>>>>>>>>>>>> extension -- including the names of its functions and
>>>>>>>>>>>> anything else documented about this extension -- may change
>>>>>>>>>>>> without notice in a future release of PHP. Use this
>>>>>>>>>>>> extension at your own risk.
>>>>>>>>>>>>
>>>>>>>>>>>> ======
>>>>>>>>>>>>
>>>>>>>>>>>> now, does that sound *ANYTHING* like what you just dribbled
>>>>>>>>>>>> from your keyboard?
>>>>>>>>>>>>
>>>>>>>>>>>>> It's kinda like building a car with a sticker where the gas
>>>>>>>>>>>>> gauge should be.
>>>>>>>>>>>> more like an example of the twainian proverb:
>>>>>>>>>>>>
>>>>>>>>>>>> It is better to keep your mouth closed and let people think
>>>>>>>>>>>> you are a fool than to open it and remove all doubt.
>>>>>>>>>>>>
>>>>>>>>>>>> which is what the bulk of your posts consist of...opening
>>>>>>>>>>>> your yap and removing all doubt.
>>>>>>>>>>> You should take your own advice, Steve. Sanders is more
>>>>>>>>>>> right about it than you are.
>>>>>>>>>> i usually do. so, in what way(s) is this so?
>>>>>>>>> His comments like:
>>>>>>>>>
>>>>>>>>> "Those are all Microsoft thingies.
>>>>>>>>> COM is the Component Object Model - a version of the Windows
>>>>>>>>> Foundation Classes.
>>>>>>>>> DCOM is distributed COM - a patchwork add-on of Win95 that was
>>>>>>>>> added because when 95 came out, MS had not considered certain
>>>>>>>>> internet implications.
>>>>>>>>> .NET is MS's latest attempt to build an all-in-one,
>>>>>>>>> everything-to-everybody architecture. "
>>>>>>>> lol. wiki is not entirely accurate as you know...and proven by
>>>>>>>> the above. having worked with all three from their inception,
>>>>>>>> these definitions are either wildly understated or wildy
>>>>>>>> incorrect. take your pick. if my explanation of each seems less
>>>>>>>> correct/accurate than the above...what can i say?
>>>>>>> Steve,
>>>>>>>
>>>>>>> Nothing to do with wiki's. I've also worked on them since their
>>>>>>> inception. And they are pretty accurate.
>>>>>> so you're telling me you agree with his definition of DCOM (a
>>>>>> patch work add-on) and .net?
>>>>> Yep. DCOM was a patch-work addon when the internet because
>>>>> popular. But then Win95 was patchwork, also.
>>>> i suppose we'll disagree since DCOM has nothing to do with internet
>>>> usage *at all*. the ability to control and access the resources of
>>>> another server securely was addressed by DCOM (which is the
>>>> objectified, programatic equivalent to RPC's...which also have
>>>> nothing to do with the internet).
>>>>
>>> No, but it operates over the TCP/IP protocol, just like the internet.
>>> It was MS's first foray into network computing.
>>
>> chuckle...perhaps you mean something like their first foray into
>> cross-server resource utilization. ms dos would technically be ms'
>> first foray into network computing. and actually to be completely
>> precise, OS2 would have been ms' first go at network computing since
>> they bought dos with that capability already in place. you're an ibm
>> man, right? i'm sure you appreciate that history.
>>
>
> Well, yes, MS-DOS did have a TCP/IP component eventually (after Novell
> made a fortune on their Netware and MS finally saw the way things were
> going). But it wasn't much. Telnet, ftp, gopher, finger... just the
> basic stuff. Nothing for rpc.
>
> Windows for Workgroups did add NETBIOS support, but that was an add-on
> product to DOS. So technically, W4W was their first foray into network
> computing, not DOS :-).
>
> As for OS/2 - MS worked mainly on the core code - they didn't write any
> of the networking code. That was all from IBM, sold as add-on products
> until OS/2 3.0 or so. MS worked mainly on the presentation manager and
> come of the kernel. But it was out of the OS/2 business as of 2.1 -
> which is why OS/2 2.1 was smaller and faster than 2.0.
>
>>>> it also has very little to do with win95, save that win95 can't do
>>>> RPC...but with the addition of DCOM, was able to work-around its own
>>>> short-comings - which was NOT IN THE LEAST why DCOM was created.
>>>>
>>> True, Win95 couldn't do RPC - but DCOM was their first try at it.
>>
>> dcom had completly different aims than to try and simulate rpc
>> capabilities in win95. hint, dcom came out around the time of the
>> first beta release of win98...which means their committment to win95
>> started to shift from new development and enhancements to plugging
>> security whole and ironing out other kinks. when ms brings on a new
>> toy, they are wont to drop the old ones regardless of whom it
>> effects...look at vb classic. they dropped it like a hot potato after
>> the first service pack for vb.net. that's a lot of pissed off
>> companies and developers given the popularity of vb classic at the time.
>>
>
> I didn't mean they were trying to emulate rpc - but that they were
> trying to do inter-system resource sharing. Sorry I wasn't clear on that.
>
> As for W98 - that was a lot more than just plugging security holes and
> other kinks. W95 was basically W4W with the W32 API's running on DOS,
> sold as a single package. They just made W4W the default for the
> display instead of a DOS prompt. W98 was pretty much a rewrite of the
> kernel and a bunch of work on the rest of it.
>
>> i digress...the fact that the development of dcom gave win95
>> capabilities it did not have before does NOT equate to that being the
>> impetous for its development. hell, dcom effected *every* winx version
>> and how resources could be used across servers.
>>
>
> Actually, didn't DCOM come out in W4W? Seems to me it did.
>
>> finally, if you still hold to win95 being the reason dcom was
>> developed, then you may as well say the SAME THING for WMI because it
>> does the exact same thing as dcom and then some.
>>
>
> I never said W95 was the reason DCOM was developed. I just said that's
> where it first showed up. MS developed DCOM because they saw people
> wanted to network, and they saw Novell getting a lot of money for
> Netware. Actually pretty astute on their part.
>
>>>> but, you define it as you like.
>>>>
>>>>> Also, MS would love to see everyone drop Java, PHP, Perl and other
>>>>> languages and just use .NET. And they're doing everything they can
>>>>> to get people to do it.
>>>> that explains motives and has nothing to do with what .net is or does.
>>>>
>>>> i suppose i expect more usefulness out of definitions of things than
>>>> sanders, and apparently you as well (not to be taken as a slight).
>>> No, it explains exactly what MS is trying to get the world to adopt.
>>
>> that very well may be, but stay on track. whatever it explains, it
>> does NOT do a thing for explaining what .net is or does...it just says
>> they like it a lot and want everyone else to too.
>>
>> cheers
>>
>
> Yes, they want everyone to buy into .net. Those who do will be
> committed to the MS platform for a long time.
>
> A perfect example. Right now I have a customer (a non-profit) running
> ASP (VBScript) for their site. We have a VPS - but it has to be
> Windows/IIS, and the VPS costs about twice what a Linux server would.
> Plus it doesn't have all of the capabilities of PHP or Perl.
>
> We could convert it to .NET, but that would be expensive and time
> consuming. Rather, we'd like to convert it to PHP and switch to Linux
> hosting. But that also is expensive and time consuming.
>
> So right now they're locked into the more expensive hosting (which also
> runs more slowly and has more problems) because the cost of conversion
> would be several years worth of the price difference.
>
> But as I'm making changes to the site, I am adding more PHP code and
> getting rid of some of the VBScript. Eventually we'll have enough
> changed that it's cost effective to convert.
>

Hi Jerry,

I am not sure what is wrong, but I only see your postings in
comp.lang.php while it is clear you're having a conversation with more
people involved.
Hard to follow the discussion this way.

Is something screwed up at my side, or are you alone posting to
comp.lang.php for some reason?

Regards,
Erwin Moller

Re: com_dotnet

am 13.09.2007 17:00:17 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:UOednTt_JMQuNHXbnZ2dnUVZ_qKgnZ2d@comcast.com...
>> Steve wrote:
>>>> Not at all. OK, on a Windows system MySQL support is supplied by
>>>> php_mysql.dll. And if MySQL isn't installed, the DLL won't load and
>>>> phpinfo() will show MySQL support isn't enabled.
>>>>
>>>> The MySQL interface is NOT compiled into PHP on the distributed Windows
>>>> binaries - or you'd never be able to run PHP unless you had MySQL
>>>> installed.
>>> again, you brought up the mysql example. i'm keeping this generic and
>>> modules like .net and others can certainly be compiled directly into php.
>>>
>> Nope, I just corrected your misstatements about PHP and MySQL. It is
>> typical of the way PHP modules act. Other modules act the same way.
>
> and other modules at the same time do NOT act the same way, but in the way i
> described. since you won't get off the mysql specifics theme and refuse to
> see my "misstatements" at the conceptual level i intended...let's talk about
> ODBC and php. i can "enable" odbc in php. however i do that is beside the
> point. that main thing to note is that the "enabling" doesn't require *ANY*
> db to be installed...since there is NO *literal* ODBC database. odbc is a
> protocol, not a database. so your point about having to have third party
> applications installed for every lib/extension that may consume them carries
> no weight. *SOME* extensions are protocols, some are functional resources,
> and some are just type libraries. in the case of .net enabling, it is a set
> of functional resources that php to use the .net framework. that does NOT
> mean that phpinfo() would show different results when the same compiled
> version of php gets put on a server with the .net framework and on one
> without. it shows "enabled" in both cases.
>

I said modules which require external libraries - which .NET does. And
even protocols need the appropriate libraries installed. If that is not
so, specifically which modules are those?

> try it. until then, you have an unqualified "Nope". after you do, as i have
> done this evening, your "Nope" will turn to an "Oh...Ok, Ooops".
>

Show me exactly which ones act at hat way, please.

>>> now to say that i have to have mysql (specifically) installed on my
>>> system that runs php and enables php is rather odd since i should be able
>>> to connect to any server running mysql if i provide the proper
>>> credentials, etc.. for this specific mysql lib, you're saying the
>>> dependency is an absolute must (that i have to have mysql installed on
>>> the same server though i otherwise have NO intention of ever using it)?
>>> can you tell me you've actually *done* this in order to prove it to
>>> yourself before? do you have a documented reference to support this?
>>>
>> You need to have the MySQL client libraries installed on the system
>> running PHP - just like if it were MSSQL Oracle or any other module. So
>> yes, the dependency is an absolute must.
>
> omg! you weren't even paying attention. the way in which php is compile or
> whether or not modules exist IS NOT EVEN THE POINT!!! i already explained
> that the "libraries" are indeed needed if the extension is not able to be
> compiled into php!
>

Yes, it does. If you're going to compile the extension into PHP itself,
the libraries must be available at compile time, and when you run PHP,
or PHP won't load.

If you're going to compile something as an extension module, then those
libraries need to be present when you compile the extension and when you
load the extension.

> read the OP. he wanted to know:
>
> "And I'm wondering why PHP says .net support = enabled where .net is NOT
> installed."
>
> are you just arguing with me for the sake of arguing?!!! my point is that
> ENABLING a feature in php has NOTHING to do with whether or not the TARGET
> (.net framework in this case) is installed. i never disagreed with "client
> libraries", in fact i specifically stated how php could include features
> (compilation or run-time loading) and even states precisely that the
> extension in question MUST exist in order to either compile it in or load at
> run-time. did you miss that whole thread?
>

No, I'm saying the .NET support is different than any other module - PHP
says the support is installed, even when it isn't. But .NET support is
experimental, so there will be some bugs.

>
>> You need to learn how these modules work. It's not just PHP - the same is
>> true in C/C++, for instance.
>
> i know how they do. it just seems you haven't even been on the same topic.
> i'm talking about third-party applications and you're talking about
> libraries that make it possible for php to use them.
>

Anything not from ZEND is a third-party application. They can be
libraries or applications.

>
>
>> Great. Now try to get it to work when the COM module you're calling isn't
>> installed on the system. Or the new vendor when you don't have the DLL
>> installed.
>
> Great. now try and follow a thread, see what was asked, and THEN judge the
> answer. you're not even in the ball park as far as this topic is concerned.
>

I did. And you're still telling me other modules say their extensions
can be loaded and show up as enabled, even though the necessary
libraries aren't installed. Again, which ones are those?

> am i going to hear back from you on this post? i'd be embarrassed to had i
> done the same thing. but it takes a certain kind of person to step back from
> such a defensive position as you've taken and say that, indeed, "i just
> misunderstood what you were explaining".
>
> we'll see.
>
>

Then you should be embarrassed for your incorrect statements.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: com_dotnet

am 13.09.2007 18:27:42 von Steve



> I did. And you're still telling me other modules say their extensions can
> be loaded and show up as enabled, even though the necessary libraries
> aren't installed. Again, which ones are those?
>
>> am i going to hear back from you on this post? i'd be embarrassed to had
>> i done the same thing. but it takes a certain kind of person to step back
>> from such a defensive position as you've taken and say that, indeed, "i
>> just misunderstood what you were explaining".
>>
>> we'll see.
>
> Then you should be embarrassed for your incorrect statements.

"incorrect" would be purely speculative given that i asked you to back up
your posit with either a documented reference or actually trying it. as it
is, i know for a fact that i can enable .net support in php by loading its
corresponding php .net extension library (.dll) at run-time yet not have the
actual ms .net framework installed. you say it's a bug...i say "whatever".

as it is, i still think you are talking apples when the rest of us are
talking oranges. but, i'm done discussing this.

Re: com_dotnet

am 13.09.2007 18:35:44 von Jerry Stuckle

Erwin Moller wrote:

>
> Hi Jerry,
>
> I am not sure what is wrong, but I only see your postings in
> comp.lang.php while it is clear you're having a conversation with more
> people involved.
> Hard to follow the discussion this way.
>
> Is something screwed up at my side, or are you alone posting to
> comp.lang.php for some reason?
>
> Regards,
> Erwin Moller

Hi, Erwin,

No, I'm talking to Steve. Looks like you or your news server is
filtering him out.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: com_dotnet

am 13.09.2007 18:36:28 von Jerry Stuckle

Steve wrote:
>
>
>> I did. And you're still telling me other modules say their extensions can
>> be loaded and show up as enabled, even though the necessary libraries
>> aren't installed. Again, which ones are those?
>>
>>> am i going to hear back from you on this post? i'd be embarrassed to had
>>> i done the same thing. but it takes a certain kind of person to step back
>>> from such a defensive position as you've taken and say that, indeed, "i
>>> just misunderstood what you were explaining".
>>>
>>> we'll see.
>> Then you should be embarrassed for your incorrect statements.
>
> "incorrect" would be purely speculative given that i asked you to back up
> your posit with either a documented reference or actually trying it. as it
> is, i know for a fact that i can enable .net support in php by loading its
> corresponding php .net extension library (.dll) at run-time yet not have the
> actual ms .net framework installed. you say it's a bug...i say "whatever".
>
> as it is, i still think you are talking apples when the rest of us are
> talking oranges. but, i'm done discussing this.
>
>

No, you said there are other extensions which do the same thing. There
are not.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: com_dotnet

am 14.09.2007 00:53:59 von Bucky Kaufman

Jerry Stuckle wrote:

> Actually, didn't DCOM come out in W4W? Seems to me it did.

No, it began with Win95 - in an "extras" folder, or somesuch.
Win95 was the "MS doesn't get networking" release of Win32.
Prior to that, it was just something they were tinkering with.
.... acutally, that's what it was afterwards, too, wasn't it? :)

I recently saw a guest lecture series on the Paul Allen network (U-Dub)
in which they interview Microsofties. It was kinda funny watching this
old guy talk about the headaches he had as a mucky-muck - trying to
pretend that the engineering form WFC/COM/Com+/DCOM and several others
was really in synch with the marketing... the poor guy didn't even
believe it himself.

But that's what ya gotta do when your a manager of cubicle rats.


> So right now they're locked into the more expensive hosting (which also
> runs more slowly and has more problems) because the cost of conversion
> would be several years worth of the price difference.

Hey, that's like the War Against Iraq. The original benefits didn't pan
out, but the cost of upgrading to peacetime is considered too expensive.

Re: com_dotnet

am 14.09.2007 03:03:34 von Jerry Stuckle

Sanders Kaufman wrote:
> Jerry Stuckle wrote:
>
>> Actually, didn't DCOM come out in W4W? Seems to me it did.
>
> No, it began with Win95 - in an "extras" folder, or somesuch.
> Win95 was the "MS doesn't get networking" release of Win32.
> Prior to that, it was just something they were tinkering with.
> ... acutally, that's what it was afterwards, too, wasn't it? :)
>
> I recently saw a guest lecture series on the Paul Allen network (U-Dub)
> in which they interview Microsofties. It was kinda funny watching this
> old guy talk about the headaches he had as a mucky-muck - trying to
> pretend that the engineering form WFC/COM/Com+/DCOM and several others
> was really in synch with the marketing... the poor guy didn't even
> believe it himself.
>
> But that's what ya gotta do when your a manager of cubicle rats.
>
>
>> So right now they're locked into the more expensive hosting (which
>> also runs more slowly and has more problems) because the cost of
>> conversion would be several years worth of the price difference.
>
> Hey, that's like the War Against Iraq. The original benefits didn't pan
> out, but the cost of upgrading to peacetime is considered too expensive.

The difference is - if we weren't fighting terrorists in Iraq, we'd be
fighting them here.

Remember - they attacked us, not vice versa. And they want to do it
again. The only thing keeping them from doing it is we're taking their
havens away from them.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

OT - Oh, so OT.

am 14.09.2007 03:54:03 von Bucky Kaufman

Jerry Stuckle wrote:

> The difference is - if we weren't fighting terrorists in Iraq, we'd be
> fighting them here.

That's what the entertainers and televangelists say.



> Remember - they attacked us, not vice versa.

What an idiot.

Re: com_dotnet

am 14.09.2007 03:55:22 von Bucky Kaufman

Jerry Stuckle wrote:

> Remember - they attacked us, not vice versa. And they want to do it
> again. The only thing keeping them from doing it is we're taking their
> havens away from them.

I'm sorry.
Once just isn't enough.
I gotta say it again.
What an idiot!

BT

Re: OT - Oh, so OT.

am 14.09.2007 04:23:07 von Jerry Stuckle

Sanders Kaufman wrote:
> Jerry Stuckle wrote:
>
>> The difference is - if we weren't fighting terrorists in Iraq, we'd be
>> fighting them here.
>
> That's what the entertainers and televangelists say.
>
>
>
>> Remember - they attacked us, not vice versa.
>
> What an idiot.

Yep, you are an idiot if you think they didn't attack us. Some reminders:

1968 - Bobby Kennedy assassinated
1972 - Munich Olympics, 11 Israeli athletes murdered
1979 - US Embassy in Tehran taken over and hostages held for 444 days
1980's - Multiple Americans in Lebanon kidnapped
1983 - Marine Corps barracks in Beirut bombed
1985 - Cruise ship Achille Lauro hijacked and a 70 year old American
thrown overboard in his wheelchair
1985 - TWA flight 847 hijacked in Athens and a U.S. Navy diver killed
1988 - Pan Am Flight 103 bombed
1993 - First bombing of the World Trade Center
1998 - US embassies in Kenya and Tanzania bombed
2001 - 4 airliners hijacked, killing over 3,000 people
2002 - Reporter Daniel Pearl kidnapped and murdered

Every one of them by Muslim extremists. And these same extremists have
vowed to destroy our civilization.

I have nothing against most Muslims. They are only interested in living
in peace. But there are a few who have twisted their religion to meet
their own ends. And these are the problems.

Get your head out of your ass, Sanders. You should be glad we finally
have a President with the balls to stand up to them. If we would have
had that in 1993, we wouldn't be in this situation today.

And if we didn't go after them in Afghanistan, Iraq and other areas, you
can be assured they would be here. Or maybe you want to see IED's along
the roads. Maybe you'd like to see suicide bombers in Times Square.
Maybe you'd like to see our bridges and buildings blown up and our
civilians killed.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: com_dotnet

am 14.09.2007 06:00:48 von Steve

"Sanders Kaufman" wrote in message
news:eSlGi.2662$ZA5.2264@nlpi068.nbdc.sbc.com...
> Jerry Stuckle wrote:
>
>> Remember - they attacked us, not vice versa. And they want to do it
>> again. The only thing keeping them from doing it is we're taking their
>> havens away from them.
>
> I'm sorry.
> Once just isn't enough.
> I gotta say it again.
> What an idiot!

yes, sanders, you certainly are.

where'd my killfile go...oh, there it is.

Re: OT - Oh, so OT.

am 14.09.2007 06:08:41 von Bucky Kaufman

Jerry Stuckle wrote:

> And if we didn't go after them in Afghanistan, Iraq and other areas, you
> can be assured they would be here. Or maybe you want to see IED's along
> the roads. Maybe you'd like to see suicide bombers in Times Square.
> Maybe you'd like to see our bridges and buildings blown up and our
> civilians killed.

We didn't go after them in Iraq.
We lured them into Iraq.
The Iraqis did not deserve that.
If we were to *go after* them, we would be invading Pakistan.

Where you go wrong here is in taking the Abramoff Republicans' word of
honor about what they're up to. They are not honorable people.

Re: OT - Oh, so OT.

am 14.09.2007 06:11:19 von Bucky Kaufman

Jerry Stuckle wrote:

> Or maybe you want to see IED's along
> the roads. Maybe you'd like to see suicide bombers in Times Square.
> Maybe you'd like to see our bridges and buildings blown up and our
> civilians killed.

We've already had a lot of that.
In nearly every case, it was white, Christian, right-wingers.

Re: OT - Oh, so OT.

am 14.09.2007 13:58:05 von Jerry Stuckle

Sanders Kaufman wrote:
> Jerry Stuckle wrote:
>
>> Or maybe you want to see IED's along the roads. Maybe you'd like to
>> see suicide bombers in Times Square. Maybe you'd like to see our
>> bridges and buildings blown up and our civilians killed.
>
> We've already had a lot of that.
> In nearly every case, it was white, Christian, right-wingers.
>
>

Yea, right. Name EVEN ONE.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 14.09.2007 14:03:11 von Jerry Stuckle

Sanders Kaufman wrote:
> Jerry Stuckle wrote:
>
>> And if we didn't go after them in Afghanistan, Iraq and other areas,
>> you can be assured they would be here. Or maybe you want to see IED's
>> along the roads. Maybe you'd like to see suicide bombers in Times
>> Square. Maybe you'd like to see our bridges and buildings blown up and
>> our civilians killed.
>
> We didn't go after them in Iraq.
> We lured them into Iraq.

ROFLMAO! Listing to "Billary" again? And actually eating that shit?
Saddam was one of the worst terrorists in the world. He killed many
more people than bin Laden did.

Your head is further up your ass than I thought.

> The Iraqis did not deserve that.
> If we were to *go after* them, we would be invading Pakistan.
>

At least Pakistan is working WITH us in the war on terror.

> Where you go wrong here is in taking the Abramoff Republicans' word of
> honor about what they're up to. They are not honorable people.

Where you are going wrong is you're listening to those who are
supporting the terrorists for their own political purposes.

They depend in the naivety (or stupidity - take your pick) of people
like you to stay in power.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: com_dotnet

am 14.09.2007 15:36:55 von John Hosking

Erwin Moller wrote:
> Jerry Stuckle wrote:
>> Steve wrote:
>>> "Jerry Stuckle" wrote ...
>>>> Steve wrote:
>>>>> "Jerry Stuckle" wrote ...
>>>>>> Steve wrote:
>>>>>>> "Jerry Stuckle" wrote ...
>>>>>>>> Steve wrote:
>>>>>>>>> "Jerry Stuckle" wrote ...
>>>>>>>>>> Steve wrote:
>>>>>>>>>>> "Jerry Stuckle" wrote ...
>>>>>>>>>>>> Steve wrote:

[back-and-forth snipped]

> Hi Jerry,
>
> I am not sure what is wrong, but I only see your postings in
> comp.lang.php while it is clear you're having a conversation with more
> people involved.
> Hard to follow the discussion this way.
>
> Is something screwed up at my side, or are you alone posting to
> comp.lang.php for some reason?

It's not just you; I can't see Steve's posts either on news.bluewin.ch
(except for , which came later). But over
on news.individual.net I see what seem to be all his posts, so it's not
just Jerry talking to himself or an imaginary friend.


--
John

Re: OT - Oh, so OT.

am 14.09.2007 15:49:57 von Michael Fesser

..oO(Jerry Stuckle)

>Yep, you are an idiot if you think they didn't attack us. Some reminders:
>[...]

How many people in the world were killed by US soldiers? Or by US
weapons thrown into a fight to make some money and to "protect" the US
economical interests? How many people suffer from starvation and poverty
because the US is exploiting their land or restricting their trading?

What good have the US done to the world in the last decades?

>Every one of them by Muslim extremists. And these same extremists have
>vowed to destroy our civilization.

There are reasons for that. They don't do that just for fun. No, I don't
support them, but I don't support the US and their behaviour either.

Some people just get what they deserve. The only problem and real
tragedy is: It's always the little guy from the streets, the usual
civilian, who has to pay the biggest price for the government's
mistakes, for their egoism and arrogance. It always hits the innocent,
never the real guilty.

>I have nothing against most Muslims. They are only interested in living
>in peace. But there are a few who have twisted their religion to meet
>their own ends. And these are the problems.
>
>Get your head out of your ass, Sanders. You should be glad we finally
>have a President with the balls to stand up to them.

Bush is one of the worst terrorist himself. A dangerous criminal Texan
cowboy with a big daddy and a lot of money behind him.

>If we would have
>had that in 1993, we wouldn't be in this situation today.

Correct. It could be even worse.

>And if we didn't go after them in Afghanistan, Iraq and other areas, you
>can be assured they would be here.

The only reason to invade Iraq was the oil. When was the war finished
"officially"? What's the situation now? Worse than ever.

But what does this all have to do with PHP? Bush wouldn't even know how
to spell it.

A curious side note: Our biggest telco "Deutsche Telekom" is known for
ruthlessly protecting their "intellectual properties" and tradamarks,
suing everyone who even thinks about using something colored magenta
(their brand color) or using anything that starts with "T-", because of
their brand names T-Com, T-Mobile, T-Systems etc. They grab all domain
names with "t-" at the beginning - they even own "t-errorist.de" ...

Micha

Re: OT - Oh, so OT.

am 14.09.2007 17:43:31 von ay beecee

As a programmer, you might be exptected to
associate these events in a more logical way.

Sure, Saddam was a bad guy.
And yes, we were attacked by muslim extremists.
But Saddam was not the only bad guy in the
world, and was not in cahoots with Al Queda.
He did not attack us. There was no Al Queda in
Iraq until after the war started.

We had a golden opportunity to kick ass in Afganistan,
rebuild a country and make some allies. But we scewed
it up bigtime. We gave Osama his best christmas present
possible: the world's greatest recruiting tool,
wrapped in an impossible-to-win civil war.

Bush is a moron. The only remaining excuse for
starting this war (they've changed motivations a
half a dozen times now) is nation building. By
creating a land-of-milk-and-honey democracy in
Iraq, we will indirectly defeat Al Queda. That's
nation building, which Bush promised we would not do.

And it's a building construction project with little
hope of success. We might be stuck with it now,
whether we like it or not. But it's important to remember
the fools who got us into this mess in the first place.

Re: OT - Oh, so OT.

am 14.09.2007 19:07:43 von Jerry Stuckle

Michael Fesser wrote:
> .oO(Jerry Stuckle)
>
>> Yep, you are an idiot if you think they didn't attack us. Some reminders:
>> [...]
>
> How many people in the world were killed by US soldiers? Or by US
> weapons thrown into a fight to make some money and to "protect" the US
> economical interests? How many people suffer from starvation and poverty
> because the US is exploiting their land or restricting their trading?
>

How many innocent civilians? Far fewer than those killed every day by
the terrorists.

> What good have the US done to the world in the last decades?
>

We've made it safer. Just like we did in WW II.

>> Every one of them by Muslim extremists. And these same extremists have
>> vowed to destroy our civilization.
>
> There are reasons for that. They don't do that just for fun. No, I don't
> support them, but I don't support the US and their behaviour either.
>

Who cares whether you support us or not. I sure don't. But I guess
that means you support terrorism.

> Some people just get what they deserve. The only problem and real
> tragedy is: It's always the little guy from the streets, the usual
> civilian, who has to pay the biggest price for the government's
> mistakes, for their egoism and arrogance. It always hits the innocent,
> never the real guilty.
>

Yea, right.

>> I have nothing against most Muslims. They are only interested in living
>> in peace. But there are a few who have twisted their religion to meet
>> their own ends. And these are the problems.
>>
>> Get your head out of your ass, Sanders. You should be glad we finally
>> have a President with the balls to stand up to them.
>
> Bush is one of the worst terrorist himself. A dangerous criminal Texan
> cowboy with a big daddy and a lot of money behind him.
>

ROFLMAO! We finally have a President with enough balls to stand up to
the terrorists. The previous one sure didn't.

>> If we would have
>> had that in 1993, we wouldn't be in this situation today.
>
> Correct. It could be even worse.
>

Nope, it would be much better.

>> And if we didn't go after them in Afghanistan, Iraq and other areas, you
>> can be assured they would be here.
>
> The only reason to invade Iraq was the oil. When was the war finished
> "officially"? What's the situation now? Worse than ever.
>

You really believe that, huh? It was NOTHING about oil. Or, maybe you
can prove it.

> But what does this all have to do with PHP? Bush wouldn't even know how
> to spell it.
>
> A curious side note: Our biggest telco "Deutsche Telekom" is known for
> ruthlessly protecting their "intellectual properties" and tradamarks,
> suing everyone who even thinks about using something colored magenta
> (their brand color) or using anything that starts with "T-", because of
> their brand names T-Com, T-Mobile, T-Systems etc. They grab all domain
> names with "t-" at the beginning - they even own "t-errorist.de" ...
>
> Micha

So?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 14.09.2007 19:17:39 von Jerry Stuckle

ay beecee wrote:
> As a programmer, you might be exptected to
> associate these events in a more logical way.
>
> Sure, Saddam was a bad guy.
> And yes, we were attacked by muslim extremists.
> But Saddam was not the only bad guy in the
> world, and was not in cahoots with Al Queda.
> He did not attack us. There was no Al Queda in
> Iraq until after the war started.
>

Yep, and every major intelligence agency in the world though Saddam had
WMD's - not just the U.S. and Britain, but Russia, France, Germany,
Japan... And that he was not only going to use them against his own
people, he was going to provide them to terrorists to destroy the
western world. He hated us as much as Al Queda does.

> We had a golden opportunity to kick ass in Afganistan,
> rebuild a country and make some allies. But we scewed
> it up bigtime. We gave Osama his best christmas present
> possible: the world's greatest recruiting tool,
> wrapped in an impossible-to-win civil war.
>

Sure, and we did it. We didn't screw it up. We got rid of the Taliban
(something which came about because the USSR pulled out of Afghanistan
without completing the job) and got a much better government installed.

Sure, there are still some pockets of resistance - you can expect that
in a country as remote and rugged as Afghanistan, where warlords are
used to not having to answer to anyone, and have been attacking each
other for centuries. But overall it's much more peaceful than before.

> Bush is a moron. The only remaining excuse for
> starting this war (they've changed motivations a
> half a dozen times now) is nation building. By
> creating a land-of-milk-and-honey democracy in
> Iraq, we will indirectly defeat Al Queda. That's
> nation building, which Bush promised we would not do.
>

Bush finally said "Enough is Enough!". And after defeating a mass
murderer, it's our responsibility to help the people of Iraq rebuild.

Note I said "Help the people of Iraq rebuild". That's just what we're
doing. We're not installing a puppet government. And by taking yet
another haven away from the terrorists, we are defeating them.

And yes, the motivation has changed. I disagree. Rather, the objective
has changed. And that's normal. When you accomplish one objective, you
look at the next one.

> And it's a building construction project with little
> hope of success. We might be stuck with it now,
> whether we like it or not. But it's important to remember
> the fools who got us into this mess in the first place.
>
>

The difference is - we are succeeding in Iraq.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 14.09.2007 19:32:30 von luiheidsgoeroe

On Fri, 14 Sep 2007 19:07:43 +0200, Jerry Stuckle
wrote:
>>> Yep, you are an idiot if you think they didn't attack us. Some
>>> reminders:
>>> [...]
>> How many people in the world were killed by US soldiers? Or by US
>> weapons thrown into a fight to make some money and to "protect" the US
>> economical interests? How many people suffer from starvation and poverty
>> because the US is exploiting their land or restricting their trading?
>>
>
> How many innocent civilians? Far fewer than those killed every day by
> the terrorists.

Which entirely depends on who you call 'terrorists'. It's become a buzz
word to justify a lot of actions that would otherwise not condoned. The
confederates would have called the yanks terrorists and vice-versa. Wether
you agree or disagree with a governments actions, always be very sceptical
about their propaganda.

>> What good have the US done to the world in the last decades?
>
> We've made it safer. Just like we did in WW II.

And you consume like hell. We're happy to offload our products unto you
untill the bubble bursts :).

>>> Every one of them by Muslim extremists. And these same extremists
>>> have vowed to destroy our civilization.
>> There are reasons for that. They don't do that just for fun. No, I
>> don't
>> support them, but I don't support the US and their behaviour either.
>>
>
> Who cares whether you support us or not. I sure don't. But I guess
> that means you support terrorism.

That old argument is flawed in so many ways it doesn't even justify an
answer.

But this is getting way to offtopic for me....
--
Rik Wasmus

Re: OT - Oh, so OT.

am 14.09.2007 20:09:05 von Shelly

"Jerry Stuckle" wrote in message
news:iPCdncw7C8gBX3fbnZ2dnUVZ_veinZ2d@comcast.com...
> The difference is - we are succeeding in Iraq.

I guess that statement just about sums up your level of naivete of world
events.

Shelly

Re: OT - Oh, so OT.

am 14.09.2007 20:42:19 von Michael Fesser

..oO(Jerry Stuckle)

>The difference is - we are succeeding in Iraq.

Yep, like you were succeeding in Vietnam.
You know the song "Deja Vu" by John Fogerty?

http://www.oldielyrics.com/lyrics/john_fogerty/deja_vu_all_o ver_again.html

Micha

Re: OT - Oh, so OT.

am 14.09.2007 22:44:17 von Michael Fesser

..oO(Jerry Stuckle)

>Michael Fesser wrote:
>> .oO(Jerry Stuckle)
>>
>>> Yep, you are an idiot if you think they didn't attack us. Some reminders:
>>> [...]
>>
>> How many people in the world were killed by US soldiers? Or by US
>> weapons thrown into a fight to make some money and to "protect" the US
>> economical interests? How many people suffer from starvation and poverty
>> because the US is exploiting their land or restricting their trading?
>
>How many innocent civilians?

Not many. Just some millions. Nothing special.

>Far fewer than those killed every day by
>the terrorists.

Sure.

>> What good have the US done to the world in the last decades?
>
>We've made it safer.

With war. Sure.

> Just like we did in WW II.

Yes, Hiroshima and Nagasaki were absolutely safe after it was all over.

>> Bush is one of the worst terrorist himself. A dangerous criminal Texan
>> cowboy with a big daddy and a lot of money behind him.
>
>ROFLMAO! We finally have a President with enough balls to stand up to
>the terrorists.

Elected by courts, not by the people. Started at least two new wars.
Tries to restrict even _our_ European civil rights. Spits on freedom and
personal rights. Failed to support his own people during natural
disasters, at the same time ignores or even suppresses environmental
protection issues. And many more ...

Wow, what a president. You can be really proud of him.

>>> If we would have
>>> had that in 1993, we wouldn't be in this situation today.
>>
>> Correct. It could be even worse.
>
>Nope, it would be much better.

You mean then the US would even more rule the world than they do now.
Maybe they would already have taken over and "freed" old Europe?

>> The only reason to invade Iraq was the oil. When was the war finished
>> "officially"? What's the situation now? Worse than ever.
>>
>
>You really believe that, huh? It was NOTHING about oil.

Of course it was all just about a little ugly dictator and his WMD toys.
But OK, oil was not the _only_ reason.

>Or, maybe you
>can prove it.

You can find enough resources in the web if you _want_ to find them.

http://en.wikipedia.org/wiki/Rationale_for_the_Iraq_War

And before you laugh at Wikipedia or deny their credibility - there are
more than 150 references for all the claims and statements made in that
article. "Oil" is a major section in it - and it is proved.

I wonder if you really mean what you say or if you're just trolling and
stress testing our irony detectors.

Micha

Re: OT - Oh, so OT.

am 15.09.2007 01:42:28 von ay beecee

Jerry Stuckle wrote:
> The difference is - we are succeeding in Iraq.
>

.......and a cow jumped over the moon.
and widespread use of global variables makes debugging code easier
and...

Re: OT - Oh, so OT.

am 15.09.2007 02:52:49 von Jerry Stuckle

Rik Wasmus wrote:
> On Fri, 14 Sep 2007 19:07:43 +0200, Jerry Stuckle
> wrote:
>>>> Yep, you are an idiot if you think they didn't attack us. Some
>>>> reminders:
>>>> [...]
>>> How many people in the world were killed by US soldiers? Or by US
>>> weapons thrown into a fight to make some money and to "protect" the US
>>> economical interests? How many people suffer from starvation and poverty
>>> because the US is exploiting their land or restricting their trading?
>>>
>>
>> How many innocent civilians? Far fewer than those killed every day by
>> the terrorists.
>
> Which entirely depends on who you call 'terrorists'. It's become a buzz
> word to justify a lot of actions that would otherwise not condoned. The
> confederates would have called the yanks terrorists and vice-versa.
> Wether you agree or disagree with a governments actions, always be very
> sceptical about their propaganda.
>

Terrorists are generally defined as those who take action against
non-combatants, especially civilians. Those taken against the military,
like the confederates, and yanks, would not be terrorists.

Neither would those fighting the British during the Revolutionary war -
although I think you could call the Boston Tea Party a "terrorist act".

>>> What good have the US done to the world in the last decades?
>>
>> We've made it safer. Just like we did in WW II.
>
> And you consume like hell. We're happy to offload our products unto you
> untill the bubble bursts :).
>

Yea, and we love every minute of it!

>>>> Every one of them by Muslim extremists. And these same extremists
>>>> have vowed to destroy our civilization.
>>> There are reasons for that. They don't do that just for fun. No, I
>>> don't
>>> support them, but I don't support the US and their behaviour either.
>>>
>>
>> Who cares whether you support us or not. I sure don't. But I guess
>> that means you support terrorism.
>
> That old argument is flawed in so many ways it doesn't even justify an
> answer.
>
> But this is getting way to offtopic for me....

No, I say that because he is supporting those who are helping the
terrorists - politically, if no other way.

Those who argue that we need to get out if Iraq before the job is done
are doing just what that terrorists want them to do. They're either too
stupid to realize that, or consciously supporting terrorists. Which is it?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 15.09.2007 03:00:50 von Jerry Stuckle

Michael Fesser wrote:
> .oO(Jerry Stuckle)
>
>> Michael Fesser wrote:
>>> .oO(Jerry Stuckle)
>>>
>>>> Yep, you are an idiot if you think they didn't attack us. Some reminders:
>>>> [...]
>>> How many people in the world were killed by US soldiers? Or by US
>>> weapons thrown into a fight to make some money and to "protect" the US
>>> economical interests? How many people suffer from starvation and poverty
>>> because the US is exploiting their land or restricting their trading?
>> How many innocent civilians?
>
> Not many. Just some millions. Nothing special.
>

Yes? And you have some proof of that? Or are you just talking out your
ass? I suspect the latter.

>> Far fewer than those killed every day by
>> the terrorists.
>
> Sure.
>
>>> What good have the US done to the world in the last decades?
>> We've made it safer.
>
> With war. Sure.
>
>> Just like we did in WW II.
>
> Yes, Hiroshima and Nagasaki were absolutely safe after it was all over.
>

Yep, we kicked your buts but good. And the bombs on Hiroshima and
Nagasaki saved lives. Estimates were to invade the Japanese homeland
would have cost over 1M lives on each side.

>>> Bush is one of the worst terrorist himself. A dangerous criminal Texan
>>> cowboy with a big daddy and a lot of money behind him.
>> ROFLMAO! We finally have a President with enough balls to stand up to
>> the terrorists.
>
> Elected by courts, not by the people. Started at least two new wars.
> Tries to restrict even _our_ European civil rights. Spits on freedom and
> personal rights. Failed to support his own people during natural
> disasters, at the same time ignores or even suppresses environmental
> protection issues. And many more ...
>

Sorry, you're wrong again. Every recount, even those taken by the NY
Times and CNN after the election showed that Bush won Florida in 2000.
And he beat Kerry's butt in 2004.

Try again - with some real facts.

And he isn't doing a thing to _your_ European civil rights. And all the
rest of your statements are full of even more crap.

I really suggest you get some facts before you pull your head out of
your ass again.

> Wow, what a president. You can be really proud of him.
>

You're damn right I'm proud of him.

>>>> If we would have
>>>> had that in 1993, we wouldn't be in this situation today.
>>> Correct. It could be even worse.
>> Nope, it would be much better.
>
> You mean then the US would even more rule the world than they do now.
> Maybe they would already have taken over and "freed" old Europe?
>

We rule 50 states and a half dozen territories. That's it. Not Europe,
not Iraq, no place else.

>>> The only reason to invade Iraq was the oil. When was the war finished
>>> "officially"? What's the situation now? Worse than ever.
>>>
>> You really believe that, huh? It was NOTHING about oil.
>
> Of course it was all just about a little ugly dictator and his WMD toys.
> But OK, oil was not the _only_ reason.
>

Nope, oil wasn't even part of it. Your ass is talking again.

>> Or, maybe you
>> can prove it.
>
> You can find enough resources in the web if you _want_ to find them.
>
> http://en.wikipedia.org/wiki/Rationale_for_the_Iraq_War
>

And you think that's the truth? ROFLMAO. It's ONE PERSON'S (or maybe a
few people's) opinion.

I could write an article in wikipedia saying Michael Fesser is a horses
ass. It would have more creditability that what you're pointing out.

But I forget - you believe everything you read on the internet.

> And before you laugh at Wikipedia or deny their credibility - there are
> more than 150 references for all the claims and statements made in that
> article. "Oil" is a major section in it - and it is proved.
>

Yep, and how "accurate" are those references? Most are other websites
with just as little credibility.

> I wonder if you really mean what you say or if you're just trolling and
> stress testing our irony detectors.
>
> Micha

As Lenin once said - "Repeat a lie enough and it becomes the truth".
Well, your lies are not going to become the truth.

And hey - I didn't bring up the topic. And no one asked you to stick
your fat ass in here.

If there's anyone who's a troll, it's you.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 15.09.2007 03:01:16 von Jerry Stuckle

Shelly wrote:
> "Jerry Stuckle" wrote in message
> news:iPCdncw7C8gBX3fbnZ2dnUVZ_veinZ2d@comcast.com...
>> The difference is - we are succeeding in Iraq.
>
> I guess that statement just about sums up your level of naivete of world
> events.
>
> Shelly
>
>

Yep. You just watch.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 15.09.2007 03:02:14 von Jerry Stuckle

Michael Fesser wrote:
> .oO(Jerry Stuckle)
>
>> The difference is - we are succeeding in Iraq.
>
> Yep, like you were succeeding in Vietnam.
> You know the song "Deja Vu" by John Fogerty?
>
> http://www.oldielyrics.com/lyrics/john_fogerty/deja_vu_all_o ver_again.html
>
> Micha

Oh, you don't know the difference between Iraq and Viet Nam? I suggest
you go back and study your history.

Unlike you, I know first hand about View Nam.

Crawl back in your hole, troll.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 15.09.2007 03:03:36 von Jerry Stuckle

ay beecee wrote:
> Jerry Stuckle wrote:
>> The difference is - we are succeeding in Iraq.
>>
>
> ......and a cow jumped over the moon.
> and widespread use of global variables makes debugging code easier
> and...

Just watch.

They already have a democratically elected government. Peace doesn't
come overnight, but we're getting there.

Heck - it took over 30 years after the American Revolution for our
country to settle down. No one in their right mind expects Iraq to do
it overnight.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 15.09.2007 04:15:56 von luiheidsgoeroe

On Sat, 15 Sep 2007 02:52:49 +0200, Jerry Stuckle
wrote:

> Rik Wasmus wrote:
>> On Fri, 14 Sep 2007 19:07:43 +0200, Jerry Stuckle
>> wrote:
>>>>> Yep, you are an idiot if you think they didn't attack us. Some
>>>>> reminders:
>>>>> [...]
>>>> How many people in the world were killed by US soldiers? Or by US
>>>> weapons thrown into a fight to make some money and to "protect" the US
>>>> economical interests? How many people suffer from starvation and
>>>> poverty
>>>> because the US is exploiting their land or restricting their trading?
>>>>
>>>
>>> How many innocent civilians? Far fewer than those killed every day by
>>> the terrorists.
>> Which entirely depends on who you call 'terrorists'. It's become a
>> buzz word to justify a lot of actions that would otherwise not
>> condoned. The confederates would have called the yanks terrorists and
>> vice-versa. Wether you agree or disagree with a governments actions,
>> always be very sceptical about their propaganda.
>>
>
> Terrorists are generally defined as those who take action against
> non-combatants, especially civilians.

And the use of more and more 'smart weapons' (which are everything but)
has meant almost every military action of the united states could be
classified as terrorist acts. It's sementantics, I grant you. But the word
'terrorism' and everything related has been abused to many times to hold
any kind of justification. Every fighter with no or a not acknowledged
government has been called a terrorist, allthough some independance
struggles (like the Kurds for instance) seem to me entirely justified.

> Those taken against the military, like the confederates, and yanks,
> would not be terrorists.

There might be a language issue here. The definition here would be "those
who commit violant acts for political gain". (Which would mean almost
every government in the world is a terrorist government incidentally :P)
With todays weaponry, civil casualties always turn out very high.

>>>> What good have the US done to the world in the last decades?
>>>
>>> We've made it safer. Just like we did in WW II.
>> And you consume like hell. We're happy to offload our products unto
>> you untill the bubble bursts :).
> Yea, and we love every minute of it!

Don't get me wrong, I love the consuming, we're just more debt-aware for
some reason. The mere existance of credit cards and their huge interest
rates still baffles me.

>>>>> Every one of them by Muslim extremists. And these same extremists
>>>>> have vowed to destroy our civilization.
>>>> There are reasons for that. They don't do that just for fun. No, I
>>>> don't
>>>> support them, but I don't support the US and their behaviour either.
>>>>
>>>
>>> Who cares whether you support us or not. I sure don't. But I guess
>>> that means you support terrorism.
>> That old argument is flawed in so many ways it doesn't even justify an
>> answer.
>> But this is getting way to offtopic for me....
>
> No, I say that because he is supporting those who are helping the
> terrorists - politically, if no other way.

I see no support whatsoever here. It's the old argument 'if you are not
with us you are against us', which is and has always been a flawed
argument. A disagreement with no interference is perfectly possible.
Actually, it's the way most people and governments disagree: some moaning
without action.

> Those who argue that we need to get out if Iraq before the job is done
> are doing just what that terrorists want them to do. They're either too
> stupid to realize that, or consciously supporting terrorists. Which is
> it?

Well, you're committed to Iraq now. I was against it from the start, but
the moment the US decided to invade it they made a commitment to leave it
socially at least as good as it was, preferably better. In Africa the US
has a history of fast military actions, and pulling out before anything
real was accomplished. I certainly hope that allthough the process is
going to be quite long an painfull, they'll ride this one out to the end.
--
Rik Wasmus

Re: OT - Oh, so OT.

am 15.09.2007 04:29:30 von Jerry Stuckle

Rik Wasmus wrote:
> On Sat, 15 Sep 2007 02:52:49 +0200, Jerry Stuckle
> wrote:
>
>> Rik Wasmus wrote:
>>> On Fri, 14 Sep 2007 19:07:43 +0200, Jerry Stuckle
>>> wrote:
>>>>>> Yep, you are an idiot if you think they didn't attack us. Some
>>>>>> reminders:
>>>>>> [...]
>>>>> How many people in the world were killed by US soldiers? Or by US
>>>>> weapons thrown into a fight to make some money and to "protect" the US
>>>>> economical interests? How many people suffer from starvation and
>>>>> poverty
>>>>> because the US is exploiting their land or restricting their trading?
>>>>>
>>>>
>>>> How many innocent civilians? Far fewer than those killed every day
>>>> by the terrorists.
>>> Which entirely depends on who you call 'terrorists'. It's become a
>>> buzz word to justify a lot of actions that would otherwise not
>>> condoned. The confederates would have called the yanks terrorists and
>>> vice-versa. Wether you agree or disagree with a governments actions,
>>> always be very sceptical about their propaganda.
>>>
>>
>> Terrorists are generally defined as those who take action against
>> non-combatants, especially civilians.
>
> And the use of more and more 'smart weapons' (which are everything but)
> has meant almost every military action of the united states could be
> classified as terrorist acts. It's sementantics, I grant you. But the
> word 'terrorism' and everything related has been abused to many times to
> hold any kind of justification. Every fighter with no or a not
> acknowledged government has been called a terrorist, allthough some
> independance struggles (like the Kurds for instance) seem to me entirely
> justified.
>

Yes, actions against innocent civilians are terrorist acts. Actions of
a military against the U.S. military are not.

Actions by non-military personnel against military personnel seems to be
a gray area - some people call them acts of terrorism, some don't.

But I'm more referring to the suicide bombers blowing themselves up in
marketplaces full of civilians, flying planes into buildings and the
like - not attacks against our military.

>> Those taken against the military, like the confederates, and yanks,
>> would not be terrorists.
>
> There might be a language issue here. The definition here would be
> "those who commit violant acts for political gain". (Which would mean
> almost every government in the world is a terrorist government
> incidentally :P) With todays weaponry, civil casualties always turn out
> very high.
>

No, I consider it more on the order of committing violent acts with the
intention of causing the death, injury, etc. of innocent civilians.
With that in mind, neither the yanks nor the rebs were terrorists.
Germany and Japan were not terrorists. Timothy McVay was a terrorist.

>>>>> What good have the US done to the world in the last decades?
>>>>
>>>> We've made it safer. Just like we did in WW II.
>>> And you consume like hell. We're happy to offload our products unto
>>> you untill the bubble bursts :).
>> Yea, and we love every minute of it!
>
> Don't get me wrong, I love the consuming, we're just more debt-aware for
> some reason. The mere existance of credit cards and their huge interest
> rates still baffles me.
>

Yep, I do understand that point! Fortunately we're able to keep ours
pretty well paid off. :-)

Got a little on one right now only because I had an unexpected $2K car
repair bill last month :-(.

>>>>>> Every one of them by Muslim extremists. And these same extremists
>>>>>> have vowed to destroy our civilization.
>>>>> There are reasons for that. They don't do that just for fun. No, I
>>>>> don't
>>>>> support them, but I don't support the US and their behaviour either.
>>>>>
>>>>
>>>> Who cares whether you support us or not. I sure don't. But I guess
>>>> that means you support terrorism.
>>> That old argument is flawed in so many ways it doesn't even justify
>>> an answer.
>>> But this is getting way to offtopic for me....
>>
>> No, I say that because he is supporting those who are helping the
>> terrorists - politically, if no other way.
>
> I see no support whatsoever here. It's the old argument 'if you are not
> with us you are against us', which is and has always been a flawed
> argument. A disagreement with no interference is perfectly possible.
> Actually, it's the way most people and governments disagree: some
> moaning without action.
>

No, he's calling Bush a terrorist, saying we shouldn't be in Iraq...
Hmmm... exactly the same things bin Laden is saying. When you're
agreeing with someone so much, that's supporting them - indirectly, if
not directly.

>> Those who argue that we need to get out if Iraq before the job is done
>> are doing just what that terrorists want them to do. They're either
>> too stupid to realize that, or consciously supporting terrorists.
>> Which is it?
>
> Well, you're committed to Iraq now. I was against it from the start, but
> the moment the US decided to invade it they made a commitment to leave
> it socially at least as good as it was, preferably better. In Africa the
> US has a history of fast military actions, and pulling out before
> anything real was accomplished. I certainly hope that allthough the
> process is going to be quite long an painfull, they'll ride this one out
> to the end.

Yep, the previous administration didn't have the balls to stick around.
As soon as there was the slightest scent of an action becoming
unpopular, he would pull us out - to hell with the locals.

And that's what emboldened the terrorists - they didn't think we'd take
any real action against them, because they had done so many other things
in the past - and we never did anything.

They found out we now have a President who was interested in more than
his interns. And this one has real balls.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 15.09.2007 05:27:48 von Bucky Kaufman

Jerry Stuckle wrote:
> Sanders Kaufman wrote:

>>> Or maybe you want to see IED's along the roads. Maybe you'd like to
>>> see suicide bombers in Times Square. Maybe you'd like to see our
>>> bridges and buildings blown up and our civilians killed.
>>
>> We've already had a lot of that.
>> In nearly every case, it was white, Christian, right-wingers.
>
> Yea, right. Name EVEN ONE.

Oh, gosh - you got me. I'm busted. You're right.

Ultra-right wing, White Militant Christians have always been men among
men; the ones to look to for spiritual guidance and heroic virtue.

I doff my Yamulkah to ya on that one.

Sheesh!

Re: OT - Oh, so OT.

am 15.09.2007 05:36:35 von Bucky Kaufman

Rik Wasmus wrote:
> On Fri, 14 Sep 2007 19:07:43 +0200, Jerry Stuckle

>> We've made it safer. Just like we did in WW II.
>
> And you consume like hell. We're happy to offload our products unto you
> untill the bubble bursts :).

Perhaps the US should change it's slogan from "United We Stand" to "Do
you want fries with that?".

Re: OT - Oh, so OT.

am 15.09.2007 05:38:07 von Bucky Kaufman

Jerry Stuckle wrote:
>
> Terrorists are generally defined as those who take action against
> non-combatants, especially civilians.

And when a squad of US soldiers rapes a girl and murders her family,
then sets fire to the house and threatens the neighbors - that's
"nation-building".

Re: OT - Oh, so OT.

am 15.09.2007 05:44:14 von Bucky Kaufman

Jerry Stuckle wrote:

> Oh, you don't know the difference between Iraq and Viet Nam? I suggest
> you go back and study your history.
>
> Unlike you, I know first hand about View Nam.
> Crawl back in your hole, troll.

I've noticed that the low-lifes who behaved so poorly during that
illegal war are the same ones who insist the Iraqis must be slaughtered
as well.

I just thank GOD y'all are a dying breed, and that your leaders are
being tried and convicted for what they do.

Re: OT - Oh, so OT.

am 15.09.2007 14:17:44 von Ulf Kadner

Michael Fesser wrote:

> Bush is one of the worst terrorist himself. A dangerous criminal Texan
> cowboy with a big daddy and a lot of money behind him.

FULL ACK

So long, Ulf

--
_,
_(_p> Ulf [Kado] Kadner
\<_)
^^

Re: OT - Oh, so OT.

am 15.09.2007 15:18:37 von Jerry Stuckle

Sanders Kaufman wrote:
> Jerry Stuckle wrote:
>> Sanders Kaufman wrote:
>
>>>> Or maybe you want to see IED's along the roads. Maybe you'd like to
>>>> see suicide bombers in Times Square. Maybe you'd like to see our
>>>> bridges and buildings blown up and our civilians killed.
>>>
>>> We've already had a lot of that.
>>> In nearly every case, it was white, Christian, right-wingers.
>>
>> Yea, right. Name EVEN ONE.
>
> Oh, gosh - you got me. I'm busted. You're right.
>
> Ultra-right wing, White Militant Christians have always been men among
> men; the ones to look to for spiritual guidance and heroic virtue.
>
> I doff my Yamulkah to ya on that one.
>
> Sheesh!

ROFLMAO! You make an outrageous claim, then when you're called on it,
can't even show one example.

It makes all the rest of the crap you espouse even less credible.

You really should learn to think for yourself, instead of letting others
to do the thinking for you.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 15.09.2007 15:21:17 von Jerry Stuckle

Sanders Kaufman wrote:
> Jerry Stuckle wrote:
>>
>> Terrorists are generally defined as those who take action against
>> non-combatants, especially civilians.
>
> And when a squad of US soldiers rapes a girl and murders her family,
> then sets fire to the house and threatens the neighbors - that's
> "nation-building".

Sigh. This bullshit again. I wondered when you would come up with it.

These guys were tried and convicted of their crimes. Maybe we should
hold you accountable for everything anyone in your city did. After all,
you live there, also.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 15.09.2007 15:22:01 von Jerry Stuckle

Sanders Kaufman wrote:
> Rik Wasmus wrote:
>> On Fri, 14 Sep 2007 19:07:43 +0200, Jerry Stuckle
>
>>> We've made it safer. Just like we did in WW II.
>>
>> And you consume like hell. We're happy to offload our products unto
>> you untill the bubble bursts :).
>
> Perhaps the US should change it's slogan from "United We Stand" to "Do
> you want fries with that?".

Yea, or maybe we should just kill all the idiots like you and make this
world a better place.

"Would you like to be fried with that"?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 15.09.2007 15:28:20 von Jerry Stuckle

Sanders Kaufman wrote:
> Jerry Stuckle wrote:
>
>> Oh, you don't know the difference between Iraq and Viet Nam? I
>> suggest you go back and study your history.
>>
>> Unlike you, I know first hand about View Nam.
>> Crawl back in your hole, troll.
>
> I've noticed that the low-lifes who behaved so poorly during that
> illegal war are the same ones who insist the Iraqis must be slaughtered
> as well.
>
> I just thank GOD y'all are a dying breed, and that your leaders are
> being tried and convicted for what they do.
>
>
>

Got it wrong again, idiot. We never said anything about slaughtering
Iraqis. In fact, we saved them from being slaughtered by a tyrant - one
who was convicted of killing millions of his own citizens.

And by who's definition is this war illegal? Yours? We already know
where your head is. The U.S.? Which laws. The U.N.? Why haven't they
charged us?

Just more bullshit, Sanders.

We are the strongest country in the world because we are the best
country in the world. And unlike your chicken-shit leaders, we will
stand up to terrorists.

Every time you post a message here you're sounding more and more like
the terrorists. So maybe we need to hold you responsible for the
bombings in Madrid, London, New York....

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 15.09.2007 19:21:27 von Michael Fesser

..oO(Jerry Stuckle)

>We are the strongest country in the world because we are the best
>country in the world. And unlike your chicken-shit leaders, we will
>stand up to terrorists.

*ROFL*

Sigged.

And you're wondering why you have been attacked? With such an attitude
the next 9/11 is just a question of time, that's for sure.

Micha

--
"We are the strongest country in the world because we are the best
country in the world. And unlike your chicken-shit leaders, we will
stand up to terrorists." (Jerry Stuckle in clp)

Re: OT - Oh, so OT.

am 15.09.2007 19:21:27 von Michael Fesser

..oO(Jerry Stuckle)

>Michael Fesser wrote:
>> .oO(Jerry Stuckle)
>>
>>> How many innocent civilians?
>>
>> Not many. Just some millions. Nothing special.
>
>Yes? And you have some proof of that? Or are you just talking out your
>ass? I suspect the latter.

Of course you do, because offending people is the only you can do. Not
only here, but in nearly every third thread. Everyone who doesn't agree
with you or doesn't want to sleep with your president in his Or^Hval
Office is a troll, an ass hole or something like that.

When God handed out social competence, was it you who shouted the
loudest "Not me, not me!"?

>Try again - with some real facts.
>
>And he isn't doing a thing to _your_ European civil rights. And all the
>rest of your statements are full of even more crap.
>
>I really suggest you get some facts before you pull your head out of
>your ass again.

As I said - you could find proof if you _want_ to find it (for all the
things I said). There are enough resources available. But of course
since they are just websites written by one person or maybe a few, they
don't have any credibility and are not worth the bytes. In fact the only
real source of truth is whitehouse.gov. Sorry, I should have known that.

Just wondering - if the US would ever get a black president - would he
leave the White House as it is?

>> You can find enough resources in the web if you _want_ to find them.
>>
>> http://en.wikipedia.org/wiki/Rationale_for_the_Iraq_War
>
>And you think that's the truth? ROFLMAO. It's ONE PERSON'S (or maybe a
>few people's) opinion.

I wouldn't call 150 references "a few people's opinions". And obviously
you think that even Amnesty International, Washington Post, CNN, BBC,
CBS, UN and whatever they're called don't have any credibility.

>I could write an article in wikipedia saying Michael Fesser is a horses
>ass. It would have more creditability that what you're pointing out.

Of course you can do that, I don't have a problem with that.
Of course you would also have to accept the consequences.

>But I forget - you believe everything you read on the internet.

Obviously you believe everything you see on TV. And just in case you
still live back in the 1850's - even reputable and credible news paper
magazines, scientific articles and such are available on the net. You
just have to know _where_ to search.

>> And before you laugh at Wikipedia or deny their credibility - there are
>> more than 150 references for all the claims and statements made in that
>> article. "Oil" is a major section in it - and it is proved.
>
>Yep, and how "accurate" are those references? Most are other websites
>with just as little credibility.

I knew you would say that.

>And hey - I didn't bring up the topic.

Neither did I. I just can't stand your damn arrogance and egoism.

>And no one asked you to stick
>your fat ass in here.
>
>If there's anyone who's a troll, it's you.

Thanks for that, old man. If arrogance would squeak, you would have to
walk around with an oil can all day.

Micha

Re: OT - Oh, so OT.

am 15.09.2007 19:21:27 von Michael Fesser

..oO(Jerry Stuckle)

>Michael Fesser wrote:
>
>> You know the song "Deja Vu" by John Fogerty?
>>
>> http://www.oldielyrics.com/lyrics/john_fogerty/deja_vu_all_o ver_again.html
>>
>Oh, you don't know the difference between Iraq and Viet Nam? I suggest
>you go back and study your history.

I suggest you go back and study the lyrics.

>Unlike you, I know first hand about View Nam.

The artist _also_ knows first hand about it. Otherwise he wouldn't have
written the song (which BTW was written after the Iraq war began).

Micha

Re: OT - Oh, so OT.

am 15.09.2007 19:55:23 von Courtney

ay beecee wrote:
>
>
> Bush is a moron.
What took you so long?

Re: OT - Oh, so OT.

am 15.09.2007 19:57:08 von Courtney

Sanders Kaufman wrote:
> Jerry Stuckle wrote:
>>
>> Terrorists are generally defined as those who take action against
>> non-combatants, especially civilians.
>
> And when a squad of US soldiers rapes a girl and murders her family,
> then sets fire to the house and threatens the neighbors - that's
> "nation-building".
Yup. Like the Russkies did to East Germany, and the Germans did to Poland.

Spreads the genes around a bit.

Re: OT - Oh, so OT.

am 15.09.2007 20:53:54 von Jerry Stuckle

The Natural Philosopher wrote:
> Sanders Kaufman wrote:
>> Jerry Stuckle wrote:
>>>
>>> Terrorists are generally defined as those who take action against
>>> non-combatants, especially civilians.
>>
>> And when a squad of US soldiers rapes a girl and murders her family,
>> then sets fire to the house and threatens the neighbors - that's
>> "nation-building".
> Yup. Like the Russkies did to East Germany, and the Germans did to Poland.
>
> Spreads the genes around a bit.

Yea, right.

The Russians took over East Germany. The Germans took over Poland.

The U.S. has no intention of taking over Iraq. Just the opposite.
That's why they have a government freely elected by Iraqis, and we are
still there at their request. It's also why we are training their
security and defense personnel, with the goal of leaving there as soon
as they can handle things themselves.

And if their government told us to leave tomorrow, we would pull out.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 15.09.2007 21:04:33 von Jerry Stuckle

Michael Fesser wrote:
> .oO(Jerry Stuckle)
>
>> Michael Fesser wrote:
>>> .oO(Jerry Stuckle)
>>>
>>>> How many innocent civilians?
>>> Not many. Just some millions. Nothing special.
>> Yes? And you have some proof of that? Or are you just talking out your
>> ass? I suspect the latter.
>
> Of course you do, because offending people is the only you can do. Not
> only here, but in nearly every third thread. Everyone who doesn't agree
> with you or doesn't want to sleep with your president in his Or^Hval
> Office is a troll, an ass hole or something like that.
>

Yea, right. I call them like I see them. It has nothing to do with not
agreeing with my President. It has everything to do with the likes of
you arguing things like the Russians taking over East Germany and trying
to compare that to the war in Iraq.

But if you don't see the difference, it shows your lack of intelligence.

And people who butt into a thread with that kind of shit are trolls.

OTOH, I don't mind a real conversation with real facts.

> When God handed out social competence, was it you who shouted the
> loudest "Not me, not me!"?
>
>> Try again - with some real facts.
>>
>> And he isn't doing a thing to _your_ European civil rights. And all the
>> rest of your statements are full of even more crap.
>>
>> I really suggest you get some facts before you pull your head out of
>> your ass again.
>
> As I said - you could find proof if you _want_ to find it (for all the
> things I said). There are enough resources available. But of course
> since they are just websites written by one person or maybe a few, they
> don't have any credibility and are not worth the bytes. In fact the only
> real source of truth is whitehouse.gov. Sorry, I should have known that.
>

You made the claim. You show the proof. And do it with real facts, not
claims made on some web site.

> Just wondering - if the US would ever get a black president - would he
> leave the White House as it is?
>

Another irrelevant remark.

>>> You can find enough resources in the web if you _want_ to find them.
>>>
>>> http://en.wikipedia.org/wiki/Rationale_for_the_Iraq_War
>> And you think that's the truth? ROFLMAO. It's ONE PERSON'S (or maybe a
>> few people's) opinion.
>
> I wouldn't call 150 references "a few people's opinions". And obviously
> you think that even Amnesty International, Washington Post, CNN, BBC,
> CBS, UN and whatever they're called don't have any credibility.
>

Let's see..

Amnesty International - a liberal organization.

The Washington ComPost - a junk paper. I know first hand - I get it
every day. 1/2 the stuff they print about the war and the president is
misleading or just plain wrong.

CNN - another liberal "source" full of inaccuracies - which can be proven.

BBC - no idea, I don't listen to them.

CBS - more of the same.

UN - a bunch of wimps.

For instance - CNN and the NY Times (another liberal paper) did a
complete recount of Florida after the 2000 election. Guess what? Bush
still won. But did they say anything about it? Not a chance.

When you only look at one side, you get a biased opinion. Try the other
side for a change - Sean Hannity or Rush Limbaugh, for instance. Facts
you never hear "reported" by the liberal media.

>> I could write an article in wikipedia saying Michael Fesser is a horses
>> ass. It would have more creditability that what you're pointing out.
>
> Of course you can do that, I don't have a problem with that.
> Of course you would also have to accept the consequences.
>

What consequences? It's on the internet. It must be the truth.

>> But I forget - you believe everything you read on the internet.
>
> Obviously you believe everything you see on TV. And just in case you
> still live back in the 1850's - even reputable and credible news paper
> magazines, scientific articles and such are available on the net. You
> just have to know _where_ to search.
>

Not at all. However, unlike you, I listen to *both sides*. And I've
seen just how "credible" some of your "sources" are.

>>> And before you laugh at Wikipedia or deny their credibility - there are
>>> more than 150 references for all the claims and statements made in that
>>> article. "Oil" is a major section in it - and it is proved.
>> Yep, and how "accurate" are those references? Most are other websites
>> with just as little credibility.
>
> I knew you would say that.
>
>> And hey - I didn't bring up the topic.
>
> Neither did I. I just can't stand your damn arrogance and egoism.
>

So? Tough shit. You know what? I really don't give a damn.

>> And no one asked you to stick
>> your fat ass in here.
>>
>> If there's anyone who's a troll, it's you.
>
> Thanks for that, old man. If arrogance would squeak, you would have to
> walk around with an oil can all day.
>
> Micha

And if you needed a brain to go around the world, you wouldn't be able
to get around the block.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 15.09.2007 21:07:30 von Jerry Stuckle

Michael Fesser wrote:
> .oO(Jerry Stuckle)
>
>> We are the strongest country in the world because we are the best
>> country in the world. And unlike your chicken-shit leaders, we will
>> stand up to terrorists.
>
> *ROFL*
>
> Sigged.
>
> And you're wondering why you have been attacked? With such an attitude
> the next 9/11 is just a question of time, that's for sure.
>
> Micha
>

I never said we were immune to attacks. They've tried already, and been
stopped.

But they haven't been able to devote all of their energies to attacking
us because we're keeping them busy in Iraq. If we weren't there, then
they would be here.

Sure they want to attack us. They've stated that time and time again.
And someday they will if we don't destroy them first.

Remember - they started it. But we're going to finish it.


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 15.09.2007 21:08:53 von Jerry Stuckle

Michael Fesser wrote:
> .oO(Jerry Stuckle)
>
>> Michael Fesser wrote:
>>
>>> You know the song "Deja Vu" by John Fogerty?
>>>
>>> http://www.oldielyrics.com/lyrics/john_fogerty/deja_vu_all_o ver_again.html
>>>
>> Oh, you don't know the difference between Iraq and Viet Nam? I suggest
>> you go back and study your history.
>
> I suggest you go back and study the lyrics.
>
>> Unlike you, I know first hand about View Nam.
>
> The artist _also_ knows first hand about it. Otherwise he wouldn't have
> written the song (which BTW was written after the Iraq war began).
>
> Micha

So? And what makes him an expert on politics, terrorism or war? He's
just a so-so singer who wrote a song. Hardly what I call credible.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 16.09.2007 00:50:14 von Bucky Kaufman

Jerry Stuckle wrote:

> Yea, or maybe we should just kill all the idiots like you and make this
> world a better place.

Like you did to Osama, eh?

Re: OT - Oh, so OT.

am 16.09.2007 00:50:54 von Bucky Kaufman

Michael Fesser wrote:

> And you're wondering why you have been attacked? With such an attitude
> the next 9/11 is just a question of time, that's for sure.

Amen.

Re: OT - Oh, so OT.

am 16.09.2007 00:53:36 von Bucky Kaufman

Jerry Stuckle wrote:

> So? And what makes him an expert on politics, terrorism or war? He's
> just a so-so singer who wrote a song. Hardly what I call credible.

I like how you START by claiming that your "experience" in Nam makes you
an expert, but then END UP claiming that service in Nam does NOT even
make one "credible".

That thar's a fine example of the irrationality of the US Republican Guard.

Re: OT - Oh, so OT.

am 16.09.2007 04:05:27 von Jerry Stuckle

Sanders Kaufman wrote:
> Jerry Stuckle wrote:
>
>> Yea, or maybe we should just kill all the idiots like you and make
>> this world a better place.
>
> Like you did to Osama, eh?

Have you ever been in Eastern Afghanistan or Western Pakistan? I
thought not.

Just another irrelevant comment from an irrelevant idiot.

And a troll trying to change the subject because he has no real argument
of his own.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 16.09.2007 04:07:28 von Jerry Stuckle

Sanders Kaufman wrote:
> Jerry Stuckle wrote:
>
>> So? And what makes him an expert on politics, terrorism or war? He's
>> just a so-so singer who wrote a song. Hardly what I call credible.
>
> I like how you START by claiming that your "experience" in Nam makes you
> an expert, but then END UP claiming that service in Nam does NOT even
> make one "credible".
>
> That thar's a fine example of the irrationality of the US Republican Guard.

Nope. I said nothing of the sort. But you need intelligence to carry
on an intelligent conversation. You obviously are incapable of such an
action.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 16.09.2007 04:57:26 von Bucky Kaufman

Jerry Stuckle wrote:

> Just another irrelevant comment from an irrelevant idiot.

It's always kinda funny to me when someone takes the time and expense to
boot up their computer, login to the OS, connect to the web, retrieve
my usenet posts, read them, and then go even farther, responding to the
post to let me know how "irrelevant" I am.

GOD knows - nobody will ever again call US Republicans "irrelevant".
And when the next 9/11 happens - nobody will ask "Why?".
Nobody.

Re: OT - Oh, so OT.

am 16.09.2007 05:00:17 von Jerry Stuckle

Sanders Kaufman wrote:
> Jerry Stuckle wrote:
>
>> Just another irrelevant comment from an irrelevant idiot.
>
> It's always kinda funny to me when someone takes the time and expense to
> boot up their computer, login to the OS, connect to the web, retrieve
> my usenet posts, read them, and then go even farther, responding to the
> post to let me know how "irrelevant" I am.
>
> GOD knows - nobody will ever again call US Republicans "irrelevant".
> And when the next 9/11 happens - nobody will ask "Why?".
> Nobody.

Only you would think I (or anyone else, for that matter) would go to all
that trouble to read your rantings.

Believe me, Sanders, you aren't that important. And I wouldn't even
read your tripe if it weren't the next thing in the forum.

But you aren't even worth the time it would take to filter your trash out.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 16.09.2007 12:07:09 von Courtney

Jerry Stuckle wrote:
> The Natural Philosopher wrote:
>> Sanders Kaufman wrote:
>>> Jerry Stuckle wrote:
>>>>
>>>> Terrorists are generally defined as those who take action against
>>>> non-combatants, especially civilians.
>>>
>>> And when a squad of US soldiers rapes a girl and murders her family,
>>> then sets fire to the house and threatens the neighbors - that's
>>> "nation-building".
>> Yup. Like the Russkies did to East Germany, and the Germans did to
>> Poland.
>>
>> Spreads the genes around a bit.
>
> Yea, right.
>
> The Russians took over East Germany. The Germans took over Poland.
>
> The U.S. has no intention of taking over Iraq. Just the opposite.
> That's why they have a government freely elected by Iraqis, and we are
> still there at their request.

That's what the Russians said about every country m Eastern Europe.

> It's also why we are training their
> security and defense personnel, with the goal of leaving there as soon
> as they can handle things themselves.

Another familiar story.
>
> And if their government told us to leave tomorrow, we would pull out.
>

Like Saddam told you to stay out before you went in?

Re: OT - Oh, so OT.

am 16.09.2007 13:35:57 von Jerry Stuckle

The Natural Philosopher wrote:
> Jerry Stuckle wrote:
>> The Natural Philosopher wrote:
>>> Sanders Kaufman wrote:
>>>> Jerry Stuckle wrote:
>>>>>
>>>>> Terrorists are generally defined as those who take action against
>>>>> non-combatants, especially civilians.
>>>>
>>>> And when a squad of US soldiers rapes a girl and murders her family,
>>>> then sets fire to the house and threatens the neighbors - that's
>>>> "nation-building".
>>> Yup. Like the Russkies did to East Germany, and the Germans did to
>>> Poland.
>>>
>>> Spreads the genes around a bit.
>>
>> Yea, right.
>>
>> The Russians took over East Germany. The Germans took over Poland.
>>
>> The U.S. has no intention of taking over Iraq. Just the opposite.
>> That's why they have a government freely elected by Iraqis, and we are
>> still there at their request.
>
> That's what the Russians said about every country m Eastern Europe.
>

Yea. Right.

>> It's also why we are training their security and defense personnel,
>> with the goal of leaving there as soon as they can handle things
>> themselves.
>
> Another familiar story.

Yep, it's what we do. It should be familiar.

>>
>> And if their government told us to leave tomorrow, we would pull out.
>>
>
> Like Saddam told you to stay out before you went in?

We don't listen to terrorists.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 16.09.2007 14:04:14 von Michael Fesser

..oO(Jerry Stuckle)

>When you only look at one side, you get a biased opinion. Try the other
>side for a change - Sean Hannity or Rush Limbaugh, for instance. Facts
>you never hear "reported" by the liberal media.

Hmm, these guys?

The Document Sean Hannity Doesn't Want You To Read
http://www.americanprogress.org/issues/kfiles/b91585.html

The Way Things Aren't: Rush Limbaugh Debates Reality
http://www.fair.org/index.php?page=1895

Micha

Re: OT - Oh, so OT.

am 16.09.2007 19:30:57 von Jerry Stuckle

Michael Fesser wrote:
> .oO(Jerry Stuckle)
>
>> When you only look at one side, you get a biased opinion. Try the other
>> side for a change - Sean Hannity or Rush Limbaugh, for instance. Facts
>> you never hear "reported" by the liberal media.
>
> Hmm, these guys?
>
> The Document Sean Hannity Doesn't Want You To Read
> http://www.americanprogress.org/issues/kfiles/b91585.html
>
> The Way Things Aren't: Rush Limbaugh Debates Reality
> http://www.fair.org/index.php?page=1895
>
> Micha

ROFLMAO! How long did it take you to find that pack of lies - taking
part of a conversation out of context and twisting it around.

You should have heard Sean's response - on the air - to this website.
He described their lies and half-truths one at a time. I'm surprised
they even have the balls to have the website up.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 16.09.2007 20:11:16 von Michael Fesser

..oO(Jerry Stuckle)

>Michael Fesser wrote:
>>
>> Hmm, these guys?
>>
>> The Document Sean Hannity Doesn't Want You To Read
>> http://www.americanprogress.org/issues/kfiles/b91585.html
>>
>> The Way Things Aren't: Rush Limbaugh Debates Reality
>> http://www.fair.org/index.php?page=1895
>>
>ROFLMAO! How long did it take you to find that pack of lies - taking
>part of a conversation out of context and twisting it around.

Proof?

There are many more sites like the above, even some books. Also
interesting are things like these:

| I have documented repeated instances of Hannity refusing to allow a
| guest to speak when he disagrees with them or cutting an interview
| short when he doesn't like what a guest has to say.

or

| But, when it comes to critics of Mr. Bush’s unnecessary Iraq war, Sean
| Hannity has demonstrated that he can be at least as “hateful” toward
| and “bitterly angry” with those he rails against who are anti-Bush.

And many more. How can anyone ever take this guy seriously as an
interview partner?

>You should have heard Sean's response - on the air - to this website.

Why should I? He's just a so-so talker. Does this guy have any
credibility? Nope.

>He described their lies and half-truths one at a time.

It was on the radio, so it must be true?

Micha

Re: OT - Oh, so OT.

am 16.09.2007 20:37:22 von Jerry Stuckle

Michael Fesser wrote:
> .oO(Jerry Stuckle)
>
>> Michael Fesser wrote:
>>> Hmm, these guys?
>>>
>>> The Document Sean Hannity Doesn't Want You To Read
>>> http://www.americanprogress.org/issues/kfiles/b91585.html
>>>
>>> The Way Things Aren't: Rush Limbaugh Debates Reality
>>> http://www.fair.org/index.php?page=1895
>>>
>> ROFLMAO! How long did it take you to find that pack of lies - taking
>> part of a conversation out of context and twisting it around.
>
> Proof?
>
> There are many more sites like the above, even some books. Also
> interesting are things like these:
>
> | I have documented repeated instances of Hannity refusing to allow a
> | guest to speak when he disagrees with them or cutting an interview
> | short when he doesn't like what a guest has to say.
>
> or
>
> | But, when it comes to critics of Mr. Bush’s unnecessary Iraq war, Sean
> | Hannity has demonstrated that he can be at least as “hateful” toward
> | and “bitterly angry” with those he rails against who are anti-Bush.
>
> And many more. How can anyone ever take this guy seriously as an
> interview partner?
>
>> You should have heard Sean's response - on the air - to this website.
>
> Why should I? He's just a so-so talker. Does this guy have any
> credibility? Nope.
>
>> He described their lies and half-truths one at a time.
>
> It was on the radio, so it must be true?
>
> Micha

ROFLMAO! You really are a sucker, you know that?

And Sean's response contained the entire part of the conversation
involved - not just one little excerpt. And yes, he's the expert - he
was 1/2 of the conversation.

Sure, Sean can be hateful and/or bitterly angry when people twist the
truth, take things out of context - and just plain lie through their teeth.

And this is a perfect example. Yep, he has more credibility than an
anonymous post on a website by an organization known for their lies.
Especially when they were not part of the conversations involved, and
Sean was.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 16.09.2007 22:47:58 von Bucky Kaufman

Jerry Stuckle wrote:
> The Natural Philosopher wrote:

>> Like Saddam told you to stay out before you went in?
>
> We don't listen to terrorists.

The problem with that is that everything terrifies you.

Re: OT - Oh, so OT.

am 16.09.2007 23:38:46 von Michael Fesser

..oO(Jerry Stuckle)

>ROFLMAO! You really are a sucker, you know that?

I don't have a problem with that.

>And this is a perfect example. Yep, he has more credibility than an
>anonymous post on a website by an organization known for their lies.
>Especially when they were not part of the conversations involved, and
>Sean was.

So a little conservative wannabe has more credibility than half of the
Web and many big organizations? Tell me why! Maybe it's just because he
has the same opinions as you? So he simply _must_ be right, because you
don't allow any other opinions?

Micha

Re: OT - Oh, so OT.

am 17.09.2007 04:12:34 von Jerry Stuckle

Sanders Kaufman wrote:
> Jerry Stuckle wrote:
>> The Natural Philosopher wrote:
>
>>> Like Saddam told you to stay out before you went in?
>>
>> We don't listen to terrorists.
>
> The problem with that is that everything terrifies you.

Not at all. Terrorists don't terrify me.

The though of you actually writing programs, however, terrorizes me.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 17.09.2007 04:13:16 von Jerry Stuckle

Michael Fesser wrote:
> .oO(Jerry Stuckle)
>
>> ROFLMAO! You really are a sucker, you know that?
>
> I don't have a problem with that.
>
>> And this is a perfect example. Yep, he has more credibility than an
>> anonymous post on a website by an organization known for their lies.
>> Especially when they were not part of the conversations involved, and
>> Sean was.
>
> So a little conservative wannabe has more credibility than half of the
> Web and many big organizations? Tell me why! Maybe it's just because he
> has the same opinions as you? So he simply _must_ be right, because you
> don't allow any other opinions?
>
> Micha

ROFLMAO!

You really don't have any clue. I'm sorry for you.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 17.09.2007 14:20:50 von Shelly

"Jerry Stuckle" wrote in message
news:ULqdna6tENuqfnDbnZ2dnUVZ_rLinZ2d@comcast.com...
> Michael Fesser wrote:
>> So a little conservative wannabe has more credibility than half of the
>> Web and many big organizations? Tell me why! Maybe it's just because he
>> has the same opinions as you? So he simply _must_ be right, because you
>> don't allow any other opinions?
>>
>> Micha
>
> ROFLMAO!
>
> You really don't have any clue. I'm sorry for you.

Most of life I was Republican. Then, when the "Immoral Minority" captured
the party I became Libertarian. The best thing I can say about this
upcoming election is that whoever gets in, from either party, at least we
won't have that sub-standard IQ and wannabe dictator Bush and his family
(now on his how-many-th excuse for invading Iraq?).

--
Shelly

Re: OT - Oh, so OT.

am 17.09.2007 14:40:46 von Bucky Kaufman

Shelly wrote:

> Most of life I was Republican. Then, when the "Immoral Minority" captured
> the party I became Libertarian. The best thing I can say about this
> upcoming election is that whoever gets in, from either party, at least we
> won't have that sub-standard IQ and wannabe dictator Bush and his family
> (now on his how-many-th excuse for invading Iraq?).

Sheesh - you start ONE holocaust, and suddenly everybody's a critic.

Re: OT - Oh, so OT.

am 17.09.2007 14:52:41 von Courtney

Shelly wrote:
> "Jerry Stuckle" wrote in message
> news:ULqdna6tENuqfnDbnZ2dnUVZ_rLinZ2d@comcast.com...
>> Michael Fesser wrote:
>>> So a little conservative wannabe has more credibility than half of the
>>> Web and many big organizations? Tell me why! Maybe it's just because he
>>> has the same opinions as you? So he simply _must_ be right, because you
>>> don't allow any other opinions?
>>>
>>> Micha
>> ROFLMAO!
>>
>> You really don't have any clue. I'm sorry for you.
>
> Most of life I was Republican. Then, when the "Immoral Minority" captured
> the party I became Libertarian. The best thing I can say about this
> upcoming election is that whoever gets in, from either party, at least we
> won't have that sub-standard IQ and wannabe dictator Bush and his family
> (now on his how-many-th excuse for invading Iraq?).
>
indeed. You may support what Bush and the neocons *tried* to achieve,
for for out and out incompetence in actually achieving it? Nah.

A triumph of ideology and self deception over reality.

Not.

Re: OT - Oh, so OT.

am 17.09.2007 15:12:50 von Bucky Kaufman

The Natural Philosopher wrote:

> indeed. You may support what Bush and the neocons *tried* to achieve,
> for for out and out incompetence in actually achieving it? Nah.
>
> A triumph of ideology and self deception over reality.
> Not.

I used to think it was wildly improbable that the folks who support Bush
did /not/ know damned good and well what he was about when they did so.

But it seems that the same people who are stupid and irresponsible
enough to vote themselves a tax break when there's an outstanding and
past-due, mutli-generational debt to pay...

Well, those are the same people who were stupid and irresponsible enough
to be surprised to find out that he was a half-wit to a toad.

I mean - shit, the guy didn't make any secret about who or what he was,
even if his admen played it cool. For christ's sake, the twit blew up
frogs as a kid - that ain't right.

And when he publicly gave his life over to God, well if that didn't
cinch the strap on the old crazy-bag, I don't know what else could.

[tantrum]
I know that it's wrong to take pleasure in other people's suffering, but
when some God(#(&$muther(@#&$ Libertarian whines about getting exactly
what he didn't pay for, I get a sick little thrill.

But then I think about the million dead Iraqis and the thrill goes away.

Allah Akbar.
Death to George Bush.
Death to the soldiers who kill and maim, in His name.
[/tantrum]

Re: OT - Oh, so OT.

am 17.09.2007 19:31:06 von Michael Fesser

..oO(Jerry Stuckle)

>You really don't have any clue. I'm sorry for you.

Says the one who can't even answer a simple question nor give any proof
for his claims. So much for your own credibility.

EOT
Micha

Re: OT - Oh, so OT.

am 18.09.2007 03:41:40 von Jerry Stuckle

Sanders Kaufman wrote:
> The Natural Philosopher wrote:
>
>> indeed. You may support what Bush and the neocons *tried* to achieve,
>> for for out and out incompetence in actually achieving it? Nah.
>>
>> A triumph of ideology and self deception over reality.
>> Not.
>
> I used to think it was wildly improbable that the folks who support Bush
> did /not/ know damned good and well what he was about when they did so.
>
> But it seems that the same people who are stupid and irresponsible
> enough to vote themselves a tax break when there's an outstanding and
> past-due, mutli-generational debt to pay...
>

Yea, and you know what? After that tax break, the economy improved, and
federal tax revenue INCREASED. You need to go back to Economics 101.
Raising taxes has an immediate increase, but the long term result is a
decrease in tax revenue. Whereas decreasing taxes (to a point) has the
effect of and immediate loss of tax revenue, but a long term gain in
revenue.

> Well, those are the same people who were stupid and irresponsible enough
> to be surprised to find out that he was a half-wit to a toad.
>

No, I'm not surprised at all that you are.

> I mean - shit, the guy didn't make any secret about who or what he was,
> even if his admen played it cool. For christ's sake, the twit blew up
> frogs as a kid - that ain't right.
>
> And when he publicly gave his life over to God, well if that didn't
> cinch the strap on the old crazy-bag, I don't know what else could.
>

Hey, I'd much rather have a God-fearing President than an atheist.

> [tantrum]
> I know that it's wrong to take pleasure in other people's suffering, but
> when some God(#(&$muther(@#&$ Libertarian whines about getting exactly
> what he didn't pay for, I get a sick little thrill.
>
> But then I think about the million dead Iraqis and the thrill goes away.
>
> Allah Akbar.
> Death to George Bush.
> Death to the soldiers who kill and maim, in His name.
> [/tantrum]
>
>

Yea, 1M dead Iraqis because of a murder who has been executed.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 18.09.2007 03:42:20 von Jerry Stuckle

Michael Fesser wrote:
> .oO(Jerry Stuckle)
>
>> You really don't have any clue. I'm sorry for you.
>
> Says the one who can't even answer a simple question nor give any proof
> for his claims. So much for your own credibility.
>
> EOT
> Micha

What question did you ask which was worth an answer?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 18.09.2007 04:13:14 von Shelly

"Jerry Stuckle" wrote in message
news:JoWdneE7j9ChsHLbnZ2dnUVZ_vCknZ2d@comcast.com...

> Hey, I'd much rather have a God-fearing President than an atheist.

....and I'd much rather have a President! (That means someone who doesn't
mix religion with politics - see the Bill of Rights for information).

Re: OT - Oh, so OT.

am 18.09.2007 04:52:34 von Bucky Kaufman

Jerry Stuckle wrote:
> Sanders Kaufman wrote:

>> But it seems that the same people who are stupid and irresponsible
>> enough to vote themselves a tax break when there's an outstanding and
>> past-due, mutli-generational debt to pay...
>
> Yea, and you know what? After that tax break, the economy improved, and
> federal tax revenue INCREASED. You need to go back to Economics 101.

I CLEP'd Eco101 and 102.
Where your logic fails is in your use of just ONE side of the economic
equation.

Just because you have a credit card with a really high limit, doesn't
mean you're rich.

Then there's the HUMAN cost.

Re: OT - Oh, so OT.

am 18.09.2007 04:54:24 von Bucky Kaufman

Shelly wrote:
> "Jerry Stuckle" wrote in message
> news:JoWdneE7j9ChsHLbnZ2dnUVZ_vCknZ2d@comcast.com...
>
>> Hey, I'd much rather have a God-fearing President than an atheist.
>
> ....and I'd much rather have a President! (That means someone who doesn't
> mix religion with politics - see the Bill of Rights for information).

Amen.
The moon is in the 6th sun and this is the sunset of the age of
theology. Unfortunately, the religious nuts won't go without a fight.

--
That's why all those US soldiers have to die tonight.

Re: OT - Oh, so OT.

am 18.09.2007 12:55:41 von Jerry Stuckle

Shelly wrote:
> "Jerry Stuckle" wrote in message
> news:JoWdneE7j9ChsHLbnZ2dnUVZ_vCknZ2d@comcast.com...
>
>> Hey, I'd much rather have a God-fearing President than an atheist.
>
> ...and I'd much rather have a President! (That means someone who doesn't
> mix religion with politics - see the Bill of Rights for information).
>
>

The Bill of Rights says nothing about whether the President may be
religious or not. All it says is that government can't pass laws
telling YOU how you must/must not worship.

In fact, the Bill of Rights doesn't even say you can't display the 10
Commandments in a courthouse. But the courts have expanded the first
amendment far beyond it's original purpose. The Federalist Papers by
Alexander Hamilton, John Jay and James Madison is quite interesting
reading. It should how far we have strayed from the original intent.

And BTW - atheism is a religion, also. This is conveniently
"overlooked" by those espousing it in the name of "freedom". But many
atheists are trying to force their religion on the rest of the country.

The first amendment had to do with TOLERANCE. You worship your way and
I worship mine. You don't try to tell me what I can and cannot do, and
I don't try to tell you the same.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 18.09.2007 12:56:12 von Jerry Stuckle

Sanders Kaufman wrote:
> Shelly wrote:
>> "Jerry Stuckle" wrote in message
>> news:JoWdneE7j9ChsHLbnZ2dnUVZ_vCknZ2d@comcast.com...
>>
>>> Hey, I'd much rather have a God-fearing President than an atheist.
>>
>> ....and I'd much rather have a President! (That means someone who
>> doesn't mix religion with politics - see the Bill of Rights for
>> information).
>
> Amen.
> The moon is in the 6th sun and this is the sunset of the age of
> theology. Unfortunately, the religious nuts won't go without a fight.
>
> --
> That's why all those US soldiers have to die tonight.
>

And your religion will take over?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 18.09.2007 13:02:54 von Jerry Stuckle

Sanders Kaufman wrote:
> Jerry Stuckle wrote:
>> Sanders Kaufman wrote:
>
>>> But it seems that the same people who are stupid and irresponsible
>>> enough to vote themselves a tax break when there's an outstanding and
>>> past-due, mutli-generational debt to pay...
>>
>> Yea, and you know what? After that tax break, the economy improved,
>> and federal tax revenue INCREASED. You need to go back to Economics 101.
>
> I CLEP'd Eco101 and 102.

Then you need to go back to school.

> Where your logic fails is in your use of just ONE side of the economic
> equation.
>

And which side is that, Sanders? It must be the same side every
recognized economics expert in the world is on, though, so I guess I'm
in good company.

> Just because you have a credit card with a really high limit, doesn't
> mean you're rich.
>

Which has absolutely nothing to do with this discussion.

> Then there's the HUMAN cost.

Yes, there is the human cost. Poor people have more money to spend on
necessities, so they are living better. People with higher incomes have
more money for luxuries, so they're living better. And all this extra
buying is creating more jobs, lowering the unemployment rate, which
gives more people a chance to move up in the economic world, so they're
living better.

In fact, the only ones not living better are the socialists who want to
control the country by taking hard-earned money from those who earned it
and give that money to people who sit on their behinds all day and drink
beer.


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 18.09.2007 14:08:03 von Steve

"Jerry Stuckle" wrote in message
news:JoWdneE7j9ChsHLbnZ2dnUVZ_vCknZ2d@comcast.com...

> Hey, I'd much rather have a God-fearing President than an atheist.

jerry, i've been quiet thus far. what is wrong with an atheist or atheism
itself. you and i are involved in a scientific field. i have to ask, what
scientific evidence do you have that god exists. and, with whatever
'evidence' you may provide, what kind of relationship does it indicate that
she may want to have with us? as there is no objective evidence, i can only
infer that if a god exists, she wants nothing to do with us.

as for your assumption that god-fearers somehow make better decisions that
atheists...hardly the case. what god shall we fear? muhammad? mythra? zeus?
buddah? the big jc? as an american and a republican, this is the most i've
ever feared for democracy in america...it has nothing to do with afghanistan
or iraq, but everything to do with domestic policy inacted after 911...and
how easily a 'god-fearing' people can be moved and rallied under the banner
of 'god' in leu of ration thought - especially thought that is critical of
current events in light of history.

give me an atheist about now, please!

Re: OT - Oh, so OT.

am 18.09.2007 14:11:05 von Steve

> And BTW - atheism is a religion, also. This is conveniently "overlooked"
> by those espousing it in the name of "freedom". But many atheists are
> trying to force their religion on the rest of the country.

if you're not an atheist, don't presume to know what it is outside of a
proper dictionary definition.

atheism is the lack of belief in god or gods.

that's all. i resent the implication that i am religious. i'm no more
religious for my lack of belief in god that i am for my lack of belief in
the toothfairy.

at least when i lost my tooth as a child, there was proof of a
toothfairy...i always had a quarter under my pillow where my tooth had been!

Re: OT - Oh, so OT.

am 18.09.2007 14:16:01 von Jerry Stuckle

Steve wrote:
>> And BTW - atheism is a religion, also. This is conveniently "overlooked"
>> by those espousing it in the name of "freedom". But many atheists are
>> trying to force their religion on the rest of the country.
>
> if you're not an atheist, don't presume to know what it is outside of a
> proper dictionary definition.
>
> atheism is the lack of belief in god or gods.
>
> that's all. i resent the implication that i am religious. i'm no more
> religious for my lack of belief in god that i am for my lack of belief in
> the toothfairy.
>
> at least when i lost my tooth as a child, there was proof of a
> toothfairy...i always had a quarter under my pillow where my tooth had been!
>
>

Ah, but whether you like it or not, atheism is a religion. It is not a
"lack of belief" - it is a specifically belief there is no god.

Try to deny it all you want. It won't work.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 18.09.2007 14:19:29 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:JoWdneE7j9ChsHLbnZ2dnUVZ_vCknZ2d@comcast.com...
>
>> Hey, I'd much rather have a God-fearing President than an atheist.
>
> jerry, i've been quiet thus far. what is wrong with an atheist or atheism
> itself. you and i are involved in a scientific field. i have to ask, what
> scientific evidence do you have that god exists. and, with whatever
> 'evidence' you may provide, what kind of relationship does it indicate that
> she may want to have with us? as there is no objective evidence, i can only
> infer that if a god exists, she wants nothing to do with us.
>

I don't need scientific evidence. My faith is good enough for me. And
I feel sorry for you.

> as for your assumption that god-fearers somehow make better decisions that
> atheists...hardly the case. what god shall we fear? muhammad? mythra? zeus?
> buddah? the big jc? as an american and a republican, this is the most i've
> ever feared for democracy in america...it has nothing to do with afghanistan
> or iraq, but everything to do with domestic policy inacted after 911...and
> how easily a 'god-fearing' people can be moved and rallied under the banner
> of 'god' in leu of ration thought - especially thought that is critical of
> current events in light of history.
>
> give me an atheist about now, please!
>
>

I don't care what you believe in. However, when you try to impose your
religion on me, the President or anyone else, I draw the line.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 18.09.2007 14:20:43 von Shelly

"Jerry Stuckle" wrote in message
news:6Z6dnZEIv9iJMnLbnZ2dnUVZ_hSdnZ2d@comcast.com...
> Shelly wrote:
>> "Jerry Stuckle" wrote in message
>> news:JoWdneE7j9ChsHLbnZ2dnUVZ_vCknZ2d@comcast.com...
>>
>>> Hey, I'd much rather have a God-fearing President than an atheist.
>>
>> ...and I'd much rather have a President! (That means someone who doesn't
>> mix religion with politics - see the Bill of Rights for information).
>
> The Bill of Rights says nothing about whether the President may be
> religious or not. All it says is that government can't pass laws telling
> YOU how you must/must not worship.
>
> In fact, the Bill of Rights doesn't even say you can't display the 10
> Commandments in a courthouse. But the courts have expanded the first
> amendment far beyond it's original purpose. The Federalist Papers by
> Alexander Hamilton, John Jay and James Madison is quite interesting
> reading. It should how far we have strayed from the original intent.
>
> And BTW - atheism is a religion, also. This is conveniently "overlooked"
> by those espousing it in the name of "freedom". But many atheists are
> trying to force their religion on the rest of the country.
>
> The first amendment had to do with TOLERANCE. You worship your way and I
> worship mine. You don't try to tell me what I can and cannot do, and I
> don't try to tell you the same.

Exactly! I don't give a damn whether the president is religious or not.
That is exactly my point. I just don't want him to mix religion with
politics. And, yes, atheism is also sort of a religion. It is the belief
that there is no god. It doesn't matter to me what anyone in office
believes about God, just so long as it doesn't enter the political
considerations. That is what I have against the "Christian Wrong". If they
want to confine their religious beliefs to their churches and to how they
conduct their morality for themselves, that is great. When they try to
impose those beliefs or what they consider their morality on me, that is
where I draw the line. That was why I have always been against Blue Laws,
why I am for a woman's right to choose what she does with her own body
[until viability] (BTW, I am male. My name is Sheldon), and why I am
against ANY funding for ANY ***private*** school -- parochial or secular,
vouchers or otherwise.

My entry into this was when you said "Hey, I'd much rather have a
God-fearing President than an atheist.". I disagree -- not that I would
rather have an atheist than a "God-fearing" man as President; just that I
think that the distinction should be irrelevent when it comes to carrying
out the duties of the Presidency OR ANY OTHER POLITICAL OFFICE.

A little note to you Jerry: This country is the one country that has in its
founding document a separation of religion and politics. It is also the one
western nation that has the highest attendence rate at
church/sysnagogue/mosque and has the most religious buildings per capita.
This is even above such Christian countries as Italy (Catholic), France
(Catholic) and Britain (Church of England). What does that imply to you
about the need to impose religion via politics?

--
Shelly

Re: OT - Oh, so OT.

am 18.09.2007 14:38:09 von Erwin Moller

Jerry Stuckle wrote:
> Shelly wrote:
>> "Jerry Stuckle" wrote in message
>> news:JoWdneE7j9ChsHLbnZ2dnUVZ_vCknZ2d@comcast.com...
>>
>>> Hey, I'd much rather have a God-fearing President than an atheist.
>>
>> ...and I'd much rather have a President! (That means someone who
>> doesn't mix religion with politics - see the Bill of Rights for
>> information).
>>
>
> The Bill of Rights says nothing about whether the President may be
> religious or not. All it says is that government can't pass laws
> telling YOU how you must/must not worship.
>
> In fact, the Bill of Rights doesn't even say you can't display the 10
> Commandments in a courthouse. But the courts have expanded the first
> amendment far beyond it's original purpose. The Federalist Papers by
> Alexander Hamilton, John Jay and James Madison is quite interesting
> reading. It should how far we have strayed from the original intent.
>
> And BTW - atheism is a religion, also. This is conveniently
> "overlooked" by those espousing it in the name of "freedom". But many
> atheists are trying to force their religion on the rest of the country.

Atheism is a religion?
Do you actually have any clue?

Please Jerry: I read this whole thread (my bad) and came to the
conclusion you better stick with PHP.
You can speak with some authority on PHP, but your worldview....
It is dangerous singleminded dribble in my humble opinion.

You showed (again) why most well thinking people in this world feel
sorry for Americans who must live in the same country ruled by religious
conservative antiscientific fundamentalists.
I am sick of Bush and his clan, as is the whole free world.

But I guess you simply don't give a damn, so Bushlike.


A few quotes for you:
************************************************
"The Bible is not my book nor Christianity my profession. I could never
give assent to the long, complicated statements of Christian dogma."

- Abraham Lincoln, American president (1809-1865).
************************************************


************************************************
"I have found Christian dogma unintelligible. Early in life, I absenteed
myself from Christian assemblies."

"Lighthouses are more helpful then churches."

-Benjamin Franklin, American Founding Father, author, and inventor
************************************************


************************************************
"Where do we find a precept in the Bible for Creeds, Confessions,
Doctrines and Oaths, and whole carloads of other trumpery that we find
religion encumbered with in these days?"

"The divinity of Jesus is made a convenient cover for absurdity."

"This would be the best of all possible worlds, if there were no
religion in it."

-John Adams, U.S. President, Founding Father of the United States
************************************************


Erwin


>
> The first amendment had to do with TOLERANCE. You worship your way and
> I worship mine. You don't try to tell me what I can and cannot do, and
> I don't try to tell you the same.
>

Re: OT - Oh, so OT.

am 18.09.2007 14:56:25 von Bucky Kaufman

Jerry Stuckle wrote:

> The first amendment had to do with TOLERANCE. You worship your way and
> I worship mine. You don't try to tell me what I can and cannot do, and
> I don't try to tell you the same.

The Constitution also only counted black people as 3/5 of a human.

The genius of the constitution is that it's ammendable, and the Bill of
Rights is just a bunch of ammendments - which can be repealed.

It's time to let our tolerance of religious extremism go the way of our
tolerance of slavery.

--
If 9/11 taught us nothing else, it's that religious zealots are
/everybody's/ mortal enemy.

Re: OT - Oh, so OT.

am 18.09.2007 15:01:13 von Shelly

"Steve" wrote in message
news:gfPHi.28$zy3.22@newsfe02.lga...
>> And BTW - atheism is a religion, also. This is conveniently "overlooked"
>> by those espousing it in the name of "freedom". But many atheists are
>> trying to force their religion on the rest of the country.
>
> if you're not an atheist, don't presume to know what it is outside of a
> proper dictionary definition.
>
> atheism is the lack of belief in god or gods.

Sorry, Steve, but you have to give the devil his due here. From www.m-w.com

Main Entry: athe·ism
Pronunciation: 'A-thE-"i-z&m
Function: noun
Etymology: Middle French athéisme, from athée atheist, from Greek atheos
godless, from a- + theos god
1 archaic : UNGODLINESS, WICKEDNESS
2 a : a disbelief in the existence of deity b : the doctrine that there is
no deity

To me those are declarative statements and not passive ones. It is a
"disbelief" rather than a "lack of belief". Also, when you mix "doctrine"
with theology you have "religion".

The point though that Jerry is trying to make is totally wrong, however.
Having an atheist in there, and not allowing mixing of standard religion
with politics is NOT forcing the "religion" of atheism on anyone. Everyone
is free to believe and practice as they wish -- just not mix it into
politics. My earlier statement of the flourishing of religion in the USA
**BECAUSE** of the separation and freedom goes to that point.

--
Shelly

Re: OT - Oh, so OT.

am 18.09.2007 15:03:22 von Shelly

"Sanders Kaufman" wrote in message
news:ZVPHi.50834$Um6.17124@newssvr12.news.prodigy.net...
> Jerry Stuckle wrote:
>
>> The first amendment had to do with TOLERANCE. You worship your way and I
>> worship mine. You don't try to tell me what I can and cannot do, and I
>> don't try to tell you the same.
>
> The Constitution also only counted black people as 3/5 of a human.
>
> The genius of the constitution is that it's ammendable, and the Bill of
> Rights is just a bunch of ammendments - which can be repealed.
>
> It's time to let our tolerance of religious extremism go the way of our
> tolerance of slavery.
>
> --
> If 9/11 taught us nothing else, it's that religious zealots are
> /everybody's/ mortal enemy.

I LOVE that last statement. Down with the Unpatriot Act! Next year it is
"So long Bush, it's not been good to know ya".

--
Shelly

Re: OT - Oh, so OT.

am 18.09.2007 15:18:15 von Steve

> Ah, but whether you like it or not, atheism is a religion. It is not a
> "lack of belief" - it is a specifically belief there is no god.
>
> Try to deny it all you want. It won't work.

negative, ghost rider.

'a' latin: without
'theism' latin: belief in god(s)

try websters instead of your own opinion.

tell me, what rites, what cerimonies, what traditions do atheists observe?
where do we congregate? what activities do we engage that resembles anything
religious?

as i said, there is no objective evidence that would lead me to believe that
god exists. no more *subjective* evidence for god than for santa clause or
the toothfairy or the boogy man. are you saying that this critical
observation makes me a religious atoothfarian or a asanta-clausian?

'it won't work'...lol. a lack of belief in something does not a religion
make. specifically, it is the belief *IN* something that would be the start
of religion.

Re: OT - Oh, so OT.

am 18.09.2007 15:32:24 von Steve

"Shelly" wrote in message
news:13evgmn96rktr44@corp.supernews.com...

>And, yes, atheism is also sort of a religion. It is the belief that there
>is no god.

lol. at least you say 'sort' of religion. ;^)

let me just say this, shelly. if someone told me that i was going to die
tomorrow, i'd want proof. until i had it, i would be a fool to believe
it...right? further, if the source of that information was a doctor, he'd
have proof. not only that, i could take that proof and show it to another
doctor. they'd probably come to the same conclusion if the proof was
irrefutable. other than that, they may just bicker about my expiration date.

with religion, it's a whole different ballgame. i can take 'subjective'
evidence for god (there is no objective evidence) and take it not only to
different clergy, different people within the same denomination, to
different groups and cultures. each would have a different take on what that
evidence suggests. that's the nature of subjective evidence and is the
reality of religion. where there objective evidence for the existence of
god, we'd indeed have one god viewed by all people the same way. since we
don't, we see notions of gods evolving as man's intellect grows...from many
people-like gods to a single god...from controlling everything good and bad
to being credited with only good and all bad being the spawn of an evil
entity - satan.

if i have no evidence by which i can test the theory that god exists, how
can i prove he does. and in logic courses in college, isn't the onus - the
burden of proof - on those making the claim? is the rejection, due to lack
of evidence, of a claim a religion? i don't think so.

why do religious people find it necessary to deem lack of belief in god
equal to a religion? what does that get them? if you were to try and
pursuade or convert me to another line of thought, you'd have alienated me
by not understanding me and worse, incorrectly presuming that you did.

Re: OT - Oh, so OT.

am 18.09.2007 15:49:07 von Steve

"Jerry Stuckle" wrote in message
news:nNqdnZZZKfElX3LbnZ2dnUVZ_h6vnZ2d@comcast.com...
> Steve wrote:
>> "Jerry Stuckle" wrote in message
>> news:JoWdneE7j9ChsHLbnZ2dnUVZ_vCknZ2d@comcast.com...
>>
>>> Hey, I'd much rather have a God-fearing President than an atheist.
>>
>> jerry, i've been quiet thus far. what is wrong with an atheist or atheism
>> itself. you and i are involved in a scientific field. i have to ask, what
>> scientific evidence do you have that god exists. and, with whatever
>> 'evidence' you may provide, what kind of relationship does it indicate
>> that she may want to have with us? as there is no objective evidence, i
>> can only infer that if a god exists, she wants nothing to do with us.
>>
>
> I don't need scientific evidence. My faith is good enough for me. And I
> feel sorry for you.

oh my!

i can see the romanticism in the idea of the things hoped for. that is the
nature of humanity. however, to afix that to a god-figure and create a
regiment of though/belief about that concept - one that rules your life and
had such a huge and not always pleasant mark on the history of others
lives - without proof or indications that say you seem to be correct...that
is just scary!

why is it that most rational people who go through their lives applying
critical thinking to all aspects of their lives, negate or forbid themselves
from doing the same with this one, special case - god? that is wholly beyond
me!

you go ahead and feel sorry for me. i hope you are serving the 'right' one,
cuz all of the major religions now are quite exclusive in membership with
eternal damnation for not joining. (he pauses to think...i wonder if jerry
is going to come back with the good ol' pascal wager at this point...then
chuckles to self)

>> as for your assumption that god-fearers somehow make better decisions
>> that atheists...hardly the case. what god shall we fear? muhammad?
>> mythra? zeus? buddah? the big jc? as an american and a republican, this
>> is the most i've ever feared for democracy in america...it has nothing to
>> do with afghanistan or iraq, but everything to do with domestic policy
>> inacted after 911...and how easily a 'god-fearing' people can be moved
>> and rallied under the banner of 'god' in leu of ration thought -
>> especially thought that is critical of current events in light of
>> history.
>>
>> give me an atheist about now, please!
>
> I don't care what you believe in. However, when you try to impose your
> religion on me, the President or anyone else, I draw the line.

and the world shudders.

why are christians so eager to say that but gaffaw when atheists, for the
exact same reason, want to remove religious icons from mountainsides in
california, or edicts greeting patrons of public places, or pray in schools?
why is there a double standard?

Re: OT - Oh, so OT.

am 18.09.2007 15:54:49 von Shelly

Steve, I know that atheists like to claim that it is "lack of belief", but
go to websters at www.m-w.com. It specifically states that it is "disbelief
in the existence of deity". What you call "atheism" is really
"agnosticism". Again, from Websters:

Main Entry: 1ag·nos·tic
Pronunciation: ag-'näs-tik, &g-
Function: noun
Etymology: Greek agnOstos unknown, unknowable, from a- + gnOstos known, from
gignOskein to know -- more at KNOW
1 : a person who holds the view that any ultimate reality (as God) is
unknown and probably unknowable; broadly : one who is not committed to
believing in either the existence or the nonexistence of God or a god
2 : a person unwilling to commit to an opinion about something agnostics>

For the record, I used to be an agnostic, but then moved to deist and
finally went back to associating with my birth religion. Yes, there is no
objective proor, nor even ANY proof in the belief in a god. It is totally a
matter of faith, and totally unscientific.

--
Shelly

"Steve" wrote in message
news:urQHi.35$zy3.32@newsfe02.lga...
>
> "Shelly" wrote in message
> news:13evgmn96rktr44@corp.supernews.com...
>
>>And, yes, atheism is also sort of a religion. It is the belief that there
>>is no god.
>
> lol. at least you say 'sort' of religion. ;^)
>
> let me just say this, shelly. if someone told me that i was going to die
> tomorrow, i'd want proof. until i had it, i would be a fool to believe
> it...right? further, if the source of that information was a doctor, he'd
> have proof. not only that, i could take that proof and show it to another
> doctor. they'd probably come to the same conclusion if the proof was
> irrefutable. other than that, they may just bicker about my expiration
> date.
>
> with religion, it's a whole different ballgame. i can take 'subjective'
> evidence for god (there is no objective evidence) and take it not only to
> different clergy, different people within the same denomination, to
> different groups and cultures. each would have a different take on what
> that evidence suggests. that's the nature of subjective evidence and is
> the reality of religion. where there objective evidence for the existence
> of god, we'd indeed have one god viewed by all people the same way. since
> we don't, we see notions of gods evolving as man's intellect grows...from
> many people-like gods to a single god...from controlling everything good
> and bad to being credited with only good and all bad being the spawn of an
> evil entity - satan.
>
> if i have no evidence by which i can test the theory that god exists, how
> can i prove he does. and in logic courses in college, isn't the onus - the
> burden of proof - on those making the claim? is the rejection, due to lack
> of evidence, of a claim a religion? i don't think so.
>
> why do religious people find it necessary to deem lack of belief in god
> equal to a religion? what does that get them? if you were to try and
> pursuade or convert me to another line of thought, you'd have alienated me
> by not understanding me and worse, incorrectly presuming that you did.
>
>

Re: OT - Oh, so OT.

am 18.09.2007 16:01:31 von Shelly

For the record, while I believe in God, to this very day I leave out the
"under God" when I say the pledge. I was in high school when Eisenhower
pushed that through and I resented its insertion even then. At that time I
was much more active in my religion than I am now, but was I more concerned
with the First Amendment. I have seen what has happened to religious
minorities throughout history when the state had an "official religion".

Those who ignore history are doomed to repeat it.

Shelly

Re: OT - Oh, so OT.

am 18.09.2007 16:05:37 von Steve

"Shelly" wrote in message
news:13evj2pqislbh1e@corp.supernews.com...
>
> "Steve" wrote in message
> news:gfPHi.28$zy3.22@newsfe02.lga...
>>> And BTW - atheism is a religion, also. This is conveniently
>>> "overlooked" by those espousing it in the name of "freedom". But many
>>> atheists are trying to force their religion on the rest of the country.
>>
>> if you're not an atheist, don't presume to know what it is outside of a
>> proper dictionary definition.
>>
>> atheism is the lack of belief in god or gods.
>
> Sorry, Steve, but you have to give the devil his due here. From
> www.m-w.com
>
> Main Entry: athe·ism
> Pronunciation: 'A-thE-"i-z&m
> Function: noun
> Etymology: Middle French athéisme, from athée atheist, from Greek atheos
> godless, from a- + theos god
> 1 archaic : UNGODLINESS, WICKEDNESS
> 2 a : a disbelief in the existence of deity b : the doctrine that there is
> no deity
>
> To me those are declarative statements and not passive ones. It is a
> "disbelief" rather than a "lack of belief". Also, when you mix "doctrine"
> with theology you have "religion".

sorry. to disbelieve something means that there is in fact something in
evidence to believe, and that one is simply not making the same conclusion
with that information. 'give the devil his due'...lol. present evidence of
god and then perhaps i might start 'disbelieving' it. until then, your case
is not ready to present and there is nothing for me to disbelieve.

> The point though that Jerry is trying to make is totally wrong, however.
> Having an atheist in there, and not allowing mixing of standard religion
> with politics is NOT forcing the "religion" of atheism on anyone.
> Everyone is free to believe and practice as they wish -- just not mix it
> into politics. My earlier statement of the flourishing of religion in the
> USA **BECAUSE** of the separation and freedom goes to that point.

which i don't argue. what i do not like in the least is either of you
presuming to know what i believe, even to the point that you feel
comfortable that you can cast labels out. i'm not at all religious. i'm
logical. further, there is no religion in the studies of sciences of old
that i don't believe any longer because of the evidences discovered by
modern sciences. i simply don't think about god because there is no reason
to. i understand that religious people can believe in god but go about their
day in the same way - not thinking of god - however, don't confuse their
lack of commitment in their own beliefs with my lack of merit given to the
notion of god(s) without evidence. god simply doesn't interest me. whatever
evidence you have for him, it certainly should be infered that she has the
same interest level in humanity.

shelly, if your spouse showed you the same level of interest as god - no
flowers from time to time, no 'hope you have a good day at work' note in
your car's driver seat, not even so much as evidence that he'd been sleeping
next to you that night (sheets crinckled and turned back) - would you assume
that he loved you and wanted a relationship with you that warranted your
lifetime commitment? again, what evidence is there that god exists? you have
faith, sure...but that is subjective. what in the natural world in which i'm
engaged, what can i point at and say 'that is god', 'there's your proof'?
think carefully, because all things that have been pointed at throughout
history as 'there's your proof' have all been explained by science...even
down to the origin of the universe.

Re: OT - Oh, so OT.

am 18.09.2007 16:08:46 von Steve

"Shelly" wrote in message
news:13evj6rp3fkov7f@corp.supernews.com...
>
> "Sanders Kaufman" wrote in message
> news:ZVPHi.50834$Um6.17124@newssvr12.news.prodigy.net...
>> Jerry Stuckle wrote:
>>
>>> The first amendment had to do with TOLERANCE. You worship your way and
>>> I worship mine. You don't try to tell me what I can and cannot do, and
>>> I don't try to tell you the same.
>>
>> The Constitution also only counted black people as 3/5 of a human.
>>
>> The genius of the constitution is that it's ammendable, and the Bill of
>> Rights is just a bunch of ammendments - which can be repealed.
>>
>> It's time to let our tolerance of religious extremism go the way of our
>> tolerance of slavery.
>>
>> --
>> If 9/11 taught us nothing else, it's that religious zealots are
>> /everybody's/ mortal enemy.
>
> I LOVE that last statement. Down with the Unpatriot Act! Next year it is
> "So long Bush, it's not been good to know ya".

unless we go to war. in which case, he cannot be removed from office. ;^)

Re: OT - Oh, so OT.

am 18.09.2007 16:23:06 von Steve

"Shelly" wrote in message
news:13evm5v1at70h21@corp.supernews.com...
> Steve, I know that atheists like to claim that it is "lack of belief", but
> go to websters at www.m-w.com. It specifically states that it is
> "disbelief in the existence of deity". What you call "atheism" is really
> "agnosticism". Again, from Websters:

negative, ghost rider.

i am without belief in god. remember your latin. i am without belief in god.
whatever you want to call that, that's what i am. i see no evidence for god,
and in such a state, i cannot be agnostic. i do not allow for the
possibility of god's existence due to lack of evidence. agnostics believe
that god could possibly exist, we just cannot know for sure. that is NOT me.

i don't know where i'm losing you here, shelly. perhaps we have different
versions of websters. perhaps as she aged, meriam couldn't help herself
either and started using disbelief - which means there is evidence there is
something in which to believe...a gross presumption. try other dictionaries.
they all differ. hell, dictionary.com definition shows many sources. here's
what i love seeing...it shows complete lack of understanding which is why we
are having this discourse.

american heritage:

disbelief or denial of the existence of god or gods.

right next to:

a lack of belief in the existence of God or gods.

doesn't denial mean there is unequivically something in evidence for me to
deny? are you getting my point?

Re: OT - Oh, so OT.

am 18.09.2007 16:24:51 von Steve

"Shelly" wrote in message
news:13evmihhjpk1lbf@corp.supernews.com...
> For the record, while I believe in God, to this very day I leave out the
> "under God" when I say the pledge. I was in high school when Eisenhower
> pushed that through and I resented its insertion even then. At that time
> I was much more active in my religion than I am now, but was I more
> concerned with the First Amendment. I have seen what has happened to
> religious minorities throughout history when the state had an "official
> religion".
>
> Those who ignore history are doomed to repeat it.

and those who are great scholars are best equipped to easily recreate it.

(man i hate conventional 'wisdom'...but that's another topic altogether)

Re: OT - Oh, so OT.

am 18.09.2007 16:28:18 von Shelly

"Steve" wrote in message
news:DWQHi.1$W76.0@newsfe12.lga...
>
> "Shelly" wrote in message
> news:13evj2pqislbh1e@corp.supernews.com...
>>
>> "Steve" wrote in message
>> news:gfPHi.28$zy3.22@newsfe02.lga...
>>>> And BTW - atheism is a religion, also. This is conveniently
>>>> "overlooked" by those espousing it in the name of "freedom". But many
>>>> atheists are trying to force their religion on the rest of the country.
>>>
>>> if you're not an atheist, don't presume to know what it is outside of a
>>> proper dictionary definition.
>>>
>>> atheism is the lack of belief in god or gods.
>>
>> Sorry, Steve, but you have to give the devil his due here. From
>> www.m-w.com
>>
>> Main Entry: athe·ism
>> Pronunciation: 'A-thE-"i-z&m
>> Function: noun
>> Etymology: Middle French athéisme, from athée atheist, from Greek atheos
>> godless, from a- + theos god
>> 1 archaic : UNGODLINESS, WICKEDNESS
>> 2 a : a disbelief in the existence of deity b : the doctrine that there
>> is no deity
>>
>> To me those are declarative statements and not passive ones. It is a
>> "disbelief" rather than a "lack of belief". Also, when you mix
>> "doctrine" with theology you have "religion".
>
> sorry. to disbelieve something means that there is in fact something in
> evidence to believe, and that one is simply not making the same conclusion
> with that information. 'give the devil his due'...lol. present evidence of

I thought you might find that phrase amusing.

> god and then perhaps i might start 'disbelieving' it. until then, your
> case is not ready to present and there is nothing for me to disbelieve.

Again from www.m-w.com
Main Entry: dis·be·lief
Pronunciation: "dis-b&-'lEf
Function: noun
: the act of disbelieving : mental rejection of something as untrue

These says (in this context) the declarative that "there is no god", not "I
haven't been convinced into believing that there is a god". It is not
"rejecting the belief in a god". It is "rejecting the belief in a god
because the existence is untrue". It is declarative, not passive. I don't
have to present "proof" for you to reject. There is no proof.

>> The point though that Jerry is trying to make is totally wrong, however.
>> Having an atheist in there, and not allowing mixing of standard religion
>> with politics is NOT forcing the "religion" of atheism on anyone.
>> Everyone is free to believe and practice as they wish -- just not mix it
>> into politics. My earlier statement of the flourishing of religion in
>> the USA **BECAUSE** of the separation and freedom goes to that point.
>
> which i don't argue. what i do not like in the least is either of you
> presuming to know what i believe, even to the point that you feel

I understand what you believe. I totally understand it. I was almost there
once, myself. I am giving you the dictionary definition of the words
atheist and agnostic. What you call atheist, is more properly classified
encompassing both [dictionary] atheist and agnostic.

> comfortable that you can cast labels out. i'm not at all religious. i'm
> logical. further, there is no religion in the studies of sciences of old
> that i don't believe any longer because of the evidences discovered by
> modern sciences. i simply don't think about god because there is no reason
> to. i understand that religious people can believe in god but go about
> their day in the same way - not thinking of god - however, don't confuse
> their lack of commitment in their own beliefs with my lack of merit given
> to the notion of god(s) without evidence. god simply doesn't interest me.
> whatever evidence you have for him, it certainly should be infered that
> she has the same interest level in humanity.
>
> shelly, if your spouse showed you the same level of interest as god - no
> flowers from time to time, no 'hope you have a good day at work' note in

I should by her flowers every now and again, now that you mention it.

> your car's driver seat, not even so much as evidence that he'd been
> sleeping

I have been married to my wife for over 44 years.

> next to you that night (sheets crinckled and turned back) - would you
> assume that he loved you and wanted a relationship with you that warranted
> your lifetime commitment? again, what evidence is there that god exists?
> you have

I have NO evidence that God exists because there is none. I simply take it
on faith after taking my logic to the point where I cannot go any further
without invoking the supernatural. I don't presume to try to prove it,
because it cannot be done.

> faith, sure...but that is subjective. what in the natural world in which
> i'm engaged, what can i point at and say 'that is god', 'there's your
> proof'?

Nothing.

> think carefully, because all things that have been pointed at throughout
> history as 'there's your proof' have all been explained by science...even

Yes.

> down to the origin of the universe.

....err, with that last one there are theories -- and only that. I find even
the "Big Bang" uncomfortable (and I am a scientist) because I then question
"where did all that super-condensed matter come from in the first place". I
guess the best definition of "God" is "that which is beyond mankind's
ultimate understanding". No, I do not believe in an interactive God.

--
Shelly (Sheldon)

Re: OT - Oh, so OT.

am 18.09.2007 16:30:25 von Shelly

"Steve" wrote in message
news:zZQHi.3$W76.2@newsfe12.lga...
>
> "Shelly" wrote in message
> news:13evj6rp3fkov7f@corp.supernews.com...
>> I LOVE that last statement. Down with the Unpatriot Act! Next year it
>> is "So long Bush, it's not been good to know ya".
>
> unless we go to war. in which case, he cannot be removed from office. ;^)

Where did that come from? I don't believe there are any such qualifiers on
the two-term limit for the presidency. Come the middle of January 2009, he
is [bad] history.

--
Shelly

Re: OT - Oh, so OT.

am 18.09.2007 16:35:41 von Shelly

"Steve" wrote in message
news:0bRHi.6$W76.1@newsfe12.lga...
>
> "Shelly" wrote in message
> news:13evm5v1at70h21@corp.supernews.com...
>> Steve, I know that atheists like to claim that it is "lack of belief",
>> but go to websters at www.m-w.com. It specifically states that it is
>> "disbelief in the existence of deity". What you call "atheism" is really
>> "agnosticism". Again, from Websters:
>
> negative, ghost rider.
>
> i am without belief in god. remember your latin. i am without belief in
> god. whatever you want to call that, that's what i am. i see no evidence
> for god, and in such a state, i cannot be agnostic. i do not allow for the
> possibility of god's existence due to lack of evidence. agnostics believe
> that god could possibly exist, we just cannot know for sure. that is NOT
> me.
>
> i don't know where i'm losing you here, shelly. perhaps we have different
> versions of websters. perhaps as she aged, meriam couldn't help herself
> either and started using disbelief - which means there is evidence there
> is something in which to believe...a gross presumption. try other
> dictionaries. they all differ. hell, dictionary.com definition shows many
> sources. here's what i love seeing...it shows complete lack of
> understanding which is why we are having this discourse.
>
> american heritage:
>
> disbelief or denial of the existence of god or gods.
>
> right next to:
>
> a lack of belief in the existence of God or gods.
>
> doesn't denial mean there is unequivically something in evidence for me to
> deny? are you getting my point?

No, and yes. Example:

Statgement: "I watched TV last night"
Denial: No you didn't.

Where is there something in unequivocably in evidence for having watched TV
last night? It is still a "denial".

OK, you can live with your definition from American Heritage. All my life,
we always referred to Websters, so I'll live with mine.

Shelly

Re: OT - Oh, so OT.

am 18.09.2007 16:54:35 von Steve

>> sorry. to disbelieve something means that there is in fact something in
>> evidence to believe, and that one is simply not making the same
>> conclusion with that information. 'give the devil his due'...lol. present
>> evidence of
>
> I thought you might find that phrase amusing.

gave me pause to chuckle. ;^)

>> god and then perhaps i might start 'disbelieving' it. until then, your
>> case is not ready to present and there is nothing for me to disbelieve.
>
> Again from www.m-w.com
> Main Entry: dis·be·lief
> Pronunciation: "dis-b&-'lEf
> Function: noun
> : the act of disbelieving : mental rejection of something as untrue
>
> These says (in this context) the declarative that "there is no god", not
> "I haven't been convinced into believing that there is a god". It is not
> "rejecting the belief in a god". It is "rejecting the belief in a god
> because the existence is untrue". It is declarative, not passive. I
> don't have to present "proof" for you to reject. There is no proof.

which has no bearing on atheism or agnosticism, actually. but the act of
rejecting a notion does not constitute a religion. and, the biggest
difference between an atheist and and agnostic is what they do mentally
*after* the rejection.

an atheist only claims that there is no *evidence* that god and exists, then
draws a conclusion from there that one must not exist.

an agnostic, though not having evidence, may well reject the postulate
however not conclude that god does not exist as a result thereof. for him,
god's existence may be a possibility but could very well be unverifiable
because of the nature of our existence and the nature of his/hers.

is that understandable? and, i really don't care what i'm called. i just
hate religious people telling me what i believe without even know the
differences between what they are labling me. were i to be religious, i'd be
very concerned that my god(s) didn't care enough about me to even give the
slightest bit of objective perceptability of themselves. being logical and
loving to infer, i can only assume they/he/she/it is very disinterested in
me. likewise, if i cannot perceive a thing, if it has no intelligable impact
or influence on me, of what value should it be to me. obviously if i'm not
thinking of god, you know my response.


>>> The point though that Jerry is trying to make is totally wrong, however.
>>> Having an atheist in there, and not allowing mixing of standard religion
>>> with politics is NOT forcing the "religion" of atheism on anyone.
>>> Everyone is free to believe and practice as they wish -- just not mix it
>>> into politics. My earlier statement of the flourishing of religion in
>>> the USA **BECAUSE** of the separation and freedom goes to that point.
>>
>> which i don't argue. what i do not like in the least is either of you
>> presuming to know what i believe, even to the point that you feel
>
> I understand what you believe. I totally understand it. I was almost
> there once, myself. I am giving you the dictionary definition of the
> words atheist and agnostic. What you call atheist, is more properly
> classified encompassing both [dictionary] atheist and agnostic.

i hope you understand the point i was drawing out above. in the end, i
really don't care what i'm called as long as the lable isn't a barrier to
someone actually understanding or getting to know me.

>> shelly, if your spouse showed you the same level of interest as god - no
>> flowers from time to time, no 'hope you have a good day at work' note in
>
> I should by her flowers every now and again, now that you mention it.

as should we all...respective spouses...not yours specifically. ;^)

>> your car's driver seat, not even so much as evidence that he'd been
>> sleeping
>
> I have been married to my wife for over 44 years.

sorry...'shelly'...either assumption correct and you are in same sex
marriage...or, assumption incorrect and i should appologize. ;^)

my point however, was not lost hopefully.

>> next to you that night (sheets crinckled and turned back) - would you
>> assume that he loved you and wanted a relationship with you that
>> warranted your lifetime commitment? again, what evidence is there that
>> god exists? you have
>
> I have NO evidence that God exists because there is none. I simply take
> it on faith after taking my logic to the point where I cannot go any
> further without invoking the supernatural. I don't presume to try to
> prove it, because it cannot be done.

finally! most christians say this or that is evidence, even so much so that
theirs is the correct interpretation of said this/that. what gets me though
is your lack of desire to prove it. if it cannot be proven, how can god(s)
hold us accountable for disbelief? especially when the consequences are so
dire? if i was made logical, he's got no one to blame for himself when i say
it is illogical to just believe. he's got no one to blame but himself since
he gives me no way to find him given the way i was 'created'. to me, that's
just fucking mean!


>> faith, sure...but that is subjective. what in the natural world in which
>> i'm engaged, what can i point at and say 'that is god', 'there's your
>> proof'?
>
> Nothing.
>
>> think carefully, because all things that have been pointed at throughout
>> history as 'there's your proof' have all been explained by science...even
>
> Yes.
>
>> down to the origin of the universe.
>
> ...err, with that last one there are theories -- and only that. I find
> even the "Big Bang" uncomfortable (and I am a scientist) because I then
> question "where did all that super-condensed matter come from in the first
> place". I guess the best definition of "God" is "that which is beyond
> mankind's ultimate understanding". No, I do not believe in an interactive
> God.

kind of like the question no intelligent design person will ask, or
answer...if complex things need to be created by a designer, then the
designer must be at least equally complex, who then created that
designer...and so on, and so on.

i can tell you that even though the origin of the universe *prior* to
singularity may well be unknowable, what happened afterward is completely
explainable...and any question answered by goddidit is wholly inadequate.
science doesn't give goddidit answered. but, i digress.

Re: OT - Oh, so OT.

am 18.09.2007 17:01:14 von Steve

"Shelly" wrote in message
news:13evoir44bali44@corp.supernews.com...
>
> "Steve" wrote in message
> news:0bRHi.6$W76.1@newsfe12.lga...
>>
>> "Shelly" wrote in message
>> news:13evm5v1at70h21@corp.supernews.com...
>>> Steve, I know that atheists like to claim that it is "lack of belief",
>>> but go to websters at www.m-w.com. It specifically states that it is
>>> "disbelief in the existence of deity". What you call "atheism" is
>>> really "agnosticism". Again, from Websters:
>>
>> negative, ghost rider.
>>
>> i am without belief in god. remember your latin. i am without belief in
>> god. whatever you want to call that, that's what i am. i see no evidence
>> for god, and in such a state, i cannot be agnostic. i do not allow for
>> the possibility of god's existence due to lack of evidence. agnostics
>> believe that god could possibly exist, we just cannot know for sure. that
>> is NOT me.
>>
>> i don't know where i'm losing you here, shelly. perhaps we have different
>> versions of websters. perhaps as she aged, meriam couldn't help herself
>> either and started using disbelief - which means there is evidence there
>> is something in which to believe...a gross presumption. try other
>> dictionaries. they all differ. hell, dictionary.com definition shows many
>> sources. here's what i love seeing...it shows complete lack of
>> understanding which is why we are having this discourse.
>>
>> american heritage:
>>
>> disbelief or denial of the existence of god or gods.
>>
>> right next to:
>>
>> a lack of belief in the existence of God or gods.
>>
>> doesn't denial mean there is unequivically something in evidence for me
>> to deny? are you getting my point?
>
> No, and yes. Example:
>
> Statgement: "I watched TV last night"
> Denial: No you didn't.
>
> Where is there something in unequivocably in evidence for having watched
> TV last night? It is still a "denial".

good point. however, it is what is done after 'denial' that makes an atheist
or agnostic.

> OK, you can live with your definition from American Heritage. All my
> life, we always referred to Websters, so I'll live with mine.

i perfer not being labeled at all. ;^)

Re: OT - Oh, so OT.

am 18.09.2007 17:05:47 von Steve

"Shelly" wrote in message
news:13evo8tqk97ip9c@corp.supernews.com...
>
> "Steve" wrote in message
> news:zZQHi.3$W76.2@newsfe12.lga...
>>
>> "Shelly" wrote in message
>> news:13evj6rp3fkov7f@corp.supernews.com...
>>> I LOVE that last statement. Down with the Unpatriot Act! Next year it
>>> is "So long Bush, it's not been good to know ya".
>>
>> unless we go to war. in which case, he cannot be removed from office. ;^)
>
> Where did that come from? I don't believe there are any such qualifiers
> on the two-term limit for the presidency. Come the middle of January
> 2009, he is [bad] history.

as far as i can remember from history courses some time ago, there are two
circumstances underwhich a president can occupy his seat for more that eight
years (two-terms). first, is assumption of presidency via the demise of the
encumbant...i.e. assassination, and then being re-elected for his ensuing
term(s) for a total service time of 12 years. and, in the event of war a
president's term may be extended beyond either of those periods of time (8
and 12 years).

i may, however, no be recalling correctly on the latter. i'll have to check.
scary if true though.

Re: OT - Oh, so OT.

am 18.09.2007 17:49:50 von Shelly

"Steve" wrote in message
news:1PRHi.14$Wv3.12@newsfe06.lga...
>
> "Shelly" wrote in message
> news:13evo8tqk97ip9c@corp.supernews.com...
>>
>> "Steve" wrote in message
>> news:zZQHi.3$W76.2@newsfe12.lga...
>>>
>>> "Shelly" wrote in message
>>> news:13evj6rp3fkov7f@corp.supernews.com...
>>>> I LOVE that last statement. Down with the Unpatriot Act! Next year it
>>>> is "So long Bush, it's not been good to know ya".
>>>
>>> unless we go to war. in which case, he cannot be removed from office.
>>> ;^)
>>
>> Where did that come from? I don't believe there are any such qualifiers
>> on the two-term limit for the presidency. Come the middle of January
>> 2009, he is [bad] history.
>
> as far as i can remember from history courses some time ago, there are two
> circumstances underwhich a president can occupy his seat for more that
> eight years (two-terms). first, is assumption of presidency via the demise
> of the encumbant...i.e. assassination, and then being re-elected for his
> ensuing term(s) for a total service time of 12 years. and, in the event of
> war a president's term may be extended beyond either of those periods of
> time (8 and 12 years).

No! The limit is just less than 10 years. If he has more than half the
remaining term if the deceased president, then he can only be elected one
time (> 6 years). If less that half, then he can be elected twice (<10
years)
>
> i may, however, no be recalling correctly on the latter. i'll have to
> check. scary if true though.

I never heard of the war thing.

Here it is:

Amendment 22 - Presidential Term Limits
1. No person shall be elected to the office of the President more than
twice, and no person who has held the office of President, or acted as
President, for more than two years of a term to which some other person was
elected President shall be elected to the office of the President more than
once. But this Article shall not apply to any person holding the office of
President, when this Article was proposed by the Congress, and shall not
prevent any person who may be holding the office of President, or acting as
President, during the term within which this Article becomes operative from
holding the office of President or acting as President during the remainder
of such term [vis: Truman].

2. This article shall be inoperative unless it shall have been ratified as
an amendment to the Constitution by the legislatures of three-fourths of the
several States within seven years from the date of its submission to the
States by the Congress.

No mention of war.

--

Shelly (Sheldon)

Re: OT - Oh, so OT.

am 18.09.2007 17:55:20 von Steve

"Shelly" wrote in message
news:13evsud22viks68@corp.supernews.com...
>
> "Steve" wrote in message
> news:1PRHi.14$Wv3.12@newsfe06.lga...
>>
>> "Shelly" wrote in message
>> news:13evo8tqk97ip9c@corp.supernews.com...
>>>
>>> "Steve" wrote in message
>>> news:zZQHi.3$W76.2@newsfe12.lga...
>>>>
>>>> "Shelly" wrote in message
>>>> news:13evj6rp3fkov7f@corp.supernews.com...
>>>>> I LOVE that last statement. Down with the Unpatriot Act! Next year
>>>>> it is "So long Bush, it's not been good to know ya".
>>>>
>>>> unless we go to war. in which case, he cannot be removed from office.
>>>> ;^)
>>>
>>> Where did that come from? I don't believe there are any such qualifiers
>>> on the two-term limit for the presidency. Come the middle of January
>>> 2009, he is [bad] history.
>>
>> as far as i can remember from history courses some time ago, there are
>> two circumstances underwhich a president can occupy his seat for more
>> that eight years (two-terms). first, is assumption of presidency via the
>> demise of the encumbant...i.e. assassination, and then being re-elected
>> for his ensuing term(s) for a total service time of 12 years. and, in the
>> event of war a president's term may be extended beyond either of those
>> periods of time (8 and 12 years).
>
> No! The limit is just less than 10 years. If he has more than half the
> remaining term if the deceased president, then he can only be elected one
> time (> 6 years). If less that half, then he can be elected twice (<10
> years)

you're right...i knew that...my math sucks! i guess that's why i have a
computer do my number crunching. ;^)

>> i may, however, no be recalling correctly on the latter. i'll have to
>> check. scary if true though.
>
> I never heard of the war thing.

perhaps i heard it wrong. i'll have to look into where i did hear that. now
my interest is peaked.

cheers.

Re: OT - Oh, so OT.

am 18.09.2007 18:21:03 von Jerry Stuckle

Steve wrote:
>> Ah, but whether you like it or not, atheism is a religion. It is not a
>> "lack of belief" - it is a specifically belief there is no god.
>>
>> Try to deny it all you want. It won't work.
>
> negative, ghost rider.
>
> 'a' latin: without
> 'theism' latin: belief in god(s)
>
> try websters instead of your own opinion.
>

Which does not mean it is not a religion.

> tell me, what rites, what cerimonies, what traditions do atheists observe?
> where do we congregate? what activities do we engage that resembles anything
> religious?
>

Not necessary. You profess a belief in no god. That in itself is a belief.

> as i said, there is no objective evidence that would lead me to believe that
> god exists. no more *subjective* evidence for god than for santa clause or
> the toothfairy or the boogy man. are you saying that this critical
> observation makes me a religious atoothfarian or a asanta-clausian?
>

That's fine. It's your opinion and you're welcome to it. But don't try
to convince me my opinion is wrong.

As for proof - I have no proof you exist. All I see is some text on my
screen. It could have been generated by a computer. So by your
reasoning, I should not believe you exist. But I have faith that you do.

> 'it won't work'...lol. a lack of belief in something does not a religion
> make. specifically, it is the belief *IN* something that would be the start
> of religion.
>
>

And you have a belief in the lack of a god.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 18.09.2007 18:26:56 von Jerry Stuckle

Shelly wrote:
> "Steve" wrote in message
> news:gfPHi.28$zy3.22@newsfe02.lga...
>>> And BTW - atheism is a religion, also. This is conveniently "overlooked"
>>> by those espousing it in the name of "freedom". But many atheists are
>>> trying to force their religion on the rest of the country.
>> if you're not an atheist, don't presume to know what it is outside of a
>> proper dictionary definition.
>>
>> atheism is the lack of belief in god or gods.
>
> Sorry, Steve, but you have to give the devil his due here. From www.m-w.com
>
> Main Entry: athe·ism
> Pronunciation: 'A-thE-"i-z&m
> Function: noun
> Etymology: Middle French athéisme, from athée atheist, from Greek atheos
> godless, from a- + theos god
> 1 archaic : UNGODLINESS, WICKEDNESS
> 2 a : a disbelief in the existence of deity b : the doctrine that there is
> no deity
>
> To me those are declarative statements and not passive ones. It is a
> "disbelief" rather than a "lack of belief". Also, when you mix "doctrine"
> with theology you have "religion".
>
> The point though that Jerry is trying to make is totally wrong, however.
> Having an atheist in there, and not allowing mixing of standard religion
> with politics is NOT forcing the "religion" of atheism on anyone. Everyone
> is free to believe and practice as they wish -- just not mix it into
> politics. My earlier statement of the flourishing of religion in the USA
> **BECAUSE** of the separation and freedom goes to that point.
>

I'm not saying there has to be a mix of religion and politics. But I am
saying the President is also a citizen, and welcome to practice his beliefs.

Personally, I would rather have a President with certain moral values
which are taught by religion. He could be Christian (my belief),
Jewish, Muslim or any of a number of different religions which share
those same core values. I'm not saying I would not vote for an atheist,
but it is one of the things I take into consideration when looking at
candidates.

Not to say all people who are religious follow those values - take
Clinton for example - getting caught with his pants down (literally).
That is something that I, as a Christian, have never done and will never
do, and I find that behavior abhorrent. My values are higher than that.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 18.09.2007 18:33:46 von Jerry Stuckle

Erwin Moller wrote:
> Jerry Stuckle wrote:
>> Shelly wrote:
>>> "Jerry Stuckle" wrote in message
>>> news:JoWdneE7j9ChsHLbnZ2dnUVZ_vCknZ2d@comcast.com...
>>>
>>>> Hey, I'd much rather have a God-fearing President than an atheist.
>>>
>>> ...and I'd much rather have a President! (That means someone who
>>> doesn't mix religion with politics - see the Bill of Rights for
>>> information).
>>>
>>
>> The Bill of Rights says nothing about whether the President may be
>> religious or not. All it says is that government can't pass laws
>> telling YOU how you must/must not worship.
>>
>> In fact, the Bill of Rights doesn't even say you can't display the 10
>> Commandments in a courthouse. But the courts have expanded the first
>> amendment far beyond it's original purpose. The Federalist Papers by
>> Alexander Hamilton, John Jay and James Madison is quite interesting
>> reading. It should how far we have strayed from the original intent.
>>
>> And BTW - atheism is a religion, also. This is conveniently
>> "overlooked" by those espousing it in the name of "freedom". But many
>> atheists are trying to force their religion on the rest of the country.
>
> Atheism is a religion?
> Do you actually have any clue?
>

Yes, I do. It is a disbelief in a god, as Shelly pointed out from Websters.

> Please Jerry: I read this whole thread (my bad) and came to the
> conclusion you better stick with PHP.
> You can speak with some authority on PHP, but your worldview....
> It is dangerous singleminded dribble in my humble opinion.
>

Fine, you're entitled to your opinion.

> You showed (again) why most well thinking people in this world feel
> sorry for Americans who must live in the same country ruled by religious
> conservative antiscientific fundamentalists.
> I am sick of Bush and his clan, as is the whole free world.
>
> But I guess you simply don't give a damn, so Bushlike.
>

This has nothing to do with Bush. And no, I really don't give a damn
what you think of Bush.

>
> A few quotes for you:
> ************************************************
> "The Bible is not my book nor Christianity my profession. I could never
> give assent to the long, complicated statements of Christian dogma."
>
> - Abraham Lincoln, American president (1809-1865).
> ************************************************
>
>
> ************************************************
> "I have found Christian dogma unintelligible. Early in life, I absenteed
> myself from Christian assemblies."
>
> "Lighthouses are more helpful then churches."
>
> -Benjamin Franklin, American Founding Father, author, and inventor
> ************************************************
>
>
> ************************************************
> "Where do we find a precept in the Bible for Creeds, Confessions,
> Doctrines and Oaths, and whole carloads of other trumpery that we find
> religion encumbered with in these days?"
>
> "The divinity of Jesus is made a convenient cover for absurdity."
>
> "This would be the best of all possible worlds, if there were no
> religion in it."
>
> -John Adams, U.S. President, Founding Father of the United States
> ************************************************
>

And what does any of that have to do with whether atheism is a religion
or not? Absolutely nothing.

>
> Erwin
>
>
>>
>> The first amendment had to do with TOLERANCE. You worship your way
>> and I worship mine. You don't try to tell me what I can and cannot
>> do, and I don't try to tell you the same.
>>



--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 18.09.2007 18:34:37 von Jerry Stuckle

Sanders Kaufman wrote:
> Jerry Stuckle wrote:
>
>> The first amendment had to do with TOLERANCE. You worship your way
>> and I worship mine. You don't try to tell me what I can and cannot
>> do, and I don't try to tell you the same.
>
> The Constitution also only counted black people as 3/5 of a human.
>
> The genius of the constitution is that it's ammendable, and the Bill of
> Rights is just a bunch of ammendments - which can be repealed.
>
> It's time to let our tolerance of religious extremism go the way of our
> tolerance of slavery.
>
> --
> If 9/11 taught us nothing else, it's that religious zealots are
> /everybody's/ mortal enemy.

I agree. It's time to let our tolerance of those who won't let others
practice their own religion go the way of our tolerance of slavery.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 18.09.2007 18:39:37 von Jerry Stuckle

Steve wrote:
> "Shelly" wrote in message
> news:13evo8tqk97ip9c@corp.supernews.com...
>> "Steve" wrote in message
>> news:zZQHi.3$W76.2@newsfe12.lga...
>>> "Shelly" wrote in message
>>> news:13evj6rp3fkov7f@corp.supernews.com...
>>>> I LOVE that last statement. Down with the Unpatriot Act! Next year it
>>>> is "So long Bush, it's not been good to know ya".
>>> unless we go to war. in which case, he cannot be removed from office. ;^)
>> Where did that come from? I don't believe there are any such qualifiers
>> on the two-term limit for the presidency. Come the middle of January
>> 2009, he is [bad] history.
>
> as far as i can remember from history courses some time ago, there are two
> circumstances underwhich a president can occupy his seat for more that eight
> years (two-terms). first, is assumption of presidency via the demise of the
> encumbant...i.e. assassination, and then being re-elected for his ensuing
> term(s) for a total service time of 12 years. and, in the event of war a
> president's term may be extended beyond either of those periods of time (8
> and 12 years).
>

Incorrect. The 22nd Amendment states:

Sect. 1. No person shall be elected to the office of the President more
than twice, and no person who has held the office of President, or acted
as President, for more than two years of a term to which some other
person was elected President shall be elected to the office of the
President more than once. But this Article shall not apply to any person
holding the office of President when this Article was proposed by the
Congress, and shall not prevent any person who may be holding the office
of President, or acting as President, during the term within which this
Article becomes operative from holding the office of President or acting
as President during the remainder of such term.

Sect. 2. This article shall be inoperative unless it shall have been
ratified as an amendment to the Constitution by the legislatures of
three-fourths of the several states within seven years from the date of
its submission to the States by the Congress.


There is no exclusion for war.

> i may, however, no be recalling correctly on the latter. i'll have to check.
> scary if true though.
>
>


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 18.09.2007 18:42:32 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:nNqdnZZZKfElX3LbnZ2dnUVZ_h6vnZ2d@comcast.com...
>> Steve wrote:
>>> "Jerry Stuckle" wrote in message
>>> news:JoWdneE7j9ChsHLbnZ2dnUVZ_vCknZ2d@comcast.com...
>>>
>>>> Hey, I'd much rather have a God-fearing President than an atheist.
>>> jerry, i've been quiet thus far. what is wrong with an atheist or atheism
>>> itself. you and i are involved in a scientific field. i have to ask, what
>>> scientific evidence do you have that god exists. and, with whatever
>>> 'evidence' you may provide, what kind of relationship does it indicate
>>> that she may want to have with us? as there is no objective evidence, i
>>> can only infer that if a god exists, she wants nothing to do with us.
>>>
>> I don't need scientific evidence. My faith is good enough for me. And I
>> feel sorry for you.
>
> oh my!
>
> i can see the romanticism in the idea of the things hoped for. that is the
> nature of humanity. however, to afix that to a god-figure and create a
> regiment of though/belief about that concept - one that rules your life and
> had such a huge and not always pleasant mark on the history of others
> lives - without proof or indications that say you seem to be correct...that
> is just scary!
>
> why is it that most rational people who go through their lives applying
> critical thinking to all aspects of their lives, negate or forbid themselves
> from doing the same with this one, special case - god? that is wholly beyond
> me!
>
> you go ahead and feel sorry for me. i hope you are serving the 'right' one,
> cuz all of the major religions now are quite exclusive in membership with
> eternal damnation for not joining. (he pauses to think...i wonder if jerry
> is going to come back with the good ol' pascal wager at this point...then
> chuckles to self)
>

Whatever. It's my belief. However, you can be assured if there is a
God, you will be in the wrong. At least I have a chance of practicing
the "correct" religion.

>>> as for your assumption that god-fearers somehow make better decisions
>>> that atheists...hardly the case. what god shall we fear? muhammad?
>>> mythra? zeus? buddah? the big jc? as an american and a republican, this
>>> is the most i've ever feared for democracy in america...it has nothing to
>>> do with afghanistan or iraq, but everything to do with domestic policy
>>> inacted after 911...and how easily a 'god-fearing' people can be moved
>>> and rallied under the banner of 'god' in leu of ration thought -
>>> especially thought that is critical of current events in light of
>>> history.
>>>
>>> give me an atheist about now, please!
>> I don't care what you believe in. However, when you try to impose your
>> religion on me, the President or anyone else, I draw the line.
>
> and the world shudders.
>
> why are christians so eager to say that but gaffaw when atheists, for the
> exact same reason, want to remove religious icons from mountainsides in
> california, or edicts greeting patrons of public places, or pray in schools?
> why is there a double standard?
>
>

You're the one setting the double standard - not allowing me to practice
my religion. What harm does a cross on a mountainside do to you if you
don't believe in any god? It's just a couple of pieces of wood, after
all. Or if I want to pray in school, why is it your right to say I can't?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 18.09.2007 18:43:43 von Steve

"Jerry Stuckle" wrote in message
news:EM-dnbxp44nLZnLbnZ2dnUVZ_rHinZ2d@comcast.com...
> Steve wrote:
>>> Ah, but whether you like it or not, atheism is a religion. It is not a
>>> "lack of belief" - it is a specifically belief there is no god.
>>>
>>> Try to deny it all you want. It won't work.
>>
>> negative, ghost rider.
>>
>> 'a' latin: without
>> 'theism' latin: belief in god(s)
>>
>> try websters instead of your own opinion.
>>
>
> Which does not mean it is not a religion.

so that means it does?! come one jerry, you're more logical than that!


>> tell me, what rites, what cerimonies, what traditions do atheists
>> observe? where do we congregate? what activities do we engage that
>> resembles anything religious?
>>
>
> Not necessary. You profess a belief in no god. That in itself is a
> belief.

i 'believe' i *observe no evidence* that would allow me to *logically* lead
to me to a conclusion that god exists.

that is a PROCESS and not a belief. it is called scientific method. i'm sure
your response will be that science, too, is a religion. just a prediction.
;^)


>> as i said, there is no objective evidence that would lead me to believe
>> that god exists. no more *subjective* evidence for god than for santa
>> clause or the toothfairy or the boogy man. are you saying that this
>> critical observation makes me a religious atoothfarian or a
>> asanta-clausian?
>>
>
> That's fine. It's your opinion and you're welcome to it. But don't try to
> convince me my opinion is wrong.

sorry, religious people are in the *business* of converting. as for opinion?
we cannot both be right. and as you have NO evidence to support that there
is a god, the logical conclusion that should be drawn is that there, in
fact, is none. further, that our notions of god(s) evolve over time to match
our changing sophistication of thought is more proof for the idea that man
created god rather than vice versa. so much the case is this, that we have
nietche proclaiming that 'god is dead'!

> As for proof - I have no proof you exist. All I see is some text on my
> screen. It could have been generated by a computer. So by your
> reasoning, I should not believe you exist. But I have faith that you do.

well, you have proof that something respondse to you. what you infer about
that is up to you. however, you have *objective* evidence from which you can
draw such conclusions.

this is something no one can do for god. subjective evidence is as
interpretationally valid as the delusions of an insane person.

>> 'it won't work'...lol. a lack of belief in something does not a religion
>> make. specifically, it is the belief *IN* something that would be the
>> start of religion.
>
> And you have a belief in the lack of a god.

negative ghost rider,

i have drawn the conclusion that god does not exist because there is NO
objective evidence that he does. one is a conclusion and the other, fact.
there is no belief in that equation.

Re: OT - Oh, so OT.

am 18.09.2007 18:51:08 von Steve

"Jerry Stuckle" wrote in message
news:jtOdnUEcBZMqYXLbnZ2dnUVZ_vyinZ2d@comcast.com...
> Shelly wrote:
>> "Steve" wrote in message
>> news:gfPHi.28$zy3.22@newsfe02.lga...
>>>> And BTW - atheism is a religion, also. This is conveniently
>>>> "overlooked" by those espousing it in the name of "freedom". But many
>>>> atheists are trying to force their religion on the rest of the country.
>>> if you're not an atheist, don't presume to know what it is outside of a
>>> proper dictionary definition.
>>>
>>> atheism is the lack of belief in god or gods.
>>
>> Sorry, Steve, but you have to give the devil his due here. From
>> www.m-w.com
>>
>> Main Entry: athe·ism
>> Pronunciation: 'A-thE-"i-z&m
>> Function: noun
>> Etymology: Middle French athéisme, from athée atheist, from Greek atheos
>> godless, from a- + theos god
>> 1 archaic : UNGODLINESS, WICKEDNESS
>> 2 a : a disbelief in the existence of deity b : the doctrine that there
>> is no deity
>>
>> To me those are declarative statements and not passive ones. It is a
>> "disbelief" rather than a "lack of belief". Also, when you mix
>> "doctrine" with theology you have "religion".
>>
>> The point though that Jerry is trying to make is totally wrong, however.
>> Having an atheist in there, and not allowing mixing of standard religion
>> with politics is NOT forcing the "religion" of atheism on anyone.
>> Everyone is free to believe and practice as they wish -- just not mix it
>> into politics. My earlier statement of the flourishing of religion in
>> the USA **BECAUSE** of the separation and freedom goes to that point.
>>
>
> I'm not saying there has to be a mix of religion and politics. But I am
> saying the President is also a citizen, and welcome to practice his
> beliefs.
>
> Personally, I would rather have a President with certain moral values
> which are taught by religion. He could be Christian (my belief), Jewish,
> Muslim or any of a number of different religions which share those same
> core values. I'm not saying I would not vote for an atheist, but it is
> one of the things I take into consideration when looking at candidates.
>
> Not to say all people who are religious follow those values - take Clinton
> for example - getting caught with his pants down (literally). That is
> something that I, as a Christian, have never done and will never do, and I
> find that behavior abhorrent. My values are higher than that.

you are, intentionally or not, saying that atheists have no morals...or ones
that are substandard to religious orthodoxy. what a crock of shit!

if anything, i realize as an atheist that i don't get the luxury of an
afterlife, that my meaning is limited to this lifetime and what things i
engage in here and now. i have probably an even more profound sense of the
precious nature of life than do you, since i'm not getting another shot at
it...ever. my 'meaning' in life is found by helping others. that's it. it's
that simple. tell me that is something counter to ANY religion. if i base
all of my decisions on that singular premise, then i've met the core
requirements of ALL religions...and without any need of a god or gods as
impetous to do so.

take you pompous head out of your agitated sphinter, you close-minded,
superiority complexed bastard.

Re: OT - Oh, so OT.

am 18.09.2007 18:52:40 von Michael Fesser

..oO(Steve)

>i have drawn the conclusion that god does not exist because there is NO
>objective evidence that he does. [...]

"I refuse to prove that I exist," says God, "for proof denies faith, and
without faith I am nothing."

"But," says Man, "the Babel fish is a dead giveaway, isn't it? It could
not have evolved by chance. It proves you exist, and so therefore, by
your own arguments, you don't. QED."

"Oh dear," says God, "I hadn't thought of that" and promply vanishes in
a puff of logic.

SCNR ;)
Micha

Re: OT - Oh, so OT.

am 18.09.2007 18:55:55 von Courtney

Jerry Stuckle wrote:

>
> And BTW - atheism is a religion, also.

Only to religious people.

To atheists it is merely sidelining religion as irrelevant and getting
on with the job.

This is conveniently
> "overlooked" by those espousing it in the name of "freedom".

This is conveniently overlooked by those who cannot concieve of a person
who believes in nothing other than his sensory apparatus and what it
tells him.

> But many
> atheists are trying to force their religion on the rest of the country.
>

They can't. Atheism by definition is the absence of religion.

> The first amendment had to do with TOLERANCE. You worship your way and
> I worship mine. You don't try to tell me what I can and cannot do, and
> I don't try to tell you the same.
>

I don't worship.

Re: OT - Oh, so OT.

am 18.09.2007 18:56:51 von Courtney

Jerry Stuckle wrote:
> Steve wrote:
>>> And BTW - atheism is a religion, also. This is conveniently
>>> "overlooked" by those espousing it in the name of "freedom". But
>>> many atheists are trying to force their religion on the rest of the
>>> country.
>>
>> if you're not an atheist, don't presume to know what it is outside of
>> a proper dictionary definition.
>>
>> atheism is the lack of belief in god or gods.
>>
>> that's all. i resent the implication that i am religious. i'm no more
>> religious for my lack of belief in god that i am for my lack of belief
>> in the toothfairy.
>>
>> at least when i lost my tooth as a child, there was proof of a
>> toothfairy...i always had a quarter under my pillow where my tooth had
>> been!
>>
>
> Ah, but whether you like it or not, atheism is a religion. It is not a
> "lack of belief" - it is a specifically belief there is no god.
>
It isn't.


> Try to deny it all you want. It won't work.
>

Re: OT - Oh, so OT.

am 18.09.2007 19:02:39 von Courtney

Jerry Stuckle wrote:
> Steve wrote:
>>> Ah, but whether you like it or not, atheism is a religion. It is not
>>> a "lack of belief" - it is a specifically belief there is no god.
>>>
>>> Try to deny it all you want. It won't work.
>>
>> negative, ghost rider.
>>
>> 'a' latin: without
>> 'theism' latin: belief in god(s)
>>
>> try websters instead of your own opinion.
>>
>
> Which does not mean it is not a religion.
>
>> tell me, what rites, what cerimonies, what traditions do atheists
>> observe? where do we congregate? what activities do we engage that
>> resembles anything religious?
>>
>
> Not necessary. You profess a belief in no god. That in itself is a
> belief.
>

No. I profess no belief in god.
That is not a belief.

It is the absence of one.

I also profess no belief in leprechauns. Does that make me some kind of
religious person?

In fact there are thousands of things I do not believe, up to and
including that GW Bush is the reincarnation of Immelda Markos.

Like my non belief in god, the are simply not worth mentioning.

What religious people do not like at all, is that to an atheist, the
issue of whether god exists or not is simply irrelevant. Uninteresting
in the highest degree. Its useless to believe or disbelieve. It has
little objective effect either way.




>> as i said, there is no objective evidence that would lead me to
>> believe that god exists. no more *subjective* evidence for god than
>> for santa clause or the toothfairy or the boogy man. are you saying
>> that this critical observation makes me a religious atoothfarian or a
>> asanta-clausian?
>>
>
> That's fine. It's your opinion and you're welcome to it. But don't try
> to convince me my opinion is wrong.
>
> As for proof - I have no proof you exist. All I see is some text on my
> screen. It could have been generated by a computer. So by your
> reasoning, I should not believe you exist. But I have faith that you do.
>

Thats your problem, not mine.


>> 'it won't work'...lol. a lack of belief in something does not a
>> religion make. specifically, it is the belief *IN* something that
>> would be the start of religion.
>>
>
> And you have a belief in the lack of a god.
>

No, simply no belief in its existence. And no need to have or not have
the belief.

Re: OT - Oh, so OT.

am 18.09.2007 19:03:35 von Steve

>> Atheism is a religion?
>> Do you actually have any clue?
>>
>
> Yes, I do. It is a disbelief in a god, as Shelly pointed out from
> Websters.

perhaps you need several clues then!

i don't believe the toothfairy is real. am i religious now, being an
atoothfairian?

or, is this a special case because the word gawd is the object of disbelief?

>> Please Jerry: I read this whole thread (my bad) and came to the
>> conclusion you better stick with PHP.
>> You can speak with some authority on PHP, but your worldview....
>> It is dangerous singleminded dribble in my humble opinion.
>>
>
> Fine, you're entitled to your opinion.

hmmm...if we apply the scientific method to this, and since there is no
observable evidence god does exist...yep, i'd say his is more likely right
than not.

jerry, religion makes the claim god exists. atheist just don't believe them
until they provide evidence. it's the logical thing to do. for you making
the claim, it would only be responsible to provide such evidence so that we
needn't go back and forth.


>> A few quotes for you:
>> ************************************************
>> "The Bible is not my book nor Christianity my profession. I could never
>> give assent to the long, complicated statements of Christian dogma."
>>
>> - Abraham Lincoln, American president (1809-1865).
>> ************************************************
>>
>>
>> ************************************************
>> "I have found Christian dogma unintelligible. Early in life, I absenteed
>> myself from Christian assemblies."
>>
>> "Lighthouses are more helpful then churches."
>>
>> -Benjamin Franklin, American Founding Father, author, and inventor
>> ************************************************
>>
>>
>> ************************************************
>> "Where do we find a precept in the Bible for Creeds, Confessions,
>> Doctrines and Oaths, and whole carloads of other trumpery that we find
>> religion encumbered with in these days?"
>>
>> "The divinity of Jesus is made a convenient cover for absurdity."
>>
>> "This would be the best of all possible worlds, if there were no religion
>> in it."
>>
>> -John Adams, U.S. President, Founding Father of the United States
>> ************************************************
>>
>
> And what does any of that have to do with whether atheism is a religion or
> not? Absolutely nothing.

it has everything to do with your gleeful delight that we have gawd-fearun
republukuns in the white house. i'd rather just have a president.

Re: OT - Oh, so OT.

am 18.09.2007 19:04:33 von Steve

"Jerry Stuckle" wrote in message
news:296dnbguHfUsYnLbnZ2dnUVZ_tOtnZ2d@comcast.com...
> Steve wrote:
>> "Shelly" wrote in message
>> news:13evo8tqk97ip9c@corp.supernews.com...
>>> "Steve" wrote in message
>>> news:zZQHi.3$W76.2@newsfe12.lga...
>>>> "Shelly" wrote in message
>>>> news:13evj6rp3fkov7f@corp.supernews.com...
>>>>> I LOVE that last statement. Down with the Unpatriot Act! Next year
>>>>> it is "So long Bush, it's not been good to know ya".
>>>> unless we go to war. in which case, he cannot be removed from office.
>>>> ;^)
>>> Where did that come from? I don't believe there are any such qualifiers
>>> on the two-term limit for the presidency. Come the middle of January
>>> 2009, he is [bad] history.
>>
>> as far as i can remember from history courses some time ago, there are
>> two circumstances underwhich a president can occupy his seat for more
>> that eight years (two-terms). first, is assumption of presidency via the
>> demise of the encumbant...i.e. assassination, and then being re-elected
>> for his ensuing term(s) for a total service time of 12 years. and, in the
>> event of war a president's term may be extended beyond either of those
>> periods of time (8 and 12 years).
>>
>
> Incorrect. The 22nd Amendment states:

yeah, and didn't you see that shelly and i already discussed that?

please jerry, if you're going to just jump in there...at least keep up.

Re: OT - Oh, so OT.

am 18.09.2007 19:07:12 von Steve

"Jerry Stuckle" wrote in message
news:jtOdnUMcBZMYY3LbnZ2dnUVZ_vzinZ2d@comcast.com...
> Sanders Kaufman wrote:
>> Jerry Stuckle wrote:
>>
>>> The first amendment had to do with TOLERANCE. You worship your way and
>>> I worship mine. You don't try to tell me what I can and cannot do, and
>>> I don't try to tell you the same.
>>
>> The Constitution also only counted black people as 3/5 of a human.
>>
>> The genius of the constitution is that it's ammendable, and the Bill of
>> Rights is just a bunch of ammendments - which can be repealed.
>>
>> It's time to let our tolerance of religious extremism go the way of our
>> tolerance of slavery.
>>
>> --
>> If 9/11 taught us nothing else, it's that religious zealots are
>> /everybody's/ mortal enemy.
>
> I agree. It's time to let our tolerance of those who won't let others
> practice their own religion go the way of our tolerance of slavery.

but atheism is on the fence. it is a religion...but not. so therefore, let's
say they have substandard morals and tell them to fuck off when they say
seperation of church and state and want religious dogma removed from public
places and want prayer out of schools. yeah, they don't count. tolerance
only goes to 'full-blooded' 'american' religions.

lol.

Re: OT - Oh, so OT.

am 18.09.2007 19:13:53 von Steve

"Jerry Stuckle" wrote in message
news:296dnbsuHfXCnW3bnZ2dnUVZ_tPinZ2d@comcast.com...
> Steve wrote:
>> "Jerry Stuckle" wrote in message
>> news:nNqdnZZZKfElX3LbnZ2dnUVZ_h6vnZ2d@comcast.com...
>>> Steve wrote:
>>>> "Jerry Stuckle" wrote in message
>>>> news:JoWdneE7j9ChsHLbnZ2dnUVZ_vCknZ2d@comcast.com...
>>>>
>>>>> Hey, I'd much rather have a God-fearing President than an atheist.
>>>> jerry, i've been quiet thus far. what is wrong with an atheist or
>>>> atheism itself. you and i are involved in a scientific field. i have to
>>>> ask, what scientific evidence do you have that god exists. and, with
>>>> whatever 'evidence' you may provide, what kind of relationship does it
>>>> indicate that she may want to have with us? as there is no objective
>>>> evidence, i can only infer that if a god exists, she wants nothing to
>>>> do with us.
>>>>
>>> I don't need scientific evidence. My faith is good enough for me. And
>>> I feel sorry for you.
>>
>> oh my!
>>
>> i can see the romanticism in the idea of the things hoped for. that is
>> the nature of humanity. however, to afix that to a god-figure and create
>> a regiment of though/belief about that concept - one that rules your life
>> and had such a huge and not always pleasant mark on the history of others
>> lives - without proof or indications that say you seem to be
>> correct...that is just scary!
>>
>> why is it that most rational people who go through their lives applying
>> critical thinking to all aspects of their lives, negate or forbid
>> themselves from doing the same with this one, special case - god? that is
>> wholly beyond me!
>>
>> you go ahead and feel sorry for me. i hope you are serving the 'right'
>> one, cuz all of the major religions now are quite exclusive in membership
>> with eternal damnation for not joining. (he pauses to think...i wonder if
>> jerry is going to come back with the good ol' pascal wager at this
>> point...then chuckles to self)
>>
>
> Whatever. It's my belief. However, you can be assured if there is a God,
> you will be in the wrong. At least I have a chance of practicing the
> "correct" religion.

I KNEW IT...I CALLED IT...I TOLD YOU IT WAS COMING!!!

PASCAL'S WAGER !!!

and no, we have exactly the SAME changes of being right. you really should
research theology more before committing one of the most basic, stupid, and
flawed logical arguments passed throughout history. (as jerry now beings to
google, red in the face from embarrassment once he sees what the fuck he
just did).


>>>> as for your assumption that god-fearers somehow make better decisions
>>>> that atheists...hardly the case. what god shall we fear? muhammad?
>>>> mythra? zeus? buddah? the big jc? as an american and a republican, this
>>>> is the most i've ever feared for democracy in america...it has nothing
>>>> to do with afghanistan or iraq, but everything to do with domestic
>>>> policy inacted after 911...and how easily a 'god-fearing' people can be
>>>> moved and rallied under the banner of 'god' in leu of ration thought -
>>>> especially thought that is critical of current events in light of
>>>> history.
>>>>
>>>> give me an atheist about now, please!
>>> I don't care what you believe in. However, when you try to impose your
>>> religion on me, the President or anyone else, I draw the line.
>>
>> and the world shudders.
>>
>> why are christians so eager to say that but gaffaw when atheists, for the
>> exact same reason, want to remove religious icons from mountainsides in
>> california, or edicts greeting patrons of public places, or pray in
>> schools? why is there a double standard?
>
> You're the one setting the double standard - not allowing me to practice
> my religion. What harm does a cross on a mountainside do to you if you
> don't believe in any god? It's just a couple of pieces of wood, after
> all. Or if I want to pray in school, why is it your right to say I can't?

practice all you want, but don't ask me to pay for it with the taxes used to
propogate it in public. go off to church and do that shit in private...not
in the public sector. the harm is that a cross on a mountainside, if paid
with public funds, is favoring and sponsoring religion. do you ever read?
how about the federalist papers? madison? what harm? fucking get a clue!

if you want to pray in school, go ahead. the problem is when a person paid
by the state says, 'now it is time to pray'. surely you're not that stupid!

Re: OT - Oh, so OT.

am 18.09.2007 19:19:16 von Steve

"Michael Fesser" wrote in message
news:qb00f3500okec8fg40jog9bsvfb1c1fnrb@4ax.com...
> .oO(Steve)
>
>>i have drawn the conclusion that god does not exist because there is NO
>>objective evidence that he does. [...]
>
> "I refuse to prove that I exist," says God, "for proof denies faith, and
> without faith I am nothing."
>
> "But," says Man, "the Babel fish is a dead giveaway, isn't it? It could
> not have evolved by chance. It proves you exist, and so therefore, by
> your own arguments, you don't. QED."
>
> "Oh dear," says God, "I hadn't thought of that" and promply vanishes in
> a puff of logic.
>
> SCNR ;)
> Micha

roflmao!!!

i have to pass that one on.

Re: OT - Oh, so OT.

am 18.09.2007 20:49:49 von Shelly

"Steve" wrote in message
news:uxSHi.41$W76.18@newsfe12.lga...
> perhaps i heard it wrong. i'll have to look into where i did hear that.
> now my interest is peaked.

Sorry to nitpick, but while your interest may, indeed, have reached a "high
level", I believe it has "piqued". :-)

Shelly

Re: OT - Oh, so OT.

am 18.09.2007 20:53:52 von Shelly

"Jerry Stuckle" wrote in message
news:EM-dnbxp44nLZnLbnZ2dnUVZ_rHinZ2d@comcast.com...

> Not necessary. You profess a belief in no god. That in itself is a
> belief.

A "belief" does not a religion make. A belief, couple with religious dogma
and practices makes a religion.

>
>> as i said, there is no objective evidence that would lead me to believe
>> that god exists. no more *subjective* evidence for god than for santa
>> clause or the toothfairy or the boogy man. are you saying that this
>> critical observation makes me a religious atoothfarian or a
>> asanta-clausian?
>>
>
> That's fine. It's your opinion and you're welcome to it. But don't try to
> convince me my opinion is wrong.

Scientifically speaking, there is no experimental evidence for the existence
of a god. It is a pure faith statement to assert the existence of god. You
can hold your opinion, and you are entitled to it, but it scientifically
without foundation. (Reminder: I, personally, believe in the existence of
God as a matter of faith)

>
> As for proof - I have no proof you exist. All I see is some text on my
> screen. It could have been generated by a computer. So by your
> reasoning, I should not believe you exist. But I have faith that you do.
>
>> 'it won't work'...lol. a lack of belief in something does not a religion
>> make. specifically, it is the belief *IN* something that would be the
>> start of religion.
>
> And you have a belief in the lack of a god.

So? It still isn't a religion.

Shelly

Re: OT - Oh, so OT.

am 18.09.2007 21:04:43 von Steve

"Shelly" wrote in message
news:13f07nvm1b461ac@corp.supernews.com...
>
> "Jerry Stuckle" wrote in message
> news:EM-dnbxp44nLZnLbnZ2dnUVZ_rHinZ2d@comcast.com...
>
>> Not necessary. You profess a belief in no god. That in itself is a
>> belief.
>
> A "belief" does not a religion make. A belief, couple with religious
> dogma and practices makes a religion.

i agree with where you're going, but being logical, the definition of
religion cannot contain religion as part of its definition. ;^) your point
wasn't lost though.

Re: OT - Oh, so OT.

am 18.09.2007 21:05:24 von Shelly

"Jerry Stuckle" wrote in message
news:jtOdnUEcBZMqYXLbnZ2dnUVZ_vyinZ2d@comcast.com...
> Shelly wrote:
>> "Steve" wrote in message
>> news:gfPHi.28$zy3.22@newsfe02.lga...
>>>> And BTW - atheism is a religion, also. This is conveniently
>>>> "overlooked" by those espousing it in the name of "freedom". But many
>>>> atheists are trying to force their religion on the rest of the country.
>>> if you're not an atheist, don't presume to know what it is outside of a
>>> proper dictionary definition.
>>>
>>> atheism is the lack of belief in god or gods.
>>
>> Sorry, Steve, but you have to give the devil his due here. From
>> www.m-w.com
>>
>> Main Entry: athe·ism
>> Pronunciation: 'A-thE-"i-z&m
>> Function: noun
>> Etymology: Middle French athéisme, from athée atheist, from Greek atheos
>> godless, from a- + theos god
>> 1 archaic : UNGODLINESS, WICKEDNESS
>> 2 a : a disbelief in the existence of deity b : the doctrine that there
>> is no deity
>>
>> To me those are declarative statements and not passive ones. It is a
>> "disbelief" rather than a "lack of belief". Also, when you mix
>> "doctrine" with theology you have "religion".
>>
>> The point though that Jerry is trying to make is totally wrong, however.
>> Having an atheist in there, and not allowing mixing of standard religion
>> with politics is NOT forcing the "religion" of atheism on anyone.
>> Everyone is free to believe and practice as they wish -- just not mix it
>> into politics. My earlier statement of the flourishing of religion in
>> the USA **BECAUSE** of the separation and freedom goes to that point.
>>
>
> I'm not saying there has to be a mix of religion and politics. But I am
> saying the President is also a citizen, and welcome to practice his
> beliefs.

....and noone is agruing against that point.

>
> Personally, I would rather have a President with certain moral values
> which are taught by religion. He could be Christian (my belief),

....and they are taught by society as well.

> Jewish, Muslim or any of a number of different religions which share those
> same core values. I'm not saying I would not vote for an atheist, but it
> is one of the things I take into consideration when looking at candidates.

Well, do what you want (obviously) and you if you take such irrelevencies as
being religious into account you may well get stuck again with crap like we
have now in office.

> Not to say all people who are religious follow those values - take

You got that one right! The list in interminable of such hypocrites.

> Clinton for example - getting caught with his pants down (literally).

He disgraced the office with his sexual behavior. Otherwise, he was an
excellent president. We had prosperity and low inflation. We were at
peace. He put in that wonderful excemption for the profits (largely due to
infaltion) on the sale of your primary home. He failed on health care. All
in all, he was pretty good. I voted for him once and against him once. I'd
take him again in a heartbeat over the power maniac in office now who has
sent over 3,000 young Americans to their deaths in a war that can't be won
and for an ever-shifting raison d'etre.

> That is something that I, as a Christian, have never done and will never
> do, and I find that behavior abhorrent. My values are higher than that.

You are still a virgin? (Sorry, couldn't resist that one. I understand
what you meant to say).

Shelly

Re: OT - Oh, so OT.

am 18.09.2007 21:10:16 von Shelly

"Jerry Stuckle" wrote in message
news:296dnbsuHfXCnW3bnZ2dnUVZ_tPinZ2d@comcast.com...
> You're the one setting the double standard - not allowing me to practice
> my religion. What harm does a cross on a mountainside do to you if you
> don't believe in any god? It's just a couple of pieces of wood, after

There is no harm in a cross being on a mountainside -- just NOT on public
property nor paid for by taxes.

> all. Or if I want to pray in school, why is it your right to say I can't?

You can, silently. The school just can organize it nor say this is the time
for it.

Shelly

Re: OT - Oh, so OT.

am 18.09.2007 21:22:37 von Shelly

"Steve" wrote in message
news:0jVHi.56$W76.42@newsfe12.lga...
>
> "Shelly" wrote in message
> news:13f07nvm1b461ac@corp.supernews.com...
>>
>> "Jerry Stuckle" wrote in message
>> news:EM-dnbxp44nLZnLbnZ2dnUVZ_rHinZ2d@comcast.com...
>>
>>> Not necessary. You profess a belief in no god. That in itself is a
>>> belief.
>>
>> A "belief" does not a religion make. A belief, couple with religious
>> dogma and practices makes a religion.
>
> i agree with where you're going, but being logical, the definition of
> religion cannot contain religion as part of its definition. ;^) your point
> wasn't lost though.

A belief couple with dogma and practices relating to desires and
existence -- or noexistence -- of a deity makes a religion. Better?
Irrelevency does not constitute dogma and practices.

Shelly

Re: OT - Oh, so OT.

am 18.09.2007 22:08:13 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:EM-dnbxp44nLZnLbnZ2dnUVZ_rHinZ2d@comcast.com...
>> Steve wrote:
>>>> Ah, but whether you like it or not, atheism is a religion. It is not a
>>>> "lack of belief" - it is a specifically belief there is no god.
>>>>
>>>> Try to deny it all you want. It won't work.
>>> negative, ghost rider.
>>>
>>> 'a' latin: without
>>> 'theism' latin: belief in god(s)
>>>
>>> try websters instead of your own opinion.
>>>
>> Which does not mean it is not a religion.
>
> so that means it does?! come one jerry, you're more logical than that!
>

Who cares what the Latin roots mean? It's today's current usage that
counts.

>
>>> tell me, what rites, what cerimonies, what traditions do atheists
>>> observe? where do we congregate? what activities do we engage that
>>> resembles anything religious?
>>>
>> Not necessary. You profess a belief in no god. That in itself is a
>> belief.
>
> i 'believe' i *observe no evidence* that would allow me to *logically* lead
> to me to a conclusion that god exists.
>

And it results in a belief. Or, more accurately, a disbelief.

200 years ago there was no proof that microbes existed. 150 years ago
there was no proof that radio waves existed. 100 years ago there was no
proof that atoms existed. So by your logic, since there was no proof,
these things didn't exist.


> that is a PROCESS and not a belief. it is called scientific method. i'm sure
> your response will be that science, too, is a religion. just a prediction.
> ;^)
>

The scientific method deals with proving or disproving the existence of
something - a physical item, a behavior, etc. But according to the
scientific method, lack of proof one way or the other does not mean
something does or does not exist.

>
>>> as i said, there is no objective evidence that would lead me to believe
>>> that god exists. no more *subjective* evidence for god than for santa
>>> clause or the toothfairy or the boogy man. are you saying that this
>>> critical observation makes me a religious atoothfarian or a
>>> asanta-clausian?
>>>
>> That's fine. It's your opinion and you're welcome to it. But don't try to
>> convince me my opinion is wrong.
>
> sorry, religious people are in the *business* of converting. as for opinion?

That is a gross overgeneralization.

> we cannot both be right. and as you have NO evidence to support that there
> is a god, the logical conclusion that should be drawn is that there, in
> fact, is none. further, that our notions of god(s) evolve over time to match
> our changing sophistication of thought is more proof for the idea that man
> created god rather than vice versa. so much the case is this, that we have
> nietche proclaiming that 'god is dead'!
>

Faulty logic.

>> As for proof - I have no proof you exist. All I see is some text on my
>> screen. It could have been generated by a computer. So by your
>> reasoning, I should not believe you exist. But I have faith that you do.
>
> well, you have proof that something respondse to you. what you infer about
> that is up to you. however, you have *objective* evidence from which you can
> draw such conclusions.
>

I have proof that letters appear on my screen. Period. Nothing more,
nothing less. I have no idea what the source of those characters are.

> this is something no one can do for god. subjective evidence is as
> interpretationally valid as the delusions of an insane person.
>
>>> 'it won't work'...lol. a lack of belief in something does not a religion
>>> make. specifically, it is the belief *IN* something that would be the
>>> start of religion.
>> And you have a belief in the lack of a god.
>
> negative ghost rider,
>
> i have drawn the conclusion that god does not exist because there is NO
> objective evidence that he does. one is a conclusion and the other, fact.
> there is no belief in that equation.
>
>

That's fine. That's your opinion. But do not try to convince me that
you are right and I am wrong. And don't try to stop me from practicing
my religion.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 18.09.2007 22:12:14 von Jerry Stuckle

The Natural Philosopher wrote:
> Jerry Stuckle wrote:
>> Steve wrote:
>>>> Ah, but whether you like it or not, atheism is a religion. It is
>>>> not a "lack of belief" - it is a specifically belief there is no god.
>>>>
>>>> Try to deny it all you want. It won't work.
>>>
>>> negative, ghost rider.
>>>
>>> 'a' latin: without
>>> 'theism' latin: belief in god(s)
>>>
>>> try websters instead of your own opinion.
>>>
>>
>> Which does not mean it is not a religion.
>>
>>> tell me, what rites, what cerimonies, what traditions do atheists
>>> observe? where do we congregate? what activities do we engage that
>>> resembles anything religious?
>>>
>>
>> Not necessary. You profess a belief in no god. That in itself is a
>> belief.
>>
>
> No. I profess no belief in god.
> That is not a belief.
>
> It is the absence of one.
>

So you profess a belief in no god. A disbelief is also a belief.

> I also profess no belief in leprechauns. Does that make me some kind of
> religious person?
>

Leprechauns are not gods.

> In fact there are thousands of things I do not believe, up to and
> including that GW Bush is the reincarnation of Immelda Markos.
>
> Like my non belief in god, the are simply not worth mentioning.
>
> What religious people do not like at all, is that to an atheist, the
> issue of whether god exists or not is simply irrelevant. Uninteresting
> in the highest degree. Its useless to believe or disbelieve. It has
> little objective effect either way.
>
>

I really don't care one way or the other what you think. Your religious
views are your own. Just don't infringe on my right to believe as I choose.

>
>
>>> as i said, there is no objective evidence that would lead me to
>>> believe that god exists. no more *subjective* evidence for god than
>>> for santa clause or the toothfairy or the boogy man. are you saying
>>> that this critical observation makes me a religious atoothfarian or a
>>> asanta-clausian?
>>>
>>
>> That's fine. It's your opinion and you're welcome to it. But don't
>> try to convince me my opinion is wrong.
>>
>> As for proof - I have no proof you exist. All I see is some text on
>> my screen. It could have been generated by a computer. So by your
>> reasoning, I should not believe you exist. But I have faith that you do.
>>
>
> Thats your problem, not mine.
>

Not a problem at all.

>
>>> 'it won't work'...lol. a lack of belief in something does not a
>>> religion make. specifically, it is the belief *IN* something that
>>> would be the start of religion.
>>>
>>
>> And you have a belief in the lack of a god.
>>
>
> No, simply no belief in its existence. And no need to have or not have
> the belief.

Same idea, different words.


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 18.09.2007 22:14:15 von Jerry Stuckle

Shelly wrote:
> "Jerry Stuckle" wrote in message
> news:EM-dnbxp44nLZnLbnZ2dnUVZ_rHinZ2d@comcast.com...
>
>> Not necessary. You profess a belief in no god. That in itself is a
>> belief.
>
> A "belief" does not a religion make. A belief, couple with religious dogma
> and practices makes a religion.
>

Ceremonies and rites do not make a religion. A belief (or lack thereof)
in a higher power is what determines religion.

I can still be a Christian if I don't go to church, don't take
communion, get married by a judge... My beliefs are what make me one.

>>> as i said, there is no objective evidence that would lead me to believe
>>> that god exists. no more *subjective* evidence for god than for santa
>>> clause or the toothfairy or the boogy man. are you saying that this
>>> critical observation makes me a religious atoothfarian or a
>>> asanta-clausian?
>>>
>> That's fine. It's your opinion and you're welcome to it. But don't try to
>> convince me my opinion is wrong.
>
> Scientifically speaking, there is no experimental evidence for the existence
> of a god. It is a pure faith statement to assert the existence of god. You
> can hold your opinion, and you are entitled to it, but it scientifically
> without foundation. (Reminder: I, personally, believe in the existence of
> God as a matter of faith)
>
>> As for proof - I have no proof you exist. All I see is some text on my
>> screen. It could have been generated by a computer. So by your
>> reasoning, I should not believe you exist. But I have faith that you do.
>>
>>> 'it won't work'...lol. a lack of belief in something does not a religion
>>> make. specifically, it is the belief *IN* something that would be the
>>> start of religion.
>> And you have a belief in the lack of a god.
>
> So? It still isn't a religion.
>
> Shelly
>
>


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 18.09.2007 22:37:45 von Bucky Kaufman

Shelly wrote:
> "Steve" wrote in message

>> unless we go to war. in which case, he cannot be removed from office. ;^)
>
> Where did that come from? I don't believe there are any such qualifiers on
> the two-term limit for the presidency. Come the middle of January 2009, he
> is [bad] history.

He's just trying to get a rise out of you.
It seems that most of the folks of good character, but bad judgment have
abandoned Bush. The few who remain on Bush's side, do so anonymously
and out of bad character.

Re: OT - Oh, so OT.

am 18.09.2007 22:48:19 von Steve

"Jerry Stuckle" wrote in message
news:y8WdnUJ90JA_rW3bnZ2dnUVZ_uSgnZ2d@comcast.com...
> Steve wrote:
>> "Jerry Stuckle" wrote in message
>> news:EM-dnbxp44nLZnLbnZ2dnUVZ_rHinZ2d@comcast.com...
>>> Steve wrote:
>>>>> Ah, but whether you like it or not, atheism is a religion. It is not
>>>>> a "lack of belief" - it is a specifically belief there is no god.
>>>>>
>>>>> Try to deny it all you want. It won't work.
>>>> negative, ghost rider.
>>>>
>>>> 'a' latin: without
>>>> 'theism' latin: belief in god(s)
>>>>
>>>> try websters instead of your own opinion.
>>>>
>>> Which does not mean it is not a religion.
>>
>> so that means it does?! come one jerry, you're more logical than that!
>>
>
> Who cares what the Latin roots mean? It's today's current usage that
> counts.

you obviously don't. just goes to show...

>>
>>>> tell me, what rites, what cerimonies, what traditions do atheists
>>>> observe? where do we congregate? what activities do we engage that
>>>> resembles anything religious?
>>>>
>>> Not necessary. You profess a belief in no god. That in itself is a
>>> belief.
>>
>> i 'believe' i *observe no evidence* that would allow me to *logically*
>> lead to me to a conclusion that god exists.
>>
>
> And it results in a belief. Or, more accurately, a disbelief.

negative. it is a fact that there is no observable evidence that god exists.
the ramification of that fact requires no belief whatsoever.

> 200 years ago there was no proof that microbes existed. 150 years ago
> there was no proof that radio waves existed. 100 years ago there was no
> proof that atoms existed. So by your logic, since there was no proof,
> these things didn't exist.

no, people theorized that they existed. then, they went about making the
tools needed to *observe* them. now we see them all quite well.
scientifically, before we could see them literally, there were still
observable signs that they did in fact exist...we just didn't know what
they'd look like...we had an idea of how they behaved well before then
though.

>
>> that is a PROCESS and not a belief. it is called scientific method. i'm
>> sure your response will be that science, too, is a religion. just a
>> prediction. ;^)
>>
>
> The scientific method deals with proving or disproving the existence of
> something - a physical item, a behavior, etc. But according to the
> scientific method, lack of proof one way or the other does not mean
> something does or does not exist.

ass backwards. religion claims god exists. logic and science demands proof.
if no proof, the claim is not verified and by default, false or held without
merit until such proof is provided. this is basic stuff, jerry. why is god
the only theory you wouldn't apply such reason to? i'm hoping it's the only
one anyway!

btw, you cannot disprove existence! to exist would mean there'd be
*observable* evidence. atheists aren't dumb enough to want to disprove the
existence of something. without evidence, there simply is no merit to the
idea that god does exist...a proposition religion puts out. the basic
argument is that if a thing exists, it should have signs of said existence.
sorry, god does not.

>>>> as i said, there is no objective evidence that would lead me to believe
>>>> that god exists. no more *subjective* evidence for god than for santa
>>>> clause or the toothfairy or the boogy man. are you saying that this
>>>> critical observation makes me a religious atoothfarian or a
>>>> asanta-clausian?
>>>>
>>> That's fine. It's your opinion and you're welcome to it. But don't try
>>> to convince me my opinion is wrong.
>>
>> sorry, religious people are in the *business* of converting. as for
>> opinion?
>
> That is a gross overgeneralization.

well, that is the great commission, no? the catholic church has a litany of
instances of making a buck...which is what pissed off martin luther. how
many televangelists give more than they make? let me bring this home...what
percent of your churches budget goes to endeavors outside of the church?
yes, exclude its own operating expenses. now, think of how you worship. new
and exciting, almost marketed, right? appealing to younger crowds, yes?
whatever percentage you came up with, you cannot fund a thing if you aren't
a going concern...and once going, that percent tends to be very small given
the overall funding. churches tend to want to expand their complex's in
stead of helping those in need.

that is perhaps a *generalization*, but not gross. and either way, that is
my opinion based on my experience.

btw, ain't it neat how churches now give sermonettes about tithing? isn't it
sad that most of those sermonetts are geared to 'what you get back from'
rather than 'you should do this so that we can' kind of language.

>> we cannot both be right. and as you have NO evidence to support that
>> there is a god, the logical conclusion that should be drawn is that
>> there, in fact, is none. further, that our notions of god(s) evolve over
>> time to match our changing sophistication of thought is more proof for
>> the idea that man created god rather than vice versa. so much the case is
>> this, that we have nietche proclaiming that 'god is dead'!
>>
>
> Faulty logic.

now is where you support *how* that logic is faulty. nietche describes
exactly what i summerized. now you think you're prepared to take on nietche?
go right ahead, the laugh will do me good.

>>> As for proof - I have no proof you exist. All I see is some text on my
>>> screen. It could have been generated by a computer. So by your
>>> reasoning, I should not believe you exist. But I have faith that you
>>> do.
>>
>> well, you have proof that something respondse to you. what you infer
>> about that is up to you. however, you have *objective* evidence from
>> which you can draw such conclusions.
>>
>
> I have proof that letters appear on my screen. Period. Nothing more,
> nothing less. I have no idea what the source of those characters are.

not the point. the point is, that those letters are in direct response to
you. what you make of it means nothing to me...it's just that your point
sucks. those letters are *objective* evidence of SOMETHING! we have NOTHING
for the case of god. get it now?

>> this is something no one can do for god. subjective evidence is as
>> interpretationally valid as the delusions of an insane person.
>>
>>>> 'it won't work'...lol. a lack of belief in something does not a
>>>> religion make. specifically, it is the belief *IN* something that would
>>>> be the start of religion.
>>> And you have a belief in the lack of a god.
>>
>> negative ghost rider,
>>
>> i have drawn the conclusion that god does not exist because there is NO
>> objective evidence that he does. one is a conclusion and the other, fact.
>> there is no belief in that equation.
>
> That's fine. That's your opinion. But do not try to convince me that you
> are right and I am wrong. And don't try to stop me from practicing my
> religion.

make a deal with you. you stop thinking its ok for your religion to be
practiced in publically sponsored venues such as court houses, schools,
parks, etc. and i'll stop bitching about you trying to ram yours down my
throat. as for what you do in your home or church or anywhere else not
*sponsored* by the state, i couldn't care less how deeply deluded you care
to take your mental depravity.

Re: OT - Oh, so OT.

am 18.09.2007 23:01:55 von Bucky Kaufman

Michael Fesser wrote:

> "Oh dear," says God, "I hadn't thought of that" and promply vanishes in
> a puff of logic.

My absolute favorite scene from the four books of that trilogy is the
final one, the one that according to the timeline, actually happened first.

It's the scene where the folks from the "second" ship (the one that
launched first) have already crashed on Earth.

The military fellow decides to go explore the other continent, and when
he does, he finds no life. But being a good Republican-type, he
declares war on that land - for pre-emptive defense.

In case civilization ever does spring up there, after his pre-emptive
strike, they'll think twice about attacking.

--

My second favorite scene, in light of our current situation, is when
they decide upon tree leafs as the standard for currency - instantly
making everyone of them fabulously wealthy, although it does also cause
the prices to skyrocket.

Re: OT - Oh, so OT.

am 18.09.2007 23:06:10 von Steve

"Jerry Stuckle" wrote in message
news:y8WdnX190JAOrG3bnZ2dnUVZ_uTinZ2d@comcast.com...
> The Natural Philosopher wrote:
>> Jerry Stuckle wrote:
>>> Steve wrote:
>>>>> Ah, but whether you like it or not, atheism is a religion. It is not
>>>>> a "lack of belief" - it is a specifically belief there is no god.
>>>>>
>>>>> Try to deny it all you want. It won't work.
>>>>
>>>> negative, ghost rider.
>>>>
>>>> 'a' latin: without
>>>> 'theism' latin: belief in god(s)
>>>>
>>>> try websters instead of your own opinion.
>>>>
>>>
>>> Which does not mean it is not a religion.
>>>
>>>> tell me, what rites, what cerimonies, what traditions do atheists
>>>> observe? where do we congregate? what activities do we engage that
>>>> resembles anything religious?
>>>>
>>>
>>> Not necessary. You profess a belief in no god. That in itself is a
>>> belief.
>>>
>>
>> No. I profess no belief in god.
>> That is not a belief.
>>
>> It is the absence of one.
>>
>
> So you profess a belief in no god. A disbelief is also a belief.

well, no, it's not. belief is objective. disbelief would be the rejection of
the object of belief. as in, you say there is a god. i say, without
evidence, there is no reason to think you are correct.

>> I also profess no belief in leprechauns. Does that make me some kind of
>> religious person?
>>
>
> Leprechauns are not gods.

neither is your god. until you can PROVE otherwise, then both leprechauns
and god are equally almighty.

>> In fact there are thousands of things I do not believe, up to and
>> including that GW Bush is the reincarnation of Immelda Markos.
>>
>> Like my non belief in god, the are simply not worth mentioning.
>>
>> What religious people do not like at all, is that to an atheist, the
>> issue of whether god exists or not is simply irrelevant. Uninteresting in
>> the highest degree. Its useless to believe or disbelieve. It has little
>> objective effect either way.
>>
>>
>
> I really don't care one way or the other what you think. Your religious
> views are your own. Just don't infringe on my right to believe as I
> choose.

it is obvious to all that you don't care for anyone else's viewpoint. you
don't even understand atheism enough to know what it is and is not (i.e. is
not a religion). and, we could give two flying fucks what you believe.
however, we at least have had an open mind enough to find out about not only
your religion, but many others. you seem to feel comfortable using your
asshole as blinders on the subject of religion. no wonder your opinion is so
tunnel-visioned.


>>>> as i said, there is no objective evidence that would lead me to believe
>>>> that god exists. no more *subjective* evidence for god than for santa
>>>> clause or the toothfairy or the boogy man. are you saying that this
>>>> critical observation makes me a religious atoothfarian or a
>>>> asanta-clausian?
>>>>
>>>
>>> That's fine. It's your opinion and you're welcome to it. But don't try
>>> to convince me my opinion is wrong.
>>>
>>> As for proof - I have no proof you exist. All I see is some text on my
>>> screen. It could have been generated by a computer. So by your
>>> reasoning, I should not believe you exist. But I have faith that you
>>> do.
>>>
>>
>> Thats your problem, not mine.
>>
>
> Not a problem at all.

if you can't infer the inputs given to your senses, then you do have a
problem. the hallmark trait of humanity is the ability to infer meaning and
purpose. if you need god for that, fine. if you can't figure out the source
of the letters you're reading, god ain't going to help you with that. as for
what is 'real' and what is not, i fear - given your lack of study on the
rest of theology and philosophy - you are ill-equipped to have a meaningful
discussion. which begs the question, why did you try and vent the
conversation in that direction?

as for what is 'real', even descartes was wrong. thinking is an activity
that must be observed and confirmed. since all inputs could be deceptions of
our senses, we can only say that 'i am'...else we wouldn't care to ponder
the question in the first place. it is not 'i think, therefore i am'. his
logic was good, just not taken far enough.

if that's where you wanted the conversation to go, sorry, you win. all may
very well be an illusion. now, where does that get us? epistimology doesn't
get us very far down the road.

>>>> 'it won't work'...lol. a lack of belief in something does not a
>>>> religion make. specifically, it is the belief *IN* something that would
>>>> be the start of religion.
>>>>
>>>
>>> And you have a belief in the lack of a god.
>>>
>>
>> No, simply no belief in its existence. And no need to have or not have
>> the belief.
>
> Same idea, different words.

no, it's not just symantics. the fact that you don't get it, just means you
don't get it. you can't "i'm right no matter what you say" your way out of
this one, jerry.

if that's the way you chose to play it, then i'll just say my admitted
generalization about church being a *business* is not a generalization at
all. in fact, it is true. and, i'll use your words: "Try to deny it all you
want. It won't work."

see how stupid that makes me sound? that's rhetorical and supposed to get
you to substitue the word "me" with "you"...since you're having problems in
this thread thinking logically.

Re: OT - Oh, so OT.

am 18.09.2007 23:06:54 von Steve

"Shelly" wrote in message
news:13f09e2nqv3o174@corp.supernews.com...
>
> "Steve" wrote in message
> news:0jVHi.56$W76.42@newsfe12.lga...
>>
>> "Shelly" wrote in message
>> news:13f07nvm1b461ac@corp.supernews.com...
>>>
>>> "Jerry Stuckle" wrote in message
>>> news:EM-dnbxp44nLZnLbnZ2dnUVZ_rHinZ2d@comcast.com...
>>>
>>>> Not necessary. You profess a belief in no god. That in itself is a
>>>> belief.
>>>
>>> A "belief" does not a religion make. A belief, couple with religious
>>> dogma and practices makes a religion.
>>
>> i agree with where you're going, but being logical, the definition of
>> religion cannot contain religion as part of its definition. ;^) your
>> point wasn't lost though.
>
> A belief couple with dogma and practices relating to desires and
> existence -- or noexistence -- of a deity makes a religion. Better?
> Irrelevency does not constitute dogma and practices.

he he he...yes, better. ;^)

Re: OT - Oh, so OT.

am 18.09.2007 23:07:57 von Bucky Kaufman

The Natural Philosopher wrote:

> I also profess no belief in leprechauns. Does that make me some kind of
> religious person?

I just knew that with all this religious backlash, eventually the on e
true god - the Leprechauns - would be the ones to suffer.

Now I'll *never* get my pot-o-gold!

Re: OT - Oh, so OT.

am 18.09.2007 23:09:01 von Steve

"Jerry Stuckle" wrote in message
news:y8WdnXx90JCRr23bnZ2dnUVZ_uTinZ2d@comcast.com...
> Shelly wrote:
>> "Jerry Stuckle" wrote in message
>> news:EM-dnbxp44nLZnLbnZ2dnUVZ_rHinZ2d@comcast.com...
>>
>>> Not necessary. You profess a belief in no god. That in itself is a
>>> belief.
>>
>> A "belief" does not a religion make. A belief, couple with religious
>> dogma and practices makes a religion.
>>
>
> Ceremonies and rites do not make a religion. A belief (or lack thereof)
> in a higher power is what determines religion.
>
> I can still be a Christian if I don't go to church, don't take communion,
> get married by a judge... My beliefs are what make me one.

so, i'm a christian too if i have a lack of belief in christ? wow, they said
getting to heaven was as easy as "a b c", but i had no idea!

jerry, you have your head so far up your biblical ass, it isn't even funny
anymore.

Re: OT - Oh, so OT.

am 18.09.2007 23:13:15 von Steve

"Shelly" wrote in message
news:13f07gbq98ks013@corp.supernews.com...
>
> "Steve" wrote in message
> news:uxSHi.41$W76.18@newsfe12.lga...
>> perhaps i heard it wrong. i'll have to look into where i did hear that.
>> now my interest is peaked.
>
> Sorry to nitpick, but while your interest may, indeed, have reached a
> "high level", I believe it has "piqued". :-)

roflmao!

shelly, i have actually enjoyed our dialog. i look forward to future
conversations...and banter (i did spell that one right...right? ;^)

Re: OT - Oh, so OT.

am 18.09.2007 23:18:29 von Bucky Kaufman

Shelly wrote:
> "Jerry Stuckle" wrote in message

>> all. Or if I want to pray in school, why is it your right to say I can't?
>
> You can, silently. The school just can organize it nor say this is the time
> for it.

I've got something to say about that.
As a Jew who grew up in a North Texas neighborhood full of Seminary
School dropouts, I had to go to school with waaaay too many of the
half-wits' kids.

Prayer time in school was just another way for religious freaks to bring
their hateful, faith-based divisiveness into the classroom and to
redirect valuable educational time away from education, to be used to
promote their faith, while denouncing others'.

I remember the looks I used to get, when everybody else bowed to the
magic sky pixie, and I (quietly and respectfully) just bided my time.
Then, when the prayer was over, some idiot Christian would complain to
teacher that "bucky didn't bow his head".

Then, of course, I'd have to explain to them all that Jews don't pray
that way and answer a lot of really stupid questions - like, "Do Jews
really eat their baby's placenta?" and "Why do you worship the devil?".

Re: OT - Oh, so OT.

am 18.09.2007 23:58:34 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:jtOdnUEcBZMqYXLbnZ2dnUVZ_vyinZ2d@comcast.com...
>> Shelly wrote:
>>> "Steve" wrote in message
>>> news:gfPHi.28$zy3.22@newsfe02.lga...
>>>>> And BTW - atheism is a religion, also. This is conveniently
>>>>> "overlooked" by those espousing it in the name of "freedom". But many
>>>>> atheists are trying to force their religion on the rest of the country.
>>>> if you're not an atheist, don't presume to know what it is outside of a
>>>> proper dictionary definition.
>>>>
>>>> atheism is the lack of belief in god or gods.
>>> Sorry, Steve, but you have to give the devil his due here. From
>>> www.m-w.com
>>>
>>> Main Entry: athe·ism
>>> Pronunciation: 'A-thE-"i-z&m
>>> Function: noun
>>> Etymology: Middle French athéisme, from athée atheist, from Greek atheos
>>> godless, from a- + theos god
>>> 1 archaic : UNGODLINESS, WICKEDNESS
>>> 2 a : a disbelief in the existence of deity b : the doctrine that there
>>> is no deity
>>>
>>> To me those are declarative statements and not passive ones. It is a
>>> "disbelief" rather than a "lack of belief". Also, when you mix
>>> "doctrine" with theology you have "religion".
>>>
>>> The point though that Jerry is trying to make is totally wrong, however.
>>> Having an atheist in there, and not allowing mixing of standard religion
>>> with politics is NOT forcing the "religion" of atheism on anyone.
>>> Everyone is free to believe and practice as they wish -- just not mix it
>>> into politics. My earlier statement of the flourishing of religion in
>>> the USA **BECAUSE** of the separation and freedom goes to that point.
>>>
>> I'm not saying there has to be a mix of religion and politics. But I am
>> saying the President is also a citizen, and welcome to practice his
>> beliefs.
>>
>> Personally, I would rather have a President with certain moral values
>> which are taught by religion. He could be Christian (my belief), Jewish,
>> Muslim or any of a number of different religions which share those same
>> core values. I'm not saying I would not vote for an atheist, but it is
>> one of the things I take into consideration when looking at candidates.
>>
>> Not to say all people who are religious follow those values - take Clinton
>> for example - getting caught with his pants down (literally). That is
>> something that I, as a Christian, have never done and will never do, and I
>> find that behavior abhorrent. My values are higher than that.
>
> you are, intentionally or not, saying that atheists have no morals...or ones
> that are substandard to religious orthodoxy. what a crock of shit!
>

Get off your high horse. I said nothing of the sort.

Maybe you need to go back to first grade and learn to read again.


> if anything, i realize as an atheist that i don't get the luxury of an
> afterlife, that my meaning is limited to this lifetime and what things i
> engage in here and now. i have probably an even more profound sense of the
> precious nature of life than do you, since i'm not getting another shot at
> it...ever. my 'meaning' in life is found by helping others. that's it. it's
> that simple. tell me that is something counter to ANY religion. if i base
> all of my decisions on that singular premise, then i've met the core
> requirements of ALL religions...and without any need of a god or gods as
> impetous to do so.
>
> take you pompous head out of your agitated sphinter, you close-minded,
> superiority complexed bastard.
>
>

Stop being so overly sensitive and read what I wrote. Not what you want
to take offense at.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 19.09.2007 00:00:12 von Jerry Stuckle

Shelly wrote:
> "Jerry Stuckle" wrote in message
> news:jtOdnUEcBZMqYXLbnZ2dnUVZ_vyinZ2d@comcast.com...
>> Shelly wrote:
>>> "Steve" wrote in message
>>> news:gfPHi.28$zy3.22@newsfe02.lga...
>>>>> And BTW - atheism is a religion, also. This is conveniently
>>>>> "overlooked" by those espousing it in the name of "freedom". But many
>>>>> atheists are trying to force their religion on the rest of the country.
>>>> if you're not an atheist, don't presume to know what it is outside of a
>>>> proper dictionary definition.
>>>>
>>>> atheism is the lack of belief in god or gods.
>>> Sorry, Steve, but you have to give the devil his due here. From
>>> www.m-w.com
>>>
>>> Main Entry: athe·ism
>>> Pronunciation: 'A-thE-"i-z&m
>>> Function: noun
>>> Etymology: Middle French athéisme, from athée atheist, from Greek atheos
>>> godless, from a- + theos god
>>> 1 archaic : UNGODLINESS, WICKEDNESS
>>> 2 a : a disbelief in the existence of deity b : the doctrine that there
>>> is no deity
>>>
>>> To me those are declarative statements and not passive ones. It is a
>>> "disbelief" rather than a "lack of belief". Also, when you mix
>>> "doctrine" with theology you have "religion".
>>>
>>> The point though that Jerry is trying to make is totally wrong, however.
>>> Having an atheist in there, and not allowing mixing of standard religion
>>> with politics is NOT forcing the "religion" of atheism on anyone.
>>> Everyone is free to believe and practice as they wish -- just not mix it
>>> into politics. My earlier statement of the flourishing of religion in
>>> the USA **BECAUSE** of the separation and freedom goes to that point.
>>>
>> I'm not saying there has to be a mix of religion and politics. But I am
>> saying the President is also a citizen, and welcome to practice his
>> beliefs.
>
> ...and noone is agruing against that point.
>
>> Personally, I would rather have a President with certain moral values
>> which are taught by religion. He could be Christian (my belief),
>
> ...and they are taught by society as well.
>

I never said they weren't.

>> Jewish, Muslim or any of a number of different religions which share those
>> same core values. I'm not saying I would not vote for an atheist, but it
>> is one of the things I take into consideration when looking at candidates.
>
> Well, do what you want (obviously) and you if you take such irrelevencies as
> being religious into account you may well get stuck again with crap like we
> have now in office.
>

Oh, you mean the first president we've had since 1992 who has any balls?

>> Not to say all people who are religious follow those values - take
>
> You got that one right! The list in interminable of such hypocrites.
>
>> Clinton for example - getting caught with his pants down (literally).
>
> He disgraced the office with his sexual behavior. Otherwise, he was an
> excellent president. We had prosperity and low inflation. We were at
> peace. He put in that wonderful excemption for the profits (largely due to
> infaltion) on the sale of your primary home. He failed on health care. All
> in all, he was pretty good. I voted for him once and against him once. I'd
> take him again in a heartbeat over the power maniac in office now who has
> sent over 3,000 young Americans to their deaths in a war that can't be won
> and for an ever-shifting raison d'etre.
>

ROFLMAO! I couldn't begin to list the things he screwed up.

>> That is something that I, as a Christian, have never done and will never
>> do, and I find that behavior abhorrent. My values are higher than that.
>
> You are still a virgin? (Sorry, couldn't resist that one. I understand
> what you meant to say).
>
> Shelly
>
>


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 19.09.2007 00:07:20 von Jerry Stuckle

Steve wrote:
>>> Atheism is a religion?
>>> Do you actually have any clue?
>>>
>> Yes, I do. It is a disbelief in a god, as Shelly pointed out from
>> Websters.
>
> perhaps you need several clues then!
>
> i don't believe the toothfairy is real. am i religious now, being an
> atoothfairian?
>

If you could get the rest of the world to agree the tooth fairy is a
god,then yes. But I doubt you would be able to do that.

> or, is this a special case because the word gawd is the object of disbelief?
>

The belief in a higher power. Call it God, Jehovah, Allah or any of the
other names the higher power is known by, yes. That is the definition
of religion.

>>> Please Jerry: I read this whole thread (my bad) and came to the
>>> conclusion you better stick with PHP.
>>> You can speak with some authority on PHP, but your worldview....
>>> It is dangerous singleminded dribble in my humble opinion.
>>>
>> Fine, you're entitled to your opinion.
>
> hmmm...if we apply the scientific method to this, and since there is no
> observable evidence god does exist...yep, i'd say his is more likely right
> than not.
>

Faulty logic. Lack of proof that something exists is not proof it does
not exist.

> jerry, religion makes the claim god exists. atheist just don't believe them
> until they provide evidence. it's the logical thing to do. for you making
> the claim, it would only be responsible to provide such evidence so that we
> needn't go back and forth.
>

That's fine. You're entitled to your beliefs, also.

>
>>> A few quotes for you:
>>> ************************************************
>>> "The Bible is not my book nor Christianity my profession. I could never
>>> give assent to the long, complicated statements of Christian dogma."
>>>
>>> - Abraham Lincoln, American president (1809-1865).
>>> ************************************************
>>>
>>>
>>> ************************************************
>>> "I have found Christian dogma unintelligible. Early in life, I absenteed
>>> myself from Christian assemblies."
>>>
>>> "Lighthouses are more helpful then churches."
>>>
>>> -Benjamin Franklin, American Founding Father, author, and inventor
>>> ************************************************
>>>
>>>
>>> ************************************************
>>> "Where do we find a precept in the Bible for Creeds, Confessions,
>>> Doctrines and Oaths, and whole carloads of other trumpery that we find
>>> religion encumbered with in these days?"
>>>
>>> "The divinity of Jesus is made a convenient cover for absurdity."
>>>
>>> "This would be the best of all possible worlds, if there were no religion
>>> in it."
>>>
>>> -John Adams, U.S. President, Founding Father of the United States
>>> ************************************************
>>>
>> And what does any of that have to do with whether atheism is a religion or
>> not? Absolutely nothing.
>
> it has everything to do with your gleeful delight that we have gawd-fearun
> republukuns in the white house. i'd rather just have a president.
>
>

Not at all. I'm happy we have a President with balls.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 19.09.2007 00:08:16 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:296dnbguHfUsYnLbnZ2dnUVZ_tOtnZ2d@comcast.com...
>> Steve wrote:
>>> "Shelly" wrote in message
>>> news:13evo8tqk97ip9c@corp.supernews.com...
>>>> "Steve" wrote in message
>>>> news:zZQHi.3$W76.2@newsfe12.lga...
>>>>> "Shelly" wrote in message
>>>>> news:13evj6rp3fkov7f@corp.supernews.com...
>>>>>> I LOVE that last statement. Down with the Unpatriot Act! Next year
>>>>>> it is "So long Bush, it's not been good to know ya".
>>>>> unless we go to war. in which case, he cannot be removed from office.
>>>>> ;^)
>>>> Where did that come from? I don't believe there are any such qualifiers
>>>> on the two-term limit for the presidency. Come the middle of January
>>>> 2009, he is [bad] history.
>>> as far as i can remember from history courses some time ago, there are
>>> two circumstances underwhich a president can occupy his seat for more
>>> that eight years (two-terms). first, is assumption of presidency via the
>>> demise of the encumbant...i.e. assassination, and then being re-elected
>>> for his ensuing term(s) for a total service time of 12 years. and, in the
>>> event of war a president's term may be extended beyond either of those
>>> periods of time (8 and 12 years).
>>>
>> Incorrect. The 22nd Amendment states:
>
> yeah, and didn't you see that shelly and i already discussed that?
>
> please jerry, if you're going to just jump in there...at least keep up.
>
>

The posts had not made it to my news server when I posted that.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 19.09.2007 00:20:44 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:jtOdnUMcBZMYY3LbnZ2dnUVZ_vzinZ2d@comcast.com...
>> Sanders Kaufman wrote:
>>> Jerry Stuckle wrote:
>>>
>>>> The first amendment had to do with TOLERANCE. You worship your way and
>>>> I worship mine. You don't try to tell me what I can and cannot do, and
>>>> I don't try to tell you the same.
>>> The Constitution also only counted black people as 3/5 of a human.
>>>
>>> The genius of the constitution is that it's ammendable, and the Bill of
>>> Rights is just a bunch of ammendments - which can be repealed.
>>>
>>> It's time to let our tolerance of religious extremism go the way of our
>>> tolerance of slavery.
>>>
>>> --
>>> If 9/11 taught us nothing else, it's that religious zealots are
>>> /everybody's/ mortal enemy.
>> I agree. It's time to let our tolerance of those who won't let others
>> practice their own religion go the way of our tolerance of slavery.
>
> but atheism is on the fence. it is a religion...but not. so therefore, let's
> say they have substandard morals and tell them to fuck off when they say
> seperation of church and state and want religious dogma removed from public
> places and want prayer out of schools. yeah, they don't count. tolerance
> only goes to 'full-blooded' 'american' religions.
>
> lol.
>
>

I never said atheists had substandard morals. I said I am more
comfortable that someone who shares my religion has similar morals.

Nothing more, nothing less.

And the 1st Amendment states: "Congress shall make no law respecting an
establishment of religion, or prohibiting the free exercise thereof; ..."

Additionally, the 14th Amendment states: "...No State shall make or
enforce any law which shall abridge the privileges or immunities of
citizens of the United States;..."

There is nothing in there about the "separation of Church and State".
Nor is there anything stating the 10 Commandments (or anything else with
religious connotations) cannot be displayed in a public building

There is a minority of atheists out there who want to stop me and anyone
else with a professed belief in a god from practicing our religion.
That right there is against both the intent and the wording of the 1st
Amendment.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 19.09.2007 00:22:42 von Jerry Stuckle

The Natural Philosopher wrote:
> Jerry Stuckle wrote:
>
>>
>> And BTW - atheism is a religion, also.
>
> Only to religious people.
>

And Websters...

> To atheists it is merely sidelining religion as irrelevant and getting
> on with the job.
>
> This is conveniently
>> "overlooked" by those espousing it in the name of "freedom".
>
> This is conveniently overlooked by those who cannot concieve of a person
> who believes in nothing other than his sensory apparatus and what it
> tells him.
>

Not at all. I can conceive of those people. But, unlike them, I don't
try to force them to practice my religion - but they want to prohibit me
from practicing it.

>> But many atheists are trying to force their religion on the rest of
>> the country.
>>
>
> They can't. Atheism by definition is the absence of religion.
>

Wrong, again.

>> The first amendment had to do with TOLERANCE. You worship your way
>> and I worship mine. You don't try to tell me what I can and cannot
>> do, and I don't try to tell you the same.
>>
>
> I don't worship.
>

No, you don't worship a god.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 19.09.2007 00:41:43 von Steve

"Jerry Stuckle" wrote in message
news:lOqdnSHxypjj0W3bnZ2dnUVZ_jGdnZ2d@comcast.com...
> Steve wrote:
>>>> Atheism is a religion?
>>>> Do you actually have any clue?
>>>>
>>> Yes, I do. It is a disbelief in a god, as Shelly pointed out from
>>> Websters.
>>
>> perhaps you need several clues then!
>>
>> i don't believe the toothfairy is real. am i religious now, being an
>> atoothfairian?
>>
>
> If you could get the rest of the world to agree the tooth fairy is a
> god,then yes. But I doubt you would be able to do that.

oh, so concensus is what makes a god a god...interesting.

>> or, is this a special case because the word gawd is the object of
>> disbelief?
>>
>
> The belief in a higher power. Call it God, Jehovah, Allah or any of the
> other names the higher power is known by, yes. That is the definition of
> religion.

funny how non of that exists in atheism. declaring the obvious, there is no
evidence of any god(s), does not follow your definition of religion, now
does it. we, atheists, are without belief in a higher power.

>>>> Please Jerry: I read this whole thread (my bad) and came to the
>>>> conclusion you better stick with PHP.
>>>> You can speak with some authority on PHP, but your worldview....
>>>> It is dangerous singleminded dribble in my humble opinion.
>>>>
>>> Fine, you're entitled to your opinion.
>>
>> hmmm...if we apply the scientific method to this, and since there is no
>> observable evidence god does exist...yep, i'd say his is more likely
>> right than not.
>>
>
> Faulty logic. Lack of proof that something exists is not proof it does
> not exist.

scientific method would say the case that one does exist is not valid
without supporting evidence.
logic goes further. since there is no evidence supporting the claim, the
original state of affairs remains the same...therefor, there is no god.

but lets stick to what we don't have...proof that gods exist. i'll ask you
the same question that i asked shelly. this should be more pertenant to you
since you are a christian and believe in a personal savior...

what kind of relationship can you infer that a god, that does not give
evidence for himself, would want to have with humanity? if he seems to want
to be hidden, it kind of follows that he/she/it/they really don't want to be
known, much less know you. further, if you have no objective evidence that
god exists, how could you possibly jump to the conclusion that the bible is
his word and that jesus is his son and that that perspective is the only way
to eternal life...much less be assured that there is a heaven or hell?

without evidence, we cannot confirm god(s) intentions toward us and can't
really know anything about him. without evidence, your most fundamental
question should not be whether or not a god(s) exist, rather it should be
what are his intentions toward me.

>> jerry, religion makes the claim god exists. atheist just don't believe
>> them until they provide evidence. it's the logical thing to do. for you
>> making the claim, it would only be responsible to provide such evidence
>> so that we needn't go back and forth.
>>
>
> That's fine. You're entitled to your beliefs, also.

however, you are not entitled to say atheism is a religion just because you
want to. you clearly have no understanding of any other perspective other
than christianity. i suppose i shouldn't have expected any more from you
than that.

you stumbled right into pascal's wager even when i warned you one post
before...i guess i should at least give you credit, given this thread's
length, for not pulling a godwin at this point. if you're not done with this
thread yet, i may have just predicted your next post...unless you're
googling now to avert another blunder. ;^)

EOT

Re: OT - Oh, so OT.

am 19.09.2007 00:43:24 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:296dnbsuHfXCnW3bnZ2dnUVZ_tPinZ2d@comcast.com...
>> Steve wrote:
>>> "Jerry Stuckle" wrote in message
>>> news:nNqdnZZZKfElX3LbnZ2dnUVZ_h6vnZ2d@comcast.com...
>>>> Steve wrote:
>>>>> "Jerry Stuckle" wrote in message
>>>>> news:JoWdneE7j9ChsHLbnZ2dnUVZ_vCknZ2d@comcast.com...
>>>>>
>>>>>> Hey, I'd much rather have a God-fearing President than an atheist.
>>>>> jerry, i've been quiet thus far. what is wrong with an atheist or
>>>>> atheism itself. you and i are involved in a scientific field. i have to
>>>>> ask, what scientific evidence do you have that god exists. and, with
>>>>> whatever 'evidence' you may provide, what kind of relationship does it
>>>>> indicate that she may want to have with us? as there is no objective
>>>>> evidence, i can only infer that if a god exists, she wants nothing to
>>>>> do with us.
>>>>>
>>>> I don't need scientific evidence. My faith is good enough for me. And
>>>> I feel sorry for you.
>>> oh my!
>>>
>>> i can see the romanticism in the idea of the things hoped for. that is
>>> the nature of humanity. however, to afix that to a god-figure and create
>>> a regiment of though/belief about that concept - one that rules your life
>>> and had such a huge and not always pleasant mark on the history of others
>>> lives - without proof or indications that say you seem to be
>>> correct...that is just scary!
>>>
>>> why is it that most rational people who go through their lives applying
>>> critical thinking to all aspects of their lives, negate or forbid
>>> themselves from doing the same with this one, special case - god? that is
>>> wholly beyond me!
>>>
>>> you go ahead and feel sorry for me. i hope you are serving the 'right'
>>> one, cuz all of the major religions now are quite exclusive in membership
>>> with eternal damnation for not joining. (he pauses to think...i wonder if
>>> jerry is going to come back with the good ol' pascal wager at this
>>> point...then chuckles to self)
>>>
>> Whatever. It's my belief. However, you can be assured if there is a God,
>> you will be in the wrong. At least I have a chance of practicing the
>> "correct" religion.
>
> I KNEW IT...I CALLED IT...I TOLD YOU IT WAS COMING!!!
>
> PASCAL'S WAGER !!!
>
> and no, we have exactly the SAME changes of being right. you really should
> research theology more before committing one of the most basic, stupid, and
> flawed logical arguments passed throughout history. (as jerry now beings to
> google, red in the face from embarrassment once he sees what the fuck he
> just did).
>

Not at all. If there is no god, my religion is neither helping or
hurting me. However, if there is a god, you have no chance of being
right because you never entered the lottery. OTOH, I could have picked
the "correct" religion.

>
>>>>> as for your assumption that god-fearers somehow make better decisions
>>>>> that atheists...hardly the case. what god shall we fear? muhammad?
>>>>> mythra? zeus? buddah? the big jc? as an american and a republican, this
>>>>> is the most i've ever feared for democracy in america...it has nothing
>>>>> to do with afghanistan or iraq, but everything to do with domestic
>>>>> policy inacted after 911...and how easily a 'god-fearing' people can be
>>>>> moved and rallied under the banner of 'god' in leu of ration thought -
>>>>> especially thought that is critical of current events in light of
>>>>> history.
>>>>>
>>>>> give me an atheist about now, please!
>>>> I don't care what you believe in. However, when you try to impose your
>>>> religion on me, the President or anyone else, I draw the line.
>>> and the world shudders.
>>>
>>> why are christians so eager to say that but gaffaw when atheists, for the
>>> exact same reason, want to remove religious icons from mountainsides in
>>> california, or edicts greeting patrons of public places, or pray in
>>> schools? why is there a double standard?
>> You're the one setting the double standard - not allowing me to practice
>> my religion. What harm does a cross on a mountainside do to you if you
>> don't believe in any god? It's just a couple of pieces of wood, after
>> all. Or if I want to pray in school, why is it your right to say I can't?
>
> practice all you want, but don't ask me to pay for it with the taxes used to
> propogate it in public. go off to church and do that shit in private...not
> in the public sector. the harm is that a cross on a mountainside, if paid
> with public funds, is favoring and sponsoring religion. do you ever read?
> how about the federalist papers? madison? what harm? fucking get a clue!
>
> if you want to pray in school, go ahead. the problem is when a person paid
> by the state says, 'now it is time to pray'. surely you're not that stupid!
>
>

I never said you had to pay for it with your taxes. But also notice
there is NOTHING in the Constitution saying Congress or the States can
or cannot spend money regarding religion - or even sponsor a religion.
That has strictly been an "interpretation" of the courts. All it says
that Congress and the States cannot force any person to practice any
religion. Now that does not mean I disagree with this interpretation.

But obviously you have not read the Federalist Papers. You don't have a
clue what Madison said.

As for someone offering a non-denominational prayer in school - no, I
don't see anything wrong with it, as long as people can opt out if they
choose. What are you afraid of - your children might actually learn
something you don't believe in?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 19.09.2007 01:01:32 von Steve

"Jerry Stuckle" wrote in message
news:WPOdnQclxN0-0m3bnZ2dnUVZ_jidnZ2d@comcast.com...
> Steve wrote:
>> "Jerry Stuckle" wrote in message
>> news:jtOdnUMcBZMYY3LbnZ2dnUVZ_vzinZ2d@comcast.com...
>>> Sanders Kaufman wrote:
>>>> Jerry Stuckle wrote:
>>>>
>>>>> The first amendment had to do with TOLERANCE. You worship your way
>>>>> and I worship mine. You don't try to tell me what I can and cannot
>>>>> do, and I don't try to tell you the same.
>>>> The Constitution also only counted black people as 3/5 of a human.
>>>>
>>>> The genius of the constitution is that it's ammendable, and the Bill of
>>>> Rights is just a bunch of ammendments - which can be repealed.
>>>>
>>>> It's time to let our tolerance of religious extremism go the way of our
>>>> tolerance of slavery.
>>>>
>>>> --
>>>> If 9/11 taught us nothing else, it's that religious zealots are
>>>> /everybody's/ mortal enemy.
>>> I agree. It's time to let our tolerance of those who won't let others
>>> practice their own religion go the way of our tolerance of slavery.
>>
>> but atheism is on the fence. it is a religion...but not. so therefore,
>> let's say they have substandard morals and tell them to fuck off when
>> they say seperation of church and state and want religious dogma removed
>> from public places and want prayer out of schools. yeah, they don't
>> count. tolerance only goes to 'full-blooded' 'american' religions.
>>
>> lol.
>
> I never said atheists had substandard morals. I said I am more
> comfortable that someone who shares my religion has similar morals.
>
> Nothing more, nothing less.
>
> And the 1st Amendment states: "Congress shall make no law respecting an
> establishment of religion, or prohibiting the free exercise thereof; ..."
>
> Additionally, the 14th Amendment states: "...No State shall make or
> enforce any law which shall abridge the privileges or immunities of
> citizens of the United States;..."
>
> There is nothing in there about the "separation of Church and State". Nor
> is there anything stating the 10 Commandments (or anything else with
> religious connotations) cannot be displayed in a public building

well, apparently you don't study history. in all your searching, you just
skipped the obvious...the FIRST ammendment, part of the bill of rights. look
up the "establishment clause". from jefferson's letter to a baptist
congregation that described the clause as a "wall of seperation", we have an
entire embrace of that notion from the supreme court, to presidents, to
those other "supposedly christian" founding fathers. it echos not only in
this country but in others by other terms like disestablishmentarianism to
pluralism and the like.

since you seem to avoid reading anything not related to php or the babble,
that breaks down to "government sponsorship of any religion, bad",
"preventing someone from practicing their own religion, bad too".

school is now over. i can certainly suggest many more good historical reads.
i already mentioned the federalist papers, but i could throw in the
religious leaders' writing that affirmed the notions that religions need no
help of the government to advance themselves...even to the point where the
governmental support thereof is a detriment. but hell, we haven't even
gotten into laissez-fair...which has nothing to do with lilith fair. and no,
it's not just about economics.

> There is a minority of atheists out there who want to stop me and anyone
> else with a professed belief in a god from practicing our religion.

we may want to shake your skull and say, hello, is anyone in there...but
alas, no, we couldn't care less what you believe or how you practice it.
we're just touchy about the state-religion-sponsorship-thingy that you
simply don't get - not the current problems, not the importance of
seperation, nor the history that went into our well documented need and
desire to have, in our government at least, the seperation of church and
state.

> That right there is against both the intent and the wording of the 1st
> Amendment.

what right there? the establishment clause is the compliment to the fact
that the government should not, likewise, infringe on your right to practice
your religion. you just forgot what the establishment part of that
ammendment says.

;^)

Re: OT - Oh, so OT.

am 19.09.2007 01:31:09 von Steve

"Jerry Stuckle" wrote in message
news:WPOdnQYlxN2FzW3bnZ2dnUVZ_jidnZ2d@comcast.com...
> The Natural Philosopher wrote:
>> Jerry Stuckle wrote:
>>
>>>
>>> And BTW - atheism is a religion, also.
>>
>> Only to religious people.
>>
>
> And Websters...

i have an old copy of websters that is nothing like their current
definition. plus, every dictionary has a different definition of atheism. it
just means no one really understands what it is...except atheists. we don't
mind. we're only about 2% of the world's population. even so, that doesn't
make your snappy come-back, very snappy.

;^)

>> To atheists it is merely sidelining religion as irrelevant and getting on
>> with the job.
>>
>> This is conveniently
>>> "overlooked" by those espousing it in the name of "freedom".
>>
>> This is conveniently overlooked by those who cannot concieve of a person
>> who believes in nothing other than his sensory apparatus and what it
>> tells him.
>>
>
> Not at all. I can conceive of those people. But, unlike them, I don't
> try to force them to practice my religion - but they want to prohibit me
> from practicing it.

wow. now would be the time for you to say what happened to you
*specifically* so we don't just discard such a statement as a generalized
blurt that is unfounded and meaningless.

you still haven't said how you reconsile your apparent aversion to
fulfilling the great commission. you may not actively tie us down, but
you're certainly supposed to tell us "the good news". btw, there is more
religious proliferation in public forums than atheists standing outside your
church's doors blocking your entrance on sunday morning. just who is forcing
whom?


>>> But many atheists are trying to force their religion on the rest of the
>>> country.
>>>
>>
>> They can't. Atheism by definition is the absence of religion.
>>
>
> Wrong, again.

again...

a latin: without
theism latin: belief in god

i know you don't care about word origins, lexicons, or etymology in general
(your s.a.t scores must have s.u.c.k.e.d), however when there is a dispute
as the the modern interpretation of a word, the latin or greek roots are the
foundation of any definition. the one above is the simple raw data. you can
certainly appreciate at least that, being a programmer.


>>> The first amendment had to do with TOLERANCE. You worship your way and
>>> I worship mine. You don't try to tell me what I can and cannot do, and
>>> I don't try to tell you the same.
>>>
>>
>> I don't worship.
>>
>
> No, you don't worship a god.

no, you don't know him well enough to say that. you must take him at his
word that he doesn't worship...anything. you keep acting like you are on
familiar terms with everyone. that's rather arrogant.

Re: OT - Oh, so OT.

am 19.09.2007 01:43:14 von Steve

"Jerry Stuckle" wrote in message
news:cuadnVL5QPJvyW3bnZ2dnUVZ_hKdnZ2d@comcast.com...
> Steve wrote:
>> "Jerry Stuckle" wrote in message
>> news:296dnbsuHfXCnW3bnZ2dnUVZ_tPinZ2d@comcast.com...
>>> Steve wrote:
>>>> "Jerry Stuckle" wrote in message
>>>> news:nNqdnZZZKfElX3LbnZ2dnUVZ_h6vnZ2d@comcast.com...
>>>>> Steve wrote:
>>>>>> "Jerry Stuckle" wrote in message
>>>>>> news:JoWdneE7j9ChsHLbnZ2dnUVZ_vCknZ2d@comcast.com...
>>>>>>
>>>>>>> Hey, I'd much rather have a God-fearing President than an atheist.
>>>>>> jerry, i've been quiet thus far. what is wrong with an atheist or
>>>>>> atheism itself. you and i are involved in a scientific field. i have
>>>>>> to ask, what scientific evidence do you have that god exists. and,
>>>>>> with whatever 'evidence' you may provide, what kind of relationship
>>>>>> does it indicate that she may want to have with us? as there is no
>>>>>> objective evidence, i can only infer that if a god exists, she wants
>>>>>> nothing to do with us.
>>>>>>
>>>>> I don't need scientific evidence. My faith is good enough for me.
>>>>> And I feel sorry for you.
>>>> oh my!
>>>>
>>>> i can see the romanticism in the idea of the things hoped for. that is
>>>> the nature of humanity. however, to afix that to a god-figure and
>>>> create a regiment of though/belief about that concept - one that rules
>>>> your life and had such a huge and not always pleasant mark on the
>>>> history of others lives - without proof or indications that say you
>>>> seem to be correct...that is just scary!
>>>>
>>>> why is it that most rational people who go through their lives applying
>>>> critical thinking to all aspects of their lives, negate or forbid
>>>> themselves from doing the same with this one, special case - god? that
>>>> is wholly beyond me!
>>>>
>>>> you go ahead and feel sorry for me. i hope you are serving the 'right'
>>>> one, cuz all of the major religions now are quite exclusive in
>>>> membership with eternal damnation for not joining. (he pauses to
>>>> think...i wonder if jerry is going to come back with the good ol'
>>>> pascal wager at this point...then chuckles to self)
>>>>
>>> Whatever. It's my belief. However, you can be assured if there is a
>>> God, you will be in the wrong. At least I have a chance of practicing
>>> the "correct" religion.
>>
>> I KNEW IT...I CALLED IT...I TOLD YOU IT WAS COMING!!!
>>
>> PASCAL'S WAGER !!!
>>
>> and no, we have exactly the SAME changes of being right. you really
>> should research theology more before committing one of the most basic,
>> stupid, and flawed logical arguments passed throughout history. (as jerry
>> now beings to google, red in the face from embarrassment once he sees
>> what the fuck he just did).
>>
>
> Not at all. If there is no god, my religion is neither helping or hurting
> me. However, if there is a god, you have no chance of being right because
> you never entered the lottery. OTOH, I could have picked the "correct"
> religion.
>
>>
>>>>>> as for your assumption that god-fearers somehow make better decisions
>>>>>> that atheists...hardly the case. what god shall we fear? muhammad?
>>>>>> mythra? zeus? buddah? the big jc? as an american and a republican,
>>>>>> this is the most i've ever feared for democracy in america...it has
>>>>>> nothing to do with afghanistan or iraq, but everything to do with
>>>>>> domestic policy inacted after 911...and how easily a 'god-fearing'
>>>>>> people can be moved and rallied under the banner of 'god' in leu of
>>>>>> ration thought - especially thought that is critical of current
>>>>>> events in light of history.
>>>>>>
>>>>>> give me an atheist about now, please!
>>>>> I don't care what you believe in. However, when you try to impose
>>>>> your religion on me, the President or anyone else, I draw the line.
>>>> and the world shudders.
>>>>
>>>> why are christians so eager to say that but gaffaw when atheists, for
>>>> the exact same reason, want to remove religious icons from
>>>> mountainsides in california, or edicts greeting patrons of public
>>>> places, or pray in schools? why is there a double standard?
>>> You're the one setting the double standard - not allowing me to practice
>>> my religion. What harm does a cross on a mountainside do to you if you
>>> don't believe in any god? It's just a couple of pieces of wood, after
>>> all. Or if I want to pray in school, why is it your right to say I
>>> can't?
>>
>> practice all you want, but don't ask me to pay for it with the taxes used
>> to propogate it in public. go off to church and do that shit in
>> private...not in the public sector. the harm is that a cross on a
>> mountainside, if paid with public funds, is favoring and sponsoring
>> religion. do you ever read? how about the federalist papers? madison?
>> what harm? fucking get a clue!
>>
>> if you want to pray in school, go ahead. the problem is when a person
>> paid by the state says, 'now it is time to pray'. surely you're not that
>> stupid!
>
> I never said you had to pay for it with your taxes. But also notice there
> is NOTHING in the Constitution saying Congress or the States can or cannot
> spend money regarding religion - or even sponsor a religion. That has
> strictly been an "interpretation" of the courts. All it says that
> Congress and the States cannot force any person to practice any religion.
> Now that does not mean I disagree with this interpretation.
>
> But obviously you have not read the Federalist Papers. You don't have a
> clue what Madison said.
>
> As for someone offering a non-denominational prayer in school - no, I
> don't see anything wrong with it, as long as people can opt out if they
> choose. What are you afraid of - your children might actually learn
> something you don't believe in?

jerry, i am a student of history. i've done my homework. you keep leaving
out, or ignoring completely, the establishment clause of the first
ammendment.

and of course you see nothing wrong with prayer in school! you're a fucking
christian!!! the only thing i'm afraid of is that we have a religious zealot
in office and people like you are backing him...and you don't see a thing
wrong with prayer in school or governmental sponsorship of religion.

what would you be afraid of if your kid's school required them to say the
morning islamic prayer? the point is, that whatever i want my children to
believe about god is (or should be) up to me to provide, not the state.
funny how the only things a child learns in school are the essential things
that will help them get through life...religion is not part of that.

btw, wtf does a prayer sound like...the one where no religion gets offended?
"non-demoninational"...you've still got your
asshole-tunnel-vision-christian-perspective goggles on, i see. lol. did you
mean the non-denominational zen buhdists? the non-denominational hindus? the
non-denominational wiccans? i couldn't be laughing harder!

Re: OT - Oh, so OT.

am 19.09.2007 02:02:47 von sheldonlg

"Jerry Stuckle" wrote in message
news:y8WdnXx90JCRr23bnZ2dnUVZ_uTinZ2d@comcast.com...
> Shelly wrote:
>> "Jerry Stuckle" wrote in message
>> news:EM-dnbxp44nLZnLbnZ2dnUVZ_rHinZ2d@comcast.com...
>>
>>> Not necessary. You profess a belief in no god. That in itself is a
>>> belief.
>>
>> A "belief" does not a religion make. A belief, couple with religious
>> dogma and practices makes a religion.
>>
>
> Ceremonies and rites do not make a religion. A belief (or lack thereof)
> in a higher power is what determines religion.

Sorry, no. That is just a theological stand, not a religion. It is that
stand COUPLED WITH the dogma and practices that make up a religion.

Shelly

Re: OT - Oh, so OT.

am 19.09.2007 02:06:02 von 23s

"Shelly" wrote in message
news:13f0pp8toueg969@corp.supernews.com...
>
> "Jerry Stuckle" wrote in message
> news:y8WdnXx90JCRr23bnZ2dnUVZ_uTinZ2d@comcast.com...
>> Shelly wrote:
>>> "Jerry Stuckle" wrote in message
>>> news:EM-dnbxp44nLZnLbnZ2dnUVZ_rHinZ2d@comcast.com...
>>>
>>>> Not necessary. You profess a belief in no god. That in itself is a
>>>> belief.
>>>
>>> A "belief" does not a religion make. A belief, couple with religious
>>> dogma and practices makes a religion.
>>>
>>
>> Ceremonies and rites do not make a religion. A belief (or lack thereof)
>> in a higher power is what determines religion.
>
> Sorry, no. That is just a theological stand, not a religion. It is that
> stand COUPLED WITH the dogma and practices that make up a religion.
>
> Shelly


Your karma just ran over my dogma :)

Re: OT - Oh, so OT.

am 19.09.2007 02:08:05 von sheldonlg

"Steve" wrote in message
news:suYHi.72$i83.56@newsfe05.lga...
> i guess i should at least give you credit, given this thread's length, for
> not pulling a godwin at this point. if you're not done with this thread
> yet, i may have just predicted your next post...unless you're googling now
> to avert another blunder. ;^)

Please no. Let's keep H the hell out of here.

Shelly

Re: OT - Oh, so OT.

am 19.09.2007 02:15:11 von sheldonlg

"Sanders Kaufman" wrote in message
news:tGWHi.5948$FO2.2564@newssvr14.news.prodigy.net...
> Shelly wrote:
>> "Steve" wrote in message
>
>>> unless we go to war. in which case, he cannot be removed from office.
>>> ;^)
>>
>> Where did that come from? I don't believe there are any such qualifiers
>> on the two-term limit for the presidency. Come the middle of January
>> 2009, he is [bad] history.
>
> He's just trying to get a rise out of you.
> It seems that most of the folks of good character, but bad judgment have
> abandoned Bush. The few who remain on Bush's side, do so anonymously and
> out of bad character.

I never "abandoned" him. I never wanted him in the first place! I hated
his father who was responsible for my son being put in harm's way over the
price of oil -- oh yeah, free Kuwait. Anyone who believes that can make a
religion out of believing in the tooth fairy. IK also "read his father's
lips".

As bad as I thought senior was, junior was worse. He put us into a
depression in my home state of Massachusetts. For the first time in forty
years I couldn't find work. He sent over three thousand Americans to be
killed for nothing. His administration is riddled with scandals, corruption
and no-bid contracts to cronies. And, if all that weren't bad enough, he is
trying to trample the constitution with his un-patriot act. (Denial of
habeus corpus, illegal search and siezure, etc. all in the name of "homeland
security" and "war on terror"). Also, his stacked Supreme Court and
governor brother helped steal the election for him the first time around.
Then, of course, I seriously doubt he has even a 100 IQ. He can't even
pronounce "nuclear".

Shelly

Re: OT - Oh, so OT.

am 19.09.2007 02:35:13 von sheldonlg

"Jerry Stuckle" wrote in message
news:WPOdnQYlxN2FzW3bnZ2dnUVZ_jidnZ2d@comcast.com...
> The Natural Philosopher wrote:
> Not at all. I can conceive of those people. But, unlike them, I don't
> try to force them to practice my religion - but they want to prohibit me
> from practicing it.

You keep repeating this ridiculous canard. Once and for all explain to me
how stopping the government from spending MY tax money to support the
practice of YOUR religion is STOPPING you from practicing your religion.

You can practice your religion on any PRIVATE property that allows you to do
so and you can make any statement you wish in a public place concerning
religion -- just not at PUBLICLY paid for events. Those are paid for by
people like ME who do not practice YOUR religion.

Here is one for you to ponder. Suppose I held YOUR position and want the
state to sponsor MY religion with YOUR tax dollars on PUBLIC property and,
suppose further, that MY religion was Satanism (it isn't, but lets say yes
just for the sake of argument). How would you feel about that one? What
right have you to stop me from teaching Satanism in schools? (Remember, I
am using YOUR arguments against you). Rememer, too, that Satanism is a
religion. It is devil worship.

So, Jerry, answer that one!

Shelly

Re: OT - Oh, so OT.

am 19.09.2007 02:45:41 von Steve

"Shelly" wrote in message
news:13f0qggag9upgcc@corp.supernews.com...
>
> "Sanders Kaufman" wrote in message
> news:tGWHi.5948$FO2.2564@newssvr14.news.prodigy.net...
>> Shelly wrote:
>>> "Steve" wrote in message
>>
>>>> unless we go to war. in which case, he cannot be removed from office.
>>>> ;^)
>>>
>>> Where did that come from? I don't believe there are any such qualifiers
>>> on the two-term limit for the presidency. Come the middle of January
>>> 2009, he is [bad] history.
>>
>> He's just trying to get a rise out of you.
>> It seems that most of the folks of good character, but bad judgment have
>> abandoned Bush. The few who remain on Bush's side, do so anonymously and
>> out of bad character.
>
> I never "abandoned" him. I never wanted him in the first place! I hated
> his father who was responsible for my son being put in harm's way over the
> price of oil -- oh yeah, free Kuwait. Anyone who believes that can make a
> religion out of believing in the tooth fairy. IK also "read his father's
> lips".
>
> As bad as I thought senior was, junior was worse. He put us into a
> depression in my home state of Massachusetts. For the first time in forty
> years I couldn't find work. He sent over three thousand Americans to be
> killed for nothing. His administration is riddled with scandals,
> corruption and no-bid contracts to cronies. And, if all that weren't bad
> enough, he is trying to trample the constitution with his un-patriot act.
> (Denial of habeus corpus, illegal search and siezure, etc. all in the name
> of "homeland security" and "war on terror"). Also, his stacked Supreme
> Court and governor brother helped steal the election for him the first
> time around. Then, of course, I seriously doubt he has even a 100 IQ. He
> can't even pronounce "nuclear".

hey, that's "nooquelor" to we texans! and, iq 100 is just below the norm of
115...you giving him that much credit?

Re: OT - Oh, so OT.

am 19.09.2007 02:48:40 von Steve

"Shelly" wrote in message
news:13f0rm2g9rcs0fb@corp.supernews.com...
>
> "Jerry Stuckle" wrote in message
> news:WPOdnQYlxN2FzW3bnZ2dnUVZ_jidnZ2d@comcast.com...
>> The Natural Philosopher wrote:
>> Not at all. I can conceive of those people. But, unlike them, I don't
>> try to force them to practice my religion - but they want to prohibit me
>> from practicing it.
>
> You keep repeating this ridiculous canard. Once and for all explain to me
> how stopping the government from spending MY tax money to support the
> practice of YOUR religion is STOPPING you from practicing your religion.
>
> You can practice your religion on any PRIVATE property that allows you to
> do so and you can make any statement you wish in a public place concerning
> religion -- just not at PUBLICLY paid for events. Those are paid for by
> people like ME who do not practice YOUR religion.
>
> Here is one for you to ponder. Suppose I held YOUR position and want the
> state to sponsor MY religion with YOUR tax dollars on PUBLIC property and,
> suppose further, that MY religion was Satanism (it isn't, but lets say yes
> just for the sake of argument). How would you feel about that one? What
> right have you to stop me from teaching Satanism in schools? (Remember, I
> am using YOUR arguments against you). Rememer, too, that Satanism is a
> religion. It is devil worship.
>
> So, Jerry, answer that one!

i predict..."well that just ain't amuruhkun! that satan fella is bad news.
he goes 'round possessun people and such whatnot!"

Re: OT - Oh, so OT.

am 19.09.2007 05:47:59 von Steve

> Main Entry: athe·ism
> Pronunciation: 'A-thE-"i-z&m
> Function: noun
> Etymology: Middle French athéisme, from athée atheist, from Greek atheos
> godless, from a- + theos god
> 1 archaic : UNGODLINESS, WICKEDNESS
> 2 a : a disbelief in the existence of deity b : the doctrine that there is
> no deity

hey shelly, i just caught that first definition. i particularly like the
part where i'm associated with wickedness. ;^)

chat with you later.

Re: OT - Oh, so OT.

am 19.09.2007 06:32:04 von Steve

"Jerry Stuckle" wrote in message
news:msOdnYNUlZJZLXLbnZ2dnUVZ_tCrnZ2d@comcast.com...
> Sanders Kaufman wrote:
>> Jerry Stuckle wrote:
>>> Sanders Kaufman wrote:
>>
>>>> But it seems that the same people who are stupid and irresponsible
>>>> enough to vote themselves a tax break when there's an outstanding and
>>>> past-due, mutli-generational debt to pay...
>>>
>>> Yea, and you know what? After that tax break, the economy improved, and
>>> federal tax revenue INCREASED. You need to go back to Economics 101.
>>
>> I CLEP'd Eco101 and 102.
>
> Then you need to go back to school.
>
>> Where your logic fails is in your use of just ONE side of the economic
>> equation.
>>
>
> And which side is that, Sanders? It must be the same side every
> recognized economics expert in the world is on, though, so I guess I'm in
> good company.

uhhhh...hummmm (trying not to laugh).

well, our friend alan and most other economists like levitt and company,
clearly see two sides to manipulating and predicting ecomonomic states.
being that you're such an expert (really holding it in now) on the matter, i
find it a bit odd that you don't know that sanders is talking about the
supply side rather than the demand side...duely recognizing that either is
typically and respectively the sole target of republicans and democrats.

me thinks the 'side' your standing on now is the one where the crickets can
clearly be heard chirping.

(now letting loose the supressed hilarity)

Re: OT - Oh, so OT.

am 19.09.2007 06:51:24 von Steve

"Jerry Stuckle" wrote in message
news:cuadnVL5QPJvyW3bnZ2dnUVZ_hKdnZ2d@comcast.com...
> Steve wrote:
>> "Jerry Stuckle" wrote in message
>> news:296dnbsuHfXCnW3bnZ2dnUVZ_tPinZ2d@comcast.com...
>>> Steve wrote:
>>>> "Jerry Stuckle" wrote in message
>>>> news:nNqdnZZZKfElX3LbnZ2dnUVZ_h6vnZ2d@comcast.com...
>>>>> Steve wrote:
>>>>>> "Jerry Stuckle" wrote in message
>>>>>> news:JoWdneE7j9ChsHLbnZ2dnUVZ_vCknZ2d@comcast.com...
>>>>>>
>>>>>>> Hey, I'd much rather have a God-fearing President than an atheist.
>>>>>> jerry, i've been quiet thus far. what is wrong with an atheist or
>>>>>> atheism itself. you and i are involved in a scientific field. i have
>>>>>> to ask, what scientific evidence do you have that god exists. and,
>>>>>> with whatever 'evidence' you may provide, what kind of relationship
>>>>>> does it indicate that she may want to have with us? as there is no
>>>>>> objective evidence, i can only infer that if a god exists, she wants
>>>>>> nothing to do with us.
>>>>>>
>>>>> I don't need scientific evidence. My faith is good enough for me.
>>>>> And I feel sorry for you.
>>>> oh my!
>>>>
>>>> i can see the romanticism in the idea of the things hoped for. that is
>>>> the nature of humanity. however, to afix that to a god-figure and
>>>> create a regiment of though/belief about that concept - one that rules
>>>> your life and had such a huge and not always pleasant mark on the
>>>> history of others lives - without proof or indications that say you
>>>> seem to be correct...that is just scary!
>>>>
>>>> why is it that most rational people who go through their lives applying
>>>> critical thinking to all aspects of their lives, negate or forbid
>>>> themselves from doing the same with this one, special case - god? that
>>>> is wholly beyond me!
>>>>
>>>> you go ahead and feel sorry for me. i hope you are serving the 'right'
>>>> one, cuz all of the major religions now are quite exclusive in
>>>> membership with eternal damnation for not joining. (he pauses to
>>>> think...i wonder if jerry is going to come back with the good ol'
>>>> pascal wager at this point...then chuckles to self)
>>>>
>>> Whatever. It's my belief. However, you can be assured if there is a
>>> God, you will be in the wrong. At least I have a chance of practicing
>>> the "correct" religion.
>>
>> I KNEW IT...I CALLED IT...I TOLD YOU IT WAS COMING!!!
>>
>> PASCAL'S WAGER !!!
>>
>> and no, we have exactly the SAME changes of being right. you really
>> should research theology more before committing one of the most basic,
>> stupid, and flawed logical arguments passed throughout history. (as jerry
>> now beings to google, red in the face from embarrassment once he sees
>> what the fuck he just did).
>>
>
> Not at all. If there is no god, my religion is neither helping or hurting
> me. However, if there is a god, you have no chance of being right because
> you never entered the lottery. OTOH, I could have picked the "correct"
> religion.

perhaps you didn't google the wager. the logic is explained quite clearly
and how the odds are equal for all players, those who believe and those who
don't even participate.

were i a betting man though, i'd go with a babylonian religion...you know,
the pagan ones. a ton of christian traditions originate with those. hell,
the story of noah is the retelling of the babylonian saga of gilgamesh - and
i can give you the specific archeological cite for that one! that's about 2K
BCE and a few centuries before genesis. and genesis' plagurism is almost
word for word with gilgamesh in more than just several places. either so
much for the babble being god's word...or, god was pagan too and 'inspired'
both accounts (changing the names to protect the innocent i'm sure). but i
digress...if i went the babylonian route, i'd double my chances of being
right. nah, i'd understand the flaws inherent in pascal's wager and wouldn't
be foolish enough to use it. plus, i'd have looked it up if i didn't know
what the fuck it was before bullishly saying 'not at all' whilst continuing
to place the bet!

Re: OT - Oh, so OT.

am 19.09.2007 11:15:12 von Erwin Moller

Sanders Kaufman wrote:
> Michael Fesser wrote:
>
>> "Oh dear," says God, "I hadn't thought of that" and promply vanishes in
>> a puff of logic.
>
> My absolute favorite scene from the four books of that trilogy is the
> final one, the one that according to the timeline, actually happened first.
>
> It's the scene where the folks from the "second" ship (the one that
> launched first) have already crashed on Earth.
>
> The military fellow decides to go explore the other continent, and when
> he does, he finds no life. But being a good Republican-type, he
> declares war on that land - for pre-emptive defense.
>
> In case civilization ever does spring up there, after his pre-emptive
> strike, they'll think twice about attacking.

My fav too! :P
Gongaflingi or something they called themself in those days.
They filled it up with 'the middleman', being haircutters, in-house
decorators, lawyers, etc.

Oh my, do I miss Douglas. :-(

Regards,
Erwin Moller

>
> --
>
> My second favorite scene, in light of our current situation, is when
> they decide upon tree leafs as the standard for currency - instantly
> making everyone of them fabulously wealthy, although it does also cause
> the prices to skyrocket.

Re: OT - Oh, so OT.

am 19.09.2007 12:05:28 von Courtney

Shelly wrote:

>
> Scientifically speaking, there is no experimental evidence for the existence
> of a god. It is a pure faith statement to assert the existence of god. You
> can hold your opinion, and you are entitled to it, but it scientifically
> without foundation. (Reminder: I, personally, believe in the existence of
> God as a matter of faith)
>
Scientifically speaking there is no experimental evidence for the
existence of any noumenous concept, that goes from God right down to
electrons.

At best these are ideas dreamed up by people that:-

- produce a simplified picture of what's going on and
- do NOT CONFLICT with experimental evidence.
- do something useful by way of prediction and
- are not excessively complicated (Occams razor)

Now if you ditch all science, God is indeed a very useful and simplified
description of what is going on. Sadly the ways of god passeth mans
understanding blah blah, which gives God essentially no predictive power
as a concept whatsoever. So religions fail on step 3 as being
scientifically meaningful.

They pass all the other criteria though.,

- Some big authority doing it all for purposes of is own, is indeed a
nice simple answer to everything.
- you can't prove it ain't so, so there is no conflict with evidence.
- It about as simple as it needs to be to get into the brains of very
simple people. "Its just like a Big Daddy in the Sky"

You can even argue that it has psychological significance: It makes
people feel better about themselves and the shit life deals them.

However it fails miserably in a scientific context to predict anything
with any accuracy at all, which is why we use computers to calculate
e.g. airframe stresses, not prayer wheels.

God is not something for science to attempt to disprove: That can't be
done since no one really knows what they are trying to disprove. Science
merely says that God is a useless concept in doing what science sets out
to do, which in the end boils down to predicting the future.

Science sets out with on a priori assumption: That there is a
correlation of a permanent (time invariant) and causal nature between
phenomena (Laws of Nature). Insofar as that assumption allows it to
reduct with varying degrees of accuracy the phenomena in question, we
hold that the assumption is so far extremely valid and powerful. We do
not BELIEVE it to be true: It is always there, open to question. We
merely note that it *works* as a basis for scientific investigations..

You may say that Laws of Nature = Gods Will, and cry triumph...but
science is not interested in semantics, or why an old bearded gent who
wrote on stone tablets now seems to be a whizz at multidimensional
tensor calculus..Science is "NOT INTERESTED" in God, because as a
concept it is too woolly and ill defined to be anything more than a
comfort blanket.

Ti be an atheist is not to deny God, it is to merely pass the whole mess
off as *irrelevant* and *useless* in the pursuit of all but
anthropological data and theorems.

And to note how upset Believers are, by people who don't believe in
AANYTHING. Far more so than by people who believe in the Wrong Thing (TM).

At least with the Wrong Thing, you still have a person who might be
persuaded to Believe in the Right Thing. Someone who doesn't believe in
ANYTHING, is immune.

This is what scares the pants off the fundamentalists: not, as they
avow, that science and atheism are merely different *religions*. Its the
fact that they ignore religion as irrelevant altogether.

Its like walking into a bar where there is a big baseball game going on
on the TV, and the drunks jostle you and yell 'which team d'ya support
buddy?' and you mutter 'I don't do baseball'

You are likely to get beaten up by BOTH sets of supporters. Your reply
introduces the ghastly possibility that what they are doing with such
intensity and ferocity, is possibly completely irrelevant and
meaningless. No one likes to feel that way.

Re: OT - Oh, so OT.

am 19.09.2007 12:08:53 von Courtney

Jerry Stuckle wrote:

>
> ROFLMAO! I couldn't begin to list the things he screwed up.
>

Well he didn't screw up the economy to the point where the dollar is in
free fall, and the end of the mighty dollar is in sight, along with any
semblance of honour and dignity and respect for America the SuperPower.

Frankly., if a sleazy blow job on the office carpet is the price for
retaining world status and respect I'd go with the blow job anyday.

Re: OT - Oh, so OT.

am 19.09.2007 12:17:57 von Courtney

Jerry Stuckle wrote:

> So you profess a belief in no god. A disbelief is also a belief.

Only a fundamentalist can say that.

And it isn't true.

You really don't understand anything abut faith and belief, do you?

It is not a disbelief. It is simply absence of belief.

Having faith in nothing, is not the same as not having faith in anything.

YOU are saying that $GOD=NULL; is a statement in *my program*.

I am telling you that there is no $GOD variable to be found anywhere in it.

Which surprises you, because you assumed that it came with the whole
language. I am telling you it doesn't.


>
>> I also profess no belief in leprechauns. Does that make me some kind
>> of religious person?
>>
>
> Leprechauns are not gods.
>

How do you know that?

>> In fact there are thousands of things I do not believe, up to and
>> including that GW Bush is the reincarnation of Immelda Markos.
>>
>> Like my non belief in god, the are simply not worth mentioning.
>>
>> What religious people do not like at all, is that to an atheist, the
>> issue of whether god exists or not is simply irrelevant. Uninteresting
>> in the highest degree. Its useless to believe or disbelieve. It has
>> little objective effect either way.
>>
>>
>
> I really don't care one way or the other what you think. Your religious
> views are your own. Just don't infringe on my right to believe as I
> choose.
>

I don't have any religious views, Jerry. That is the whole point.
I live a life in which religion *of my own* simply DOES NOT FEATURE.

Days and weeks go by without me even thinking abut religion. And dare I
say it, its the better for it.



>>> And you have a belief in the lack of a god.
>>>
>>
>> No, simply no belief in its existence. And no need to have or not have
>> the belief.
>
> Same idea, different words.
>

Not at all.

An act of disbelief is an act.

Simply not believing in the first place is not an act. Its the absence
of an act.



>

Re: OT - Oh, so OT.

am 19.09.2007 12:19:55 von Courtney

Sanders Kaufman wrote:
> The Natural Philosopher wrote:
>
>> I also profess no belief in leprechauns. Does that make me some kind
>> of religious person?
>
> I just knew that with all this religious backlash, eventually the on e
> true god - the Leprechauns - would be the ones to suffer.
>
> Now I'll *never* get my pot-o-gold!
At least leprechauns could allegedly do something in the hereandnow, as
opposed to the hereafter,from which no one has ever brought back a
travelogue...;-)

Re: OT - Oh, so OT.

am 19.09.2007 12:23:44 von Courtney

Jerry Stuckle wrote:

>>
>> I don't worship.
>>
>
> No, you don't worship a god.
>
No, I don't worship. Period.

I admit there was a girl once...but that is another story, and just goes
to show how wrong you can be when you do the worship bit.

Thats probably why the smart priests had the congregations worshipping
god. Keeps em out of trouble. If they are so to speak 'worship-prone'

The secret of adulthood is to not BE worship prone.

"When I became a man, I put away childish things".


:-)

Re: OT - Oh, so OT.

am 19.09.2007 12:26:17 von Courtney

Shelly wrote:
> Remember, too, that Satanism is a
> religion. It is devil worship.
>

Hmm. As one who has studied it quite extensively, it probably isn't, you
know.

But thats history for you.
And Hollywood.

Re: OT - Oh, so OT.

am 19.09.2007 12:28:18 von Courtney

Jerry Stuckle wrote:

> Not at all. If there is no god, my religion is neither helping or
> hurting me. However, if there is a god, you have no chance of being
> right because you never entered the lottery. OTOH, I could have picked
> the "correct" religion.


"If there is no parachute..my belief in one is neither helping me
or...ARRRGGHH!! SHIT!"

Told you not to trust anything without testing it first, Jerry.

Re: OT - Oh, so OT.

am 19.09.2007 12:56:50 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:y8WdnUJ90JA_rW3bnZ2dnUVZ_uSgnZ2d@comcast.com...
>> Steve wrote:
>>> "Jerry Stuckle" wrote in message
>>> news:EM-dnbxp44nLZnLbnZ2dnUVZ_rHinZ2d@comcast.com...
>>>> Steve wrote:
>>>>>> Ah, but whether you like it or not, atheism is a religion. It is not
>>>>>> a "lack of belief" - it is a specifically belief there is no god.
>>>>>>
>>>>>> Try to deny it all you want. It won't work.
>>>>> negative, ghost rider.
>>>>>
>>>>> 'a' latin: without
>>>>> 'theism' latin: belief in god(s)
>>>>>
>>>>> try websters instead of your own opinion.
>>>>>
>>>> Which does not mean it is not a religion.
>>> so that means it does?! come one jerry, you're more logical than that!
>>>
>> Who cares what the Latin roots mean? It's today's current usage that
>> counts.
>
> you obviously don't. just goes to show...
>

No, I don't. Words change meanings over the years. Definitions which
are 2,000 years old and not in agreement with current usage are
meaningful only to those who are unsuccessfully trying to make a point.


>>>>> tell me, what rites, what cerimonies, what traditions do atheists
>>>>> observe? where do we congregate? what activities do we engage that
>>>>> resembles anything religious?
>>>>>
>>>> Not necessary. You profess a belief in no god. That in itself is a
>>>> belief.
>>> i 'believe' i *observe no evidence* that would allow me to *logically*
>>> lead to me to a conclusion that god exists.
>>>
>> And it results in a belief. Or, more accurately, a disbelief.
>
> negative. it is a fact that there is no observable evidence that god exists.
> the ramification of that fact requires no belief whatsoever.
>
>> 200 years ago there was no proof that microbes existed. 150 years ago
>> there was no proof that radio waves existed. 100 years ago there was no
>> proof that atoms existed. So by your logic, since there was no proof,
>> these things didn't exist.
>
> no, people theorized that they existed. then, they went about making the
> tools needed to *observe* them. now we see them all quite well.
> scientifically, before we could see them literally, there were still
> observable signs that they did in fact exist...we just didn't know what
> they'd look like...we had an idea of how they behaved well before then
> though.
>

No, people didn't even theorize these things existed back then. They
had no idea. A few people had "faith" they existed. But since faith
isn't proof, according to your logic they didn't exist.

>>> that is a PROCESS and not a belief. it is called scientific method. i'm
>>> sure your response will be that science, too, is a religion. just a
>>> prediction. ;^)
>>>
>> The scientific method deals with proving or disproving the existence of
>> something - a physical item, a behavior, etc. But according to the
>> scientific method, lack of proof one way or the other does not mean
>> something does or does not exist.
>
> ass backwards. religion claims god exists. logic and science demands proof.
> if no proof, the claim is not verified and by default, false or held without
> merit until such proof is provided. this is basic stuff, jerry. why is god
> the only theory you wouldn't apply such reason to? i'm hoping it's the only
> one anyway!
>

No, if there is no proof, the scientific method defines them as
"unproven". Period. It does not take a stand on whether something
"unproven" exists or does not exist. Don't try to twist it to your
meanings. It ain't gonna work.

> btw, you cannot disprove existence! to exist would mean there'd be
> *observable* evidence. atheists aren't dumb enough to want to disprove the
> existence of something. without evidence, there simply is no merit to the
> idea that god does exist...a proposition religion puts out. the basic
> argument is that if a thing exists, it should have signs of said existence.
> sorry, god does not.
>

Not in your eyes, it doesn't, anyway. But you're open to your opinion.

>>>>> as i said, there is no objective evidence that would lead me to believe
>>>>> that god exists. no more *subjective* evidence for god than for santa
>>>>> clause or the toothfairy or the boogy man. are you saying that this
>>>>> critical observation makes me a religious atoothfarian or a
>>>>> asanta-clausian?
>>>>>
>>>> That's fine. It's your opinion and you're welcome to it. But don't try
>>>> to convince me my opinion is wrong.
>>> sorry, religious people are in the *business* of converting. as for
>>> opinion?
>> That is a gross overgeneralization.
>
> well, that is the great commission, no? the catholic church has a litany of
> instances of making a buck...which is what pissed off martin luther. how
> many televangelists give more than they make? let me bring this home...what
> percent of your churches budget goes to endeavors outside of the church?
> yes, exclude its own operating expenses. now, think of how you worship. new
> and exciting, almost marketed, right? appealing to younger crowds, yes?
> whatever percentage you came up with, you cannot fund a thing if you aren't
> a going concern...and once going, that percent tends to be very small given
> the overall funding. churches tend to want to expand their complex's in
> stead of helping those in need.
>

A significant portion of my church's outside expenses involve helping
people who need it, regardless of race, color, creed, etc. But I'm sure
you'll try to claim we are trying to "convert" these people. We are not.


> that is perhaps a *generalization*, but not gross. and either way, that is
> my opinion based on my experience.
>

Yes, it is. And it shows how little you really understand.

> btw, ain't it neat how churches now give sermonettes about tithing? isn't it
> sad that most of those sermonetts are geared to 'what you get back from'
> rather than 'you should do this so that we can' kind of language.
>

btw, ain't it neat how many Californians (or you name the group) are
murders? I see something on the news all the time about people
murdering others out there. So all those people who haven't been killed
must be murders.

This is exactly the type of gross overgeneralization you're (again)
making, and it shows just how little you really understand - despite
what you *think* you know.

>>> we cannot both be right. and as you have NO evidence to support that
>>> there is a god, the logical conclusion that should be drawn is that
>>> there, in fact, is none. further, that our notions of god(s) evolve over
>>> time to match our changing sophistication of thought is more proof for
>>> the idea that man created god rather than vice versa. so much the case is
>>> this, that we have nietche proclaiming that 'god is dead'!
>>>
>> Faulty logic.
>
> now is where you support *how* that logic is faulty. nietche describes
> exactly what i summerized. now you think you're prepared to take on nietche?
> go right ahead, the laugh will do me good.
>

Lack of evidence that something exists is NOT proof that it does not
exist. Faulty logic.

>>>> As for proof - I have no proof you exist. All I see is some text on my
>>>> screen. It could have been generated by a computer. So by your
>>>> reasoning, I should not believe you exist. But I have faith that you
>>>> do.
>>> well, you have proof that something respondse to you. what you infer
>>> about that is up to you. however, you have *objective* evidence from
>>> which you can draw such conclusions.
>>>
>> I have proof that letters appear on my screen. Period. Nothing more,
>> nothing less. I have no idea what the source of those characters are.
>
> not the point. the point is, that those letters are in direct response to
> you. what you make of it means nothing to me...it's just that your point
> sucks. those letters are *objective* evidence of SOMETHING! we have NOTHING
> for the case of god. get it now?
>

No, that is the point. They could very well be created by random noise
at the subatomic level. There is no "proof" that you exist. Therefore,
according to your logic, you do not.

>>> this is something no one can do for god. subjective evidence is as
>>> interpretationally valid as the delusions of an insane person.
>>>
>>>>> 'it won't work'...lol. a lack of belief in something does not a
>>>>> religion make. specifically, it is the belief *IN* something that would
>>>>> be the start of religion.
>>>> And you have a belief in the lack of a god.
>>> negative ghost rider,
>>>
>>> i have drawn the conclusion that god does not exist because there is NO
>>> objective evidence that he does. one is a conclusion and the other, fact.
>>> there is no belief in that equation.
>> That's fine. That's your opinion. But do not try to convince me that you
>> are right and I am wrong. And don't try to stop me from practicing my
>> religion.
>
> make a deal with you. you stop thinking its ok for your religion to be
> practiced in publically sponsored venues such as court houses, schools,
> parks, etc. and i'll stop bitching about you trying to ram yours down my
> throat. as for what you do in your home or church or anywhere else not
> *sponsored* by the state, i couldn't care less how deeply deluded you care
> to take your mental depravity.
>
>

I'm not trying to ram my religion down your throat. But you are trying
to stop me from practicing my religion. It's zealots like you that the
Bill of Rights was designed to protect us against. Unfortunately, that
original intent has been lost over the years.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 19.09.2007 13:08:34 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:y8WdnX190JAOrG3bnZ2dnUVZ_uTinZ2d@comcast.com...
>> The Natural Philosopher wrote:
>>> Jerry Stuckle wrote:
>>>> Steve wrote:
>>>>>> Ah, but whether you like it or not, atheism is a religion. It is not
>>>>>> a "lack of belief" - it is a specifically belief there is no god.
>>>>>>
>>>>>> Try to deny it all you want. It won't work.
>>>>> negative, ghost rider.
>>>>>
>>>>> 'a' latin: without
>>>>> 'theism' latin: belief in god(s)
>>>>>
>>>>> try websters instead of your own opinion.
>>>>>
>>>> Which does not mean it is not a religion.
>>>>
>>>>> tell me, what rites, what cerimonies, what traditions do atheists
>>>>> observe? where do we congregate? what activities do we engage that
>>>>> resembles anything religious?
>>>>>
>>>> Not necessary. You profess a belief in no god. That in itself is a
>>>> belief.
>>>>
>>> No. I profess no belief in god.
>>> That is not a belief.
>>>
>>> It is the absence of one.
>>>
>> So you profess a belief in no god. A disbelief is also a belief.
>
> well, no, it's not. belief is objective. disbelief would be the rejection of
> the object of belief. as in, you say there is a god. i say, without
> evidence, there is no reason to think you are correct.
>

I read something very interesting in this month's Scientific American
last night:

Athiests cannot simply define themselves by what they do not believe.
As Austrian economist Ludwig von Mises warned his anti-Communist
colleagues in the 1950's: "An anti-something movement displays a purely
negative attitude. It has no chance whatever to succeed. Its
passionate diatribes virtually advertise the program they attack.
People must fight for something that they want to achieve, not simply
reject an evil, no matter how bad it may be."

>>> I also profess no belief in leprechauns. Does that make me some kind of
>>> religious person?
>>>
>> Leprechauns are not gods.
>
> neither is your god. until you can PROVE otherwise, then both leprechauns
> and god are equally almighty.
>

How can He be, when according to you there are not gods? Unfortunately
for you, the majority of the world disagrees with you. And when it
comes to the meanings of words, majority rules.

>>> In fact there are thousands of things I do not believe, up to and
>>> including that GW Bush is the reincarnation of Immelda Markos.
>>>
>>> Like my non belief in god, the are simply not worth mentioning.
>>>
>>> What religious people do not like at all, is that to an atheist, the
>>> issue of whether god exists or not is simply irrelevant. Uninteresting in
>>> the highest degree. Its useless to believe or disbelieve. It has little
>>> objective effect either way.
>>>
>>>
>> I really don't care one way or the other what you think. Your religious
>> views are your own. Just don't infringe on my right to believe as I
>> choose.
>
> it is obvious to all that you don't care for anyone else's viewpoint. you
> don't even understand atheism enough to know what it is and is not (i.e. is
> not a religion). and, we could give two flying fucks what you believe.
> however, we at least have had an open mind enough to find out about not only
> your religion, but many others. you seem to feel comfortable using your
> asshole as blinders on the subject of religion. no wonder your opinion is so
> tunnel-visioned.
>

Yes, I do understand it. And I also understand that you hate it being
called a religion - because you are against all religions.

I refer you to von Mises above.

>
>>>>> as i said, there is no objective evidence that would lead me to believe
>>>>> that god exists. no more *subjective* evidence for god than for santa
>>>>> clause or the toothfairy or the boogy man. are you saying that this
>>>>> critical observation makes me a religious atoothfarian or a
>>>>> asanta-clausian?
>>>>>
>>>> That's fine. It's your opinion and you're welcome to it. But don't try
>>>> to convince me my opinion is wrong.
>>>>
>>>> As for proof - I have no proof you exist. All I see is some text on my
>>>> screen. It could have been generated by a computer. So by your
>>>> reasoning, I should not believe you exist. But I have faith that you
>>>> do.
>>>>
>>> Thats your problem, not mine.
>>>
>> Not a problem at all.
>
> if you can't infer the inputs given to your senses, then you do have a
> problem. the hallmark trait of humanity is the ability to infer meaning and
> purpose. if you need god for that, fine. if you can't figure out the source
> of the letters you're reading, god ain't going to help you with that. as for
> what is 'real' and what is not, i fear - given your lack of study on the
> rest of theology and philosophy - you are ill-equipped to have a meaningful
> discussion. which begs the question, why did you try and vent the
> conversation in that direction?
>

Not at all. I can infer meaning and purpose just fine. But I can't see
you, I can't touch you - IOW, I have no proof you exist. Characters on
a screen are not "proof".

> as for what is 'real', even descartes was wrong. thinking is an activity
> that must be observed and confirmed. since all inputs could be deceptions of
> our senses, we can only say that 'i am'...else we wouldn't care to ponder
> the question in the first place. it is not 'i think, therefore i am'. his
> logic was good, just not taken far enough.
>

Oh, so now you great philosopher, also? ROFLMAO.

> if that's where you wanted the conversation to go, sorry, you win. all may
> very well be an illusion. now, where does that get us? epistimology doesn't
> get us very far down the road.
>

Glad you finally admit it.

>>>>> 'it won't work'...lol. a lack of belief in something does not a
>>>>> religion make. specifically, it is the belief *IN* something that would
>>>>> be the start of religion.
>>>>>
>>>> And you have a belief in the lack of a god.
>>>>
>>> No, simply no belief in its existence. And no need to have or not have
>>> the belief.
>> Same idea, different words.
>
> no, it's not just symantics. the fact that you don't get it, just means you
> don't get it. you can't "i'm right no matter what you say" your way out of
> this one, jerry.
>

Oh, I get it, alright.

> if that's the way you chose to play it, then i'll just say my admitted
> generalization about church being a *business* is not a generalization at
> all. in fact, it is true. and, i'll use your words: "Try to deny it all you
> want. It won't work."
>

How little you know.

Of course churches need to make money - they have bills to pay, also.
And as a whole, they contribute more back to the community than all Red
Crosses, Salvation Armies and the like do together. But churches are
not businesses - even the Federal government agrees with that.

> see how stupid that makes me sound? that's rhetorical and supposed to get
> you to substitue the word "me" with "you"...since you're having problems in
> this thread thinking logically.
>
>

Yep, it shows just how little you understand even the definition of a
"business".

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 19.09.2007 13:15:04 von Jerry Stuckle

The Natural Philosopher wrote:
> Jerry Stuckle wrote:
>
>> So you profess a belief in no god. A disbelief is also a belief.
>
> Only a fundamentalist can say that.
>

Or someone who reads the dictionary.

> And it isn't true.
>
> You really don't understand anything abut faith and belief, do you?
>
> It is not a disbelief. It is simply absence of belief.
>
> Having faith in nothing, is not the same as not having faith in anything.
>
> YOU are saying that $GOD=NULL; is a statement in *my program*.
>
> I am telling you that there is no $GOD variable to be found anywhere in it.
>

Incorrect. $GOD comes with the language - society insures that. You
just don't believe in using it.

> Which surprises you, because you assumed that it came with the whole
> language. I am telling you it doesn't.
>
>

And that's where you are wrong. You don't have to use it or believe in
it, but the concept is there.

>>
>>> I also profess no belief in leprechauns. Does that make me some kind
>>> of religious person?
>>>
>>
>> Leprechauns are not gods.
>>
>
> How do you know that?
>

Society's definition of gods and leprechauns.

>>> In fact there are thousands of things I do not believe, up to and
>>> including that GW Bush is the reincarnation of Immelda Markos.
>>>
>>> Like my non belief in god, the are simply not worth mentioning.
>>>
>>> What religious people do not like at all, is that to an atheist, the
>>> issue of whether god exists or not is simply irrelevant.
>>> Uninteresting in the highest degree. Its useless to believe or
>>> disbelieve. It has little objective effect either way.
>>>
>>>
>>
>> I really don't care one way or the other what you think. Your
>> religious views are your own. Just don't infringe on my right to
>> believe as I choose.
>>
>
> I don't have any religious views, Jerry. That is the whole point.
> I live a life in which religion *of my own* simply DOES NOT FEATURE.
>
> Days and weeks go by without me even thinking abut religion. And dare I
> say it, its the better for it.
>

But you do have religious views. Whether you think about them or not,
they are there. And you've been espousing them quite a bit in this thread.

>
>
>>>> And you have a belief in the lack of a god.
>>>>
>>>
>>> No, simply no belief in its existence. And no need to have or not
>>> have the belief.
>>
>> Same idea, different words.
>>
>
> Not at all.
>
> An act of disbelief is an act.
>
> Simply not believing in the first place is not an act. Its the absence
> of an act.
>
>
>

And not believing in something is disbelief. Check the dictionary.

Like it or not, you have weighed the evidence and made a conscious
decision to not believe in a god. That is an act.


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 19.09.2007 13:16:41 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:y8WdnXx90JCRr23bnZ2dnUVZ_uTinZ2d@comcast.com...
>> Shelly wrote:
>>> "Jerry Stuckle" wrote in message
>>> news:EM-dnbxp44nLZnLbnZ2dnUVZ_rHinZ2d@comcast.com...
>>>
>>>> Not necessary. You profess a belief in no god. That in itself is a
>>>> belief.
>>> A "belief" does not a religion make. A belief, couple with religious
>>> dogma and practices makes a religion.
>>>
>> Ceremonies and rites do not make a religion. A belief (or lack thereof)
>> in a higher power is what determines religion.
>>
>> I can still be a Christian if I don't go to church, don't take communion,
>> get married by a judge... My beliefs are what make me one.
>
> so, i'm a christian too if i have a lack of belief in christ? wow, they said
> getting to heaven was as easy as "a b c", but i had no idea!
>

I never said anything of the sort.

> jerry, you have your head so far up your biblical ass, it isn't even funny
> anymore.
>
>

And you need to learn how to read simple English. You can't even
understand two sentences when put together.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 19.09.2007 13:48:09 von Courtney

Jerry Stuckle wrote:

> I'm not trying to ram my religion down your throat. But you are trying
> to stop me from practicing my religion. It's zealots like you that the
> Bill of Rights was designed to protect us against. Unfortunately, that
> original intent has been lost over the years.
>

Wrong: all that is being said is that religion, is - like homosexuality
- something that is a private and individual matter. Its support
opposition is simply not a function of the government, and indeed to use
the government to do either is unconstitutional and probably against
some statute somewhere.

And intensely and deeply unwise. A lesson learnt by many societies over
history, and one the Muslim theocracies will also learn to their cost.

Good governance should be on deliberately atheistic lines, in the sense
that *nothing* it does, should be done, for reasons of religious belief.

Because once you start, then every religion in the book and a good many
that aren't, is going to be lobbying the government for 'tax relief on
sacrificial chickens' 'a right to have Voudoun taught in our public
schools' and so on.

Its very simple. From Monday to Friday the schools teach everything
*except* religion. Discussions about religion are confined to
anthropology, or dismissed with 'that's something to ask your
Pastor/shaman/high priest/bishop/guru/ about'. It isn't the schools job
to go there, period.

If you want to declare 'god hours' where people can flop down in a
meccawards direction, or bugger off to a chapel, or simply score some
crack on the street corner, that's up to you and your politicians.

On Sundays and Saturdays the churches, chapels sects and whatever are
free to teach anything they like that is not subversive to the State, or
criminal, to anyone who wants to listen.

But that is EXPLICITLY and COMPLETELY outside what the State provides.

In short the State must never ever, despite the dictates of its
officials, ever meddle or be seen to meddle in affairs of a spiritual
nature: It is there to reflect the center of gravity of public opinion
in the most tolerant way possible, into the statute books, with the aim
of providing the highest common factor of law abiding citizens, and a
force to restrain those that choose not to abide. It does this ot from
principle, but from pragmatism. Its primary aim is to provide a stable
society in which people themselves can make choices. Not dictate any
morality to them.

In short its best hope is to act as if it were completely a-theistic.
Not to deny or affirm God, but simply to keep its mucky paws out of that
area altogether. Almost any other course is a recipe for dissent and
ultimately revolution.

Re: OT - Oh, so OT.

am 19.09.2007 16:03:14 von Steve

"Jerry Stuckle" wrote in message
news:t5qdnWpWN-VEnWzbnZ2dnUVZ_rmjnZ2d@comcast.com...
> Steve wrote:
>> "Jerry Stuckle" wrote in message
>> news:y8WdnUJ90JA_rW3bnZ2dnUVZ_uSgnZ2d@comcast.com...
>>> Steve wrote:
>>>> "Jerry Stuckle" wrote in message
>>>> news:EM-dnbxp44nLZnLbnZ2dnUVZ_rHinZ2d@comcast.com...
>>>>> Steve wrote:
>>>>>>> Ah, but whether you like it or not, atheism is a religion. It is
>>>>>>> not a "lack of belief" - it is a specifically belief there is no
>>>>>>> god.
>>>>>>>
>>>>>>> Try to deny it all you want. It won't work.
>>>>>> negative, ghost rider.
>>>>>>
>>>>>> 'a' latin: without
>>>>>> 'theism' latin: belief in god(s)
>>>>>>
>>>>>> try websters instead of your own opinion.
>>>>>>
>>>>> Which does not mean it is not a religion.
>>>> so that means it does?! come one jerry, you're more logical than that!
>>>>
>>> Who cares what the Latin roots mean? It's today's current usage that
>>> counts.
>>
>> you obviously don't. just goes to show...
>>
>
> No, I don't. Words change meanings over the years. Definitions which are
> 2,000 years old and not in agreement with current usage are meaningful
> only to those who are unsuccessfully trying to make a point.

well then that wouldn't be me. latin and greek are used as a base for
creating words even today. they are used *because* they're "dead" languages
and are not going to change to fit modern use. as i said before, your s.a.t
scores must have s.u.c.k.e.d.

>
>>>>>> tell me, what rites, what cerimonies, what traditions do atheists
>>>>>> observe? where do we congregate? what activities do we engage that
>>>>>> resembles anything religious?
>>>>>>
>>>>> Not necessary. You profess a belief in no god. That in itself is a
>>>>> belief.
>>>> i 'believe' i *observe no evidence* that would allow me to *logically*
>>>> lead to me to a conclusion that god exists.
>>>>
>>> And it results in a belief. Or, more accurately, a disbelief.
>>
>> negative. it is a fact that there is no observable evidence that god
>> exists. the ramification of that fact requires no belief whatsoever.
>>
>>> 200 years ago there was no proof that microbes existed. 150 years ago
>>> there was no proof that radio waves existed. 100 years ago there was no
>>> proof that atoms existed. So by your logic, since there was no proof,
>>> these things didn't exist.
>>
>> no, people theorized that they existed. then, they went about making the
>> tools needed to *observe* them. now we see them all quite well.
>> scientifically, before we could see them literally, there were still
>> observable signs that they did in fact exist...we just didn't know what
>> they'd look like...we had an idea of how they behaved well before then
>> though.
>>
>
> No, people didn't even theorize these things existed back then. They had
> no idea. A few people had "faith" they existed. But since faith isn't
> proof, according to your logic they didn't exist.

hmmm, they have indications (preliminary 'proofs') that these things
existed. rather than just taking on 'faith' that they did, wanting to know
if they were right in the first place, they *tested* the theories. they even
built sophisticated tools to help them. science is not going to hinge
results on 'faith'...and it was the lack thereof that lead to the discovery
and better understanding of these things. darwin theorized a mechanism of
replication long before we knew about genes, however he didn't willy-nilly
that they existed (you just needed a pinch of faith to 'see' them) and
focused himself on what he observed. now we have proof they do and we
understand them to an unimaginable degree then when someone just suspected
they existed. it is anti-take-it-on-faith and a lot of hard work that gives
us meaninful, useful answers.

>>>> that is a PROCESS and not a belief. it is called scientific method. i'm
>>>> sure your response will be that science, too, is a religion. just a
>>>> prediction. ;^)
>>>>
>>> The scientific method deals with proving or disproving the existence of
>>> something - a physical item, a behavior, etc. But according to the
>>> scientific method, lack of proof one way or the other does not mean
>>> something does or does not exist.
>>
>> ass backwards. religion claims god exists. logic and science demands
>> proof. if no proof, the claim is not verified and by default, false or
>> held without merit until such proof is provided. this is basic stuff,
>> jerry. why is god the only theory you wouldn't apply such reason to? i'm
>> hoping it's the only one anyway!
>>
>
> No, if there is no proof, the scientific method defines them as
> "unproven". Period. It does not take a stand on whether something
> "unproven" exists or does not exist. Don't try to twist it to your
> meanings. It ain't gonna work.

lol. i can see your eutopian headline now..."magical sky pixies exist!" and
in the article, your version of scientists (creationists in lab coats) are
quoted saying, "at first we didn't know what to make of it, but someone told
us they were real and sure enough, we we looked through our eyes of faith,
we could see them clear as day."

either way, the claim that god exists is of religion and is then, religion's
burden to prove. most of the christian philosophers and theologists concede
that god can't be proven or even known. yet, you believe you can and that he
somehow wants to know you...for his "benefit"? obsurd.

>> btw, you cannot disprove existence! to exist would mean there'd be
>> *observable* evidence. atheists aren't dumb enough to want to disprove
>> the existence of something. without evidence, there simply is no merit to
>> the idea that god does exist...a proposition religion puts out. the basic
>> argument is that if a thing exists, it should have signs of said
>> existence. sorry, god does not.
>>
>
> Not in your eyes, it doesn't, anyway. But you're open to your opinion.

tell me then, in your eyes, how one exactly goes about proving something
doesn't exist when any objective evidence gathered would be a result of that
thing existing. i know you're irrational when it comes to religion and fail
to apply any logic to your beliefs (the only way religion can be digested
anyway), but surely this monsterous delima didn't just pass under your radar
undetected!

>>>>>> as i said, there is no objective evidence that would lead me to
>>>>>> believe that god exists. no more *subjective* evidence for god than
>>>>>> for santa clause or the toothfairy or the boogy man. are you saying
>>>>>> that this critical observation makes me a religious atoothfarian or a
>>>>>> asanta-clausian?
>>>>>>
>>>>> That's fine. It's your opinion and you're welcome to it. But don't
>>>>> try to convince me my opinion is wrong.
>>>> sorry, religious people are in the *business* of converting. as for
>>>> opinion?
>>> That is a gross overgeneralization.
>>
>> well, that is the great commission, no? the catholic church has a litany
>> of instances of making a buck...which is what pissed off martin luther.
>> how many televangelists give more than they make? let me bring this
>> home...what percent of your churches budget goes to endeavors outside of
>> the church? yes, exclude its own operating expenses. now, think of how
>> you worship. new and exciting, almost marketed, right? appealing to
>> younger crowds, yes? whatever percentage you came up with, you cannot
>> fund a thing if you aren't a going concern...and once going, that percent
>> tends to be very small given the overall funding. churches tend to want
>> to expand their complex's in stead of helping those in need.
>>
>
> A significant portion of my church's outside expenses involve helping
> people who need it, regardless of race, color, creed, etc. But I'm sure
> you'll try to claim we are trying to "convert" these people. We are not.

i'm glad to hear your chuch is an exception. however, ALL CHRISTIANS are
charged with the great commission. and yet you say you have nothing to do
with 'converting' people!?!! did you miss that in sunday school?

>> that is perhaps a *generalization*, but not gross. and either way, that
>> is my opinion based on my experience.
>>
>
> Yes, it is. And it shows how little you really understand.

then i 'misunderstood' it from birth till age 20 all through church, bible
school, camp, christian universities...i suppose i missed it since i've
always applied the same logical requirements of claims regardless of their
'sacred' status.

>> btw, ain't it neat how churches now give sermonettes about tithing? isn't
>> it sad that most of those sermonetts are geared to 'what you get back
>> from' rather than 'you should do this so that we can' kind of language.
>>
>
> btw, ain't it neat how many Californians (or you name the group) are
> murders? I see something on the news all the time about people murdering
> others out there. So all those people who haven't been killed must be
> murders.

and that relates how? the trend of non-denominal churches started in the
80's. living in texas, i had/have unparalleled access to them. these
sermonettes abounded and i still hear them each sunday at the church i
attend. none of that original comment was a generalization at all, nor
exageration...statement of fact.

now how do you get from there to trying to contrive a logical analogy that
doesn't even come close to fitting the statement i actually made?

> This is exactly the type of gross overgeneralization you're (again)
> making, and it shows just how little you really understand - despite what
> you *think* you know.

not a generalization nor exageration. statement of fact. in fact, i'll be
happy to audio this sunday's and post it for you. i'm assured to a degree of
95% that it will contain the same content as it has for years, the only
thing differing is the babble story that goes with it.

>>>> we cannot both be right. and as you have NO evidence to support that
>>>> there is a god, the logical conclusion that should be drawn is that
>>>> there, in fact, is none. further, that our notions of god(s) evolve
>>>> over time to match our changing sophistication of thought is more proof
>>>> for the idea that man created god rather than vice versa. so much the
>>>> case is this, that we have nietche proclaiming that 'god is dead'!
>>>>
>>> Faulty logic.
>>
>> now is where you support *how* that logic is faulty. nietche describes
>> exactly what i summerized. now you think you're prepared to take on
>> nietche? go right ahead, the laugh will do me good.
>>
>
> Lack of evidence that something exists is NOT proof that it does not
> exist. Faulty logic.

it is an indication. further indications as pointed out by nietche (which
you must have never read) such as the apparent evolution of god cooinciding
with man's changes in sophistication of thought, just make your claim that
one does (all the while never producing a shred of evidence in the whole of
human-kind) seem laughable. nietche akins it to god being a "god of the
gaps" in human understanding, and that as science fills those gaps with
actual knowledge, god looses a home. 'god is dead' just means that he's
about to turn up homeless.

nothing faulty there. remember, we are not trying to *prove* god exists. we
are DEMANDING that you either put up or shut up...actually, we just want you
put up...we couldn't care less what you delude yourself with - as long as we
aren't funding it.

>>>>> As for proof - I have no proof you exist. All I see is some text on
>>>>> my screen. It could have been generated by a computer. So by your
>>>>> reasoning, I should not believe you exist. But I have faith that you
>>>>> do.
>>>> well, you have proof that something respondse to you. what you infer
>>>> about that is up to you. however, you have *objective* evidence from
>>>> which you can draw such conclusions.
>>>>
>>> I have proof that letters appear on my screen. Period. Nothing more,
>>> nothing less. I have no idea what the source of those characters are.
>>
>> not the point. the point is, that those letters are in direct response to
>> you. what you make of it means nothing to me...it's just that your point
>> sucks. those letters are *objective* evidence of SOMETHING! we have
>> NOTHING for the case of god. get it now?
>>
>
> No, that is the point. They could very well be created by random noise at
> the subatomic level. There is no "proof" that you exist. Therefore,
> according to your logic, you do not.

don't be an idiot. the proof indicates that SOMETHING exists whether it is
me or random noise, there is something you can observe and scientifically
conclude what that source is!

and since that is your strawman rather than my logic, it doesn't merit
anyone's time.

>>>> this is something no one can do for god. subjective evidence is as
>>>> interpretationally valid as the delusions of an insane person.
>>>>
>>>>>> 'it won't work'...lol. a lack of belief in something does not a
>>>>>> religion make. specifically, it is the belief *IN* something that
>>>>>> would be the start of religion.
>>>>> And you have a belief in the lack of a god.
>>>> negative ghost rider,
>>>>
>>>> i have drawn the conclusion that god does not exist because there is NO
>>>> objective evidence that he does. one is a conclusion and the other,
>>>> fact. there is no belief in that equation.
>>> That's fine. That's your opinion. But do not try to convince me that
>>> you are right and I am wrong. And don't try to stop me from practicing
>>> my religion.
>>
>> make a deal with you. you stop thinking its ok for your religion to be
>> practiced in publically sponsored venues such as court houses, schools,
>> parks, etc. and i'll stop bitching about you trying to ram yours down my
>> throat. as for what you do in your home or church or anywhere else not
>> *sponsored* by the state, i couldn't care less how deeply deluded you
>> care to take your mental depravity.
>
> I'm not trying to ram my religion down your throat. But you are trying to
> stop me from practicing my religion. It's zealots like you that the Bill
> of Rights was designed to protect us against. Unfortunately, that
> original intent has been lost over the years.

oh but you are whenever your schools make time to pray - your coaches
specifically praying to christ before sporting events - your courts making
you swear oaths on a book of lies (only recently has an option been
given)...not forcing your religion! poppy-cock!

the bill of rights has been interpreted consistently on this issue since
williams (a protestant theologean) first postulated that religion sponsored
by government is not a religion of any kind of merit, that religion can
stand on its own and further, that government endorsement of religion
actually hinders its advancement. thomas jefferson interpreted the
establishment clause as a 'wall of seperation', president tyler shared the
same sentiment...in fact, never in our history has a president contradicted
the idea of the seperation of church and state and the supreme court has
always held to that very same idea. this in not a recent 'misunderstanding',
this is a consistent *understanding* of the problems establishment and an
unwaivering commitment to not repeat history.

whatever you want to say about that is fine. you obviously only see things
your way regardless of your lack of studies on any topic thus far discussed.

Re: OT - Oh, so OT.

am 19.09.2007 16:37:01 von Steve

> I read something very interesting in this month's Scientific American last
> night:

so you actually do that?

> Athiests cannot simply define themselves by what they do not believe. As
> Austrian economist Ludwig von Mises warned his anti-Communist colleagues
> in the 1950's: "An anti-something movement displays a purely negative
> attitude. It has no chance whatever to succeed. Its passionate diatribes
> virtually advertise the program they attack. People must fight for
> something that they want to achieve, not simply reject an evil, no matter
> how bad it may be."

and like most religious people, ludwig had no fucking clue and was a
paranoid bastard. we atheists don't hold meetings to take over the world as
you religious folk do. as a matter of fact, outside of not caring whether or
not god exists without evidence, we really don't have enough in common to
keep conversations that interesting...much less hang out on an ongoing
basis.

we have no movement outside of not allowing religion to permeate *every*
sector of public domain. that is an action and far from diatribe.

again, glad to find out you read. just wish you'd have read something that
actually applied to what we've been talking about. did you just google and
copy/paste the first thing you found that had the word "atheist" in it?

>>>> I also profess no belief in leprechauns. Does that make me some kind of
>>>> religious person?
>>>>
>>> Leprechauns are not gods.
>>
>> neither is your god. until you can PROVE otherwise, then both leprechauns
>> and god are equally almighty.
>>
>
> How can He be, when according to you there are not gods? Unfortunately
> for you, the majority of the world disagrees with you. And when it comes
> to the meanings of words, majority rules.

it's a logical comparison. however and again, my *claim* is that there is no
objective evidence that god exists! get that through your pea-sized brain!
the logical conclusion would be that there is no god.

i see your logic...majority makes right. the majority of the world consists
of underdeveloped countries still rolling the bones and believing in demonic
possession! as for those countries with educational opportunities (as we
have seen again with the evolution of man's thought sophistication), there
is more critical thinking being applied to all the religious dogma and god
is replaced with reason. good bye "god of the gaps".

now, what was your point...cuz you certainly have not made any with that
remark.


>>>> In fact there are thousands of things I do not believe, up to and
>>>> including that GW Bush is the reincarnation of Immelda Markos.
>>>>
>>>> Like my non belief in god, the are simply not worth mentioning.
>>>>
>>>> What religious people do not like at all, is that to an atheist, the
>>>> issue of whether god exists or not is simply irrelevant. Uninteresting
>>>> in the highest degree. Its useless to believe or disbelieve. It has
>>>> little objective effect either way.
>>>>
>>>>
>>> I really don't care one way or the other what you think. Your religious
>>> views are your own. Just don't infringe on my right to believe as I
>>> choose.
>>
>> it is obvious to all that you don't care for anyone else's viewpoint. you
>> don't even understand atheism enough to know what it is and is not (i.e.
>> is not a religion). and, we could give two flying fucks what you believe.
>> however, we at least have had an open mind enough to find out about not
>> only your religion, but many others. you seem to feel comfortable using
>> your asshole as blinders on the subject of religion. no wonder your
>> opinion is so tunnel-visioned.
>>
>
> Yes, I do understand it. And I also understand that you hate it being
> called a religion - because you are against all religions.

i'm not against ANY religion. i go to church every sunday and blend in just
like you, jerry. i suspect a surprising number of your flock are just like
me, skeptical people in fancy suits just hoping no one asks, 'so, how's your
walk with our lord jesus christ'. by the way, i fit in quite well and am
close with my pastor...we golf every weekend. go figure.

> I refer you to von Mises above.

i refer you to 'get a fucking clue'.

>>
>>>>>> as i said, there is no objective evidence that would lead me to
>>>>>> believe that god exists. no more *subjective* evidence for god than
>>>>>> for santa clause or the toothfairy or the boogy man. are you saying
>>>>>> that this critical observation makes me a religious atoothfarian or a
>>>>>> asanta-clausian?
>>>>>>
>>>>> That's fine. It's your opinion and you're welcome to it. But don't
>>>>> try to convince me my opinion is wrong.
>>>>>
>>>>> As for proof - I have no proof you exist. All I see is some text on
>>>>> my screen. It could have been generated by a computer. So by your
>>>>> reasoning, I should not believe you exist. But I have faith that you
>>>>> do.
>>>>>
>>>> Thats your problem, not mine.
>>>>
>>> Not a problem at all.
>>
>> if you can't infer the inputs given to your senses, then you do have a
>> problem. the hallmark trait of humanity is the ability to infer meaning
>> and purpose. if you need god for that, fine. if you can't figure out the
>> source of the letters you're reading, god ain't going to help you with
>> that. as for what is 'real' and what is not, i fear - given your lack of
>> study on the rest of theology and philosophy - you are ill-equipped to
>> have a meaningful discussion. which begs the question, why did you try
>> and vent the conversation in that direction?
>>
>
> Not at all. I can infer meaning and purpose just fine. But I can't see
> you, I can't touch you - IOW, I have no proof you exist. Characters on a
> screen are not "proof".

they may not be proof of me, but that was not the point anyway. the point
is, for the third time, that it is proof of something. whatever conclusions
you make by observing the proof is a function of scientific method.

>> as for what is 'real', even descartes was wrong. thinking is an activity
>> that must be observed and confirmed. since all inputs could be deceptions
>> of our senses, we can only say that 'i am'...else we wouldn't care to
>> ponder the question in the first place. it is not 'i think, therefore i
>> am'. his logic was good, just not taken far enough.
>>
>
> Oh, so now you great philosopher, also? ROFLMAO.

no, oh noobie-to-philosophy. you should have recognized that i just
regurgitated the classical adaptation to descartes 'i think' reduction. man,
you should read more and speak less until you actually get up to speed with
theological and philisophical points of consideration and contention. did
you even go to college, or just something like ITT tech.?

>> if that's where you wanted the conversation to go, sorry, you win. all
>> may very well be an illusion. now, where does that get us? epistimology
>> doesn't get us very far down the road.
>>
>
> Glad you finally admit it.

'finally'? that was the first mention. i never countered it. it is long
considered to be the best, the *first case*, from which we understand all
things. shit, you never did go to a philosophy class did you.

jerry, stick to PHP...at least in that context, you are right more than you
are wrong...but in either case, you've done your homework.

as for you 'understanding' of other pov's. it is clear that when viewing
them, you are merely looking at them rather than actually *taking* the pov
in order to understand it...an the goggles of christianity never came off
when you were looking at it. i imagine the whole time you considered another
pov, racing through your mind was, 'how could anyone believe this bullshit?'

>>>>>> 'it won't work'...lol. a lack of belief in something does not a
>>>>>> religion make. specifically, it is the belief *IN* something that
>>>>>> would be the start of religion.
>>>>>>
>>>>> And you have a belief in the lack of a god.
>>>>>
>>>> No, simply no belief in its existence. And no need to have or not have
>>>> the belief.
>>> Same idea, different words.
>>
>> no, it's not just symantics. the fact that you don't get it, just means
>> you don't get it. you can't "i'm right no matter what you say" your way
>> out of this one, jerry.
>>
>
> Oh, I get it, alright.
>
>> if that's the way you chose to play it, then i'll just say my admitted
>> generalization about church being a *business* is not a generalization at
>> all. in fact, it is true. and, i'll use your words: "Try to deny it all
>> you want. It won't work."
>>
>
> How little you know.
>
> Of course churches need to make money - they have bills to pay, also. And
> as a whole, they contribute more back to the community than all Red
> Crosses, Salvation Armies and the like do together. But churches are not
> businesses - even the Federal government agrees with that.

no, check your budget. how much of your funding specifically ends up in your
community. the bulk, your accountant will tell you (outside of operating
expenses, that i already said we not consider, you moron), goes to your
denominations' headquarters with other large chuncks of change going to your
denominations support of their missions - which are not local by any
means...all the while, fulfilling the great commission i might add.
surprisingly little actually goes back to the community that you were meant
to serve.

>> see how stupid that makes me sound? that's rhetorical and supposed to get
>> you to substitue the word "me" with "you"...since you're having problems
>> in this thread thinking logically.
>
> Yep, it shows just how little you understand even the definition of a
> "business".

lol. is that like your economics blunder of not knowing the two sides of the
economic equation - aside from the fact you didn't even know there WERE two
sides? roflmfao

Re: OT - Oh, so OT.

am 19.09.2007 16:42:08 von Steve

"Jerry Stuckle" wrote in message
news:Cc-dnbD_ockdmGzbnZ2dnUVZ_oHinZ2d@comcast.com...
> Steve wrote:
>> "Jerry Stuckle" wrote in message
>> news:y8WdnXx90JCRr23bnZ2dnUVZ_uTinZ2d@comcast.com...
>>> Shelly wrote:
>>>> "Jerry Stuckle" wrote in message
>>>> news:EM-dnbxp44nLZnLbnZ2dnUVZ_rHinZ2d@comcast.com...
>>>>
>>>>> Not necessary. You profess a belief in no god. That in itself is a
>>>>> belief.
>>>> A "belief" does not a religion make. A belief, couple with religious
>>>> dogma and practices makes a religion.
>>>>
>>> Ceremonies and rites do not make a religion. A belief (or lack thereof)
>>> in a higher power is what determines religion.
>>>
>>> I can still be a Christian if I don't go to church, don't take
>>> communion, get married by a judge... My beliefs are what make me one.
>>
>> so, i'm a christian too if i have a lack of belief in christ? wow, they
>> said getting to heaven was as easy as "a b c", but i had no idea!
>>
>
> I never said anything of the sort.

well, if my lack of belief in god makes me religious, it only follows that
my lack of belief in christ should make me a christian, right?

;^)

>> jerry, you have your head so far up your biblical ass, it isn't even
>> funny anymore.
>
> And you need to learn how to read simple English. You can't even
> understand two sentences when put together.

again, lol. you are quickly denegrading yourself to a proximity approaching
a godwin!

Re: OT - Oh, so OT.

am 19.09.2007 16:56:07 von Steve

"The Natural Philosopher" wrote in message
news:1190196325.1431.0@proxy02.news.clara.net...
> Shelly wrote:
>
>>
>> Scientifically speaking, there is no experimental evidence for the
>> existence of a god. It is a pure faith statement to assert the existence
>> of god. You can hold your opinion, and you are entitled to it, but it
>> scientifically without foundation. (Reminder: I, personally, believe in
>> the existence of God as a matter of faith)
>>
> Scientifically speaking there is no experimental evidence for the
> existence of any noumenous concept, that goes from God right down to
> electrons.
>
> At best these are ideas dreamed up by people that:-
>
> - produce a simplified picture of what's going on and
> - do NOT CONFLICT with experimental evidence.
> - do something useful by way of prediction and
> - are not excessively complicated (Occams razor)
>
> Now if you ditch all science, God is indeed a very useful and simplified
> description of what is going on. Sadly the ways of god passeth mans
> understanding blah blah, which gives God essentially no predictive power
> as a concept whatsoever. So religions fail on step 3 as being
> scientifically meaningful.
>
> They pass all the other criteria though.,

no, most (christianity specifically) fail at the final point given what god
claims to be and be able to do...most of which is logically impossible and
the rest outseated by something more simple provided by science - thus
satisfying occam.

take the notion of attonment. original sin. jesus as god only after decared
so in around 327AD by the council at niceanea (sp). omniscience yet
free-will yet predeterminatory. the trinity. the list goes on, conflicting
idea after conflicting idea. the babble is excessively complicated to the
nth degree. further, the pentatuch (sp) is the birth right of judeism,
islam, and christianity. sorry, all of them just got of to a bad start. from
there, the convolution just multiplied.

so, really, religion only meets the first criteria since there is no
experimental evidence to be had in which it could be conflicted. religion is
completely lacking a key scientific requirement...it is not falsifiable.
therefore, irrelivant.

and, with item number 1 being the only thing left...it may be a simplified
picture of what's going on, however historically, that picture has not been
correct once the truth was discovered or unearthed. in the end, from this
perspective, religion is essentially useless in any discourse of
science...save history/mythology.

Re: OT - Oh, so OT.

am 19.09.2007 21:44:05 von Jerry Stuckle

The Natural Philosopher wrote:
> Jerry Stuckle wrote:
>
>> I'm not trying to ram my religion down your throat. But you are
>> trying to stop me from practicing my religion. It's zealots like you
>> that the Bill of Rights was designed to protect us against.
>> Unfortunately, that original intent has been lost over the years.
>>
>
> Wrong: all that is being said is that religion, is - like homosexuality
> - something that is a private and individual matter. Its support
> opposition is simply not a function of the government, and indeed to use
> the government to do either is unconstitutional and probably against
> some statute somewhere.
>
> And intensely and deeply unwise. A lesson learnt by many societies over
> history, and one the Muslim theocracies will also learn to their cost.
>
> Good governance should be on deliberately atheistic lines, in the sense
> that *nothing* it does, should be done, for reasons of religious belief.
>

No. Goog governance should be build on religion-neutral lines. It
should neither promote nor deny any religious beliefs or practices which
are not harmful to others (i.e. human sacrifice).

> Because once you start, then every religion in the book and a good many
> that aren't, is going to be lobbying the government for 'tax relief on
> sacrificial chickens' 'a right to have Voudoun taught in our public
> schools' and so on.
>

I never said religion should be taught in public schools. I don't think
it should.

> Its very simple. From Monday to Friday the schools teach everything
> *except* religion. Discussions about religion are confined to
> anthropology, or dismissed with 'that's something to ask your
> Pastor/shaman/high priest/bishop/guru/ about'. It isn't the schools job
> to go there, period.
>
> If you want to declare 'god hours' where people can flop down in a
> meccawards direction, or bugger off to a chapel, or simply score some
> crack on the street corner, that's up to you and your politicians.
>
> On Sundays and Saturdays the churches, chapels sects and whatever are
> free to teach anything they like that is not subversive to the State, or
> criminal, to anyone who wants to listen.
>
> But that is EXPLICITLY and COMPLETELY outside what the State provides.
>

I never said anything different.

> In short the State must never ever, despite the dictates of its
> officials, ever meddle or be seen to meddle in affairs of a spiritual
> nature: It is there to reflect the center of gravity of public opinion
> in the most tolerant way possible, into the statute books, with the aim
> of providing the highest common factor of law abiding citizens, and a
> force to restrain those that choose not to abide. It does this ot from
> principle, but from pragmatism. Its primary aim is to provide a stable
> society in which people themselves can make choices. Not dictate any
> morality to them.
>

But when they refuse to allow someone to place a cheche or menorah on
city property (at no government expense), that's exactly what they are
doing - interfering with someone's right to practice their religion.
And such a display does *such great harm* to believers in other
religions. It's public property and should be available to all, as long
as it is in good taste (i.e. no displays from "The Honorable Church of
the Naturalists".

> In short its best hope is to act as if it were completely a-theistic.
> Not to deny or affirm God, but simply to keep its mucky paws out of that
> area altogether. Almost any other course is a recipe for dissent and
> ultimately revolution.
>

They should act such that religions can have the same access to public
facilities as any non-religious group.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 19.09.2007 22:08:29 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:t5qdnWpWN-VEnWzbnZ2dnUVZ_rmjnZ2d@comcast.com...
>> Steve wrote:
>>> "Jerry Stuckle" wrote in message
>>> news:y8WdnUJ90JA_rW3bnZ2dnUVZ_uSgnZ2d@comcast.com...
>>>> Steve wrote:
>>>>> "Jerry Stuckle" wrote in message
>>>>> news:EM-dnbxp44nLZnLbnZ2dnUVZ_rHinZ2d@comcast.com...
>>>>>> Steve wrote:
>>>>>>>> Ah, but whether you like it or not, atheism is a religion. It is
>>>>>>>> not a "lack of belief" - it is a specifically belief there is no
>>>>>>>> god.
>>>>>>>>
>>>>>>>> Try to deny it all you want. It won't work.
>>>>>>> negative, ghost rider.
>>>>>>>
>>>>>>> 'a' latin: without
>>>>>>> 'theism' latin: belief in god(s)
>>>>>>>
>>>>>>> try websters instead of your own opinion.
>>>>>>>
>>>>>> Which does not mean it is not a religion.
>>>>> so that means it does?! come one jerry, you're more logical than that!
>>>>>
>>>> Who cares what the Latin roots mean? It's today's current usage that
>>>> counts.
>>> you obviously don't. just goes to show...
>>>
>> No, I don't. Words change meanings over the years. Definitions which are
>> 2,000 years old and not in agreement with current usage are meaningful
>> only to those who are unsuccessfully trying to make a point.
>
> well then that wouldn't be me. latin and greek are used as a base for
> creating words even today. they are used *because* they're "dead" languages
> and are not going to change to fit modern use. as i said before, your s.a.t
> scores must have s.u.c.k.e.d.
>

Yes, they are used as a BASE. That does not mean the words maintain the
same meaning today.

A perfect example. In the 1800's and before, "Hello" was an exclamation
of surprise, not a greeting. It's meaning has changed.

>>>>>>> tell me, what rites, what cerimonies, what traditions do atheists
>>>>>>> observe? where do we congregate? what activities do we engage that
>>>>>>> resembles anything religious?
>>>>>>>
>>>>>> Not necessary. You profess a belief in no god. That in itself is a
>>>>>> belief.
>>>>> i 'believe' i *observe no evidence* that would allow me to *logically*
>>>>> lead to me to a conclusion that god exists.
>>>>>
>>>> And it results in a belief. Or, more accurately, a disbelief.
>>> negative. it is a fact that there is no observable evidence that god
>>> exists. the ramification of that fact requires no belief whatsoever.
>>>
>>>> 200 years ago there was no proof that microbes existed. 150 years ago
>>>> there was no proof that radio waves existed. 100 years ago there was no
>>>> proof that atoms existed. So by your logic, since there was no proof,
>>>> these things didn't exist.
>>> no, people theorized that they existed. then, they went about making the
>>> tools needed to *observe* them. now we see them all quite well.
>>> scientifically, before we could see them literally, there were still
>>> observable signs that they did in fact exist...we just didn't know what
>>> they'd look like...we had an idea of how they behaved well before then
>>> though.
>>>
>> No, people didn't even theorize these things existed back then. They had
>> no idea. A few people had "faith" they existed. But since faith isn't
>> proof, according to your logic they didn't exist.
>
> hmmm, they have indications (preliminary 'proofs') that these things
> existed. rather than just taking on 'faith' that they did, wanting to know
> if they were right in the first place, they *tested* the theories. they even
> built sophisticated tools to help them. science is not going to hinge
> results on 'faith'...and it was the lack thereof that lead to the discovery
> and better understanding of these things. darwin theorized a mechanism of
> replication long before we knew about genes, however he didn't willy-nilly
> that they existed (you just needed a pinch of faith to 'see' them) and
> focused himself on what he observed. now we have proof they do and we
> understand them to an unimaginable degree then when someone just suspected
> they existed. it is anti-take-it-on-faith and a lot of hard work that gives
> us meaninful, useful answers.
>

You mean the Egyptian Pharaohs had indications that any of these
existed? Or are you saying since they didn't have any indications,
none of these existed?

No, they had no indications these things existed. For instance, it
wasn't until Luigi Galvani and other physicists of his age started
playing around with electricity that they even knew electromagnetic
waves existed. There was no "preliminary proof" - in fact, it was a
huge surprise to Galvani that an electric current would deflect a
compass. And it wasn't until Marconi, Tesla and others actually
discovered electromagnetic waves could send information over great
distances.

The same with other discoveries. It doesn't mean these things didn't
exist before that time. Just that there was no proof.

However, by your "logic", the lack of proof they existed means they didn't.

>>>>> that is a PROCESS and not a belief. it is called scientific method. i'm
>>>>> sure your response will be that science, too, is a religion. just a
>>>>> prediction. ;^)
>>>>>
>>>> The scientific method deals with proving or disproving the existence of
>>>> something - a physical item, a behavior, etc. But according to the
>>>> scientific method, lack of proof one way or the other does not mean
>>>> something does or does not exist.
>>> ass backwards. religion claims god exists. logic and science demands
>>> proof. if no proof, the claim is not verified and by default, false or
>>> held without merit until such proof is provided. this is basic stuff,
>>> jerry. why is god the only theory you wouldn't apply such reason to? i'm
>>> hoping it's the only one anyway!
>>>
>> No, if there is no proof, the scientific method defines them as
>> "unproven". Period. It does not take a stand on whether something
>> "unproven" exists or does not exist. Don't try to twist it to your
>> meanings. It ain't gonna work.
>
> lol. i can see your eutopian headline now..."magical sky pixies exist!" and
> in the article, your version of scientists (creationists in lab coats) are
> quoted saying, "at first we didn't know what to make of it, but someone told
> us they were real and sure enough, we we looked through our eyes of faith,
> we could see them clear as day."
>
> either way, the claim that god exists is of religion and is then, religion's
> burden to prove. most of the christian philosophers and theologists concede
> that god can't be proven or even known. yet, you believe you can and that he
> somehow wants to know you...for his "benefit"? obsurd.
>

Again, just because it isn't "proven" to your liking that a god exists
(and may never be) doesn't mean a god doesn't exist.

>>> btw, you cannot disprove existence! to exist would mean there'd be
>>> *observable* evidence. atheists aren't dumb enough to want to disprove
>>> the existence of something. without evidence, there simply is no merit to
>>> the idea that god does exist...a proposition religion puts out. the basic
>>> argument is that if a thing exists, it should have signs of said
>>> existence. sorry, god does not.
>>>
>> Not in your eyes, it doesn't, anyway. But you're open to your opinion.
>
> tell me then, in your eyes, how one exactly goes about proving something
> doesn't exist when any objective evidence gathered would be a result of that
> thing existing. i know you're irrational when it comes to religion and fail
> to apply any logic to your beliefs (the only way religion can be digested
> anyway), but surely this monsterous delima didn't just pass under your radar
> undetected!
>

You can't prove non-existence. You can only prove existence. And I have
the proof I need to believe.

>>>>>>> as i said, there is no objective evidence that would lead me to
>>>>>>> believe that god exists. no more *subjective* evidence for god than
>>>>>>> for santa clause or the toothfairy or the boogy man. are you saying
>>>>>>> that this critical observation makes me a religious atoothfarian or a
>>>>>>> asanta-clausian?
>>>>>>>
>>>>>> That's fine. It's your opinion and you're welcome to it. But don't
>>>>>> try to convince me my opinion is wrong.
>>>>> sorry, religious people are in the *business* of converting. as for
>>>>> opinion?
>>>> That is a gross overgeneralization.
>>> well, that is the great commission, no? the catholic church has a litany
>>> of instances of making a buck...which is what pissed off martin luther.
>>> how many televangelists give more than they make? let me bring this
>>> home...what percent of your churches budget goes to endeavors outside of
>>> the church? yes, exclude its own operating expenses. now, think of how
>>> you worship. new and exciting, almost marketed, right? appealing to
>>> younger crowds, yes? whatever percentage you came up with, you cannot
>>> fund a thing if you aren't a going concern...and once going, that percent
>>> tends to be very small given the overall funding. churches tend to want
>>> to expand their complex's in stead of helping those in need.
>>>
>> A significant portion of my church's outside expenses involve helping
>> people who need it, regardless of race, color, creed, etc. But I'm sure
>> you'll try to claim we are trying to "convert" these people. We are not.
>
> i'm glad to hear your chuch is an exception. however, ALL CHRISTIANS are
> charged with the great commission. and yet you say you have nothing to do
> with 'converting' people!?!! did you miss that in sunday school?
>

If you really understood, that is more the norm than the exception.
Churches are good stewards.

>>> that is perhaps a *generalization*, but not gross. and either way, that
>>> is my opinion based on my experience.
>>>
>> Yes, it is. And it shows how little you really understand.
>
> then i 'misunderstood' it from birth till age 20 all through church, bible
> school, camp, christian universities...i suppose i missed it since i've
> always applied the same logical requirements of claims regardless of their
> 'sacred' status.
>

So you're basing your opinions on your experience as a younger person on
one (or a few) church(es) - and saying all (or at least the majority)
are the same. Hardly a representative sample, I would say.

>>> btw, ain't it neat how churches now give sermonettes about tithing? isn't
>>> it sad that most of those sermonetts are geared to 'what you get back
>>> from' rather than 'you should do this so that we can' kind of language.
>>>
>> btw, ain't it neat how many Californians (or you name the group) are
>> murders? I see something on the news all the time about people murdering
>> others out there. So all those people who haven't been killed must be
>> murders.
>
> and that relates how? the trend of non-denominal churches started in the
> 80's. living in texas, i had/have unparalleled access to them. these
> sermonettes abounded and i still hear them each sunday at the church i
> attend. none of that original comment was a generalization at all, nor
> exageration...statement of fact.
>

So, if you're an atheist, why do you even bother attending church? And
since you do admit you attend, maybe you're looking for the wrong things
in a church.

Sure, I hear these sermonettes, also. And it is how they need more
money for community outreach, etc.

> now how do you get from there to trying to contrive a logical analogy that
> doesn't even come close to fitting the statement i actually made?
>

Sure it does. You've visited a few churches and found they all ask for
money for various reasons. I pick up the newspaper and hear a lot of
news about Californians murdering each other. You say all churches are
that way. So by the same logic I can only assume all Californians are
that way.

>> This is exactly the type of gross overgeneralization you're (again)
>> making, and it shows just how little you really understand - despite what
>> you *think* you know.
>
> not a generalization nor exageration. statement of fact. in fact, i'll be
> happy to audio this sunday's and post it for you. i'm assured to a degree of
> 95% that it will contain the same content as it has for years, the only
> thing differing is the babble story that goes with it.
>

Again, you're basing your statements on a very limited number of
churches that you selected for one reason or another. Hardly a
representative sample on many grounds.

>>>>> we cannot both be right. and as you have NO evidence to support that
>>>>> there is a god, the logical conclusion that should be drawn is that
>>>>> there, in fact, is none. further, that our notions of god(s) evolve
>>>>> over time to match our changing sophistication of thought is more proof
>>>>> for the idea that man created god rather than vice versa. so much the
>>>>> case is this, that we have nietche proclaiming that 'god is dead'!
>>>>>
>>>> Faulty logic.
>>> now is where you support *how* that logic is faulty. nietche describes
>>> exactly what i summerized. now you think you're prepared to take on
>>> nietche? go right ahead, the laugh will do me good.
>>>
>> Lack of evidence that something exists is NOT proof that it does not
>> exist. Faulty logic.
>
> it is an indication. further indications as pointed out by nietche (which
> you must have never read) such as the apparent evolution of god cooinciding
> with man's changes in sophistication of thought, just make your claim that
> one does (all the while never producing a shred of evidence in the whole of
> human-kind) seem laughable. nietche akins it to god being a "god of the
> gaps" in human understanding, and that as science fills those gaps with
> actual knowledge, god looses a home. 'god is dead' just means that he's
> about to turn up homeless.
>

No, according to the scientific method, it is not an indication of
presence or absence.

> nothing faulty there. remember, we are not trying to *prove* god exists. we
> are DEMANDING that you either put up or shut up...actually, we just want you
> put up...we couldn't care less what you delude yourself with - as long as we
> aren't funding it.
>

And quite frankly, I don't care what you're "demanding". If you choose
to not believe, that is your free choice. I have no onus to prove a god
exists to you.

>>>>>> As for proof - I have no proof you exist. All I see is some text on
>>>>>> my screen. It could have been generated by a computer. So by your
>>>>>> reasoning, I should not believe you exist. But I have faith that you
>>>>>> do.
>>>>> well, you have proof that something respondse to you. what you infer
>>>>> about that is up to you. however, you have *objective* evidence from
>>>>> which you can draw such conclusions.
>>>>>
>>>> I have proof that letters appear on my screen. Period. Nothing more,
>>>> nothing less. I have no idea what the source of those characters are.
>>> not the point. the point is, that those letters are in direct response to
>>> you. what you make of it means nothing to me...it's just that your point
>>> sucks. those letters are *objective* evidence of SOMETHING! we have
>>> NOTHING for the case of god. get it now?
>>>
>> No, that is the point. They could very well be created by random noise at
>> the subatomic level. There is no "proof" that you exist. Therefore,
>> according to your logic, you do not.
>
> don't be an idiot. the proof indicates that SOMETHING exists whether it is
> me or random noise, there is something you can observe and scientifically
> conclude what that source is!
>
> and since that is your strawman rather than my logic, it doesn't merit
> anyone's time.
>

Sure, and from my perspective, it could be random noise. There is
nothing to prove otherwise.

>>>>> this is something no one can do for god. subjective evidence is as
>>>>> interpretationally valid as the delusions of an insane person.
>>>>>
>>>>>>> 'it won't work'...lol. a lack of belief in something does not a
>>>>>>> religion make. specifically, it is the belief *IN* something that
>>>>>>> would be the start of religion.
>>>>>> And you have a belief in the lack of a god.
>>>>> negative ghost rider,
>>>>>
>>>>> i have drawn the conclusion that god does not exist because there is NO
>>>>> objective evidence that he does. one is a conclusion and the other,
>>>>> fact. there is no belief in that equation.
>>>> That's fine. That's your opinion. But do not try to convince me that
>>>> you are right and I am wrong. And don't try to stop me from practicing
>>>> my religion.
>>> make a deal with you. you stop thinking its ok for your religion to be
>>> practiced in publically sponsored venues such as court houses, schools,
>>> parks, etc. and i'll stop bitching about you trying to ram yours down my
>>> throat. as for what you do in your home or church or anywhere else not
>>> *sponsored* by the state, i couldn't care less how deeply deluded you
>>> care to take your mental depravity.
>> I'm not trying to ram my religion down your throat. But you are trying to
>> stop me from practicing my religion. It's zealots like you that the Bill
>> of Rights was designed to protect us against. Unfortunately, that
>> original intent has been lost over the years.
>
> oh but you are whenever your schools make time to pray - your coaches
> specifically praying to christ before sporting events - your courts making
> you swear oaths on a book of lies (only recently has an option been
> given)...not forcing your religion! poppy-cock!
>

Note I said "Non-Denominational", with opt-out for those who want it.
And while I have no problem with swearing on a bible, I know there are
those who do. And I have no problem with them taking an oath on another
book or even their wallet if they want.

> the bill of rights has been interpreted consistently on this issue since
> williams (a protestant theologean) first postulated that religion sponsored
> by government is not a religion of any kind of merit, that religion can
> stand on its own and further, that government endorsement of religion
> actually hinders its advancement. thomas jefferson interpreted the
> establishment clause as a 'wall of seperation', president tyler shared the
> same sentiment...in fact, never in our history has a president contradicted
> the idea of the seperation of church and state and the supreme court has
> always held to that very same idea. this in not a recent 'misunderstanding',
> this is a consistent *understanding* of the problems establishment and an
> unwaivering commitment to not repeat history.
>
> whatever you want to say about that is fine. you obviously only see things
> your way regardless of your lack of studies on any topic thus far discussed.
>
>
I never said there should not be separation of church and state. But
when the state says I can't practice my religion in certain
circumstances, that separation is gone.

After all - what harm does it do to you that a coach offers a prayer
before a big game? Are you afraid your children will start asking
questions about something you don't believe in?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 19.09.2007 22:31:34 von Steve

> But when they refuse to allow someone to place a cheche or menorah on city
> property (at no government expense), that's exactly what they are doing -
> interfering with someone's right to practice their religion. And such a
> display does *such great harm* to believers in other religions. It's
> public property and should be available to all, as long as it is in good
> taste (i.e. no displays from "The Honorable Church of the Naturalists".

'such great harm'...lol. and the slippery slope rises from no less than
these words.

i'm sure the wiccan symbol of an upside-down cross would not offend many. or
how about a swastika (yes, a religious symbol) would not offend anyone. and
how about pentagrams? who says what good taste is?

if the government allows such things on their properties, they sanction them
implicitly.

the fact that you feel like i'm hindering you by not allowing you to market
your filth in public places of operation (court houses, schools, etc.), is
absurd. you keep saying you don't try to 'convert' anyone. what other
purpose could there be? are you going to say, 'for historic reasons'? quit
playing dumb! you have churches, homes, any place that allows you to
proliferate your divel...just don't do it through the vehicle of government.


>> In short its best hope is to act as if it were completely a-theistic. Not
>> to deny or affirm God, but simply to keep its mucky paws out of that area
>> altogether. Almost any other course is a recipe for dissent and
>> ultimately revolution.
>>
>
> They should act such that religions can have the same access to public
> facilities as any non-religious group.

uhmmm...they do. both should have NONE provided by the government! period.

Re: OT - Oh, so OT.

am 19.09.2007 23:40:06 von Jerry Stuckle

Steve wrote:
>> I read something very interesting in this month's Scientific American last
>> night:
>
> so you actually do that?
>
>> Athiests cannot simply define themselves by what they do not believe. As
>> Austrian economist Ludwig von Mises warned his anti-Communist colleagues
>> in the 1950's: "An anti-something movement displays a purely negative
>> attitude. It has no chance whatever to succeed. Its passionate diatribes
>> virtually advertise the program they attack. People must fight for
>> something that they want to achieve, not simply reject an evil, no matter
>> how bad it may be."
>
> and like most religious people, ludwig had no fucking clue and was a
> paranoid bastard. we atheists don't hold meetings to take over the world as
> you religious folk do. as a matter of fact, outside of not caring whether or
> not god exists without evidence, we really don't have enough in common to
> keep conversations that interesting...much less hang out on an ongoing
> basis.
>

First of all, we aren't trying to take over the world. But you are
trying to take over the world by destroying all religion. You're not
doing it in meetings - you're trying to take away our legal rights to
practice our religions.

> we have no movement outside of not allowing religion to permeate *every*
> sector of public domain. that is an action and far from diatribe.
>

If you had your way, there would be no religion. You've said so yourself.

> again, glad to find out you read. just wish you'd have read something that
> actually applied to what we've been talking about. did you just google and
> copy/paste the first thing you found that had the word "atheist" in it?
>

Not at all. Pick up the September, 2007 copy of Scientific American.
It's right in there.

>>>>> I also profess no belief in leprechauns. Does that make me some kind of
>>>>> religious person?
>>>>>
>>>> Leprechauns are not gods.
>>> neither is your god. until you can PROVE otherwise, then both leprechauns
>>> and god are equally almighty.
>>>
>> How can He be, when according to you there are not gods? Unfortunately
>> for you, the majority of the world disagrees with you. And when it comes
>> to the meanings of words, majority rules.
>
> it's a logical comparison. however and again, my *claim* is that there is no
> objective evidence that god exists! get that through your pea-sized brain!
> the logical conclusion would be that there is no god.
>

The *logical* conclusion is that there would be no way to know whether a
god exists or not.

> i see your logic...majority makes right. the majority of the world consists
> of underdeveloped countries still rolling the bones and believing in demonic
> possession! as for those countries with educational opportunities (as we
> have seen again with the evolution of man's thought sophistication), there
> is more critical thinking being applied to all the religious dogma and god
> is replaced with reason. good bye "god of the gaps".
>

When it comes to word definitions, yes, the majority does rule.

> now, what was your point...cuz you certainly have not made any with that
> remark.
>

You're trying to say leprechauns are gods. My statement is they are not
recognized by society as gods. Not even the Irish believe they are.

>
>>>>> In fact there are thousands of things I do not believe, up to and
>>>>> including that GW Bush is the reincarnation of Immelda Markos.
>>>>>
>>>>> Like my non belief in god, the are simply not worth mentioning.
>>>>>
>>>>> What religious people do not like at all, is that to an atheist, the
>>>>> issue of whether god exists or not is simply irrelevant. Uninteresting
>>>>> in the highest degree. Its useless to believe or disbelieve. It has
>>>>> little objective effect either way.
>>>>>
>>>>>
>>>> I really don't care one way or the other what you think. Your religious
>>>> views are your own. Just don't infringe on my right to believe as I
>>>> choose.
>>> it is obvious to all that you don't care for anyone else's viewpoint. you
>>> don't even understand atheism enough to know what it is and is not (i.e.
>>> is not a religion). and, we could give two flying fucks what you believe.
>>> however, we at least have had an open mind enough to find out about not
>>> only your religion, but many others. you seem to feel comfortable using
>>> your asshole as blinders on the subject of religion. no wonder your
>>> opinion is so tunnel-visioned.
>>>
>> Yes, I do understand it. And I also understand that you hate it being
>> called a religion - because you are against all religions.
>
> i'm not against ANY religion. i go to church every sunday and blend in just
> like you, jerry. i suspect a surprising number of your flock are just like
> me, skeptical people in fancy suits just hoping no one asks, 'so, how's your
> walk with our lord jesus christ'. by the way, i fit in quite well and am
> close with my pastor...we golf every weekend. go figure.
>

So you're saying you're a hypocrite. You go to church but don't believe
in the teachings of the church. Ok.

>> I refer you to von Mises above.
>
> i refer you to 'get a fucking clue'.
>

Looks like I have more of a clue than you do.

>>>>>>> as i said, there is no objective evidence that would lead me to
>>>>>>> believe that god exists. no more *subjective* evidence for god than
>>>>>>> for santa clause or the toothfairy or the boogy man. are you saying
>>>>>>> that this critical observation makes me a religious atoothfarian or a
>>>>>>> asanta-clausian?
>>>>>>>
>>>>>> That's fine. It's your opinion and you're welcome to it. But don't
>>>>>> try to convince me my opinion is wrong.
>>>>>>
>>>>>> As for proof - I have no proof you exist. All I see is some text on
>>>>>> my screen. It could have been generated by a computer. So by your
>>>>>> reasoning, I should not believe you exist. But I have faith that you
>>>>>> do.
>>>>>>
>>>>> Thats your problem, not mine.
>>>>>
>>>> Not a problem at all.
>>> if you can't infer the inputs given to your senses, then you do have a
>>> problem. the hallmark trait of humanity is the ability to infer meaning
>>> and purpose. if you need god for that, fine. if you can't figure out the
>>> source of the letters you're reading, god ain't going to help you with
>>> that. as for what is 'real' and what is not, i fear - given your lack of
>>> study on the rest of theology and philosophy - you are ill-equipped to
>>> have a meaningful discussion. which begs the question, why did you try
>>> and vent the conversation in that direction?
>>>
>> Not at all. I can infer meaning and purpose just fine. But I can't see
>> you, I can't touch you - IOW, I have no proof you exist. Characters on a
>> screen are not "proof".
>
> they may not be proof of me, but that was not the point anyway. the point
> is, for the third time, that it is proof of something. whatever conclusions
> you make by observing the proof is a function of scientific method.
>

The universe exists. But since there is no proof of god, there is no
god. It's all random noise.

Likewise, the characters on my screen are proof something exists. It
could be random noise, but there is no proof that a person exists.

>>> as for what is 'real', even descartes was wrong. thinking is an activity
>>> that must be observed and confirmed. since all inputs could be deceptions
>>> of our senses, we can only say that 'i am'...else we wouldn't care to
>>> ponder the question in the first place. it is not 'i think, therefore i
>>> am'. his logic was good, just not taken far enough.
>>>
>> Oh, so now you great philosopher, also? ROFLMAO.
>
> no, oh noobie-to-philosophy. you should have recognized that i just
> regurgitated the classical adaptation to descartes 'i think' reduction. man,
> you should read more and speak less until you actually get up to speed with
> theological and philisophical points of consideration and contention. did
> you even go to college, or just something like ITT tech.?
>

Don't worry, I went to college. I just didn't remember the classical
adaptation. It's been over 30 years, and philosophy wasn't one of my
favorite courses back then.

>>> if that's where you wanted the conversation to go, sorry, you win. all
>>> may very well be an illusion. now, where does that get us? epistimology
>>> doesn't get us very far down the road.
>>>
>> Glad you finally admit it.
>
> 'finally'? that was the first mention. i never countered it. it is long
> considered to be the best, the *first case*, from which we understand all
> things. shit, you never did go to a philosophy class did you.
>
> jerry, stick to PHP...at least in that context, you are right more than you
> are wrong...but in either case, you've done your homework.
>

Looks like I've done a lot more homework than you have.

> as for you 'understanding' of other pov's. it is clear that when viewing
> them, you are merely looking at them rather than actually *taking* the pov
> in order to understand it...an the goggles of christianity never came off
> when you were looking at it. i imagine the whole time you considered another
> pov, racing through your mind was, 'how could anyone believe this bullshit?'
>

No, I understand your point of view. I don't happen to agree with it,
is all. And you really shouldn't try to guess what other people think.
You are so wrong.

>>>>>>> 'it won't work'...lol. a lack of belief in something does not a
>>>>>>> religion make. specifically, it is the belief *IN* something that
>>>>>>> would be the start of religion.
>>>>>>>
>>>>>> And you have a belief in the lack of a god.
>>>>>>
>>>>> No, simply no belief in its existence. And no need to have or not have
>>>>> the belief.
>>>> Same idea, different words.
>>> no, it's not just symantics. the fact that you don't get it, just means
>>> you don't get it. you can't "i'm right no matter what you say" your way
>>> out of this one, jerry.
>>>
>> Oh, I get it, alright.
>>
>>> if that's the way you chose to play it, then i'll just say my admitted
>>> generalization about church being a *business* is not a generalization at
>>> all. in fact, it is true. and, i'll use your words: "Try to deny it all
>>> you want. It won't work."
>>>
>> How little you know.
>>
>> Of course churches need to make money - they have bills to pay, also. And
>> as a whole, they contribute more back to the community than all Red
>> Crosses, Salvation Armies and the like do together. But churches are not
>> businesses - even the Federal government agrees with that.
>
> no, check your budget. how much of your funding specifically ends up in your
> community. the bulk, your accountant will tell you (outside of operating
> expenses, that i already said we not consider, you moron), goes to your
> denominations' headquarters with other large chuncks of change going to your
> denominations support of their missions - which are not local by any
> means...all the while, fulfilling the great commission i might add.
> surprisingly little actually goes back to the community that you were meant
> to serve.
>

I am familiar with the budget. We get a full accounting annually,
including how much goes where. But you have no idea where my church
spends its money.

>>> see how stupid that makes me sound? that's rhetorical and supposed to get
>>> you to substitue the word "me" with "you"...since you're having problems
>>> in this thread thinking logically.
>> Yep, it shows just how little you understand even the definition of a
>> "business".
>
> lol. is that like your economics blunder of not knowing the two sides of the
> economic equation - aside from the fact you didn't even know there WERE two
> sides? roflmfao
>
>

Not at all. Economics was one of my favorite courses.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 19.09.2007 23:41:08 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:Cc-dnbD_ockdmGzbnZ2dnUVZ_oHinZ2d@comcast.com...
>> Steve wrote:
>>> "Jerry Stuckle" wrote in message
>>> news:y8WdnXx90JCRr23bnZ2dnUVZ_uTinZ2d@comcast.com...
>>>> Shelly wrote:
>>>>> "Jerry Stuckle" wrote in message
>>>>> news:EM-dnbxp44nLZnLbnZ2dnUVZ_rHinZ2d@comcast.com...
>>>>>
>>>>>> Not necessary. You profess a belief in no god. That in itself is a
>>>>>> belief.
>>>>> A "belief" does not a religion make. A belief, couple with religious
>>>>> dogma and practices makes a religion.
>>>>>
>>>> Ceremonies and rites do not make a religion. A belief (or lack thereof)
>>>> in a higher power is what determines religion.
>>>>
>>>> I can still be a Christian if I don't go to church, don't take
>>>> communion, get married by a judge... My beliefs are what make me one.
>>> so, i'm a christian too if i have a lack of belief in christ? wow, they
>>> said getting to heaven was as easy as "a b c", but i had no idea!
>>>
>> I never said anything of the sort.
>
> well, if my lack of belief in god makes me religious, it only follows that
> my lack of belief in christ should make me a christian, right?
>
> ;^)
>

Again, your faulty logic strikes again.

>>> jerry, you have your head so far up your biblical ass, it isn't even
>>> funny anymore.
>> And you need to learn how to read simple English. You can't even
>> understand two sentences when put together.
>
> again, lol. you are quickly denegrading yourself to a proximity approaching
> a godwin!
>
>

Just like you? Read your response.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 19.09.2007 23:41:52 von Jerry Stuckle

Shelly wrote:
> "Jerry Stuckle" wrote in message
> news:y8WdnXx90JCRr23bnZ2dnUVZ_uTinZ2d@comcast.com...
>> Shelly wrote:
>>> "Jerry Stuckle" wrote in message
>>> news:EM-dnbxp44nLZnLbnZ2dnUVZ_rHinZ2d@comcast.com...
>>>
>>>> Not necessary. You profess a belief in no god. That in itself is a
>>>> belief.
>>> A "belief" does not a religion make. A belief, couple with religious
>>> dogma and practices makes a religion.
>>>
>> Ceremonies and rites do not make a religion. A belief (or lack thereof)
>> in a higher power is what determines religion.
>
> Sorry, no. That is just a theological stand, not a religion. It is that
> stand COUPLED WITH the dogma and practices that make up a religion.
>
> Shelly
>
>

Sorry, religion requires neither ceremonies or rites.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 19.09.2007 23:42:08 von Jerry Stuckle

asdf wrote:
> "Shelly" wrote in message
> news:13f0pp8toueg969@corp.supernews.com...
>> "Jerry Stuckle" wrote in message
>> news:y8WdnXx90JCRr23bnZ2dnUVZ_uTinZ2d@comcast.com...
>>> Shelly wrote:
>>>> "Jerry Stuckle" wrote in message
>>>> news:EM-dnbxp44nLZnLbnZ2dnUVZ_rHinZ2d@comcast.com...
>>>>
>>>>> Not necessary. You profess a belief in no god. That in itself is a
>>>>> belief.
>>>> A "belief" does not a religion make. A belief, couple with religious
>>>> dogma and practices makes a religion.
>>>>
>>> Ceremonies and rites do not make a religion. A belief (or lack thereof)
>>> in a higher power is what determines religion.
>> Sorry, no. That is just a theological stand, not a religion. It is that
>> stand COUPLED WITH the dogma and practices that make up a religion.
>>
>> Shelly
>
>
> Your karma just ran over my dogma :)
>
>

:-)

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 19.09.2007 23:46:52 von Jerry Stuckle

The Natural Philosopher wrote:
> Jerry Stuckle wrote:
>
>>
>> ROFLMAO! I couldn't begin to list the things he screwed up.
>>
>
> Well he didn't screw up the economy to the point where the dollar is in
> free fall, and the end of the mighty dollar is in sight, along with any
> semblance of honour and dignity and respect for America the SuperPower.
>
> Frankly., if a sleazy blow job on the office carpet is the price for
> retaining world status and respect I'd go with the blow job anyday.
>
>

No, he didn't. He started; fortunately his second term ended before he
could complete his work. It was Bush's economic policy which gave us
the prosperity we have today. Sure, the subprime mortgage market is in
free fall. But you can't blame that on Bush - it's what happens in a
free economy when businessmen make lousy decisions.

Other than that, we're doing great. And it was in a large part due to
Bush's tax cuts, which stimulated the economy.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 19.09.2007 23:51:50 von Doan Noahlot

http://www.editorandpublisher.com/eandp/news/article_display .jsp?vnu_content_id=1003624798

Re: OT - Oh, so OT.

am 19.09.2007 23:57:05 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:lOqdnSHxypjj0W3bnZ2dnUVZ_jGdnZ2d@comcast.com...
>> Steve wrote:
>>>>> Atheism is a religion?
>>>>> Do you actually have any clue?
>>>>>
>>>> Yes, I do. It is a disbelief in a god, as Shelly pointed out from
>>>> Websters.
>>> perhaps you need several clues then!
>>>
>>> i don't believe the toothfairy is real. am i religious now, being an
>>> atoothfairian?
>>>
>> If you could get the rest of the world to agree the tooth fairy is a
>> god,then yes. But I doubt you would be able to do that.
>
> oh, so concensus is what makes a god a god...interesting.
>

How else would you do it? After all - you said a god's presence
couldn't be proven.

>>> or, is this a special case because the word gawd is the object of
>>> disbelief?
>>>
>> The belief in a higher power. Call it God, Jehovah, Allah or any of the
>> other names the higher power is known by, yes. That is the definition of
>> religion.
>
> funny how non of that exists in atheism. declaring the obvious, there is no
> evidence of any god(s), does not follow your definition of religion, now
> does it. we, atheists, are without belief in a higher power.
>

I knew you would say that, but I couldn't come up with a better way to
put it. But your belief in an absence of a higher power is also a
belief. But we've been there before.

>>>>> Please Jerry: I read this whole thread (my bad) and came to the
>>>>> conclusion you better stick with PHP.
>>>>> You can speak with some authority on PHP, but your worldview....
>>>>> It is dangerous singleminded dribble in my humble opinion.
>>>>>
>>>> Fine, you're entitled to your opinion.
>>> hmmm...if we apply the scientific method to this, and since there is no
>>> observable evidence god does exist...yep, i'd say his is more likely
>>> right than not.
>>>
>> Faulty logic. Lack of proof that something exists is not proof it does
>> not exist.
>
> scientific method would say the case that one does exist is not valid
> without supporting evidence.
> logic goes further. since there is no evidence supporting the claim, the
> original state of affairs remains the same...therefor, there is no god.
>

No, it does not. It says something may exist until there is evidence
proving to the contrary.

People come up with unsupported theories all the time, i.e. that atoms
are indivisible. That theory went on for a while until the Curies
discovered radioactivity and found atoms could be divided and the theory
was proven false.

Note that the scientific method did not say atoms could not be divided;
it just said there was no indication they could. But then there was.

The same way, protons, electrons and neutrons were thought to be
indivisible until particle accelerators came along. Then we found they
could be divided. Again, the scientific method did not say they could
not be divided; just that there was no proof one way or the other.


> but lets stick to what we don't have...proof that gods exist. i'll ask you
> the same question that i asked shelly. this should be more pertenant to you
> since you are a christian and believe in a personal savior...
>
> what kind of relationship can you infer that a god, that does not give
> evidence for himself, would want to have with humanity? if he seems to want
> to be hidden, it kind of follows that he/she/it/they really don't want to be
> known, much less know you. further, if you have no objective evidence that
> god exists, how could you possibly jump to the conclusion that the bible is
> his word and that jesus is his son and that that perspective is the only way
> to eternal life...much less be assured that there is a heaven or hell?
>
> without evidence, we cannot confirm god(s) intentions toward us and can't
> really know anything about him. without evidence, your most fundamental
> question should not be whether or not a god(s) exist, rather it should be
> what are his intentions toward me.
>

No, we can't. Even with evidence I doubt we could understand, much less
confirm God's intentions towards us, any more than an ant could
understand our intentions towards it.

But again, my faith is what does it for me.

>>> jerry, religion makes the claim god exists. atheist just don't believe
>>> them until they provide evidence. it's the logical thing to do. for you
>>> making the claim, it would only be responsible to provide such evidence
>>> so that we needn't go back and forth.
>>>
>> That's fine. You're entitled to your beliefs, also.
>
> however, you are not entitled to say atheism is a religion just because you
> want to. you clearly have no understanding of any other perspective other
> than christianity. i suppose i shouldn't have expected any more from you
> than that.
>

And you are not entitled to say atheism is not a religion just because
you don't want to be associated with a religion.

> you stumbled right into pascal's wager even when i warned you one post
> before...i guess i should at least give you credit, given this thread's
> length, for not pulling a godwin at this point. if you're not done with this
> thread yet, i may have just predicted your next post...unless you're
> googling now to avert another blunder. ;^)
>
> EOT
>
>
Whatever.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 20.09.2007 00:02:25 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:WPOdnQclxN0-0m3bnZ2dnUVZ_jidnZ2d@comcast.com...
>> Steve wrote:
>>> "Jerry Stuckle" wrote in message
>>> news:jtOdnUMcBZMYY3LbnZ2dnUVZ_vzinZ2d@comcast.com...
>>>> Sanders Kaufman wrote:
>>>>> Jerry Stuckle wrote:
>>>>>
>>>>>> The first amendment had to do with TOLERANCE. You worship your way
>>>>>> and I worship mine. You don't try to tell me what I can and cannot
>>>>>> do, and I don't try to tell you the same.
>>>>> The Constitution also only counted black people as 3/5 of a human.
>>>>>
>>>>> The genius of the constitution is that it's ammendable, and the Bill of
>>>>> Rights is just a bunch of ammendments - which can be repealed.
>>>>>
>>>>> It's time to let our tolerance of religious extremism go the way of our
>>>>> tolerance of slavery.
>>>>>
>>>>> --
>>>>> If 9/11 taught us nothing else, it's that religious zealots are
>>>>> /everybody's/ mortal enemy.
>>>> I agree. It's time to let our tolerance of those who won't let others
>>>> practice their own religion go the way of our tolerance of slavery.
>>> but atheism is on the fence. it is a religion...but not. so therefore,
>>> let's say they have substandard morals and tell them to fuck off when
>>> they say seperation of church and state and want religious dogma removed
>>> from public places and want prayer out of schools. yeah, they don't
>>> count. tolerance only goes to 'full-blooded' 'american' religions.
>>>
>>> lol.
>> I never said atheists had substandard morals. I said I am more
>> comfortable that someone who shares my religion has similar morals.
>>
>> Nothing more, nothing less.
>>
>> And the 1st Amendment states: "Congress shall make no law respecting an
>> establishment of religion, or prohibiting the free exercise thereof; ..."
>>
>> Additionally, the 14th Amendment states: "...No State shall make or
>> enforce any law which shall abridge the privileges or immunities of
>> citizens of the United States;..."
>>
>> There is nothing in there about the "separation of Church and State". Nor
>> is there anything stating the 10 Commandments (or anything else with
>> religious connotations) cannot be displayed in a public building
>
> well, apparently you don't study history. in all your searching, you just
> skipped the obvious...the FIRST ammendment, part of the bill of rights. look
> up the "establishment clause". from jefferson's letter to a baptist
> congregation that described the clause as a "wall of seperation", we have an
> entire embrace of that notion from the supreme court, to presidents, to
> those other "supposedly christian" founding fathers. it echos not only in
> this country but in others by other terms like disestablishmentarianism to
> pluralism and the like.
>
> since you seem to avoid reading anything not related to php or the babble,
> that breaks down to "government sponsorship of any religion, bad",
> "preventing someone from practicing their own religion, bad too".
>
> school is now over. i can certainly suggest many more good historical reads.
> i already mentioned the federalist papers, but i could throw in the
> religious leaders' writing that affirmed the notions that religions need no
> help of the government to advance themselves...even to the point where the
> governmental support thereof is a detriment. but hell, we haven't even
> gotten into laissez-fair...which has nothing to do with lilith fair. and no,
> it's not just about economics.
>

Actually, I've probably read more history than you. It's been a hobby
of mine for many years, although I don't get as much time to spend on it
as I would like. It's amazing how interesting it becomes when so much
of what you remember is "ancient history" to current kids :-)

And yes, Jefferson did advocate the separation of church and state. But
he did not say the state should prevent people from practicing their
religion.

>> There is a minority of atheists out there who want to stop me and anyone
>> else with a professed belief in a god from practicing our religion.
>
> we may want to shake your skull and say, hello, is anyone in there...but
> alas, no, we couldn't care less what you believe or how you practice it.
> we're just touchy about the state-religion-sponsorship-thingy that you
> simply don't get - not the current problems, not the importance of
> seperation, nor the history that went into our well documented need and
> desire to have, in our government at least, the seperation of church and
> state.
>

And you take it far past the point where it infringes with my rights.
That's where I draw the line.

>> That right there is against both the intent and the wording of the 1st
>> Amendment.
>
> what right there? the establishment clause is the compliment to the fact
> that the government should not, likewise, infringe on your right to practice
> your religion. you just forgot what the establishment part of that
> ammendment says.
>
> ;^)
>
>

No, I didn't forget that at all.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 20.09.2007 00:08:38 von Steve

"Jerry Stuckle" wrote in message
news:LeCdnVDTxZOzH2zbnZ2dnUVZ_o2vnZ2d@comcast.com...
> Steve wrote:
>> "Jerry Stuckle" wrote in message
>> news:t5qdnWpWN-VEnWzbnZ2dnUVZ_rmjnZ2d@comcast.com...
>>> Steve wrote:
>>>> "Jerry Stuckle" wrote in message
>>>> news:y8WdnUJ90JA_rW3bnZ2dnUVZ_uSgnZ2d@comcast.com...
>>>>> Steve wrote:
>>>>>> "Jerry Stuckle" wrote in message
>>>>>> news:EM-dnbxp44nLZnLbnZ2dnUVZ_rHinZ2d@comcast.com...
>>>>>>> Steve wrote:
>>>>>>>>> Ah, but whether you like it or not, atheism is a religion. It is
>>>>>>>>> not a "lack of belief" - it is a specifically belief there is no
>>>>>>>>> god.
>>>>>>>>>
>>>>>>>>> Try to deny it all you want. It won't work.
>>>>>>>> negative, ghost rider.
>>>>>>>>
>>>>>>>> 'a' latin: without
>>>>>>>> 'theism' latin: belief in god(s)
>>>>>>>>
>>>>>>>> try websters instead of your own opinion.
>>>>>>>>
>>>>>>> Which does not mean it is not a religion.
>>>>>> so that means it does?! come one jerry, you're more logical than
>>>>>> that!
>>>>>>
>>>>> Who cares what the Latin roots mean? It's today's current usage that
>>>>> counts.
>>>> you obviously don't. just goes to show...
>>>>
>>> No, I don't. Words change meanings over the years. Definitions which
>>> are 2,000 years old and not in agreement with current usage are
>>> meaningful only to those who are unsuccessfully trying to make a point.
>>
>> well then that wouldn't be me. latin and greek are used as a base for
>> creating words even today. they are used *because* they're "dead"
>> languages and are not going to change to fit modern use. as i said
>> before, your s.a.t scores must have s.u.c.k.e.d.
>>
>
> Yes, they are used as a BASE. That does not mean the words maintain the
> same meaning today.
>
> A perfect example. In the 1800's and before, "Hello" was an exclamation
> of surprise, not a greeting. It's meaning has changed.

interesting. and hello is derived from? do you fail to note that in a
dictionary, there is usually quite a good etymological account for the
word...including multiple meanings?

>>>>>>>> tell me, what rites, what cerimonies, what traditions do atheists
>>>>>>>> observe? where do we congregate? what activities do we engage that
>>>>>>>> resembles anything religious?
>>>>>>>>
>>>>>>> Not necessary. You profess a belief in no god. That in itself is a
>>>>>>> belief.
>>>>>> i 'believe' i *observe no evidence* that would allow me to
>>>>>> *logically* lead to me to a conclusion that god exists.
>>>>>>
>>>>> And it results in a belief. Or, more accurately, a disbelief.
>>>> negative. it is a fact that there is no observable evidence that god
>>>> exists. the ramification of that fact requires no belief whatsoever.
>>>>
>>>>> 200 years ago there was no proof that microbes existed. 150 years ago
>>>>> there was no proof that radio waves existed. 100 years ago there was
>>>>> no proof that atoms existed. So by your logic, since there was no
>>>>> proof, these things didn't exist.
>>>> no, people theorized that they existed. then, they went about making
>>>> the tools needed to *observe* them. now we see them all quite well.
>>>> scientifically, before we could see them literally, there were still
>>>> observable signs that they did in fact exist...we just didn't know what
>>>> they'd look like...we had an idea of how they behaved well before then
>>>> though.
>>>>
>>> No, people didn't even theorize these things existed back then. They
>>> had no idea. A few people had "faith" they existed. But since faith
>>> isn't proof, according to your logic they didn't exist.
>>
>> hmmm, they have indications (preliminary 'proofs') that these things
>> existed. rather than just taking on 'faith' that they did, wanting to
>> know if they were right in the first place, they *tested* the theories.
>> they even built sophisticated tools to help them. science is not going to
>> hinge results on 'faith'...and it was the lack thereof that lead to the
>> discovery and better understanding of these things. darwin theorized a
>> mechanism of replication long before we knew about genes, however he
>> didn't willy-nilly that they existed (you just needed a pinch of faith to
>> 'see' them) and focused himself on what he observed. now we have proof
>> they do and we understand them to an unimaginable degree then when
>> someone just suspected they existed. it is anti-take-it-on-faith and a
>> lot of hard work that gives us meaninful, useful answers.
>>
>
> You mean the Egyptian Pharaohs had indications that any of these existed?
> Or are you saying since they didn't have any indications, none of these
> existed?

they did not consider it...no one did until they said, 'hey! what does this
information idicate?' then they tested what they saw (whomever 'they' were).
see how it works? stop being an idiot with your strawmen arguments.

> No, they had no indications these things existed. For instance, it wasn't
> until Luigi Galvani and other physicists of his age started playing around
> with electricity that they even knew electromagnetic waves existed. There
> was no "preliminary proof" - in fact, it was a huge surprise to Galvani
> that an electric current would deflect a compass. And it wasn't until
> Marconi, Tesla and others actually discovered electromagnetic waves could
> send information over great distances.
>
> The same with other discoveries. It doesn't mean these things didn't
> exist before that time. Just that there was no proof.

that's not like god at all. they discoved them by accident. they didn't
declare WITHOUT EVIDENCE that these things existed. they just weren't
considered since they were unknown. further, while they 'playing around',
they saw signs of something...an *indication* of something. they used those
*indications* to formulate and predict what these things were. again, your
example is non-sequitur to our argument at hand.

> However, by your "logic", the lack of proof they existed means they
> didn't.


funny, whether or not a thing exists is only meaningful if we have
*indications* of them. otherwise, we don't know they are there to
consider...further, if they are said to exist but are nothing more than a
statement of existence, you are in the same boat! why consider either? why
worry about things you can't prove exist? if you stumble across something,
great! if you see something no one else has, great! but to just flatly state
god exists and offer NO evidence is not only intellectually dishonest, it is
devoid of intellect and is more closely related to fraud. faith be damned.


>>>>>> that is a PROCESS and not a belief. it is called scientific method.
>>>>>> i'm sure your response will be that science, too, is a religion. just
>>>>>> a prediction. ;^)
>>>>>>
>>>>> The scientific method deals with proving or disproving the existence
>>>>> of something - a physical item, a behavior, etc. But according to the
>>>>> scientific method, lack of proof one way or the other does not mean
>>>>> something does or does not exist.
>>>> ass backwards. religion claims god exists. logic and science demands
>>>> proof. if no proof, the claim is not verified and by default, false or
>>>> held without merit until such proof is provided. this is basic stuff,
>>>> jerry. why is god the only theory you wouldn't apply such reason to?
>>>> i'm hoping it's the only one anyway!
>>>>
>>> No, if there is no proof, the scientific method defines them as
>>> "unproven". Period. It does not take a stand on whether something
>>> "unproven" exists or does not exist. Don't try to twist it to your
>>> meanings. It ain't gonna work.
>>
>> lol. i can see your eutopian headline now..."magical sky pixies exist!"
>> and in the article, your version of scientists (creationists in lab
>> coats) are quoted saying, "at first we didn't know what to make of it,
>> but someone told us they were real and sure enough, we we looked through
>> our eyes of faith, we could see them clear as day."
>>
>> either way, the claim that god exists is of religion and is then,
>> religion's burden to prove. most of the christian philosophers and
>> theologists concede that god can't be proven or even known. yet, you
>> believe you can and that he somehow wants to know you...for his
>> "benefit"? obsurd.
>>
>
> Again, just because it isn't "proven" to your liking that a god exists
> (and may never be) doesn't mean a god doesn't exist.

proven to ANY one since there is no means to falsify the notion of god,
santa, toothfairy, or the magical sky pixies. there is NO OBJECTIVE
EVIDENCE. got it yet? hell, if you can provide some, then the world
inclusive of theological scholars and and philosophers would love to see
it...they've all been waiting for that day since the dawn of
man...errr...rather, the day man thought up god.

>>>> btw, you cannot disprove existence! to exist would mean there'd be
>>>> *observable* evidence. atheists aren't dumb enough to want to disprove
>>>> the existence of something. without evidence, there simply is no merit
>>>> to the idea that god does exist...a proposition religion puts out. the
>>>> basic argument is that if a thing exists, it should have signs of said
>>>> existence. sorry, god does not.
>>>>
>>> Not in your eyes, it doesn't, anyway. But you're open to your opinion.
>>
>> tell me then, in your eyes, how one exactly goes about proving something
>> doesn't exist when any objective evidence gathered would be a result of
>> that thing existing. i know you're irrational when it comes to religion
>> and fail to apply any logic to your beliefs (the only way religion can be
>> digested anyway), but surely this monsterous delima didn't just pass
>> under your radar undetected!
>>
>
> You can't prove non-existence. You can only prove existence. And I have
> the proof I need to believe.

i believe i stated that first. right, you cannot prove a thing not to exist.

i'm glad you have all the proof you need. your statement of *faith* was
never a part of this conversation. but, again, so glad for you.

>>>>>>>> as i said, there is no objective evidence that would lead me to
>>>>>>>> believe that god exists. no more *subjective* evidence for god than
>>>>>>>> for santa clause or the toothfairy or the boogy man. are you saying
>>>>>>>> that this critical observation makes me a religious atoothfarian or
>>>>>>>> a asanta-clausian?
>>>>>>>>
>>>>>>> That's fine. It's your opinion and you're welcome to it. But don't
>>>>>>> try to convince me my opinion is wrong.
>>>>>> sorry, religious people are in the *business* of converting. as for
>>>>>> opinion?
>>>>> That is a gross overgeneralization.
>>>> well, that is the great commission, no? the catholic church has a
>>>> litany of instances of making a buck...which is what pissed off martin
>>>> luther. how many televangelists give more than they make? let me bring
>>>> this home...what percent of your churches budget goes to endeavors
>>>> outside of the church? yes, exclude its own operating expenses. now,
>>>> think of how you worship. new and exciting, almost marketed, right?
>>>> appealing to younger crowds, yes? whatever percentage you came up with,
>>>> you cannot fund a thing if you aren't a going concern...and once going,
>>>> that percent tends to be very small given the overall funding. churches
>>>> tend to want to expand their complex's in stead of helping those in
>>>> need.
>>>>
>>> A significant portion of my church's outside expenses involve helping
>>> people who need it, regardless of race, color, creed, etc. But I'm sure
>>> you'll try to claim we are trying to "convert" these people. We are
>>> not.
>>
>> i'm glad to hear your chuch is an exception. however, ALL CHRISTIANS are
>> charged with the great commission. and yet you say you have nothing to do
>> with 'converting' people!?!! did you miss that in sunday school?
>>
>
> If you really understood, that is more the norm than the exception.
> Churches are good stewards.

i really understand that what i said is part of my experience with many
churches and is right there, not a one-off or second-hand he/she/said.

>>>> that is perhaps a *generalization*, but not gross. and either way, that
>>>> is my opinion based on my experience.
>>>>
>>> Yes, it is. And it shows how little you really understand.
>>
>> then i 'misunderstood' it from birth till age 20 all through church,
>> bible school, camp, christian universities...i suppose i missed it since
>> i've always applied the same logical requirements of claims regardless of
>> their 'sacred' status.
>>
>
> So you're basing your opinions on your experience as a younger person on
> one (or a few) church(es) - and saying all (or at least the majority) are
> the same. Hardly a representative sample, I would say.

i never swayed the arm to encompass more of them than my experience.
probably all churches are NOT that way, however ALL the churches in which
i've been involved are. see the difference?


>>>> btw, ain't it neat how churches now give sermonettes about tithing?
>>>> isn't it sad that most of those sermonetts are geared to 'what you get
>>>> back from' rather than 'you should do this so that we can' kind of
>>>> language.
>>>>
>>> btw, ain't it neat how many Californians (or you name the group) are
>>> murders? I see something on the news all the time about people
>>> murdering others out there. So all those people who haven't been killed
>>> must be murders.
>>
>> and that relates how? the trend of non-denominal churches started in the
>> 80's. living in texas, i had/have unparalleled access to them. these
>> sermonettes abounded and i still hear them each sunday at the church i
>> attend. none of that original comment was a generalization at all, nor
>> exageration...statement of fact.
>>
>
> So, if you're an atheist, why do you even bother attending church? And
> since you do admit you attend, maybe you're looking for the wrong things
> in a church.

no, i sit quietly and bite my tounge most of the time. my kids like going
and i want them to learn social skills. church is just another avenue for
that. it is also great for entertainment...part of those funds that could go
to those in need being used instead to keep enrollment up and perhaps draw
new folks...ooops, i digress, i went there again!

i have some really good friends there. that's all its about to me. it's just
having to sit through the blathering for an hour that gets me sometimes.

> Sure, I hear these sermonettes, also. And it is how they need more money
> for community outreach, etc.

well in texas, you'd probably hear some of that. but, mostly, you'd hear the
impetous for your tithing sounding like 'this is what god will do for you or
bless you with if you [give us your money]'.

>> now how do you get from there to trying to contrive a logical analogy
>> that doesn't even come close to fitting the statement i actually made?
>>
>
> Sure it does. You've visited a few churches and found they all ask for
> money for various reasons. I pick up the newspaper and hear a lot of news
> about Californians murdering each other. You say all churches are that
> way. So by the same logic I can only assume all Californians are that
> way.

i said my church'n experience runs from a to nth length of time, and of the
churches which i frequented, this was my experience. that hardly encompasses
ALL churches. so, there you are, non-sequitur yet again.

>>> This is exactly the type of gross overgeneralization you're (again)
>>> making, and it shows just how little you really understand - despite
>>> what you *think* you know.
>>
>> not a generalization nor exageration. statement of fact. in fact, i'll be
>> happy to audio this sunday's and post it for you. i'm assured to a degree
>> of 95% that it will contain the same content as it has for years, the
>> only thing differing is the babble story that goes with it.
>>
>
> Again, you're basing your statements on a very limited number of churches
> that you selected for one reason or another. Hardly a representative
> sample on many grounds.

uhmmm, that sample represents 100% of the churches i've been involved in. i
never made claims that should have been taken as ALL churches.

>>>>>> we cannot both be right. and as you have NO evidence to support that
>>>>>> there is a god, the logical conclusion that should be drawn is that
>>>>>> there, in fact, is none. further, that our notions of god(s) evolve
>>>>>> over time to match our changing sophistication of thought is more
>>>>>> proof for the idea that man created god rather than vice versa. so
>>>>>> much the case is this, that we have nietche proclaiming that 'god is
>>>>>> dead'!
>>>>>>
>>>>> Faulty logic.
>>>> now is where you support *how* that logic is faulty. nietche describes
>>>> exactly what i summerized. now you think you're prepared to take on
>>>> nietche? go right ahead, the laugh will do me good.
>>>>
>>> Lack of evidence that something exists is NOT proof that it does not
>>> exist. Faulty logic.
>>
>> it is an indication. further indications as pointed out by nietche (which
>> you must have never read) such as the apparent evolution of god
>> cooinciding with man's changes in sophistication of thought, just make
>> your claim that one does (all the while never producing a shred of
>> evidence in the whole of human-kind) seem laughable. nietche akins it to
>> god being a "god of the gaps" in human understanding, and that as science
>> fills those gaps with actual knowledge, god looses a home. 'god is dead'
>> just means that he's about to turn up homeless.
>>
>
> No, according to the scientific method, it is not an indication of
> presence or absence.

an indication that the premise 'god exists' is wrong. do try to keep up.
that would naturally infer 'presence' AND the 'absence' thereof. without
evidence, you're stuck with that. give me some proof, and i'll hush up.

>> nothing faulty there. remember, we are not trying to *prove* god exists.
>> we are DEMANDING that you either put up or shut up...actually, we just
>> want you put up...we couldn't care less what you delude yourself with -
>> as long as we aren't funding it.
>>
>
> And quite frankly, I don't care what you're "demanding". If you choose to
> not believe, that is your free choice. I have no onus to prove a god
> exists to you.

if you make a claim, the burden of proof is left to you to provide. else, it
is a meaningless statement in itself and in its proclamation.

bandersnatches exist. and, they go clickety-clack. one should be ware of
them.

now, what do you care to do with that information without evidence? pretty
irrelevant to anyone, isn't it.

>>>>>>> As for proof - I have no proof you exist. All I see is some text on
>>>>>>> my screen. It could have been generated by a computer. So by your
>>>>>>> reasoning, I should not believe you exist. But I have faith that
>>>>>>> you do.
>>>>>> well, you have proof that something respondse to you. what you infer
>>>>>> about that is up to you. however, you have *objective* evidence from
>>>>>> which you can draw such conclusions.
>>>>>>
>>>>> I have proof that letters appear on my screen. Period. Nothing more,
>>>>> nothing less. I have no idea what the source of those characters are.
>>>> not the point. the point is, that those letters are in direct response
>>>> to you. what you make of it means nothing to me...it's just that your
>>>> point sucks. those letters are *objective* evidence of SOMETHING! we
>>>> have NOTHING for the case of god. get it now?
>>>>
>>> No, that is the point. They could very well be created by random noise
>>> at the subatomic level. There is no "proof" that you exist. Therefore,
>>> according to your logic, you do not.
>>
>> don't be an idiot. the proof indicates that SOMETHING exists whether it
>> is me or random noise, there is something you can observe and
>> scientifically conclude what that source is!
>>
>> and since that is your strawman rather than my logic, it doesn't merit
>> anyone's time.
>>
>
> Sure, and from my perspective, it could be random noise. There is nothing
> to prove otherwise.

and that is your conclusion based on what you've observed.

phewf, i though you'd need a few more posts before you finally got the
general gist of it.

>>>>>> this is something no one can do for god. subjective evidence is as
>>>>>> interpretationally valid as the delusions of an insane person.
>>>>>>
>>>>>>>> 'it won't work'...lol. a lack of belief in something does not a
>>>>>>>> religion make. specifically, it is the belief *IN* something that
>>>>>>>> would be the start of religion.
>>>>>>> And you have a belief in the lack of a god.
>>>>>> negative ghost rider,
>>>>>>
>>>>>> i have drawn the conclusion that god does not exist because there is
>>>>>> NO objective evidence that he does. one is a conclusion and the
>>>>>> other, fact. there is no belief in that equation.
>>>>> That's fine. That's your opinion. But do not try to convince me that
>>>>> you are right and I am wrong. And don't try to stop me from
>>>>> practicing my religion.
>>>> make a deal with you. you stop thinking its ok for your religion to be
>>>> practiced in publically sponsored venues such as court houses, schools,
>>>> parks, etc. and i'll stop bitching about you trying to ram yours down
>>>> my throat. as for what you do in your home or church or anywhere else
>>>> not *sponsored* by the state, i couldn't care less how deeply deluded
>>>> you care to take your mental depravity.
>>> I'm not trying to ram my religion down your throat. But you are trying
>>> to stop me from practicing my religion. It's zealots like you that the
>>> Bill of Rights was designed to protect us against. Unfortunately, that
>>> original intent has been lost over the years.
>>
>> oh but you are whenever your schools make time to pray - your coaches
>> specifically praying to christ before sporting events - your courts
>> making you swear oaths on a book of lies (only recently has an option
>> been given)...not forcing your religion! poppy-cock!
>>
>
> Note I said "Non-Denominational", with opt-out for those who want it. And
> while I have no problem with swearing on a bible, I know there are those
> who do. And I have no problem with them taking an oath on another book or
> even their wallet if they want.

again, would those be non-denominational zen budhists or non-denominational
satanists or non-denominational hindus or non-denominational muslims or
non-denominational wiccans or ...

there should be no need for a situation that required an opt-out option in
the first place!

>> the bill of rights has been interpreted consistently on this issue since
>> williams (a protestant theologean) first postulated that religion
>> sponsored by government is not a religion of any kind of merit, that
>> religion can stand on its own and further, that government endorsement of
>> religion actually hinders its advancement. thomas jefferson interpreted
>> the establishment clause as a 'wall of seperation', president tyler
>> shared the same sentiment...in fact, never in our history has a president
>> contradicted the idea of the seperation of church and state and the
>> supreme court has always held to that very same idea. this in not a
>> recent 'misunderstanding', this is a consistent *understanding* of the
>> problems establishment and an unwaivering commitment to not repeat
>> history.
>>
>> whatever you want to say about that is fine. you obviously only see
>> things your way regardless of your lack of studies on any topic thus far
>> discussed.
> I never said there should not be separation of church and state. But when
> the state says I can't practice my religion in certain circumstances, that
> separation is gone.

uhummm, how stupid can you be? by what mechanism at the disposal of the
government would it be possible to keep separate the affairs of the church
and the affairs of the state is NO ONE is enforcing said wall?!!!

the constitution affords that no rats shall be allowed in public buildings
such as schools and parks and libraries and such. if those over the schools,
parks, libraries and such do not keep the rats out, they will surely come
in!

you have equal access to practice your beliefs as anyone else. the standard
is the same. the laws are the same. if you feel the gov. should favor you
more, then you're more arrogant that i thought.

> After all - what harm does it do to you that a coach offers a prayer
> before a big game? Are you afraid your children will start asking
> questions about something you don't believe in?

i don't know. you tell me. what if he's leading your kid in a prayer to
satan? what would your problem be with that? what, are you afraid your
children will start asking questions about something you don't believe in?

don't be moronic.

Re: OT - Oh, so OT.

am 20.09.2007 00:09:50 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:WPOdnQYlxN2FzW3bnZ2dnUVZ_jidnZ2d@comcast.com...
>> The Natural Philosopher wrote:
>>> Jerry Stuckle wrote:
>>>
>>>> And BTW - atheism is a religion, also.
>>> Only to religious people.
>>>
>> And Websters...
>
> i have an old copy of websters that is nothing like their current
> definition. plus, every dictionary has a different definition of atheism. it
> just means no one really understands what it is...except atheists. we don't
> mind. we're only about 2% of the world's population. even so, that doesn't
> make your snappy come-back, very snappy.
>
> ;^)
>

Gee, word meanings change. Maybe you should get a copy which has been
published this century. Or at least last century.

>>> To atheists it is merely sidelining religion as irrelevant and getting on
>>> with the job.
>>>
>>> This is conveniently
>>>> "overlooked" by those espousing it in the name of "freedom".
>>> This is conveniently overlooked by those who cannot concieve of a person
>>> who believes in nothing other than his sensory apparatus and what it
>>> tells him.
>>>
>> Not at all. I can conceive of those people. But, unlike them, I don't
>> try to force them to practice my religion - but they want to prohibit me
>> from practicing it.
>
> wow. now would be the time for you to say what happened to you
> *specifically* so we don't just discard such a statement as a generalized
> blurt that is unfounded and meaningless.
>
> you still haven't said how you reconsile your apparent aversion to
> fulfilling the great commission. you may not actively tie us down, but
> you're certainly supposed to tell us "the good news". btw, there is more
> religious proliferation in public forums than atheists standing outside your
> church's doors blocking your entrance on sunday morning. just who is forcing
> whom?
>

Those who won't let me pray on school grounds, for instance. A perfect
example - when I lived in Raleigh (NC), our church had a fire (old
wiring). For a while we rented a junior high gymnasium for our Sunday
services while the church was being renovated. Then an atheist group
threatened to sue the country Board of Education for allowing a
religious group to meet on school property.

This was a publicly owned building, and open to any other group willing
to pay the same rent we did. But even though we were members of the
public and payed the taxes to build the building, we were barred from
using it during non-school hours, when no one else was around, because
we were holding a religious function.

>
>>>> But many atheists are trying to force their religion on the rest of the
>>>> country.
>>>>
>>> They can't. Atheism by definition is the absence of religion.
>>>
>> Wrong, again.
>
> again...
>
> a latin: without
> theism latin: belief in god
>
> i know you don't care about word origins, lexicons, or etymology in general
> (your s.a.t scores must have s.u.c.k.e.d), however when there is a dispute
> as the the modern interpretation of a word, the latin or greek roots are the
> foundation of any definition. the one above is the simple raw data. you can
> certainly appreciate at least that, being a programmer.
>

Nope. Word origins don't mean anything other than where the words came
from. Current usage is what counts.

>
>>>> The first amendment had to do with TOLERANCE. You worship your way and
>>>> I worship mine. You don't try to tell me what I can and cannot do, and
>>>> I don't try to tell you the same.
>>>>
>>> I don't worship.
>>>
>> No, you don't worship a god.
>
> no, you don't know him well enough to say that. you must take him at his
> word that he doesn't worship...anything. you keep acting like you are on
> familiar terms with everyone. that's rather arrogant.
>
>

I was just more specific about it. If he doesn't worship anything, then
the logical conclusion is that he doesn't worship a god, either.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 20.09.2007 00:12:40 von Jerry Stuckle

Shelly wrote:
> "Jerry Stuckle" wrote in message
> news:WPOdnQYlxN2FzW3bnZ2dnUVZ_jidnZ2d@comcast.com...
>> The Natural Philosopher wrote:
>> Not at all. I can conceive of those people. But, unlike them, I don't
>> try to force them to practice my religion - but they want to prohibit me
>> from practicing it.
>
> You keep repeating this ridiculous canard. Once and for all explain to me
> how stopping the government from spending MY tax money to support the
> practice of YOUR religion is STOPPING you from practicing your religion.
>

I never said anything about government spending any tax money. You're
the only one who's brought up that argument.

> You can practice your religion on any PRIVATE property that allows you to do
> so and you can make any statement you wish in a public place concerning
> religion -- just not at PUBLICLY paid for events. Those are paid for by
> people like ME who do not practice YOUR religion.
>

And my money went for paying for that event, just as yours did. Which
gives me rights, also. I should be able to make that statement; you
should be able to choose whether you want to listen or not.

You keep thinking that YOUR rights are all-important. You forget that I
have rights, also.

> Here is one for you to ponder. Suppose I held YOUR position and want the
> state to sponsor MY religion with YOUR tax dollars on PUBLIC property and,
> suppose further, that MY religion was Satanism (it isn't, but lets say yes
> just for the sake of argument). How would you feel about that one? What
> right have you to stop me from teaching Satanism in schools? (Remember, I
> am using YOUR arguments against you). Rememer, too, that Satanism is a
> religion. It is devil worship.
>
> So, Jerry, answer that one!
>
> Shelly
>
>

Again, you're the only one who has mentioned spending tax dollars.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 20.09.2007 00:13:43 von Jerry Stuckle

The Natural Philosopher wrote:
> Jerry Stuckle wrote:
>
>>>
>>> I don't worship.
>>>
>>
>> No, you don't worship a god.
>>
> No, I don't worship. Period.
>

Which means you don't worship a god. Or anything else for that matter.

> I admit there was a girl once...but that is another story, and just goes
> to show how wrong you can be when you do the worship bit.
>
> Thats probably why the smart priests had the congregations worshipping
> god. Keeps em out of trouble. If they are so to speak 'worship-prone'
>
> The secret of adulthood is to not BE worship prone.
>
> "When I became a man, I put away childish things".
>
>
> :-)


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 20.09.2007 00:15:13 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:msOdnYNUlZJZLXLbnZ2dnUVZ_tCrnZ2d@comcast.com...
>> Sanders Kaufman wrote:
>>> Jerry Stuckle wrote:
>>>> Sanders Kaufman wrote:
>>>>> But it seems that the same people who are stupid and irresponsible
>>>>> enough to vote themselves a tax break when there's an outstanding and
>>>>> past-due, mutli-generational debt to pay...
>>>> Yea, and you know what? After that tax break, the economy improved, and
>>>> federal tax revenue INCREASED. You need to go back to Economics 101.
>>> I CLEP'd Eco101 and 102.
>> Then you need to go back to school.
>>
>>> Where your logic fails is in your use of just ONE side of the economic
>>> equation.
>>>
>> And which side is that, Sanders? It must be the same side every
>> recognized economics expert in the world is on, though, so I guess I'm in
>> good company.
>
> uhhhh...hummmm (trying not to laugh).
>
> well, our friend alan and most other economists like levitt and company,
> clearly see two sides to manipulating and predicting ecomonomic states.
> being that you're such an expert (really holding it in now) on the matter, i
> find it a bit odd that you don't know that sanders is talking about the
> supply side rather than the demand side...duely recognizing that either is
> typically and respectively the sole target of republicans and democrats.
>
> me thinks the 'side' your standing on now is the one where the crickets can
> clearly be heard chirping.
>
> (now letting loose the supressed hilarity)
>
>

No, I understand what he's saying. But the two sides are not separate.
They are intimately intertwined. Without one, the other is worthless.
And you cannot consider one without the other.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 20.09.2007 00:19:05 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:cuadnVL5QPJvyW3bnZ2dnUVZ_hKdnZ2d@comcast.com...
>> Steve wrote:
>>> "Jerry Stuckle" wrote in message
>>> news:296dnbsuHfXCnW3bnZ2dnUVZ_tPinZ2d@comcast.com...
>>>> Steve wrote:
>>>>> "Jerry Stuckle" wrote in message
>>>>> news:nNqdnZZZKfElX3LbnZ2dnUVZ_h6vnZ2d@comcast.com...
>>>>>> Steve wrote:
>>>>>>> "Jerry Stuckle" wrote in message
>>>>>>> news:JoWdneE7j9ChsHLbnZ2dnUVZ_vCknZ2d@comcast.com...
>>>>>>>
>>>>>>>> Hey, I'd much rather have a God-fearing President than an atheist.
>>>>>>> jerry, i've been quiet thus far. what is wrong with an atheist or
>>>>>>> atheism itself. you and i are involved in a scientific field. i have
>>>>>>> to ask, what scientific evidence do you have that god exists. and,
>>>>>>> with whatever 'evidence' you may provide, what kind of relationship
>>>>>>> does it indicate that she may want to have with us? as there is no
>>>>>>> objective evidence, i can only infer that if a god exists, she wants
>>>>>>> nothing to do with us.
>>>>>>>
>>>>>> I don't need scientific evidence. My faith is good enough for me.
>>>>>> And I feel sorry for you.
>>>>> oh my!
>>>>>
>>>>> i can see the romanticism in the idea of the things hoped for. that is
>>>>> the nature of humanity. however, to afix that to a god-figure and
>>>>> create a regiment of though/belief about that concept - one that rules
>>>>> your life and had such a huge and not always pleasant mark on the
>>>>> history of others lives - without proof or indications that say you
>>>>> seem to be correct...that is just scary!
>>>>>
>>>>> why is it that most rational people who go through their lives applying
>>>>> critical thinking to all aspects of their lives, negate or forbid
>>>>> themselves from doing the same with this one, special case - god? that
>>>>> is wholly beyond me!
>>>>>
>>>>> you go ahead and feel sorry for me. i hope you are serving the 'right'
>>>>> one, cuz all of the major religions now are quite exclusive in
>>>>> membership with eternal damnation for not joining. (he pauses to
>>>>> think...i wonder if jerry is going to come back with the good ol'
>>>>> pascal wager at this point...then chuckles to self)
>>>>>
>>>> Whatever. It's my belief. However, you can be assured if there is a
>>>> God, you will be in the wrong. At least I have a chance of practicing
>>>> the "correct" religion.
>>> I KNEW IT...I CALLED IT...I TOLD YOU IT WAS COMING!!!
>>>
>>> PASCAL'S WAGER !!!
>>>
>>> and no, we have exactly the SAME changes of being right. you really
>>> should research theology more before committing one of the most basic,
>>> stupid, and flawed logical arguments passed throughout history. (as jerry
>>> now beings to google, red in the face from embarrassment once he sees
>>> what the fuck he just did).
>>>
>> Not at all. If there is no god, my religion is neither helping or hurting
>> me. However, if there is a god, you have no chance of being right because
>> you never entered the lottery. OTOH, I could have picked the "correct"
>> religion.
>>
>>>>>>> as for your assumption that god-fearers somehow make better decisions
>>>>>>> that atheists...hardly the case. what god shall we fear? muhammad?
>>>>>>> mythra? zeus? buddah? the big jc? as an american and a republican,
>>>>>>> this is the most i've ever feared for democracy in america...it has
>>>>>>> nothing to do with afghanistan or iraq, but everything to do with
>>>>>>> domestic policy inacted after 911...and how easily a 'god-fearing'
>>>>>>> people can be moved and rallied under the banner of 'god' in leu of
>>>>>>> ration thought - especially thought that is critical of current
>>>>>>> events in light of history.
>>>>>>>
>>>>>>> give me an atheist about now, please!
>>>>>> I don't care what you believe in. However, when you try to impose
>>>>>> your religion on me, the President or anyone else, I draw the line.
>>>>> and the world shudders.
>>>>>
>>>>> why are christians so eager to say that but gaffaw when atheists, for
>>>>> the exact same reason, want to remove religious icons from
>>>>> mountainsides in california, or edicts greeting patrons of public
>>>>> places, or pray in schools? why is there a double standard?
>>>> You're the one setting the double standard - not allowing me to practice
>>>> my religion. What harm does a cross on a mountainside do to you if you
>>>> don't believe in any god? It's just a couple of pieces of wood, after
>>>> all. Or if I want to pray in school, why is it your right to say I
>>>> can't?
>>> practice all you want, but don't ask me to pay for it with the taxes used
>>> to propogate it in public. go off to church and do that shit in
>>> private...not in the public sector. the harm is that a cross on a
>>> mountainside, if paid with public funds, is favoring and sponsoring
>>> religion. do you ever read? how about the federalist papers? madison?
>>> what harm? fucking get a clue!
>>>
>>> if you want to pray in school, go ahead. the problem is when a person
>>> paid by the state says, 'now it is time to pray'. surely you're not that
>>> stupid!
>> I never said you had to pay for it with your taxes. But also notice there
>> is NOTHING in the Constitution saying Congress or the States can or cannot
>> spend money regarding religion - or even sponsor a religion. That has
>> strictly been an "interpretation" of the courts. All it says that
>> Congress and the States cannot force any person to practice any religion.
>> Now that does not mean I disagree with this interpretation.
>>
>> But obviously you have not read the Federalist Papers. You don't have a
>> clue what Madison said.
>>
>> As for someone offering a non-denominational prayer in school - no, I
>> don't see anything wrong with it, as long as people can opt out if they
>> choose. What are you afraid of - your children might actually learn
>> something you don't believe in?
>
> jerry, i am a student of history. i've done my homework. you keep leaving
> out, or ignoring completely, the establishment clause of the first
> ammendment.
>
> and of course you see nothing wrong with prayer in school! you're a fucking
> christian!!! the only thing i'm afraid of is that we have a religious zealot
> in office and people like you are backing him...and you don't see a thing
> wrong with prayer in school or governmental sponsorship of religion.
>

And you have yet to tell me what's so wrong about a non-denominational
prayer that people can chose to participate in or not participate in.

> what would you be afraid of if your kid's school required them to say the
> morning islamic prayer? the point is, that whatever i want my children to
> believe about god is (or should be) up to me to provide, not the state.
> funny how the only things a child learns in school are the essential things
> that will help them get through life...religion is not part of that.
>

I never said it was mandatory. In fact, I specifically said
participation should be optional.

As for my children being exposed to an Islamic prayer - I'd say great.
They should be exposed to different cultures and religions.

> btw, wtf does a prayer sound like...the one where no religion gets offended?
> "non-demoninational"...you've still got your
> asshole-tunnel-vision-christian-perspective goggles on, i see. lol. did you
> mean the non-denominational zen buhdists? the non-denominational hindus? the
> non-denominational wiccans? i couldn't be laughing harder!
>
>

You don't have any idea what a non-denominational prayer is, do you?
It's one which isn't Christian, Jewish, Muslim or any other specific
religion. It's one which allows participants to deal with God as they
believe.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 20.09.2007 00:29:20 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:cuadnVL5QPJvyW3bnZ2dnUVZ_hKdnZ2d@comcast.com...
>> Steve wrote:
>>> "Jerry Stuckle" wrote in message
>>> news:296dnbsuHfXCnW3bnZ2dnUVZ_tPinZ2d@comcast.com...
>>>> Steve wrote:
>>>>> "Jerry Stuckle" wrote in message
>>>>> news:nNqdnZZZKfElX3LbnZ2dnUVZ_h6vnZ2d@comcast.com...
>>>>>> Steve wrote:
>>>>>>> "Jerry Stuckle" wrote in message
>>>>>>> news:JoWdneE7j9ChsHLbnZ2dnUVZ_vCknZ2d@comcast.com...
>>>>>>>
>>>>>>>> Hey, I'd much rather have a God-fearing President than an atheist.
>>>>>>> jerry, i've been quiet thus far. what is wrong with an atheist or
>>>>>>> atheism itself. you and i are involved in a scientific field. i have
>>>>>>> to ask, what scientific evidence do you have that god exists. and,
>>>>>>> with whatever 'evidence' you may provide, what kind of relationship
>>>>>>> does it indicate that she may want to have with us? as there is no
>>>>>>> objective evidence, i can only infer that if a god exists, she wants
>>>>>>> nothing to do with us.
>>>>>>>
>>>>>> I don't need scientific evidence. My faith is good enough for me.
>>>>>> And I feel sorry for you.
>>>>> oh my!
>>>>>
>>>>> i can see the romanticism in the idea of the things hoped for. that is
>>>>> the nature of humanity. however, to afix that to a god-figure and
>>>>> create a regiment of though/belief about that concept - one that rules
>>>>> your life and had such a huge and not always pleasant mark on the
>>>>> history of others lives - without proof or indications that say you
>>>>> seem to be correct...that is just scary!
>>>>>
>>>>> why is it that most rational people who go through their lives applying
>>>>> critical thinking to all aspects of their lives, negate or forbid
>>>>> themselves from doing the same with this one, special case - god? that
>>>>> is wholly beyond me!
>>>>>
>>>>> you go ahead and feel sorry for me. i hope you are serving the 'right'
>>>>> one, cuz all of the major religions now are quite exclusive in
>>>>> membership with eternal damnation for not joining. (he pauses to
>>>>> think...i wonder if jerry is going to come back with the good ol'
>>>>> pascal wager at this point...then chuckles to self)
>>>>>
>>>> Whatever. It's my belief. However, you can be assured if there is a
>>>> God, you will be in the wrong. At least I have a chance of practicing
>>>> the "correct" religion.
>>> I KNEW IT...I CALLED IT...I TOLD YOU IT WAS COMING!!!
>>>
>>> PASCAL'S WAGER !!!
>>>
>>> and no, we have exactly the SAME changes of being right. you really
>>> should research theology more before committing one of the most basic,
>>> stupid, and flawed logical arguments passed throughout history. (as jerry
>>> now beings to google, red in the face from embarrassment once he sees
>>> what the fuck he just did).
>>>
>> Not at all. If there is no god, my religion is neither helping or hurting
>> me. However, if there is a god, you have no chance of being right because
>> you never entered the lottery. OTOH, I could have picked the "correct"
>> religion.
>
> perhaps you didn't google the wager. the logic is explained quite clearly
> and how the odds are equal for all players, those who believe and those who
> don't even participate.
>

And yes, I am familiar with Pascal's Wager. He agrees that it is better
to live as if God exists, and in very simple terms. But then came other
philosophers who threw all kinds of "what-if's" into the equation - some
of them which conflict with my beliefs (i.e. the Atheists wager - He
"may" ignore the fact you didn't believe in Him). But that "may" can
also be "may not" - and there the Atheist's wager falls apart.


> were i a betting man though, i'd go with a babylonian religion...you know,
> the pagan ones. a ton of christian traditions originate with those. hell,
> the story of noah is the retelling of the babylonian saga of gilgamesh - and
> i can give you the specific archeological cite for that one! that's about 2K
> BCE and a few centuries before genesis. and genesis' plagurism is almost
> word for word with gilgamesh in more than just several places. either so
> much for the babble being god's word...or, god was pagan too and 'inspired'
> both accounts (changing the names to protect the innocent i'm sure). but i
> digress...if i went the babylonian route, i'd double my chances of being
> right. nah, i'd understand the flaws inherent in pascal's wager and wouldn't
> be foolish enough to use it. plus, i'd have looked it up if i didn't know
> what the fuck it was before bullishly saying 'not at all' whilst continuing
> to place the bet!
>
>
Gee, maybe they are so much alike because they are telling the same stories?


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 20.09.2007 00:32:22 von Jerry Stuckle

The Natural Philosopher wrote:
> Jerry Stuckle wrote:
>
>> Not at all. If there is no god, my religion is neither helping or
>> hurting me. However, if there is a god, you have no chance of being
>> right because you never entered the lottery. OTOH, I could have
>> picked the "correct" religion.
>
>
> "If there is no parachute..my belief in one is neither helping me
> or...ARRRGGHH!! SHIT!"
>
> Told you not to trust anything without testing it first, Jerry.

That is absolutely true. If there is no parachute, my belief doesn't in
one doesn't matter, does it?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 20.09.2007 00:35:52 von Jerry Stuckle

Sanders Kaufman wrote:
> Shelly wrote:
>> "Jerry Stuckle" wrote in message
>
>>> all. Or if I want to pray in school, why is it your right to say I
>>> can't?
>>
>> You can, silently. The school just can organize it nor say this is
>> the time for it.
>
> I've got something to say about that.
> As a Jew who grew up in a North Texas neighborhood full of Seminary
> School dropouts, I had to go to school with waaaay too many of the
> half-wits' kids.
>
> Prayer time in school was just another way for religious freaks to bring
> their hateful, faith-based divisiveness into the classroom and to
> redirect valuable educational time away from education, to be used to
> promote their faith, while denouncing others'.
>
> I remember the looks I used to get, when everybody else bowed to the
> magic sky pixie, and I (quietly and respectfully) just bided my time.
> Then, when the prayer was over, some idiot Christian would complain to
> teacher that "bucky didn't bow his head".
>
> Then, of course, I'd have to explain to them all that Jews don't pray
> that way and answer a lot of really stupid questions - like, "Do Jews
> really eat their baby's placenta?" and "Why do you worship the devil?".
>
>

Sounds like it could have been an excellent opportunity to educate them
on how much Judaism and Christianity have in common.


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 20.09.2007 01:02:44 von Shelly

"Jerry Stuckle" wrote in message
news:8vmdnQIFNe8zCmzbnZ2dnUVZ_tWtnZ2d@comcast.com...
> First of all, we aren't trying to take over the world. But you are trying
> to take over the world by destroying all religion. You're not doing it in
> meetings - you're trying to take away our legal rights to practice our
> religions.

Once again, prove your idiotic statement here. You are claiming that by not
giving you favorable status, you are being deprived of your legal right to
practice your religion. That is out and out bullshit. You can prractice
your religion as you see fit anywhere EXCEPT at public expense and on public
property -- just like ANYONE ELSE.

Jerry, are you old enough to remember the "Domino Theory". It was
formulated by Republicans that if one country falls to Communism, then its
neighbor would fall and so on. It is another name for the slippery slope.
Once you permit religious displays on public property, then ALL religious
displays need to be allowed. That includes Satanism, The Religion of
Nudity, etc. etc. Just because you may find it offensive is not a valid
response to disallow a specific religious display. (I can assure you that
there are many non-Christians that would find Christian displays
offensive.). If it becomes the provence of government to decide what is
offensive and what is not in religious displays, then you can go the road of
Saudi Arabia where you, Jerry, would not be able to bring a cross into the
country. Better to make it black and white. NO religious displays on
public property and NO such displays funded by government.

>> we have no movement outside of not allowing religion to permeate *every*
>> sector of public domain. that is an action and far from diatribe.
>>
>
> If you had your way, there would be no religion. You've said so yourself.

He didn't say what you are implying here. His position, and I paraphrase
here, "is that he hopes everyone would mature enough to gain the wisdom that
God is irrelevent.". You, on the other hand, are implying that he wants
this to happen by fiat. He never even hinted at such a situation.

>> it's a logical comparison. however and again, my *claim* is that there is
>> no objective evidence that god exists! get that through your pea-sized
>> brain! the logical conclusion would be that there is no god.
>>
>
> The *logical* conclusion is that there would be no way to know whether a
> god exists or not.

1 - The "scientific" statement is that the existence of god cannot be
proven.
2 - The "logical" next step is that since there is no basis for such a
hypothesis, then it should be rejected until such time as some evidence can
be brought forth.

That is what he is saying.

> You're trying to say leprechauns are gods. My statement is they are not
> recognized by society as gods. Not even the Irish believe they are.

You totally misunderstand what he is saying.

>> i'm not against ANY religion. i go to church every sunday and blend in
>> just like you, jerry. i suspect a surprising number of your flock are
>> just like me, skeptical people in fancy suits just hoping no one asks,
>> 'so, how's your walk with our lord jesus christ'. by the way, i fit in
>> quite well and am close with my pastor...we golf every weekend. go
>> figure.
>>
>
> So you're saying you're a hypocrite. You go to church but don't believe
> in the teachings of the church. Ok.

He is not a hypocrite. He SAID he is going there for the social aspect. It
is a meeting place, after all. Look up the word "hypocrite". It means
saying one thing but doing the opposite. He SAYS he goes for the social
aspect but ignores the religious message as irrelevent. Where is the
hypocrisy? Where is he doing the opposite of what he says?

Shelly

Re: OT - Oh, so OT.

am 20.09.2007 01:12:03 von Shelly

"Jerry Stuckle" wrote in message news:8vmdnTwFNe-
> Sorry, religion requires neither ceremonies or rites.

From www.m-w.com

Main Entry: re·li·gion
Pronunciation: ri-'li-j&n
Function: noun
Etymology: Middle English religioun, from Anglo-French religiun, Latin
religion-, religio supernatural constraint, sanction, religious practice,
perhaps from religare to restrain, tie back -- more at RELY
1 a : the state of a religious b (1) :
the service and worship of God or the supernatural (2) : commitment or
devotion to religious faith or observance
2 : a personal set or institutionalized system of religious attitudes,
beliefs, and practices
3 archaic : scrupulous conformity : CONSCIENTIOUSNESS
4 : a cause, principle, or system of beliefs held to with ardor and faith
- re·li·gion·less adjective

#1 - This involves "service" to God or the supernatural. Service means
actually DOING something!
#2 - INSTITUTIONALIZED .... AND PRACTICES! (aka dogma and practices)
#3 - archaic meaning
and finally, we get to your position (note that it is last even after the
archaic meaning).

You will get more or less the same results if you go to www.dictionary.com.

Shelly

Re: OT - Oh, so OT.

am 20.09.2007 01:12:18 von Herb

On Sep 14, 11:27 pm, Sanders Kaufman wrote:
> Jerry Stuckle wrote:
> > Sanders Kaufman wrote:
> >>> Or maybe you want to see IED's along the roads. Maybe you'd like to
> >>> see suicide bombers in Times Square. Maybe you'd like to see our
> >>> bridges and buildings blown up and our civilians killed.
>
> >> We've already had a lot of that.
> >> In nearly every case, it was white, Christian, right-wingers.
>
> > Yea, right. Name EVEN ONE.
>
> Oh, gosh - you got me. I'm busted. You're right.
>
> Ultra-right wing, White Militant Christians have always been men among
> men; the ones to look to for spiritual guidance and heroic virtue.
>
> I doff my Yamulkah to ya on that one.
>
> Sheesh!

why do you have such bigotry against white Christians, Sanders? Do you
have some neurotic emotional problems?

Re: OT - Oh, so OT.

am 20.09.2007 01:18:07 von Herb

On Sep 15, 1:21 pm, Michael Fesser wrote:

>
> >If there's anyone who's a troll, it's you.
>
> Thanks for that, old man. If arrogance would squeak, you would have to
> walk around with an oil can all day.
>
> Micha

actually, "Micha", you're the one who comes off sounding like an
ignorant and rude little boy.

You are "rebelling against the power", are you? Haha...

Why is that all of you non-masculine, physically weak boys resent the
power of the US? Oh wait, I just answered my own question...

Re: OT - Oh, so OT.

am 20.09.2007 01:20:43 von Herb

On Sep 15, 1:21 pm, Michael Fesser wrote:

>
> I wouldn't call 150 references "a few people's opinions". And obviously
> you think that even Amnesty International, Washington Post, CNN, BBC,
> CBS, UN and whatever they're called don't have any credibility.
>
> Micha

now who is being naieve? You cite a bunch of organizations that are
dominated by leftist, hate-the-US types and you don't even know that???

Re: OT - Oh, so OT.

am 20.09.2007 01:23:23 von Shelly

"Jerry Stuckle" wrote in message
news:RIadnY6Z8OV0AWzbnZ2dnUVZ_uOmnZ2d@comcast.com...
> And yes, Jefferson did advocate the separation of church and state. But
> he did not say the state should prevent people from practicing their
> religion.

More idiotic blather on your part. Read carefully:

NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.

and if that still hasn't sunk in, then for good measure:

NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.

Please stop with that idiotic statement. It degrades you.


> And you take it far past the point where it infringes with my rights.
> That's where I draw the line.

and again:

NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.

What you DON'T have the right to do is to:

(1) Have MY taxes pay for YOUR religion
and
(2) Put YOUR religious display on MY property.

Since PUBLIC land is, by definition, owned by EVERYONE, then putting YOUR
religious display on PUBLIC property is putting it on MY property as well as
on YOUR property. I object strenuously to YOUR desire to violate MY
religious rights by putting it on MY property. Put it on property that I
have NO stake in, so long as the owner consents.

Get it? If not, then:

NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.

Shelly

Re: OT - Oh, so OT.

am 20.09.2007 01:28:38 von Herb

On Sep 17, 9:12 am, Sanders Kaufman wrote:
> For christ's sake, the twit blew up
> frogs as a kid - that ain't right.
>
> Allah Akbar.
> Death to George Bush.
> Death to the soldiers who kill and maim, in His name.
> [/tantrum]

notice that this anti-Christian bigot capitalizes 'Allah' but refuses
to do so for 'Christ'. Yo are such a trendy little bigot, aren't you?

oh, btw, insert your impotent reply here. I might even read it one
day... hehe What a dolt you are.

Re: OT - Oh, so OT.

am 20.09.2007 01:29:39 von Herb

On Sep 16, 10:13 pm, Jerry Stuckle wrote:
> Michael Fesser wrote:
> > .oO(Jerry Stuckle)
>
> >> ROFLMAO! You really are a sucker, you know that?
>
> > I don't have a problem with that.
>
> >> And this is a perfect example. Yep, he has more credibility than an
> >> anonymous post on a website by an organization known for their lies.
> >> Especially when they were not part of the conversations involved, and
> >> Sean was.
>
> > So a little conservative wannabe has more credibility than half of the
> > Web and many big organizations? Tell me why! Maybe it's just because he
> > has the same opinions as you? So he simply _must_ be right, because you
> > don't allow any other opinions?
>
> > Micha
>
> ROFLMAO!
>
> You really don't have any clue. I'm sorry for you.

you are arguing with a bunch of emotional idiots, Jerry.

Re: OT - Oh, so OT.

am 20.09.2007 01:34:21 von Shelly

"Jerry Stuckle" wrote in message
news:hJedneINt947A2zbnZ2dnUVZ_u6rnZ2d@comcast.com...
> Those who won't let me pray on school grounds, for instance. A perfect
> example - when I lived in Raleigh (NC), our church had a fire (old
> wiring). For a while we rented a junior high gymnasium for our Sunday
> services while the church was being renovated. Then an atheist group
> threatened to sue the country Board of Education for allowing a religious
> group to meet on school property.
>
> This was a publicly owned building, and open to any other group willing to
> pay the same rent we did. But even though we were members of the public
> and payed the taxes to build the building, we were barred from using it
> during non-school hours, when no one else was around, because we were
> holding a religious function.

I see now where you have been grinding your axe.There were valid, legal, and
constitutional alternatives available to you.

For example, in many cases where the Jewish community is small and they meet
in some small space all year, when the high holy days come the attendance
increases fifty-fold. Where do you hold the services? Most cases that I
have heard of the solution was that a friendly church would rent, or even
give, them the use of their building. Where I live now in Central Florida
the Jewish community just built a new synagogue. Prior to its completion
the Methodist Church offered their building for use on the holidays.

When there were bombings of black churches in the sixties, there were white
churches that offered their buildings for shared time for services. (Isn't
that terrible even to have to use those adjectives!)

There is absolutely NO need to cross that slippery slope into the arena of
government interference.

By the way, where DID you hold those church services? I assume you found
some private or religious facility.

Shelly

Re: OT - Oh, so OT.

am 20.09.2007 01:39:35 von Herb

On Sep 19, 7:16 am, Jerry Stuckle wrote:
> Steve wrote:
>
> >> I can still be a Christian if I don't go to church, don't take communion,
> >> get married by a judge... My beliefs are what make me one.
>
> > so, i'm a christian too if i have a lack of belief in christ? wow, they said
> > getting to heaven was as easy as "a b c", but i had no idea!
>
> I never said anything of the sort.
>
> > jerry, you have your head so far up your biblical ass, it isn't even funny
> > anymore.
>
> And you need to learn how to read simple English. You can't even
> understand two sentences when put together.

He seems to be the kind that misstates what you said, then attacks the
misstatement as if you had said it. Those politically-correct types
are allergic to correct reasoning. They also are very trite.

Re: OT - Oh, so OT.

am 20.09.2007 01:40:25 von Steve

"Jerry Stuckle" wrote in message
news:8vmdnQIFNe8zCmzbnZ2dnUVZ_tWtnZ2d@comcast.com...
> Steve wrote:
>>> I read something very interesting in this month's Scientific American
>>> last night:
>>
>> so you actually do that?
>>
>>> Athiests cannot simply define themselves by what they do not believe. As
>>> Austrian economist Ludwig von Mises warned his anti-Communist colleagues
>>> in the 1950's: "An anti-something movement displays a purely negative
>>> attitude. It has no chance whatever to succeed. Its passionate
>>> diatribes virtually advertise the program they attack. People must fight
>>> for something that they want to achieve, not simply reject an evil, no
>>> matter how bad it may be."
>>
>> and like most religious people, ludwig had no fucking clue and was a
>> paranoid bastard. we atheists don't hold meetings to take over the world
>> as you religious folk do. as a matter of fact, outside of not caring
>> whether or not god exists without evidence, we really don't have enough
>> in common to keep conversations that interesting...much less hang out on
>> an ongoing basis.
>>
>
> First of all, we aren't trying to take over the world. But you are trying
> to take over the world by destroying all religion. You're not doing it in
> meetings - you're trying to take away our legal rights to practice our
> religions.

crusades aside, right? inquisition aside, right? missionaries aside, right?
great commission aside, right? to tell you the truth, it is hard for me to
distinguish the christian philosophy of propogation from the islamic. you
know, the group you really love.

and exactly how are atheists trying to destroy your religion? by wanting to
support a wall of separation between governmental concerns and religious
ones? did you the czech people declared themselves as a nation, atheist,
because of the shit catholics pulled by assasinating one of their own
priests in that country? want the cite? point is, your religion does a
pretty damn good job of destroying itself. why would it need help to that
end?

and, the last time i checked, atheists didn't orchistrate a grass-roots
campain to control local politics by putting conservative atheists in
representative seats of the republican party as an in-road to get their
agenda not only heard but to get a president elected...twice. yeah, that
would be the christians again. yes, i am involved in local politics and have
held a seat at the RNC...surrounded by babble-thumpers. i'm not talking
outta my ass.

>> we have no movement outside of not allowing religion to permeate *every*
>> sector of public domain. that is an action and far from diatribe.
>>
>
> If you had your way, there would be no religion. You've said so yourself.

really? provide the quote then. perhaps you've crossed threads here. i find
god a wholly uninteresting topic. as long as it stays out of the public
sector, i don't think about him or you much at all.

>> again, glad to find out you read. just wish you'd have read something
>> that actually applied to what we've been talking about. did you just
>> google and copy/paste the first thing you found that had the word
>> "atheist" in it?
>>
>
> Not at all. Pick up the September, 2007 copy of Scientific American. It's
> right in there.

it probably is...and you provided proof that i could verify. wonderful!

now pray-tell, how was that article germain to the topic at hand?

>>>>>> I also profess no belief in leprechauns. Does that make me some kind
>>>>>> of religious person?
>>>>>>
>>>>> Leprechauns are not gods.
>>>> neither is your god. until you can PROVE otherwise, then both
>>>> leprechauns and god are equally almighty.
>>>>
>>> How can He be, when according to you there are not gods? Unfortunately
>>> for you, the majority of the world disagrees with you. And when it
>>> comes to the meanings of words, majority rules.
>>
>> it's a logical comparison. however and again, my *claim* is that there is
>> no objective evidence that god exists! get that through your pea-sized
>> brain! the logical conclusion would be that there is no god.
>>
>
> The *logical* conclusion is that there would be no way to know whether a
> god exists or not.

oh no...that would be an 'alternative'. google that..."logic reason
alternative". that should help you along since you apparently lack any kind
of formal study in reason and logic.

the conclusion should be that since the premise is without evidence, the
premise is rejected. logically if the premise is god exists, the antithesis
would be...yep. a state of his non-being was the original state of affairs
before the notion of god was conceived.

since the notion, an attribute of god may be that his infinite nature is
such that it cannot be known to man. that idea is an alternative. but, it is
just as irrelevant as the original state, for anything said about god cannot
be confirmed and everything said of god is equally valid...including the
notion that if god honors/favors intellectual honesty, as atheists may
postulate, then they have equal chances as anyone else, christian or
whatever, to get eternal rewards for reasoning even to the point they have
with their conclusions of god. and this is where pascals wager fails, for in
its premise is exactly what i've just described. now you know, and you
didn't even have to google.

>> i see your logic...majority makes right. the majority of the world
>> consists of underdeveloped countries still rolling the bones and
>> believing in demonic possession! as for those countries with educational
>> opportunities (as we have seen again with the evolution of man's thought
>> sophistication), there is more critical thinking being applied to all the
>> religious dogma and god is replaced with reason. good bye "god of the
>> gaps".
>>
>
> When it comes to word definitions, yes, the majority does rule.

and who was speaking about word definitions here? i'm experienced at this.
what you've just done, so you don't have to google, is throw me a big, fat,
juicy red herring. please avoid doing so since it makes you look childish,
and as if you can't support yourself properly in debate.

>> now, what was your point...cuz you certainly have not made any with that
>> remark.
>>
>
> You're trying to say leprechauns are gods. My statement is they are not
> recognized by society as gods. Not even the Irish believe they are.

no, you simply stated that leprechauns are not gods. i left that in this
post quoted above, in case you needed help recalling what you've said. it
helps us to not look silly by saying things like, 'my statement is they are
not recognized by society as gods'.

but, let's continue on in your line of rationale, shall we? what does it say
to you that you have to rely on popular opinion to realize the god that you
serve? what do you think is the cause of so much dispute between different
religions and even within the same sects, such that a sect would split to
become known as a denomination? perhaps that there is no evidence by which
god can be known? if he does exist, why is he hiding? perhaps you/we are as
irrelevant to him, then, as atheists find the question of his existence? if
god cannot be known enough so as not to give cause for dispute over his
attributes, sons, daughters, likes, dislikes, etc., what then, drives you
christians to such certainty about 'the way'? faith? i don't want a debate
from this one. i want to know your actual feelings about these questions.

>>>>>> In fact there are thousands of things I do not believe, up to and
>>>>>> including that GW Bush is the reincarnation of Immelda Markos.
>>>>>>
>>>>>> Like my non belief in god, the are simply not worth mentioning.
>>>>>>
>>>>>> What religious people do not like at all, is that to an atheist, the
>>>>>> issue of whether god exists or not is simply irrelevant.
>>>>>> Uninteresting in the highest degree. Its useless to believe or
>>>>>> disbelieve. It has little objective effect either way.
>>>>>>
>>>>>>
>>>>> I really don't care one way or the other what you think. Your
>>>>> religious views are your own. Just don't infringe on my right to
>>>>> believe as I choose.
>>>> it is obvious to all that you don't care for anyone else's viewpoint.
>>>> you don't even understand atheism enough to know what it is and is not
>>>> (i.e. is not a religion). and, we could give two flying fucks what you
>>>> believe. however, we at least have had an open mind enough to find out
>>>> about not only your religion, but many others. you seem to feel
>>>> comfortable using your asshole as blinders on the subject of religion.
>>>> no wonder your opinion is so tunnel-visioned.
>>>>
>>> Yes, I do understand it. And I also understand that you hate it being
>>> called a religion - because you are against all religions.
>>
>> i'm not against ANY religion. i go to church every sunday and blend in
>> just like you, jerry. i suspect a surprising number of your flock are
>> just like me, skeptical people in fancy suits just hoping no one asks,
>> 'so, how's your walk with our lord jesus christ'. by the way, i fit in
>> quite well and am close with my pastor...we golf every weekend. go
>> figure.
>>
>
> So you're saying you're a hypocrite. You go to church but don't believe
> in the teachings of the church. Ok.

no, i go to church to get what i need and/or want. the same as any other
person there. had you noticed "hoping no one asks, 'so, how's your walk with
our lord jesus christ'", you'd have (or should have) sensed my apprehension
is based on my anticipation of answering that question honestly. if i'd have
planned on lying about it, i wouldn't care what they'd ask me.

you go ahead with your ad-homonyms. you've already wracked up enough points
on red herrings and strawmen. might as well run the gamut of logical
fallicies.

hey, ot for a second...i really do recommend you read "crimes against
logic". that'd help you avoid those little monsters you've been hurling.

btw, am i to assume your logic to mean that all who attend church walk in
through the doors knowing and believing the teachings of that church, and
anyone who does not is a hypocrite? i could only see that working if you
prep'ed visitors outside of the church where they'd only be admitted if they
believed what was just prescribed for them...oh they could go in, but people
would all scowl and such, hissing 'hypocrite, hypocrite, nah, nah'. roflmao.


>>> I refer you to von Mises above.
>>
>> i refer you to 'get a fucking clue'.
>>
>
> Looks like I have more of a clue than you do.

not on anything we've discussed in this thread. you have thrown a litany of
logical fallicies in leu of a good defense of your position in just about
every reply you make. i think you assume too much about yourself.

>>>>>>>> as i said, there is no objective evidence that would lead me to
>>>>>>>> believe that god exists. no more *subjective* evidence for god than
>>>>>>>> for santa clause or the toothfairy or the boogy man. are you saying
>>>>>>>> that this critical observation makes me a religious atoothfarian or
>>>>>>>> a asanta-clausian?
>>>>>>>>
>>>>>>> That's fine. It's your opinion and you're welcome to it. But don't
>>>>>>> try to convince me my opinion is wrong.
>>>>>>>
>>>>>>> As for proof - I have no proof you exist. All I see is some text on
>>>>>>> my screen. It could have been generated by a computer. So by your
>>>>>>> reasoning, I should not believe you exist. But I have faith that
>>>>>>> you do.
>>>>>>>
>>>>>> Thats your problem, not mine.
>>>>>>
>>>>> Not a problem at all.
>>>> if you can't infer the inputs given to your senses, then you do have a
>>>> problem. the hallmark trait of humanity is the ability to infer meaning
>>>> and purpose. if you need god for that, fine. if you can't figure out
>>>> the source of the letters you're reading, god ain't going to help you
>>>> with that. as for what is 'real' and what is not, i fear - given your
>>>> lack of study on the rest of theology and philosophy - you are
>>>> ill-equipped to have a meaningful discussion. which begs the question,
>>>> why did you try and vent the conversation in that direction?
>>>>
>>> Not at all. I can infer meaning and purpose just fine. But I can't see
>>> you, I can't touch you - IOW, I have no proof you exist. Characters on
>>> a screen are not "proof".
>>
>> they may not be proof of me, but that was not the point anyway. the point
>> is, for the third time, that it is proof of something. whatever
>> conclusions you make by observing the proof is a function of scientific
>> method.
>>
>
> The universe exists. But since there is no proof of god, there is no god.
> It's all random noise.

wtf? surely you aren't 'god of the gaps'-ing me, right?! are you saying the
universe can only exist if god does...that he created it?! ohhh, let's go
there...please, proceed.

> Likewise, the characters on my screen are proof something exists. It
> could be random noise, but there is no proof that a person exists.

which doesn't matter. you still haven't gotten the point throughout 6
threads! the proof points to *something* RE-FUCKING-GARDLESS of what that
something is. it could be purple juicy fruit gum for all i care! THE POINT:
THERE IS NO EVIDENCE INDICATING THAT ANY NOTION OF ANY GOD DEFINED BY MAN
THROUGHOUT HIS HISTORY OF CREATING GODS EXISTS!!! NO PROOF THAT *SOMETHING*
EXISTS.

are we done with that one yet? did a bell finally go 'ding' in your skull?

>>>> as for what is 'real', even descartes was wrong. thinking is an
>>>> activity that must be observed and confirmed. since all inputs could be
>>>> deceptions of our senses, we can only say that 'i am'...else we
>>>> wouldn't care to ponder the question in the first place. it is not 'i
>>>> think, therefore i am'. his logic was good, just not taken far enough.
>>>>
>>> Oh, so now you great philosopher, also? ROFLMAO.
>>
>> no, oh noobie-to-philosophy. you should have recognized that i just
>> regurgitated the classical adaptation to descartes 'i think' reduction.
>> man, you should read more and speak less until you actually get up to
>> speed with theological and philisophical points of consideration and
>> contention. did you even go to college, or just something like ITT tech.?
>>
>
> Don't worry, I went to college. I just didn't remember the classical
> adaptation. It's been over 30 years, and philosophy wasn't one of my
> favorite courses back then.

and i see your appetites remain the same even after 30 years.

>>>> if that's where you wanted the conversation to go, sorry, you win. all
>>>> may very well be an illusion. now, where does that get us? epistimology
>>>> doesn't get us very far down the road.
>>>>
>>> Glad you finally admit it.
>>
>> 'finally'? that was the first mention. i never countered it. it is long
>> considered to be the best, the *first case*, from which we understand all
>> things. shit, you never did go to a philosophy class did you.
>>
>> jerry, stick to PHP...at least in that context, you are right more than
>> you are wrong...but in either case, you've done your homework.
>>
>
> Looks like I've done a lot more homework than you have.

because you don't know what the "first case" argument in philosophy is? or
is it because you are adept at committing basic fallicies in logic that you
should have been taught in college? or, have you just fucking red herringed
me AGAIN in double whammy fashion? (ad-homonym + red herring).

>> as for you 'understanding' of other pov's. it is clear that when viewing
>> them, you are merely looking at them rather than actually *taking* the
>> pov in order to understand it...an the goggles of christianity never came
>> off when you were looking at it. i imagine the whole time you considered
>> another pov, racing through your mind was, 'how could anyone believe this
>> bullshit?'
>>
>
> No, I understand your point of view. I don't happen to agree with it, is
> all. And you really shouldn't try to guess what other people think. You
> are so wrong.

wow. i'm 'so wrong'. you are entirely comfortable with stating the way
things 'are' yet never providing any evidence of support. not only is that
arrogant, it's just childish...as in, am not...are too...am not... i believe
you are well above your paygrade when discussing theology and philosophy.
(notice, stated as opinion even though plenty of evidence of support abounds
in this thread, justifying a more direct assurtion of the same).

>>>>>>>> 'it won't work'...lol. a lack of belief in something does not a
>>>>>>>> religion make. specifically, it is the belief *IN* something that
>>>>>>>> would be the start of religion.
>>>>>>>>
>>>>>>> And you have a belief in the lack of a god.
>>>>>>>
>>>>>> No, simply no belief in its existence. And no need to have or not
>>>>>> have the belief.
>>>>> Same idea, different words.
>>>> no, it's not just symantics. the fact that you don't get it, just means
>>>> you don't get it. you can't "i'm right no matter what you say" your way
>>>> out of this one, jerry.
>>>>
>>> Oh, I get it, alright.
>>>
>>>> if that's the way you chose to play it, then i'll just say my admitted
>>>> generalization about church being a *business* is not a generalization
>>>> at all. in fact, it is true. and, i'll use your words: "Try to deny it
>>>> all you want. It won't work."
>>>>
>>> How little you know.
>>>
>>> Of course churches need to make money - they have bills to pay, also.
>>> And as a whole, they contribute more back to the community than all Red
>>> Crosses, Salvation Armies and the like do together. But churches are
>>> not businesses - even the Federal government agrees with that.
>>
>> no, check your budget. how much of your funding specifically ends up in
>> your community. the bulk, your accountant will tell you (outside of
>> operating expenses, that i already said we not consider, you moron), goes
>> to your denominations' headquarters with other large chuncks of change
>> going to your denominations support of their missions - which are not
>> local by any means...all the while, fulfilling the great commission i
>> might add. surprisingly little actually goes back to the community that
>> you were meant to serve.
>>
>
> I am familiar with the budget. We get a full accounting annually,
> including how much goes where. But you have no idea where my church
> spends its money.

never said i did. i said you should check it.

>>>> see how stupid that makes me sound? that's rhetorical and supposed to
>>>> get you to substitue the word "me" with "you"...since you're having
>>>> problems in this thread thinking logically.
>>> Yep, it shows just how little you understand even the definition of a
>>> "business".
>>
>> lol. is that like your economics blunder of not knowing the two sides of
>> the economic equation - aside from the fact you didn't even know there
>> WERE two sides? roflmfao
>
> Not at all. Economics was one of my favorite courses.

right up until they discussed supply-side and demand-side manipulation
apparently. lol. how do you account for that lil' slip up with sanders? i
was busting a gut over you and 'one of your favorite courses.' all the
moreso since you told him he needed more school'n in econ. rolfmao...again.
chortle.

Re: OT - Oh, so OT.

am 20.09.2007 01:47:25 von Shelly

"Jerry Stuckle" wrote in message
news:hJednR0Nt97SAmzbnZ2dnUVZ_u7inZ2d@comcast.com...
> Shelly wrote:
>> You can practice your religion on any PRIVATE property that allows you to
>> do so and you can make any statement you wish in a public place
>> concerning religion -- just not at PUBLICLY paid for events. Those are
>> paid for by people like ME who do not practice YOUR religion.
>>
>
> And my money went for paying for that event, just as yours did. Which
> gives me rights, also. I should be able to make that statement; you
> should be able to choose whether you want to listen or not.
>
> You keep thinking that YOUR rights are all-important. You forget that I
> have rights, also.

One definition of a democracy is that my rights end where yours begin and
vice-versa. By putting it on public land you are infringing upon my rights.
You don't have unlimited rights. You have the right of free speech, but you
can't yell fire in a crowded theater (unless there is one).

You can put it on any private land you choose (with permission, of course),
but not on public land. That steps over the line. If you insist that you
should have to right to infringe upon mine, then I will equally insist upon
the reverse. I can then formulate a "religion" and get it recognized. I'll
call it anti-Christianism. I will then want to put up a big display on
public property saying "Jesus? Why worship that bastard?". (Before you fly
off the handle, look up the dictionary meaning of the word bastard. It
means a child born out of wedlock.)
Quid Pro Quo.
What's good for the goose is good for the gander.
Turnabout is fair play.
Do want a few more?

The simplest, fairest and least combative way is to simply not allow ANY
religious display on public property.

Now Jerry, answer the question below that I asked you before.

>> Here is one for you to ponder. Suppose I held YOUR position and want the
>> state to sponsor MY religion with YOUR tax dollars on PUBLIC property
>> and, suppose further, that MY religion was Satanism (it isn't, but lets
>> say yes just for the sake of argument). How would you feel about that
>> one? What right have you to stop me from teaching Satanism in schools?
>> (Remember, I am using YOUR arguments against you). Rememer, too, that
>> Satanism is a religion. It is devil worship.

Shelly

Re: OT - Oh, so OT.

am 20.09.2007 01:48:16 von Shelly

"Jerry Stuckle" wrote in message
news:hJednRwNt94TAmzbnZ2dnUVZ_u7inZ2d@comcast.com...
> The Natural Philosopher wrote:
>> Jerry Stuckle wrote:
>>
>>>>
>>>> I don't worship.
>>>>
>>>
>>> No, you don't worship a god.
>>>
>> No, I don't worship. Period.
>>
>
> Which means you don't worship a god. Or anything else for that matter.

By George 'es got it. I think 'es got it.

Shelly

Re: OT - Oh, so OT.

am 20.09.2007 01:50:19 von Herb

hey, Stevo, prove you're not a hypocrite. Point to one post you've
made on usenet ever, where you criticize Muslims or Jews in the same
way that you criticize Christians.

Show us one post where you object to NYC establishng a Muslim school,
for instance.

Re: OT - Oh, so OT.

am 20.09.2007 01:53:47 von Shelly

"Jerry Stuckle" wrote in message

> And you have yet to tell me what's so wrong about a non-denominational
> prayer that people can chose to participate in or not participate in.

Here is what is so wrong with it. A child is extremely vulnerable to peer
pressure. A child does not want to be the "oddball". By having elementary
school children "opting out", you are singling them out for ridicule.
Jerry, that is downright cruel. Didn't you even read about the experience
of another poster growing up Jewish in Texas, Should we foster that kind of
cruelty? THAT is what is wrong with it.

> I never said it was mandatory. In fact, I specifically said participation
> should be optional.

See above.

> As for my children being exposed to an Islamic prayer - I'd say great.
> They should be exposed to different cultures and religions.

Satanism too? Wiccan? "The Greatness of Nudity"?

> You don't have any idea what a non-denominational prayer is, do you? It's
> one which isn't Christian, Jewish, Muslim or any other specific religion.
> It's one which allows participants to deal with God as they believe.

Exactly his point. Why should he be forced to "deal with God"?

Shelly

Re: OT - Oh, so OT.

am 20.09.2007 01:56:21 von Herb

On Sep 19, 7:47 pm, "Shelly" wrote:
> "Jerry Stuckle" wrote in message
>
> news:hJednR0Nt97SAmzbnZ2dnUVZ_u7inZ2d@comcast.com...
>
> > Shelly wrote:
> >> You can practice your religion on any PRIVATE property that allows you to
> >> do so and you can make any statement you wish in a public place
> >> concerning religion -- just not at PUBLICLY paid for events. Those are
> >> paid for by people like ME who do not practice YOUR religion.

so you object to the US funding Israel, do you?

btw, were you a big fan of Maplethorpe?

Re: OT - Oh, so OT.

am 20.09.2007 02:01:53 von Shelly

"Jerry Stuckle" wrote in message
news:O7adnXGaxIYiOWzbnZ2dnUVZ_uPinZ2d@comcast.com...

> Sounds like it could have been an excellent opportunity to educate them on
> how much Judaism and Christianity have in common.

Define "Christianity". For that matter, define "Judaism".

With Chritianity, there are two several major divisions. The biggest is
between Catholic and Protestant. Within Protestant there is a whole
spectrum from the most loosy-goosy to the fundaentalist. Within Judaism
there is also a spectrum from very loose to ultra-Orthodox. What do you
mean "have in commom".

Basically, there is a fundamental divide between the two. One believes in
the divinity of Jesus. In the other he is not only irrelevent, he is not
even mentioned once. Furthermore, there is an even bigger theological
divide. In Christianity it is what you BELIEVE that counts. In Judaism it
is what you DO that counts. About the only commonality other that the
societal mores that denote a civilized society is that Christianity took the
Jewish bible and added to it with another book. There is very little "in
common" between the two(three) religions.

Shelly

Re: OT - Oh, so OT.

am 20.09.2007 02:03:13 von Shelly

"Herb" wrote in message
news:1190243538.196947.145680@o80g2000hse.googlegroups.com.. .
> On Sep 14, 11:27 pm, Sanders Kaufman wrote:
>> Ultra-right wing, White Militant Christians have always been men among
>> men; the ones to look to for spiritual guidance and heroic virtue.
>>
>> I doff my Yamulkah to ya on that one.
>>
>> Sheesh!
>
> why do you have such bigotry against white Christians, Sanders? Do you
> have some neurotic emotional problems?

Read again what he wrote. He said "Ultra-right wing, White Militant
Christians", not "white Christians".

Shelly

Re: OT - Oh, so OT.

am 20.09.2007 02:05:37 von Steve

"Jerry Stuckle" wrote in message
news:IYadneHCG5Q0BmzbnZ2dnUVZ_uSgnZ2d@comcast.com...
> Steve wrote:
>> "Jerry Stuckle" wrote in message
>> news:lOqdnSHxypjj0W3bnZ2dnUVZ_jGdnZ2d@comcast.com...
>>> Steve wrote:
>>>>>> Atheism is a religion?
>>>>>> Do you actually have any clue?
>>>>>>
>>>>> Yes, I do. It is a disbelief in a god, as Shelly pointed out from
>>>>> Websters.
>>>> perhaps you need several clues then!
>>>>
>>>> i don't believe the toothfairy is real. am i religious now, being an
>>>> atoothfairian?
>>>>
>>> If you could get the rest of the world to agree the tooth fairy is a
>>> god,then yes. But I doubt you would be able to do that.
>>
>> oh, so concensus is what makes a god a god...interesting.
>>
>
> How else would you do it? After all - you said a god's presence couldn't
> be proven.

i wouldn't. i don't make the claim that he exists. so that's not my job.
and, i say many things about god. when there is no evidence (which is how
i'd go about proving he existed), then any possible attribute can be
ascribed to god. and every postulate about god would be equally true since
none of the claims has evidence by which it could be falsified.

>>>> or, is this a special case because the word gawd is the object of
>>>> disbelief?
>>>>
>>> The belief in a higher power. Call it God, Jehovah, Allah or any of the
>>> other names the higher power is known by, yes. That is the definition
>>> of religion.
>>
>> funny how non of that exists in atheism. declaring the obvious, there is
>> no evidence of any god(s), does not follow your definition of religion,
>> now does it. we, atheists, are without belief in a higher power.
>>
>
> I knew you would say that, but I couldn't come up with a better way to put
> it. But your belief in an absence of a higher power is also a belief.
> But we've been there before.

yet you fail to get it still. conclusion and belief are not the same things.
my focus is on evidence. wait, why am i suprised that you focus on belief?!

let's do this one final time shall we?

i see no evidence of higher powers, therefore higher powers remain
conceptual, subjective notions. and because of that, i find *belief in god*
irrelevant. none of that, one last time, requires belief on my part. it is
merely a conclusion about the premise.

>>>>>> Please Jerry: I read this whole thread (my bad) and came to the
>>>>>> conclusion you better stick with PHP.
>>>>>> You can speak with some authority on PHP, but your worldview....
>>>>>> It is dangerous singleminded dribble in my humble opinion.
>>>>>>
>>>>> Fine, you're entitled to your opinion.
>>>> hmmm...if we apply the scientific method to this, and since there is no
>>>> observable evidence god does exist...yep, i'd say his is more likely
>>>> right than not.
>>>>
>>> Faulty logic. Lack of proof that something exists is not proof it does
>>> not exist.
>>
>> scientific method would say the case that one does exist is not valid
>> without supporting evidence.
>> logic goes further. since there is no evidence supporting the claim, the
>> original state of affairs remains the same...therefor, there is no god.
>>
>
> No, it does not. It says something may exist until there is evidence
> proving to the contrary.

LOL so hard! so aside from philosophy, logic was likewise not one of your
favorite courses? how about science, *excluding* computer science?

> People come up with unsupported theories all the time, i.e. that atoms are
> indivisible. That theory went on for a while until the Curies discovered
> radioactivity and found atoms could be divided and the theory was proven
> false.

the point...it was falsifiable, god notions are not. why? there is no
evidence to do so. and the response of science was? dogmatically cling to
what it had been supporting? nope. and your point here again was?

> Note that the scientific method did not say atoms could not be divided; it
> just said there was no indication they could. But then there was.

just so we're clear...the scientific method is an inanimate process. it does
not say. scientists go through the process 'saying' what they discoved about
the outcome of said process.

again, your point?

> The same way, protons, electrons and neutrons were thought to be
> indivisible until particle accelerators came along. Then we found they
> could be divided. Again, the scientific method did not say they could not
> be divided; just that there was no proof one way or the other.

scientists don't jump to too many conclusions. they tend to either know or
not know. when they know, be assured, they have proof. yet, you think it
ethical for them to behave in another manner?

what college did you go to?

>
>> but lets stick to what we don't have...proof that gods exist. i'll ask
>> you the same question that i asked shelly. this should be more pertenant
>> to you since you are a christian and believe in a personal savior...
>>
>> what kind of relationship can you infer that a god, that does not give
>> evidence for himself, would want to have with humanity? if he seems to
>> want to be hidden, it kind of follows that he/she/it/they really don't
>> want to be known, much less know you. further, if you have no objective
>> evidence that god exists, how could you possibly jump to the conclusion
>> that the bible is his word and that jesus is his son and that that
>> perspective is the only way to eternal life...much less be assured that
>> there is a heaven or hell?
>>
>> without evidence, we cannot confirm god(s) intentions toward us and can't
>> really know anything about him. without evidence, your most fundamental
>> question should not be whether or not a god(s) exist, rather it should be
>> what are his intentions toward me.
>>
>
> No, we can't. Even with evidence I doubt we could understand, much less
> confirm God's intentions towards us, any more than an ant could understand
> our intentions towards it.
>
> But again, my faith is what does it for me.

after all this, that's the first reasonable thing you've said. and even in
non-judgemental or confrontational terms. good on ya.

here's your chance at applying understanding...

do you get that some of us are by nature, very leery about taking things on
faith alone?

i will be quite happy with the outcome of this conversation if i get an
honest 'yes' and things are left at that.

>>>> jerry, religion makes the claim god exists. atheist just don't believe
>>>> them until they provide evidence. it's the logical thing to do. for you
>>>> making the claim, it would only be responsible to provide such evidence
>>>> so that we needn't go back and forth.
>>>>
>>> That's fine. You're entitled to your beliefs, also.
>>
>> however, you are not entitled to say atheism is a religion just because
>> you want to. you clearly have no understanding of any other perspective
>> other than christianity. i suppose i shouldn't have expected any more
>> from you than that.
>>
>
> And you are not entitled to say atheism is not a religion just because you
> don't want to be associated with a religion.

right. good thing that is not my motivation or reasoning.

>> you stumbled right into pascal's wager even when i warned you one post
>> before...i guess i should at least give you credit, given this thread's
>> length, for not pulling a godwin at this point. if you're not done with
>> this thread yet, i may have just predicted your next post...unless you're
>> googling now to avert another blunder. ;^)
>>
>> EOT
> Whatever.

is that the best you can do for a comeback? after said embarrassment, i'd
either play it off or just say, yeah, you got me.

Re: OT - Oh, so OT.

am 20.09.2007 02:13:09 von Shelly

"Herb" wrote in message
news:1190246181.995323.178430@57g2000hsv.googlegroups.com...
> On Sep 19, 7:47 pm, "Shelly" wrote:
>> "Jerry Stuckle" wrote in message
>>
>> news:hJednR0Nt97SAmzbnZ2dnUVZ_u7inZ2d@comcast.com...
>>
>> > Shelly wrote:
>> >> You can practice your religion on any PRIVATE property that allows you
>> >> to
>> >> do so and you can make any statement you wish in a public place
>> >> concerning religion -- just not at PUBLICLY paid for events. Those
>> >> are
>> >> paid for by people like ME who do not practice YOUR religion.
>
> so you object to the US funding Israel, do you?

Israel is a country, not a religion. I have no problem with the US helping
any of our allies. I have no problem with helping Israel (mostly Jews),
France (a half century ago and mostly Catholic), Japan (same time frame and
mostly Buddhist), India (mostly Hindu), etc., etc. so long as they are
allies. Are you saying that Israel is not our ally?

> btw, were you a big fan of Maplethorpe?

I had to look up who Maplethorpe is. The photographs I saw on the net are
very artistic. Do you have a problem with the beauty of the human body?

Shelly

Re: OT - Oh, so OT.

am 20.09.2007 02:30:51 von Courtney

Jerry Stuckle wrote:
> The Natural Philosopher wrote:
>> Jerry Stuckle wrote:
>>
>>> Not at all. If there is no god, my religion is neither helping or
>>> hurting me. However, if there is a god, you have no chance of being
>>> right because you never entered the lottery. OTOH, I could have
>>> picked the "correct" religion.
>>
>>
>> "If there is no parachute..my belief in one is neither helping me
>> or...ARRRGGHH!! SHIT!"
>>
>> Told you not to trust anything without testing it first, Jerry.
>
> That is absolutely true. If there is no parachute, my belief doesn't in
> one doesn't matter, does it?
>
It does if you try to use it.

Re: OT - Oh, so OT.

am 20.09.2007 02:43:26 von Herb

On Sep 19, 8:13 pm, "Shelly" wrote:
> "Herb" wrote in message
>
> news:1190246181.995323.178430@57g2000hsv.googlegroups.com...
>
> > On Sep 19, 7:47 pm, "Shelly" wrote:
> >> "Jerry Stuckle" wrote in message
>
> >>news:hJednR0Nt97SAmzbnZ2dnUVZ_u7inZ2d@comcast.com...
>
> >> > Shelly wrote:
> >> >> You can practice your religion on any PRIVATE property that allows you
> >> >> to
> >> >> do so and you can make any statement you wish in a public place
> >> >> concerning religion -- just not at PUBLICLY paid for events. Those
> >> >> are
> >> >> paid for by people like ME who do not practice YOUR religion.
>
> > so you object to the US funding Israel, do you?
>
> Israel is a country, not a religion.

look up "disingenous", as my reply to your statement above (as if
Israel is a secular state, uh huh)

> I have no problem with the US helping
> any of our allies. I have no problem with helping Israel (mostly Jews),
> France (a half century ago and mostly Catholic), Japan (same time frame and
> mostly Buddhist), India (mostly Hindu), etc., etc. so long as they are
> allies. Are you saying that Israel is not our ally?

Ally? No, our beneficiary. The religion-and-ethnicity-based state of
Israel will pursue it's own interests at every turn, and not ours. I
cab recall Sharon saying just that, during the Lebanon incursion of a
generation ago.

>
> > btw, were you a big fan of Maplethorpe?
>
> I had to look up who Maplethorpe is. The photographs I saw on the net are
> very artistic. Do you have a problem with the beauty of the human body?

hehe... you are funny, Sheldon.

Maplethorpe did mainly homosexual porno, and called it as art. He also
was a terrible anti-Christian bigot.

Now, if anbybody went to the National Endowment for the Arts, and
asked to get money to take pictures of crucifixes, they would have
been figuratively ejected from the building. But Maplethorpe put a
crucifix in a glass of his own urine, and *THAT* was art. It was
publicly supported, too - aka tax dollars.

Such is the natural outgrowth of your arguments, in that religion gets
excluded and suppressed, but anti-Christianity gets endorsed.

It also leads to a godless religion (like secular humanism, which has
evolved into political-correctness) having the ability to become the
established religion.

Are you gay? Is that why you like Maplethorpe's photos?


>
> Shelly

Re: OT - Oh, so OT.

am 20.09.2007 02:54:16 von Herb

Steve, you argue against the existence of God, yet you show the same
relentless zeal in trying to convince others of your point of view.

I personally *was* a Christian, but never saw any inkling of any
prayer being answered. There is no evidence of a good and kindly God.
But there is evidence of a malicious God, as shown by the existence of
hate groups like the ACLU. Hehe

The "rebel against authority" amoral sickness of the ACLU has reached
its nadir in its self-apointed role as the lobby for child molesters -
busily going from state to state to try and knock down all Megan's
Laws.

Yet you people here are using all the old tired, trite arguments of
the ACLU to this day, as if they mean something. Does it not worry you
that you share the same thought patterns as resentment-filled college
boys? Doesn't that signal an internal alarm bell for you?

Re: OT - Oh, so OT.

am 20.09.2007 03:07:21 von Herb

On Sep 19, 7:23 pm, "Shelly" wrote:

> NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.

> Shelly

as a factual point, you are quite incorrect. The counter group to the
ACLU is the ACLJ. They have gone from state to state, suing school
districts, local governments and other entities who have been actively
infringing on the rights of Christians. They have been mainly
successful in these lawsuits.

So you are wrong - reverse discrimination is very well established and
has been actively pursuing its own bigotry. In fact, reverse
discrimination of all kinds has become the dominant form of bigotry in
the US.

A small group of Christians was jailed near Philadelphia PA for
carryihg signs at a gay festival. They faced 40+ years for trumped up
"hate crime" charges. Name any recent instance when non-Christians
suffered any similar peril via govt action.

(You likely haven't heard of this since the liberal bigots who control
most of the US media sat on the story - naturally.)

Re: OT - Oh, so OT.

am 20.09.2007 03:14:33 von Shelly

"Herb" wrote in message
news:1190249006.190962.5160@57g2000hsv.googlegroups.com...
> On Sep 19, 8:13 pm, "Shelly" wrote:
>> "Herb" wrote in message
>>
>> news:1190246181.995323.178430@57g2000hsv.googlegroups.com...
>>
>> > On Sep 19, 7:47 pm, "Shelly" wrote:
>> >> "Jerry Stuckle" wrote in message
>>
>> >>news:hJednR0Nt97SAmzbnZ2dnUVZ_u7inZ2d@comcast.com...
>>
>> >> > Shelly wrote:
>> >> >> You can practice your religion on any PRIVATE property that allows
>> >> >> you
>> >> >> to
>> >> >> do so and you can make any statement you wish in a public place
>> >> >> concerning religion -- just not at PUBLICLY paid for events. Those
>> >> >> are
>> >> >> paid for by people like ME who do not practice YOUR religion.
>>
>> > so you object to the US funding Israel, do you?
>>
>> Israel is a country, not a religion.
>
> look up "disingenous", as my reply to your statement above (as if
> Israel is a secular state, uh huh)

Israel is a democracy. About 25% of the country is Muslim. Yes, it the
Jewish homeland. So?

>
>> I have no problem with the US helping
>> any of our allies. I have no problem with helping Israel (mostly Jews),
>> France (a half century ago and mostly Catholic), Japan (same time frame
>> and
>> mostly Buddhist), India (mostly Hindu), etc., etc. so long as they are
>> allies. Are you saying that Israel is not our ally?
>
> Ally? No, our beneficiary. The religion-and-ethnicity-based state of
> Israel will pursue it's own interests at every turn, and not ours. I
> cab recall Sharon saying just that, during the Lebanon incursion of a
> generation ago.

EVERY nation will follow its self-interest first. So does England and
Canada. Does that make England and Canada not our allies? Your logic is
so faulty it is not worth pursuing this argument.

>
>>
>> > btw, were you a big fan of Maplethorpe?
>>
>> I had to look up who Maplethorpe is. The photographs I saw on the net
>> are
>> very artistic. Do you have a problem with the beauty of the human body?
>
> hehe... you are funny, Sheldon.
>
> Maplethorpe did mainly homosexual porno, and called it as art. He also
> was a terrible anti-Christian bigot.

....as I siad, I had to look it up. I had no idea who he is/was.

> Now, if anbybody went to the National Endowment for the Arts, and
> asked to get money to take pictures of crucifixes, they would have
> been figuratively ejected from the building. But Maplethorpe put a
> crucifix in a glass of his own urine, and *THAT* was art. It was
> publicly supported, too - aka tax dollars.

I don't know the specifics, so I can't comment.

>
> Such is the natural outgrowth of your arguments, in that religion gets
> excluded and suppressed, but anti-Christianity gets endorsed.

Excluded, yes. Suppressed, no.

> It also leads to a godless religion (like secular humanism, which has
> evolved into political-correctness) having the ability to become the
> established religion.

I can't even begin to talk to you about such drivel.

> Are you gay? Is that why you like Maplethorpe's photos?

Are you a woman because you like photos of women? I looked on the web at
the nudes (the women), and I found them artistic. End of discussion. (I
won't even honor your question with an answer).

I've had enough of talking to you. Jerry may be looking through blinders,
but at least he is not a bigot. I won't answer another one of your posts no
matter what garbage you put there.

Shelly

Re: OT - Oh, so OT.

am 20.09.2007 03:27:02 von Herb

On Sep 19, 9:14 pm, "Shelly" wrote:
> "Herb" wrote in message

>
> Israel is a democracy. About 25% of the country is Muslim. Yes, it the
> Jewish homeland. So?

oh sure, indigenious Palestinians who lived there for untold
generations have equal rights (and voting privileges) to any Jew who
flies in from Chicago. Haha


> EVERY nation will follow its self-interest first.

Wrong. The US endangered itself by pursuing the interests of Israel.
That's mainly why Arabs hate us.

>So does England and
> Canada. Does that make England and Canada not our allies? Your logic is
> so faulty it is not worth pursuing this argument.

quack quack quack


> I've had enough of talking to you. Jerry may be looking through blinders,
> but at least he is not a bigot.

there you go, the reflex pseudo-argument of the reverse bigot.


> I won't answer another one of your posts no
> matter what garbage you put there.

okay, bye immature weenie. You will be more comfortable where your own
prejudices are accepted as if they were fact - like on CNN

Re: OT - Oh, so OT.

am 20.09.2007 05:20:04 von Bucky Kaufman

Herb wrote:
> On Sep 19, 9:14 pm, "Shelly" wrote:
>> "Herb" wrote in message
>
>> Israel is a democracy. About 25% of the country is Muslim. Yes, it the
>> Jewish homeland. So?
>
> oh sure, indigenious Palestinians who lived there for untold
> generations have equal rights (and voting privileges) to any Jew who
> flies in from Chicago. Haha

As an American jew who would like to see the current nation of Israel
wiped from the map, I can tell you that the urban legends you're
repeating here are simply not true.

But in fact, most Jews don't qualify for that program. It's limited to
certain blood-lines. Everyone else has to apply for citizenship through
the regular bureaucratic process.

And your belief that Muslims aren't part of the voting population,
relegated to the refugee camps - that's not true either.

In fact, Muslims live in peace with their Jewish neighbors all
throughout Israel, and even serve in the Israeli government.

Now, please excuse me while I go wash my mouth out with soap for
defending Israel.

Re: OT - Oh, so OT.

am 20.09.2007 06:44:45 von Steve

"Herb" wrote in message
news:1190245819.836960.262810@o80g2000hse.googlegroups.com.. .
> hey, Stevo, prove you're not a hypocrite. Point to one post you've
> made on usenet ever, where you criticize Muslims or Jews in the same
> way that you criticize Christians.
>
> Show us one post where you object to NYC establishng a Muslim school,
> for instance.

hmmmm. since i've never actually had dialog in usenet with a muslim, i can't
really say your point is well suited to be taken. i really should at least
have had the opportunity to show that i am a hypocrite, right? we are after
all, in this country, innocent until proven guilty? right? are you
predicting future behavior and settling judgement preemptively? why does
that sound like a familiar practice?

ok, i'm ready. give me a muslim who is willing to discuss his religion.
wait...no need. since i have already prepared myself for such a dialog with
christian, judeistic, islamic, mormon, hindu, budhist, and wiccan religious
dogma, several things can be infered.

1) i take the subject of religion seriously
2) i have taken time to *fully* understand the tenents of those listed
3) i am prepared to discuss this topic at any breadth or depth with anyone
4) am not, nor have not, singled out any single religion - especially out of
some vent i may...as you presume.

be assured, if the muslim school in new york city is being pay with public
funds, i'll certainly be up in arms about it. you shouldn't be surprised
though, that this is the first i've heard of it. i keep quite busy
contracting and haven't read the paper or watched the telly in about a
month. again, that would negate my opportunity to engage in hypocrocy.

when you actually get a point to make rather than a reaction to give,
herb...post something valid that we can whittle away with. let me just say,
we won't be getting on well or for very long if the rest of your replies
being with ad-homonyms - and uninformed, assumptive ones at that.

cheers.

Re: OT - Oh, so OT.

am 20.09.2007 06:48:31 von Steve

"Shelly" wrote in message
news:13f3b6e3dknblc9@corp.supernews.com...
>
> "Jerry Stuckle" wrote in message
> news:8vmdnTwFNe-
>> Sorry, religion requires neither ceremonies or rites.
>
> From www.m-w.com
>
> Main Entry: re·li·gion
> Pronunciation: ri-'li-j&n
> Function: noun
> Etymology: Middle English religioun, from Anglo-French religiun, Latin
> religion-, religio supernatural constraint, sanction, religious practice,
> perhaps from religare to restrain, tie back -- more at RELY
> 1 a : the state of a religious
b (1)
> : the service and worship of God or the supernatural (2) : commitment or
> devotion to religious faith or observance
> 2 : a personal set or institutionalized system of religious attitudes,
> beliefs, and practices
> 3 archaic : scrupulous conformity : CONSCIENTIOUSNESS
> 4 : a cause, principle, or system of beliefs held to with ardor and faith
> - re·li·gion·less adjective
>
> #1 - This involves "service" to God or the supernatural. Service means
> actually DOING something!
> #2 - INSTITUTIONALIZED .... AND PRACTICES! (aka dogma and practices)
> #3 - archaic meaning
> and finally, we get to your position (note that it is last even after the
> archaic meaning).
>
> You will get more or less the same results if you go to
> www.dictionary.com.

thanks shelly...i like 4 best, since it requires neither ardor nor faith to
reject a posit without evidence. ;^)

Re: OT - Oh, so OT.

am 20.09.2007 07:27:45 von Steve

"Herb" wrote in message
news:1190250441.341187.272110@g4g2000hsf.googlegroups.com...
> On Sep 19, 7:23 pm, "Shelly" wrote:
>
>> NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
>
>> Shelly
>
> as a factual point, you are quite incorrect. The counter group to the
> ACLU is the ACLJ. They have gone from state to state, suing school
> districts, local governments and other entities who have been actively
> infringing on the rights of Christians. They have been mainly
> successful in these lawsuits.
>
> So you are wrong - reverse discrimination is very well established and
> has been actively pursuing its own bigotry. In fact, reverse
> discrimination of all kinds has become the dominant form of bigotry in
> the US.
>
> A small group of Christians was jailed near Philadelphia PA for
> carryihg signs at a gay festival. They faced 40+ years for trumped up
> "hate crime" charges. Name any recent instance when non-Christians
> suffered any similar peril via govt action.
>
> (You likely haven't heard of this since the liberal bigots who control
> most of the US media sat on the story - naturally.)

funny then, that it never surfaced on hannity and colmbs either...or any fox
network communications that i recall either.

as for your 'detailed' expultion of platitude, post your references/cites.
otherwise, it's all self-serving, meaningless, and probably just made-up.
see, with cites, we may discover that the 'small group of christians'
consisted of two assholes who violated local laws governing the proper
manner in which they could protest...say, like, blocking the parade or
pissing in the punch bowl.

as it is, history is wrot with the crushing conquest of religion. don't
expect sympathy from me when i really couldn't care less about the two
assholes who didn't obey the law.

and hey, by 'mainly successful', do you mean 'outta two cases, they almost
won one'? you see now why cites and references help your cause?

one more question. how does one get a notion (reverse-descrimination) to
*actively* pursue its own biggotry (another notion). do they run fast? they
taking their time? is one faster than the other? what happens when the one
catches up with the other? sorry, that was a few more questions than just
one.

i hate to burst your bubble, but the KKK has been faced with the same
consequences while later being the recipient of the protection of the law
that they had violated - this in regard to 'name any recent instance...blah,
blah, blah'. are you going to say that the KKK (all of them, any of them)
are representative or resembling christians? did they not violate the law?
was the law not applied for their right to peaceful assembly? sorry, the
courts aren't as twisted as your synicism and paranoia would dictate.

Re: OT - Oh, so OT.

am 20.09.2007 07:43:07 von Steve

"Jerry Stuckle" wrote in message
news:hJedneINt947A2zbnZ2dnUVZ_u6rnZ2d@comcast.com...
> Steve wrote:
>> "Jerry Stuckle" wrote in message
>> news:WPOdnQYlxN2FzW3bnZ2dnUVZ_jidnZ2d@comcast.com...
>>> The Natural Philosopher wrote:
>>>> Jerry Stuckle wrote:
>>>>
>>>>> And BTW - atheism is a religion, also.
>>>> Only to religious people.
>>>>
>>> And Websters...
>>
>> i have an old copy of websters that is nothing like their current
>> definition. plus, every dictionary has a different definition of atheism.
>> it just means no one really understands what it is...except atheists. we
>> don't mind. we're only about 2% of the world's population. even so, that
>> doesn't make your snappy come-back, very snappy.
>>
>> ;^)
>>
>
> Gee, word meanings change. Maybe you should get a copy which has been
> published this century. Or at least last century.
>
>>>> To atheists it is merely sidelining religion as irrelevant and getting
>>>> on with the job.
>>>>
>>>> This is conveniently
>>>>> "overlooked" by those espousing it in the name of "freedom".
>>>> This is conveniently overlooked by those who cannot concieve of a
>>>> person who believes in nothing other than his sensory apparatus and
>>>> what it tells him.
>>>>
>>> Not at all. I can conceive of those people. But, unlike them, I don't
>>> try to force them to practice my religion - but they want to prohibit me
>>> from practicing it.
>>
>> wow. now would be the time for you to say what happened to you
>> *specifically* so we don't just discard such a statement as a generalized
>> blurt that is unfounded and meaningless.
>>
>> you still haven't said how you reconsile your apparent aversion to
>> fulfilling the great commission. you may not actively tie us down, but
>> you're certainly supposed to tell us "the good news". btw, there is more
>> religious proliferation in public forums than atheists standing outside
>> your church's doors blocking your entrance on sunday morning. just who is
>> forcing whom?
>>
>
> Those who won't let me pray on school grounds, for instance. A perfect
> example - when I lived in Raleigh (NC), our church had a fire (old
> wiring). For a while we rented a junior high gymnasium for our Sunday
> services while the church was being renovated. Then an atheist group
> threatened to sue the country Board of Education for allowing a religious
> group to meet on school property.
>
> This was a publicly owned building, and open to any other group willing to
> pay the same rent we did. But even though we were members of the public
> and payed the taxes to build the building, we were barred from using it
> during non-school hours, when no one else was around, because we were
> holding a religious function.

jerry, my church meets in an elementary school. and while i see no problems
with that argument (especially because you'd actually be paying rent thereby
allowing my taxes to work somewhere else) if equal access is afforded. it is
quite a different proposal than most situations...in that the main themes
are seperation and equal access. this instead of seperation and endorsement.
everyone who comes to church in such a situation is doing so of their own
volition.

much different is the actual endorsement of religion given the genre of
examples we've given you. all of that said though, i likewise understand the
reaction that was received. i'd be more lax about it, but i can see fighting
for the principle of the matter. that's a worthy cause. not only that, i'd
rather have an over-reaction by *any* group of protesters since it would
reinforce the walls of seperation rather than letting gray areas creep into
the mix. remember, its a slippery slope.

>>>>> But many atheists are trying to force their religion on the rest of
>>>>> the country.
>>>>>
>>>> They can't. Atheism by definition is the absence of religion.
>>>>
>>> Wrong, again.
>>
>> again...
>>
>> a latin: without
>> theism latin: belief in god
>>
>> i know you don't care about word origins, lexicons, or etymology in
>> general (your s.a.t scores must have s.u.c.k.e.d), however when there is
>> a dispute as the the modern interpretation of a word, the latin or greek
>> roots are the foundation of any definition. the one above is the simple
>> raw data. you can certainly appreciate at least that, being a programmer.
>>
>
> Nope. Word origins don't mean anything other than where the words came
> from. Current usage is what counts.

you missed the point again. however at this point, i can predict how many
threads it would take for me to bring it home to you, given this thread's
history...and i'll tell you now...it just aint worth it. ;^)

>>>>> The first amendment had to do with TOLERANCE. You worship your way
>>>>> and I worship mine. You don't try to tell me what I can and cannot
>>>>> do, and I don't try to tell you the same.
>>>>>
>>>> I don't worship.
>>>>
>>> No, you don't worship a god.
>>
>> no, you don't know him well enough to say that. you must take him at his
>> word that he doesn't worship...anything. you keep acting like you are on
>> familiar terms with everyone. that's rather arrogant.
>
> I was just more specific about it. If he doesn't worship anything, then
> the logical conclusion is that he doesn't worship a god, either.

jerry! you aren't dumb!!! you expect us to swollow that bullshit?!!! you
could have just as easily said he doesn't worship dog shit, were that the
true case. you obviously didn't just intend to *just* be more specific about
it!

Re: OT - Oh, so OT.

am 20.09.2007 07:48:36 von Steve

"Herb" wrote in message
news:1190246181.995323.178430@57g2000hsv.googlegroups.com...
> On Sep 19, 7:47 pm, "Shelly" wrote:
>> "Jerry Stuckle" wrote in message
>>
>> news:hJednR0Nt97SAmzbnZ2dnUVZ_u7inZ2d@comcast.com...
>>
>> > Shelly wrote:
>> >> You can practice your religion on any PRIVATE property that allows you
>> >> to
>> >> do so and you can make any statement you wish in a public place
>> >> concerning religion -- just not at PUBLICLY paid for events. Those
>> >> are
>> >> paid for by people like ME who do not practice YOUR religion.
>
> so you object to the US funding Israel, do you?

jesus h fucking-christ! when did israel cease being a nation and start being
a religion! i no more protest the us funding israel than the us sending a
billion dollars in aid to africa over the past eight years. those, after
all, are strategic locations from which we can better preemptively protect
our oil (tongue in cheek).

;^)

Re: OT - Oh, so OT.

am 20.09.2007 07:51:08 von Steve

"Herb" wrote in message
news:1190249006.190962.5160@57g2000hsv.googlegroups.com...
> On Sep 19, 8:13 pm, "Shelly" wrote:
>> "Herb" wrote in message
>>
>> news:1190246181.995323.178430@57g2000hsv.googlegroups.com...
>>
>> > On Sep 19, 7:47 pm, "Shelly" wrote:
>> >> "Jerry Stuckle" wrote in message
>>
>> >>news:hJednR0Nt97SAmzbnZ2dnUVZ_u7inZ2d@comcast.com...
>>
>> >> > Shelly wrote:
>> >> >> You can practice your religion on any PRIVATE property that allows
>> >> >> you
>> >> >> to
>> >> >> do so and you can make any statement you wish in a public place
>> >> >> concerning religion -- just not at PUBLICLY paid for events. Those
>> >> >> are
>> >> >> paid for by people like ME who do not practice YOUR religion.
>>
>> > so you object to the US funding Israel, do you?
>>
>> Israel is a country, not a religion.
>
> look up "disingenous", as my reply to your statement above (as if
> Israel is a secular state, uh huh)
>
>> I have no problem with the US helping
>> any of our allies. I have no problem with helping Israel (mostly Jews),
>> France (a half century ago and mostly Catholic), Japan (same time frame
>> and
>> mostly Buddhist), India (mostly Hindu), etc., etc. so long as they are
>> allies. Are you saying that Israel is not our ally?
>
> Ally? No, our beneficiary. The religion-and-ethnicity-based state of
> Israel will pursue it's own interests at every turn, and not ours. I
> cab recall Sharon saying just that, during the Lebanon incursion of a
> generation ago.
>
>>
>> > btw, were you a big fan of Maplethorpe?
>>
>> I had to look up who Maplethorpe is. The photographs I saw on the net
>> are
>> very artistic. Do you have a problem with the beauty of the human body?
>
> hehe... you are funny, Sheldon.
>
> Maplethorpe did mainly homosexual porno, and called it as art. He also
> was a terrible anti-Christian bigot.
>
> Now, if anbybody went to the National Endowment for the Arts, and
> asked to get money to take pictures of crucifixes, they would have
> been figuratively ejected from the building. But Maplethorpe put a
> crucifix in a glass of his own urine, and *THAT* was art. It was
> publicly supported, too - aka tax dollars.
>
> Such is the natural outgrowth of your arguments, in that religion gets
> excluded and suppressed, but anti-Christianity gets endorsed.
>
> It also leads to a godless religion (like secular humanism, which has
> evolved into political-correctness) having the ability to become the
> established religion.
>
> Are you gay? Is that why you like Maplethorpe's photos?

shelly, i kind of got the feeling that this was one of those kind of
nut-jobs from his first post. now i guess we both know.

loose nut on the keyboard! alert, alert...killfile, killfile.

Re: OT - Oh, so OT.

am 20.09.2007 08:02:06 von Steve

"Jerry Stuckle" wrote in message
news:hJednR8Nt950AmzbnZ2dnUVZ_u7inZ2d@comcast.com...
> Steve wrote:
>> "Jerry Stuckle" wrote in message
>> news:msOdnYNUlZJZLXLbnZ2dnUVZ_tCrnZ2d@comcast.com...
>>> Sanders Kaufman wrote:
>>>> Jerry Stuckle wrote:
>>>>> Sanders Kaufman wrote:
>>>>>> But it seems that the same people who are stupid and irresponsible
>>>>>> enough to vote themselves a tax break when there's an outstanding and
>>>>>> past-due, mutli-generational debt to pay...
>>>>> Yea, and you know what? After that tax break, the economy improved,
>>>>> and federal tax revenue INCREASED. You need to go back to Economics
>>>>> 101.
>>>> I CLEP'd Eco101 and 102.
>>> Then you need to go back to school.
>>>
>>>> Where your logic fails is in your use of just ONE side of the economic
>>>> equation.
>>>>
>>> And which side is that, Sanders? It must be the same side every
>>> recognized economics expert in the world is on, though, so I guess I'm
>>> in good company.
>>
>> uhhhh...hummmm (trying not to laugh).
>>
>> well, our friend alan and most other economists like levitt and company,
>> clearly see two sides to manipulating and predicting ecomonomic states.
>> being that you're such an expert (really holding it in now) on the
>> matter, i find it a bit odd that you don't know that sanders is talking
>> about the supply side rather than the demand side...duely recognizing
>> that either is typically and respectively the sole target of republicans
>> and democrats.
>>
>> me thinks the 'side' your standing on now is the one where the crickets
>> can clearly be heard chirping.
>>
>> (now letting loose the supressed hilarity)
>
> No, I understand what he's saying. But the two sides are not separate.
> They are intimately intertwined. Without one, the other is worthless. And
> you cannot consider one without the other.

ah jerry! you just blurted out the first thing that came to mind before you
read what he was saying. PLEASE, tell me that was the case. i'd hate to have
to consider that you just backpeddled to save face since you actually
*didn't* know what supply/demand side manipulation is.

Re: OT - Oh, so OT.

am 20.09.2007 08:13:22 von Steve

"Jerry Stuckle" wrote in message
news:_tKdnelQP6RMPWzbnZ2dnUVZ_qSonZ2d@comcast.com...
> Steve wrote:
>> "Jerry Stuckle" wrote in message
>> news:cuadnVL5QPJvyW3bnZ2dnUVZ_hKdnZ2d@comcast.com...
>>> Steve wrote:
>>>> "Jerry Stuckle" wrote in message
>>>> news:296dnbsuHfXCnW3bnZ2dnUVZ_tPinZ2d@comcast.com...
>>>>> Steve wrote:
>>>>>> "Jerry Stuckle" wrote in message
>>>>>> news:nNqdnZZZKfElX3LbnZ2dnUVZ_h6vnZ2d@comcast.com...
>>>>>>> Steve wrote:
>>>>>>>> "Jerry Stuckle" wrote in message
>>>>>>>> news:JoWdneE7j9ChsHLbnZ2dnUVZ_vCknZ2d@comcast.com...
>>>>>>>>
>>>>>>>>> Hey, I'd much rather have a God-fearing President than an atheist.
>>>>>>>> jerry, i've been quiet thus far. what is wrong with an atheist or
>>>>>>>> atheism itself. you and i are involved in a scientific field. i
>>>>>>>> have to ask, what scientific evidence do you have that god exists.
>>>>>>>> and, with whatever 'evidence' you may provide, what kind of
>>>>>>>> relationship does it indicate that she may want to have with us? as
>>>>>>>> there is no objective evidence, i can only infer that if a god
>>>>>>>> exists, she wants nothing to do with us.
>>>>>>>>
>>>>>>> I don't need scientific evidence. My faith is good enough for me.
>>>>>>> And I feel sorry for you.
>>>>>> oh my!
>>>>>>
>>>>>> i can see the romanticism in the idea of the things hoped for. that
>>>>>> is the nature of humanity. however, to afix that to a god-figure and
>>>>>> create a regiment of though/belief about that concept - one that
>>>>>> rules your life and had such a huge and not always pleasant mark on
>>>>>> the history of others lives - without proof or indications that say
>>>>>> you seem to be correct...that is just scary!
>>>>>>
>>>>>> why is it that most rational people who go through their lives
>>>>>> applying critical thinking to all aspects of their lives, negate or
>>>>>> forbid themselves from doing the same with this one, special case -
>>>>>> god? that is wholly beyond me!
>>>>>>
>>>>>> you go ahead and feel sorry for me. i hope you are serving the
>>>>>> 'right' one, cuz all of the major religions now are quite exclusive
>>>>>> in membership with eternal damnation for not joining. (he pauses to
>>>>>> think...i wonder if jerry is going to come back with the good ol'
>>>>>> pascal wager at this point...then chuckles to self)
>>>>>>
>>>>> Whatever. It's my belief. However, you can be assured if there is a
>>>>> God, you will be in the wrong. At least I have a chance of practicing
>>>>> the "correct" religion.
>>>> I KNEW IT...I CALLED IT...I TOLD YOU IT WAS COMING!!!
>>>>
>>>> PASCAL'S WAGER !!!
>>>>
>>>> and no, we have exactly the SAME changes of being right. you really
>>>> should research theology more before committing one of the most basic,
>>>> stupid, and flawed logical arguments passed throughout history. (as
>>>> jerry now beings to google, red in the face from embarrassment once he
>>>> sees what the fuck he just did).
>>>>
>>> Not at all. If there is no god, my religion is neither helping or
>>> hurting me. However, if there is a god, you have no chance of being
>>> right because you never entered the lottery. OTOH, I could have picked
>>> the "correct" religion.
>>>
>>>>>>>> as for your assumption that god-fearers somehow make better
>>>>>>>> decisions that atheists...hardly the case. what god shall we fear?
>>>>>>>> muhammad? mythra? zeus? buddah? the big jc? as an american and a
>>>>>>>> republican, this is the most i've ever feared for democracy in
>>>>>>>> america...it has nothing to do with afghanistan or iraq, but
>>>>>>>> everything to do with domestic policy inacted after 911...and how
>>>>>>>> easily a 'god-fearing' people can be moved and rallied under the
>>>>>>>> banner of 'god' in leu of ration thought - especially thought that
>>>>>>>> is critical of current events in light of history.
>>>>>>>>
>>>>>>>> give me an atheist about now, please!
>>>>>>> I don't care what you believe in. However, when you try to impose
>>>>>>> your religion on me, the President or anyone else, I draw the line.
>>>>>> and the world shudders.
>>>>>>
>>>>>> why are christians so eager to say that but gaffaw when atheists, for
>>>>>> the exact same reason, want to remove religious icons from
>>>>>> mountainsides in california, or edicts greeting patrons of public
>>>>>> places, or pray in schools? why is there a double standard?
>>>>> You're the one setting the double standard - not allowing me to
>>>>> practice my religion. What harm does a cross on a mountainside do to
>>>>> you if you don't believe in any god? It's just a couple of pieces of
>>>>> wood, after all. Or if I want to pray in school, why is it your right
>>>>> to say I can't?
>>>> practice all you want, but don't ask me to pay for it with the taxes
>>>> used to propogate it in public. go off to church and do that shit in
>>>> private...not in the public sector. the harm is that a cross on a
>>>> mountainside, if paid with public funds, is favoring and sponsoring
>>>> religion. do you ever read? how about the federalist papers? madison?
>>>> what harm? fucking get a clue!
>>>>
>>>> if you want to pray in school, go ahead. the problem is when a person
>>>> paid by the state says, 'now it is time to pray'. surely you're not
>>>> that stupid!
>>> I never said you had to pay for it with your taxes. But also notice
>>> there is NOTHING in the Constitution saying Congress or the States can
>>> or cannot spend money regarding religion - or even sponsor a religion.
>>> That has strictly been an "interpretation" of the courts. All it says
>>> that Congress and the States cannot force any person to practice any
>>> religion. Now that does not mean I disagree with this interpretation.
>>>
>>> But obviously you have not read the Federalist Papers. You don't have a
>>> clue what Madison said.
>>>
>>> As for someone offering a non-denominational prayer in school - no, I
>>> don't see anything wrong with it, as long as people can opt out if they
>>> choose. What are you afraid of - your children might actually learn
>>> something you don't believe in?
>>
>> jerry, i am a student of history. i've done my homework. you keep leaving
>> out, or ignoring completely, the establishment clause of the first
>> ammendment.
>>
>> and of course you see nothing wrong with prayer in school! you're a
>> fucking christian!!! the only thing i'm afraid of is that we have a
>> religious zealot in office and people like you are backing him...and you
>> don't see a thing wrong with prayer in school or governmental sponsorship
>> of religion.
>>
>
> And you have yet to tell me what's so wrong about a non-denominational
> prayer that people can chose to participate in or not participate in.


jesus h fucking christ. this line of belabored thought is no longer worth
addressing.

ah, hell! jerry, remember that poland was only one country...and then the
netherlands...and then...well, you get the point. i think the sentiment of
the time was that eventually, satisfaction could be reached. they, and you
for the same reasons, were wrong.

(he smiles as he tries to playfully edge jerry ever so close to a
forth-coming godwin)

>> what would you be afraid of if your kid's school required them to say the
>> morning islamic prayer? the point is, that whatever i want my children to
>> believe about god is (or should be) up to me to provide, not the state.
>> funny how the only things a child learns in school are the essential
>> things that will help them get through life...religion is not part of
>> that.
>>
>
> I never said it was mandatory. In fact, I specifically said participation
> should be optional.

and i, and others, keep saying there should be no reason for the option in
the first place. it is inappropriate.

> As for my children being exposed to an Islamic prayer - I'd say great.
> They should be exposed to different cultures and religions.

and prayer to satan? what about that? pagan gods? fine with that too? where
does it end, jerry? someone will have offended someone else...religions are
like that. so, whom does the gubment say can go and whom may stay?

>> btw, wtf does a prayer sound like...the one where no religion gets
>> offended? "non-demoninational"...you've still got your
>> asshole-tunnel-vision-christian-perspective goggles on, i see. lol. did
>> you mean the non-denominational zen buhdists? the non-denominational
>> hindus? the non-denominational wiccans? i couldn't be laughing harder!
>
> You don't have any idea what a non-denominational prayer is, do you? It's
> one which isn't Christian, Jewish, Muslim or any other specific religion.
> It's one which allows participants to deal with God as they believe.

the term originates in CHRISTIANITY, dumbass! all other religions whos
'denominations' have splintered are called SECTS. so, whom do you think is
pushing that fucked up notion? either way, it is a waste of time that my
children could have used to learn something *useful*. that, in and of
itself, is problem enough - wall of seperation argument aside!

Re: OT - Oh, so OT.

am 20.09.2007 08:30:50 von Steve

"Jerry Stuckle" wrote in message
news:O7adnXeaxIalPmzbnZ2dnUVZ_uOmnZ2d@comcast.com...
> Steve wrote:
>> "Jerry Stuckle" wrote in message
>> news:cuadnVL5QPJvyW3bnZ2dnUVZ_hKdnZ2d@comcast.com...
>>> Steve wrote:
>>>> "Jerry Stuckle" wrote in message
>>>> news:296dnbsuHfXCnW3bnZ2dnUVZ_tPinZ2d@comcast.com...
>>>>> Steve wrote:
>>>>>> "Jerry Stuckle" wrote in message
>>>>>> news:nNqdnZZZKfElX3LbnZ2dnUVZ_h6vnZ2d@comcast.com...
>>>>>>> Steve wrote:
>>>>>>>> "Jerry Stuckle" wrote in message
>>>>>>>> news:JoWdneE7j9ChsHLbnZ2dnUVZ_vCknZ2d@comcast.com...
>>>>>>>>
>>>>>>>>> Hey, I'd much rather have a God-fearing President than an atheist.
>>>>>>>> jerry, i've been quiet thus far. what is wrong with an atheist or
>>>>>>>> atheism itself. you and i are involved in a scientific field. i
>>>>>>>> have to ask, what scientific evidence do you have that god exists.
>>>>>>>> and, with whatever 'evidence' you may provide, what kind of
>>>>>>>> relationship does it indicate that she may want to have with us? as
>>>>>>>> there is no objective evidence, i can only infer that if a god
>>>>>>>> exists, she wants nothing to do with us.
>>>>>>>>
>>>>>>> I don't need scientific evidence. My faith is good enough for me.
>>>>>>> And I feel sorry for you.
>>>>>> oh my!
>>>>>>
>>>>>> i can see the romanticism in the idea of the things hoped for. that
>>>>>> is the nature of humanity. however, to afix that to a god-figure and
>>>>>> create a regiment of though/belief about that concept - one that
>>>>>> rules your life and had such a huge and not always pleasant mark on
>>>>>> the history of others lives - without proof or indications that say
>>>>>> you seem to be correct...that is just scary!
>>>>>>
>>>>>> why is it that most rational people who go through their lives
>>>>>> applying critical thinking to all aspects of their lives, negate or
>>>>>> forbid themselves from doing the same with this one, special case -
>>>>>> god? that is wholly beyond me!
>>>>>>
>>>>>> you go ahead and feel sorry for me. i hope you are serving the
>>>>>> 'right' one, cuz all of the major religions now are quite exclusive
>>>>>> in membership with eternal damnation for not joining. (he pauses to
>>>>>> think...i wonder if jerry is going to come back with the good ol'
>>>>>> pascal wager at this point...then chuckles to self)
>>>>>>
>>>>> Whatever. It's my belief. However, you can be assured if there is a
>>>>> God, you will be in the wrong. At least I have a chance of practicing
>>>>> the "correct" religion.
>>>> I KNEW IT...I CALLED IT...I TOLD YOU IT WAS COMING!!!
>>>>
>>>> PASCAL'S WAGER !!!
>>>>
>>>> and no, we have exactly the SAME changes of being right. you really
>>>> should research theology more before committing one of the most basic,
>>>> stupid, and flawed logical arguments passed throughout history. (as
>>>> jerry now beings to google, red in the face from embarrassment once he
>>>> sees what the fuck he just did).
>>>>
>>> Not at all. If there is no god, my religion is neither helping or
>>> hurting me. However, if there is a god, you have no chance of being
>>> right because you never entered the lottery. OTOH, I could have picked
>>> the "correct" religion.
>>
>> perhaps you didn't google the wager. the logic is explained quite clearly
>> and how the odds are equal for all players, those who believe and those
>> who don't even participate.
>>
>
> And yes, I am familiar with Pascal's Wager. He agrees that it is better
> to live as if God exists, and in very simple terms. But then came other
> philosophers who threw all kinds of "what-if's" into the equation - some
> of them which conflict with my beliefs (i.e. the Atheists wager - He "may"
> ignore the fact you didn't believe in Him). But that "may" can also be
> "may not" - and there the Atheist's wager falls apart.

actually, only pascal's wager falls apart. you've never read the original,
have you. he prefaced the wager by saying god cannot be known. since that is
the premise, then everything is a guess. god may reward the evil and punish
the good. we don't know. he may honor those who only believe what logic and
reason allow (intelletual honesty...in which case, atheists get their shot).
hell, even if you have the right religion (of the 2500 or so religions that
have ever existed), there is nothing to say that only those christians who
scratch their ass a certain way get a reward...or that it's all just random.
but, that's pascal's wager and pascal's premise. you know what? without
evidence of god, pascal is right...we are left to guess...and the wager left
to fall.

>> were i a betting man though, i'd go with a babylonian religion...you
>> know, the pagan ones. a ton of christian traditions originate with those.
>> hell, the story of noah is the retelling of the babylonian saga of
>> gilgamesh - and i can give you the specific archeological cite for that
>> one! that's about 2K BCE and a few centuries before genesis. and genesis'
>> plagurism is almost word for word with gilgamesh in more than just
>> several places. either so much for the babble being god's word...or, god
>> was pagan too and 'inspired' both accounts (changing the names to protect
>> the innocent i'm sure). but i digress...if i went the babylonian route,
>> i'd double my chances of being right. nah, i'd understand the flaws
>> inherent in pascal's wager and wouldn't be foolish enough to use it.
>> plus, i'd have looked it up if i didn't know what the fuck it was before
>> bullishly saying 'not at all' whilst continuing to place the bet!
> Gee, maybe they are so much alike because they are telling the same
> stories?

which would be problematic for you since babylon was abhorent to the god of
the bible...yet, in the bible, we see a story of pagan origin...and the
bible is supposed to be god's word. that was my point you know...that the
bible IS retelling the story of gilgamesh. actually, worse than that. the
bible makes claims of authenticity and authority, yet has clearly plagurized
at least this book. are you contending that the non-pagan god who inspired
the bible is the same pagan god that inspired gilgamesh? that seems a bit
problematic to me. and for you to sarcastically arrive at my stated point as
if it should be news to me...that shit cracks me up. first, that you didn't
get my point, second that you regurgitate my point back to me in sarcasm,
and finally, that you don't even realize the position you have put yourself
in. i must say, that one is problematic to explain.

but, off you go. explain away...

do keep up, jerry.

Re: OT - Oh, so OT.

am 20.09.2007 10:14:35 von Courtney

Shelly wrote:

> Israel is a democracy. About 25% of the country is Muslim. Yes, it the
> Jewish homeland. So?

What proportion of the *electorate* is Muslim, tho?

Re: OT - Oh, so OT.

am 20.09.2007 10:16:48 von Courtney

Herb wrote:
> On Sep 19, 7:23 pm, "Shelly" wrote:
>
>> NO ONE IS PREVENTING YOU FROM PRACTICING YOUR RELIGION.
>
>> Shelly
>
> as a factual point, you are quite incorrect. The counter group to the
> ACLU is the ACLJ. They have gone from state to state, suing school
> districts, local governments and other entities who have been actively
> infringing on the rights of Christians. They have been mainly
> successful in these lawsuits.
>
> So you are wrong - reverse discrimination is very well established and
> has been actively pursuing its own bigotry. In fact, reverse
> discrimination of all kinds has become the dominant form of bigotry in
> the US.
>
> A small group of Christians was jailed near Philadelphia PA for
> carryihg signs at a gay festival. They faced 40+ years for trumped up
> "hate crime" charges. Name any recent instance when non-Christians
> suffered any similar peril via govt action.

Well over here Muslims get jailed for incitement to hatred.

They never did it to the Reverend Ian Paisley.

>
> (You likely haven't heard of this since the liberal bigots who control
> most of the US media sat on the story - naturally.)
>

Re: OT - Oh, so OT.

am 20.09.2007 15:33:58 von Steve

"The Natural Philosopher" wrote in message
news:1190276075.95885.0@iris.uk.clara.net...
> Shelly wrote:
>
>> Israel is a democracy. About 25% of the country is Muslim. Yes, it the
>> Jewish homeland. So?
>
> What proportion of the *electorate* is Muslim, tho?

even if you have a point, aren't we supporting the nation (the people) of
israel and not just their gubment?

Re: OT - Oh, so OT.

am 20.09.2007 17:24:07 von Jerry Stuckle

Steve wrote:
>> But when they refuse to allow someone to place a cheche or menorah on city
>> property (at no government expense), that's exactly what they are doing -
>> interfering with someone's right to practice their religion. And such a
>> display does *such great harm* to believers in other religions. It's
>> public property and should be available to all, as long as it is in good
>> taste (i.e. no displays from "The Honorable Church of the Naturalists".
>
> 'such great harm'...lol. and the slippery slope rises from no less than
> these words.
>
> i'm sure the wiccan symbol of an upside-down cross would not offend many. or
> how about a swastika (yes, a religious symbol) would not offend anyone. and
> how about pentagrams? who says what good taste is?
>

The upside-down cross or pentagram would offend me, but I would take it
in stride. It's nothing worth getting upset over. The swastika is
another story - not because of its religious nature, but what else it
represent. I think that would be out of line.

> if the government allows such things on their properties, they sanction them
> implicitly.
>

No, they allow the use of public property by the public. There is no
sanctioning.

> the fact that you feel like i'm hindering you by not allowing you to market
> your filth in public places of operation (court houses, schools, etc.), is
> absurd. you keep saying you don't try to 'convert' anyone. what other
> purpose could there be? are you going to say, 'for historic reasons'? quit
> playing dumb! you have churches, homes, any place that allows you to
> proliferate your divel...just don't do it through the vehicle of government.
>

Who said I was trying to convert anyone? I'm proud of my faith, and
want to display it. I don't get upset when I see symbols of other
religions. Why does it upset you so much? Maybe you've got a problem?

>
>>> In short its best hope is to act as if it were completely a-theistic. Not
>>> to deny or affirm God, but simply to keep its mucky paws out of that area
>>> altogether. Almost any other course is a recipe for dissent and
>>> ultimately revolution.
>>>
>> They should act such that religions can have the same access to public
>> facilities as any non-religious group.
>
> uhmmm...they do. both should have NONE provided by the government! period.
>
>

They are public places, paid for with my tax dollars. I see no problem
with renting those spaces out, as long as the rent covers the cost of
maintenance, cleaning, etc.

Government buildings have always been open to the public for public
functions - stretching way back to the colonial days, when people could
meet in town halls. And it continues to this day.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 20.09.2007 17:47:46 von Shelly

"Steve" wrote in message
news:0TnIi.808$nc7.118@newsfe12.lga...
>
> "Herb" wrote in message
> news:1190249006.190962.5160@57g2000hsv.googlegroups.com...
> shelly, i kind of got the feeling that this was one of those kind of
> nut-jobs from his first post. now i guess we both know.
>
> loose nut on the keyboard! alert, alert...killfile, killfile.

Already done yesterday,

Shelly

Re: OT - Oh, so OT.

am 20.09.2007 17:51:25 von Shelly

"Steve" wrote in message
news:SboIi.811$nc7.132@newsfe12.lga...
> (he smiles as he tries to playfully edge jerry ever so close to a
> forth-coming godwin)

I don't think many people understand that reference. I won't explain it
because in doing so I would be doing it and hence would the loser of the
argument.

Shelly

Re: OT - Oh, so OT.

am 20.09.2007 18:00:49 von Shelly

"The Natural Philosopher" wrote in message
news:1190276075.95885.0@iris.uk.clara.net...
> Shelly wrote:
>
>> Israel is a democracy. About 25% of the country is Muslim. Yes, it the
>> Jewish homeland. So?
>
> What proportion of the *electorate* is Muslim, tho?

25%. They are full-fledged citizens like everyone else. Theyere is only
one difference. They have the option to not serve in the army if they so
choose. That is what makes Herb's statements such a crock of shit.

Shelly

Re: OT - Oh, so OT.

am 20.09.2007 18:32:46 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:LeCdnVDTxZOzH2zbnZ2dnUVZ_o2vnZ2d@comcast.com...
>> Steve wrote:
>>> "Jerry Stuckle" wrote in message
>>> news:t5qdnWpWN-VEnWzbnZ2dnUVZ_rmjnZ2d@comcast.com...
>>>> Steve wrote:
>>>>> "Jerry Stuckle" wrote in message
>>>>> news:y8WdnUJ90JA_rW3bnZ2dnUVZ_uSgnZ2d@comcast.com...
>>>>>> Steve wrote:
>>>>>>> "Jerry Stuckle" wrote in message
>>>>>>> news:EM-dnbxp44nLZnLbnZ2dnUVZ_rHinZ2d@comcast.com...
>>>>>>>> Steve wrote:
>>>>>>>>>> Ah, but whether you like it or not, atheism is a religion. It is
>>>>>>>>>> not a "lack of belief" - it is a specifically belief there is no
>>>>>>>>>> god.
>>>>>>>>>>
>>>>>>>>>> Try to deny it all you want. It won't work.
>>>>>>>>> negative, ghost rider.
>>>>>>>>>
>>>>>>>>> 'a' latin: without
>>>>>>>>> 'theism' latin: belief in god(s)
>>>>>>>>>
>>>>>>>>> try websters instead of your own opinion.
>>>>>>>>>
>>>>>>>> Which does not mean it is not a religion.
>>>>>>> so that means it does?! come one jerry, you're more logical than
>>>>>>> that!
>>>>>>>
>>>>>> Who cares what the Latin roots mean? It's today's current usage that
>>>>>> counts.
>>>>> you obviously don't. just goes to show...
>>>>>
>>>> No, I don't. Words change meanings over the years. Definitions which
>>>> are 2,000 years old and not in agreement with current usage are
>>>> meaningful only to those who are unsuccessfully trying to make a point.
>>> well then that wouldn't be me. latin and greek are used as a base for
>>> creating words even today. they are used *because* they're "dead"
>>> languages and are not going to change to fit modern use. as i said
>>> before, your s.a.t scores must have s.u.c.k.e.d.
>>>
>> Yes, they are used as a BASE. That does not mean the words maintain the
>> same meaning today.
>>
>> A perfect example. In the 1800's and before, "Hello" was an exclamation
>> of surprise, not a greeting. It's meaning has changed.
>
> interesting. and hello is derived from? do you fail to note that in a
> dictionary, there is usually quite a good etymological account for the
> word...including multiple meanings?
>

Yes, but the point being - in the 1800's, "Hello" was not a greeting.
It is now. And the etymology is of interest to those who study word
meanings, but it really doesn't matter when you're discussing *today's*
usage.

>>>>>>>>> tell me, what rites, what cerimonies, what traditions do atheists
>>>>>>>>> observe? where do we congregate? what activities do we engage that
>>>>>>>>> resembles anything religious?
>>>>>>>>>
>>>>>>>> Not necessary. You profess a belief in no god. That in itself is a
>>>>>>>> belief.
>>>>>>> i 'believe' i *observe no evidence* that would allow me to
>>>>>>> *logically* lead to me to a conclusion that god exists.
>>>>>>>
>>>>>> And it results in a belief. Or, more accurately, a disbelief.
>>>>> negative. it is a fact that there is no observable evidence that god
>>>>> exists. the ramification of that fact requires no belief whatsoever.
>>>>>
>>>>>> 200 years ago there was no proof that microbes existed. 150 years ago
>>>>>> there was no proof that radio waves existed. 100 years ago there was
>>>>>> no proof that atoms existed. So by your logic, since there was no
>>>>>> proof, these things didn't exist.
>>>>> no, people theorized that they existed. then, they went about making
>>>>> the tools needed to *observe* them. now we see them all quite well.
>>>>> scientifically, before we could see them literally, there were still
>>>>> observable signs that they did in fact exist...we just didn't know what
>>>>> they'd look like...we had an idea of how they behaved well before then
>>>>> though.
>>>>>
>>>> No, people didn't even theorize these things existed back then. They
>>>> had no idea. A few people had "faith" they existed. But since faith
>>>> isn't proof, according to your logic they didn't exist.
>>> hmmm, they have indications (preliminary 'proofs') that these things
>>> existed. rather than just taking on 'faith' that they did, wanting to
>>> know if they were right in the first place, they *tested* the theories.
>>> they even built sophisticated tools to help them. science is not going to
>>> hinge results on 'faith'...and it was the lack thereof that lead to the
>>> discovery and better understanding of these things. darwin theorized a
>>> mechanism of replication long before we knew about genes, however he
>>> didn't willy-nilly that they existed (you just needed a pinch of faith to
>>> 'see' them) and focused himself on what he observed. now we have proof
>>> they do and we understand them to an unimaginable degree then when
>>> someone just suspected they existed. it is anti-take-it-on-faith and a
>>> lot of hard work that gives us meaninful, useful answers.
>>>
>> You mean the Egyptian Pharaohs had indications that any of these existed?
>> Or are you saying since they didn't have any indications, none of these
>> existed?
>
> they did not consider it...no one did until they said, 'hey! what does this
> information idicate?' then they tested what they saw (whomever 'they' were).
> see how it works? stop being an idiot with your strawmen arguments.
>

Actually, the first reference to atoms was in India in the 6th century
BC. And the Greek scientist Democritus coined the word "atomos", meaning
"uncuttable". But they had no way to prove atoms really existed. But
it wasn't until the 1970's that the tunneling electron microscope
allowed scientists to actually see atoms. Sure, there were other
indications, such as X-ray diffraction crystallography indicated the
presence of atoms, but three was no real "proof" of them.

But back to the point - so you're saying since the Indians and Greeks
had no way to prove atoms existed, then atoms didn't exist and they
should not have believed in them. That's your definition of the
"scientific principal", anyway. If there is no proof of something, then
it doesn't exist.

>> No, they had no indications these things existed. For instance, it wasn't
>> until Luigi Galvani and other physicists of his age started playing around
>> with electricity that they even knew electromagnetic waves existed. There
>> was no "preliminary proof" - in fact, it was a huge surprise to Galvani
>> that an electric current would deflect a compass. And it wasn't until
>> Marconi, Tesla and others actually discovered electromagnetic waves could
>> send information over great distances.
>>
>> The same with other discoveries. It doesn't mean these things didn't
>> exist before that time. Just that there was no proof.
>
> that's not like god at all. they discoved them by accident. they didn't
> declare WITHOUT EVIDENCE that these things existed. they just weren't
> considered since they were unknown. further, while they 'playing around',
> they saw signs of something...an *indication* of something. they used those
> *indications* to formulate and predict what these things were. again, your
> example is non-sequitur to our argument at hand.
>

And exactly what "evidence" did the Greeks and Indians have that atoms
existed?

>> However, by your "logic", the lack of proof they existed means they
>> didn't.
>
>
> funny, whether or not a thing exists is only meaningful if we have
> *indications* of them. otherwise, we don't know they are there to
> consider...further, if they are said to exist but are nothing more than a
> statement of existence, you are in the same boat! why consider either? why
> worry about things you can't prove exist? if you stumble across something,
> great! if you see something no one else has, great! but to just flatly state
> god exists and offer NO evidence is not only intellectually dishonest, it is
> devoid of intellect and is more closely related to fraud. faith be damned.
>

I don't worry about things that I can't prove exist. But I have faith
that my God does exist.

And why should I have to "prove" my God exists to you - or anyone else?
There is no fraud involved. I have stated my belief. You can choose
to believe or not. It's up to you.

>
>>>>>>> that is a PROCESS and not a belief. it is called scientific method.
>>>>>>> i'm sure your response will be that science, too, is a religion. just
>>>>>>> a prediction. ;^)
>>>>>>>
>>>>>> The scientific method deals with proving or disproving the existence
>>>>>> of something - a physical item, a behavior, etc. But according to the
>>>>>> scientific method, lack of proof one way or the other does not mean
>>>>>> something does or does not exist.
>>>>> ass backwards. religion claims god exists. logic and science demands
>>>>> proof. if no proof, the claim is not verified and by default, false or
>>>>> held without merit until such proof is provided. this is basic stuff,
>>>>> jerry. why is god the only theory you wouldn't apply such reason to?
>>>>> i'm hoping it's the only one anyway!
>>>>>
>>>> No, if there is no proof, the scientific method defines them as
>>>> "unproven". Period. It does not take a stand on whether something
>>>> "unproven" exists or does not exist. Don't try to twist it to your
>>>> meanings. It ain't gonna work.
>>> lol. i can see your eutopian headline now..."magical sky pixies exist!"
>>> and in the article, your version of scientists (creationists in lab
>>> coats) are quoted saying, "at first we didn't know what to make of it,
>>> but someone told us they were real and sure enough, we we looked through
>>> our eyes of faith, we could see them clear as day."
>>>
>>> either way, the claim that god exists is of religion and is then,
>>> religion's burden to prove. most of the christian philosophers and
>>> theologists concede that god can't be proven or even known. yet, you
>>> believe you can and that he somehow wants to know you...for his
>>> "benefit"? obsurd.
>>>
>> Again, just because it isn't "proven" to your liking that a god exists
>> (and may never be) doesn't mean a god doesn't exist.
>
> proven to ANY one since there is no means to falsify the notion of god,
> santa, toothfairy, or the magical sky pixies. there is NO OBJECTIVE
> EVIDENCE. got it yet? hell, if you can provide some, then the world
> inclusive of theological scholars and and philosophers would love to see
> it...they've all been waiting for that day since the dawn of
> man...errr...rather, the day man thought up god.
>

Not to you, there isn't. And no, I'm not even going to try to provide
any objective evidence to you - or anyone else. I have my beliefs, and
that's good enough for me.

>>>>> btw, you cannot disprove existence! to exist would mean there'd be
>>>>> *observable* evidence. atheists aren't dumb enough to want to disprove
>>>>> the existence of something. without evidence, there simply is no merit
>>>>> to the idea that god does exist...a proposition religion puts out. the
>>>>> basic argument is that if a thing exists, it should have signs of said
>>>>> existence. sorry, god does not.
>>>>>
>>>> Not in your eyes, it doesn't, anyway. But you're open to your opinion.
>>> tell me then, in your eyes, how one exactly goes about proving something
>>> doesn't exist when any objective evidence gathered would be a result of
>>> that thing existing. i know you're irrational when it comes to religion
>>> and fail to apply any logic to your beliefs (the only way religion can be
>>> digested anyway), but surely this monsterous delima didn't just pass
>>> under your radar undetected!
>>>
>> You can't prove non-existence. You can only prove existence. And I have
>> the proof I need to believe.
>
> i believe i stated that first. right, you cannot prove a thing not to exist.
>
> i'm glad you have all the proof you need. your statement of *faith* was
> never a part of this conversation. but, again, so glad for you.
>
>>>>>>>>> as i said, there is no objective evidence that would lead me to
>>>>>>>>> believe that god exists. no more *subjective* evidence for god than
>>>>>>>>> for santa clause or the toothfairy or the boogy man. are you saying
>>>>>>>>> that this critical observation makes me a religious atoothfarian or
>>>>>>>>> a asanta-clausian?
>>>>>>>>>
>>>>>>>> That's fine. It's your opinion and you're welcome to it. But don't
>>>>>>>> try to convince me my opinion is wrong.
>>>>>>> sorry, religious people are in the *business* of converting. as for
>>>>>>> opinion?
>>>>>> That is a gross overgeneralization.
>>>>> well, that is the great commission, no? the catholic church has a
>>>>> litany of instances of making a buck...which is what pissed off martin
>>>>> luther. how many televangelists give more than they make? let me bring
>>>>> this home...what percent of your churches budget goes to endeavors
>>>>> outside of the church? yes, exclude its own operating expenses. now,
>>>>> think of how you worship. new and exciting, almost marketed, right?
>>>>> appealing to younger crowds, yes? whatever percentage you came up with,
>>>>> you cannot fund a thing if you aren't a going concern...and once going,
>>>>> that percent tends to be very small given the overall funding. churches
>>>>> tend to want to expand their complex's in stead of helping those in
>>>>> need.
>>>>>
>>>> A significant portion of my church's outside expenses involve helping
>>>> people who need it, regardless of race, color, creed, etc. But I'm sure
>>>> you'll try to claim we are trying to "convert" these people. We are
>>>> not.
>>> i'm glad to hear your chuch is an exception. however, ALL CHRISTIANS are
>>> charged with the great commission. and yet you say you have nothing to do
>>> with 'converting' people!?!! did you miss that in sunday school?
>>>
>> If you really understood, that is more the norm than the exception.
>> Churches are good stewards.
>
> i really understand that what i said is part of my experience with many
> churches and is right there, not a one-off or second-hand he/she/said.
>

Yes, it is part of YOUR experience. And that experience is 1) a very
limited sampling of churches in the world, and 2) a very non-random
sample. So your generalization is meaningless because it was formulated
on insufficient and biased facts.

>>>>> that is perhaps a *generalization*, but not gross. and either way, that
>>>>> is my opinion based on my experience.
>>>>>
>>>> Yes, it is. And it shows how little you really understand.
>>> then i 'misunderstood' it from birth till age 20 all through church,
>>> bible school, camp, christian universities...i suppose i missed it since
>>> i've always applied the same logical requirements of claims regardless of
>>> their 'sacred' status.
>>>
>> So you're basing your opinions on your experience as a younger person on
>> one (or a few) church(es) - and saying all (or at least the majority) are
>> the same. Hardly a representative sample, I would say.
>
> i never swayed the arm to encompass more of them than my experience.
> probably all churches are NOT that way, however ALL the churches in which
> i've been involved are. see the difference?
>

I'm glad you finally admit it. But that is a direct contradiction to
your previous statement: "sorry, religious people are in the *business*
of converting."

So a correct statement would be "sorry, religious people I'VE MET are in
the *business* of converting." A big difference.

>
>>>>> btw, ain't it neat how churches now give sermonettes about tithing?
>>>>> isn't it sad that most of those sermonetts are geared to 'what you get
>>>>> back from' rather than 'you should do this so that we can' kind of
>>>>> language.
>>>>>
>>>> btw, ain't it neat how many Californians (or you name the group) are
>>>> murders? I see something on the news all the time about people
>>>> murdering others out there. So all those people who haven't been killed
>>>> must be murders.
>>> and that relates how? the trend of non-denominal churches started in the
>>> 80's. living in texas, i had/have unparalleled access to them. these
>>> sermonettes abounded and i still hear them each sunday at the church i
>>> attend. none of that original comment was a generalization at all, nor
>>> exageration...statement of fact.
>>>
>> So, if you're an atheist, why do you even bother attending church? And
>> since you do admit you attend, maybe you're looking for the wrong things
>> in a church.
>
> no, i sit quietly and bite my tounge most of the time. my kids like going
> and i want them to learn social skills. church is just another avenue for
> that. it is also great for entertainment...part of those funds that could go
> to those in need being used instead to keep enrollment up and perhaps draw
> new folks...ooops, i digress, i went there again!
>
> i have some really good friends there. that's all its about to me. it's just
> having to sit through the blathering for an hour that gets me sometimes.
>

And do your friends know your true feelings? Or are you a closet atheist?

>> Sure, I hear these sermonettes, also. And it is how they need more money
>> for community outreach, etc.
>
> well in texas, you'd probably hear some of that. but, mostly, you'd hear the
> impetous for your tithing sounding like 'this is what god will do for you or
> bless you with if you [give us your money]'.
>

In YOUR church, anyway.

>>> now how do you get from there to trying to contrive a logical analogy
>>> that doesn't even come close to fitting the statement i actually made?
>>>
>> Sure it does. You've visited a few churches and found they all ask for
>> money for various reasons. I pick up the newspaper and hear a lot of news
>> about Californians murdering each other. You say all churches are that
>> way. So by the same logic I can only assume all Californians are that
>> way.
>
> i said my church'n experience runs from a to nth length of time, and of the
> churches which i frequented, this was my experience. that hardly encompasses
> ALL churches. so, there you are, non-sequitur yet again.
>

NOW you say "my church's experience". A far cry from the
overgeneralization you made earlier that all churches were that way.

>>>> This is exactly the type of gross overgeneralization you're (again)
>>>> making, and it shows just how little you really understand - despite
>>>> what you *think* you know.
>>> not a generalization nor exageration. statement of fact. in fact, i'll be
>>> happy to audio this sunday's and post it for you. i'm assured to a degree
>>> of 95% that it will contain the same content as it has for years, the
>>> only thing differing is the babble story that goes with it.
>>>
>> Again, you're basing your statements on a very limited number of churches
>> that you selected for one reason or another. Hardly a representative
>> sample on many grounds.
>
> uhmmm, that sample represents 100% of the churches i've been involved in. i
> never made claims that should have been taken as ALL churches.
>

Go back and read your statements.

>>>>>>> we cannot both be right. and as you have NO evidence to support that
>>>>>>> there is a god, the logical conclusion that should be drawn is that
>>>>>>> there, in fact, is none. further, that our notions of god(s) evolve
>>>>>>> over time to match our changing sophistication of thought is more
>>>>>>> proof for the idea that man created god rather than vice versa. so
>>>>>>> much the case is this, that we have nietche proclaiming that 'god is
>>>>>>> dead'!
>>>>>>>
>>>>>> Faulty logic.
>>>>> now is where you support *how* that logic is faulty. nietche describes
>>>>> exactly what i summerized. now you think you're prepared to take on
>>>>> nietche? go right ahead, the laugh will do me good.
>>>>>
>>>> Lack of evidence that something exists is NOT proof that it does not
>>>> exist. Faulty logic.
>>> it is an indication. further indications as pointed out by nietche (which
>>> you must have never read) such as the apparent evolution of god
>>> cooinciding with man's changes in sophistication of thought, just make
>>> your claim that one does (all the while never producing a shred of
>>> evidence in the whole of human-kind) seem laughable. nietche akins it to
>>> god being a "god of the gaps" in human understanding, and that as science
>>> fills those gaps with actual knowledge, god looses a home. 'god is dead'
>>> just means that he's about to turn up homeless.
>>>
>> No, according to the scientific method, it is not an indication of
>> presence or absence.
>
> an indication that the premise 'god exists' is wrong. do try to keep up.
> that would naturally infer 'presence' AND the 'absence' thereof. without
> evidence, you're stuck with that. give me some proof, and i'll hush up.
>

I never said there was an indication. All I said that the lack of an
indication neither proves nor disproves whether something exists or not.

>>> nothing faulty there. remember, we are not trying to *prove* god exists.
>>> we are DEMANDING that you either put up or shut up...actually, we just
>>> want you put up...we couldn't care less what you delude yourself with -
>>> as long as we aren't funding it.
>>>
>> And quite frankly, I don't care what you're "demanding". If you choose to
>> not believe, that is your free choice. I have no onus to prove a god
>> exists to you.
>
> if you make a claim, the burden of proof is left to you to provide. else, it
> is a meaningless statement in itself and in its proclamation.
>

It is a statement of my belief. That's all. I need not provide you nor
anyone else "proof" of my beliefs.

> bandersnatches exist. and, they go clickety-clack. one should be ware of
> them.
>

Good for them.

> now, what do you care to do with that information without evidence? pretty
> irrelevant to anyone, isn't it.
>

If you want to believe it, more power to you.

>>>>>>>> As for proof - I have no proof you exist. All I see is some text on
>>>>>>>> my screen. It could have been generated by a computer. So by your
>>>>>>>> reasoning, I should not believe you exist. But I have faith that
>>>>>>>> you do.
>>>>>>> well, you have proof that something respondse to you. what you infer
>>>>>>> about that is up to you. however, you have *objective* evidence from
>>>>>>> which you can draw such conclusions.
>>>>>>>
>>>>>> I have proof that letters appear on my screen. Period. Nothing more,
>>>>>> nothing less. I have no idea what the source of those characters are.
>>>>> not the point. the point is, that those letters are in direct response
>>>>> to you. what you make of it means nothing to me...it's just that your
>>>>> point sucks. those letters are *objective* evidence of SOMETHING! we
>>>>> have NOTHING for the case of god. get it now?
>>>>>
>>>> No, that is the point. They could very well be created by random noise
>>>> at the subatomic level. There is no "proof" that you exist. Therefore,
>>>> according to your logic, you do not.
>>> don't be an idiot. the proof indicates that SOMETHING exists whether it
>>> is me or random noise, there is something you can observe and
>>> scientifically conclude what that source is!
>>>
>>> and since that is your strawman rather than my logic, it doesn't merit
>>> anyone's time.
>>>
>> Sure, and from my perspective, it could be random noise. There is nothing
>> to prove otherwise.
>
> and that is your conclusion based on what you've observed.
>

There is nothing to disprove that statement.

> phewf, i though you'd need a few more posts before you finally got the
> general gist of it.
>
>>>>>>> this is something no one can do for god. subjective evidence is as
>>>>>>> interpretationally valid as the delusions of an insane person.
>>>>>>>
>>>>>>>>> 'it won't work'...lol. a lack of belief in something does not a
>>>>>>>>> religion make. specifically, it is the belief *IN* something that
>>>>>>>>> would be the start of religion.
>>>>>>>> And you have a belief in the lack of a god.
>>>>>>> negative ghost rider,
>>>>>>>
>>>>>>> i have drawn the conclusion that god does not exist because there is
>>>>>>> NO objective evidence that he does. one is a conclusion and the
>>>>>>> other, fact. there is no belief in that equation.
>>>>>> That's fine. That's your opinion. But do not try to convince me that
>>>>>> you are right and I am wrong. And don't try to stop me from
>>>>>> practicing my religion.
>>>>> make a deal with you. you stop thinking its ok for your religion to be
>>>>> practiced in publically sponsored venues such as court houses, schools,
>>>>> parks, etc. and i'll stop bitching about you trying to ram yours down
>>>>> my throat. as for what you do in your home or church or anywhere else
>>>>> not *sponsored* by the state, i couldn't care less how deeply deluded
>>>>> you care to take your mental depravity.
>>>> I'm not trying to ram my religion down your throat. But you are trying
>>>> to stop me from practicing my religion. It's zealots like you that the
>>>> Bill of Rights was designed to protect us against. Unfortunately, that
>>>> original intent has been lost over the years.
>>> oh but you are whenever your schools make time to pray - your coaches
>>> specifically praying to christ before sporting events - your courts
>>> making you swear oaths on a book of lies (only recently has an option
>>> been given)...not forcing your religion! poppy-cock!
>>>
>> Note I said "Non-Denominational", with opt-out for those who want it. And
>> while I have no problem with swearing on a bible, I know there are those
>> who do. And I have no problem with them taking an oath on another book or
>> even their wallet if they want.
>
> again, would those be non-denominational zen budhists or non-denominational
> satanists or non-denominational hindus or non-denominational muslims or
> non-denominational wiccans or ...
>
> there should be no need for a situation that required an opt-out option in
> the first place!
>

Sure. They all worship a god (or in some cases gods). It is a prayer
to their god.

And the world is full of opt-out situations every day. Every choice you
make you can opt to go another way.

>>> the bill of rights has been interpreted consistently on this issue since
>>> williams (a protestant theologean) first postulated that religion
>>> sponsored by government is not a religion of any kind of merit, that
>>> religion can stand on its own and further, that government endorsement of
>>> religion actually hinders its advancement. thomas jefferson interpreted
>>> the establishment clause as a 'wall of seperation', president tyler
>>> shared the same sentiment...in fact, never in our history has a president
>>> contradicted the idea of the seperation of church and state and the
>>> supreme court has always held to that very same idea. this in not a
>>> recent 'misunderstanding', this is a consistent *understanding* of the
>>> problems establishment and an unwaivering commitment to not repeat
>>> history.
>>>
>>> whatever you want to say about that is fine. you obviously only see
>>> things your way regardless of your lack of studies on any topic thus far
>>> discussed.
>> I never said there should not be separation of church and state. But when
>> the state says I can't practice my religion in certain circumstances, that
>> separation is gone.
>
> uhummm, how stupid can you be? by what mechanism at the disposal of the
> government would it be possible to keep separate the affairs of the church
> and the affairs of the state is NO ONE is enforcing said wall?!!!
>

Let the state remain NEUTRAL in such matters. Neither promoting nor
prohibiting.

> the constitution affords that no rats shall be allowed in public buildings
> such as schools and parks and libraries and such. if those over the schools,
> parks, libraries and such do not keep the rats out, they will surely come
> in!
>

It does? And which amendment is that?

> you have equal access to practice your beliefs as anyone else. the standard
> is the same. the laws are the same. if you feel the gov. should favor you
> more, then you're more arrogant that i thought.
>

No, but YOU feel the government should favor YOU more. I just want the
right to practice my religion. You want to refuse me that right - even
though it is doing NO HARM to you.

>> After all - what harm does it do to you that a coach offers a prayer
>> before a big game? Are you afraid your children will start asking
>> questions about something you don't believe in?
>
> i don't know. you tell me. what if he's leading your kid in a prayer to
> satan? what would your problem be with that? what, are you afraid your
> children will start asking questions about something you don't believe in?
>
> don't be moronic.
>
>

You're the one who wants it banned, not me. And a non-denominational
prayer, by definition, is one towards no specific god. So he can't be
praying to Satan - it would not be non-denominational.

Don't be moronic.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 20.09.2007 18:47:07 von Jerry Stuckle

Shelly wrote:
> "Jerry Stuckle" wrote in message
> news:8vmdnQIFNe8zCmzbnZ2dnUVZ_tWtnZ2d@comcast.com...
>> First of all, we aren't trying to take over the world. But you are trying
>> to take over the world by destroying all religion. You're not doing it in
>> meetings - you're trying to take away our legal rights to practice our
>> religions.
>
> Once again, prove your idiotic statement here. You are claiming that by not
> giving you favorable status, you are being deprived of your legal right to
> practice your religion. That is out and out bullshit. You can prractice
> your religion as you see fit anywhere EXCEPT at public expense and on public
> property -- just like ANYONE ELSE.
>

No, I'm not asking for favorable status. And I said NOTHING about
PUBLIC EXPENSE. I have NEVER, ANYWHERE IN THIS THREAD said public money
should be spent on religion.

> Jerry, are you old enough to remember the "Domino Theory". It was
> formulated by Republicans that if one country falls to Communism, then its
> neighbor would fall and so on. It is another name for the slippery slope.
> Once you permit religious displays on public property, then ALL religious
> displays need to be allowed. That includes Satanism, The Religion of
> Nudity, etc. etc. Just because you may find it offensive is not a valid
> response to disallow a specific religious display. (I can assure you that
> there are many non-Christians that would find Christian displays
> offensive.). If it becomes the provence of government to decide what is
> offensive and what is not in religious displays, then you can go the road of
> Saudi Arabia where you, Jerry, would not be able to bring a cross into the
> country. Better to make it black and white. NO religious displays on
> public property and NO such displays funded by government.
>

That's fine with me. Let all religions display, as long as it is in
good taste - i.e. no nudity. Also, it is the government's job to decide
what is offensive and what is not. They do it every day. Try walking
down the street naked. You'll be arrested. That's the government
deciding your nudity is offensive.

As for Satanism, Wicca, etc., while I might find those symbols
personally offensive, there is nothing in the symbols which goes against
the morals of the community, so they should be allowed.

>>> we have no movement outside of not allowing religion to permeate *every*
>>> sector of public domain. that is an action and far from diatribe.
>>>
>> If you had your way, there would be no religion. You've said so yourself.
>
> He didn't say what you are implying here. His position, and I paraphrase
> here, "is that he hopes everyone would mature enough to gain the wisdom that
> God is irrelevent.". You, on the other hand, are implying that he wants
> this to happen by fiat. He never even hinted at such a situation.
>

I never said he wanted it to happen by fiat. Don't put words in my mouth.

>>> it's a logical comparison. however and again, my *claim* is that there is
>>> no objective evidence that god exists! get that through your pea-sized
>>> brain! the logical conclusion would be that there is no god.
>>>
>> The *logical* conclusion is that there would be no way to know whether a
>> god exists or not.
>
> 1 - The "scientific" statement is that the existence of god cannot be
> proven.
> 2 - The "logical" next step is that since there is no basis for such a
> hypothesis, then it should be rejected until such time as some evidence can
> be brought forth.
>
> That is what he is saying.
>

Since there is no proof one way or the other, there is no "next logical
step", because any "next step" can be neither proven nor disproven.

>> You're trying to say leprechauns are gods. My statement is they are not
>> recognized by society as gods. Not even the Irish believe they are.
>
> You totally misunderstand what he is saying.
>

No, I understand exactly what he's saying.

>>> i'm not against ANY religion. i go to church every sunday and blend in
>>> just like you, jerry. i suspect a surprising number of your flock are
>>> just like me, skeptical people in fancy suits just hoping no one asks,
>>> 'so, how's your walk with our lord jesus christ'. by the way, i fit in
>>> quite well and am close with my pastor...we golf every weekend. go
>>> figure.
>>>
>> So you're saying you're a hypocrite. You go to church but don't believe
>> in the teachings of the church. Ok.
>
> He is not a hypocrite. He SAID he is going there for the social aspect. It
> is a meeting place, after all. Look up the word "hypocrite". It means
> saying one thing but doing the opposite. He SAYS he goes for the social
> aspect but ignores the religious message as irrelevent. Where is the
> hypocrisy? Where is he doing the opposite of what he says?
>
> Shelly
>

He goes to church and tries to stay awake during the service. Does he
tell his minster and friends he is an atheist and only goes there to
socialize?


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 20.09.2007 19:55:37 von Shelly

"Jerry Stuckle" wrote in message
news:FP-dnd0s3qy1PG_bnZ2dnUVZ_jSdnZ2d@comcast.com...
> And why should I have to "prove" my God exists to you - or anyone else?
> There is no fraud involved. I have stated my belief. You can choose to
> believe or not. It's up to you.

It depends upon what you said. If you said, "I believe God exists", the you
are correct that you don't have to prove anything to anyone because it is a
simple statement of faith. If you said "God exists", then the onus of proof
is upon you because that is a statement that you make as fact. In that
situation the burden of proof is not upon him to show the non-existence
(which is impossible), but upon you to support your statement.

> Not to you, there isn't. And no, I'm not even going to try to provide any
> objective evidence to you - or anyone else. I have my beliefs, and that's
> good enough for me.

Either there is objective proof or there isn't. He claims there isn't. It
is impossible to prove non-existence. All you need to do to show his
statement to be wrong is to produce a single instance of objective evidence.
Unless you can do that, (which you can't), his statement stands undisputed.

> I'm glad you finally admit it. But that is a direct contradiction to your
> previous statement: "sorry, religious people are in the *business* of
> converting."
>
> So a correct statement would be "sorry, religious people I'VE MET are in
> the *business* of converting." A big difference.

As a point of fact, I will refute Steve's statement this time. The official
policy in Judaism is to DIScourage conversions, and it has been the policy
for at least a thousand years. See, Jerry, all it takes is one instance to
show the statement to be wrong.

>> there should be no need for a situation that required an opt-out option
>> in the first place!
>>
>
> Sure. They all worship a god (or in some cases gods). It is a prayer to
> their god.

And what of the atheists? They don't worship a god. Again, only one
instance is needed to disprove your statement. (...or are you saying "to
hell with the atheists"? :-) )

>
> And the world is full of opt-out situations every day. Every choice you
> make you can opt to go another way.

For adults, that is one thing. For children it is quite another. Peer
pressure disappears to a large degree as we mature. Not so when we are
young. You are promoting cruely to children by your "opt-out choice".

>
> Let the state remain NEUTRAL in such matters. Neither promoting nor
> prohibiting.

The greatest asset in our democracy is the protection of the rights of the
minority from the tyrrany of the majority. Majority governs, but it must
not rule (do you understand the distinction?) . That is what the Bill of
Rights and the rest of it is all about.

>> you have equal access to practice your beliefs as anyone else. the
>> standard is the same. the laws are the same. if you feel the gov. should
>> favor you more, then you're more arrogant that i thought.
>>
>
> No, but YOU feel the government should favor YOU more. I just want the
> right to practice my religion. You want to refuse me that right - even
> though it is doing NO HARM to you.

Jerry, please stop with this load of crap. NOONE IS REFUSING YOU THE RIGHT
TO PRACTICE YOUR RELIGION. PERIOD. We are merely saying you can't do it on
MY property nor at MY expense. That means not on public property nor at
public expense. You can do it all you want on PRIVATE property and paid for
by you.

Why are you dense here? We have told you this how many times now? Yet, you
insist on repeating this bullshit. Are you blinded? pig-headed? or just
plain too damn stupid to understand? Over the years I had thought more of
your intelligence than that you can't grasp the meaning of the simple
statement that has been made to you over and over and over and over ad
infinitum.

I've had it. Unless you can show how we are REFUSING YOU THE RIGHT TO
PRACTICE YOUR RELIGION, and not come up with the stupidity you have
presented, I will bow out and let you live on in your ignorance.

>>> After all - what harm does it do to you that a coach offers a prayer
>>> before a big game? Are you afraid your children will start asking
>>> questions about something you don't believe in?
>>
>> i don't know. you tell me. what if he's leading your kid in a prayer to
>> satan? what would your problem be with that? what, are you afraid your
>> children will start asking questions about something you don't believe
>> in?
>>
>> don't be moronic.
>
> You're the one who wants it banned, not me. And a non-denominational
> prayer, by definition, is one towards no specific god. So he can't be
> praying to Satan - it would not be non-denominational.
>
> Don't be moronic.

Once you mention "god" in a positive sense, it is no longer
"non-denominational". That is because you have already excluded atheists.
Again, all that is needed is ONE instance to refute the statement.

How about "Let us all reflect upon what a great country we live in, wish for
the health of our family and friends, be thankful for the opportunities
presented to each one of us, and hope for a future of peace and happiness"?
Would you, Jerry, call that a prayer (no mention of God or pray or giving
thanks)? Would you, Steve? And Steve, isn't this sort of what you think
about when the rest of your church is "praying"? I know that this is what I
think of every time I hear the national anthem.

Shelly

Re: OT - Oh, so OT.

am 20.09.2007 20:14:06 von Shelly

"Jerry Stuckle" wrote in message
news:MNidnSSe2MsZOW_bnZ2dnUVZ_uWlnZ2d@comcast.com...
> No, I'm not asking for favorable status. And I said NOTHING about PUBLIC
> EXPENSE. I have NEVER, ANYWHERE IN THIS THREAD said public money should
> be spent on religion.

If you dislay on public property, then you are using government money (as
they purchased the land).

> That's fine with me. Let all religions display, as long as it is in good
> taste - i.e. no nudity. Also, it is the government's job to decide

What about the "Anti-Christian" religion that says awful things about Jesus?
There are so many religions, surely someone can start that one? Is that in
"bad taste"? Why?

> what is offensive and what is not. They do it every day. Try walking
> down the street naked. You'll be arrested. That's the government
> deciding your nudity is offensive.

Only in a public place. I have every right to practice nudity if I want to
in a private place with the owner's permission. (No, I am not a nudist).
Likewise, you have every right to display you religion in a private place.

>
> As for Satanism, Wicca, etc., while I might find those symbols personally
> offensive, there is nothing in the symbols which goes against the morals
> of the community, so they should be allowed.

What about "Anti-Christianism"?

>> He didn't say what you are implying here. His position, and I paraphrase
>> here, "is that he hopes everyone would mature enough to gain the wisdom
>> that God is irrelevent.". You, on the other hand, are implying that he
>> wants this to happen by fiat. He never even hinted at such a situation.
>>
>
> I never said he wanted it to happen by fiat. Don't put words in my mouth.

Look up the word "implying" in the dictionary and then we'll speak further
to this point. When you say he is refusing you the right to practice your
religion (your word, right?), well how is he doing that? By having the law
say so, that's how. Well, please also look up the "fiat".

>>>> it's a logical comparison. however and again, my *claim* is that there
>>>> is no objective evidence that god exists! get that through your
>>>> pea-sized brain! the logical conclusion would be that there is no god.
>>>>
>>> The *logical* conclusion is that there would be no way to know whether a
>>> god exists or not.
>>
>> 1 - The "scientific" statement is that the existence of god cannot be
>> proven.
>> 2 - The "logical" next step is that since there is no basis for such a
>> hypothesis, then it should be rejected until such time as some evidence
>> can be brought forth.
>>
>> That is what he is saying.
>>
>
> Since there is no proof one way or the other, there is no "next logical
> step", because any "next step" can be neither proven nor disproven.

Not so. Statement: Pigs can fly. Experiment: Toss a pig off a ledge and
it falls. Toss it many times and it never flies. Logic: Pigs can't fly.
Jerry: There is no proof against that one of those times in the future the
pig might fly, so there is no "next step" and the statement can neither be
proven nor disproven. What he is saying is that there is no logical basis
to accept the hypothesis of a god, so, logically he rejects it. He is NOT
saying the existence of god is disproven, only that there is no logical
basis for accepting it.

>
>>> You're trying to say leprechauns are gods. My statement is they are not
>>> recognized by society as gods. Not even the Irish believe they are.
>>
>> You totally misunderstand what he is saying.
>>
>
> No, I understand exactly what he's saying.

No.

>> He is not a hypocrite. He SAID he is going there for the social aspect.
>> It is a meeting place, after all. Look up the word "hypocrite". It
>> means saying one thing but doing the opposite. He SAYS he goes for the
>> social aspect but ignores the religious message as irrelevent. Where is
>> the hypocrisy? Where is he doing the opposite of what he says?
>>
>> Shelly
>
> He goes to church and tries to stay awake during the service. Does he
> tell his minster and friends he is an atheist and only goes there to
> socialize?

If it came up, I'm sure he would. If it already has come up, I'm sure he
has. Considering how strongly he has voiced his position, do you REALLY,
think he would keep silent -- especially when he plays golf with the pastor?
I think not!

In any case, you have no right to call him a hypocrite unless he tells you
he lied to the pastor about his atheism. That he goes for a reason other
than yours is totally irrelevent.

You may pay your taxes willingly because you believe our jackass president
is the greatest thing since sliced bread. I pay them for a myriad of
reasons, not the least of which is I would go to jail if I didn't -- and I
do so in spite of the stupid war that jackass is conducting. Does that make
me a hypocrite because I pay them even though I dislike a lot of what they
are doing, while you do so for the greater glory of the Bush legacy?

Shelly

Shelly

Re: OT - Oh, so OT.

am 20.09.2007 23:12:29 von Jerry Stuckle

Steve wrote:
> "Jerry Stuckle" wrote in message
> news:8vmdnQIFNe8zCmzbnZ2dnUVZ_tWtnZ2d@comcast.com...
>> Steve wrote:
>>>> I read something very interesting in this month's Scientific American
>>>> last night:
>>> so you actually do that?
>>>
>>>> Athiests cannot simply define themselves by what they do not believe. As
>>>> Austrian economist Ludwig von Mises warned his anti-Communist colleagues
>>>> in the 1950's: "An anti-something movement displays a purely negative
>>>> attitude. It has no chance whatever to succeed. Its passionate
>>>> diatribes virtually advertise the program they attack. People must fight
>>>> for something that they want to achieve, not simply reject an evil, no
>>>> matter how bad it may be."
>>> and like most religious people, ludwig had no fucking clue and was a
>>> paranoid bastard. we atheists don't hold meetings to take over the world
>>> as you religious folk do. as a matter of fact, outside of not caring
>>> whether or not god exists without evidence, we really don't have enough
>>> in common to keep conversations that interesting...much less hang out on
>>> an ongoing basis.
>>>
>> First of all, we aren't trying to take over the world. But you are trying
>> to take over the world by destroying all religion. You're not doing it in
>> meetings - you're trying to take away our legal rights to practice our
>> religions.
>
> crusades aside, right? inquisition aside, right? missionaries aside, right?
> great commission aside, right? to tell you the truth, it is hard for me to
> distinguish the christian philosophy of propogation from the islamic. you
> know, the group you really love.
>

Let's see - crusades - taking back the Holy Land after the Turks invaded
and captured it. Inquisition - not the proudest moment in the Catholic
Church's history, I admit. But no longer practiced - we've gone beyond
that. Missionaries - yes, they do teach about religions. But they
don't force people to listen. They're happy when someone converts, but
do not force conversion on them. And they teach more than their
religion - they typically teach better farming practices, for instance.
And bring tools and such to villages which would not otherwise have them.

And no, when you get down to the basics, there isn't that much
difference between Christianity and Islam (I'm NOT talking about what
militant radicals call Islam - but the one in the Koran). We both
worship the same god - we call him God, they call him Allah. Our rites
are different, but we have similar concepts and morals.

> and exactly how are atheists trying to destroy your religion? by wanting to
> support a wall of separation between governmental concerns and religious
> ones? did you the czech people declared themselves as a nation, atheist,
> because of the shit catholics pulled by assasinating one of their own
> priests in that country? want the cite? point is, your religion does a
> pretty damn good job of destroying itself. why would it need help to that
> end?
>

By getting the government to deny us access to facilities our tax
dollars paid for, also. You don't want a wall - you want a prohibition.

A true separation of church and state means that the state will take NO
position on religion - either for or against. But you want them to take
a stand against religion.

> and, the last time i checked, atheists didn't orchistrate a grass-roots
> campain to control local politics by putting conservative atheists in
> representative seats of the republican party as an in-road to get their
> agenda not only heard but to get a president elected...twice. yeah, that
> would be the christians again. yes, i am involved in local politics and have
> held a seat at the RNC...surrounded by babble-thumpers. i'm not talking
> outta my ass.
>

So we wanted someone who shared our views and moral standards. What's
wrong with that? Unions do it with Democratic nominations all the time,
for instance.

>>> we have no movement outside of not allowing religion to permeate *every*
>>> sector of public domain. that is an action and far from diatribe.
>>>
>> If you had your way, there would be no religion. You've said so yourself.
>
> really? provide the quote then. perhaps you've crossed threads here. i find
> god a wholly uninteresting topic. as long as it stays out of the public
> sector, i don't think about him or you much at all.
>

You stated "I hope everyone would mature enough to gain the wisdom that
God is irrelevant." So by your own words, you want there to be no religion.

>>> again, glad to find out you read. just wish you'd have read something
>>> that actually applied to what we've been talking about. did you just
>>> google and copy/paste the first thing you found that had the word
>>> "atheist" in it?
>>>
>> Not at all. Pick up the September, 2007 copy of Scientific American. It's
>> right in there.
>
> it probably is...and you provided proof that i could verify. wonderful!
>
> now pray-tell, how was that article germain to the topic at hand?
>

Among other things, it shows just how hopeless your "cause" truly is.
You might get laws passed, but by brining up religion you are providing
free marketing for it.

>>>>>>> I also profess no belief in leprechauns. Does that make me some kind
>>>>>>> of religious person?
>>>>>>>
>>>>>> Leprechauns are not gods.
>>>>> neither is your god. until you can PROVE otherwise, then both
>>>>> leprechauns and god are equally almighty.
>>>>>
>>>> How can He be, when according to you there are not gods? Unfortunately
>>>> for you, the majority of the world disagrees with you. And when it
>>>> comes to the meanings of words, majority rules.
>>> it's a logical comparison. however and again, my *claim* is that there is
>>> no objective evidence that god exists! get that through your pea-sized
>>> brain! the logical conclusion would be that there is no god.
>>>
>> The *logical* conclusion is that there would be no way to know whether a
>> god exists or not.
>
> oh no...that would be an 'alternative'. google that..."logic reason
> alternative". that should help you along since you apparently lack any kind
> of formal study in reason and logic.
>

Nope. Lack of proof does not imply lack of existence. But you can't
get that through your head.

> the conclusion should be that since the premise is without evidence, the
> premise is rejected. logically if the premise is god exists, the antithesis
> would be...yep. a state of his non-being was the original state of affairs
> before the notion of god was conceived.
>

No, the conclusion is that since there is no evidence for or against,
the premise is neither provable nor unprovable. Nothing more.

> since the notion, an attribute of god may be that his infinite nature is
> such that it cannot be known to man. that idea is an alternative. but, it is
> just as irrelevant as the original state, for anything said about god cannot
> be confirmed and everything said of god is equally valid...including the
> notion that if god honors/favors intellectual honesty, as atheists may
> postulate, then they have equal chances as anyone else, christian or
> whatever, to get eternal rewards for reasoning even to the point they have
> with their conclusions of god. and this is where pascals wager fails, for in
> its premise is exactly what i've just described. now you know, and you
> didn't even have to google.
>

That's very true. But believing in intellectual honesty with the hopes
of getting into paradise (however it's defined) but not believing in a
god isn't very honest, either.

>>> i see your logic...majority makes right. the majority of the world
>>> consists of underdeveloped countries still rolling the bones and
>>> believing in demonic possession! as for those countries with educational
>>> opportunities (as we have seen again with the evolution of man's thought
>>> sophistication), there is more critical thinking being applied to all the
>>> religious dogma and god is replaced with reason. good bye "god of the
>>> gaps".
>>>
>> When it comes to word definitions, yes, the majority does rule.
>
> and who was speaking about word definitions here? i'm experienced at this.
> what you've just done, so you don't have to google, is throw me a big, fat,
> juicy red herring. please avoid doing so since it makes you look childish,
> and as if you can't support yourself properly in debate.
>

We were talking about word definitions. You took it off on another
track, not me. Look back in the messages.

>>> now, what was your point...cuz you certainly have not made any with that
>>> remark.
>>>
>> You're trying to say leprechauns are gods. My statement is they are not
>> recognized by society as gods. Not even the Irish believe they are.
>
> no, you simply stated that leprechauns are not gods. i left that in this
> post quoted above, in case you needed help recalling what you've said. it
> helps us to not look silly by saying things like, 'my statement is they are
> not recognized by society as gods'.
>

No, my statement was that society doesn't consider them gods.

> but, let's continue on in your line of rationale, shall we? what does it say
> to you that you have to rely on popular opinion to realize the god that you
> serve? what do you think is the cause of so much dispute between different
> religions and even within the same sects, such that a sect would split to
> become known as a denomination? perhaps that there is no evidence by which
> god can be known? if he does exist, why is he hiding? perhaps you/we are as
> irrelevant to him, then, as atheists find the question of his existence? if
> god cannot be known enough so as not to give cause for dispute over his
> attributes, sons, daughters, likes, dislikes, etc., what then, drives you
> christians to such certainty about 'the way'? faith? i don't want a debate
> from this one. i want to know your actual feelings about these questions.
>

I didn't say I relied on popular opinion. I said that society as a
whole recognizes my god, even if they don't believe in him. Just as I
recognize the gods of other religions, even though I don't believe in them.

And who said he's hiding? Not me. I see the effects of His work all
around me, every day. And my faith tells me I am not irrelevant to him.
And my faith tells me this is the way.

>>>>>>> In fact there are thousands of things I do not believe, up to and
>>>>>>> including that GW Bush is the reincarnation of Immelda Markos.
>>>>>>>
>>>>>>> Like my non belief in god, the are simply not worth mentioning.
>>>>>>>
>>>>>>> What religious people do not like at all, is that to an atheist, the
>>>>>>> issue of whether god exists or not is simply irrelevant.
>>>>>>> Uninteresting in the highest degree. Its useless to believe or
>>>>>>> disbelieve. It has little objective effect either way.
>>>>>>>
>>>>>>>
>>>>>> I really don't care one way or the other what you think. Your
>>>>>> religious views are your own. Just don't infringe on my right to
>>>>>> believe as I choose.
>>>>> it is obvious to all that you don't care for anyone else's viewpoint.
>>>>> you don't even understand atheism enough to know what it is and is not
>>>>> (i.e. is not a religion). and, we could give two flying fucks what you
>>>>> believe. however, we at least have had an open mind enough to find out
>>>>> about not only your religion, but many others. you seem to feel
>>>>> comfortable using your asshole as blinders on the subject of religion.
>>>>> no wonder your opinion is so tunnel-visioned.
>>>>>
>>>> Yes, I do understand it. And I also understand that you hate it being
>>>> called a religion - because you are against all religions.
>>> i'm not against ANY religion. i go to church every sunday and blend in
>>> just like you, jerry. i suspect a surprising number of your flock are
>>> just like me, skeptical people in fancy suits just hoping no one asks,
>>> 'so, how's your walk with our lord jesus christ'. by the way, i fit in
>>> quite well and am close with my pastor...we golf every weekend. go
>>> figure.
>>>
>> So you're saying you're a hypocrite. You go to church but don't believe
>> in the teachings of the church. Ok.
>
> no, i go to church to get what i need and/or want. the same as any other
> person there. had you noticed "hoping no one asks, 'so, how's your walk with
> our lord jesus christ'", you'd have (or should have) sensed my apprehension
> is based on my anticipation of answering that question honestly. if i'd have
> planned on lying about it, i wouldn't care what they'd ask me.
>

The church is there to practice religion. You don't believe in that
religion, so you're using the church for your own benefits. Even worse.

> you go ahead with your ad-homonyms. you've already wracked up enough points
> on red herrings and strawmen. might as well run the gamut of logical
> fallicies.
>

Not at all. You're the one who doesn't understand simple things like
the scientific method. And read back - who's putting out the
ad-homonyms - like this one?

> hey, ot for a second...i really do recommend you read "crimes against
> logic". that'd help you avoid those little monsters you've been hurling.
>
> btw, am i to assume your logic to mean that all who attend church walk in
> through the doors knowing and believing the teachings of that church, and
> anyone who does not is a hypocrite? i could only see that working if you
> prep'ed visitors outside of the church where they'd only be admitted if they
> believed what was just prescribed for them...oh they could go in, but people
> would all scowl and such, hissing 'hypocrite, hypocrite, nah, nah'. roflmao.
>

Or they are at least open-minded enough to want to learn about the
teachings. But if they go knowing they don't believe and are not
willing to open their minds, then yes, they are being hypocritical. Or
using the church for their own purposes.

>
>>>> I refer you to von Mises above.
>>> i refer you to 'get a fucking clue'.
>>>
>> Looks like I have more of a clue than you do.
>
> not on anything we've discussed in this thread. you have thrown a litany of
> logical fallicies in leu of a good defense of your position in just about
> every reply you make. i think you assume too much about yourself.
>

Nope. Every one of my arguments has been logical - to a logical person,
which.

>>>>>>>>> as i said, there is no objective evidence that would lead me to
>>>>>>>>> believe that god exists. no more *subjective* evidence for god than
>>>>>>>>> for santa clause or the toothfairy or the boogy man. are you saying
>>>>>>>>> that this critical observation makes me a religious atoothfarian or
>>>>>>>>> a asanta-clausian?
>>>>>>>>>
>>>>>>>> That's fine. It's your opinion and you're welcome to it. But don't
>>>>>>>> try to convince me my opinion is wrong.
>>>>>>>>
>>>>>>>> As for proof - I have no proof you exist. All I see is some text on
>>>>>>>> my screen. It could have been generated by a computer. So by your
>>>>>>>> reasoning, I should not believe you exist. But I have faith that
>>>>>>>> you do.
>>>>>>>>
>>>>>>> Thats your problem, not mine.
>>>>>>>
>>>>>> Not a problem at all.
>>>>> if you can't infer the inputs given to your senses, then you do have a
>>>>> problem. the hallmark trait of humanity is the ability to infer meaning
>>>>> and purpose. if you need god for that, fine. if you can't figure out
>>>>> the source of the letters you're reading, god ain't going to help you
>>>>> with that. as for what is 'real' and what is not, i fear - given your
>>>>> lack of study on the rest of theology and philosophy - you are
>>>>> ill-equipped to have a meaningful discussion. which begs the question,
>>>>> why did you try and vent the conversation in that direction?
>>>>>
>>>> Not at all. I can infer meaning and purpose just fine. But I can't see
>>>> you, I can't touch you - IOW, I have no proof you exist. Characters on
>>>> a screen are not "proof".
>>> they may not be proof of me, but that was not the point anyway. the point
>>> is, for the third time, that it is proof of something. whatever
>>> conclusions you make by observing the proof is a function of scientific
>>> method.
>>>
>> The universe exists. But since there is no proof of god, there is no god.
>> It's all random noise.
>
> wtf? surely you aren't 'god of the gaps'-ing me, right?! are you saying the
> universe can only exist if god does...that he created it?! ohhh, let's go
> there...please, proceed.
>

No, I'm just making a logical extension to what you say.

>> Likewise, the characters on my screen are proof something exists. It
>> could be random noise, but there is no proof that a person exists.
>
> which doesn't matter. you still haven't gotten the point throughout 6
> threads! the proof points to *something* RE-FUCKING-GARDLESS of what that
> something is. it could be purple juicy fruit gum for all i care! THE POINT:
> THERE IS NO EVIDENCE INDICATING THAT ANY NOTION OF ANY GOD DEFINED BY MAN
> THROUGHOUT HIS HISTORY OF CREATING GODS EXISTS!!! NO PROOF THAT *SOMETHING*
> EXISTS.
>
> are we done with that one yet? did a bell finally go 'ding' in your skull?
>

Not at all. But you refuse to see the similarity. And there is no
evidence indicating that any notion of you throughout his history that
you exist.

>>>>> as for what is 'real', even descartes was wrong. thinking is an
>>>>> activity that must be observed and confirmed. since all inputs could be
>>>>> deceptions of our senses, we can only say that 'i am'...else we
>>>>> wouldn't care to ponder the question in the first place. it is not 'i
>>>>> think, therefore i am'. his logic was good, just not taken far enough.
>>>>>
>>>> Oh, so now you great philosopher, also? ROFLMAO.
>>> no, oh noobie-to-philosophy. you should have recognized that i just
>>> regurgitated the classical adaptation to descartes 'i think' reduction.
>>> man, you should read more and speak less until you actually get up to
>>> speed with theological and philisophical points of consideration and
>>> contention. did you even go to college, or just something like ITT tech.?
>>>
>> Don't worry, I went to college. I just didn't remember the classical
>> adaptation. It's been over 30 years, and philosophy wasn't one of my
>> favorite courses back then.
>
> and i see your appetites remain the same even after 30 years.
>

Nope, I've grown to love philosophy.

>>>>> if that's where you wanted the conversation to go, sorry, you win. all
>>>>> may very well be an illusion. now, where does that get us? epistimology
>>>>> doesn't get us very far down the road.
>>>>>
>>>> Glad you finally admit it.
>>> 'finally'? that was the first mention. i never countered it. it is long
>>> considered to be the best, the *first case*, from which we understand all
>>> things. shit, you never did go to a philosophy class did you.
>>>
>>> jerry, stick to PHP...at least in that context, you are right more than
>>> you are wrong...but in either case, you've done your homework.
>>>
>> Looks like I've done a lot more homework than you have.
>
> because you don't know what the "first case" argument in philosophy is? or
> is it because you are adept at committing basic fallicies in logic that you
> should have been taught in college? or, have you just fucking red herringed
> me AGAIN in double whammy fashion? (ad-homonym + red herring).
>

ROFLMAO! More ad-homonyms.

>>> as for you 'understanding' of other pov's. it is clear that when viewing
>>> them, you are merely looking at them rather than actually *taking* the
>>> pov in order to understand it...an the goggles of christianity never came
>>> off when you were looking at it. i imagine the whole time you considered
>>> another pov, racing through your mind was, 'how could anyone believe this
>>> bullshit?'
>>>
>> No, I understand your point of view. I don't happen to agree with it, is
>> all. And you really shouldn't try to guess what other people think. You
>> are so wrong.
>
> wow. i'm 'so wrong'. you are entirely comfortable with stating the way
> things 'are' yet never providing any evidence of support. not only is that
> arrogant, it's just childish...as in, am not...are too...am not... i believe
> you are well above your paygrade when discussing theology and philosophy.
> (notice, stated as opinion even though plenty of evidence of support abounds
> in this thread, justifying a more direct assurtion of the same).
>
>>>>>>>>> 'it won't work'...lol. a lack of belief in something does not a
>>>>>>>>> religion make. specifically, it is the belief *IN* something that
>>>>>>>>> would be the start of religion.
>>>>>>>>>
>>>>>>>> And you have a belief in the lack of a god.
>>>>>>>>
>>>>>>> No, simply no belief in its existence. And no need to have or not
>>>>>>> have the belief.
>>>>>> Same idea, different words.
>>>>> no, it's not just symantics. the fact that you don't get it, just means
>>>>> you don't get it. you can't "i'm right no matter what you say" your way
>>>>> out of this one, jerry.
>>>>>
>>>> Oh, I get it, alright.
>>>>
>>>>> if that's the way you chose to play it, then i'll just say my admitted
>>>>> generalization about church being a *business* is not a generalization
>>>>> at all. in fact, it is true. and, i'll use your words: "Try to deny it
>>>>> all you want. It won't work."
>>>>>
>>>> How little you know.
>>>>
>>>> Of course churches need to make money - they have bills to pay, also.
>>>> And as a whole, they contribute more back to the community than all Red
>>>> Crosses, Salvation Armies and the like do together. But churches are
>>>> not businesses - even the Federal government agrees with that.
>>> no, check your budget. how much of your funding specifically ends up in
>>> your community. the bulk, your accountant will tell you (outside of
>>> operating expenses, that i already said we not consider, you moron), goes
>>> to your denominations' headquarters with other large chuncks of change
>>> going to your denominations support of their missions - which are not
>>> local by any means...all the while, fulfilling the great commission i
>>> might add. surprisingly little actually goes back to the community that
>>> you were meant to serve.
>>>
>> I am familiar with the budget. We get a full accounting annually,
>> including how much goes where. But you have no idea where my church
>> spends its money.
>
> never said i did. i said you should check it.
>
>>>>> see how stupid that makes me sound? that's rhetorical and supposed to
>>>>> get you to substitue the word "me" with "you"...since you're having
>>>>> problems in this thread thinking logically.
>>>> Yep, it shows just how little you understand even the definition of a
>>>> "business".
>>> lol. is that like your economics blunder of not knowing the two sides of
>>> the economic equation - aside from the fact you didn't even know there
>>> WERE two sides? roflmfao
>> Not at all. Economics was one of my favorite courses.
>
> right up until they discussed supply-side and demand-side manipulation
> apparently. lol. how do you account for that lil' slip up with sanders? i
> was busting a gut over you and 'one of your favorite courses.' all the
> moreso since you told him he needed more school'n in econ. rolfmao...again.
> chortle.
>
>


This has degraded to where you follow one ad-homonym attack with
another. The sure sign that you don't have anything to argue.

I'm outta here. I don't argue with idiots. And yes, that is an
ad-homonym. Get me an intelligent person and I'll be glad to debate this.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 20.09.2007 23:25:00 von Shelly

"Jerry Stuckle" wrote in message > You stated "I
hope everyone would mature enough to gain the wisdom that
> God is irrelevant." So by your own words, you want there to be no
> religion.

"Imagine there's not heaven.
No religion too.
.....

Imagine all the people living life in peace.....

Now you may call me a dreamer.
But I'm not the only one......"

--- John Lennon

Re: OT - Oh, so OT.

am 20.09.2007 23:28:20 von Shelly

"Jerry Stuckle" wrote in message
news:YOmdnb5TyrBUf2_bnZ2dnUVZ_rGrnZ2d@comcast.com...
> ROFLMAO! More ad-homonyms.

adhominems

Re: OT - Oh, so OT.

am 21.09.2007 00:08:54 von Steve



> You stated "I hope everyone would mature enough to gain the wisdom that
> God is irrelevant." So by your own words, you want there to be no
> religion.



i'll stop reading here. you need to get your facts straight jerry. those are
NOT my words. someone else in this thread said that. 'so by you own words'
nothing! your first clue, jerry, would be to note the use of capitalization.
see anything different about how it write, and what you quote?

Re: OT - Oh, so OT.

am 21.09.2007 01:58:52 von Steve

"Jerry Stuckle" wrote in message
news:YOmdnb5TyrBUf2_bnZ2dnUVZ_rGrnZ2d@comcast.com...
> Steve wrote:
>> "Jerry Stuckle" wrote in message
>> news:8vmdnQIFNe8zCmzbnZ2dnUVZ_tWtnZ2d@comcast.com...
>>> Steve wrote:
>>>>> I read something very interesting in this month's Scientific American
>>>>> last night:
>>>> so you actually do that?
>>>>
>>>>> Athiests cannot simply define themselves by what they do not believe.
>>>>> As Austrian economist Ludwig von Mises warned his anti-Communist
>>>>> colleagues in the 1950's: "An anti-something movement displays a
>>>>> purely negative attitude. It has no chance whatever to succeed. Its
>>>>> passionate diatribes virtually advertise the program they attack.
>>>>> People must fight for something that they want to achieve, not simply
>>>>> reject an evil, no matter how bad it may be."
>>>> and like most religious people, ludwig had no fucking clue and was a
>>>> paranoid bastard. we atheists don't hold meetings to take over the
>>>> world as you religious folk do. as a matter of fact, outside of not
>>>> caring whether or not god exists without evidence, we really don't have
>>>> enough in common to keep conversations that interesting...much less
>>>> hang out on an ongoing basis.
>>>>
>>> First of all, we aren't trying to take over the world. But you are
>>> trying to take over the world by destroying all religion. You're not
>>> doing it in meetings - you're trying to take away our legal rights to
>>> practice our religions.
>>
>> crusades aside, right? inquisition aside, right? missionaries aside,
>> right? great commission aside, right? to tell you the truth, it is hard
>> for me to distinguish the christian philosophy of propogation from the
>> islamic. you know, the group you really love.
>>
>
> Let's see - crusades - taking back the Holy Land after the Turks invaded
> and captured it. Inquisition - not the proudest moment in the Catholic
> Church's history, I admit. But no longer practiced - we've gone beyond
> that. Missionaries - yes, they do teach about religions. But they don't
> force people to listen. They're happy when someone converts, but do not
> force conversion on them. And they teach more than their religion - they
> typically teach better farming practices, for instance. And bring tools
> and such to villages which would not otherwise have them.
>
> And no, when you get down to the basics, there isn't that much difference
> between Christianity and Islam (I'm NOT talking about what militant
> radicals call Islam - but the one in the Koran). We both worship the same
> god - we call him God, they call him Allah. Our rites are different, but
> we have similar concepts and morals.
>
>> and exactly how are atheists trying to destroy your religion? by wanting
>> to support a wall of separation between governmental concerns and
>> religious ones? did you the czech people declared themselves as a nation,
>> atheist, because of the shit catholics pulled by assasinating one of
>> their own priests in that country? want the cite? point is, your religion
>> does a pretty damn good job of destroying itself. why would it need help
>> to that end?
>>
>
> By getting the government to deny us access to facilities our tax dollars
> paid for, also. You don't want a wall - you want a prohibition.

you still seem to think that your dollars are more important than everyone
elses. i'll leave it at this, since you won't even think about what you're
suggesting...government should have nothing to do with religion.

if you feel that somehow descriminated against...fine. just know that EVERY
OTHER RELIGION is equally descriminated...either join hands and have a pitty
party (needlessly) or, feel like 'hey, everyone else gets to. why can't i.'
what a baby!

> A true separation of church and state means that the state will take NO
> position on religion - either for or against. But you want them to take a
> stand against religion.

oh, i do? no, i want them to have nothing to do with religion. why can't you
get that?

>> and, the last time i checked, atheists didn't orchistrate a grass-roots
>> campain to control local politics by putting conservative atheists in
>> representative seats of the republican party as an in-road to get their
>> agenda not only heard but to get a president elected...twice. yeah, that
>> would be the christians again. yes, i am involved in local politics and
>> have held a seat at the RNC...surrounded by babble-thumpers. i'm not
>> talking outta my ass.
>>
>
> So we wanted someone who shared our views and moral standards. What's
> wrong with that? Unions do it with Democratic nominations all the time,
> for instance.

well...the past eight years, for starters. ;^)

i'd just reason that unions want to take control too. the religious and
unions, side-by-side. two of my f.a.v.o.r.i.t.e things! and both equally
useless.

>>>> we have no movement outside of not allowing religion to permeate
>>>> *every* sector of public domain. that is an action and far from
>>>> diatribe.
>>>>
>>> If you had your way, there would be no religion. You've said so
>>> yourself.
>>
>> really? provide the quote then. perhaps you've crossed threads here. i
>> find god a wholly uninteresting topic. as long as it stays out of the
>> public sector, i don't think about him or you much at all.
>>
>
> You stated "I hope everyone would mature enough to gain the wisdom that
> God is irrelevant." So by your own words, you want there to be no
> religion.

no i didn't. check again.

>>>> again, glad to find out you read. just wish you'd have read something
>>>> that actually applied to what we've been talking about. did you just
>>>> google and copy/paste the first thing you found that had the word
>>>> "atheist" in it?
>>>>
>>> Not at all. Pick up the September, 2007 copy of Scientific American.
>>> It's right in there.
>>
>> it probably is...and you provided proof that i could verify. wonderful!
>>
>> now pray-tell, how was that article germain to the topic at hand?
>>
>
> Among other things, it shows just how hopeless your "cause" truly is. You
> might get laws passed, but by brining up religion you are providing free
> marketing for it.

i have no cause. and if the exposure (free market comment, i assume) let
more closet-atheists know there are more like them out there, that would be
a detriment to my "cause" (whatever the fuck that means)?

>>>>>>>> I also profess no belief in leprechauns. Does that make me some
>>>>>>>> kind of religious person?
>>>>>>>>
>>>>>>> Leprechauns are not gods.
>>>>>> neither is your god. until you can PROVE otherwise, then both
>>>>>> leprechauns and god are equally almighty.
>>>>>>
>>>>> How can He be, when according to you there are not gods?
>>>>> Unfortunately for you, the majority of the world disagrees with you.
>>>>> And when it comes to the meanings of words, majority rules.
>>>> it's a logical comparison. however and again, my *claim* is that there
>>>> is no objective evidence that god exists! get that through your
>>>> pea-sized brain! the logical conclusion would be that there is no god.
>>>>
>>> The *logical* conclusion is that there would be no way to know whether a
>>> god exists or not.
>>
>> oh no...that would be an 'alternative'. google that..."logic reason
>> alternative". that should help you along since you apparently lack any
>> kind of formal study in reason and logic.
>>
>
> Nope. Lack of proof does not imply lack of existence. But you can't get
> that through your head.

i never said it did, numb-skull. what i DID say, was that the most logical
conclusion (occam's razor) is that he does not. i'm *a*pathetic toward any
premises that have no evidence, and therefore consider them irrelevant. some
allow leway and say you just can't know, however that is not the most
logical course. but as i've seen, you are not strictly logical.

what it implies is lack of merit to your claim "god exists". before you made
the claim, i didn't know what god was or have any indication it existed. so
without evidence, the claim is irrelivant and i continue on as i had before
you made it.

got it?

>> the conclusion should be that since the premise is without evidence, the
>> premise is rejected. logically if the premise is god exists, the
>> antithesis would be...yep. a state of his non-being was the original
>> state of affairs before the notion of god was conceived.
>>
>
> No, the conclusion is that since there is no evidence for or against, the
> premise is neither provable nor unprovable. Nothing more.

every premise must not only be provable, it must be falsifiable.
evidence/proof gives merit to claims...not desires. at least that how the
educated in both the sciences and logic see things. but, then there's the
jerry stuckle way of seeing things. i'm not sure you'd enjoy having all of
us put our heads up your ass so that we could share your unique view.

>> since the notion, an attribute of god may be that his infinite nature is
>> such that it cannot be known to man. that idea is an alternative. but, it
>> is just as irrelevant as the original state, for anything said about god
>> cannot be confirmed and everything said of god is equally
>> valid...including the notion that if god honors/favors intellectual
>> honesty, as atheists may postulate, then they have equal chances as
>> anyone else, christian or whatever, to get eternal rewards for reasoning
>> even to the point they have with their conclusions of god. and this is
>> where pascals wager fails, for in its premise is exactly what i've just
>> described. now you know, and you didn't even have to google.
>>
>
> That's very true. But believing in intellectual honesty with the hopes of
> getting into paradise (however it's defined) but not believing in a god
> isn't very honest, either.

good thing i'm intellectually honest then. if i hold the notion of god, the
core being of every religion, as irrelevant to anything in the universe,
what in the hell would make you think i'd hold subsequent theories about god
with anything else but the same. 'paradise' is a beach in hawaii. i go there
every other year. when i want to go, i buy a ticket and go. that's the only
'paradise' that is relevant for me to consider.

back to the point. you said 'that's very true.' does that mean you are
admitting that pascal's wager is false, and that by it's reasoning, atheists
and theologians alike have equal chances at the same rewards that (you say,
not me) are awaiting some of us? if so, i'm glad you've learned not to USE
IT any more. if not, i'd just cover my face and shake my head at you.

>>>> i see your logic...majority makes right. the majority of the world
>>>> consists of underdeveloped countries still rolling the bones and
>>>> believing in demonic possession! as for those countries with
>>>> educational opportunities (as we have seen again with the evolution of
>>>> man's thought sophistication), there is more critical thinking being
>>>> applied to all the religious dogma and god is replaced with reason.
>>>> good bye "god of the gaps".
>>>>
>>> When it comes to word definitions, yes, the majority does rule.
>>
>> and who was speaking about word definitions here? i'm experienced at
>> this. what you've just done, so you don't have to google, is throw me a
>> big, fat, juicy red herring. please avoid doing so since it makes you
>> look childish, and as if you can't support yourself properly in debate.
>>
>
> We were talking about word definitions. You took it off on another track,
> not me. Look back in the messages.

*i* took off? no, someone said leprechauns were gods after they assumed your
defintion of religion. that someone was not me. i just responded to your
daftness in reply to said someone - who was not me.

the thread is long here. i can't poke too much fun at you for getting lost
with who said what. but please, do try to stay up. otherwise, i'd begin to
think that you are deliberately trying to lie about what i say. especially
since you've done it twice now in this single post!

>>>> now, what was your point...cuz you certainly have not made any with
>>>> that remark.
>>>>
>>> You're trying to say leprechauns are gods. My statement is they are not
>>> recognized by society as gods. Not even the Irish believe they are.
>>
>> no, you simply stated that leprechauns are not gods. i left that in this
>> post quoted above, in case you needed help recalling what you've said. it
>> helps us to not look silly by saying things like, 'my statement is they
>> are not recognized by society as gods'.
>>
>
> No, my statement was that society doesn't consider them gods.

wow. not only confused about what *i* said, but now you're confused about
what you said. and i quote:

"Leprechauns are not Gods." cite: Message-ID:


and that is all you said. nothing that could make a person POSSIBLY mean,
SOCIETY doesn't CONSIDER them gods. realize that what you say and/or write
is what we have to go on. what was going on in your mind at the time your
hand betrayed you mind (as you'd have us believe), will never be known to
anyone but you...unless you write it.

but hell, it doesn't matter. you forget what you say anyway. your memory has
an inverse relationship to what was said and what you meant...especially
when pressed. ;^)

>> but, let's continue on in your line of rationale, shall we? what does it
>> say to you that you have to rely on popular opinion to realize the god
>> that you serve? what do you think is the cause of so much dispute between
>> different religions and even within the same sects, such that a sect
>> would split to become known as a denomination? perhaps that there is no
>> evidence by which god can be known? if he does exist, why is he hiding?
>> perhaps you/we are as irrelevant to him, then, as atheists find the
>> question of his existence? if god cannot be known enough so as not to
>> give cause for dispute over his attributes, sons, daughters, likes,
>> dislikes, etc., what then, drives you christians to such certainty about
>> 'the way'? faith? i don't want a debate from this one. i want to know
>> your actual feelings about these questions.
>>
>
> I didn't say I relied on popular opinion. I said that society as a whole
> recognizes my god, even if they don't believe in him. Just as I recognize
> the gods of other religions, even though I don't believe in them.

according to what you *SAID*, my (individual or even a small group of me's)
belief about leprechauns (actually someone elses belief) being gods is
INVALID because the rest of the majority didn't see eye to eye with me on
the matter. if popular opinion about what is and is not god is required for
you to believe things about him, you in fact do rely on it.

> And who said he's hiding? Not me. I see the effects of His work all
> around me, every day. And my faith tells me I am not irrelevant to him.
> And my faith tells me this is the way.

no, you attribute what you see to him. you lack evidence to conclusively
link what you see with what you belive.

faith is fine. the only thing we've really argued about in this thread of
any importance is where faith is allowed to be practiced.


>>>>>>>> In fact there are thousands of things I do not believe, up to and
>>>>>>>> including that GW Bush is the reincarnation of Immelda Markos.
>>>>>>>>
>>>>>>>> Like my non belief in god, the are simply not worth mentioning.
>>>>>>>>
>>>>>>>> What religious people do not like at all, is that to an atheist,
>>>>>>>> the issue of whether god exists or not is simply irrelevant.
>>>>>>>> Uninteresting in the highest degree. Its useless to believe or
>>>>>>>> disbelieve. It has little objective effect either way.
>>>>>>>>
>>>>>>>>
>>>>>>> I really don't care one way or the other what you think. Your
>>>>>>> religious views are your own. Just don't infringe on my right to
>>>>>>> believe as I choose.
>>>>>> it is obvious to all that you don't care for anyone else's viewpoint.
>>>>>> you don't even understand atheism enough to know what it is and is
>>>>>> not (i.e. is not a religion). and, we could give two flying fucks
>>>>>> what you believe. however, we at least have had an open mind enough
>>>>>> to find out about not only your religion, but many others. you seem
>>>>>> to feel comfortable using your asshole as blinders on the subject of
>>>>>> religion. no wonder your opinion is so tunnel-visioned.
>>>>>>
>>>>> Yes, I do understand it. And I also understand that you hate it being
>>>>> called a religion - because you are against all religions.
>>>> i'm not against ANY religion. i go to church every sunday and blend in
>>>> just like you, jerry. i suspect a surprising number of your flock are
>>>> just like me, skeptical people in fancy suits just hoping no one asks,
>>>> 'so, how's your walk with our lord jesus christ'. by the way, i fit in
>>>> quite well and am close with my pastor...we golf every weekend. go
>>>> figure.
>>>>
>>> So you're saying you're a hypocrite. You go to church but don't believe
>>> in the teachings of the church. Ok.
>>
>> no, i go to church to get what i need and/or want. the same as any other
>> person there. had you noticed "hoping no one asks, 'so, how's your walk
>> with our lord jesus christ'", you'd have (or should have) sensed my
>> apprehension is based on my anticipation of answering that question
>> honestly. if i'd have planned on lying about it, i wouldn't care what
>> they'd ask me.
>>
>
> The church is there to practice religion. You don't believe in that
> religion, so you're using the church for your own benefits. Even worse.

well, my church (and i assumed all) is there to welcome *everyone* so that
all may know god. how does one, exactly, practice religion? i could see
'practicing' rolling the bones, but other than the annual welches-n-cracker
rites, i don't see any need for 'practice'. lol. if you're catholic, i would
imagine that the accolytes would actually have to practice swinging their
smoke bombs down the aisle. but then again, they do that at every mass. they
probably got the hang of it really quickly. yeah, what is there to practice,
jerry? unless you think it requires practice to fulfill being a moral person
of good character. like the accolytes, we should have the hang of that as
adults and really have those skills encoded, don't you think?


>> you go ahead with your ad-homonyms. you've already wracked up enough
>> points on red herrings and strawmen. might as well run the gamut of
>> logical fallicies.
>>
>
> Not at all. You're the one who doesn't understand simple things like the
> scientific method. And read back - who's putting out the ad-homonyms -
> like this one?

well, none of that is name-calling, is it? i called you on it every time you
committed a fallicy. it marks the spot. this statement is me getting
frustrated with seeing you hurl so many. it would be a different story if
what i said were not true...or if i had said it in a less than flat manner -
as i did above.

>> hey, ot for a second...i really do recommend you read "crimes against
>> logic". that'd help you avoid those little monsters you've been hurling.
>>
>> btw, am i to assume your logic to mean that all who attend church walk in
>> through the doors knowing and believing the teachings of that church, and
>> anyone who does not is a hypocrite? i could only see that working if you
>> prep'ed visitors outside of the church where they'd only be admitted if
>> they believed what was just prescribed for them...oh they could go in,
>> but people would all scowl and such, hissing 'hypocrite, hypocrite, nah,
>> nah'. roflmao.
>>
>
> Or they are at least open-minded enough to want to learn about the
> teachings. But if they go knowing they don't believe and are not willing
> to open their minds, then yes, they are being hypocritical. Or using the
> church for their own purposes.

hint, all things done by all people are for their own purposes. it is built
into us since life began. it springs from survival. saying you go to church
strictly for the purposes of someone else would be lying.

now listen jerry. if i started the first 20+ years of my life believing in
christ whole-heartedly, exactly how closed do you think my mind would have
to be for me to consider atheisism? really jerry! do you think i don't have
family that would be drastically impacted by my conclusions? would i do it
for my health?

oh, and for a person to be willing to believe, they must *close* their
mind...a lot. otherwise, they'd have to apply the same critical thinking to
religion as they do now with the other aspects of their lives. eyes of
faith. reason and logic won't get a person to convert because religion is
illogical.

>>
>>>>> I refer you to von Mises above.
>>>> i refer you to 'get a fucking clue'.
>>>>
>>> Looks like I have more of a clue than you do.
>>
>> not on anything we've discussed in this thread. you have thrown a litany
>> of logical fallicies in leu of a good defense of your position in just
>> about every reply you make. i think you assume too much about yourself.
>>
>
> Nope. Every one of my arguments has been logical - to a logical person,
> which.

he, he, he. you've admittedly not kept up with philosophy - one of your less
attactive things to study - in some 30 years, don't have a good grasp of
other religions, don't at all understand what an irrelevant question is
god's existence to an atheist - much less what that term means, you have no
formal debate or logic training under your belt (other than computer logic
maybe), and yet you believe *yourself* the best to judge who is and who is
not logical? hint: logic is a process. when you believe something on faith
alone, you and logic have parted ways.

let's review. the whole descartes thing. you 'member. ok. so. reality as we
know it must be confirmed through third-party observation. that way, though
our individual senses may lie, there is a better chance of certainty that
was is known/experienced is 'real'. even though i can only logically posit
'i am' instead of 'i *think*, therefore i am' (which requires third-party
observation 'member), i can only epistimologically proceed by this means -
lest i consider that 'i am' only and all else a sham.

having said that, we require a third-party for that (i'd hardly think that
herb would count ;^). otherwise, i can assure you that your senses are
indeed, fooling you.

>>>>>>>>>> as i said, there is no objective evidence that would lead me to
>>>>>>>>>> believe that god exists. no more *subjective* evidence for god
>>>>>>>>>> than for santa clause or the toothfairy or the boogy man. are you
>>>>>>>>>> saying that this critical observation makes me a religious
>>>>>>>>>> atoothfarian or a asanta-clausian?
>>>>>>>>>>
>>>>>>>>> That's fine. It's your opinion and you're welcome to it. But
>>>>>>>>> don't try to convince me my opinion is wrong.
>>>>>>>>>
>>>>>>>>> As for proof - I have no proof you exist. All I see is some text
>>>>>>>>> on my screen. It could have been generated by a computer. So by
>>>>>>>>> your reasoning, I should not believe you exist. But I have faith
>>>>>>>>> that you do.
>>>>>>>>>
>>>>>>>> Thats your problem, not mine.
>>>>>>>>
>>>>>>> Not a problem at all.
>>>>>> if you can't infer the inputs given to your senses, then you do have
>>>>>> a problem. the hallmark trait of humanity is the ability to infer
>>>>>> meaning and purpose. if you need god for that, fine. if you can't
>>>>>> figure out the source of the letters you're reading, god ain't going
>>>>>> to help you with that. as for what is 'real' and what is not, i
>>>>>> fear - given your lack of study on the rest of theology and
>>>>>> philosophy - you are ill-equipped to have a meaningful discussion.
>>>>>> which begs the question, why did you try and vent the conversation in
>>>>>> that direction?
>>>>>>
>>>>> Not at all. I can infer meaning and purpose just fine. But I can't
>>>>> see you, I can't touch you - IOW, I have no proof you exist.
>>>>> Characters on a screen are not "proof".
>>>> they may not be proof of me, but that was not the point anyway. the
>>>> point is, for the third time, that it is proof of something. whatever
>>>> conclusions you make by observing the proof is a function of scientific
>>>> method.
>>>>
>>> The universe exists. But since there is no proof of god, there is no
>>> god. It's all random noise.
>>
>> wtf? surely you aren't 'god of the gaps'-ing me, right?! are you saying
>> the universe can only exist if god does...that he created it?! ohhh,
>> let's go there...please, proceed.
>>
>
> No, I'm just making a logical extension to what you say.

well bring it on home then, cuz i've got no idea what you've said nor the
inclination to try and figure it out. to me, they are two independent
thoughts that have no relation. you start the second sentence with 'but'...i
can only say that ties the two ideas together through grammerical
conjunction and not by another means.

>>> Likewise, the characters on my screen are proof something exists. It
>>> could be random noise, but there is no proof that a person exists.
>>
>> which doesn't matter. you still haven't gotten the point throughout 6
>> threads! the proof points to *something* RE-FUCKING-GARDLESS of what that
>> something is. it could be purple juicy fruit gum for all i care! THE
>> POINT: THERE IS NO EVIDENCE INDICATING THAT ANY NOTION OF ANY GOD DEFINED
>> BY MAN THROUGHOUT HIS HISTORY OF CREATING GODS EXISTS!!! NO PROOF THAT
>> *SOMETHING* EXISTS.
>>
>> are we done with that one yet? did a bell finally go 'ding' in your
>> skull?
>>
>
> Not at all.

no bells? i was dreading that.

> But you refuse to see the similarity.

because there is none. it does not apply to the point of that discussion.

> And there is no evidence indicating that any notion of you throughout his
> history that you exist.

that is right!!! so from that perspective, i am IRRELEVANT. there is not
objective PROOF (the whole fucking point being made) that i exist to anyone
else but me - lest i wouldn't have been inclined to consider whether or not
i did. and since the only thing that can logically be known is that 'I AM',
we can only truly be aware of our own existence.

the point again.

POSIT -> NO PROOF -> POSIT IRRELEVANT
POSIT -> PROOF -> SOMETHING TO CONSIDER AND VALIDATE

that's the way it goes. there is and was, no other point being made except
some non sequitur analogy you feel so pressing to communicate that you don't
adress the original before moving on. even enough to just say 'lets table
that for now, this *seperate* point ties in and heres how'.

>>>>>> as for what is 'real', even descartes was wrong. thinking is an
>>>>>> activity that must be observed and confirmed. since all inputs could
>>>>>> be deceptions of our senses, we can only say that 'i am'...else we
>>>>>> wouldn't care to ponder the question in the first place. it is not 'i
>>>>>> think, therefore i am'. his logic was good, just not taken far
>>>>>> enough.
>>>>>>
>>>>> Oh, so now you great philosopher, also? ROFLMAO.
>>>> no, oh noobie-to-philosophy. you should have recognized that i just
>>>> regurgitated the classical adaptation to descartes 'i think' reduction.
>>>> man, you should read more and speak less until you actually get up to
>>>> speed with theological and philisophical points of consideration and
>>>> contention. did you even go to college, or just something like ITT
>>>> tech.?
>>>>
>>> Don't worry, I went to college. I just didn't remember the classical
>>> adaptation. It's been over 30 years, and philosophy wasn't one of my
>>> favorite courses back then.
>>
>> and i see your appetites remain the same even after 30 years.
>>
>
> Nope, I've grown to love philosophy.

just not study any of it? it is obvious that you are wholly unfamiliar with
the idioms, classical analogies, or even quips unique to philosophy. you
don't expect me to take your 'love' to mean something that matriculated into
action, right? you 'love' it enough that you study it on your own? jerry!
christ almighty!!! you didn't even know the 'first case'. you thought i was
being trite thinking i was smarter than descartes when i regurgitated it to
you, for gawd's sake! you haven't even studied enough to make it into a 101
level course!

'love' apparently requires no action by your use of the word. no wonder you
are comfortable with a god of inaction whom is said to 'love' you!

i tell my loved ones 'i love you', but that has no comparable impact as when
i *show* them i do.

>>>>>> if that's where you wanted the conversation to go, sorry, you win.
>>>>>> all may very well be an illusion. now, where does that get us?
>>>>>> epistimology doesn't get us very far down the road.
>>>>>>
>>>>> Glad you finally admit it.
>>>> 'finally'? that was the first mention. i never countered it. it is long
>>>> considered to be the best, the *first case*, from which we understand
>>>> all things. shit, you never did go to a philosophy class did you.
>>>>
>>>> jerry, stick to PHP...at least in that context, you are right more than
>>>> you are wrong...but in either case, you've done your homework.
>>>>
>>> Looks like I've done a lot more homework than you have.
>>
>> because you don't know what the "first case" argument in philosophy is?
>> or is it because you are adept at committing basic fallicies in logic
>> that you should have been taught in college? or, have you just fucking
>> red herringed me AGAIN in double whammy fashion? (ad-homonym + red
>> herring).
>>
>
> ROFLMAO! More ad-homonyms.

nope. everything said was true. the word you are looking for is 'sarcasm.'

>>>> as for you 'understanding' of other pov's. it is clear that when
>>>> viewing them, you are merely looking at them rather than actually
>>>> *taking* the pov in order to understand it...an the goggles of
>>>> christianity never came off when you were looking at it. i imagine the
>>>> whole time you considered another pov, racing through your mind was,
>>>> 'how could anyone believe this bullshit?'
>>>>
>>> No, I understand your point of view. I don't happen to agree with it,
>>> is all. And you really shouldn't try to guess what other people think.
>>> You are so wrong.
>>
>> wow. i'm 'so wrong'. you are entirely comfortable with stating the way
>> things 'are' yet never providing any evidence of support. not only is
>> that arrogant, it's just childish...as in, am not...are too...am not... i
>> believe you are well above your paygrade when discussing theology and
>> philosophy. (notice, stated as opinion even though plenty of evidence of
>> support abounds in this thread, justifying a more direct assurtion of the
>> same).
>>
>>>>>>>>>> 'it won't work'...lol. a lack of belief in something does not a
>>>>>>>>>> religion make. specifically, it is the belief *IN* something that
>>>>>>>>>> would be the start of religion.
>>>>>>>>>>
>>>>>>>>> And you have a belief in the lack of a god.
>>>>>>>>>
>>>>>>>> No, simply no belief in its existence. And no need to have or not
>>>>>>>> have the belief.
>>>>>>> Same idea, different words.
>>>>>> no, it's not just symantics. the fact that you don't get it, just
>>>>>> means you don't get it. you can't "i'm right no matter what you say"
>>>>>> your way out of this one, jerry.
>>>>>>
>>>>> Oh, I get it, alright.
>>>>>
>>>>>> if that's the way you chose to play it, then i'll just say my
>>>>>> admitted generalization about church being a *business* is not a
>>>>>> generalization at all. in fact, it is true. and, i'll use your words:
>>>>>> "Try to deny it all you want. It won't work."
>>>>>>
>>>>> How little you know.
>>>>>
>>>>> Of course churches need to make money - they have bills to pay, also.
>>>>> And as a whole, they contribute more back to the community than all
>>>>> Red Crosses, Salvation Armies and the like do together. But churches
>>>>> are not businesses - even the Federal government agrees with that.
>>>> no, check your budget. how much of your funding specifically ends up in
>>>> your community. the bulk, your accountant will tell you (outside of
>>>> operating expenses, that i already said we not consider, you moron),
>>>> goes to your denominations' headquarters with other large chuncks of
>>>> change going to your denominations support of their missions - which
>>>> are not local by any means...all the while, fulfilling the great
>>>> commission i might add. surprisingly little actually goes back to the
>>>> community that you were meant to serve.
>>>>
>>> I am familiar with the budget. We get a full accounting annually,
>>> including how much goes where. But you have no idea where my church
>>> spends its money.
>>
>> never said i did. i said you should check it.
>>
>>>>>> see how stupid that makes me sound? that's rhetorical and supposed to
>>>>>> get you to substitue the word "me" with "you"...since you're having
>>>>>> problems in this thread thinking logically.
>>>>> Yep, it shows just how little you understand even the definition of a
>>>>> "business".
>>>> lol. is that like your economics blunder of not knowing the two sides
>>>> of the economic equation - aside from the fact you didn't even know
>>>> there WERE two sides? roflmfao
>>> Not at all. Economics was one of my favorite courses.
>>
>> right up until they discussed supply-side and demand-side manipulation
>> apparently. lol. how do you account for that lil' slip up with sanders? i
>> was busting a gut over you and 'one of your favorite courses.' all the
>> moreso since you told him he needed more school'n in econ.
>> rolfmao...again. chortle.
>
>
> This has degraded to where you follow one ad-homonym attack with another.
> The sure sign that you don't have anything to argue.

well jerry, it is hard to resist in this case. while you need to check the
definition of 'ad-homoym', i certainly am taking delight in merely *pointing
out* the fact that you belittled sanders (as much as i can't stand the guy)
by saying he needed to learn econ. you then go and prove you don't know
supply/demand in econ. in response to sanders demonstrating that he did.
that's all fact. want the cite? no...you're trying to forget it.

why do i keep bringing it up? because in all the time i've read your posts.
when you are absolutely wrong, you don't admit it. couple that with how
resolute your convictions are in your 'right-ness', and you've got the
makings of an asshole. (that, would be a certified ad-homonym).

> I'm outta here. I don't argue with idiots. And yes, that is an
> ad-homonym. Get me an intelligent person and I'll be glad to debate this.

and why am i not surprised to see this course of action? well, that would be
your escape route from having to own up to your blunder. if this is where
you want to leave it, fine.

Re: OT - Oh, so OT.

am 21.09.2007 02:21:39 von Jerry Stuckle

Shelly wrote:
> "Jerry Stuckle" wrote in message
> news:FP-dnd0s3qy1PG_bnZ2dnUVZ_jSdnZ2d@comcast.com...
>> And why should I have to "prove" my God exists to you - or anyone else?
>> There is no fraud involved. I have stated my belief. You can choose to
>> believe or not. It's up to you.
>\
> It depends upon what you said. If you said, "I believe God exists", the you
> are correct that you don't have to prove anything to anyone because it is a
> simple statement of faith. If you said "God exists", then the onus of proof
> is upon you because that is a statement that you make as fact. In that
> situation the burden of proof is not upon him to show the non-existence
> (which is impossible), but upon you to support your statement.
>

I never said "God exists". Point back to show me where I did.

>> Not to you, there isn't. And no, I'm not even going to try to provide any
>> objective evidence to you - or anyone else. I have my beliefs, and that's
>> good enough for me.
>
> Either there is objective proof or there isn't. He claims there isn't. It
> is impossible to prove non-existence. All you need to do to show his
> statement to be wrong is to produce a single instance of objective evidence.
> Unless you can do that, (which you can't), his statement stands undisputed.
>

No, his statement stands irrelevant. Something which cannot be proven
nor disproven is such.

>> I'm glad you finally admit it. But that is a direct contradiction to your
>> previous statement: "sorry, religious people are in the *business* of
>> converting."
>>
>> So a correct statement would be "sorry, religious people I'VE MET are in
>> the *business* of converting." A big difference.
>
> As a point of fact, I will refute Steve's statement this time. The official
> policy in Judaism is to DIScourage conversions, and it has been the policy
> for at least a thousand years. See, Jerry, all it takes is one instance to
> show the statement to be wrong.
>

But I'm not trying to show him to be wrong. He's entitled to his opinion.

>>> there should be no need for a situation that required an opt-out option
>>> in the first place!
>>>
>> Sure. They all worship a god (or in some cases gods). It is a prayer to
>> their god.
>
> And what of the atheists? They don't worship a god. Again, only one
> instance is needed to disprove your statement. (...or are you saying "to
> hell with the atheists"? :-) )
>

So, they can opt-out of any prayer. No problem.

>> And the world is full of opt-out situations every day. Every choice you
>> make you can opt to go another way.
>
> For adults, that is one thing. For children it is quite another. Peer
> pressure disappears to a large degree as we mature. Not so when we are
> young. You are promoting cruely to children by your "opt-out choice".
>

No, children opt-out of things every day, also. What "cruelty" is there?

>> Let the state remain NEUTRAL in such matters. Neither promoting nor
>> prohibiting.
>
> The greatest asset in our democracy is the protection of the rights of the
> minority from the tyrrany of the majority. Majority governs, but it must
> not rule (do you understand the distinction?) . That is what the Bill of
> Rights and the rest of it is all about.
>

Yes, I do understand that.

>>> you have equal access to practice your beliefs as anyone else. the
>>> standard is the same. the laws are the same. if you feel the gov. should
>>> favor you more, then you're more arrogant that i thought.
>>>
>> No, but YOU feel the government should favor YOU more. I just want the
>> right to practice my religion. You want to refuse me that right - even
>> though it is doing NO HARM to you.
>
> Jerry, please stop with this load of crap. NOONE IS REFUSING YOU THE RIGHT
> TO PRACTICE YOUR RELIGION. PERIOD. We are merely saying you can't do it on
> MY property nor at MY expense. That means not on public property nor at
> public expense. You can do it all you want on PRIVATE property and paid for
> by you.
>

Horse hockey. Atheists are trying to refuse me the right to practice my
religion every day.

I'm not trying to do it on YOUR PROPERTY. Nor am I trying to do it at
YOUR EXPENSE. But you need to remember that I PAID FOR THAT PUBLIC
PROPERTY, TOO, AND IT GIVES ME RIGHTS.

> Why are you dense here? We have told you this how many times now? Yet, you
> insist on repeating this bullshit. Are you blinded? pig-headed? or just
> plain too damn stupid to understand? Over the years I had thought more of
> your intelligence than that you can't grasp the meaning of the simple
> statement that has been made to you over and over and over and over ad
> infinitum.
>

Yes, why are you being so dense? I have never said it should be at
state expense. But you REFUSE TO ACKNOWLEDGE THAT I HAVE THE SAME
RIGHTS TO ACCESS TO PUBLIC PROPERTY THAT YOU DO.

> I've had it. Unless you can show how we are REFUSING YOU THE RIGHT TO
> PRACTICE YOUR RELIGION, and not come up with the stupidity you have
> presented, I will bow out and let you live on in your ignorance.
>

I HAVE. BUT IT'S ASSHOLES LIKE YOU WHO REFUSE TO ACKNOWLEDGE IT.

YES, I'M A LOT MORE THAN PISSED OFF NOW. YOU'VE PUT WORDS IN MY MOUTH,
ACCUSED ME OF WANTING TO DO THINGS I NEVER SAID I WANTED TO DO, AND A
WHOLE BUNCH OF OTHER BULLSHIT.

IT'S PEOPLE LIKE YOU WHO ARE TRYING TO TWIST THE CONSTITUTION, BILL OF
RIGHTS AND THE COURTS OF THIS COUNTRY TO MAKE IT NOT A RELIGION NEUTRAL
COUNTRY, BUT AN ATHEISTIC ONE.

AND MY LAST WORDS ARE, FUCK OFF, ASSHOLE. YOU ARE NOT GOING TO GET BY
ACCUSING ME OF THINGS I NEVER SAID.

>>>> After all - what harm does it do to you that a coach offers a prayer
>>>> before a big game? Are you afraid your children will start asking
>>>> questions about something you don't believe in?
>>> i don't know. you tell me. what if he's leading your kid in a prayer to
>>> satan? what would your problem be with that? what, are you afraid your
>>> children will start asking questions about something you don't believe
>>> in?
>>>
>>> don't be moronic.
>> You're the one who wants it banned, not me. And a non-denominational
>> prayer, by definition, is one towards no specific god. So he can't be
>> praying to Satan - it would not be non-denominational.
>>
>> Don't be moronic.
>
> Once you mention "god" in a positive sense, it is no longer
> "non-denominational". That is because you have already excluded atheists.
> Again, all that is needed is ONE instance to refute the statement.
>

Not true. As I said. If you don't want to participate, no one is
holding a gun to your head.

BUT ASSHOLE, YOU CAN'T UNDERSTAND THAT SIMPLE CONCEPT. YOU'VE GOT YOUR
HEAD SO FAR UP YOUR ASS YOU HAVEN'T FIGURED OUT THAT I HAVE RIGHTS, ALSO.

> How about "Let us all reflect upon what a great country we live in, wish for
> the health of our family and friends, be thankful for the opportunities
> presented to each one of us, and hope for a future of peace and happiness"?
> Would you, Jerry, call that a prayer (no mention of God or pray or giving
> thanks)? Would you, Steve? And Steve, isn't this sort of what you think
> about when the rest of your church is "praying"? I know that this is what I
> think of every time I hear the national anthem.
>
> Shelly
>
>

HOW ABOUT YOU GO AND FLUSH YOURSELF DOWN THE TOILET AND SAVE THE REST OF
THE WORLD A LOT OF TROUBLE.

Yes, I've gone overboard on this one. But quite frankly, I'M TIRED OF
YOUR CLAIMS THAT I SAID THINGS I DIDN'T SAY. SO I'M RESORTING TO YOUR
LEVEL - WHICH SEEMS TO BE THE ONLY ONE YOU UNDERSTAND.

SO UNLESS YOU CAN APOLOGIZE, QUITE ACCUSING ME OF THINGS I DIDN'T SAY,
AND ACKNOWLEDGE THAT I HAVE RIGHTS, ALSO, FUCK OFF, MORON.


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 21.09.2007 02:24:27 von Jerry Stuckle

Herb wrote:
> On Sep 19, 7:16 am, Jerry Stuckle wrote:
>> Steve wrote:
>>
>>>> I can still be a Christian if I don't go to church, don't take communion,
>>>> get married by a judge... My beliefs are what make me one.
>>> so, i'm a christian too if i have a lack of belief in christ? wow, they said
>>> getting to heaven was as easy as "a b c", but i had no idea!
>> I never said anything of the sort.
>>
>>> jerry, you have your head so far up your biblical ass, it isn't even funny
>>> anymore.
>> And you need to learn how to read simple English. You can't even
>> understand two sentences when put together.
>
> He seems to be the kind that misstates what you said, then attacks the
> misstatement as if you had said it. Those politically-correct types
> are allergic to correct reasoning. They also are very trite.
>

Yep, I've noticed that. But I've come to expect it - and not just in
religion. If you can't refute an argument, twist it around until you can.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 21.09.2007 02:33:06 von Jerry Stuckle

Herb wrote:
> On Sep 16, 10:13 pm, Jerry Stuckle wrote:
>> Michael Fesser wrote:
>>> .oO(Jerry Stuckle)
>>>> ROFLMAO! You really are a sucker, you know that?
>>> I don't have a problem with that.
>>>> And this is a perfect example. Yep, he has more credibility than an
>>>> anonymous post on a website by an organization known for their lies.
>>>> Especially when they were not part of the conversations involved, and
>>>> Sean was.
>>> So a little conservative wannabe has more credibility than half of the
>>> Web and many big organizations? Tell me why! Maybe it's just because he
>>> has the same opinions as you? So he simply _must_ be right, because you
>>> don't allow any other opinions?
>>> Micha
>> ROFLMAO!
>>
>> You really don't have any clue. I'm sorry for you.
>
> you are arguing with a bunch of emotional idiots, Jerry.
>

That's true. They really don't know how to carry on an intellectual
conversation, do they? Or acknowledge that Christians, Jews, Muslims,
Wiccans and others have rights, also.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 21.09.2007 04:57:07 von Shelly

"Jerry Stuckle" wrote in message
news:cLidnf-zJcxnk27bnZ2dnUVZ_oOnnZ2d@comcast.com...
> Shelly wrote:
>> "Jerry Stuckle" wrote in message
>> news:FP-dnd0s3qy1PG_bnZ2dnUVZ_jSdnZ2d@comcast.com...
>>> And why should I have to "prove" my God exists to you - or anyone else?
>>> There is no fraud involved. I have stated my belief. You can choose to
>>> believe or not. It's up to you.
>>\
>> It depends upon what you said. If you said, "I believe God exists", the
>> you are correct that you don't have to prove anything to anyone because
>> it is a simple statement of faith. If you said "God exists", then the
>> onus of proof is upon you because that is a statement that you make as
>> fact. In that situation the burden of proof is not upon him to show the
>> non-existence (which is impossible), but upon you to support your
>> statement.
>>
>
> I never said "God exists". Point back to show me where I did.

Jerry, please look up the word "if" in the dictionary. I quite myself now:
"If you said "God exists", ".
Please read what I write before objecting. I was trying to explain when
proof is needed and when it isn't. Reread the paragraph above that I wrote
and to which you objected. Hint: I **never** claimed you said "God
exists".

>
>>> Not to you, there isn't. And no, I'm not even going to try to provide
>>> any objective evidence to you - or anyone else. I have my beliefs, and
>>> that's good enough for me.
>>
>> Either there is objective proof or there isn't. He claims there isn't.
>> It is impossible to prove non-existence. All you need to do to show his
>> statement to be wrong is to produce a single instance of objective
>> evidence. Unless you can do that, (which you can't), his statement stands
>> undisputed.
>>
>
> No, his statement stands irrelevant. Something which cannot be proven nor
> disproven is such.

I reiterate, that unless you can show his statement to be false (by proving
the existence of God), then his statement stands undisputed. Irrelelvency
is irrelevent. Stay on the subject being discussed, not off on some
tangeant.

>
>>> I'm glad you finally admit it. But that is a direct contradiction to
>>> your previous statement: "sorry, religious people are in the *business*
>>> of converting."
>>>
>>> So a correct statement would be "sorry, religious people I'VE MET are in
>>> the *business* of converting." A big difference.
>>
>> As a point of fact, I will refute Steve's statement this time. The
>> official policy in Judaism is to DIScourage conversions, and it has been
>> the policy for at least a thousand years. See, Jerry, all it takes is
>> one instance to show the statement to be wrong.
>>
>
> But I'm not trying to show him to be wrong. He's entitled to his opinion.

Again, stay on the point being discussed. I was illustrating to you that
proving a categorical statement false require only a single exception. I
did that with Steve's statement of all religions want to convert. Staty on
target please.

>
>>>> there should be no need for a situation that required an opt-out option
>>>> in the first place!
>>>>
>>> Sure. They all worship a god (or in some cases gods). It is a prayer
>>> to their god.
>>
>> And what of the atheists? They don't worship a god. Again, only one
>> instance is needed to disprove your statement. (...or are you saying "to
>> hell with the atheists"? :-) )
>>
>
> So, they can opt-out of any prayer. No problem.

You TOTALLY miss the point. Please stay on target. The point is not
whether or not they have to pray. The point is that they have to be
subjected to a prayer session at all. You said it is OK because it is
non-denominational and, I quote you now, "They all worship a god (or in some
cases gods). ". I showed the exception falsifying your statement. That
means the "non-denominational prayer" is inappropriate. Your rational for
it has been totally debunked by my providing a single exception. Once
again, please stay on target for the point being discussed, not some other
tangeant.

>
>>> And the world is full of opt-out situations every day. Every choice you
>>> make you can opt to go another way.
>>
>> For adults, that is one thing. For children it is quite another. Peer
>> pressure disappears to a large degree as we mature. Not so when we are
>> young. You are promoting cruely to children by your "opt-out choice".
>>
>
> No, children opt-out of things every day, also. What "cruelty" is there?

I explained this to you at least once already. Forcing children to opt-out
puts them in the position of being the "oddball" and they become the object
of derision from their peers. (Refer to the post from Kaufman for just one
such example). Children can be very cruel that way. What you are doing is
enabling and even encouraging an environment that not only allows that
cruelty to take place, but helps create it. Hence, you are fostering
cruelty to children (who are not Christian).

>>> Let the state remain NEUTRAL in such matters. Neither promoting nor
>>> prohibiting.
>>
>> The greatest asset in our democracy is the protection of the rights of
>> the minority from the tyrrany of the majority. Majority governs, but it
>> must not rule (do you understand the distinction?) . That is what the
>> Bill of Rights and the rest of it is all about.
>>
>
> Yes, I do understand that.

I hope so, though your previous statements make me wonder.

>>>> you have equal access to practice your beliefs as anyone else. the
>>>> standard is the same. the laws are the same. if you feel the gov.
>>>> should favor you more, then you're more arrogant that i thought.
>>>>
>>> No, but YOU feel the government should favor YOU more. I just want the
>>> right to practice my religion. You want to refuse me that right - even
>>> though it is doing NO HARM to you.
>>
>> Jerry, please stop with this load of crap. NOONE IS REFUSING YOU THE
>> RIGHT TO PRACTICE YOUR RELIGION. PERIOD. We are merely saying you can't
>> do it on MY property nor at MY expense. That means not on public
>> property nor at public expense. You can do it all you want on PRIVATE
>> property and paid for by you.
>>
>
> Horse hockey. Atheists are trying to refuse me the right to practice my
> religion every day.

OK, I'm out of here after these posts that are currently unread by me. You
said this load of crap one to may times. Go diddle with your thoughts from
now own since you are incapable of listenting to a counter point of view.

> I'm not trying to do it on YOUR PROPERTY. Nor am I trying to do it at
> YOUR EXPENSE. But you need to remember that I PAID FOR THAT PUBLIC
> PROPERTY, TOO, AND IT GIVES ME RIGHTS.

And I would then have the right to put up signs denisgrating Jesus in all
sorts of foul language because "I PAID FOR THAT PUBLIC PROPERTY, TOO, AND IT
GIVES ME RIGHTS.". Jerry, you can't yell fire in a crowded theater just
because you bought a ticket and have freedom of speech. You would be
infringing on MY rights and you not allowed to do that, just as I am not
allowed to infringe upon yours. The solution then, to any rational person,
is to practice your religion on property that I have no interest in.

>
>> Why are you dense here? We have told you this how many times now? Yet,
>> you insist on repeating this bullshit. Are you blinded? pig-headed? or
>> just plain too damn stupid to understand? Over the years I had thought
>> more of your intelligence than that you can't grasp the meaning of the
>> simple statement that has been made to you over and over and over and
>> over ad infinitum.
>>
>
> Yes, why are you being so dense? I have never said it should be at state
> expense. But you REFUSE TO ACKNOWLEDGE THAT I HAVE THE SAME RIGHTS TO
> ACCESS TO PUBLIC PROPERTY THAT YOU DO.

You have EXACTLY the same rights as I do. You can't put your religious
displays on public property and I can't put mine. EXACTLY the same.

>> I've had it. Unless you can show how we are REFUSING YOU THE RIGHT TO
>> PRACTICE YOUR RELIGION, and not come up with the stupidity you have
>> presented, I will bow out and let you live on in your ignorance.
>>
>
> I HAVE. BUT IT'S ASSHOLES LIKE YOU WHO REFUSE TO ACKNOWLEDGE IT.

Putz.

> YES, I'M A LOT MORE THAN PISSED OFF NOW. YOU'VE PUT WORDS IN MY MOUTH,
> ACCUSED ME OF WANTING TO DO THINGS I NEVER SAID I WANTED TO DO, AND A
> WHOLE BUNCH OF OTHER BULLSHIT.

You simply cannot read what I wrote. You put up the strawman and then
attack it. I never put words in your mouth. Read what I wrote and tell me
then when I put words in your mouth. Don't edit things like when I say "If
you said such and such" by leaving off the "if" and coming up with "you said
such and such". That is what you mentally did when you attacked me early in
this post for putting words in your mouth.
>
> IT'S PEOPLE LIKE YOU WHO ARE TRYING TO TWIST THE CONSTITUTION, BILL OF
> RIGHTS AND THE COURTS OF THIS COUNTRY TO MAKE IT NOT A RELIGION NEUTRAL
> COUNTRY, BUT AN ATHEISTIC ONE.

Bullshit. That is the only comment that you deserve on that statement.

> AND MY LAST WORDS ARE, FUCK OFF, ASSHOLE. YOU ARE NOT GOING TO GET BY
> ACCUSING ME OF THINGS I NEVER SAID.

Wow. Temper, temper. Now a challenge. Show me where I accused you of
such.

>>>>> After all - what harm does it do to you that a coach offers a prayer
>>>>> before a big game? Are you afraid your children will start asking
>>>>> questions about something you don't believe in?
>>>> i don't know. you tell me. what if he's leading your kid in a prayer to
>>>> satan? what would your problem be with that? what, are you afraid your
>>>> children will start asking questions about something you don't believe
>>>> in?
>>>>
>>>> don't be moronic.
>>> You're the one who wants it banned, not me. And a non-denominational
>>> prayer, by definition, is one towards no specific god. So he can't be
>>> praying to Satan - it would not be non-denominational.
>>>
>>> Don't be moronic.
>>
>> Once you mention "god" in a positive sense, it is no longer
>> "non-denominational". That is because you have already excluded
>> atheists. Again, all that is needed is ONE instance to refute the
>> statement.
>>
>
> Not true. As I said. If you don't want to participate, no one is holding
> a gun to your head.

Explained already, but obviously you are too dense to understand or, more
accurately, unable to read properly.

> BUT ASSHOLE, YOU CAN'T UNDERSTAND THAT SIMPLE CONCEPT. YOU'VE GOT YOUR
> HEAD SO FAR UP YOUR ASS YOU HAVEN'T FIGURED OUT THAT I HAVE RIGHTS, ALSO.

Putz.

>
>> How about "Let us all reflect upon what a great country we live in, wish
>> for the health of our family and friends, be thankful for the
>> opportunities presented to each one of us, and hope for a future of peace
>> and happiness"? Would you, Jerry, call that a prayer (no mention of God
>> or pray or giving thanks)? Would you, Steve? And Steve, isn't this sort
>> of what you think about when the rest of your church is "praying"? I
>> know that this is what I think of every time I hear the national anthem.
>>
>> Shelly
>
> HOW ABOUT YOU GO AND FLUSH YOURSELF DOWN THE TOILET AND SAVE THE REST OF
> THE WORLD A LOT OF TROUBLE.

Tantrums? When logic fails it is "Fuck off".

> Yes, I've gone overboard on this one. But quite frankly, I'M TIRED OF
> YOUR CLAIMS THAT I SAID THINGS I DIDN'T SAY. SO I'M RESORTING TO YOUR
> LEVEL - WHICH SEEMS TO BE THE ONLY ONE YOU UNDERSTAND.

One more time, READ what I wrote and then show me where I claim you said
something that you didn't. Remember first, though, to go to the dictionary
and look up that big two letter word "if".
>
> SO UNLESS YOU CAN APOLOGIZE, QUITE ACCUSING ME OF THINGS I DIDN'T SAY, AND
> ACKNOWLEDGE THAT I HAVE RIGHTS, ALSO, FUCK OFF, MORON.

I have absolutely NO need to apologize since I did not do what you say I
did. I think, though, that you severely need to look in a mirror and
reflect upon your childish antics.

Shelly

Re: OT - Oh, so OT.

am 21.09.2007 04:57:45 von Shelly

"Jerry Stuckle" wrote in message
news:cLidnf6zJcw_km7bnZ2dnUVZ_oPinZ2d@comcast.com...
> Herb wrote:
>> On Sep 19, 7:16 am, Jerry Stuckle wrote:
>>> Steve wrote:
>>>
>>>>> I can still be a Christian if I don't go to church, don't take
>>>>> communion,
>>>>> get married by a judge... My beliefs are what make me one.
>>>> so, i'm a christian too if i have a lack of belief in christ? wow, they
>>>> said
>>>> getting to heaven was as easy as "a b c", but i had no idea!
>>> I never said anything of the sort.
>>>
>>>> jerry, you have your head so far up your biblical ass, it isn't even
>>>> funny
>>>> anymore.
>>> And you need to learn how to read simple English. You can't even
>>> understand two sentences when put together.
>>
>> He seems to be the kind that misstates what you said, then attacks the
>> misstatement as if you had said it. Those politically-correct types
>> are allergic to correct reasoning. They also are very trite.
>>
>
> Yep, I've noticed that. But I've come to expect it - and not just in
> religion. If you can't refute an argument, twist it around until you can.

Pot - kettle - black.

Shelly

Re: OT - Oh, so OT.

am 21.09.2007 05:04:48 von Shelly

This is to Steve:
It's not Godwin, but I this is close enough to count. Game over.

This reminds me of a story I heard once. A European visitor to China a
couple of hundred years ago saw two men arguing and yelling at each other so
violently that he was sure a fight would break out and that one or the other
would pull a knife and kill the other. Yet, even though this went on a very
long time, nothing violent happened and finally it ended. The man asked his
guide "why did they not get into a physical fight?". The answer he got was
that the first one to throw a punch was deemed the loser.

Read this post by Jerry, especially the second half.

Shelly

"Jerry Stuckle" wrote in message
news:cLidnf-zJcxnk27bnZ2dnUVZ_oOnnZ2d@comcast.com...
> Shelly wrote:
>> "Jerry Stuckle" wrote in message
>> news:FP-dnd0s3qy1PG_bnZ2dnUVZ_jSdnZ2d@comcast.com...
>>> And why should I have to "prove" my God exists to you - or anyone else?
>>> There is no fraud involved. I have stated my belief. You can choose to
>>> believe or not. It's up to you.
>>\
>> It depends upon what you said. If you said, "I believe God exists", the
>> you are correct that you don't have to prove anything to anyone because
>> it is a simple statement of faith. If you said "God exists", then the
>> onus of proof is upon you because that is a statement that you make as
>> fact. In that situation the burden of proof is not upon him to show the
>> non-existence (which is impossible), but upon you to support your
>> statement.
>>
>
> I never said "God exists". Point back to show me where I did.
>
>>> Not to you, there isn't. And no, I'm not even going to try to provide
>>> any objective evidence to you - or anyone else. I have my beliefs, and
>>> that's good enough for me.
>>
>> Either there is objective proof or there isn't. He claims there isn't.
>> It is impossible to prove non-existence. All you need to do to show his
>> statement to be wrong is to produce a single instance of objective
>> evidence. Unless you can do that, (which you can't), his statement stands
>> undisputed.
>>
>
> No, his statement stands irrelevant. Something which cannot be proven nor
> disproven is such.
>
>>> I'm glad you finally admit it. But that is a direct contradiction to
>>> your previous statement: "sorry, religious people are in the *business*
>>> of converting."
>>>
>>> So a correct statement would be "sorry, religious people I'VE MET are in
>>> the *business* of converting." A big difference.
>>
>> As a point of fact, I will refute Steve's statement this time. The
>> official policy in Judaism is to DIScourage conversions, and it has been
>> the policy for at least a thousand years. See, Jerry, all it takes is
>> one instance to show the statement to be wrong.
>>
>
> But I'm not trying to show him to be wrong. He's entitled to his opinion.
>
>>>> there should be no need for a situation that required an opt-out option
>>>> in the first place!
>>>>
>>> Sure. They all worship a god (or in some cases gods). It is a prayer
>>> to their god.
>>
>> And what of the atheists? They don't worship a god. Again, only one
>> instance is needed to disprove your statement. (...or are you saying "to
>> hell with the atheists"? :-) )
>>
>
> So, they can opt-out of any prayer. No problem.
>
>>> And the world is full of opt-out situations every day. Every choice you
>>> make you can opt to go another way.
>>
>> For adults, that is one thing. For children it is quite another. Peer
>> pressure disappears to a large degree as we mature. Not so when we are
>> young. You are promoting cruely to children by your "opt-out choice".
>>
>
> No, children opt-out of things every day, also. What "cruelty" is there?
>
>>> Let the state remain NEUTRAL in such matters. Neither promoting nor
>>> prohibiting.
>>
>> The greatest asset in our democracy is the protection of the rights of
>> the minority from the tyrrany of the majority. Majority governs, but it
>> must not rule (do you understand the distinction?) . That is what the
>> Bill of Rights and the rest of it is all about.
>>
>
> Yes, I do understand that.
>
>>>> you have equal access to practice your beliefs as anyone else. the
>>>> standard is the same. the laws are the same. if you feel the gov.
>>>> should favor you more, then you're more arrogant that i thought.
>>>>
>>> No, but YOU feel the government should favor YOU more. I just want the
>>> right to practice my religion. You want to refuse me that right - even
>>> though it is doing NO HARM to you.
>>
>> Jerry, please stop with this load of crap. NOONE IS REFUSING YOU THE
>> RIGHT TO PRACTICE YOUR RELIGION. PERIOD. We are merely saying you can't
>> do it on MY property nor at MY expense. That means not on public
>> property nor at public expense. You can do it all you want on PRIVATE
>> property and paid for by you.
>>
>
> Horse hockey. Atheists are trying to refuse me the right to practice my
> religion every day.
>
> I'm not trying to do it on YOUR PROPERTY. Nor am I trying to do it at
> YOUR EXPENSE. But you need to remember that I PAID FOR THAT PUBLIC
> PROPERTY, TOO, AND IT GIVES ME RIGHTS.
>
>> Why are you dense here? We have told you this how many times now? Yet,
>> you insist on repeating this bullshit. Are you blinded? pig-headed? or
>> just plain too damn stupid to understand? Over the years I had thought
>> more of your intelligence than that you can't grasp the meaning of the
>> simple statement that has been made to you over and over and over and
>> over ad infinitum.
>>
>
> Yes, why are you being so dense? I have never said it should be at state
> expense. But you REFUSE TO ACKNOWLEDGE THAT I HAVE THE SAME RIGHTS TO
> ACCESS TO PUBLIC PROPERTY THAT YOU DO.
>
>> I've had it. Unless you can show how we are REFUSING YOU THE RIGHT TO
>> PRACTICE YOUR RELIGION, and not come up with the stupidity you have
>> presented, I will bow out and let you live on in your ignorance.
>>
>
> I HAVE. BUT IT'S ASSHOLES LIKE YOU WHO REFUSE TO ACKNOWLEDGE IT.
>
> YES, I'M A LOT MORE THAN PISSED OFF NOW. YOU'VE PUT WORDS IN MY MOUTH,
> ACCUSED ME OF WANTING TO DO THINGS I NEVER SAID I WANTED TO DO, AND A
> WHOLE BUNCH OF OTHER BULLSHIT.
>
> IT'S PEOPLE LIKE YOU WHO ARE TRYING TO TWIST THE CONSTITUTION, BILL OF
> RIGHTS AND THE COURTS OF THIS COUNTRY TO MAKE IT NOT A RELIGION NEUTRAL
> COUNTRY, BUT AN ATHEISTIC ONE.
>
> AND MY LAST WORDS ARE, FUCK OFF, ASSHOLE. YOU ARE NOT GOING TO GET BY
> ACCUSING ME OF THINGS I NEVER SAID.
>
>>>>> After all - what harm does it do to you that a coach offers a prayer
>>>>> before a big game? Are you afraid your children will start asking
>>>>> questions about something you don't believe in?
>>>> i don't know. you tell me. what if he's leading your kid in a prayer to
>>>> satan? what would your problem be with that? what, are you afraid your
>>>> children will start asking questions about something you don't believe
>>>> in?
>>>>
>>>> don't be moronic.
>>> You're the one who wants it banned, not me. And a non-denominational
>>> prayer, by definition, is one towards no specific god. So he can't be
>>> praying to Satan - it would not be non-denominational.
>>>
>>> Don't be moronic.
>>
>> Once you mention "god" in a positive sense, it is no longer
>> "non-denominational". That is because you have already excluded
>> atheists. Again, all that is needed is ONE instance to refute the
>> statement.
>>
>
> Not true. As I said. If you don't want to participate, no one is holding
> a gun to your head.
>
> BUT ASSHOLE, YOU CAN'T UNDERSTAND THAT SIMPLE CONCEPT. YOU'VE GOT YOUR
> HEAD SO FAR UP YOUR ASS YOU HAVEN'T FIGURED OUT THAT I HAVE RIGHTS, ALSO.
>
>> How about "Let us all reflect upon what a great country we live in, wish
>> for the health of our family and friends, be thankful for the
>> opportunities presented to each one of us, and hope for a future of peace
>> and happiness"? Would you, Jerry, call that a prayer (no mention of God
>> or pray or giving thanks)? Would you, Steve? And Steve, isn't this sort
>> of what you think about when the rest of your church is "praying"? I
>> know that this is what I think of every time I hear the national anthem.
>>
>> Shelly
>
> HOW ABOUT YOU GO AND FLUSH YOURSELF DOWN THE TOILET AND SAVE THE REST OF
> THE WORLD A LOT OF TROUBLE.
>
> Yes, I've gone overboard on this one. But quite frankly, I'M TIRED OF
> YOUR CLAIMS THAT I SAID THINGS I DIDN'T SAY. SO I'M RESORTING TO YOUR
> LEVEL - WHICH SEEMS TO BE THE ONLY ONE YOU UNDERSTAND.
>
> SO UNLESS YOU CAN APOLOGIZE, QUITE ACCUSING ME OF THINGS I DIDN'T SAY, AND
> ACKNOWLEDGE THAT I HAVE RIGHTS, ALSO, FUCK OFF, MORON.
>
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstucklex@attglobal.net
> ==================

Re: OT - Oh, so OT.

am 21.09.2007 06:38:53 von Steve

"Jerry Stuckle" wrote in message
news:cLidnf-zJcxnk27bnZ2dnUVZ_oOnnZ2d@comcast.com...
> Shelly wrote:
>> "Jerry Stuckle" wrote in message
>> news:FP-dnd0s3qy1PG_bnZ2dnUVZ_jSdnZ2d@comcast.com...
>>> And why should I have to "prove" my God exists to you - or anyone else?
>>> There is no fraud involved. I have stated my belief. You can choose to
>>> believe or not. It's up to you.
>>\
>> It depends upon what you said. If you said, "I believe God exists", the
>> you are correct that you don't have to prove anything to anyone because
>> it is a simple statement of faith. If you said "God exists", then the
>> onus of proof is upon you because that is a statement that you make as
>> fact. In that situation the burden of proof is not upon him to show the
>> non-existence (which is impossible), but upon you to support your
>> statement.
>>
>
> I never said "God exists". Point back to show me where I did.

notice he prefaces the statement with *IF*.

>>> Not to you, there isn't. And no, I'm not even going to try to provide
>>> any objective evidence to you - or anyone else. I have my beliefs, and
>>> that's good enough for me.
>>
>> Either there is objective proof or there isn't. He claims there isn't.
>> It is impossible to prove non-existence. All you need to do to show his
>> statement to be wrong is to produce a single instance of objective
>> evidence. Unless you can do that, (which you can't), his statement stands
>> undisputed.
>>
>
> No, his statement stands irrelevant. Something which cannot be proven nor
> disproven is such.

watch it jerry! you're starting to think like an atheist.

>>> I'm glad you finally admit it. But that is a direct contradiction to
>>> your previous statement: "sorry, religious people are in the *business*
>>> of converting."
>>>
>>> So a correct statement would be "sorry, religious people I'VE MET are in
>>> the *business* of converting." A big difference.
>>
>> As a point of fact, I will refute Steve's statement this time. The
>> official policy in Judaism is to DIScourage conversions, and it has been
>> the policy for at least a thousand years. See, Jerry, all it takes is
>> one instance to show the statement to be wrong.

yes, i should have been more concise with the object of my attentions.

> But I'm not trying to show him to be wrong. He's entitled to his opinion.

i'm confused. this all began because i wanted you to know that atheism is
not a religion. from there, you proceeded to try to prove me wrong. is the
above statement just in the context to shelly's comment here?

>>>> there should be no need for a situation that required an opt-out option
>>>> in the first place!
>>>>
>>> Sure. They all worship a god (or in some cases gods). It is a prayer
>>> to their god.
>>
>> And what of the atheists? They don't worship a god. Again, only one
>> instance is needed to disprove your statement. (...or are you saying "to
>> hell with the atheists"? :-) )
>>
>
> So, they can opt-out of any prayer. No problem.

i cannot believe you still don't concede the point! of what business is it
of the government to support any religion. my rights are completely left out
of your equation and shows a total lack of understanding, as shelly pointed
out earlier, of being the stand-out and the consequences that brings.

you never have answered us on satanic prayers being offered up before a
school's sporting events. i cannot believe that doesn't strike a chord with
you.

>>> And the world is full of opt-out situations every day. Every choice you
>>> make you can opt to go another way.
>>
>> For adults, that is one thing. For children it is quite another. Peer
>> pressure disappears to a large degree as we mature. Not so when we are
>> young. You are promoting cruely to children by your "opt-out choice".
>>
>
> No, children opt-out of things every day, also. What "cruelty" is there?

wow! that's just bullheaded. you don't get it yet?

>>> Let the state remain NEUTRAL in such matters. Neither promoting nor
>>> prohibiting.
>>
>> The greatest asset in our democracy is the protection of the rights of
>> the minority from the tyrrany of the majority. Majority governs, but it
>> must not rule (do you understand the distinction?) . That is what the
>> Bill of Rights and the rest of it is all about.
>>
>
> Yes, I do understand that.

then apply it to prayer in schools!

>>>> you have equal access to practice your beliefs as anyone else. the
>>>> standard is the same. the laws are the same. if you feel the gov.
>>>> should favor you more, then you're more arrogant that i thought.
>>>>
>>> No, but YOU feel the government should favor YOU more. I just want the
>>> right to practice my religion. You want to refuse me that right - even
>>> though it is doing NO HARM to you.
>>
>> Jerry, please stop with this load of crap. NOONE IS REFUSING YOU THE
>> RIGHT TO PRACTICE YOUR RELIGION. PERIOD. We are merely saying you can't
>> do it on MY property nor at MY expense. That means not on public
>> property nor at public expense. You can do it all you want on PRIVATE
>> property and paid for by you.
>>
>
> Horse hockey. Atheists are trying to refuse me the right to practice my
> religion every day.

that's nonsense. i want names, i want dates...something to verify this. you
keep saying it but have only said, since your church burned down you weren't
allowed to conduct religious meetings on public property (i.e. a public
school).

if the government is to remain neutral on religious matters, it certainly
doesn't behoove them to invite one into its house, so to speak.

every day, eh? give us something we can verify, please.

> I'm not trying to do it on YOUR PROPERTY. Nor am I trying to do it at
> YOUR EXPENSE. But you need to remember that I PAID FOR THAT PUBLIC
> PROPERTY, TOO, AND IT GIVES ME RIGHTS.
>
>> Why are you dense here? We have told you this how many times now? Yet,
>> you insist on repeating this bullshit. Are you blinded? pig-headed? or
>> just plain too damn stupid to understand? Over the years I had thought
>> more of your intelligence than that you can't grasp the meaning of the
>> simple statement that has been made to you over and over and over and
>> over ad infinitum.
>>
>
> Yes, why are you being so dense? I have never said it should be at state
> expense. But you REFUSE TO ACKNOWLEDGE THAT I HAVE THE SAME RIGHTS TO
> ACCESS TO PUBLIC PROPERTY THAT YOU DO.

it is NOT ABOUT THE MONEY!!! it implicitly endorses a religion whether
consideration is involved or not. I ACKNOWLEDGE that you and i have equal
rights to public property. i ALSO ACKNOWLEDGE that in order to maintain a
wall of seperation, RELIGION should not be on any public venue. doesn't
matter if it is for free or for rent!

>> I've had it. Unless you can show how we are REFUSING YOU THE RIGHT TO
>> PRACTICE YOUR RELIGION, and not come up with the stupidity you have
>> presented, I will bow out and let you live on in your ignorance.
>>
>
> I HAVE. BUT IT'S ASSHOLES LIKE YOU WHO REFUSE TO ACKNOWLEDGE IT.
>
> YES, I'M A LOT MORE THAN PISSED OFF NOW. YOU'VE PUT WORDS IN MY MOUTH,
> ACCUSED ME OF WANTING TO DO THINGS I NEVER SAID I WANTED TO DO, AND A
> WHOLE BUNCH OF OTHER BULLSHIT.
>
> IT'S PEOPLE LIKE YOU WHO ARE TRYING TO TWIST THE CONSTITUTION, BILL OF
> RIGHTS AND THE COURTS OF THIS COUNTRY TO MAKE IT NOT A RELIGION NEUTRAL
> COUNTRY, BUT AN ATHEISTIC ONE.

how can you be religion neutral and invite a religion into your home, yet
remain to be seen as neutral?

> AND MY LAST WORDS ARE, FUCK OFF, ASSHOLE. YOU ARE NOT GOING TO GET BY
> ACCUSING ME OF THINGS I NEVER SAID.

i see him still repeating what he has been saying over and over again.
you've repeated yourself as many times. shelly has not introduced anything
into your pie hole.

>>>>> After all - what harm does it do to you that a coach offers a prayer
>>>>> before a big game? Are you afraid your children will start asking
>>>>> questions about something you don't believe in?
>>>> i don't know. you tell me. what if he's leading your kid in a prayer to
>>>> satan? what would your problem be with that? what, are you afraid your
>>>> children will start asking questions about something you don't believe
>>>> in?
>>>>
>>>> don't be moronic.
>>> You're the one who wants it banned, not me. And a non-denominational
>>> prayer, by definition, is one towards no specific god. So he can't be
>>> praying to Satan - it would not be non-denominational.
>>>
>>> Don't be moronic.
>>
>> Once you mention "god" in a positive sense, it is no longer
>> "non-denominational". That is because you have already excluded
>> atheists. Again, all that is needed is ONE instance to refute the
>> statement.
>>
>
> Not true. As I said. If you don't want to participate, no one is holding
> a gun to your head.

it's not about participating. it's the gawd damned priciple. IT EXCLUDES
SOMEONE and shows favor to someone else.

> BUT ASSHOLE, YOU CAN'T UNDERSTAND THAT SIMPLE CONCEPT. YOU'VE GOT YOUR
> HEAD SO FAR UP YOUR ASS YOU HAVEN'T FIGURED OUT THAT I HAVE RIGHTS, ALSO.

no, we're clear on what rights you have. forget that you keep mentioning
that. what i'd like to see is you acknowledge that others do to. it would be
grand if you could actually try to consider that your rights and someone
elses are equal. futher, that the government should try to accomodate
everyone's rights. and, where religion is concerned, the best way for it to
do that is to let it remain a private endeavor rather than playing host to
it.

>> How about "Let us all reflect upon what a great country we live in, wish
>> for the health of our family and friends, be thankful for the
>> opportunities presented to each one of us, and hope for a future of peace
>> and happiness"? Would you, Jerry, call that a prayer (no mention of God
>> or pray or giving thanks)? Would you, Steve? And Steve, isn't this sort
>> of what you think about when the rest of your church is "praying"? I
>> know that this is what I think of every time I hear the national anthem.
>>
>> Shelly
>
> HOW ABOUT YOU GO AND FLUSH YOURSELF DOWN THE TOILET AND SAVE THE REST OF
> THE WORLD A LOT OF TROUBLE.
>
> Yes, I've gone overboard on this one. But quite frankly, I'M TIRED OF
> YOUR CLAIMS THAT I SAID THINGS I DIDN'T SAY. SO I'M RESORTING TO YOUR
> LEVEL - WHICH SEEMS TO BE THE ONLY ONE YOU UNDERSTAND.
>
> SO UNLESS YOU CAN APOLOGIZE, QUITE ACCUSING ME OF THINGS I DIDN'T SAY, AND
> ACKNOWLEDGE THAT I HAVE RIGHTS, ALSO, FUCK OFF, MORON.

jerry, please be specific about what it is he's saying for you. i just don't
see it, having review his and your dialogs.

Re: OT - Oh, so OT.

am 21.09.2007 06:57:52 von Shelly

"Steve" wrote in message
news:gVHIi.214$d02.33@newsfe05.lga...
> jerry, please be specific about what it is he's saying for you. i just
> don't see it, having review his and your dialogs.

Steve, fuh-ged-a-bowd-it.

Shelly
..

Re: OT - Oh, so OT.

am 21.09.2007 07:02:29 von Steve

"Shelly" wrote in message
news:13f6d8d61da5u2e@corp.supernews.com...
> This is to Steve:
> It's not Godwin, but I this is close enough to count. Game over.

man! i think he must have googled it. i lead one conversation right to the
brink by comparison of the 'its only one country, oh its only one more, ah
those are unimportant countries' to describe the slippery slope. he didn't
take the bait. i had to be careful with my wording not to do one myself.

did you see the prediction of pascal's wager...followed by pascal's wager? i
chuckled at that one. i forgot to claim my five pounds though...should be
ten since i called it before hand. ;^)

> This reminds me of a story I heard once. A European visitor to China a
> couple of hundred years ago saw two men arguing and yelling at each other
> so violently that he was sure a fight would break out and that one or the
> other would pull a knife and kill the other. Yet, even though this went
> on a very long time, nothing violent happened and finally it ended. The
> man asked his guide "why did they not get into a physical fight?". The
> answer he got was that the first one to throw a punch was deemed the
> loser.
>
> Read this post by Jerry, especially the second half.

oh, i've been following along. i thought i had over-responded a couple of
times - and even sort of apologized in another thread for it, inclusive of
my love of the f-bomb. i about blew a gasket from disbelief! i've NEVER seen
him that riled. i may seem to talk passionately about this subject and get
bent out of shape, but in no way am i emotionally tied to a discussion of
theory and opinion! you are either right and you are successful at
demonstrating that you are, or you couldn't get your point across, or, you
are not so right as you first thought.

there's either got to be something else going on with him, or he's tired of
hearing us disagree with him and he's flustered. i don't know. i hope he can
leave those sentiments in this thread. i'd hate to killfile jerry if he
reacts this way in other threads even though we'll probably never speak of
this subject again.

btw, i haven't forgotten to do the 'email-you-and-i-get-new-address-for-you'
for job opportunities either. just been busy. i stop and come here for light
reading before it's heads-down for a few more hours.

regards,

me

Re: OT - Oh, so OT.

am 21.09.2007 07:16:34 von Steve

"Shelly" wrote in message
news:13f6jsfr5u4hu9b@corp.supernews.com...
>
> "Steve" wrote in message
> news:gVHIi.214$d02.33@newsfe05.lga...
>> jerry, please be specific about what it is he's saying for you. i just
>> don't see it, having review his and your dialogs.
>
> Steve, fuh-ged-a-bowd-it.

ah well.

cheers

Re: OT - Oh, so OT.

am 21.09.2007 11:04:28 von Courtney

Shelly wrote:
> "Steve" wrote in message
> news:gVHIi.214$d02.33@newsfe05.lga...
>> jerry, please be specific about what it is he's saying for you. i just
>> don't see it, having review his and your dialogs.
>
> Steve, fuh-ged-a-bowd-it.
>
Indeed. This thread isn't about religion: It's about Jerry.

Now we all know that Jerry has issues, and roughly what they are, and
the rest we can guess.

> Shelly
> .
>
>

Re: OT - Oh, so OT.

am 21.09.2007 14:19:35 von Jerry Stuckle

Herb wrote:
> On Sep 16, 10:13 pm, Jerry Stuckle wrote:
>> Michael Fesser wrote:
>>> .oO(Jerry Stuckle)
>>>> ROFLMAO! You really are a sucker, you know that?
>>> I don't have a problem with that.
>>>> And this is a perfect example. Yep, he has more credibility than an
>>>> anonymous post on a website by an organization known for their lies.
>>>> Especially when they were not part of the conversations involved, and
>>>> Sean was.
>>> So a little conservative wannabe has more credibility than half of the
>>> Web and many big organizations? Tell me why! Maybe it's just because he
>>> has the same opinions as you? So he simply _must_ be right, because you
>>> don't allow any other opinions?
>>> Micha
>> ROFLMAO!
>>
>> You really don't have any clue. I'm sorry for you.
>
> you are arguing with a bunch of emotional idiots, Jerry.
>

It's funny. After my posts last night I told a forum member I've been
conversing with on email that someone would claim a Godwin on that.

And they didn't let me down.

When you look back through the threads, it's amazing how illogical they
are, and how "their rights" are more important than "my rights".

I don't mind a good debate. However, in this case too many statements I
made were ignored - either not responded to or the subject was changed,
because they didn't have a response. And too many times I've been
accused of saying things I never said. But not ONCE did they correct
their accusation or apologize for it.

Enough is enough. It's obvious these guys have nothing to stand on, so
they try to twist anything they can to meet their needs.

They can claim a "win". Quite frankly, I don't give a damn.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: OT - Oh, so OT.

am 21.09.2007 17:20:52 von Courtney

Jerry Stuckle wrote:
> Herb wrote:
>> On Sep 16, 10:13 pm, Jerry Stuckle wrote:
>>> Michael Fesser wrote:
>>>> .oO(Jerry Stuckle)
>>>>> ROFLMAO! You really are a sucker, you know that?
>>>> I don't have a problem with that.
>>>>> And this is a perfect example. Yep, he has more credibility than an
>>>>> anonymous post on a website by an organization known for their lies.
>>>>> Especially when they were not part of the conversations involved, and
>>>>> Sean was.
>>>> So a little conservative wannabe has more credibility than half of the
>>>> Web and many big organizations? Tell me why! Maybe it's just because he
>>>> has the same opinions as you? So he simply _must_ be right, because you
>>>> don't allow any other opinions?
>>>> Micha
>>> ROFLMAO!
>>>
>>> You really don't have any clue. I'm sorry for you.
>>
>> you are arguing with a bunch of emotional idiots, Jerry.
>>
>
> It's funny. After my posts last night I told a forum member I've been
> conversing with on email that someone would claim a Godwin on that.
>
> And they didn't let me down.
>
> When you look back through the threads, it's amazing how illogical they
> are, and how "their rights" are more important than "my rights".
>
If you had achieved adulkhood, you would have realised that like God,
Rights are just another fiction.

Its all in yer mind Jerry. This feeing tat somewhere Out There is a
Authority that you can appeal to that is Fair and Just.

Those of us with crap dads who died early labour under no such
paternalistic illusions. Grow up Jerry. There is no Big Daddy, and such
rights as exist are *agreed upon* by fallible human beings out of mutual
and occasionally enlightened self interest.



> I don't mind a good debate. However, in this case too many statements I
> made were ignored - either not responded to or the subject was changed,
> because they didn't have a response.

Mostly by you.

You have ignored my last thre posts of some depth.

And too many times I've been
> accused of saying things I never said. But not ONCE did they correct
> their accusation or apologize for it.
>

This is pure projection Jerry. The only person guilty of ALL of the
above is you. One concludes that you are either deliberately trolling,
or are in fact in need of some counselling.


> Enough is enough. It's obvious these guys have nothing to stand on, so
> they try to twist anything they can to meet their needs.
>
> They can claim a "win". Quite frankly, I don't give a damn.
>

Who was trying to win anything, but you?

Its not important to anyone else.

Its important to you that God exists. Its irrelevant to me. It's merely
and excuse to write out some philosophical ideas I am working on, in
between scads of dull PHP.

Go away and repair your ego: Its obvious you can't live without it.
That's OK too. The only real loser on that front is you, but if you are
that weak, maybe its for the best.