-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
140 lines (132 loc) · 8.54 KB
/
about.html
File metadata and controls
140 lines (132 loc) · 8.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico">
<title>Mikorizal Software</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/site.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar" role="navigation">
<div class="container">
<!--<span id="forkongithub"><a href="https://github.com/valnet/valuenetwork" target="_blank">Fork me on GitHub</a></span>-->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img src="mushy40.jpg" alt="Mushy the chanterelle mushroom" title="Mushy the chanterelle mushroom" />
mikorizal software<br />
<img src="myc.png">
</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="about.html">About Us</a></li>
<li><a href="software.html">Software</a></li>
<li><a href="groups.html">Networks</a></li>
<li><a href="flows.html">Resource Flows</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container main">
<div class="row">
<div class="col-md-6">
<h4>The core team</h4>
<p>The core development team lives among the woods and small farms of rural southwest Wisconsin, USA.
We don't have much cell phone coverage, but we do have very good internet! We are helped by a few others located
around the world.
</p>
<p>Here's a mention in the <a href="http://commonstransition.org/top-10-p2p-trends-2015/" target="_blank">P2P Foundation's
Top 10 P2P Trends for 2015</a>. See #6, although the whole thing is interesting.
<p>The networks who use the software also help us create it. For example, the Value Network Software (NRP)
was designed by Sensorica as much as the programmers.
</p>
<p>We are trying to use the skills we have to respond to the times we find ourselves in, with
crises in the economy, climate change, and peak resources.</p>
<p>There are lots of experiments going on all over to address the problems we all see. We want to help
groups of people who are trying out alternate economic forms that are more fair. These economic groups
tend to be networks, or at least they want to network with other similar groups.</p>
<p>They also
usually need some operational infrastructure to make their work more productive, and existing software options
don't really work well for these groups. We think we can help out.</p>
<p>We have quite a few decades of software development experience, in all kinds of industries, but especially
in manufacturing supply chains. Supply chains, in fact, are economic networks. They are just not yet next-economy networks.
</p>
<h4>Working collaborations</h4>
<p>We develop the software only in close collaboration with groups who are working on the ground.
This means the software supports these groups very well. As we work with more groups,
the software gets more able to support different kinds of groups, and also just better.</p>
<p>The software learns as we do.</p>
<p>We've found that if we consider the networks we work with to be equal partners and contributors,
we make lots more progress.
One example is the Sensorica concept of a value equation, which is democratically
decided and used to distribute any income to those who contributed. We made this work because it fits
really well with our model of resource flows in a network. But the idea was Sensorica's, coming out of
their desire to define a different way to work and get rewards.</p>
<p>It is a commitment for people in a network to spend the time showing us how they work, making suggestions,
testing, participating in feedback loops, all of which are necessary for this type of software development
to work. We are tooled for speed of development,
which helps us keep up with people who are themselves figuring out how their network should operate in real time.
For example, we've probably thrown away half of the pages we have created with Sensorica.
It is very dynamic and possibly not the way people are used to developing software, so if our users can embrace that,
we can jointly be very productive.</p>
</div>
<div class="col-md-6">
<h4>Software for the next economy</h4>
<p>We work off a hypothesis that has 5 parts:
</p>
<ul>
<li>We as a species are headed into a systemic crisis. That is, the current global economic system is failing.</li>
<li>The next system could be much better or much worse.</li>
<li>The much-better version will be networked, and will require better software.</li>
<li>The <a href="https://github.com/valnet/valuenetwork/wiki/Concepts" target="_blank">REA (Resource-Event-Agent) model</a>
(aka the
<a href="http://jtc1sc32.org/doc/N1051-1100/32N1083-CD15944-4-wg1n266.pdf" target="_blank">ISO standard Economic and Accounting Ontology</a>)
is an appropriate base model for such software.</li>
<li>We don't know in detail how such software must work, so we will learn how by working with existing economic networks
that are trying to change the economic system. We look at this as a series of semi-scientific experiments.</li>
</ul>
<p>Examples of such experiments <a href="groups.html">here</a></p>
<h4>Open source software</h4>
<p>Our software is open-source from top to bottom, and we are committed to maintaining that.
We would like to expand our open source community, and welcome people to work with us.</p>
<h4>For potential collaborators</h4>
<p>In addition to new user networks, we're interested in collaborating with other software projects who see themselves as
part of the same set of solutions, and would jump on opportunities to do so.
</p>
<p>We are working with a team of collaborators
towards a common vocabulary to support inter-operability between next-economy software called
<a href="https://github.com/valueflows/valueflows" target="_blank">ValueFlows</a>. The more the merrier.
</p>
<p>And we are also interested in working with other programmers, designers, writers, whatever, on the NRP software.
Here are some of
<a href="https://github.com/valnet/valuenetwork/wiki/Help" target="_blank">our current needs for direct help.</a>
The software is written in Django, a Python framework. We also need lots of javascript help for new UI features.
</p>
<p>
If you want to learn more about the NRP software, check out the <a href="https://github.com/valnet/valuenetwork/wiki" target="_blank">github wiki</a>,
or wander around the <a href="http://valnet.webfactional.com" target="_blank">Sensorica Value Accounting / NRP System</a>,
or read
<a href="http://valuenetwork.referata.com/wiki/Main_Page" target="_blank">Sensorica's writings about Open Value Networks</a>.
</p>
</div>
</div>
</div>
</body>
</html>