Open-source
Parts of The Verdict’s stack are open-source and developed in-house. Here they are, categorized by their use.
Publication Assistance
- Autassign
- Purpose: Automatically assign work to a pool of workers based on skills, difficulty and workload
- Status: Deprecated, no longer maintained or in use
- Link: https://github.com/bluelinden/autassign
- Language: Pure Google Apps Script JavaScript
- Tapper
- Purpose: Use a variety of algorithms to assign doers to things. The included worktime algorithm is an optimized and more advanced version of Autassign’s core algorithm.
- Status: Deprecated, not in use
- Link: https://github.com/bluelinden/tapper
- NPM: https://www.npmjs.com/package/worktapper
- Language: Transpiled TypeScript, using TSC with typings included
- Articleman
- Pitch: Use Google Sheets? Tired of having to keep up with keyboard shortcuts and formulas to manage content and people in your student media organization, quickly and efficiently? Articleman is here to help. From transferring and transforming data between sheets to delegating individual tasks based on staff skill and workload, Articleman makes quick work out of boring tasks. No, it’s not AI, but I also don’t have a bridge to sell you here. It’s completely free.
- Language: Deprecated, not in use
- Status: Active development, pre-alpha
- Link: articleman.org
- Glean
- Purpose: Quickly and easily get images out of Google Docs documents
- Status: Maintained, bug fixes only
- Link: https://github.com/bluelinden/glean
- Usable version: https://projects.bluelinden.art/glean/
- Language: HTML + JavaScript
Other Tools
- Faster-Whisper UI
- Purpose: Transcribe interviews or other audio using a faster version of OpenAI Whisper
- Status: Use At Your Own Risk, no support is provided at all whatsoever
- Link: https://github.com/bluelinden/faster-whisper-ui
- Language: Python
- Casement
- Purpose: A lightweight iFrame communications library for apps contained within iFrames, using a simple inside-outside paradigm, with bidirectional communications, action hooks, and Promises.
- Status: Fully supported by blue linden in compliance with the GNU GPL 3.0
- Link: https://github.com/bluelinden/casement/
- NPM: https://npmjs.com/package/casement/
- Language: TypeScript