Update README.md

This commit is contained in:
exarobibliologist 2022-10-12 11:29:38 -04:00
parent 08b07e9011
commit 65cf280207

View File

@ -403,39 +403,43 @@ List a series of languages and your facility/opinion thereupon, for example Lpy+
| Lwps | = | Windows PowerShell | | Lwps | = | Windows PowerShell |
For example: For example:
```
Lpy+++ = I am Guido | | | |
Lpy++ = I maintain/contribute to the python code base |:--- | :---: | :--- |
Lpy+ = I am a pythonista love python and use it all the time , consider whether things I say are 'pythonic' | Lpy+++ | = | I am Guido |
Lpy = I am neutral on python , its ok for some things. | Lpy++ | = | I maintain/contribute to the python code base |
Lpy- = Python is for hobbies | Lpy+ | = | I am a pythonista love python and use it all the time , consider whether things I say are 'pythonic' |
Lpy-- = I do not like python, it is an ugly aberration for people incapable of grasping the subtle power of [C|Lisp|assembly] | Lpy | = | I am neutral on python , its ok for some things. |
``` | Lpy- | = | Python is for hobbies |
| Lpy-- | = | I do not like python, it is an ugly aberration for people incapable of grasping the subtle power of [C|Lisp|assembly] |
IO = Input/Output IO = Input/Output
------ ------
How do you take your data? How do you present your data to others? Input/Output is a single entry with two sections delimited by a colon describing how user-friendly or not you are. How do you take your data? How do you present your data to others? Input/Output is a single entry with two sections delimited by a colon describing how user-friendly or not you are.
``` `Input Side`
Input Side | | | |
IO+++ = I wrote my own database system as current performance limitations were irking me |:--- | :---: | :--- |
IO++ = | IO+++ | = | I wrote my own database system as current performance limitations were irking me |
IO+ = | IO++ | = | |
IO = | IO+ | = | |
IO- = | IO | = | |
IO-- = | IO- | = | |
IO--- = Keep the dirty stuff under the hood, building a cool GUI is where its at | IO-- | = | |
| IO--- | = | Keep the dirty stuff under the hood, building a cool GUI is where its at |
Output Side `Output Side`
IO+++ = I am a java bean | | | |
IO++ = |:--- | :---: | :--- |
IO+ = | IO+++ | = | I am a java bean |
IO = | IO++ | = | |
IO- = | IO+ | = | |
IO-- = My user interface is a text-only Terminal. Don't even touch the mouse | IO | = | |
IO--- = I couldnt care less about the 'user experience'; users can be approximated using Bayesian techniques | IO- | = | |
``` | IO-- | = | My user interface is a text-only Terminal. Don't even touch the mouse |
| IO--- | = | I couldnt care less about the 'user experience'; users can be approximated using Bayesian techniques |
For example: IO+++:--- likely means you send and recieve data in as raw a form as possible. For example: IO+++:--- likely means you send and recieve data in as raw a form as possible.