Skip to content

Commit dc6ecdb

Browse files
committed
~ ACCUMULATING FURTHER CONTRIBUTIONS FROM GitHub/DMTSYS ~
1 parent 8b54ead commit dc6ecdb

File tree

279 files changed

+82850
-5180
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

279 files changed

+82850
-5180
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.200 · 2023-03-29
1+
1.2.213 · 2024-04-27

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
## What
22

3-
[[[ [DMT SYSTEM](https://dmt-system.com/) ]]] is best understood as a set of always-running processes, one per device. The user has total control but also full responsibility for correct setup and specification of his or her needs.
4-
5-
**DMT ENGINE** is like a canvas to paint desirable software-enabled functionalities on top. The more a user invests into the exploration of DMT SYSTEM, the more they stand to gain. It's hard-ish at first but then smooth as butter.
6-
7-
Let's try it in another way: DMT SYSTEM is a computing platform for individual power users. Gooosh! Why so mysterious? Can't you just tell me what this is? Well, we could but then you'd have to ...
3+
[[[ [DMT SYSTEM](https://dmt-system.com/) ]]] is a framework for creating powerful decentralized realtime apps.
84

95
## Install DMT ENGINE
106

@@ -18,4 +14,4 @@
1814

1915
_The desire for excellence is an essential feature for doing great work. Without such a goal you will tend to wander like a drunken sailor. The sailor takes one step in one direction and the next in some independent direction. As a result the steps tend to cancel each other out, and the expected distance from the starting point is proportional to the square root of the number of steps taken. With a vision of excellence, and with the goal of doing significant work, there is a tendency for the steps to go in the same direction and thus go a distance proportional to the number of steps taken, which in a lifetime is a large number indeed._
2016

21-
*dr. [Richard Hamming](https://zetaseek.com/?q=Richard%20Hamming), helped invent the modern software*
17+
*dr. Richard Hamming, helped invent the modern software*

apps/dmt-mobile/appicon.png

151 KB
Loading

apps/dmt-mobile/assets/index-187c6aae.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/dmt-mobile/assets/index-3c0f37a7.js

Lines changed: 0 additions & 73 deletions
This file was deleted.

apps/dmt-mobile/assets/index-9bad2e4d.js

Lines changed: 73 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/dmt-mobile/assets/index-b31784e1.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/dmt-mobile/index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@
77
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' />
88

99
<!-- served from ~/.dmt/core/node/gui/gui-frontend-core/common_assets/img ! for now ... reconsider soon -->
10-
<link rel="apple-touch-icon" href="/img/icons/iphone.png">
10+
<!-- <link rel="apple-touch-icon" href="/img/icons/iphone.png"> -->
11+
<!-- is this needed anymore since we have manifest? -->
12+
<!-- <link rel="apple-touch-icon" href="/appicon.png"> -->
13+
14+
<link rel="manifest" href="./manifest.json" />
1115

1216
<title>DMT</title>
13-
<script type="module" crossorigin src="./assets/index-3c0f37a7.js"></script>
14-
<link rel="stylesheet" href="./assets/index-187c6aae.css">
17+
<script type="module" crossorigin src="./assets/index-9bad2e4d.js"></script>
18+
<link rel="stylesheet" href="./assets/index-b31784e1.css">
1519
</head>
1620
<body>
1721
<div id="app"></div>

apps/dmt-mobile/manifest.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "DMT",
3+
"display": "standalone",
4+
"icons": [
5+
{
6+
"src": "appicon.png",
7+
"type": "image/png",
8+
"sizes": "512x512"
9+
}
10+
]
11+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import contentServer from './lib/fileTransport/contentServer/contentServer.js';
2+
import * as fiberHandle from './lib/fileTransport/fiberHandle/fiberHandle.js';
3+
4+
export { contentServer, fiberHandle };

0 commit comments

Comments
 (0)