aboutsummaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-01-01 18:41:01 +0000
committers-ol <s-ol@users.noreply.github.com>2020-01-01 18:41:01 +0000
commit3c03612dda10b3dcc38c9bc2c96d8a539518f2db (patch)
tree3be9fedd906d56081778654d808c04497e05c492 /root
parentsection intros (diff)
downloadmmm-3c03612dda10b3dcc38c9bc2c96d8a539518f2db.tar.gz
mmm-3c03612dda10b3dcc38c9bc2c96d8a539518f2db.zip
introduction
Diffstat (limited to 'root')
-rw-r--r--root/articles/mmmfs/$order1
-rw-r--r--root/articles/mmmfs/abstract/text$markdown+sidenotes.md12
-rw-r--r--root/articles/mmmfs/ba_log/print: text$moonscript -> fn -> mmm$dom.moon2
-rw-r--r--root/articles/mmmfs/ba_log/text$moonscript -> fn -> mmm$dom.moon2
-rw-r--r--root/articles/mmmfs/conclusion/text$markdown+sidenotes.md21
-rw-r--r--root/articles/mmmfs/evaluation/text$markdown+sidenotes.md64
-rw-r--r--root/articles/mmmfs/examples/implementation: text$markdown+sidenotes.md36
-rw-r--r--root/articles/mmmfs/examples/intro: text$markdown+sidenotes.md4
-rw-r--r--root/articles/mmmfs/examples/text$moonscript -> fn -> mmm$dom.moon9
-rw-r--r--root/articles/mmmfs/framework/text$markdown+sidenotes.md38
-rw-r--r--root/articles/mmmfs/historical-approaches/text$markdown+sidenotes.md28
-rw-r--r--root/articles/mmmfs/introduction/text$markdown.md18
-rw-r--r--root/articles/mmmfs/mmmfs/text$markdown+sidenotes.md59
-rw-r--r--root/articles/mmmfs/motivation/text$markdown+sidenotes.md70
-rw-r--r--root/articles/mmmfs/references/$order2
-rw-r--r--root/articles/mmmfs/references/lock-in/text$bibtex7
-rw-r--r--root/articles/mmmfs/references/market-share/text$bibtex7
-rw-r--r--root/articles/mmmfs/references/text$moonscript -> fn -> mmm$dom.moon2
-rw-r--r--root/articles/mmmfs/table-of-contents/text$html+frag.html85
-rw-r--r--root/articles/mmmfs/title/text$html+frag.html2
20 files changed, 271 insertions, 198 deletions
diff --git a/root/articles/mmmfs/$order b/root/articles/mmmfs/$order
index 563d544..d58d878 100644
--- a/root/articles/mmmfs/$order
+++ b/root/articles/mmmfs/$order
@@ -1,6 +1,7 @@
title
abstract
table-of-contents
+introduction
motivation
historical-approaches
framework
diff --git a/root/articles/mmmfs/abstract/text$markdown+sidenotes.md b/root/articles/mmmfs/abstract/text$markdown+sidenotes.md
index 975fecc..c7d6c9c 100644
--- a/root/articles/mmmfs/abstract/text$markdown+sidenotes.md
+++ b/root/articles/mmmfs/abstract/text$markdown+sidenotes.md
@@ -1,4 +1,14 @@
abstract
========
-<div class="well well-warning">[section under construction]</div>
+Current end-user operating systems are based on a set of design principles and computing paradigms that make them
+simple to use in some circumstances but are very inflexible for user customization and adaptation. In this thesis, these
+limitations and design principles will be discussed and contrasted by an analysis of historic systems that solved these
+issues by following different design goals. Based on this analysis, as well as further literature, an evaluation
+framework for end-user computing systems is established.
+The design and implementation of a new end-user computing system, which focuses on a file system with rich file types
+and a type coercion system as its central paradigm, is discussed. Following this, the capabilities of the system are
+demonstrated using multiple example use-cases. An evaluation of these examples as well as the system itself according
+to the framework established earlier shows that the proposed system is indeed very flexible and useful for a wide
+variety of uses involving multimedia content from various sources, although the system has many flaws that would hinder
+widespread adoption.
diff --git a/root/articles/mmmfs/ba_log/print: text$moonscript -> fn -> mmm$dom.moon b/root/articles/mmmfs/ba_log/print: text$moonscript -> fn -> mmm$dom.moon
index 97a6283..97ebd4c 100644
--- a/root/articles/mmmfs/ba_log/print: text$moonscript -> fn -> mmm$dom.moon
+++ b/root/articles/mmmfs/ba_log/print: text$moonscript -> fn -> mmm$dom.moon
@@ -6,7 +6,7 @@ import ropairs from require 'mmm.ordered'
div {
class: 'print-ownpage'
- h1 (link_to @, "appendix: project log"), id: 'ba-log'
+ h1 (link_to @, "appendix: project log"), id: 'ba-log'
@gett 'intro: mmm/dom'
table.unpack for post in *@children
continue if post\get 'hidden: bool'
diff --git a/root/articles/mmmfs/ba_log/text$moonscript -> fn -> mmm$dom.moon b/root/articles/mmmfs/ba_log/text$moonscript -> fn -> mmm$dom.moon
index bd2859d..b6b0756 100644
--- a/root/articles/mmmfs/ba_log/text$moonscript -> fn -> mmm$dom.moon
+++ b/root/articles/mmmfs/ba_log/text$moonscript -> fn -> mmm$dom.moon
@@ -4,7 +4,7 @@ import ropairs from require 'mmm.ordered'
=>
div {
- h1 (link_to @, "appendix: project log"), id: 'ba-log'
+ h1 (link_to @, "appendix: project log"), id: 'ba-log'
@gett 'intro: mmm/dom'
ul do
posts = for post in *@children
diff --git a/root/articles/mmmfs/conclusion/text$markdown+sidenotes.md b/root/articles/mmmfs/conclusion/text$markdown+sidenotes.md
index 55052be..92230a0 100644
--- a/root/articles/mmmfs/conclusion/text$markdown+sidenotes.md
+++ b/root/articles/mmmfs/conclusion/text$markdown+sidenotes.md
@@ -1,14 +1,11 @@
-# 7. conclusion
+# 8&emsp;conclusion
-<div class="well well-warning">[section under construction]</div>
+The historical analysis and the evaluation of the proposed system show that many of the limitations of current
+mainstream operating systems can be worked around effectively. The flaws can also be attributed in part to some
+concrete design paradigms, which future system designers may seek to avoid. To this end, the framework provided for
+evaluation may also be useful.
-In the beginning of this thesis multiple downsides of the most widely used end-user computing systems have been
-demonstrated and attributed to an over-reliance on a set of design paradigms that do not align well with the goal of
-empowering users. On the other hand, it has been shown that many well-recognized historic systems were designed with
-this goal in mind.
-
-Based on the aspirations and appraoches of these historic systems, a framework for the evaluation of empowering end-user
-computing systems was developed alongside one such system itself. While the proposed system has been shown to have many
-flaws and limitations of its own, and is not currently viable as a tool for end-users, it serves to demonstrate the
-feasiblity of type coercion and the file system as a focus point for new end-user computing systems, and provides a
-reference point for further research.
+The system proposed and developed in the project corresponding to this thesis has been shown to successfully implement
+many of the properties were hoped to be achieved, such as a modular and consistent architecture and strong support for
+mixed-content transclusions. On the other hand, some limitations in the design are apparent. Many of these limitations
+constitute candidate topics for further research, and most can be attributed to trade-offs made in the development process.
diff --git a/root/articles/mmmfs/evaluation/text$markdown+sidenotes.md b/root/articles/mmmfs/evaluation/text$markdown+sidenotes.md
index 2eb3acf..65024d4 100644
--- a/root/articles/mmmfs/evaluation/text$markdown+sidenotes.md
+++ b/root/articles/mmmfs/evaluation/text$markdown+sidenotes.md
@@ -1,12 +1,12 @@
-# 6. evaluation
-In this section I will first take a look at the implementations of the examples for the use cases outlined above,
+# 7&emsp;evaluation
+In this section, I will first take a look at the implementations of the examples for the use cases outlined above,
and evaluate them with regard to the framework derived in the corresponding section above. After that, some general
concerns and insights that have become apparent while developing the system and working with it will be reviewed.
-## 6.1 examples
-### 6.1.1 publishing and blogging
-Since mmmfs has grown out of the need for a versatile content-management system for a personal website and blog, it is
-not surprising to see that it is still up to that job. Nevertheless it is worth taking a look at its strengths and
+## 7.1&emsp;examples
+### 7.1.1&emsp;publishing and blogging
+Since mmmfs has grown out of the need for a versatile content management system for a personal website and blog, it is
+not surprising to see that it is still up to that job. Nevertheless, it is worth taking a look at its strengths and
weaknesses in this context:
The system has proven itself perfect for publishing small- and medium-size articles and blog posts, especially for its
@@ -20,12 +20,12 @@ table-of-contents and section numbering were less obvious to tackle and finally
This is mostly due to the approach of splitting up the thesis into a multitude of fileders, and the current lack of
mechanisms to re-capture information spread throughout the resulting hierarchy effectively.
-### 6.1.2 pinwall
+### 7.1.2&emsp;pinwall
The pinwall example shows some strengths of the mmmfs system pretty convincingly.
The type coercion layer completely abstracts away the complexities of transcluding different types of content,
and only positioning and sizing the content, as well as enabling interaction, remain to handle in the pinwall fileder.
-A great benefit of the use of mmmfs versus other technology for realising this example is that the example can
+A great benefit of the use of mmmfs versus other technology for realizing this example is that the example can
seamlessly embed not only plain text, markdown, images, videos, and interactive widgets, but also follow links to all
of these types of content, and display them meaningfully. Accomplishing this with traditional frameworks would take
great effort, where mmmfs benefits from the reuse of these conversions across the whole system.
@@ -35,7 +35,7 @@ take care of capturing and handling JS events. The bulk of complexity is therefo
UI layer (in this case the browser), which could feasibly be simplified through a custom abstraction layer or the use of
output means other than the web.
-### 6.1.3 slideshow
+### 7.1.3&emsp;slideshow
A simplified image slideshow example consists of only 20 lines of code and demonstrates how the reactive component
framework simplifies the generation of ad-hoc UI dramatically:
@@ -66,17 +66,17 @@ such as the fullscreen API and sizing content proportionally to the viewport siz
The parts of the code dealing with the content are essentially identical, except that content is transcluded via the
more general `mmm/dom` type-interface, allowing for a greater variety of types of content to be used as slides.
-## 6.2 general concerns
+## 7.2&emsp;general concerns
While the system has proven pretty successful and moldable to the different use-cases that it has been tested in,
there are also limitations in the proposed system that have become obvious in developing and working with the system.
-In this section these limitations will be discussed individually, and directions for further research and solutions will
+In this section, these limitations will be discussed individually, and directions for further research and solutions will
be given where apparent.
-### 6.2.1 global set of converts
+### 7.2.1&emsp;global set of converts
In the current system, there is only a single, global set of *converts* that can be potentially applied to facets
anywhere in the system.
-Therefore it is necessary to encode behaviour directly (as code) in facets wherever exceptional behaviour is required.
-For example if a fileder containing multiple images wants to provide custom UI for each image when viewed independently,
+Therefore it is necessary to encode behavior directly (as code) in facets wherever exceptional behavior is required.
+For example, if a fileder containing multiple images wants to provide custom UI for each image when viewed independently,
this code has to either be attached to every image individually (and redundantly), or added as a global convert.
To make sure this convert does not interfere with images elsewhere in the system, it would be necessary to introduce
a new type and change the images to use it, which may present even more problems, and works against the principle of
@@ -86,15 +86,15 @@ A potential direction of research in the future is to allow specifying *converts
Application of *converts* could then be scoped to their fileders' subtrees, such that for any facet only the *converts*
stored in the chain of its parents upwards are considered.
This way, *converts* can be added locally if they only make sense within a given context.
-Additionally it could be made possible to use this mechanism to locally override *converts* inherited from
-further up in the tree, for example to specialize types based on their context in the system.
+Additionally, it could be made possible to use this mechanism to locally override *converts* inherited from
+further up in the tree, for example, to specialize types based on their context in the system.
<mmm-embed wrap="marginnote" path="../references/alternatives-to-trees">See also </mmm-embed>
The biggest downside to this approach would be that it presents another pressure factor for, while also reinforcing,
the hierarchical organization of data, thereby exacerbating the limits of hierarchical structures.
-### 6.2.2 code outside of the system
-At the moment, a large part of the mmmfs codebase is still separate from the content, and developed outside of mmmfs
+### 7.2.2&emsp;code outside of the system
+At the moment, a large part of the mmmfs codebase is still separate from the content and developed outside of mmmfs
itself. This is a result of the development process of mmmfs and was necessary to start the project as the filesystem
itself matured, but has now become a limitation of the user experience: potential users of mmmfs would generally start
by becoming familiar with the operation of mmmfs from within the system, as this is the expected (and designated)
@@ -104,25 +104,27 @@ to them, actively limiting their understanding, and thereby the customizability,
This weakness represents a failure to (fully) implement the quality of a "Living System" as proposed by
*Ink and Switch*<mmm-embed path="../references/inkandswitch" wrap="sidenote"></mmm-embed>.
-In general however, some portion of code may always have to be left outside of the system.
+In general, however, some portion of code may always have to be left outside of the system.
This also wouldn't necessarily represent a problem, but in this case it is particularly relevant
for the global set of *converts* (see above), as well as the layout used to render the web view.
Both of these are expected to undergo changes as users adapt the system to their own content types and
domains of interest, as well as their visual identity, respectively.
-### 6.2.3 type system
-The currently used type system based on strings and pattern matching has been largely satisfactory,
+### 7.2.3&emsp;type system
+The currently used type system based on strings and pattern matching has been largely satisfactory
but has proven problematic for some anticipated use cases.
It should be considered to switch to a more intricate,
structural type system that allows encoding more concrete meta-data alongside the type,
and to match *converts* based on a more flexible scheme of pattern matching.
-For example it is envisaged to store the resolution of an image file in its type.
+For example, it is envisaged to store the resolution of an image file in its type.
Many *converts* might choose to ignore this additional information,
but others could use this information to generate lower-resolution 'thumbnails' of images automatically.
Using these mechanisms for example images could be requested with a maximum-resolution constraint to save on bandwidth
when embedded in other documents.
-### 6.2.4 type-coercion
+<div style="break-before: page;"></div>
+
+### 7.2.4&emsp;type-coercion
By giving the system more information about the data it is dealing with,
and then relying on the system to automatically transform between data-types,
it is easy to lose track of which format data is concretely stored in.
@@ -134,10 +136,10 @@ This poses a threat to the transparency of the system, and potentially a lack of
Potential solutions could be to communicate the conversion path clearly and explicitly together with the content,
as well as making this display interactive to encourage experimentation with custom conversion queries.
-Emphasising the conversion process more strongly in this way might be a way to turn this feature from an opaque
+Emphasizing the conversion process more strongly in this way might be a way to turn this feature from an opaque
hindrance into a transparent tool. This should represent a challenge mostly in terms of UX and UI design.
-### 6.2.5 in-system editing
+### 7.2.5&emsp;in-system editing
Because many *converts* are not necessarily reversible, it is very hard to implement generic ways of editing stored data
in the same format it is viewed. For example, the system trivially converts markdown-formatted text sources into
viewable HTML markup, but it is hardly possible to propagate changes to the viewable HTML back to the markdown source.
@@ -156,6 +158,16 @@ fragmentation of content that mmmfs encourages.
As a result, interacting with the system at large is still a very different experience from editing content (and
thereby extending the system) in it. This is expected to represent a major hurdle for users getting started with the
-system, and is a major shortcoming in enabling end-user programming, as set as a goal for this project.
+system and is a major shortcoming in enabling end-user programming, as set as a goal for this project.
A future iteration should carefully reconsider how editing could be integrated more holistically with the other core
concepts of the design.
+
+<div style="break-before: page;"></div>
+
+### 7.2.6&emsp;end-user adoption
+As mentioned above, a conscious choice was made to exclude the implementation of a dedicated end-user programming
+facility in the system, and instead conventional programming languages and mechanisms were relied upon as the central
+way of customizing the system and experience. While this was a crucial choice to make in order to proceed with the
+project as a whole, it means that the system currently can not be adopted and used to its full extent by
+end-users. This also means that a full evaluation of the system with regard to end-user empowerment has to be left open
+until this can be changed by further work.
diff --git a/root/articles/mmmfs/examples/implementation: text$markdown+sidenotes.md b/root/articles/mmmfs/examples/implementation: text$markdown+sidenotes.md
index 0a82a51..8a6a185 100644
--- a/root/articles/mmmfs/examples/implementation: text$markdown+sidenotes.md
+++ b/root/articles/mmmfs/examples/implementation: text$markdown+sidenotes.md
@@ -1,20 +1,20 @@
-## 5.1 publishing and blogging
-### 5.1.1 blogging
-Blogging is pretty straightforward, since it generally just involves publishing lightly-formatted text,
+## 6.1&emsp;publishing and blogging
+### 6.1.1&emsp;blogging
+Blogging is pretty straightforward since it generally just involves publishing lightly-formatted text,
interspersed with media such as images and videos or perhaps social media posts.
-Markdown is a great tool for this job, and has been integrated in the system to much success:
+Markdown is a great tool for this job, and has been integrated into the system to much success:
There are two different types registered with *converts*: `text/markdown` and `text/markdown+span`.
They both render to HTML (and DOM nodes), so they are immediately viewable as part of the system.
The only difference for `text/markdown+span` is that it is limited to a single line,
and doesn't render as a paragraph but rather just a line of text.
This makes it suitable for denoting formatted-text titles and other small strings of text.
-The problem of embedding other content together with text comfortably is also solved easily,
+The problem of embedding other content together with text comfortably is also solved easily
because Markdown allows embedding arbitrary HTML in the document.
This made it possible to define a set of pseudo-HTML elements in the Markdown-convert,
`<mmm-embed>` and `<mmm-link>`, which respectively embed and link to other content native to mmmfs.
-### 5.1.2 academic publishing
+### 6.1.2&emsp;academic publishing
<div class="sidenote" style="margin-top: 1.25rem">
One of the 'standard' solutions, <a href="https://www.latex-project.org/">LaTeX</a>,
is arguably at least as complex as the mmm system proposed here, but has a much narrower scope,
@@ -22,13 +22,13 @@ since it does not support interaction.
</div>
Academic publishing is notoriously complex, involving not only the transclusion of diagrams
-and other media, but generally requiring precise and consistent control over formatting and layout.
-Some of these complexities are tedious to manage, but present good opportunities for programmatic
+and other media but generally requiring precise and consistent control over formatting and layout.
+Some of these complexities are tedious to manage but present good opportunities for programmatic
systems and media to do work for the writer.
One such topic is the topic of references.
-References appear in various formats at multiple positions in a academic document;
-usually they are referenced via a reduced visual form within the text of the document,
+References appear in various formats at multiple positions in an academic document;
+usually, they are referenced via a reduced visual form within the text of the document
and then shown again with full details at the end of the document.
For the sake of this thesis, referencing has been implemented using a subset of the popular
@@ -42,18 +42,18 @@ API for accessing BibTeX citations for documents in the library. This means that
ACM DL entry in mmmfs, and the reference will automatically be fetched, and therefore stay up to date with potential
remote corrections.
-## 5.2 pinwall
-In many situations, in particular for creative work, it is often useful to compile resources of
-different types for reference or inspiration, and arrange them spatially so that they can be viewed
-at a glance or organized into different contexts etc.
+## 6.2&emsp;pinwall
+In many situations, and particularly for creative work, it is often useful to compile resources of
+different types for reference or inspiration and arrange them spatially so that they can be viewed
+at a glance or organized into different contexts, etc.
Such a pinwall could serve for example to organize references to articles,
-to collect visual inspiration for a moodboard etc.
+to collect visual inspiration for a mood board, etc.
As a collection, the Pinwall is primarily mapped to a Fileder in the system.
Any content that is placed within can then be rendered by the Pinwall,
which can constrain every piece of content to a rectangular piece on its canvas.
This is possible through a simple script, e.g. of the type `text/moonscript -> fn -> mmm/dom`,
-which enumerates the list of children, wraps each in such a rectangular container,
+which enumerates the list of children, wraps each in such a rectangular container
and outputs the list of containers as DOM elements.
The position and size of each panel are stored in an ad-hoc facet, encoded in the JSON data format:
@@ -66,7 +66,7 @@ on the upper border or lower right-hand corner respectively.
Whenever a change is made the event handler can then update the value in the `pinwall_info` facet,
so that the updated position and size are stored for the next time the pinwall is opened.
-## 5.3 slideshow
+## 6.3&emsp;slideshow
Another common use of digital documents is as aids in a verbal presentation.
These often take the form of slideshows, for the creation of which a number of established applications exist.
In simple terms, a slideshow is simply a linear series of screen-sized documents, that can be
@@ -79,7 +79,7 @@ It also allows putting the browser into fullscreen mode to maximize screen space
of the website that may distract from the presentation, and register an event handler for keyboard accelerators
for moving through the presentation.
-Finally the script simply embeds the first of its child-fileders into the viewport rectangle.
+Finally, the script simply embeds the first of its child-fileders into the viewport rectangle.
Once the current slide is changed, the next embedded child is simply chosen.
<!--
diff --git a/root/articles/mmmfs/examples/intro: text$markdown+sidenotes.md b/root/articles/mmmfs/examples/intro: text$markdown+sidenotes.md
index 7b54d95..126f407 100644
--- a/root/articles/mmmfs/examples/intro: text$markdown+sidenotes.md
+++ b/root/articles/mmmfs/examples/intro: text$markdown+sidenotes.md
@@ -1,8 +1,10 @@
-# 5. example use-cases
+# 6&emsp;example use-cases
To illustrate the capabilities of the proposed system, and to compare the results with the framework introduced above,
a number of example use cases have been chosen and implemented from the perspective of a user.
In the following section I will introduce these use cases and briefly summarize the implementation
approach in terms of the capabilities of the proposed system.
+<div style="break-before: page;"></div>
+
<span class="sidenote">The online version is available at [s-ol.nu/ba](https://s-ol.nu/ba).</span>
The following examples can be viewed and inspected in the interactive version online:
diff --git a/root/articles/mmmfs/examples/text$moonscript -> fn -> mmm$dom.moon b/root/articles/mmmfs/examples/text$moonscript -> fn -> mmm$dom.moon
index 6c47270..2988f29 100644
--- a/root/articles/mmmfs/examples/text$moonscript -> fn -> mmm$dom.moon
+++ b/root/articles/mmmfs/examples/text$moonscript -> fn -> mmm$dom.moon
@@ -34,4 +34,11 @@
examples = ul for child in *@children
preview child
- div (@gett 'intro: mmm/dom'), examples, (@gett 'implementation: mmm/dom')
+ div {
+ style:
+ 'break-after': 'page'
+
+ (@gett 'intro: mmm/dom')
+ examples
+ (@gett 'implementation: mmm/dom')
+ }
diff --git a/root/articles/mmmfs/framework/text$markdown+sidenotes.md b/root/articles/mmmfs/framework/text$markdown+sidenotes.md
index e85bf42..e5f3c7e 100644
--- a/root/articles/mmmfs/framework/text$markdown+sidenotes.md
+++ b/root/articles/mmmfs/framework/text$markdown+sidenotes.md
@@ -1,4 +1,4 @@
-# 3. evaluation framework
+# 4&emsp;evaluation framework
In this section, I will collect approaches and reviews of different end-user software systems from current literature,
as well as derive and present my own requirements and guiding principles for the development of a new system.
@@ -6,14 +6,14 @@ as well as derive and present my own requirements and guiding principles for the
Firstly, I will take a look at a framework for evaluating end-user computing systems from literature, before presenting
three concrete design principles and components for a new system.
-3.1 qualities of successful end-user computing
-----------------------------------------------
+4.1&emsp;qualities of successful end-user computing
+---------------------------------------------------
-*Ink and Switch* suggest three qualities for tools striving to support
-end-user programming<mmm-embed path="../references/inkandswitch" wrap="sidenote"></mmm-embed>:
+*Ink and Switch* suggest three qualities for tools striving to support <span style="display: inline-block;">
+end-user programming<mmm-embed path="../references/inkandswitch" wrap="sidenote"></mmm-embed>:</span>
- *Embodiment*, i.e. reifying central concepts of the programming model as more concrete, tangible objects
- in the digital space (for example through visual representation),
+ in the digital space (for example, through visual representation),
in order to reduce cognitive load on the user.
- *Living System*, by which they seem to describe the malleability of a system or environment,
and in particular the ability to make changes at different levels of depth in the system with
@@ -22,13 +22,15 @@ end-user programming<mmm-embed path="../references/inkandswitch" wrap="sidenote"
as well as a certain accessibility of these tools, granted by a conceptual affinity between the
use of the tools and general 'passive' use of containing system at large.
-These serve as guiding principles for the design and evaluation of computer systems for end-users, but are by nature
+These serve as guiding principles for the design and evaluation of computer systems for end-users but are by nature
very abstract. The following properties are therefore derived as more concrete proposals based on more specific
constraints: namely the construction of a system for end-users to keep, structure and display personal information and
thoughts.
-3.2 modularity
---------------
+<div style="break-after: page;"></div>
+
+4.2&emsp;modularity
+-------------------
The *UNIX Philosophy*<mmm-embed path="../references/unix" wrap="sidenote"></mmm-embed> describes the software design
paradigm pioneered in the creation of the Unix operating system at the AT&T Bell Labs research center in the 1960s. The
@@ -52,20 +54,20 @@ alternate software at any time.
Settling on a specific modular design model, and reifying other components of a system in terms of it, also corresponds
directly to the concept of *Embodiment* described by Ink & Switch.
-3.3 content transclusion
-------------------------
+4.3&emsp;content transclusion
+-----------------------------
The strengths of modular architectures should similarly extend also into the way the system will be used by users.
-If users are to store their information and customized behaviour in such an architecture, then powerful tools need to be
+If users are to store their information and customized behavior in such an architecture, then powerful tools need to be
present in order to assemble more complex solutions out of such parts. Therefore static content should be able to be
linked to (as envisioned for the *Memex*, see above), but also to be <mmm-embed wrap="marginnote"
path="../references/transclusion">The term <i>transclusion</i> refers to the concept of including content from a
separate document, possibly stored remotely, by reference rather than by duplication. See also
</mmm-embed>*transcluded*,
to facilitate the creation of flexible data formats and interactions, such that e.g. a slideshow slide can include
-content in a variety other formats (such as images and text) from anywhere else in the system. Behaviours also should be
+content in a variety other formats (such as images and text) from anywhere else in the system. Behaviors also should be
able to be transcluded and reused to facilitate the creation of ad-hoc systems and applets based on user needs. For
-example a user-created todo list should be able to take advantage of a sketching tool the user already has access to.
+example, a user-created todo list should be able to take advantage of a sketching tool the user already has access to.
By forming the immediately user-visible layer of the system out of the same abstractions that the deeper levels of the
system are made of, the sense of a *Living System* is also improved: skills that are learned at one (lower) level of the
@@ -73,20 +75,20 @@ system carry on into further interaction with the system on deeper levels, as do
system's mechanisms.
While there are drawbacks to cloud-storage of data (as outlined above), the utility of distributed systems is
-acknowledged, and the system should therefore be able to include content and behaviours via the network.
+acknowledged, and the system should therefore be able to include content and behaviors via the network.
This ability should be integrated deeply into the system, so that data can be treated independently of its origin and
storage conditions, with as little caveats as possible. In particular, the interactions of remote data access and
content transclusion should be paid attention to and taken into consideration for a system's design.
-3.4 end-user programming
-------------------------
+4.4&emsp;end-user programming
+-----------------------------
In order to provide users full access to their information as well as the computational infrastructure,
users need to be able to finely customize and reorganize the smallest pieces to suit their own purposes,
in other words: be able to program.
While there is an ongoing area of research focusing on the development of new programming paradigms,
-methodologies and tools that are more accessible and cater to the wide
+methodologies, and tools that are more accessible and cater to the wide
range of end-users<mmm-embed path="../references/subtext" wrap="sidenote"></mmm-embed>,
in order to keep the scope of this work appropriate,
conventional programming languages are used for the time being.
diff --git a/root/articles/mmmfs/historical-approaches/text$markdown+sidenotes.md b/root/articles/mmmfs/historical-approaches/text$markdown+sidenotes.md
index c022021..dfe9390 100644
--- a/root/articles/mmmfs/historical-approaches/text$markdown+sidenotes.md
+++ b/root/articles/mmmfs/historical-approaches/text$markdown+sidenotes.md
@@ -1,14 +1,15 @@
-# 2. historical approaches
+<div style="break-before: page;"></div>
+
+# 3&emsp;historical approaches
Two of the earliest holistic computing systems, the Xerox Alto and Xerox Star, both developed at Xerox PARC and
-introduced in the 70s and early 80s, pioneered not only graphical user-interfaces, but also the "Desktop Metaphor".
+introduced in the 70s and early 80s pioneered not only graphical user-interfaces but also the "Desktop Metaphor".
The desktop metaphor presents information as stored in "Documents" that can be organized in folders and on the
"Desktop". It invokes a strong analogy to physical tools. One of the differences between the Xerox Star system and
other systems at the time, as well as the systems we use currently, is that the type of data a file represents is
directly known to the system.
-In a retrospective analysis of the Xerox Star's impact on the computer
-industry, the desktop metaphor is described as
+In a retrospective analysis of the Xerox Star's impact on the computer industry, the desktop metaphor is described as
follows:
<mmm-embed path="../references/xerox-star" wrap="marginnote"></mmm-embed>
@@ -22,23 +23,23 @@ follows:
> this disadvantage.
Other systems at the time lacked any knowledge of the type of files, and while mainstream operating systems of today
-have retro-fit the ability to associate and memorize the preferred applications to use for a given file based on it's
+have retro-fit the ability to associate and memorize the preferred applications to use for a given file based on its
name suffix, the intention of making applications a secondary, technical detail of working with the computer has
surely been lost.
Another design detail of the Star system is the concept of "properties" that are stored for "objects" throughout the
system (the objects being anything from files to characters or paragraphs). These typed pieces of information are
-labelled with a name and persistently stored, providing a mechanism to store metadata such as user preference for
+labeled with a name and persistently stored, providing a mechanism to store metadata such as user preference for
ordering or the default view mode of a folder for example.
-<mmm-embed path="star-graph" facet="note" wrap="marginnote" style="margin-top: 1rem;"></mmm-embed>
-<mmm-embed path="star-graph" nolink></mmm-embed>
-
-The earliest indirect influence for the Xerox Alto and many other systems of its time, was the *Memex*.
+The earliest indirect influence for the Xerox Alto and many other systems of its time was the *Memex*.
The *Memex* is a hypothetical device and system for knowledge management. Proposed by Vannevar Bush in 1945<mmm-embed
path="../references/memex" wrap="sidenote"></mmm-embed>, the concept predates much of the technology that later was used
to implement many parts of the vision.
+<mmm-embed path="star-graph" facet="note" wrap="marginnote" style="margin-top: 1rem;"></mmm-embed>
+<mmm-embed path="star-graph" nolink></mmm-embed>
+
<!--
While the article extrapolates from existing technology at the time, describing at times
very concrete machinery based on microfilm and mechanical contraptions, many of the conceptual predictions became
@@ -52,20 +53,21 @@ There are very few tools for creating personal, highly-interconnected knowledge
feasible and a proven concept (exemplified for example by the massively successful online encyclopedia
*Wikipedia*<mmm-embed path="../references/wikipedia" wrap="sidenote"></mmm-embed>).
-While there are little such tools available today, one of the systems that could be said to have come closest to a
+While there are few such tools available today, one of the systems that could be said to have come closest to a
practical implementation of a Memex-inspired system for personal use might be Apple's *HyperCard*.
In a live demonstration<mmm-embed path="../references/hypercard" wrap="sidenote"></mmm-embed>, the creators of the
software showcase a system of stacks of cards that together implement, amongst others, a calendar (with yearly and
weekly views), a list of digital business cards for storing phone numbers and addresses, and a todo list. However these
stacks of cards are not just usable by themselves, it is also demonstrated how stacks can link to each other in
-meaningful ways, such as jumping to the card corresponding to a specific day from the yearly calendar view, or
+meaningful ways, such as jumping to the card corresponding to a specific day from the yearly calendar view or
automatically looking up the card corresponding to a person's first name from a mention of the name in the text on a
different card.
Alongside Spreadsheets, *HyperCard* remains one of the most successful implementations of end-user programming, even
today. While its technical abilities have been long matched and surpassed by other software (such as the ubiquitous
-*Hypertext Markup Language*, HTML and the associated programming language *JavaScript*), these technical successors have
+*Hypertext Markup Language* HTML, and the associated programming language *JavaScript*), these technical successors have
failed the legacy of *HyperCard* as an end-user tool: While it is easier than ever to publish content on the web
(through various social media and microblogging services), the benefits of hypermedia as a customizable medium for
personal management have nearly vanished. End-users do not create hypertext anymore.
+
diff --git a/root/articles/mmmfs/introduction/text$markdown.md b/root/articles/mmmfs/introduction/text$markdown.md
new file mode 100644
index 0000000..b8550fe
--- /dev/null
+++ b/root/articles/mmmfs/introduction/text$markdown.md
@@ -0,0 +1,18 @@
+1&emsp;introduction
+====================
+
+As of December 2019, there are only four major operating systems available to end-users for desktop and mobile
+devices<mmm-embed path="../references/market-share" wrap="sidenote"></mmm-embed>. All of these systems are comparatively inflexible and
+can only be customized by users where the system or application developers have anticipated a need with corresponding
+options. Only a small minority of professional or hobby developers have the knowledge and tools at their disposal to
+create their own digital experiences, and even for them, the process is often too complex and inefficient to do so
+effectively.
+However, historically, empowered ownership of the computing experience was not meant to be restricted only to
+end-users. Many computing systems designed during the computer revolution were designed specifically with the goal of
+complete customizability by users, but little of this approach remains in the systems we use today.
+
+In the first section of this thesis, I will discuss some of the limitations of mainstream operating systems and
+potential causes in detail. Next, I will highlight some of the contrasting approaches found in historic computing
+systems, and then derive a framework for the evaluation of end-user computing systems with regard to user empowerment.
+I will then discuss a new computing system, demonstrate it in some example use cases, and evaluate it using the
+framework.
diff --git a/root/articles/mmmfs/mmmfs/text$markdown+sidenotes.md b/root/articles/mmmfs/mmmfs/text$markdown+sidenotes.md
index 2b2263e..f04e671 100644
--- a/root/articles/mmmfs/mmmfs/text$markdown+sidenotes.md
+++ b/root/articles/mmmfs/mmmfs/text$markdown+sidenotes.md
@@ -1,20 +1,20 @@
-# 4. system description
+# 5&emsp;system description
-Alongside this thesis a new end-user computing system has been developed together with the framework presented above.
+Alongside this thesis, a new end-user computing system has been developed together with the framework presented above.
The system, `mmmfs`, is a personal data storage and processing system that was initially developed as a tool for
-generating static websites, but has now been extended with capabilities for live interaction and introspection, as well
+generating static websites but has now been extended with capabilities for live interaction and introspection, as well
as embedded editing, as part of this work.
mmmfs has been designed with a focus on data ownership for users. One of the main driving ideas is to unlock data
from external data silos and file formats by making data available uniformly across different storage systems and
-formats. Secondly, computation and interactive elements are also integrated in this paradigm, so that mmmfs can be
+formats. Secondly, computation and interactive elements are also integrated into this paradigm, so that mmmfs can be
seamlessly extended and molded to the user's needs.
The abstraction of data types is accomplished using two major components, the *Type System and Coercion Engine* and
-the *Fileder Unified Data Model* for unified data storage and access. In the next sections the design and implementation
-of these two components will be described in detail.
+the *Fileder Unified Data Model* for unified data storage and access. In the next sections, the design and
+implementation of these two components will be described in detail.
-## 4.1 data storage model
+## 5.1&emsp;data storage model
The Fileder Model is the underlying unified data storage model.
Like many data storage models it is based fundamentally on the concept of a hierarchical tree-structure.
@@ -26,32 +26,32 @@ to both system and user (they can be created, browsed, listed and viewed by both
perspective, mostly opaque and inert blocks of data.
Some metadata, such as file size and access permissions, is associated with each file,
-but notably the type of data is generally not actually stored in the filesystem,
+but notably, the type of data is generally not actually stored in the filesystem,
but determined loosely based on multiple heuristics depending on the system and context.
-Some notable mechanism are:
+Some notable mechanisms are:
- Suffixes at the end of the filename are often used to indicate which kind of data a file contains. However there is no
centralized standardization of suffixes, and often one suffix is used for multiple incompatible versions of a
file-formats, or multiple suffixes are used interchangeably for one format.
- Many file-formats specify a specific data-pattern either at the very beginning or very end of a given file.
- On unix systems the `libmagic` database and library of these so-called *magic constants* is commonly used to guess
+ On UNIX systems the `libmagic` database and library of these so-called *magic constants* is commonly used to guess
the file-type based on these fragments of data.
- on UNIX systems, files to be executed are checked by a variety of methods<mmm-embed path="../references/linux-exec"
wrap="sidenote"></mmm-embed> in order to determine which format would fit. For example, script files, the "shebang"
symbol, `#!`, can be used to specify the program that should parse this file in the first line of the file.
It should be clear already from this short list that to mainstream operating systems, as well as the applications
-running on them, the format of a file is almost completely unknown and at best educated guesses can be made.
+running on them, the format of a file is almost completely unknown and, at best, educated guesses can be made.
Because these various mechanisms are applied at different times by the operating system and applications, it is possible
-for files to be labelled or considered as being in different formats at the same time by different components of the
+for files to be labeled or considered as being in different formats at the same time by different components of the
system.
This leads to confusion about the factual format of data among users<mmm-embed path="../references/renaming"
wrap="sidenote" style="margin-top: -3rem;">For example, the difference between changing a file extension and converting
a file between two formats is often unclear to users, as evident from questions like this: </mmm-embed>, but can
also pose a serious security risk:
-Under some circumstances it is possible that a file contains maliciously-crafted code and is treated as an executable
+Under some circumstances, it is possible that a file contains maliciously-crafted code and is treated as an executable
by one software component, while a security mechanism meant to detect such code determines the same file to be a
legitimate image<mmm-embed path="../references/poc-or-gtfo" wrap="sidenote" style="margin-top: 2rem"></mmm-embed>
(the file may in fact be valid in both formats).
@@ -59,7 +59,7 @@ legitimate image<mmm-embed path="../references/poc-or-gtfo" wrap="sidenote" styl
In mmmfs, the example above might look like this instead:
<mmm-embed path="tree_mmmfs">schematic view of an example mmmfs tree</mmm-embed>
-Superficially, this may look quite similar: there is still only two types of nodes (referred to as *fileders* and
+Superficially, this may look quite similar: there are still only two types of nodes (referred to as *fileders* and
*facets*), and again one of them, the *fileders* are used only to hierarchically organize *facets*. Unlike *files*,
*facets* don't only store a freeform *name*, there is also a dedicated *type* field associated with every *facet*, that
is explicitly designed to be understood and used by the system.
@@ -70,7 +70,7 @@ time read or used outside of the context they exist in in the filesystem.
In mmmfs, a *facet* should only ever be considered an aspect of its *fileder*, and never as separate from it.
A *fileder* can contain multiple *facets*, but they are meant to be alternate or equivalent representations of the
-*fileder* itself. Though for some uses it is required, software in general does not have to be directly aware of the
+*fileder* itself. Though for some uses it is required, software generally does not have to be directly aware of the
*facets* existing within a *fileder*, rather it assumes the presence of content in the representation that it requires,
and simple requests it. The *Type Coercion Engine* (see below) will then attempt to satisfy this request based on the
*facets* that are in fact present.
@@ -79,7 +79,9 @@ Semantically a *fileder*, like a *directory*, also encompasses all the other *fi
(recursively). Since *fileders* are the primary unit of data to be operated upon, *fileder* nesting emerges as a natural
way of structuring complex data, both for access by the system and its components, as well as the user themself.
-## 4.2 type system and coercion engine
+<div style="break-after: page;"></div>
+
+## 5.2&emsp;type system and coercion engine
As mentioned above, *facets* store data alongside its *type*, and when a component of the system requires data from a
*fileder*, it has to specify the *expected type* (or a list of these) that it requires the data to be in. The system
then attempts to coerce one of the existing facets into the *expected type*, if possible. This process can involve many
@@ -97,29 +99,30 @@ Here are some common MIME-types that are also used in mmmfs:
- `image/png`
- `image/jpeg`
-While these types allow some amount of specificity, they fall short of describing their content especially in cases where
-formats overlap: Source code for example is often distributed in `.tar.gz` archive files (directory-trees that are first
-bundled into an `application/x-tar` archive, and then compressed into an `application/gzip` archive). Using either of
-these two types is respectively incorrect or insufficient information to properly treat and extract the contained data.
+While these types allow some amount of specificity, they fall short of describing their content especially in cases
+where formats overlap: Source code, for example, is often distributed in `.tar.gz` archive files (directory-trees that
+are first bundled into an `application/x-tar` archive, and then compressed into an `application/gzip` archive). Using
+either of these two types is respectively incorrect or insufficient information to properly treat and extract the
+contained data.
To mitigate this problem, mmmfs *types* can be nested. This is denoted in mmmfs *type* strings using the `->` symbol,
e.g. the mmmfs *types* `application/gzip -> application/tar -> dirtree` and `URL -> image/jpeg` describe a
tar-gz-compressed directory tree and the URL linking to a JPEG-encoded picture respectively.
Depending on the outer type this nesting can mean different things:
-for URLs the nested type is expected to be found after fetching the URL with HTTP,
+for URLs, the nested type is expected to be found after fetching the URL with HTTP,
compression formats are expected to contain contents of the nested types,
and executable formats are expected to output data of the nested type.
It is a lot more important to be able to accurately describe the type of a *facet* in mmmfs than in mainstream operating
-systems, because while in the latter types are mostly used only associate an application that will then prompt the user
+systems because while in the latter types are mostly used only associate an application that will then prompt the user
for further steps if necessary, mmmfs uses the *type* to automatically find one or more programs to execute, in order to
convert or transform the data stored in a *facet* into the *type* required in the context where it was requested.
This process of *type coercion* uses a database of known *converts* that can be applied to data. Every *convert*
consists of a description of the input *types* that it can accept, the output *type* it would produce for a given input
type, as well as the code for actually converting a given piece of data. Simple *converts* may simply consist of a fixed
-in and output type, such as for example this *convert* for rendering Markdown-encoded text to a HTML hypertext fragment:
+in and output type, such as this *convert* for rendering Markdown-encoded text to an HTML hypertext fragment:
{
inp: 'text/markdown'
@@ -128,7 +131,7 @@ in and output type, such as for example this *convert* for rendering Markdown-en
-- implementation stripped for brevity
}
-Other *converts* on the other hand may accept a wide range of input types:
+Other *converts*, on the other hand, may accept a wide range of input types:
{
inp: 'URL -> image/.*'
@@ -168,7 +171,7 @@ In addition to the attributes shown above, every *convert* is also rated with a
roughly estimate both the cost (in terms of computing power) of the conversion, as well as the accuracy or immediacy of
the conversion. For example, resizing an image to a lower size should have a high cost, because the process is
computationally expensive, but also because a smaller image represents the original image to a lesser degree.
-Similarly, an URL to a piece of content is a less immediate representation than the content itself, so the cost of a
+Similarly, a URL to a piece of content is a less immediate representation than the content itself, so the cost of a
*convert* that simply generates the URL to a piece of data should be high even if the process is very cheap to compute.
Cost is defined in this way to make sure that the result of a type-coercion operation reflects the content that was
@@ -185,9 +188,9 @@ the *type* that is the cheapest to reach currently, excluding any *types* that h
in this way. All *types* found that have not yet been inserted into the set of given *types* are then added to the
set, so that they may be searched as well.
-The algorithm doesn't stop immediately after reaching a *type* from the result set, it continues search until it either
-completely exhausts the result space, or until all non-exhaustively searched paths already have costs higher than the
-allowed maximum. This ensures that the optimal path is found, even if a more expensive path is found more quickly
+The algorithm doesn't stop immediately after reaching a *type* from the result set, it continues to search until it
+either completely exhausts the result-space, or until all non-exhaustively searched paths already have costs higher than
+the allowed maximum. This ensures that the optimal path is found, even if a more expensive path is found more quickly
initially.
<mmm-embed path="type_coercion_graph">excerpt of the graph of conversion paths from two starting facets to mmm/dom
diff --git a/root/articles/mmmfs/motivation/text$markdown+sidenotes.md b/root/articles/mmmfs/motivation/text$markdown+sidenotes.md
index 9433e74..64a3459 100644
--- a/root/articles/mmmfs/motivation/text$markdown+sidenotes.md
+++ b/root/articles/mmmfs/motivation/text$markdown+sidenotes.md
@@ -1,18 +1,18 @@
-# 1. motivation
+# 2&emsp;drawbacks of current systems
-The project that this thesis accompanies was created out of a frustration with the computing systems that are currently
+The project that this thesis accompanies was created out of frustration with the computing systems that are currently
popular and widely available to end-users. The following sections document and exemplify the perceived shortcomings that
these systems exhibit, as attributed to specific concepts or paradigms that the systems seem to be designed around.
-1.1 application-centric design
-------------------------------
+2.1&emsp;application-centric design
+-----------------------------------
The majority of users interact with modern computing systems in the form of smartphones, laptops or desktop PCs,
using the mainstream operating systems Apple iOS and Mac&nbsp;OS&nbsp;X, Microsoft&nbsp;Windows or Android.
<mmm-embed path="app-types" wrap="marginnote"></mmm-embed>
All of these operating systems share the concept of *Applications* (or *Apps*) as one of the core pieces of their
-interaction model. Functionality and capabilities of the digital devices are bundled in, marketed, sold and distributed
+interaction model. The functionality and capabilities of digital devices are bundled, marketed, sold and distributed
as applications. This focus on applications as the primary unit of systems can be seen as the root cause of multiple
problems.
@@ -22,16 +22,16 @@ suites tend to accrete features rather then modularize and delegate to other sof
path="../references/appliances"></mmm-embed>. This makes many software packages more complex and unintuitive than
they need to be, and also cripples interoperability between applications and data formats.
-Because (private) software developers are incentivised to keep customers, they make use of network effects to keep
+Because (private) software developers are incentivized to keep customers, they make use of network effects to keep
customers locked-in. This often means re-implementing services and functionality that is already available to users,
-and integrating it directly in other applications or as a new product by the same organisation.
+and integrating it directly in other applications or as a new product by the same organization.
While this strategy helps big software companies retain customers, it harms users, who have to navigate a complex
-landscape of multiple incompatible, overlapping and competing software ecosystems.
-Data of the same kind, a rich-text document for example, can be shared easily within the software systems of a certain
+landscape of multiple incompatible, overlapping, and competing software ecosystems.
+Data of the same kind, a rich-text document, for example, can be shared easily within the software systems of a certain
manufacturer and with other users of the same, but sharing with users of a competing system, even if it has almost the
-exact same capabilities, can often be problematic.
+same capabilities, can often be problematic<mmm-embed path="../references/lock-in" wrap="sidenote"></mmm-embed>.
-Another issue is that due to the technical challenges of development in the this paradigm, applications are designed and
+Another issue is that due to the technical challenges of development in this paradigm, applications are designed and
developed by experts in application development, rather than experts in the domain of the tool. While developers may
solicit feedback, advice, and ideas from domain experts, communication is a barrier. Additionally, domain experts are
generally unfamiliar with the technical possibilities, and may therefore not be able to express feedback that would lead
@@ -40,16 +40,16 @@ to more significant advances.
As a result, creative use of computer technology is limited to programmers, since applications constrain their users to
the paths and abilities that the developers anticipated and deemed useful.
-The application-centric computing metaphor treats applications as black boxes, and provides no means to understand,
-customize or modify the behaviour of apps, intentionally obscuring the inner-workings of applications and
+The application-centric computing metaphor treats applications as black boxes and provides no means to understand,
+customize or modify the behavior of apps, intentionally obscuring the inner-workings of applications and
completely cutting users off from this type of ownership over their technology. While the trend seems to be to further
hide the way desktop operating systems work<mmm-embed path="../references/osx-files" wrap="sidenote"></mmm-embed>,
-mobile systems like Apple's *iOS* already started out as such *walled gardens*.
+mobile systems like Apple's *iOS* were designed as such *walled gardens* from the start.
-1.2 cloud computing
--------------------
+2.2&emsp;cloud computing
+------------------------
-*Web Apps* often offer similar functionality to other applications, but are subject to additional limitations:
+*Web Apps* often offer similar functionality to other applications but are subject to additional limitations:
In most cases, they are only accessible or functional in the presence of a stable internet connection,
and they have very limited access to the resources of the physical computer they are running on.
For example, they usually cannot interact directly with the file system, hardware peripherals or other applications,
@@ -57,52 +57,52 @@ other than through a standardized set of interactions (e.g. selecting a file via
video from a webcam, opening another website).
Cloud software, as well as subscription-model software with online-verification mechanisms, are additionally subject
-to license changes, updates modifying, restricting or simply removing past functionality etc. Additionally, many cloud
+to license changes, updates modifying, restricting or simply removing past functionality, etc. Additionally, many cloud
software solutions and ecosystems store the users' data in the cloud, often across national borders, where legal and
privacy concerns are intransparently handled by the companies. If a company, for any reason, is unable or unwilling to
-continue servicing a customer, the users data may be irrecoverably lost (or access prevented). This can have serious
+continue servicing a customer, the user's data may be irrecoverably lost (or access prevented). This can have serious
consequences<mmm-embed path="../references/adobe" wrap="sidenote"></mmm-embed>, especially for professional users, for
whom an inability to access their tools or their cloud-stored data can pose an existential threat.
-1.3 inert data (and data formats)
----------------------------------
+2.3&emsp;inert data (and data formats)
+--------------------------------------
Cragg coins the term "inert data"<mmm-embed path="../references/super-powers" wrap="sidenote"></mmm-embed> for the data
created and left behind by apps and applications in the computing model that is currently prevalent: Most data today
is either intrinsically linked to one specific application, that controls and limits access to the actual information,
-or, even worse, stored in the cloud where users have no direct access at all. In the latter case users depend solely on
+or, even worse, stored in the cloud where users have no direct access at all. In the latter case, users depend solely on
online tools that require a stable network connection and a modern browser and could be modified, removed, or otherwise
negatively impacted at any moment.
Aside from being inaccessible to users, the resulting complex proprietary formats are also opaque and useless to other
applications and the operating system, which often is a huge missed opportunity:
-The .docx format for example, commonly used for storing mostly textual data enriched with images and on occasion videos,
+The .docx format, for example, commonly used for storing mostly textual data enriched with images and on occasion videos,
is in fact a type of archive that can contain many virtual files internally, such as the various media files contained
within. However this is completely unknown to the user and operating system, and so users are unable to access the
contents in this way. As a result, editing an image contained in a word document is far from a trivial task: first the
document has to be opened in a word processing application, then the image has to be exported from it and saved in its
own, temporary file. This file can then be edited and saved back to disk. Once updated, the image may be reimported
into the .docx document. If the word-processing application supports this, the old image may be replaced directly,
-otherwise the user may have to remove the old image, insert the new one and carefully ensure that the positioning in
+otherwise, the user may have to remove the old image, insert the new one, and carefully ensure that the positioning in
the document remains intact.
-1.4 disjointed filesystems
---------------------------
+2.4&emsp;disjointed filesystems
+-------------------------------
The filesystems and file models used on modern computing devices generally operate on the assumption that every
individual file stands for itself. Grouping of files in folders is allowed as a convenience for users, but most
-applications only ever concern themselves with a single file at a time, independent of the context the file is stored in
-in the filesystem.
+applications only ever concern themselves with a single file at a time, independent of the context the file is stored
+in.
Data rarely really fits this concept of individual files very well, and even when it does, it is rarely exposed to
-the user that way: The 'Contacts' app on a mobile phone for example does not store each contacts's information in a
+the user that way: The 'Contacts' app on a mobile phone, for example, does not store each contact's information in a
separate 'file' (as the word may suggest initially), but rather keeps all information in a single database file,
which is hidden away from the user. Consequently, access to the information contained in the database is only enabled
through the contacts application's graphical interface, and not through other applications that generically operate on
files.
-Another example illustrates how a more powerful file (organisation) system could render such formats and applications
-obsolete: Given the simple task of collecting and arranging a mixed collection of images, videos and texts in order to
+Another example illustrates how a more powerful file (organization) system could render such formats and applications
+obsolete: Given the simple task of collecting and arranging a mixed collection of images, videos, and texts to
brainstorm, many might be tempted to open an application like *Microsoft Word* or *Adobe Photoshop* and create a new
document there. Both *Photoshop* files and *Word* documents are capable of containing texts and images, but when such
content is copied into them from external sources, such as other files on the same computer, or quotes and links from
@@ -113,7 +113,7 @@ video embedding options are limited, while tools better suited to these tasks la
To avoid facing this dilemma, a more sensible system could leave the task of positioning and aggregating content of
different types to one software component, while multiple different software components could be responsible for editing
-the individual pieces of content, so that the most appropriate one can be chosen for each element. While creating the
+the individual pieces of content so that the most appropriate one can be chosen for each element. While creating the
technological interface between these components is certainly a challenge, the resulting system would greatly benefit
from the exponentially-growing capabilities resulting from the modular reuse of components across many contexts: A rich
text editor component could be used for example not just in a mixed media collection as proposed above, but also for
@@ -123,10 +123,10 @@ an email editor or the input fields in a browser.
To summarize, for various reasons, the metaphors and driving concepts of computing interfaces today prevent users from
deeply understanding the software they use and the data they own, from customizing and improving their experience and
-interactions, and from properly owning, contextualising and connecting their data.
+interactions, and from properly owning, contextualizing and connecting their data.
-Interestingly, these deficits do not appear throughout the history of today's computing systems, but are based in rather
-recent developments in the field. In fact the most influential systems in the past aspired to the polar opposites, as I
+Interestingly, these deficits do not appear throughout the history of today's computing systems but are based in rather
+recent developments in the field. In fact, the most influential systems in the past aspired to the polar opposites, as I
will show in the next section.
<!--
diff --git a/root/articles/mmmfs/references/$order b/root/articles/mmmfs/references/$order
index f50f166..d2a668b 100644
--- a/root/articles/mmmfs/references/$order
+++ b/root/articles/mmmfs/references/$order
@@ -16,5 +16,7 @@ hypercard
inkandswitch
linux-exec
wikipedia
+market-share
osx-files
renaming
+lock-in
diff --git a/root/articles/mmmfs/references/lock-in/text$bibtex b/root/articles/mmmfs/references/lock-in/text$bibtex
new file mode 100644
index 0000000..28d780c
--- /dev/null
+++ b/root/articles/mmmfs/references/lock-in/text$bibtex
@@ -0,0 +1,7 @@
+@online{lock:in,
+ title = {The Cloud is the Ultimate Vendor Lock-in},
+ url = {https://www.digital-manifesto.org/the-cloud-is-the-ultimate-vendor-lock-in/},
+ author = {Zielemans, François},
+ year = {2017},
+ visited = {2019-11-18},
+}
diff --git a/root/articles/mmmfs/references/market-share/text$bibtex b/root/articles/mmmfs/references/market-share/text$bibtex
new file mode 100644
index 0000000..430af2f
--- /dev/null
+++ b/root/articles/mmmfs/references/market-share/text$bibtex
@@ -0,0 +1,7 @@
+@online{market:share,
+ title = {Operating System Market Share - Desktop and Mobile},
+ year = {2019},
+ url = {https://s-ol.nu/ba/ref/nms},
+ oldURL = {https://netmarketshare.com/operating-system-market-share.aspx?options=%7B%22filter%22%3A%7B%22%24and%22%3A%5B%7B%22deviceType%22%3A%7B%22%24in%22%3A%5B%22Desktop%2Flaptop%22%2C%22Mobile%22%5D%7D%7D%5D%7D%2C%22dateLabel%22%3A%22Trend%22%2C%22attributes%22%3A%22share%22%2C%22group%22%3A%22platform%22%2C%22sort%22%3A%7B%22share%22%3A-1%7D%2C%22id%22%3A%22platformsDesktop%22%2C%22dateInterval%22%3A%22Monthly%22%2C%22dateStart%22%3A%222018-12%22%2C%22dateEnd%22%3A%222019-11%22%2C%22hiddenSeries%22%3A%7B%7D%2C%22tableOrder%22%3A%5B%5B2%2C%22desc%22%5D%5D%2C%22segments%22%3A%22-1000%22%7D},
+ publisher = {NetMarketShare},
+}
diff --git a/root/articles/mmmfs/references/text$moonscript -> fn -> mmm$dom.moon b/root/articles/mmmfs/references/text$moonscript -> fn -> mmm$dom.moon
index 7d0622c..7b96c10 100644
--- a/root/articles/mmmfs/references/text$moonscript -> fn -> mmm$dom.moon
+++ b/root/articles/mmmfs/references/text$moonscript -> fn -> mmm$dom.moon
@@ -5,6 +5,8 @@
refs = for ref in *@children
li ref\gett 'mmm/dom'
div {
+ class: 'print-ownpage'
+
h1 "references", id: 'references'
ol with refs
refs.style = 'line-height': 'normal'
diff --git a/root/articles/mmmfs/table-of-contents/text$html+frag.html b/root/articles/mmmfs/table-of-contents/text$html+frag.html
index 911d8b8..2b94109 100644
--- a/root/articles/mmmfs/table-of-contents/text$html+frag.html
+++ b/root/articles/mmmfs/table-of-contents/text$html+frag.html
@@ -12,7 +12,7 @@
let num = 0;
for (e of list) {
while (e.num > num) {
- str += '<ol style="list-style: none;">'
+ str += '<ol style="list-style: none; padding-left: 2rem;">'
num += 1;
}
@@ -34,55 +34,56 @@
<ol style="list-style: none;">
<li><a href="#abstract">abstract</a></li>
<li><a href="#table-of-contents">table of contents</a></li>
- <li><a href="#overview">overview</a></li>
- <li><a href="#1-motivation">1. motivation</a></li>
- <ol style="list-style: none;">
- <li><a href="#11-application-centric-design">1.1 application-centric design</a></li>
- <li><a href="#12-cloud-computing">1.2 cloud computing</a></li>
- <li><a href="#13-inert-data-and-data-formats">1.3 inert data (and data formats)</a></li>
- <li><a href="#14-disjointed-filesystems">1.4 disjointed filesystems</a></li>
+ <li><a href="#1introduction">1&emsp;introduction</a></li>
+ <li><a href="#2drawbacks-of-current-systems">2&emsp;drawbacks of current systems</a></li>
+ <ol style="list-style: none; padding-left: 2rem;">
+ <li><a href="#21application-centric-design">2.1&emsp;application-centric design</a></li>
+ <li><a href="#22cloud-computing">2.2&emsp;cloud computing</a></li>
+ <li><a href="#23inert-data-and-data-formats">2.3&emsp;inert data (and data formats)</a></li>
+ <li><a href="#24disjointed-filesystems">2.4&emsp;disjointed filesystems</a></li>
</ol>
- <li><a href="#2-historical-approaches">2. historical approaches</a></li>
- <li><a href="#3-evaluation-framework">3. evaluation framework</a></li>
- <ol style="list-style: none;">
- <li><a href="#31-qualities-of-successful-end-user-computing">3.1 qualities of successful end-user computing</a></li>
- <li><a href="#32-modularity">3.2 modularity</a></li>
- <li><a href="#33-content-transclusion">3.3 content transclusion</a></li>
- <li><a href="#34-end-user-programming">3.4 end-user programming</a></li>
+ <li><a href="#3historical-approaches">3&emsp;historical approaches</a></li>
+ <li><a href="#4evaluation-framework">4&emsp;evaluation framework</a></li>
+ <ol style="list-style: none; padding-left: 2rem;">
+ <li><a href="#41qualities-of-successful-end-user-computing">4.1&emsp;qualities of successful end-user computing</a></li>
+ <li><a href="#42modularity">4.2&emsp;modularity</a></li>
+ <li><a href="#43content-transclusion">4.3&emsp;content transclusion</a></li>
+ <li><a href="#44end-user-programming">4.4&emsp;end-user programming</a></li>
</ol>
- <li><a href="#4-system-description">4. system description</a></li>
- <ol style="list-style: none;">
- <li><a href="#41-data-storage-model">4.1 data storage model</a></li>
- <li><a href="#42-type-system-and-coercion-engine">4.2 type system and coercion engine</a></li>
+ <li><a href="#5system-description">5&emsp;system description</a></li>
+ <ol style="list-style: none; padding-left: 2rem;">
+ <li><a href="#51data-storage-model">5.1&emsp;data storage model</a></li>
+ <li><a href="#52type-system-and-coercion-engine">5.2&emsp;type system and coercion engine</a></li>
</ol>
- <li><a href="#5-example-use-cases">5. example use-cases</a></li>
- <ol style="list-style: none;">
- <li><a href="#51-publishing-and-blogging">5.1 publishing and blogging</a></li>
- <ol style="list-style: none;">
- <li><a href="#511-blogging">5.1.1 blogging</a></li>
- <li><a href="#512-scientific-publishing">5.1.2 scientific publishing</a></li>
+ <li><a href="#6example-use-cases">6&emsp;example use-cases</a></li>
+ <ol style="list-style: none; padding-left: 2rem;">
+ <li><a href="#61publishing-and-blogging">6.1&emsp;publishing and blogging</a></li>
+ <ol style="list-style: none; padding-left: 2rem;">
+ <li><a href="#611blogging">6.1.1&emsp;blogging</a></li>
+ <li><a href="#612scientific-publishing">6.1.2&emsp;scientific publishing</a></li>
</ol>
- <li><a href="#52-pinwall">5.2 pinwall</a></li>
- <li><a href="#53-slideshow">5.3 slideshow</a></li>
+ <li><a href="#62pinwall">6.2&emsp;pinwall</a></li>
+ <li><a href="#63slideshow">6.3&emsp;slideshow</a></li>
</ol>
- <li><a href="#6-evaluation">6. evaluation</a></li>
- <ol style="list-style: none;">
- <li><a href="#61-examples">6.1 examples</a></li>
- <ol style="list-style: none;">
- <li><a href="#611-publishing-and-blogging">6.1.1 publishing and blogging</a></li>
- <li><a href="#612-pinwall">6.1.2 pinwall</a></li>
- <li><a href="#613-slideshow">6.1.3 slideshow</a></li>
+ <li><a href="#7evaluation">7&emsp;evaluation</a></li>
+ <ol style="list-style: none; padding-left: 2rem;">
+ <li><a href="#71examples">7.1&emsp;examples</a></li>
+ <ol style="list-style: none; padding-left: 2rem;">
+ <li><a href="#711publishing-and-blogging">7.1.1&emsp;publishing and blogging</a></li>
+ <li><a href="#712pinwall">7.1.2&emsp;pinwall</a></li>
+ <li><a href="#713slideshow">7.1.3&emsp;slideshow</a></li>
</ol>
- <li><a href="#62-general-concerns">6.2 general concerns</a></li>
- <ol style="list-style: none;">
- <li><a href="#621-global-set-of-converts">6.2.1 global set of converts</a></li>
- <li><a href="#622-code-outside-of-the-system">6.2.2 code outside of the system</a></li>
- <li><a href="#623-type-system">6.2.3 type system</a></li>
- <li><a href="#624-type-coercion">6.2.4 type-coercion</a></li>
- <li><a href="#625-in-system-editing">6.2.5 in-system editing</a></li>
+ <li><a href="#72general-concerns">7.2&emsp;general concerns</a></li>
+ <ol style="list-style: none; padding-left: 2rem;">
+ <li><a href="#721global-set-of-converts">7.2.1&emsp;global set of converts</a></li>
+ <li><a href="#722code-outside-of-the-system">7.2.2&emsp;code outside of the system</a></li>
+ <li><a href="#723type-system">7.2.3&emsp;type system</a></li>
+ <li><a href="#724type-coercion">7.2.4&emsp;type-coercion</a></li>
+ <li><a href="#725in-system-editing">7.2.5&emsp;in-system editing</a></li>
+ <li><a href="#726end-user-adoption">7.2.6&emsp;end-user adoption</a></li>
</ol>
</ol>
- <li><a href="#7-conclusion">7. conclusion</a></li>
+ <li><a href="#8conclusion">8&emsp;conclusion</a></li>
<li><a href="#references">references</a></li>
<li><a href="#ba-log">appendix: project log</a></li>
<li><a href="#statement">statement of originality</a></li>
diff --git a/root/articles/mmmfs/title/text$html+frag.html b/root/articles/mmmfs/title/text$html+frag.html
index 1b0bf03..82e7a99 100644
--- a/root/articles/mmmfs/title/text$html+frag.html
+++ b/root/articles/mmmfs/title/text$html+frag.html
@@ -1,6 +1,6 @@
<div class="print-only print-ownpage" style="font-size: 1.5rem; width: calc(100% + var(--sidenote-width))">
<div style="font-size: 2rem; margin-top: 4cm">
- <h1>Empowered End-User Computing</h1>
+ <h1>Empowered End-User Computing:</h1>
<span>A Historical Investigation and Development of a File-System-Based Environment</span>
</div>
<div style="width: 14cm; margin: 4cm auto 0">