Difference between revisions of "Gaps in software"
m (→Whorf-Conway: added the positive side) |
m (added Category:Programming) |
||
Line 57: | Line 57: | ||
* [https://en.wikipedia.org/wiki/Concurrent_computing Concurrent computing] | * [https://en.wikipedia.org/wiki/Concurrent_computing Concurrent computing] | ||
* [https://en.wikipedia.org/wiki/Software_transactional_memory Software transactional memory] | * [https://en.wikipedia.org/wiki/Software_transactional_memory Software transactional memory] | ||
+ | |||
+ | [[Category:Programming]] |
Revision as of 11:43, 11 July 2023
With the development of atomically precise manufacturing we'll
eventually reach a future world where matter essentially becomes software.
So it is really important to fix all the cracks and gaps within software till then.
Heck, if problems are not fixed there will be serious problems long before
advanced productive nanosystems arrive.
Contents
List of gaps / cracks / rifts / barriers /...
- RAM to HDD serialization barrier
- The CPU GPU gap
- inter process communication barrier
- network serialization barrier
- GUI commandline rift
- (Caches-level barriers)
- value-level type-level barrier – dependently typed languages try to solve this one
- Safe cross thread communication in concurrent computing
These gaps can be underlying causes for higher up manifesting symptoms ...
Related
- Potentially solving a lot of the rifts: content addressed approach
Gaps in the development of APM
- Bridging the gaps in the development of advanced productive nanosystems
External links
Great article about barriers, gaps, rifts, and plumbing
Whorf-Conway
Combining Whorfs and Conways law ...
- Linguistic relativity (Sapir–Whorf hypothesis) – "the structure of a language affects its speakers' worldview or cognition" (and what we they express)
- Conway's law – "organizations design systems that mirror their own communication structure"
Adding both of the above together one can get the following:
Bad/good (programming) "languages" for human computer communication limit/enhance what we can express (Saphir-Whorf).
This is a limit on (or enhancement of) our communication structure, and ultimately leads to worse/better systems being built (Conway).