telavivmakers / geek_code

geek code 5.x repo
The Unlicense
41 stars 5 forks source link

Version 5.0 #6

Closed exarobibliologist closed 2 years ago

exarobibliologist commented 2 years ago

Version 5 contains a lot of changes, both in how the code is structured and the organization of the code elements.

Did more research on the history of geekcode, found more examples of old geekcode online, and decided to back up these examples to the geekcode repo (Now, no matter whether the websites continue to be maintained or not, these older examples will always be here on the repo to show how far we've come.)

Changes

  1. Added two new symbols

    • The _ symbol is optional and can show a baseline score, instead of leaving a category empty
    • The ^ symbol shows that a geek has a degree or certificate in a particular area.
      • The ^ symbol does the same job as the "Education" section did, so "Education" was removed.
  2. Code Changes

    • The code no longer uses case-sensitive categories. You won't see "C" (for Computers) along with "c" (for clothing) anymore.
      • To accomplish this, some categories and letters have been changed.
      • Letter groupings are used so that there was no repetition of single letters among the categories.
        • C = Clothing, and CM = Computers
        • B = Beard/Hair, and BK = Books
        • etc, etc...
jeremy-rutman commented 2 years ago

will see if i can make some time to write a decoder