Compare commits
2 Commits
03120d6a07
...
b0e3ff7e26
Author | SHA1 | Date |
---|---|---|
Charles Iliya Krempeaux | b0e3ff7e26 | |
Charles Iliya Krempeaux | 0bbfd7aef6 |
|
@ -380,7 +380,7 @@
|
|||
<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>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.., 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.e., a single client) that if they compromise to compromise users' privacy,</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
|
@ -405,7 +405,7 @@
|
|||
<h3>User-Experience</h3>
|
||||
<ul>
|
||||
<li>get rid of the need for passwords,</li>
|
||||
<li>be able to (also) be viewed from a terminal-emulator,</li>
|
||||
<li>be able to (also) be viewed from a computer-terminal-emulator,</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>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue