What's new

http://www.scientology-philosophy.com.

AnonKat

Crusader
http://markrathbun.wordpress.com/2010/09/19/let-me-be-crystal-clear/#comments

Philosopher | September 19, 2010 at 8:03 pm | Reply
The last time I read this code was when I was in the church, and I remember I didn’t feel too good about it. Apparently there were some points about which I felt I couldn’t follow those.
But I just read it again, and for the first time I feel good about it.
Speaking about nr. 1, keeping Scientologists, the public and the press accurately informed about Scientology, I just launched a new website http://www.scientology-philosophy.com.
The aim is to get a top ranking in Google, so it will reach many people, both new publics as well as ex-church members.

http://www.scientology-philosophy.com.

Before answering the question WHAT IS SCIENTOLOGY?, one should make a clear distinction between
Scientology the philosophy and the organization who calls itself the Church of Scientology.

The Scientology philosophy could be defined as a body of scientific knowledge concerning life and the
mind, which includes practices that improve the intelligence, the state and the conduct of persons. It
could also be defined as the study of the human spirit in its relationship to the physical universe. It was
developed by L.Ron Hubbard and started in 1950 with the release of the book "Dianetics, The Modern
Science of Mental Health." Scientology knowledge and techniques can be used to increase spiritual
freedom, intelligence and ability. Application of Scientology principles can be done with great benefit by
anyone, anywhere, in any organization.
 
Last edited:

AnonKat

Crusader
Robert Dam

Robert Dam

Zinj


Really ?

http://www.robertdam-cos.dk/

DAM-portrait.jpg
 

shanic89

Patron Meritorious
For programmer_guy

Code:
public string testScientology(boolean bScienttology)
{
  string sResult = "";

	if(bScienttology)
	{
		sResult = "pseudo-science";
	}
	else
	{
		sResult = "L.R.H is a genius";
	}
              
 return sResult;
}

This is the error that I get when I try to compile. 

testScientology.java : unreachable line

line 10 : unreachable

sResult = "L.R.H is a genuis";
^

1 error
 

Infinite

Troublesome Internet Fringe Dweller
For programmer_guy

Code:
public string testScientology(boolean bScienttology)
{
  string sResult = "";

	if(bScienttology)
	{
		sResult = "pseudo-science";
	}
	else
	{
		sResult = "L.R.H is a genius";
	}
              
 return sResult;
}

This is the error that I get when I try to compile. 

testScientology.java : unreachable line

line 10 : unreachable

sResult = "L.R.H is a genuis";
^

1 error

Ahhh . . . I see your error. Did you know "Scientology" is actually an in-joke java code for:

Code:
 => /dev/null
 

programmer_guy

True Ex-Scientologist
For programmer_guy

Code:
public string testScientology(boolean bScienttology)
{
  string sResult = "";

	if(bScienttology)
	{
		sResult = "pseudo-science";
	}
	else
	{
		sResult = "L.R.H is a genius";
	}
              
 return sResult;
}

This is the error that I get when I try to compile. 

testScientology.java : unreachable line

line 10 : unreachable

sResult = "L.R.H is a genuis";
^

1 error

Ahhh . . . I see your error. Did you know "Scientology" is actually an in-joke java code for:

Code:
 => /dev/null

Very funny!
I don't do java. I do embedded C/C++ (They are similar in syntax).

Oracle is taking over java after they bought up Sun Microsystems.
We will see how this turns out in coming months.
 

programmer_guy

True Ex-Scientologist
And sending "script kiddies" to /dev/null is an old OpenBSD joke and nothing to do with any programming language. :D

But I guess that we could make it apply to this subject in joking. :)
 
Last edited:

Zinjifar

Silver Meritorious Sponsor
Oracle is taking over java after they bought up Sun Microsystems.
We will see how this turns out in coming months.

Oh for Christ sake. I'm not huge Sun fan, (or java for that matter) but Larry Ellison is one of the *original* assholes of the tech biz.

Zinj
 

shanic89

Patron Meritorious
Hay BLip we only live a couple hours apart that means that you were posting when you should have been working. OH wait that means I should have been too. doh.
 

programmer_guy

True Ex-Scientologist
Oh for Christ sake. I'm not huge Sun fan, (or java for that matter) but Larry Ellison is one of the *original* assholes of the tech biz.

Zinj

Yeah, well, James Gosling (the "father" of Java) left after the Oracle takeover.
But he won't say why. I would imagine that this is because he doesn't want to destroy any future job prospects by making any statements that could come back to haunt him because of office politics (but this is just my suspicions).
http://java.dzone.com/articles/james-gosling-leaves-sun-end
 
Top