Poll: religion amongst the HN community – are you religious?

6 points by hoodoof ↗ HN
Just wondering how many people working in technology identify themselves as religious (we're talking the standard definitions of religion here, not Apple versus Microsoft versus Linux type religion).

7 comments

[ 23.0 ms ] story [ 397 ms ] thread
> Just wondering how many people working in technology identify themselves as religious (we're talking the standard definitions of religion here, not Apple versus Microsoft versus Linux type religion).

Agnostic.

Given that this is something people frequently feel strongly about, there are important subcategories. "Not religious" can mean passive/apathetic ("don't care"), or active/idealogical ("There IS no god!")

One can be mildly or very religious without following any rituals or having anything to attend

Spiritual may or may not fit into any category because of the vague allusion to "Standard Definition". This may imply author only means large historical/traditional/formalized religions (in which case "Spiritual" or "New Age" would go into Not religious"), or religion is meant to be encompassing and inclusive (in which case they would fit into one of the other categories).

I'm trying to avoid specifics.
Agnostic. After all these years I still can't reach a conclusion.

    (let ((light t)
          (darkness nil)
          (substrate :land :sea)
          (life '(:land
                   (:grass :herb :fruit-tree
                           :cattle :creeping-thing)
                   :sea (:fish :dragons :birds)
                   :undecided
                   (:birds :serpents))))
      (defun earth ()
        (let ((total-intelligence 100)
              (reproduction-mode :anisogamous)
              (population '(1 . 1)))
          (with-mosquitos
           (loop ;; figure out some success condition after lunch
            (collecting (carbon)))))))