While countries like Brazil, Mexico, and India have privacy laws on paper, enforcement is weak, allowing both domestic and foreign vendors to deploy invasive technologies unchecked.
Back in the days before git, I worked on a small software+hardware startup with ~ 10 people. We used Trac very successfully to do project management. I know it's been updated to mesh with git. You could set up roadmaps, track issues (which can be linked to code or not), tracked hours (using a plugin), and keep our internal KB in the integrated Wiki. There was a Trac Hack for everything we wanted.
Yes, it was pointed out that CoMaps was also the name of a business operating in... maps. So if the project gets traction, they'll likely be sued into a better name.
Why build another CLI editor? What motivated us to build Edit was the need for a default CLI text editor in 64-bit versions of Windows. 32-bit versions of Windows ship with the MS-DOS editor, but 64-bit versions do not have a CLI editor installed inbox. From there, we narrowed down our options… Many of you are probably familiar with the “How do I exit vim?” meme. While it is relatively simple to learn the magic exit incantation, it’s certainly not a coincidence that this often turns up as a stumbling block for new and old programmers. Because we wanted to avoid this for a built-in default editor, we decided that we wanted a modeless editor for Windows (versus a modal editor where new users would have to remember different modes of operation and how to switch between them).
This unfortunately limited our choices to a list of editors that either had no first-party support for Windows or were too big to bundle them with every version of the OS. As a result, Edit was born.
TL;DR: We tried nothing and were all out of options.
The name was voted by the community. There were a lot of very good names that unfortunately were already being used by other projects. I'm not a fan of the final choice either.
So how do I get it?