Projects: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
All projects listed here are open-source. See [[ | All projects listed here are open-source. See [[conventions]] for standards I've developed for my work. | ||
==Project Directory== | ==Project Directory== | ||
===In Development=== | ===In Development=== | ||
* [[Ferreteria]] is a web application framework that does not depend on JavaScript. It is very fast. | * [[Ferreteria]] is a web application framework that does not depend on JavaScript. It is very fast. | ||
* [[FinanceFerret]] is a web application for managing money (like {{l/htyp|QuickBooks}} but not evil) | * [[FinanceFerret]] is a web application for managing money (like {{l/htyp|QuickBooks}} but not evil) | ||
* [[Futilities]] is a collection of administrative files and utility programs | |||
* [[Greenmine]] is a collection of project-oriented plugins for [[Ferreteria]] (including [[FinanceFerret]] and [[WorkFerret]]) | * [[Greenmine]] is a collection of project-oriented plugins for [[Ferreteria]] (including [[FinanceFerret]] and [[WorkFerret]]) | ||
* [[Hoard]] is a universal database of stuff and things | |||
* [[MWX|MediaWiki extensions]]: there are several | |||
* [[WorkFerret]] is a single-user app for tracking billable hours, invoicing, etc. | |||
* [[VbzCart]] is an e-commerce application with which I'm planning to help [[vbzw:The_Virtual_Bazaar_Manifesto|undermine capitalism]] (see {{l/woozalia|WSA}}). | * [[VbzCart]] is an e-commerce application with which I'm planning to help [[vbzw:The_Virtual_Bazaar_Manifesto|undermine capitalism]] (see {{l/woozalia|WSA}}). | ||
===Concept Phase=== | ===Concept Phase=== | ||
* [[AUIML]] is a replacement for HTML+CSS+JS which is designed to be comparable to desktop GUI while including the best features of HTML web | * [[AUIML]] is a replacement for HTML+CSS+JS which is designed to be comparable to desktop GUI while including the best features of HTML web | ||
* [[brainstorming]]: concepts still under development | |||
* [[DeskWeb]] is a serverless interactive asynchronously-shareable web site on your device | |||
* [[FactFerret]]: a data structure for recording arbitrary facts and sources | * [[FactFerret]]: a data structure for recording arbitrary facts and sources | ||
* [[Fedarchy]]: decentralized self-governance | |||
* [[Fedinventory]] is a crowdsourced way of maximizing reuse of equipment and materials | |||
* [[FerretCircles]]: an overlay on Mastodon to support features like Circles and Groups ("Communities") in Google+ | |||
* [[FerretCoin]]: non-blockchain socialist cryptocurrency | |||
* [[FerretX]]: object-oriented interprocess communication | |||
* [[GnuMusiq]] is an idea for making music distribution more meritocratic than driven by self-promotion ability | * [[GnuMusiq]] is an idea for making music distribution more meritocratic than driven by self-promotion ability | ||
* [[Wikcess]] is kind of a cross between a semantic wiki and MS Access, with shareable apps | * [[Wikcess]] is kind of a cross between a semantic wiki and MS Access, with shareable apps | ||
* [[ | |||
===Proposals=== | |||
* [[FerretCoin]]: socialist currency | |||
* [[Ferret File System]]: a storage-agnostic, format-agnostic filesystem | |||
* [[Software Uprising]]: a cooperative | |||
===On Hold=== | |||
* [[SMTP server configuration]]: figuring out how this works ''in a way that I can understand'' | |||
===Obsolete=== | ===Obsolete=== | ||
* [[Open Security System]] | * [[Open Security System]]: This has long since been done, although I need to find some how-to information. | ||
* [[InstaGov]] was a concept for web-based tools for self-governance; replaced by [[Fedarchy]]. | |||
===Offsite=== | ===Offsite=== | ||
* [[htyp:User:Woozle/software]] - notes and additional projects, some of which should be moved here | * [[htyp:User:Woozle/software]] - notes and additional projects, some of which should be moved here | ||
===Experiments=== | ===Experiments=== | ||
* [[/tutoring]]: specifying an application design as a tool for learning to code | * [[/tutoring]]: specifying an application design as a tool for learning to code | ||
==History== | |||
* '''2020-11-14''' Priority is now [[WorkFerret]], because I need to do some billing. VbzCart is either #2 or #3 after [[FinanceFerret]]. | |||
* '''2019-12-28''' My current priority is getting [[VbzCart]] back online, both as a potential source of revenue and so I have something to show off for establishing credibility. | |||
Once Ferreteria is stable again, the next items at the top of my list are the {{l/igov|debate mapper}} and {{l/igov|liquid agenda}} components of [[InstaGov]]. Both of these depend on the "TextFerret" component of Ferreteria (partly working but incomplete) which will also allow Ferreteria to act as a general content-management system (CMS), including wiki pages and blogging. It will also be one of the key pieces of [[Wikcess]]. I want TextFerret to be capable of replacing MediaWiki as the CMS for many other projects including [[Issuepedia]], [[HTYP]], [[InstaGov]], and my personal sites (this one, woozalia.com, wiki.hypertwins.org). | |||
I apparently had a daily [[Log]] back in 2020. |
Latest revision as of 13:46, 5 July 2024
All projects listed here are open-source. See conventions for standards I've developed for my work.
Project Directory
In Development
- Ferreteria is a web application framework that does not depend on JavaScript. It is very fast.
- FinanceFerret is a web application for managing money (like QuickBooks but not evil)
- Futilities is a collection of administrative files and utility programs
- Greenmine is a collection of project-oriented plugins for Ferreteria (including FinanceFerret and WorkFerret)
- Hoard is a universal database of stuff and things
- MediaWiki extensions: there are several
- WorkFerret is a single-user app for tracking billable hours, invoicing, etc.
- VbzCart is an e-commerce application with which I'm planning to help undermine capitalism (see WSA).
Concept Phase
- AUIML is a replacement for HTML+CSS+JS which is designed to be comparable to desktop GUI while including the best features of HTML web
- brainstorming: concepts still under development
- DeskWeb is a serverless interactive asynchronously-shareable web site on your device
- FactFerret: a data structure for recording arbitrary facts and sources
- Fedarchy: decentralized self-governance
- Fedinventory is a crowdsourced way of maximizing reuse of equipment and materials
- FerretCircles: an overlay on Mastodon to support features like Circles and Groups ("Communities") in Google+
- FerretCoin: non-blockchain socialist cryptocurrency
- FerretX: object-oriented interprocess communication
- GnuMusiq is an idea for making music distribution more meritocratic than driven by self-promotion ability
- Wikcess is kind of a cross between a semantic wiki and MS Access, with shareable apps
Proposals
- FerretCoin: socialist currency
- Ferret File System: a storage-agnostic, format-agnostic filesystem
- Software Uprising: a cooperative
On Hold
- SMTP server configuration: figuring out how this works in a way that I can understand
Obsolete
- Open Security System: This has long since been done, although I need to find some how-to information.
- InstaGov was a concept for web-based tools for self-governance; replaced by Fedarchy.
Offsite
- htyp:User:Woozle/software - notes and additional projects, some of which should be moved here
Experiments
- /tutoring: specifying an application design as a tool for learning to code
History
- 2020-11-14 Priority is now WorkFerret, because I need to do some billing. VbzCart is either #2 or #3 after FinanceFerret.
- 2019-12-28 My current priority is getting VbzCart back online, both as a potential source of revenue and so I have something to show off for establishing credibility.
Once Ferreteria is stable again, the next items at the top of my list are the debate mapper and liquid agenda components of InstaGov. Both of these depend on the "TextFerret" component of Ferreteria (partly working but incomplete) which will also allow Ferreteria to act as a general content-management system (CMS), including wiki pages and blogging. It will also be one of the key pieces of Wikcess. I want TextFerret to be capable of replacing MediaWiki as the CMS for many other projects including Issuepedia, HTYP, InstaGov, and my personal sites (this one, woozalia.com, wiki.hypertwins.org).
I apparently had a daily Log back in 2020.