The Secret in the Bible book puzzle solution

I recently read a book titled The Secret in the Bible by Tony Bushby.  Although I’m no expert in this subject area, even I could tell there were quite a few factual errors and that the book was more of an atheist “push my agenda” type of book rather than a historical review of the subject matter.  There was one interesting aspect to the book though.  It included a “puzzle” whereby each of the sixteen chapters contained a secret word that when put together in a sentence reveals ancient knowledge so secret, Bushby was not allowed to outright reveal them in his book for fear of some sort of extremely viscous retribution from someone (boy, have I got news for him).  Okay, I played along and shot screenshots each time I ran across one of the “secret” words.  I was pretty ticked off after I trudged through every page of the book and completed the entire sentence only to discover that it was a commonly known quotation variously attributed to Josesph Addison or Manly Hall.  I was hoping for something a little more eye opening but hey, the lack of ingenuity shouldn’t have surprised me.  Heck, Bushby couldn’t figure out a way to work the last word into the book’s text so he just plugged it in surrounded by parenthesis (see the last screenshot).

So since I wasted two hours of my life in pursuit of the answer I thought I’d save folks a bit of wasted time.  In all its glory, here is the glorious secret to immortality according to Tony Bushby:

 

Learn

image

 

deeply

image

 

of

image

 

the

image

 

Mind

image

 

and

image

 

its

image

 

mystery

image

 

for

image

 

therein

image

 

lies

image

 

the

image

 

true

image

 

secret

image

 

of

image

 

immortality

image

 

Put together it reads:

Learn deeply of the mind and its mystery for therein lies the true secret of immortality.

The full Joseph Addison quote reads:

The union of the Word and the Mind produces that mystery which is called Life… Learn deeply of the Mind and its mystery, for therein lies the secret of immortality.

As a bonus, here’s a couple more Joseph Addison quotations:

The utmost extent of man’s knowledge, is to know that he knows nothing.

and ironically:

To be an atheist requires an indefinitely greater measure of faith than to receive all the great truths which atheism would deny.

Come on Bushby, you promise some revolutionary secret backed by historical fact and instead your readers find you pushing a personal agenda backed by erroneous claims and inaccurate facts.  As the title of your first book mentions, could this in and of itself not be considered fraud?

Leave a Reply

Related Post

Computer built into the desk

A Dutch man built this and posted it on tweakers.net (a Dutch website but translates to English pretty good using Google Chrome). He took a gaming computer system that he had and rather than change out the case, built a desk around it. He mocked up the design using Google Sketch, had his friend weld the aluminum frame and desk, installed thick glass as the desk top, and assembled the computer hardware into the desk frame. I believe the cooling system is in the drawer section to the right.

Common Mysql commands, queries, and administrative functions

Gotta love the mysql database.  Here is a list of common mysql commands and syntax that you will use most often. To login (from unix shell) use -h only if needed. # [mysql dir]/bin/mysql -h hostname -u root -p Create a database on the sql server. mysql> create database [databasename]; List all databases on the […]

20 Linux system monitoring tools to assist SysAdmins when herding cats

Need to monitor Linux server performance? Try these built-in commands and a few add-on tools. Most Linux distributions are equipped with tons of monitoring. These tools provide metrics which can be used to get information about system activities. You can use these tools to find the possible causes of a performance problem. The commands discussed […]