Skip to content

Commit

Permalink
Refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
REllEK-IO committed Oct 4, 2023
1 parent d20deb1 commit 298c7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ One of the greatest gaps of understanding in the modern age is whether what we s

This is to find a solution to the age of post truth, where the increase of productivity that Ai represents would magnify this effect. As language that does not support truth, would be logically inconsistent and therefore placed within opinion as it would be untestable. That there can be decisions made that have some backing via sound logic that can be independent from the knowledge we are taught. "Where we can have precise measurements and be bothered when a ruler's mark is slightly off." As all of this is the observation of qualities that are useful to us. And that is the very function of this framework. We organize by concepts, describe their qualities logically by their functionality, and test their implementations via code. Further this framework makes mundane the higher orders of logic that are currently obfuscated in the given frame of humanity. Via a direct demonstration of steps and how we can account for decisions between these steps in the process of transforming some data. Or simply how we can prove a point logically in a testable fashion, versus the absolute need of referencing to back up opinion. As that is still just an informed opinion, versus logic.

The inspiration for STRX was that of Redux and its origin via the FLUX design pattern of a finite state machine, and is instead designed to act as an abstract graph computer. While maintaining several similarities for the sake of maintaining some familiarity of that pattern of design for developers. While offering enough of a departure where the traditional store is now referred to as the **Axium**. Where an axium is a set of concepts that are unified to form a greater conceptualization. Namely that of your application, but in contrast to its inspiration and accomplished by the ActionStrategy design pattern. Demonstrates a blunt demonstration of higher order logic, that allows qualities of other concepts to be used/unified together to perform some transformation. And further enhanced via the spatial ownership paradigm, that relays to the one universal concept that is plain. That all things in space, have a position and we may respect that position to allow multiple ActionStrategies to be ran concurrently without race conditions within any given size network. Noting that despite the utilization of actions there are no string type comparisons beyond the initial creation for the sake of performance. This allows us to actively encouraging to cross the streams of state, or to be specific that of the unifying concepts and their qualities. To create an application that is greater than the sum of its parts due to its composability.
The inspiration for STRX was that of Redux and its origin via the FLUX design pattern of a finite state machine, and is instead designed to act as an abstract graph computer. While maintaining several similarities for the sake of familiarity of that pattern of design for developers. While offering enough of a departure where the traditional store is now referred to as the **Axium**. Where an axium is a set of concepts that are unified to form a greater conceptualization. Namely that of your application, but in contrast to its inspiration and accomplished by the ActionStrategy design pattern. Which is a blunt demonstration of higher order logic, that allows qualities of other concepts to be used/unified together to perform some transformation. And further enhanced via the spatial ownership paradigm, that relays to the one universal concept that is plain. That all things in space, have a position, and we may respect that position to allow multiple ActionStrategies to be ran concurrently. Without race conditions within any given size network. Noting that despite the utilization of actions there are no string type comparisons beyond the initial creation for the sake of performance. This allows us to actively encouraging to cross the streams of state, or to be specific that of the unifying concepts and their qualities. To create an application that is greater than the sum of its parts due to its composability.

![Ghostbusters - "We'll Cross the Streams" - (HD) - Scenes from the 80s - (1984)](https://github.com/Phuire-Research/STRX/blob/main/CrossTheStreams.gif?raw=true)

Expand Down

0 comments on commit 298c7a0

Please sign in to comment.