Skip to content

Instantly share code, notes, and snippets.

@internetimagery
internetimagery / thoughts.md
Last active February 13, 2018 11:00 — forked from anonymous/thoughts.txt
ramblings

Thoughts on key value backed asset store.

  • Key Value store provides maximum simplicity. Maximium portability. Data safety.
  • Key Value store used in this manner (immutable) could be hard to maintain. ie: cleaning up old data.
  • Key Value store assumes it conforms to map[string][]byte

Data abstracted at various levels.

Base level types:

@internetimagery
internetimagery / gist:5605f1ecc2f390161c85
Last active August 29, 2015 14:27
TELIMS Maya 2015 SP6 Install on Ubuntu 14.04
#References:
#http://forums.autodesk.com/t5/installation-licensing/installing-maya-on-ubuntu/td-p/4905036
#http://askubuntu.com/questions/392806/installing-maya-on-ubuntu-linux
#https://gist.github.com/insomniacUNDERSCORElemon/5555214
#http://nealbuerger.com/2013/05/ubuntu-13-04-maya-2014-install-script/
#http://www.nkoubi.com/blog/tutorial/how-to-install-autodesk-maya-2011-on-debian-ubuntu/
#http://help.autodesk.com/view/MAYAUL/2015/ENU/?guid=GUID-E7E054E1-0E32-4B3C-88F9-BF820EB45BE5
#http://www.andrewhazelden.com/blog/2014/10/autodesk-nlm-licensing-issues-with-maya-2015-and-max-2015/