2008-05-12

From Biohack

Jump to: navigation, search

Stuff

Plan of Action

  1. Translate origami howtos into origami fold language (OFL) from CSAIL
  2. OFL to
    1. Human-readable instructions (text, diagrams)
    2. The JVM bytecode for eventual automated manufacturing (people already have 2D printers, but maybe not the automated folders)
  3. Have a full demo of OSCOMAK/SKDB/metarepo//autogenix plus tutorials, explanations, screencasts, need some people to start git projects and coming up with standards.
  4. Plan out how to get towards automated manufacturing. Basically this means Gingery and financial bootstrapping.
  5. So there will probably be a few versions of SKDB kind of like the versions of debian. Not just stable/unstable, but rather "complete" and "incomplete". The complete branch will have everything derived from those basic elements that everybody can find, while the incomplete branch would allow people to jump from strain to strain via salvaging garbage, buying equipment, etc.


 
class metadata:
	name = "Default project name"
	configScript = path/to/config/script/within/.skdb/config.py
	pgpKey = "3940914afdafdja0r391"
	hashSum = "90149940141" # This is of the dot skdb file in general, yes?
	maintainerList # How do you do lists in python, anyway? This is probably <a href="http://foaf-project.org/">FOAF</a> data (?).
 




 
class metadata:
	name = "Default project name"
	pgpKey = "3940914afdafdja0r391"
	hashSum = "90149940141" # This is of the dot skdb file in general, yes?
	maintainerEmailAddy = "Bryan Bishop <kanzure@gmail.com>"
	reqFiles # Required files for a default installation.
	configScript = path/to/config/script/within/.skdb/config.py
	# To help with over-rides, the config-script is still included.
 
Personal tools