diff --git a/README.md b/README.md index b43d72e..d940fee 100644 --- a/README.md +++ b/README.md @@ -403,39 +403,43 @@ List a series of languages and your facility/opinion thereupon, for example Lpy+ | Lwps | = | Windows PowerShell | 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 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] -``` + +| | | | +|:--- | :---: | :--- | +| 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 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 ------ 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 -IO+++ = I wrote my own database system as current performance limitations were irking me -IO++ = -IO+ = -IO = -IO- = -IO-- = -IO--- = Keep the dirty stuff under the hood, building a cool GUI is where its at +`Input Side` +| | | | +|:--- | :---: | :--- | +| IO+++ | = | I wrote my own database system as current performance limitations were irking me | +| IO++ | = | | +| IO+ | = | | +| IO | = | | +| IO- | = | | +| IO-- | = | | +| IO--- | = | Keep the dirty stuff under the hood, building a cool GUI is where its at | -Output Side -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--- = I couldnt care less about the 'user experience'; users can be approximated using Bayesian techniques -``` +`Output Side` +| | | | +|:--- | :---: | :--- | +| 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--- | = | 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.