Tag Archive for 'universe'

antitheist

Some of my best friends are atheists. God is with them. God is present where God’s name is never heard, and God does not affirm all that is done where God’s name is regularly pronounced.

Some people tell me, “I do not believe in God.” My response often is, “tell me about this “God” you do not believe in.” And when they do, very often I find the “God” they describe I do not and could not believe in either!

So atheists can be prophets, they can challenge the idol we call “God”. I want to work in partnership with all of good will, Christians, those of other faiths, agnostics, atheists, to make this a better place. My atheist friends work in partnership with me. Many challenge me by their altruism and generosity. Some people see Christianity as being about great rewards for limited loving investment. Well orthodox Christianity is not about rewards – it is about love for its own sake and life (in its fullness) is always a gift – not a reward.

But there is, increasingly, a new style of atheist. They do not want to work in partnership with good people of faith – they proclaim faith itself as evil and the source of most of the world’s evils. These are not simply atheists – they are antitheists. Theirs is an obsessive belief-position that they incessantly have a need to impose upon others. Their mindset is most comparable to the fundamentalists they constantly berate – not surprisingly: our enemy is a mirror to ourselves was an insight from Jesus. They do not address middle, moderate, thinking, caring Christianity, but rather ask the same questions that fundamentalists do – they just come up with different answers. They do not appear to pause to examine whether the questions themselves are at issue. Fundamentalists ask questions of the Bible and find God scary. Antitheists ask the same questions of the Bible and find God silly. Atheists often struggle to live with metaphor. So do fundamentalists.

bus

For more on the antitheist bus campaign click here. I generated the above advertisement incorporating the Biblical phrase “do not be afraid” which occurs at least 70 times in the Bible. My advertisement reworks the antitheist “There’s probably no God. Now stop worrying and enjoy your life”. As a qualified Mathematics and Science teacher I base my “probability that God is” on the anthropic principle – the low probability that the universe we live in exists by chance.

More than half of atheists deny evolution

A recent article in the Melbourne Age again highlighted the intellectual weakness of many claiming atheism. “24 per cent of Australians firmly believe there is no God, and 6 per cent are pretty sure.” Here’s the crunch: “Only 12 per cent believe Darwin’s theory of natural selection”. I would like to think that there are a few Australian theists who accept (I do not like “belief” applied to Science – I think it confuses things) Darwin’s theory. But, for argument’s sake, let’s pretend ALL Australian theists do not accept evolution. So: that would mean only half of Australia’s atheists accept evolution!

I agree with atheist, Guy Rundle, former editor of Arena magazine. He states the antitheist Dawkins-Hitchens version of atheism is ”the most shatteringly empty creed to come along for many a year”. It misses the point, he says, goes out of its way to hurl insults, misunderstands how belief systems work, uses straw man arguments and is boring because it ”takes the least sophisticated form of theism and beats it around the head”. It also fails to grapple with sophisticated theologians such as Dietrich Bonhoeffer and Karl Barth; and it is blind to the fact that, when science (quantum physics and cosmology) try to explain the origins of the universe, its materialist, atheist account is as mysterious and improbable as that of any religion. New atheism also, he says, refuses to concede that many people have feelings of transcendence that must be expressed.

From 12-14 March there is The 2010 Global Atheist Convention being held in Melbourne. I conclude by quoting from the Age article:

”All that Dawkins can offer is a revival of old-fashioned secular humanism, whose hopes and aspirations are summarised in John Lennon’s insipid 1971 composition Imagine,” theology professor Tom Frame wrote last year. Melbourne Catholic auxiliary archbishop Peter J. Elliott says the new atheism should be respected, and welcomed into dialogue, and could even play an important role in ”correcting religious fanaticism”, on which score ”many religious people would agree with them”. But he echoed the concerns of a number of religious people that this movement was in danger of becoming a faith in its own right. ”It’s when they slide into a kind of fundamentalism themselves, and become dogmatic, that’s when we have a problem with them.”

God’s program for creation

Vincent Murphy, one of my followers on twitter, and a regular commenter on this site, has on his site uncovered the program for the creation of the universe (you can follow the verses in Genesis 1 indicated eg. // 1:1-5):

[word@god ~]# cat creation.word
#!/bin/word // 1:1-5
begin creation
public earth = new domain();
earth.content = 1/0 * void();
earth.startCreation(’spirit’);
var light = new creation();
try {
earth.addChild(light); }
catch {
throw(E_BAD,’LIGHT FAILURE’); }
earth.light.status = E_GOOD; // all ok
list day(’Day’,'Night’) =
earth.light.filter(dark==false,dark==true);
earth.templates.day = day; // save for future days
earth.today = 1;
earth.days[earth.today++] = byVal earth.templates.day;
//firmament routine // 1:6-8
var f = new creation();
for (var a in earth.waters)
if (a.index>f.index)
{
f.waters.addChild(a);
earth.waters.removeChild(a);
}
private heaven = f;
earth.days[earth.today++] = byVal earth.templates.day;
earth.waters.defragment(); // 1:9-13
var dryland = earth.waters.getFreespace();
var seas = earth.waters.getUtilisation();
try { dryland.generate(E_GRASS,E_HERB,E_FRUIT) }
catch { throw(E_BAD,’LIFE ON EARTH NOT GOOD’); }
dryland.status = E_GOOD;
earth.days[earth.today++] = byVal earth.templates.day;
//lights in heavens, use for signs/seasons/days/years // 1:14-19
var lights = Array();
lights[0] = new light
(size = 10,
attach = earth.templates.day[Day]);
lights[1] = new light
(size = 2,
attach = earth.templates.day[Night]);
foreach (lights as l) heaven.addChild(l);
var stars = Array();
for (var a = 0; a < inf; a++) stars[a] = new star();
foreach (stars as s) heaven.addChild(s);
if (earth.checkStatus()) earth.status = E_OK;
else throw(E_BAD,’LIGHTING ERROR’);
earth.days[earth.today++] = byVal earth.templates.day;
earth.generate(E_WATERCREATURE, E_FOWL); // 1:20-23
earth.setGenerationSpeed(1000);
foreach (earth.creation as x)
if (x.typeOf == E_FOWL) x.setDomain(earth,heaven);
earth.generate(E_WHALES);
foreach (earth.creation as x)
x.limitChild.typeOf=x.typeOf; //after their kind
if (earth.creation.checkStatus()) earth.status = E_OK;
else throw(E_BAD,’CREATION ERROR’);
foreach (earth.creation as x) x.nice–; //more CPU
earth.days[earth.today++] = byVal earth.templates.day;
var livingcreatures = // 1:24-31
Array(E_CATTLE, E_BEAST, E_CREEPING);
earth.generate(livingcreatures);
foreach (earth.creation as x)
x.limitChild.typeOf=x.typeOf; //after their kind
if (earth.creation.checkStatus()) earth.status = E_OK;
else throw(E_BAD,’CREATION ERROR / LIVING THINGS’);
//man project
var man = new creation();
man.style = byVal earth.parentNode.style; //cp God
foreach (earth.creation as x)
if (x.hasLife) x.addController(man.groupId);
man.addVariant(E_FEMALE);
man.addVariant(E_MALE);
man.addFood(livingcreatures,E_GRASS,E_HERB,E_FRUIT);
man.nice–;
earth.creation.addChild(man);
foreach (earth.creation as x)
if (x.hasLife && (x.typeOf == E_BEAST || x.typeOf == E_CREEP ||
x.typeOf = E_FOWL)) x.addFood(E_HERB);
if (earth.getStatus() && heaven.getStatus()) return (E_VERYGOOD);
else throw(E_BAD,’FAILURE ON DAY 6′);
earth.days[earth.today++] = byVal earth.templates.day;
daemonize();
//TODO: rest
//TODO: expose parent API to creation
//TODO: invoke interactive-mode man object (sometime later)
end program
[word@god ~]# date
Mon Jan 01 00:00:00 GMT 0000
[word@god ~]# ./creation.word
Creation started as pid 143. To stop type: kill -9 143
Got status: E_VERYGOOD
Appending output to creation.log
[word@god ~]# _

The “god gene”

… the gene for the need to believe in god is near the gene that makes some people believe that every piece of human behaviour can be explained away mechanically… and not far from the gene that causes you to forget that since the 1920s Quantum Physics has destroyed forever the idea that everything can be explained mechanically… by the gene that gives you such a weak sense of self that you hang onto anything that makes you feel more secure emotionally whether it is fundamentalist religion or a reductionist view of the universe…

First communion on the moon anniversary

replica of Buzz Aldrin's chalice

replica of Buzz Aldrin's chalice

Today 40 years ago Buzz Aldrin had the first communion on the Moon. I am delighted that Rev. Mark Cooper, the senior pastor of Webster Presbyterian Church in Webster, TX, wrote to this site in response to my post:

“Greetings, All:

I have the honor of serving as senior pastor of Webster Presbyterian Church in Webster, TX. At the time of the lunar landing Aldrin was an elder in our church. A communion kit was prepared for him by the church’s pastor at the time, the Rev. Dean Woodruff. Since Presbyterians do not celebrate private communion, the communion on the moon was structured as part of a service with the congregation back at the church. Aldrin returned the chalice he used to earth. Webster Presbyterian continues to possess the chalice, which is now kept in a safety deposit box. Each year the congregation commemorates the lunar communion on the Sunday closest to the anniversary of the landing.

While we have to confess some pride in his being a Presbyterian (at least at the time – I don’t know anything about his affiliation now, if any) communion is certainly not solely a Presbyterian ritual. The Presbyterian communion table is open to all Christians. We call it “communion” because in it we commune with God and with all our brothers and sisters in faith, in all times and places and of all names. Aldrin did not take communion on the moon as a Presbyterian so much as he did as a Christian. We Presbyterian, even we Webster-type Presbyterians, do not own lunar communion. The communion on the moon belongs to us all. It can, and should, serve as a powerful symbol of God’s presence everywhere, and of our unity as one family of faith.”

"I am the vine..."The image shows the original card with the words “I am the vine, you are the branches. Whosoever abides in me will bring forth much fruit.” (John 15:5) and “When I consider thy heavens, the work of thy fingers, the moon and the stars, which thou has ordained; What is man that thou art mindful of him? And the Son of Man, that thou visitest Him?” (Psalm 8:3-4). This card sold in an auction two years ago for nearly $US 180,000

read more

Just for fun – don’t watch it if you have no sense of humour:

They DID land on the Moon!

Some possible blessings for an anniversary service:

Seek the One who made the vast expanse of interstellar space, galaxies, the sun, the moon, the planets in their courses, and this earth, our home and may the blessing of God… (BCP TEC USA adapt)

Seek the One who made the Pleiades and Orion, and turns deep darkness into the morning, and darkens the day into night; who calls for the waters of the sea and pours them out upon the surface of the earth, and the blessing… (Amos 5:8)

First Communion on the Moon

L-R Armstrong, Collins, Aldrin

L-R Armstrong, Collins, Aldrin

On Sunday July 20, 1969 the first people landed on the moon. Neil Armstrong and Buzz Aldrin were in the lunar lander which touched down at 3:17 Eastern Standard Time.

Buzz Aldrin had with him the Reserved Sacrament. He radioed: “Houston, this is Eagle. This is the LM pilot speaking. I would like to request a few moments of silence. I would like to invite each person listening in, whoever or wherever he may be, to contemplate for a moment the events of the last few hours, and to give thanks in his own individual way.”

Later he wrote: “In the radio blackout, I opened the little plastic packages which contained the bread and the wine. I poured the wine into the chalice our church had given me. In the one-sixth gravity of the moon, the wine slowly curled and gracefully came up the side of the cup. Then I read the Scripture, ‘I am the vine, you are the branches. Whosoever abides in me will bring forth much fruit.’ I had intended to read my communion passage back to earth, but at the last minute Deke Slayton had requested that I not do this. NASA was already embroiled in a legal battle with Madelyn Murray O’Hare, the celebrated opponent of religion, over the Apollo 8 crew reading from Genesis while orbiting the moon at Christmas. I agreed reluctantly…Eagle’s metal body creaked. I ate the tiny Host and swallowed the wine. I gave thanks for the intelligence and spirit that had brought two young pilots to the Sea of Tranquility. It was interesting for me to think: the very first liquid ever poured on the moon, and the very first food eaten there, were the communion elements.”

NASA kept this secret for two decades. The memoirs of Buzz Aldrin and the Tom Hanks’s Emmy- winning HBO mini-series, From the Earth to the Moon (1998), made people aware of this act of Christian worship 235,000 miles from Earth.

The 2003 Episcopal Church General Convention resolved that the Standing Commission on Liturgy and Music prepare propers and collects for churchwide observance of the 40th anniversary of the event, July 20, 2009, and to include “The First Communion on the Moon” in The Episcopal Church’s Lesser Feasts and Fasts and on the calendar in the Book of Common Prayer for July 20. (Biretta tip: @rrchapman)

I only have the 1991 Lesser Feasts and Fasts on my shelf so cannot quote more than what I have found online. If you have the revised version, please add any omitted material in the comments section. I understand that there is now a “Common” to commemorate “those who have died in the course of space exploration – among them a significant number of Episcopalians. In addition, it provides a way of praying for future space explorers and for the thousands of people whose work make the space program possible.” The collect for this “Common” reads:

Creator of the universe,
your dominion extends through the immensity of space:
guide and guard those who seek to fathom its mysteries [especially N.N.].
Save us from arrogance lest we forget that our achievements are grounded in you,
and, by the grace of your Holy Spirit,
protect our travels beyond the reaches of earth,
that we may glory ever more in the wonder of your creation:
through Jesus Christ, your Word, by whom all things came to be,
who with you and the Holy Spirit lives and reigns, one God, for ever and ever.
Amen.

Colonel Aldrin holds a doctorate in astro-physics from Massachusetts Institute of Technology (MIT), was acknowledged as the most highly educated of the first astronauts. He is a wonderful example of a scientist who is a committed Christian.

There appear differing versions of the story whether Buzz Aldrin was a Presbyterian or an Episcopalian/Anglican. I hope this will finally be settled in the comments and then I can amend this post – please add a reference to your comment of the denomination to which Buzz Aldrin belonged at the time of the lunar landing. Here are the conflicting references I have found so far:
Anglican/Episcopalian 1, 2, 3 (click on number to got to website)
Presbyterian 1, 2 (click on number to got to website)

Other useful sites:
Buzz Aldrin website
@therealBuzz

Update: an anniversary post is now online

Hubble Space Telescope Advent Calendar 2008

Hubble telescope image

Here is an Hubble Space Telescope imagery Advent Calendar. Every day, for the next 25 days, a new photo will be revealed on the linked site from the amazing Hubble Space Telescope. Enjoy! And praise God for this amazing universe.