User talk:Andrewusu: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
m (Welcome!)
 
No edit summary
Line 1: Line 1:
=Media Wiki=
[https://www.mediawiki.org/wiki/Help:Formatting Formatting]
=Worker Cooperative=
I am interested in worker owned companies. Trying to compile resources to assist in their formation.
[https://www.youtube.com/watch?v=8G1-SYMatNc Laura Flanders] and Professor Richard D. Wolff speak a lot about worker coops on YouTube.
==Resources==
* http://www.usworker.coop/home/ $100+ annual membership dues to access their database and technical assistance.
* https://solidarityeconomy.us/ Neat visual interface
* https://cooperationworks.coop/
* https://www.ncb.coop/
* More to add/read...
=Software Tools=
==FreeCAD Real Time Collaboration==
From my brief analysis:
* Store the [https://www.freecadweb.org/wiki/File_Format_FCStd FCStd] file in git uncompressed (in own directory).
* Use libgit2 with [https://stackoverflow.com/questions/37849771/can-git-be-made-to-mostly-auto-merge-xml-order-insensitive-files custom XML merge driver].
* Make new workbench or augment existing ones with new drop down menu entries to handle git operations (push/pull).
* At some interval check for updates to origin.
* Handle real time transactions on top of that (e.g. real time cursor/updates you see in google-docs):
** Could make cloud service to handle real time data transfer if neither network supports UPNP. Or only support UPNP compliance.
** Handle locking/unlocking of essentially unmergable assets (e.g. 3D mesh). As well as visual representation changes to others with same file open.
** Other features as needed.
==OSE Supply Chain Interface==
*Interface for customers.
*I think this would help with adaptation/feasibility of many OSE concepts... distribution of the means of production, minimize shipping emissions/cost, etc.
----
'''Welcome to ''Open Source Ecology''!'''
'''Welcome to ''Open Source Ecology''!'''



Revision as of 00:24, 1 March 2020

Media Wiki

Formatting

Worker Cooperative

I am interested in worker owned companies. Trying to compile resources to assist in their formation.

Laura Flanders and Professor Richard D. Wolff speak a lot about worker coops on YouTube.

Resources

Software Tools

FreeCAD Real Time Collaboration

From my brief analysis:

  • Store the FCStd file in git uncompressed (in own directory).
  • Use libgit2 with custom XML merge driver.
  • Make new workbench or augment existing ones with new drop down menu entries to handle git operations (push/pull).
  • At some interval check for updates to origin.
  • Handle real time transactions on top of that (e.g. real time cursor/updates you see in google-docs):
    • Could make cloud service to handle real time data transfer if neither network supports UPNP. Or only support UPNP compliance.
    • Handle locking/unlocking of essentially unmergable assets (e.g. 3D mesh). As well as visual representation changes to others with same file open.
    • Other features as needed.

OSE Supply Chain Interface

  • Interface for customers.
  • I think this would help with adaptation/feasibility of many OSE concepts... distribution of the means of production, minimize shipping emissions/cost, etc.



Welcome to Open Source Ecology!

Thank you for registering on the Open Source Ecology wiki.