Compare commits
No commits in common. "b0e3ff7e26bde3424dbb612678e216f3c23ec722" and "03120d6a07b726b11aaec4c966af70688f055216" have entirely different histories.
b0e3ff7e26
...
03120d6a07
|
@ -380,7 +380,7 @@
|
||||||
<li>make creating <em>server</em> software a good learning exercise for students,</li>
|
<li>make creating <em>server</em> software a good learning exercise for students,</li>
|
||||||
<li>make creating your own <em>client</em> software easy to do for a a competent software developer of 3 to 10 years of experience,</li>
|
<li>make creating your own <em>client</em> software easy to do for a a competent software developer of 3 to 10 years of experience,</li>
|
||||||
<li>make creating your own <em>server</em> software easy to do for a a competent software developer of 3 to 10 years of experience,</li>
|
<li>make creating your own <em>server</em> software easy to do for a a competent software developer of 3 to 10 years of experience,</li>
|
||||||
<li>try to make it so multiple client software exists and new client software keeps on getting created, so that a malicious party doesn't have a single point of attack (i.e., a single client) that if they compromise to compromise users' privacy,</li>
|
<li>try to make it so multiple client software exists and new client software keeps on getting created, so that a malicious party doesn't have a single point of attack (i.., a single client) that if they compromise to compromise users' privacy,</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
|
@ -405,7 +405,7 @@
|
||||||
<h3>User-Experience</h3>
|
<h3>User-Experience</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>get rid of the need for passwords,</li>
|
<li>get rid of the need for passwords,</li>
|
||||||
<li>be able to (also) be viewed from a computer-terminal-emulator,</li>
|
<li>be able to (also) be viewed from a terminal-emulator,</li>
|
||||||
<li>be able to (also) be viewed and used without (necessarily) needing a mouse,</li>
|
<li>be able to (also) be viewed and used without (necessarily) needing a mouse,</li>
|
||||||
<li>have the default file data format be easy enough that an average person could learn to write it using just a text-editor (for some definition of “text”).</li>
|
<li>have the default file data format be easy enough that an average person could learn to write it using just a text-editor (for some definition of “text”).</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue