Divination Methods and Programming Languages

A few years back, I made a post about a theory of divination, where methods of divination can range from the purely intuitive (e.g. clairvoyance) to the purely technical (e.g. meteorological forecasting as seen on the Weather Channel).  Most forms of divination fall somewhere in-between, that combine some aspect of intuition with some aspect of technique or technology (e.g. Tarot, runes, geomancy).  Anyway, in that post, I brought up a few points that I think all people involved in divination should bear in mind, but also a bit about how divination methods are like programming languages.  Being educated as a computer scientist and laboring as a software engineer, I’m prone to using metaphors about the things I’m most knowledgeable in, but I think it can be expanded about how I view divination methods and what they can overall achieve for us.

So, how are methods of divination like programming languages?  Well, what is a programming language?  It’s a system of symbols and a grammar that are used as input to a computer to make it do something.  Punching in numbers and symbols into a calculator, for instance, can be considered a very simple form of programming language: you tell the computer to add these two numbers, divided by this other number, save it to memory, start a new calculation, involve the value stored in memory, and display the output.  Most programming languages (PLs, for short) are much more complicated than this, but the idea is the same: you’re giving the computer a set of instructions that maybe take some input, do something, and maybe give some output.  Computers of any and all kinds exist to interpret some sort of PL, whether it’s just pure binary telling it to turn on or off some set of flashing lights, or whether it’s something elaborate and arcane to simulate intelligence; computers are essentially machines that take in PLs to do other things.  The study of PLs is, in effect, the study of cause and effect: tell the computer to do something, and the computer will do exactly that.  If the computer fails to do the thing, then either the commands given were incorrect (the computer understood them but you didn’t give it the right commands) or invalid (the computer couldn’t understand what you told it to do).

In computer science, there’s a thing called Turing completeness.  If we consider an idealized abstract computer stripped down to its most basic parts (a universal Turing machine), it can compute anything that is, well, computable; by definition, a universal Turing machine can simulate any computable algorithm, any computable programming language, and any computer.  Any computer you see or interact with, including your smartphone or laptop or video game console, is a concrete implementation of a Turing machine.  Turing completeness is a property that applies to computers and, by extension, PLs: if a concrete computer or programming language (let’s call it A) can simulate a universal Turing machine, then because a universal Turing machine can simulate any other type of computation or computation method , then the computer/programming language A can simulate any other computer/programming language.  This is called Turing completeness.

What this boils down to is saying that any Turing-complete programming language can do anything that any other Turing-complete language can do: C is functionally equivalent to ML, which is functionally equivalent to Lua, which is functionally equivalent to lambda calculus.  What this does not say, however, is that any given Turing-complete PL is as easy to use as any other Turing-complete PL.  Thus, what is easy to do in C is problematic in Lisp, which might be outright unwieldy and frightening in some other language.  It may not be impossible, just different; each PL is a different tool, and different tools are good for different ends.  It is totally possible to fix pipe plumbing issues with a hammer, but it’s easier with a wrench; it’s totally possible to just build a house with a wrench, but it’s easier with a hammer.

This is what brings me to divination methods.  I claim that, barring the direct influences of gods or cultural notions thereof, any divination method can answer the same questions that any other divination method can.  Call it a divinatory Turing-completeness if you will; if a divination method can account for and describe some set of circumstances, situations, events, and results, then other divination methods can, as well.  This is why you can go to a geomancer, a Tarot reader, a bone reader, a clairvoyant, or other types of readers and still walk away satisfied with good information despite the radical differences in style and method.  That said, each method is better at different types of queries or better at different types of answer deliveries than others.  Geomancy, for instance, excels at binary queries (“yes” or “no”), while Tarot is good for descriptions and feelings.  Geomancy answers exactly the question you ask, while Tarot answers the question you should be asking.  Geomancy gives you the answer up front and the details later, while Tarot gives you the details first and leaves the overall answer to be judged from them.  I’m not trying to shill for geomancy, I’m just giving examples of how geomancy does divination differently than Tarot; after all, I can answer with geomancy anything a Tarot reader can, but I may phrase certain queries differently, or develop an answer differently.  The overall result is the same, when all is said and done.

However, this metaphor of divination methods and PLs can show other things, too.  A geomancy student of mine recently came to me with an interesting question about a detail of a technique that I don’t personally use, but is documented in an old manuscript.  I don’t put any faith in that technique, so I won’t describe it here, but he wanted to know why I didn’t use it, and how we might find out more about it.  He asked me whether I’ve ever asked geomancy about itself before, like to do a reading to confirm or deny certain techniques.  I…honestly can’t see the point of doing so, but to explain why, it’s time to go back to computer science.

In addition to Turing completeness, there’s this other notion in mathematics that applies to computer science and PLs called Gödel’s incompleteness theorems.  It’s a little heady and obtuse, but here’s the gist: say you have some system of describing information, like arithmetic or physics.  This system has a logic that allows certain things to be proved true (“if P, then Q; P, therefore Q”), and can disprove things that are false (“if P, then Q; P, therefore not Q”).  Given any such system, you might want it to be the best possible system that can prove everything that is true while simultaneously disproving anything that is false.  However, there’s an issue with that: you can either have consistency or completeness, but not both.

  • Consistency is showing that your logic is always sound; you never end up proving something that is false.  Thus, we can only prove true things.  However, this is too restrictive; if you have perfect consistency, you end up with things that are true that you cannot prove.  Your logic, if consistent, can never be complete.
  • Completeness is showing that your logic is always full; you always end up proving everything that is true can be proved true.  The problem with this, however, is that it’s too permissive; sure, everything that is true can be proved true, but there are also things that are false that end up being proved even though they’re contradictions.  Your logic, if complete, can never be consistent.

When it comes to logical systems, of which there are many, we tend to strive for consistency over completeness.  While we’d love a system where everything that could be true is shown as true, we also lose faith in it if we have no means to differentiate the true stuff from the false stuff.  Thus, we sacrifice the totality of completeness in favor of the rigor of consistency.  After all, if such a system were inconsistent, you’d never be sure if 2 + 2 = 4 and 2 + 2 != 3, a computer would work one second or start an AI uprising the next, or whether browsing your favorite porn site would actually give you porn or videocall your mother on Skype.  Instead, with a consistent system, we can rest assured that 2 + 2 can never equal 3, that a computer will behave exactly as told, and that porn websites will only give you porn and not an awkward conversation with your mom.  However, the cost to this is that I have this thing that is true, but it can’t be proven to be true using that system you like.  Unfortunate, but we can make do.

As it turns out, Gödel’s incompleteness theorem applies to any system described in terms of itself; you cannot prove (which is a stronger, logical thing to do than simply giving examples) that a given computer, PL, or system of mathematics is consistent by using that selfsame system.  If you attempt to do so and end up with such a proof, you end up proving a contradiction; thus, your system of logic has an inconsistency within that system of logic.  In order to prove something on the system itself, then, you need something more expressive than that system itself.  For instance, to describe actions, you need sounds; in order to describe sounds, you need language, and in order to describe language, you need thought.  Each of these is less expressive than the next, and while you can describe things of less expressiveness, you cannot describe it in terms of itself.  So, if I have this thing that is true and you can’t prove it to be true using that system you like, then you need something more powerful than that system you like.

Okay, that’s enough heady stuff.  How does this apply to divination methods, again?  My student wanted to know why I didn’t ask geomancy about itself; the answer is that geomancy can’t answer about itself in terms of itself.  Like programming languages’ problem from Gödel, I don’t think a system of knowledge—any system, whether it’s Peano arithmetic or lambda calculus or geomancy—can accurately answer questions about its own internal mechanism and algorithms.  And, moreover, because whatever is divinable by one divination method is divinable by any of them, and whatever is not divinable by one isn’t divinable by any of them, if we can’t ask about how methods of divination work by means of a particular divination method (Tarot with Tarot, geomancy with geomancy, Tarot with geomancy, geomancy with Tarot), the question about how divinatory methods work cannot be divined.

So how do you learn more about techniques for a divination method?  Well, as above, if you have a particular system of knowledge and you want to describe it, you need something more powerful than that system.  What’s more powerful than, say, geomancy?  Something more inclusive and expressive than geomancy; like, say, human language.  If you have a question about geomantic techniques, you can’t really go to geomancy to ask about it; you go to a teacher, a mentor, an ancestor, a discussion group to figure it out by means of logic, rationality, and “looking out above” the system itself.  You have to inspect the system from the outside in order to see how it works inside, and generally, we need something to show us where to look.  That something is usually someone.

Programming languages are not, of course, divination methods.  Yes, dear reader who happens to know more about mathematics and the philosophy thereof than I do, I know I’m uncomfortably mixing different types of concepts in this post; divination methods are not instructions, nor are programming languages able to predict the future, barring some new innovation in quantum computing.  The point stands, and the concepts introduced in this post hold well and are generalizable enough for my ends here.  There are enough parallels between the two that give me a working theory of how divination works, and also of the limits of divination.  Just as with the relationship between regular expressions and context-free grammars, where the latter is strictly more expressive and powerful than the former, we need something more expressive and powerful than a divination system to learn how to divine with it.  Humans, for instance, fill that role quite nicely; all divination can do is “simulate” human situations, but it cannot simulate every possible situation uniquely.  There are human situations that cannot be accurately simulated by divination.  Divination, too, is inherently incomplete if we want to place certain faith in our techniques; if we allow, on the other hand, for divination to be complete, then we have to scrap the techniques which then become inconsistent and be more intuitive instead.  In that case, sure, you might be able to get insight on techniques, but it’s not by means of the techniques of the divination system itself; you sidestepped that matter completely.

Search Term Shoot Back, January 2014

I get a lot of hits on my blog from across the realm of the Internet, many of which are from links on Facebook, Twitter, or RSS readers.  To you guys who follow me: thank you!  You give me many happies.  However, I also get a huge number of new visitors daily to my blog from people who search around the Internet for various search terms.  As part of a monthly project, here are some short replies to some of the search terms people have used to arrive here at the Digital Ambler.  This focuses on some search terms that caught my eye during the month of January 2014.

“honoring hermes on fourth day of the month” — One tidbit about Hermes is that he was born in the tenth month of the lunar year (starting with the first new moon after the summer solstice, so sometime in April) on the fourth day of the lunar month (four-ish days after the New Moon).  The religious practices of Attic Greece, where Athens was and thus where most of our knowledge about ancient and classical Greece is focused, celebrated a bevy of gods on their “monthly birthdays”, as evidenced by what we know of their calendar (which forms the basis of my lunisolar grammatomantic calendar).  Thus, a monthly public ritual was performed for Hermes on the fourth of every lunar month in ancient Athens, which is the day I use as well for my monthly Hermaia ritual.  For example, yesterday was the new moon, so today is the first day of the lunar month; the fourth day would then be this coming Monday, February 3, when I celebrate the next monthly Hermaia.

“letter a in shorthand”, “short hand alphabet”, “shorthand in english alphbet”, etc. — I get a lot of talks about shorthand, and my posts on the personal shorthand I’ve devised as a type of private cursive are among the most popular posts on this blog.  That said, I think it’s important to realize that shorthand is just cursive writing taken to its logical extreme.  Normal handwriting, or “print”, is meant to be formal and clear; cursive (from Latin currere, “to run”) is meant for faster, more fluid writing.  Shorthand is handwriting sped up to keep up with speech as it happens; because it can be difficult to maintain a congruence between spoken sounds and sometimes convoluted rules of spelling, most stenographic systems use phonetic methods of writing as opposed to normal ways of spelling.  A few such systems used in the Anglophone world are Pittman and Gregg, which can be found on this page at Omniglot.  My style of shorthand differs in that it’s meant to preserve the orthographic spelling of English while being fast to write; in that sense, it’s much more a cursive than a shorthand, which is often more a style of abbreviated symbolic writing than proper orthographic writing.

“orgone pot leaf” — I…uh?  I know doing a lot of drugs can lead you into some weird places, but…what?  I mean, I suppose you could use cannabis leaves to make an orgone accumulator, being an organic substance that attracts orgone, but why waste good weed?

“what periodof the day does the ruling archangel of the planet start?” — I don’t your English understand quite so.  Angels can be said to rule over particular hours of the day based on the planetary hours, and Trithemius gives a list of them in his ritual.  As always, planetary hours are based on your local latitude and longitude, since it relies on sunrise and sunset times, and may not be calculable at extreme latitudes due to the extreme brevity or complete lack of solar daytime and nighttime.

“what does each geomantic figure mean?” — You may be interested in checking out my series of posts on geomancy, De Geomanteia, where I go over what each geomantic figure means in a Western geomantic-divinatory framework.

“the magical value of mem in the hebrew alphabet” — Ah, the occult study of letters!  Normally I work with Greek, but knowledge of Hebrew letters and their occult significations is also highly regarded in modern Hermetic magic, especially given the influence of the Golden Dawn.  Mem is the 13th letter of the Hebrew script, with a phonetic value of /m/ and two written forms mem and mem sofit; the former is given the gematria value of 40 and the latter the value of 600, though 40 is the more important value to know.  Cornelius Agrippa gives it the magical correspondence of the Zodiac sign Virgo, though the Golden Dawn (based on other qabbalistic works) give it the association of the element Water.  Going by the Kircher Tree of Life used by the Golden Dawn and Thelema, Mem is associated with the Tarot card trump XII, the Hanged Man, as well as path 23, between Geburah and Hod on the Pillar of Severity.  Its form is said to come from the Egyptian hieroglyph for water, and its name from the Phoenician word for the same, and is associated with the Greek letter mu and Latin/Cyrillic letters em.

“can a pentacle really charge an object” — Er…it depends, really.  To “charge” something implies the use of what what’s known as the “energy model” of magic, where magic works due to some ethereal, nonphysical energy that can be directed around to achieve occult ends.  If we “charge” something, we consider it to be filled with an energy, much as we charge batteries.  To that end, I suppose you could say that some pentacles, when properly made, become a source of a particular energy or are themselves charged with an energy, and can then (if designed in a certain way) give that charge to other objects.  Not all pentacles are designed to do this, though; some pentacles are used to attract love, which isn’t charging any kind of object.  Further, this only makes sense if you use the energy model of magic, which is a pretty modern framework; the more traditional framework is the “spirit model”, where magic works due to the action of and interaction with spirits.  In this model, a pentacle might be a place of habitation for a spirit or receive its blessing to attain a certain end, and using the pentacle essentially sends the spirit out to change something out in the cosmos.  It’s not so much a matter of “charging” as it is “spirit-action”, so it depends on your worldview and which model you think works best at a given moment.  Generally speaking, though, and to prevent any more use of semantic sophistry, yes, a pentacle can charge an object given that that’s what the pentacle was designed to do.

“can labradorite be used for grounding” — I wouldn’t suggest it.  My thoughts on labradorite associate it most with the sphere of the fixed stars, along with the Sun, Moon, and Mercury.  It’s a very stellar, astral type of stone, and I use it for work with Iophiel as well as with pure Light.  Grounding suggests bringing things in the body outward and literally grounding it out, like an electrical charge, so it helps to calm and make the body more mundane, more earthy, more relaxed, and less charged.  Labradorite, on the other hand, I’ve found works for subtle charging generally or strong empowerment with stellar or lucid force, so it would not be good for grounding.

“geomantic wizard” — At your service.

“the hexagram of ifa” — As a prefatory disclaimer, I know little about ifá besides what I’ve learned from Western geomancy and its history.  Ifá is the great geomantic tradition of the Yoruban people based in Nigeria, often seen in the West nowadays closely allied with Santeria communities.  Ifá uses the same sixteen figures as Western geomancy, though with different names and meanings; however, unlike Western geomancy that uses four Mothers to generate 65536 charts, ifá diviners (often called “babalawo” or “father of secrets”), only use two figures to generate 256 readings.  That said, each of the 256 readings has about a Bible’s worth of knowledge, stories, prohibitions, rules, situations, and the like that can be ascribed to it, all of which for all the combinations must be memorized by heart.  It’s an intense system, and one that has my highest respect.  That said, I know of no part of ifá that uses any sort of hexagram; the figures themselves have four rows of one or two marks each, and the figures are not arranged in any form of hexagram or six-figure arrangement.  You may be getting ifá confused with the Chinese I Ching, which does have hexagrams instead of tetragrams.

“concave golden dawn pentacle” — My Golden Dawn-style pentacle is just a flat wooden disc I got at a Michaels that I woodburned, colored, and customized to my ends.  Now, I’m no expert on Golden Dawn regalia or paraphernalia, so I’m unsure about the precise needs or designs of these things.  That said, if I recall correctly from my days sneaking into my older brother’s neopagan stuff long ago, Donald Michael Kraig had offered this design idea in his Modern Magick.  His idea was that the pentacle, the Elemental Weapon of Earth, was used to both collect the forces of Earth as well as act as a shield for protection.  If we use rays of light as a metaphor, if we use a flat mirror, we reflect the light away from the source; if we use a convex mirror (one that bulges outward), only a small portion gets reflected at the source; if we use a concave mirror (one that sinks inward), nearly all the light gets reflected back at the source.  Thus, if we use a concave pentacle, anything unwanted sent towards us gets reflected back at the source; plus, it acts to “collect” the energy of Earth with its bowl-like shape, much as the chalice “collects” the energy of Water.

“is ritual and invocation one and the same?” — No; an invocation is a type of ritual, but there are many types of ritual.  There are many types of ritual, some of which I’ve classified before in my own admittedly-arbitrary system.  Sometimes you may want to get rid of something (banishing or exorcism), which is the opposite of bringing something in or up (invocation or evocation), though either type of ritual may involve the other (clearing out a space for something to be brought in, or invoking a higher power to drive something away forcefully).

“is orgone bunk?” — God, how I wish it were, yet I know from my experiments with orgone that it’s actually useful magical tech.  It just seems like such BS because of its modern pseudoscientific quackery language, but it’s actually pretty good stuff when applied and understood from a less forcedly-modern scientific manner.  It’s like how people often used to phrase theories and explanations of magic based on electricity (Raphaelite 1800s occultism) or magnetism (Franz Bardon) or quantum physics (modern New Age swill); the theories offered simply don’t line up with what’s physically happening, and betray a deep misunderstanding of the actual physics involved with electricity, magnetism, quantum physics, etc.  However, when it’s removed from this sort of stuff, orgone fits right in with an energy-based model of magic, not unlike the use of ki/qi in Eastern systems of energy manipulation.  So, no, orgone is not bunk, though it certainly can be seen that way when viewed from the way Wilhelm Reich wanted it to be viewed.

“digital phylactery” — This one puzzled me a bit; I have information about a phylactery of mine I made before, but I don’t quite know what a digital phylactery is.  Then I realized that I use several of them, based on modern advances with Buddhist prayer wheels.  A prayer wheel is a device used in prayer or meditation that rotates; the rotating object is a chamber that contains a written prayer, like a mantra or holy image, that when spun generates the same effect as having said that mantra or seen that holy image.  Usually, the paper inside contains many hundreds or thousands of repetitions of that mantra or prayer, so one spin of the prayer wheel would be equivalent to saying that mantra as many times as it was written.  Consider that we use computers with hard disks, pieces of cylindrical or circular hardware that store data written on it and that spin at speeds of as much as or exceeding 15000 RPM.  Data written on hard disks is the same as any other data just using a different writing system, theoretically, so having a mantra or prayer in a text file spinning on a hard disk can be used immensely well.  Thus, you might consider saving a text file with a prayer, mantra, bitmap image of a holy image or shrine, on any computer you work with or own that has a hard drive (solid-state drives are another matter).  For instance, I have prayers to XaTuring (yes, I still occasionally do a minor thing or two with that patron god of the Internet) saved in my home directory as invisible files on the UNIX servers I use at work, as well as on my personal Linux machines.  You might set up your own server that contains nothing but a RAID array of prayer text files spinning up and down at regular intervals, which could easily suffice as a high-grade digital phylactery.

“how to conjure demon wordpress” — I’m unsure whether this is asking about how to conjure the demon known as WordPress (one unknown to me) or how to conjure a demon by means of WordPress, and since I know nothing of the demon called WordPress (and I’m pretty fond of the platform), I assume it must be the latter.  I mean, there is the one time I made a post in thanks to and in homage of the elemental demon Paimon, but that’s not really a conjuration.  You might have the conjuration text along with an image of the demon’s seal stored on a hard drive to use the “digital phylactery” idea from above, and draw a Solomonic triangle or Table of Practice on the hard disk or put the entire computer within one, or you might use a consecrated computer where you write WordPress blog posts within conjurations of a demon as a running liber spirituum.  I dunno, really.

“japanese alphabet with english letters” — This is one thing I really don’t get; so many people have come to my blog looking for Japanese writing translated into English, when I’ve mentioned Japanese four times on my blog to date, and none were about transliterating Japanese into English.  First, Japanese does not use an alphabet; an alphabet is a system of writing that uses letters to indicate either consonants or vowels.  Japanese uses several writing systems, among them kanji (Chinese characters that are combinations of semantic, phonetic, and pictoral images drawn in a codified way) and the syllabaries hiragana and katakana.  A syllabary is a writing system that use letters to indicate syllables, often consonant-vowel combinations.  Thus, while English uses the two letters “k” and “i” to write the syllable “ki” (as in “key”), Japanese might use キ (in katakana), き (in hiragana), and any number of kanji for the syllable depending on the context and meaning of the character; some might be 幾 (meaning “some” or “how many”), 氣 (meaning “energy” or “atmosphere”), 木 (meaning “tree”), 箕 (referring to the “winnowing basket” constellation in Chinese astrology), or any other number of kanji, all of which we would transliterate as “ki”.  So it’s not as easy as it sounds; not everything is an alphabet!

“using pewter in orgonite” — Pewter is an inorganic material, not having organic sources, so in orgonic terms it’d be used in orgone systems to repel orgone.  You could also use lead, mercury, arsenic, or cyanide (provided it comes from an inorganic source!) equally well, especially so if you like wasting your life on orgonite (which, unlike orgone, is bunk as far as I can reckon.  Pewter is a blend of metals, any generic cheap greyish alloy, so because of its mixed material it’s assigned to the planet Mercury, if that makes any difference in the waste of materials that is orgonite.

Tools and Progression

Though it might be shocking to some, even though I’d like to have my professional title on business cards be “mage”, I’m a software engineer by trade, having gotten a B.S. in computer science from a well-established engineering school, with a focus on metrics in the software engineering process.  I run a Linux system (or three) at home, and prefer to stick to working with UNIX systems in the otherwise Windows-dominated environment at work, and *NIX systems have been my primary platform for a number of years now, even dating back to when I was using Mac OS.  Basically, I’m a geek in more ways than magically.

Part of the joy about using *NIX systems is the use of the command line interface (CLI) or terminal, which is by no means an old, obsolete, or archaic way of dealing with the computer, though it might be a little arcane or intimidating for a newbie.  In some ways, it’s more powerful than using the graphical user interface (GUI), since things are entered in directly as commands with well-specified parameters and arguments.  This allows programs to be chained in a way that normal execution through a GUI does not allow; I can output several lines of text from a file, search for a word, make new files with the lines of text that contain those words, and copy them to multiple places around the computer in a line or two of commands, versus spending 20+ minutes doing it by pointing, clicking, typing, dragging, copying, pasting, etc.  Though it might take a little practice or thought, the ability to script or link commands together is a powerful tool.

However, this relies on crucial assumptions that most *NIX programs make as a matter of philosophy, which dominate programming and development for *NIX systems and have for decades now.  Some of the more important ones relevant to this conversation include:

  • Modularity: write simple parts connected by clean interfaces.
  • Composition: design programs to be connected to other programs.
  • Extensibility: design for the future, becasue it will be here sooner than you think.

Basically, design programs to work as tools for other programs.  This is what allows the commands grep, ls, cat, and echo to be so simple yet so powerful, and lets the CLI be so honored and respected even after decades of GUI use.  There’s a learning curve, sure, but so does any art, and when one has a thorough understanding of one’s tools coupled with a bit of ingenuity and inspiration, one can wield tremendous power using relatively little effort.

It’s like that with the occult, too.  In my practice, I have a multitude of tools from wands to planetary talismans to swords to bottles of oils and blessed water and any number of other things.  Some of my tools include ritual arrangements, some include energetic processes, and some include lengthy prayers and orisons to be used, but they all accomplish something or are intended for a purpose.  The real force of ritual doesn’t rely on any one tool, but the use of at least one tool in conjunction with others to accomplish something: the use of a wand and a prayer to invoke an angel, setting up crystals and an orgone generator to charge a ritual, or the use of incense, prayers, candles, and talismans to bless an event at an astrologically elected time.  In other words, tools are meant to be used together, much like *NIX programs in the CLI.  Incense of benzoin and storax on its own is nice, as is an invoation to Hermes, as is a bit of orange cloth that’s easy on the eyes, but it’s using them together to create a ritual and accomplish a goal that any one of them could not that shows the real beauty of modularity and composition.

What’s beautiful about the use of tools in tandem to accomplish a goal is that they permit flexibility and innovation.  A tool that does one thing might be able to be used in a way completely unexpected from its original intent: a wand, for instance, was originally a cane to beat people up with, but was viewed by some as a symbol of authority, thence to Will, thence to directing and enforcing things in a ritual.  Though some tools may act as if they have a mind of their own, they have a function and are committed to carrying out that function, no more and no less.  This means that some tools can be used together in really stupid ways to do things that might end up no better than doing something simply another way, or maybe even worse than not doing it at all.  But, by the same token, this allows tools to be used in creative, clever, and potentially groundbreaking ways that were never originally envisioned.

As my HGA once told me, by coming up with, building, or obtaining tools for ourselves, we build new doors, which leads to new and better tools, which leads to new doors, and so on.  Tools are an essential part of my (our?) work, because they permit access to new places, new powers, and progress.  Even if an idea or function is well-understood on the theoretical level, the implementation of it is just as necessary in order to use that idea with other ideas.  This matter of experimentation is crucial in the Art, since it too is a kind of science (literally “knowing”); theorizing and hypothesizing is necessary, but it cannot fully show the implications and materializations of an idea until it and its side effects are fully explored.  This is similar to why Frater RO suggests kinetic meditation in making one’s tools by hand, or meditating and drawing out a spirit’s seal multiple times prior to conjuration, or similar practice so that one can really integrate the tool into one’s sphere.  It’s this integration that allows for clever creativity, which generally leads to more success and newer avenues of exploration than dumb luck made from blind execution.

In a sense, magic cannot alone be done astrally, lest it stay astral; there has to be some materialization, some grounding, some building involved down here to make the process complete.  One may have an etheric nayati or astral temple or whatnot, complete with tools and pentacles aplenty, but without having physical counterparts, it’s much harder to grok the complete use and functionality of something when it’s never been experienced in the flesh.  Don’t forget that humans, as material, physical creatures, need to work with things materially and physically in some way in order to make sense of the cosmos, which is also at least in part material and physical.  The use of physical tools and an altar is not absolutely necessary, just as a toolbox and spare lumber isn’t needed to build a shelter, but the difference between using tools and not using them can be like that between stringing up a tarp in an alleyway and a decked-out palace.  They both accomplish the same goal, sure, but one has a lot more potential and strength when you’ve got something to build with.

Hermetically Computeristic, Computationally Hermetic

By trade and education, I’m a software engineer.  I work as a software developer and designer for a government agency, and I went to university for a B.S. in computer science focusing on software engineering and static analysis.  It’s always been an interest of mine, though it’s gotten more integrated and second-hand, and since landing my current job, a lot of my energy and time is rerouted to the overhead and paperwork of office engineering and politics (feh).  Although I’m hazy on large swathes of computer science now, I still know a little more than the basics of how a computer works, how a program works, what’s needed to make programs into what they are, how programming languages work, and all that stuff.

It sounds all technological and fancy, I’m sure, but really?  It may as well be magic.

Consider the computer you’re using to read this text.  Chances are good that you didn’t put it together yourself, and even if you did, it’s even more likely you didn’t assemble the individual parts themselves.  It’s a black box (perhaps literally) that doesn’t reveal much about how it works.  Sure, it has some cables out of the back that you can use to transfer data or sound out, and there are some slots in the front for media to be inserted, read, written to, and removed, but all in all, the thing’s pretty opaque.  And yet, it works, and it presents all this data to you immediately in a pleasing, easy-to-use format (depending on your OS, GUI if any, and whatnot).

In a way, it can kinda be compared to the Qabbalah, the emanationist view of God, reality, and us.  There, an Idea comes down from the Nous (Kether) and gathers mass and qualities as it travels down through the sephiroth, eventually picking up form and meaning and being, eventually coming into manifestation through the four elements down here on Earth (Malkuth).  Similarly, data and communication comes in through the vast and unlimited Internet through your computer’s external interfaces, get routed through the hardware several times to its proper destination in the application layer, picks up more meaningful information relevant to the application, and is eventually presented intelligibly on some display.  It’s kinda nifty, and just as the Qabbalah can be studied and worked with to accomplish goals, so too can the computer.

Consider theory and praxis.  There are ideal models of computers and algorithms of how things ought to work and abstractions (boy, are there ever abstractions), and then there are the concrete parts of the computer that need to be plotted out, produced, and assembled together to make a functioning whole, and then there are interfaces that allow the hardware to carry out the software’s instructions, and for the software to interface with other computers via hardware.  Between computer scientists, software engineers, and computer engineers, it’s kinda like magical theorists and philosophers and the devout who study how things might be done on an ideal level, the ceremonial magicians and diviners who figure out how to bring Ideas to manifestation and send the manifest back up to the Nous, and the witches and craftsmen who actually carry out the work in the manifest realm through the manifest realm.