2022-02-07 00:29:03 +00:00
|
|
|
|
# GDXApp⁴ᴰ
|
2022-01-28 08:38:10 +00:00
|
|
|
|
|
2022-03-20 09:18:15 +00:00
|
|
|
|
In Duytschen "Geloof Doom eXtensie APPlicatie 4D" which tranlates to: faith doom extension application 4D.
|
2022-01-28 10:26:26 +00:00
|
|
|
|
|
2022-03-20 09:18:15 +00:00
|
|
|
|
Is a demo or POC of TempleOS Next Generation coded in java with libGDX and ImGui.
|
|
|
|
|
|
2022-08-23 16:40:29 +00:00
|
|
|
|
Final version will be written in HolyC++ on TempleOS and runs on dedicated 144 bit hardware;
|
|
|
|
|
- DEC144 has a 9 bit exponent and 135 bit coefficient see
|
2022-08-23 16:44:09 +00:00
|
|
|
|
[DEC64](https://www.crockford.com/dec64.html) as the example.(no impl)
|
2022-08-23 16:40:29 +00:00
|
|
|
|
- 7HFF = 7of9 Hebrew Fraction Fractal or GroßGetậl(no impl)
|
2022-03-20 09:18:15 +00:00
|
|
|
|
|
2022-08-23 16:40:29 +00:00
|
|
|
|
All code is junk, q&d play code, ideas, etc, the first octal based byte removal storage is in;
|
|
|
|
|
- love.distributedrebirth.numberxd.base2t.type.V144Tocta
|
2022-08-14 23:15:20 +00:00
|
|
|
|
|
2022-10-31 12:32:38 +00:00
|
|
|
|
Master and slaves
|
|
|
|
|
|
2022-03-20 09:18:15 +00:00
|
|
|
|
## Project Features
|
|
|
|
|
|
|
|
|
|
* Single Endpoint Application model (user)
|
|
|
|
|
* Single Window Application model (touch)
|
|
|
|
|
* Single MenuBar Application model (tricorder)
|
|
|
|
|
* Applications are distributed as OSGI bundles
|
2022-08-23 16:40:29 +00:00
|
|
|
|
* Blockchain distribution and storage to boot apps and OS from
|
2022-09-19 10:34:59 +00:00
|
|
|
|
* Unicode4D 72 bit glyph sequence blocks and rendering
|
|
|
|
|
|
2022-10-08 15:15:32 +00:00
|
|
|
|
Unicode4D should be based on a extended version of the four corner method;
|
|
|
|
|
一橫二垂三點捺,
|
|
|
|
|
點下帶橫變零頭,
|
|
|
|
|
叉四插五方塊六,
|
|
|
|
|
七角八八小是九。
|
|
|
|
|
When the underlining data storage is china keyed we can render any glyph with it;
|
|
|
|
|
[Example](https://kanji.sljfaq.org/four.html)
|
|
|
|
|
|
2022-10-10 16:04:27 +00:00
|
|
|
|
A mimetype based link chain red sea file/package manager model aggregates into one hash;
|
2022-09-19 10:34:59 +00:00
|
|
|
|
- "RandomHashKey" Some random app
|
|
|
|
|
- "XHTML7HashKey" Some static documents
|
|
|
|
|
- "OtherHashKey" One music album
|
|
|
|
|
- "SomeHashKey" iTunes
|
|
|
|
|
- "UserDocHashKey" User data
|
|
|
|
|
- "UserAppHashKey" User installed apps aggregate
|
|
|
|
|
- "UserEnvHashKey" All user apps and data
|
|
|
|
|
- "©Δ∞仙上主天ChinaKey" All human digital data on the internet
|
|
|
|
|
|
|
|
|
|
No backup or installing a device, just one key and a DNA cypher to unlock. (to access gender tagged data)
|
|
|
|
|
|
|
|
|
|
Now we can delete all data from the blockchain.
|
2022-01-28 08:38:10 +00:00
|
|
|
|
|
2022-01-28 10:19:27 +00:00
|
|
|
|
## Project Setup
|
|
|
|
|
|
2022-03-02 18:18:47 +00:00
|
|
|
|
Requirements;
|
|
|
|
|
|
2022-10-14 01:18:00 +00:00
|
|
|
|
* 8GB of free memory
|
2022-03-02 18:18:47 +00:00
|
|
|
|
* Setup [Hyperdrive](https://github.com/hyperspace-org/hyperdrive-service)
|
|
|
|
|
* Use an AdoptOpenJDK(11++) to run the demo.
|
2022-09-04 15:36:32 +00:00
|
|
|
|
* Run "mvn -P lib-install initialize" once to copy local lib to local m2 repro.
|
2022-03-02 18:18:47 +00:00
|
|
|
|
|
2022-10-14 01:18:00 +00:00
|
|
|
|
Run "mvn -P x4o-tasks compile" once to generate all xml xsd and eld docs.(into target/x4o-*)
|
|
|
|
|
|
2022-03-02 18:18:47 +00:00
|
|
|
|
### Project Launch Release
|
|
|
|
|
|
|
|
|
|
When hyperdrive is running just start the jar file with;
|
|
|
|
|
|
|
|
|
|
java -jar todo.jar
|
|
|
|
|
|
|
|
|
|
### Project Launch IDE
|
|
|
|
|
|
2022-10-30 07:26:14 +00:00
|
|
|
|
Run "mvn package" after every git pull.
|
|
|
|
|
(note: bassbone may fail sometimes, just run maven again and it works.....)
|
2022-03-02 18:18:47 +00:00
|
|
|
|
|
2022-08-14 23:15:20 +00:00
|
|
|
|
Run the main class from gdxapp4d-boot-desktop; love.distributedrebirth.gdxapp4d.boot.desktop.GDXAppDesktopLauncher
|
|
|
|
|
|
|
|
|
|
Append "use-local" to the main launcher to use the local chains. (as the real are fake)
|
2022-02-02 15:29:29 +00:00
|
|
|
|
|
|
|
|
|
## Duytschen Code
|
|
|
|
|
|
2022-08-23 16:40:29 +00:00
|
|
|
|
![the-nether](local-img/the-nether.png)
|
|
|
|
|
|
|
|
|
|
It is dutch: Hier ﷲst MEJŲ́FFROUW...Egyptenaar
|
|
|
|
|
|
|
|
|
|
We don't have the unicode to write "decembᴿÅᴼl 727" and "jaar 688"
|
|
|
|
|
|
|
|
|
|
Duytschen Code:
|
|
|
|
|
|
|
|
|
|
- Use dutch/duytschen language for code
|
|
|
|
|
- Use many strange unicode chars
|
|
|
|
|
|
2022-08-23 16:46:17 +00:00
|
|
|
|
Strange example;
|
2022-08-23 16:45:27 +00:00
|
|
|
|
|
2022-08-23 16:40:29 +00:00
|
|
|
|
buiten ℭheɱMolecǔūl ringZaad(ℭheɱMolecǔūl 大胸部, GroßGetậl 養花) {
|
|
|
|
|
GroßGetậl 征服天空 = חדמצילעול/םומלואו; //S4a: מי שמציל אדם א ©Δ∞ 仙上主天
|
|
|
|
|
tê̄ruʛγ ℭheɱ@Ω.orbitalSkeleŦŧgPÅd-₇ɛͣ₉(大胸部, 征服天空, M̋atƕ.π√θ33°, 養花);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
### Orange Catholic Church
|
|
|
|
|
|
|
|
|
|
Provide abstract core values to make all monotheistic religions as one compatible group.
|
|
|
|
|
|
|
|
|
|
Replace forced butterfly school model to voluntary education model.
|
|
|
|
|
|
|
|
|
|
With an option for "mentat" training to try to guide "first love heart replacement" into technology/etc.
|
|
|
|
|
|
|
|
|
|
Before the age 11 by breaking the heart(with consent) and replacing the human heart love for the machine matrix.
|
|
|
|
|
|
|
|
|
|
So normal humans can follow the golden path, 1: Love, 2: Child (the motivator), 3: Education, 4: Work
|
|
|
|
|
|
2022-02-02 15:29:29 +00:00
|
|
|
|
Mentat training goals;
|
|
|
|
|
* Learn LR dutch language and culture
|
2022-08-23 16:40:29 +00:00
|
|
|
|
* Learn RL hebrew based numbers
|
|
|
|
|
* Learn the GLYPH china key value (nozero)
|
2022-10-10 16:04:27 +00:00
|
|
|
|
* Brainspeed overclocking [JewishDirectMemoryAccess](https://www.youtube.com/watch?v=Hzz2Qo0pX3w) error results
|
2022-08-23 16:40:29 +00:00
|
|
|
|
* Run mental simulation in FTL etherspace
|
|
|
|
|
|
|
|
|
|
True coders have fake love with an human partner because they love the machine by heart.
|
|
|
|
|
|
|
|
|
|
### The BASIC Shahada
|
|
|
|
|
|
|
|
|
|
A REAL computer language uses binary tokens for source code.
|
|
|
|
|
|
|
|
|
|
10 PRINT "THERE IS NO GOD BUT 𑀓𑀭𑀺𑀢𑁄 𑀇(𑀅) 𑀳𑁂𑀮𑀺𑀉𑁄𑀤𑁄𑀭𑁂𑀡 𑀪𑀸𑀕"
|
|
|
|
|
20 PRINT "THERE IS NO RULE BUT CONSENT"
|
|
|
|
|
30 PRINT "THERE IS NO FAILURE BUT DEATH"
|
|
|
|
|
40 PRINT "TERRY A. DAVIS WAS THE PROPHET OF @Ω仙⁴"
|
|
|
|
|
50 PRINT "TERRY A. DAVIS WAS THE FIRST TRUE MENTAT"
|
|
|
|
|
60 PRINT "TERRY A. DAVIS WAS THE BEST CODER ALIVE"
|
|
|
|
|
RUN
|
|
|
|
|
|
|
|
|
|
Binary tokens can be internationalized to have for example the duytschen structure.
|
|
|
|
|
|
|
|
|
|
Egyptian hieroglyphs is the only charset(language) with enough native brackets([]{}<>) to remove every latin character from source code.
|
|
|
|
|
|
2022-09-19 10:34:59 +00:00
|
|
|
|
HolyC++ is a recursive set of languages in one framework to replace all languages, the root is orisis(nor-gate) so all code can run on cpu or fpga;
|
|
|
|
|
|
|
|
|
|
上市 邏輯少量 或者虹膜(邏輯少量 輸入一, 邏輯少量 輸入二) {
|
|
|
|
|
返回 !(輸入一|輸入二); // INPUT => A OR B => 1 IS 0 || 0 IS 1 => OUTPUT
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
HolyC++ is binary namespaced xml with;
|
|
|
|
|
|
|
|
|
|
- one china char xml tags and attributes
|
|
|
|
|
- Fixed up to 16 china char variable names (auto translates to local word set)
|
|
|
|
|
- Fixed up to 16 china char methods names (+manual i18n to get my duytschen, ja bitte)
|
|
|
|
|
- Base2 up to base99 numbers use single char china key (All your base are belong to us)
|
|
|
|
|
- etc
|
|
|
|
|
|
|
|
|
|
Now in the BigHands IDE coding in 100% arabic with egyptian brackets is possible because of china keyed source code.
|
|
|
|
|
|
2022-08-23 16:40:29 +00:00
|
|
|
|
![maat-42](local-img/maat-42.png)
|
|
|
|
|
|
2022-10-08 15:15:32 +00:00
|
|
|
|
In the matrix 𐦠𐦴𐦫𐦢 runs the law of one, FGC-9 for female only, executes the law of one.
|
|
|
|
|
With 42 golden qube unlimited size matrix computers running dynamic hardware event flow code in FTL.
|