2020-04-25 06:35:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | The Celestine Prophecy< / title >
2023-05-11 05:30:08 +00:00
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" / >
2024-05-05 04:25:08 +00:00
< link rel = "stylesheet" type = "text/css" href = "/style.css?2024-05-04" / >
2020-04-25 06:35:06 +00:00
< meta name = "viewport" content = "width=device-width" / >
< meta charset = "utf-8" / >
< / head >
< body >
< main >
< header >
< h1 > Zk | The Celestine Prophecy< / h1 >
< / header >
< article class = "content" >
< p > < span class = "tag" > diary< / span > < span class = "tag" > livejournal< / span > < span class = "tag" > fossils< / span > < / p >
2020-06-24 07:10:07 +00:00
< p > Just finished it. I disagree with a few of the insights, and the novel comes off as a little trashy - like a dime-novel bought at the checkout counter. That said, there’ s also a good deal that I agree with, and I’ m rather taken with the ideas on interpersonal relationships and how they work, and I guess I’ d recommend it to a few folk. Ryan, you may want to check it out.. I’ ll probably give it to John Wright to read, too.< / p >
2020-04-25 06:35:06 +00:00
< p > Next: non-fiction (?)
< em > God is a Verb: Kabbalah and the Practice of Mystical Judaism< / em > - Rabbi David A. Cooper.
< em > 78 Degrees of Wisdom: A Book of Tarot< / em > - Rachel Pollack
< em > The Book of Thoth< / em > - Aleister Crowley.< / p >
2020-06-24 07:10:07 +00:00
< p > Armchair mystic :o/ It.. sorta makes sense in the terms of the First Insight, though. At least I’ m getting back into it.< / p >
2020-04-25 06:35:06 +00:00
< p > < em > Me too. Heh heh heh.< /em< / p >
< / article >
< footer >
< p > Page generated on 2007-10-08 05:27:27< / p >
< / footer >
< / main >
2020-06-24 07:10:07 +00:00
< script type = "text/javascript" >
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `< a href = "/tags.html#${text}" > ${text}< / a > `;
});
< / script >
2020-04-25 06:35:06 +00:00
< / body >
< / html >