• JS scripts for predicting the future

    From roman@700:100/72 to All on Thu Jan 8 12:55:07 2026
    gopher://shibboleths.org/1/torsia

    This section contains JS scripts related to the topology
    of space and the flow of time based on the theory
    of torsion fields. The calculation model used in these
    scripts is inspired by the little-known and long-forgotten Soviet theory of a unified field called "new cosmological geometrodynamics." This idea allows for the analysis
    of data by representing temporal or event vectors
    as graphical displays of the torsion angle.

    All information presented here is for informational
    purposes only and does not constitute a guide to action!

    Torsion and Future Predictions

    Here, I will briefly discuss the theoretical possibility
    of using formulas for calculating torsion fields, based
    on Professor Akimov's work, to make future predictions.
    This note is a simple attempt to explain the basis of my
    calculations. I emphasize that I do not insist on their
    validity. These are merely my personal experiments
    conducted privately. They are not a guide to action. I am
    simply sharing the results of these experiments. If it is true
    that the entire universe is a vast geometric structure, then,
    consequently, everything in the universe can be represented
    in terms of geometry. For example, the news you read every
    day can also be subjected to torsion analysis. However, the
    problem lies in the fact that you cannot simply take a news
    item and construct a torsion based on it. This is because
    there is no mathematical framework bridging the raw data in
    the text and their digital representation. In other words,
    you cannot just take a news report about a company starting
    to produce new shoes and immediately depict it as a torsion
    graph. Why? Because there is no universally accepted digital
    representation of such information. Therefore, a certain
    system of digital evaluation is necessary - one that is widely
    recognized and beyond doubt. The most reliable basis for
    such information is, undoubtedly, the Kabbalah. This ancient
    esoteric teaching has a rich tradition of interpreting
    gematria, transforming letters into numbers. Thus, using
    Kabbalah, any news can be transformed into digital values
    through gematria. These data can then be used to visually
    construct a graph of the news' torsion field. A rightward
    direction indicates positive news, while a leftward
    direction indicates negative news. However, this alone
    is not sufficient. An additional system for predictive
    assessment of consequences is required, similar to a strange
    attractor. To do this, the torsion graph is overlaid with
    the Timewave Zero Chart of Mackenna. Overall, this
    approach yields a mathematical algorithm that can
    be represented in JavaScript code.

    Main formula:

    [ \tau = \text{round}\left( \left( \frac{\bar{g}}
    {9} \times 200 \right) - 100 \right) ]

    Complete calculation sequence:

    Sum of gematria values:

    [ T = \sum_{i=1}^{n} g(c_i) ]

    where:

    (T) - total gematria value
    (n) - number of characters in the text
    (c_i) - the (i)-th character of the text
    (g(c)) - gematria function value of character (c)
    Average gematria value:

    [ \bar{g} = \begin{cases} \frac{T}{m} & \text{if }
    m > 0 \ 0 & \text{if } m = 0 \end{cases} ]

    where:

    (m) - number of characters with gematria values
    Normalization to the range ([-100, 100]):

    [ \tau_{\text{raw}} = \left( \frac{\bar{g}}{9}
    \times 200 \right) - 100 ]

    Range limiting:

    [ \tau = \max(-100, \min(100, \text{round}(\tau_{\text{raw}}))) ]

    Variables:

    (\tau) - final torsion value (from -100 to 100)
    (\bar{g}) - average gematria value of the text's characters
    (T) - sum of gematria values of all characters
    (m) - number of characters with gematria values
    (g(c)) - gematria value of character (c)

    Gematria value table:

    Symbols Value
    Latin a-i, j-r, s-z 1-9 cyclically
    Cyrillic a-y 1-9 cyclically
    Digits 0-9 0-9

    Explanation:

    This formula transforms the average gematria value (\bar{g})
    (which ranges from 0 to 9) into a percentage from -100% to
    100%, where 0 indicates a neutral state. Based on these
    calculations, we obtain a techno-magic model for predicting
    the consequences of events described in news, similar
    to strange attractors from synergetics. The script's source
    code can be downloaded in this section. Overall, this idea
    is influenced by the concepts of Soviet scientists, pioneers
    of torsion fields and the geometric nature of the universe.

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: Shipwrecks & Shibboleths [San Francisco, CA - USA] (700:100/72)