Skip to main content

Interesting Biblical Fact of the Day

torah 1 by rubberpaw I've been taking a Midrash class at VTS, a class which is essentially about how people take sections of the bible and find meaning or retell the stories adding in their own content "between the lines".  It's incredibly fascinating, my best class so far (out of three, I guess that doesn't say much) which is taught by a local Rabbi.  If you're looking for a class to help you get your head around the Old Testament, and even a basic lens to read the bible by, ,this is it.

I mentioned Midrash at our high school bible study last night and one of the questions were, why would someone do that?  why does someone need to interpret the bible and add to it, it's pretty clear already, right?

Here's my interesting bible fact (and really it's a couple).  We all know that the original Hebrew bible doesn't have punctuation and such (at least, we all do now, right).  There is also none of the section headings describing what is coming up.  Like that heading, "The Story of Abraham", not in the original text.  But the really interesting part?

There are also no spaces in the original Hebrew.

iaginewhatthatmustlooklikeforjustasecondkindofcunfusingrightitsureisforme (Imagine what that must look like for just a second.  Kind of confusing right?  It sure is for me.)

Torah 2 by rubberpaw And yet another interesting fact I learned last week?  Each letter of the Hebrew alphabet is also a number.  Kind of like those crazy Romans with their I, II, III, IV, except more confusing to look at.

So, when you have no spaces, and suddenly each letter could also be a number, it's no wonder there's confusion.  Heck, it's no wonder we have so many different versions of the bible, and all of them are "correct".

I continue to find this fascinating, and I'm glad to pass it along.

Peace,
+Tom

* An interesting note.  The photos of the Torah above, by rubberpaw on flickr, are found at the Masonic Village, in Elizabethtown, PA, USA, was rescued from a burning synagogue during the oppression of the Jews in Nazi Germany. I understand it to have been a near victim of the German's brutal pogrom, the Kristallnacht, the Night of Broken Glass.

Comments

Popular posts from this blog

Red-Gate SQL Compare

Every now and then I come across a program that becomes so ingrained in my daily work that I hardly know how I'd get by without it.  I'll probably break down a couple over the next few days, but for database work, I have never found anything as good as Red Gate's SQL Compare and SQL Data Compare .  Essentially these tools let you compare two SQL Server databases (all objects, users, permissions, functions, diagrams, anything) and update changes to whichever database you want.  This is amazingly useful for deploying database changes to a test or production environment (do it to production with ridiculous care, even though it will generate a SQL Script for you and run all updates in one transaction), and making sure everything is synchronized. For releases we can just generate the compare script, confirm that the changes match the updates we want to go out, and store it all in one place with the release details.  This is true for both the structure and the d...

Using an Array of Objects in C++

 I've been programming for years (over 35 at this point, which is crazy  to think about). My career right now is much more Software Architecture, and much less Software Developer, but I still get some time to write out GraphQL APIs in TypeScript, Vue 3 UIs, GitLab pipelines, and just generally making "big" decisions and helping make them a reality. It's nice every now and then to come across different articles and ideas that get me to remember life in college when I was using C++. Who would have thought C++ was the "hot new thing" right now (though I suppose it's more like Rust and Go, both great languages as well). One of the things I find frustrating with most technical posts is where they focus on the "how do I build an app" and not so much on "how do I do this one slightly useful thing". I figured I'd throw one together what was front of mind, using user attributes for permissions (i.e., Attribute Based Access Control - ABAC) ...

Advantages and Disadvantages of Using Microsoft Access

I've answered this question in some form or another far more times than I care to count.  Most often it's a question of "why do I need a fancy Web application when I can just build this myself in two days in Access.  I mean, the data's already in Excel."  So I figured I'd post out what I threw together, I know I've missed some points. Overview Microsoft Access is an ideal solution for relatively small datasets and a limited number of users. From the Microsoft Web site: “As a desktop database, Access is well suited for small, departmental applications. These applications may start as one user’s project. For example, an employee realizes that productivity can be increased if a paper-based process is automated with an Access application. Other users in the department recognize that they can take advantage of the application if additional features are added. As more features are added, more employees run the application. As time goes by, more and more Access...