<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Collective Announcements</title>
    <link>http://blog.crowcollective.space/collective-announcements/</link>
    <description>Changes, updates, and exciting news pertaining to The Crow Collective</description>
    <pubDate>Wed, 17 Jun 2026 11:52:33 +0000</pubDate>
    <item>
      <title>What&#39;s coming from The Collective in summer 2026</title>
      <link>http://blog.crowcollective.space/collective-announcements/whats-coming-from-the-collective-in-summer-2026</link>
      <description>&lt;![CDATA[We&#39;ve been hard at work here within The Collective working on a number of new projects. We are excited to key you - dear reader - into those projects!&#xA;&#xA;---&#xA;&#xA;Up first, let&#39;s check in with CC-Ari!&#xA;&#xA;Emi: &#xA;So you&#39;ve been hard at work on a number of software solutions. Tell me about that!&#xA;&#xA;Ari: &#xA;Yeah! I&#39;ve been working on picking up and familiarizing myself with the Go ecosystem! I&#39;ve been hard at work rewriting an old interface I made in Python for the Poormans Issue Tracker, which will provide simple &amp; flat file issue tracking solution.&#xA;&#xA;Emi: &#xA;A flat file... huh?&#xA;&#xA;Ari:&#xA;Right. A &#34;flat file data structure&#34; is a method for storing relational data (that is, data that relates to specific things) where one file describes one segment of data. In the context of an issue tracker, this would likely include things like a status file that describes the status of the issue and a description file that contains a long-form description of the issue. Simplified even further, these files should be plain-text files that contain raw data.&#xA;&#xA;What this means to a user is that, to read a flat file issue (as described by the the Poormans Issue Tracker), a user simply reads the a directory name as the title of an issue. Then, they can read the contents of status and description for more information on the details of said issue. The spec also defines a standard for tags and blockers, but those are beyond the scope of this conversation.&#xA;&#xA;Emi:&#xA;&#34;Beyond the scope of this conversation...&#34; Has anyone ever told you that you talk like a programmer?&#xA;&#xA;Ari:&#xA;\laughs\ Yeah, that doesn&#39;t surprise me. I have a hard time pulling my head down from the clouds when I&#39;m talking about computer tech.&#xA;&#xA;Emi:&#xA;So what drew you to this problem?&#xA;&#xA;Ari:&#xA;Well, like I said, this is primarily a way to learn the full Go(-lang) lifecycle. I started off re-building a simple ping charting software that is a standard programming exercise I do in every language that I try learning. You can check out that code over on our git repository. I find it useless to try to learn a programming language without solving a real world issue - and Issue tracking is an ongoing headache of mine.&#xA;&#xA;Emi:&#xA;For those of us in the collective who don&#39;t look at code repositories all day, what do you mean by &#34;Issue Tracking.&#34;&#xA;&#xA;Ari:&#xA;Okay yeah! Ehm... So you&#39;ve likely downloaded something off GitHub before (for example). Maybe a mod, maybe a software, who knows. But you might&#39;ve noticed the &#34;Issues&#34; tab. This is designed for users to report back bugs, software failures, and all sorts of things relating to the software. Open source software thrives on user reporting. Because most open source projects don&#39;t have funding to employ a team of testers like most corporate software, bug fixes simply cannot happen without user feedback.&#xA;&#xA;The problem is that GitHub&#39;s implementation of issues requires an end-user to log in and provide information like emails/passwords/etc. This bothers me. I don&#39;t want my software to require users to expose themselves/trust me with sign-in credentials just to tell me that there is a problem with my code. I feel like the idea of 0-trust issue submission/reporting is a useful tool for obtaining feedback on your software.&#xA;&#xA;Emi:&#xA;Isn&#39;t GitHub owned by Microsoft?&#xA;&#xA;Ari:&#xA;Yep! And I don&#39;t feel like feeding my code and my insights directly into their GenAI bullshit that is actively ruining software efficiency by the day. Why should someone have to burn who knows how much electricity just to tell a software maintainer that it breaks?&#xA;&#xA;Emi:&#xA;So, you&#39;re trying to create an alternative to this? Are you hoping to influence the open source software community?&#xA;&#xA;Ari:&#xA;Yes, and no. My goal is to create a simple solution that does not require multiple sets of server technologies just to run. Because issue tracking software is not domain specific to coding, this software is not meant solely for coders. As such, it will never ship with tight git integration or pretty web-servers. The goal is to ship a binary that teams can use to generate a consistent set of data and browse said data (via a TUI). Additionally, a future feature is to implement a simple ssh-style application for managing a central repository of issues (that can be checked out as a git submodule).&#xA;&#xA;So is this something I hope makes waves? Not really. Ultimately higher-tier issue tracking solutions like the aforementioned GitHub implementation have their use cases. A simple repository of flat text files and folders and a binary that does not concern itself with users or authentication does not make for a good solution for mid-size teams and up. I just want to make something that works for us as a collective, and that others may be able to use for themselves.&#xA;&#xA;Emi:&#xA;Okay so how would I use this software?&#xA;&#xA;Ari:&#xA;So, on release (it’s still in private development), a user would be able to either grab a binary from our releases page, or build from source using Go. Go is a fully portable language, and can cross compile for any architecture so we will be providing pre-compiled binaries for every major modern architecture.&#xA;&#xA;Once you obtain a binary, it has a simple CLI and TUI for browsing, creating, and managing issues. It is our aim that a non-technical user should be able to make use of the project without any knowledge of command line interfaces.&#xA;&#xA;Emi:&#xA;So when can we expect it to release?&#xA;&#xA;Ari:&#xA;Well, I’m currently hard at work finalizing the TUI and data lifecycles. Next will be a simple CLI interface, and then ensuring that tests run effectively. At the pace I’ve been going, I would expect release sometime in the next month or two.&#xA;&#xA;Emi:&#xA;Well that’s exciting! I can’t wait to hear more!&#xA;&#xA;---&#xA;&#xA;Up next, let’s check in with Nim!&#xA;&#xA;Emi:&#xA;Nim, when are you gonna get around to making a blog here?&#xA;&#xA;Nim:&#xA;Oh god don’t pressure me! I’ll get around to it when I have things to post!&#xA;&#xA;Emi:&#xA;Fine fine, just bugging you! So. You’ve got some news eh?&#xA;&#xA;Nim:&#xA;Yeah! I’ve been working with CC-Ari on her DJ kit, and I’m super excited to say that we are going to start streaming DJ sets again!&#xA;&#xA;Emi:&#xA;Oh thats exciting! What’s bringing Ari back?&#xA;&#xA;Nim:&#xA;I mean, we’ve been talking about what would go wrong with her old live-stream sets. Realistically it truly came down to a dis-satisfaction with her stream setup and streaming space. It took too much energy for her to set up and tear down every day, as there wasn’t a permanent place to keep her rig set up!&#xA;&#xA;So that’s where I come in! I’m working on updated graphics, stream interactions, and a permanent set up for her rig! I’m going to be stepping in as a stream manager, as well as (hopefully) roping in our good friends over at HootOS to help with the workload!&#xA;&#xA;Emi:&#xA;Amazing! I can’t wait to groove to the streams again! Will you be streaming anything yourself?&#xA;&#xA;Nim:&#xA;We’re working on how we want to present a collective wide streaming presence, but yes. I do hope to start doing some gaming streams as well as general art streams!&#xA;&#xA;Emi:&#xA;When do you expect the channel to be live for that DJ stream?&#xA;&#xA;Nim:&#xA;We’re working on getting it up and running by sometime mid June.&#xA;&#xA;Emi:&#xA;Well I can’t wait to see it! &#xA;&#xA;---&#xA;&#xA;That’s all we’ve got in the pipe right now, but be sure to stay tuned to our site!&#xA;&#xA;div style=&#34;width: 100%; display: flex; flex-direction: column; align-items: center;&#34;&#xD;&#xA;div style=&#34;width:80%&#34;&#xD;&#xA;p/p&#xD;&#xA;hr style=&#34;width:65%&#34;&#xD;&#xA;p/p&#xD;&#xA;small style=&#34;text-align: center;&#34;The Crow Collective is a loosely organized collective of artists, advocates, and really cool people. Vaguely working towards a brighter tomorrow, we hope to imbue the world around us with joy as an act of resistance. With members who&#39;ve received awards for advocacy to members who cannot get out of bed regularly, we hope to create a space accessible to people of any capacity./small&#xD;&#xA;p/p&#xD;&#xA;hr style=&#34;width:65%&#34;&#xD;&#xA;p/p&#xD;&#xA;/div&#xD;&#xA;/div]]&gt;</description>
      <content:encoded><![CDATA[<p>We&#39;ve been hard at work here within The Collective working on a number of new projects. We are excited to key you – dear reader – into those projects!</p>

<hr>

<p>Up first, let&#39;s check in with <a href="/ari/" rel="nofollow"><code>CC-Ari</code></a>!</p>

<p>Emi:
So you&#39;ve been hard at work on a number of software solutions. Tell me about that!</p>

<p>Ari:
Yeah! I&#39;ve been working on picking up and familiarizing myself with the Go ecosystem! I&#39;ve been hard at work rewriting an old interface I made in Python for <a href="https://github.com/driusan/PoormanIssueTracker" rel="nofollow">the Poormans Issue Tracker</a>, which will provide simple &amp; flat file issue tracking solution.</p>

<p>Emi:
A flat file... huh?</p>

<p>Ari:
Right. A “flat file data structure” is a method for storing relational data (that is, data that relates to specific things) where one file describes one segment of data. In the context of an issue tracker, this would likely include things like a <code>status</code> file that describes the status of the issue and a <code>description</code> file that contains a long-form description of the issue. Simplified even further, these files should be plain-text files that contain raw data.</p>

<p>What this means to a user is that, to read a flat file issue (as described by the <a href="https://github.com/driusan/PoormanIssueTracker" rel="nofollow">the Poormans Issue Tracker</a>), a user simply reads the a directory name as the title of an issue. Then, they can read the contents of <code>status</code> and <code>description</code> for more information on the details of said issue. <a href="https://github.com/driusan/PoormanIssueTracker" rel="nofollow">The spec</a> also defines a standard for tags and blockers, but those are beyond the scope of this conversation.</p>

<p>Emi:
“Beyond the scope of this conversation...” Has anyone ever told you that you talk like a programmer?</p>

<p>Ari:
*laughs* Yeah, that doesn&#39;t surprise me. I have a hard time pulling my head down from the clouds when I&#39;m talking about computer tech.</p>

<p>Emi:
So what drew you to this problem?</p>

<p>Ari:
Well, like I said, this is <em>primarily</em> a way to learn the full Go(-lang) lifecycle. I started off re-building a simple ping charting software that is a standard programming exercise I do in every language that I try learning. You can check out that code over on <a href="https://git.crowcollective.space/arianagiroux/pingo" rel="nofollow">our git repository</a>. I find it useless to try to learn a programming language without solving a real world issue – and Issue tracking is an ongoing headache of mine.</p>

<p>Emi:
For those of us in the collective who don&#39;t look at code repositories all day, what do you mean by “Issue Tracking.”</p>

<p>Ari:
Okay yeah! Ehm... So you&#39;ve likely downloaded something off GitHub before (for example). Maybe a mod, maybe a software, who knows. But you might&#39;ve noticed the “Issues” tab. This is designed for users to report back bugs, software failures, and all sorts of things relating to the software. Open source software thrives on user reporting. Because most open source projects don&#39;t have funding to employ a team of testers like most corporate software, bug fixes simply cannot happen without user feedback.</p>

<p>The problem is that GitHub&#39;s implementation of issues <em>requires</em> an end-user to log in and provide information like emails/passwords/etc. This bothers me. I don&#39;t want my software to require users to expose themselves/trust me with sign-in credentials just to tell me that there is a problem with my code. I feel like the idea of 0-trust issue submission/reporting is a useful tool for obtaining feedback on your software.</p>

<p>Emi:
Isn&#39;t GitHub owned by Microsoft?</p>

<p>Ari:
Yep! And I don&#39;t feel like feeding my code and my insights directly into their GenAI bullshit that is actively ruining software efficiency by the day. Why should someone have to burn who knows how much electricity just to tell a software maintainer that it breaks?</p>

<p>Emi:
So, you&#39;re trying to create an alternative to this? Are you hoping to influence the open source software community?</p>

<p>Ari:
Yes, and no. My goal is to create a simple solution that does not require multiple sets of server technologies just to run. Because issue tracking software is not domain specific to coding, this software is not meant solely for coders. As such, it will never ship with tight <code>git</code> integration or pretty web-servers. The goal is to ship a binary that teams can use to generate a consistent set of data and browse said data (via a TUI). Additionally, a future feature is to implement a simple ssh-style application for managing a central repository of issues (that can be checked out as a <code>git submodule</code>).</p>

<p>So is this something I hope makes waves? Not really. Ultimately higher-tier issue tracking solutions like the aforementioned GitHub implementation have their use cases. A simple repository of flat text files and folders and a binary that does not concern itself with users or authentication does not make for a good solution for mid-size teams and up. I just want to make something that works for us as a collective, and that others may be able to use for themselves.</p>

<p>Emi:
Okay so how would I use this software?</p>

<p>Ari:
So, on release (it’s still in private development), a user would be able to either grab a binary from our releases page, or build from source using Go. Go is a fully portable language, and can cross compile for any architecture so we will be providing pre-compiled binaries for every major modern architecture.</p>

<p>Once you obtain a binary, it has a simple CLI and TUI for browsing, creating, and managing issues. It is our aim that a non-technical user should be able to make use of the project without any knowledge of command line interfaces.</p>

<p>Emi:
So when can we expect it to release?</p>

<p>Ari:
Well, I’m currently hard at work finalizing the TUI and data lifecycles. Next will be a simple CLI interface, and then ensuring that tests run effectively. At the pace I’ve been going, I would expect release sometime in the next month or two.</p>

<p>Emi:
Well that’s exciting! I can’t wait to hear more!</p>

<hr>

<p>Up next, let’s check in with Nim!</p>

<p>Emi:
Nim, when are you gonna get around to making a blog here?</p>

<p>Nim:
Oh god don’t pressure me! I’ll get around to it when I have things to post!</p>

<p>Emi:
Fine fine, just bugging you! So. You’ve got some news eh?</p>

<p>Nim:
Yeah! I’ve been working with <a href="/ari/" rel="nofollow"><code>CC-Ari</code></a> on her DJ kit, and I’m super excited to say that we are going to start streaming DJ sets again!</p>

<p>Emi:
Oh thats exciting! What’s bringing Ari back?</p>

<p>Nim:
I mean, we’ve been talking about what would go wrong with her old live-stream sets. Realistically it truly came down to a dis-satisfaction with her stream setup and streaming space. It took too much energy for her to set up and tear down every day, as there wasn’t a permanent place to keep her rig set up!</p>

<p>So that’s where I come in! I’m working on updated graphics, stream interactions, and a permanent set up for her rig! I’m going to be stepping in as a stream manager, as well as (hopefully) roping in our good friends over at <a href="https://hootos.bearblog.dev/" rel="nofollow">HootOS</a> to help with the workload!</p>

<p>Emi:
Amazing! I can’t wait to groove to the streams again! Will you be streaming anything yourself?</p>

<p>Nim:
We’re working on how we want to present a collective wide streaming presence, but yes. I do hope to start doing some gaming streams as well as general art streams!</p>

<p>Emi:
When do you expect the channel to be live for that DJ stream?</p>

<p>Nim:
We’re working on getting it up and running by sometime mid June.</p>

<p>Emi:
Well I can’t wait to see it!</p>

<hr>

<p>That’s all we’ve got in the pipe right now, but be sure to stay tuned to our site!</p>

<div style="width: 100%; display: flex; flex-direction: column; align-items: center;">
<div style="width:80%">
<p></p>
<hr style="width:65%">
<p></p>
<small style="text-align: center;">The Crow Collective is a loosely organized collective of artists, advocates, and really cool people. Vaguely working towards a brighter tomorrow, we hope to imbue the world around us with joy as an act of resistance. With members who&#39;ve received awards for advocacy to members who cannot get out of bed regularly, we hope to create a space accessible to people of any capacity.</small>
<p></p>
<hr style="width:65%">
<p></p>
</div>
</div>
]]></content:encoded>
      <guid>http://blog.crowcollective.space/collective-announcements/whats-coming-from-the-collective-in-summer-2026</guid>
      <pubDate>Tue, 05 May 2026 20:37:11 +0000</pubDate>
    </item>
    <item>
      <title>Website Index is now live!</title>
      <link>http://blog.crowcollective.space/collective-announcements/website-index-is-now-live</link>
      <description>&lt;![CDATA[At long last, our website is finally live! We&#39;ve written about our logo design process, building the site, and our plans for the future. Now it&#39;s time for our site to be live!&#xA;&#xA;We&#39;ll write about it further detail in the coming few days, but for now check it out at https://crowcollective.space!&#xA;&#xA;div style=&#34;width: 100%; display: flex; flex-direction: column; align-items: center;&#34;&#xD;&#xA;div style=&#34;width:80%&#34;&#xD;&#xA;p/p&#xD;&#xA;hr style=&#34;width:65%&#34;&#xD;&#xA;p/p&#xD;&#xA;small style=&#34;text-align: center;&#34;The Crow Collective is a loosely organized collective of artists, advocates, and really cool people. Vaguely working towards a brighter tomorrow, we hope to imbue the world around us with joy as an act of resistance. With members who&#39;ve received awards for advocacy to members who cannot get out of bed regularly, we hope to create a space accessible to people of any capacity./small&#xD;&#xA;p/p&#xD;&#xA;hr style=&#34;width:65%&#34;&#xD;&#xA;p/p&#xD;&#xA;/div&#xD;&#xA;/div]]&gt;</description>
      <content:encoded><![CDATA[<p>At long last, our website is finally live! We&#39;ve written about <a href="/emi/designing-our-logo" rel="nofollow">our logo design process</a>, <a href="https://blog.crowcollective.space/emi/making-our-homepage" rel="nofollow">building the site</a>, and <a href="https://blog.crowcollective.space/collective-announcements/what-to-expect" rel="nofollow">our plans for the future</a>. Now it&#39;s time for our site to be live!</p>

<p>We&#39;ll write about it further detail in the coming few days, but for now check it out at <a href="https://crowcollective.space" rel="nofollow">https://crowcollective.space</a>!</p>

<div style="width: 100%; display: flex; flex-direction: column; align-items: center;">
<div style="width:80%">
<p></p>
<hr style="width:65%">
<p></p>
<small style="text-align: center;">The Crow Collective is a loosely organized collective of artists, advocates, and really cool people. Vaguely working towards a brighter tomorrow, we hope to imbue the world around us with joy as an act of resistance. With members who&#39;ve received awards for advocacy to members who cannot get out of bed regularly, we hope to create a space accessible to people of any capacity.</small>
<p></p>
<hr style="width:65%">
<p></p>
</div>
</div>
]]></content:encoded>
      <guid>http://blog.crowcollective.space/collective-announcements/website-index-is-now-live</guid>
      <pubDate>Sun, 05 Apr 2026 05:05:34 +0000</pubDate>
    </item>
    <item>
      <title>Scheduled Server Maintenance</title>
      <link>http://blog.crowcollective.space/collective-announcements/scheduled-server-maintenance</link>
      <description>&lt;![CDATA[Updates:&#xA;&#xA;UTC-6:0033: phase one of server maintenance complete.&#xA;&#xA;---&#xA;&#xA;  The server will be down on 2026-03-23 from 0200 to 0600 (UTC-6)&#xA;&#xA;The server and site will be undergoing maintenance, due to bring stability improvements to the site.&#xA;&#xA;For more, check our status page.&#xA;&#xA;div style=&#34;width: 100%; display: flex; flex-direction: column; align-items: center;&#34;&#xD;&#xA;div style=&#34;width:80%&#34;&#xD;&#xA;p/p&#xD;&#xA;hr style=&#34;width:65%&#34;&#xD;&#xA;p/p&#xD;&#xA;small style=&#34;text-align: center;&#34;The Crow Collective is a loosely organized collective of artists, advocates, and really cool people. Vaguely working towards a brighter tomorrow, we hope to imbue the world around us with joy as an act of resistance. With members who&#39;ve received awards for advocacy to members who cannot get out of bed regularly, we hope to create a space accessible to people of any capacity./small&#xD;&#xA;p/p&#xD;&#xA;hr style=&#34;width:65%&#34;&#xD;&#xA;p/p&#xD;&#xA;/div&#xD;&#xA;/div]]&gt;</description>
      <content:encoded><![CDATA[<p>Updates:</p>
<ul><li>UTC-6:0033: phase one of server maintenance complete.</li></ul>

<hr>

<blockquote><p>The server will be down on 2026-03-23 from 0200 to 0600 (UTC-6)</p></blockquote>

<p>The server and site will be undergoing maintenance, due to bring stability improvements to the site.</p>

<p>For more, check <a href="https://status.crowcollective.space" rel="nofollow">our status page</a>.</p>

<div style="width: 100%; display: flex; flex-direction: column; align-items: center;">
<div style="width:80%">
<p></p>
<hr style="width:65%">
<p></p>
<small style="text-align: center;">The Crow Collective is a loosely organized collective of artists, advocates, and really cool people. Vaguely working towards a brighter tomorrow, we hope to imbue the world around us with joy as an act of resistance. With members who&#39;ve received awards for advocacy to members who cannot get out of bed regularly, we hope to create a space accessible to people of any capacity.</small>
<p></p>
<hr style="width:65%">
<p></p>
</div>
</div>
]]></content:encoded>
      <guid>http://blog.crowcollective.space/collective-announcements/scheduled-server-maintenance</guid>
      <pubDate>Sat, 21 Mar 2026 08:16:27 +0000</pubDate>
    </item>
    <item>
      <title>What to Expect</title>
      <link>http://blog.crowcollective.space/collective-announcements/what-to-expect</link>
      <description>&lt;![CDATA[We have some pretty big plans for this space, and we can&#39;t wait to start including you, dear reader, into what we&#39;ve been working on.&#xA;&#xA;In the coming weeks, we will be sharing a number of simple CLI &amp; TUI utilities written in Go, a re-imagining of a previously released photo-zine, a number of essay&#39;s Emi has been working on for a while, and much more.&#xA;&#xA;Here&#39;s a bit more about what&#39;s coming!&#xA;&#xA;Transcend 2024 (Redux)&#xA;&#xA;Ari has been working on a remake of her Transcend 2024 photo-zine, with higher resolution printing templates, a new distribution point, and (hopefully) a limited print run!&#xA;&#xA;  The original run of the zine was produced using low-quality xerox&#39;s from the library. Each zine was printed on a single 8.5&#34;x11&#34; paper, single sided, and hand folded over the course of a few weeks. A print template for a larger, higher resolution, and multi-page document is long overdue. Moreover, the original photos were taken with a sepia color treatment as an artistic choice, which the original printing was not able to replicate (translating each photo to a limited contrast black and white).&#xA;    Several customers noted legibility issues with the original issue due to image and font size. It is my aim to resolve these however well I can given my limited material resources. Moreover, it was always the intention to release the print ready files for both mini and full size self-printed zine distribution. The redux will provide higher quality open source standard files for no cost.&#xA;    Now more than ever, I feel this zine has at least something worth being said.&#xA;Ari&#xA;&#xA;Retro Reviews&#xA;&#xA;Eric has been working on a review of Ari&#39;s &#34;Death &amp; Rebirth&#34;, with additional artist commentary!&#xA;&#xA;  The story of the production on this record is just so interesting. It&#39;ll be interesting to write down my thoughts on it!&#xA;Eric_&#xA;&#xA;Not much to say on this front as of yet, more to come!&#xA;&#xA;A simple, flat file based TUI for managing issues&#xA;&#xA;Ari has been working on a TUI implemented in Go of a simple issue tracking solution based on the Poorman&#39;s Issue Tracker!&#xA;&#xA;  issues-go (or possibly tissues, I&#39;m undecided), is a simple TUI for managing plain text flat file data structures on disk for tracking issues in code. While the software can work for just about any &#34;todo&#34; like structure, it is designed to make life easier for low-scale and low-tech software developers.&#xA;    Designed with VCS integration, speed, and portability in mind, the project aims to provide an easier to implement solution. Compiling to less than ~10mb to a single stateless binary, it aims to be incredibly portable and able to run on just about any modern hardware, without the need for a centralized server.&#xA;-Ari&#xA;&#xA;A TUI for displaying latency as a chart&#xA;&#xA;Ari has also been developing a simple TUI application written in Go for displaying ping results on a chart - therefore helping developers and gamers determine what is going on with their latency. She&#39;s made it before in many other languages, but this is the first time it&#39;s worth sharing - or so she says!&#xA;&#xA;  pingo is a Go reimagining of a previous implementation of this latency charting solution written in python, pingstats. Where pingstats was slow, under-performant, and buggy, pingo is limited in scope, fast, and highly tested. Furthermore, it re-does what pingstats tried to do, becoming an extensible module for use in subsequent projects.&#xA;    Where the design ethos of pingo truly diverges from pingstats however is in its sheer simplicity of scope. pingo just shows latency values on a chart, and lets the user include it in other terminal applications. As such, the project does not currently target Windows based platforms.&#xA;&#xA;A Public Git Repository&#xA;&#xA;Ari is currently hacking away at what will become our git endpoint. She&#39;s caught between hosting a full-blown Gogs instance that mirrors our internal repositories, or a much simpler Soft-Serve based solution - with much fewer bells and whistles.&#xA;&#xA;More on this topic very soon.&#xA;&#xA;For our initial repository hosting, see git.crowcollective.space&#xA;&#xA;div style=&#34;width: 100%; display: flex; flex-direction: column; align-items: center;&#34;&#xD;&#xA;div style=&#34;width:80%&#34;&#xD;&#xA;p/p&#xD;&#xA;hr style=&#34;width:65%&#34;&#xD;&#xA;p/p&#xD;&#xA;small style=&#34;text-align: center;&#34;The Crow Collective is a loosely organized collective of artists, advocates, and really cool people. Vaguely working towards a brighter tomorrow, we hope to imbue the world around us with joy as an act of resistance. With members who&#39;ve received awards for advocacy to members who cannot get out of bed regularly, we hope to create a space accessible to people of any capacity./small&#xD;&#xA;p/p&#xD;&#xA;hr style=&#34;width:65%&#34;&#xD;&#xA;p/p&#xD;&#xA;/div&#xD;&#xA;/div]]&gt;</description>
      <content:encoded><![CDATA[<p>We have some pretty big plans for this space, and we can&#39;t wait to start including you, dear reader, into what we&#39;ve been working on.</p>

<p>In the coming weeks, we will be sharing a number of simple <a href="https://www.w3schools.com/whatis/whatis_cli.asp" rel="nofollow">CLI</a> &amp; <a href="https://en.wikipedia.org/wiki/Text-based_user_interface" rel="nofollow">TUI</a> utilities written in Go, a re-imagining of a <a href="https://ko-fi.com/s/9729579d72" rel="nofollow">previously released</a> photo-zine, a number of essay&#39;s <a href="/emi/" rel="nofollow">Emi</a> has been working on for a while, and much more.</p>

<h2 id="here-s-a-bit-more-about-what-s-coming">Here&#39;s a bit more about what&#39;s coming!</h2>

<h3 id="transcend-2024-redux">Transcend 2024 (Redux)</h3>

<p><a href="/ari/" rel="nofollow">Ari</a> has been working on a remake of her <a href="https://ko-fi.com/s/9729579d72" rel="nofollow">Transcend 2024 photo-zine</a>, with higher resolution printing templates, a new distribution point, and (hopefully) a limited print run!</p>

<blockquote><p>The original run of the zine was produced using low-quality xerox&#39;s from the library. Each zine was printed on a single 8.5”x11” paper, single sided, and hand folded over the course of a few weeks. A print template for a larger, higher resolution, and multi-page document is long overdue. Moreover, the original photos were taken with a sepia color treatment as an artistic choice, which the original printing was not able to replicate (translating each photo to a limited contrast black and white).</p>

<p>Several customers noted legibility issues with the original issue due to image and font size. It is my aim to resolve these however well I can given my limited material resources. Moreover, it was always the intention to release the print ready files for both mini and full size self-printed zine distribution. The redux will provide higher quality open source standard files for no cost.</p>

<p>Now more than ever, I feel this zine has at least something worth being said.
– <em>Ari</em></p></blockquote>

<h3 id="retro-reviews">Retro Reviews</h3>

<p><a href="/eric/" rel="nofollow">Eric</a> has been working on a review of <a href="https://eclecticmedia.bandcamp.com/album/death-rebirth" rel="nofollow">Ari&#39;s “Death &amp; Rebirth”</a>, with additional artist commentary!</p>

<blockquote><p>The story of the production on this record is just so interesting. It&#39;ll be interesting to write down my thoughts on it!
– <em>Eric</em></p></blockquote>

<p>Not much to say on this front as of yet, more to come!</p>

<h3 id="a-simple-flat-file-based-tui-for-managing-issues">A simple, flat file based TUI for managing issues</h3>

<p><a href="/ari/" rel="nofollow">Ari</a> has been working on a TUI implemented in Go of a simple issue tracking solution based on the <a href="https://github.com/driusan/PoormanIssueTracker" rel="nofollow">Poorman&#39;s Issue Tracker</a>!</p>

<blockquote><p><code>issues-go</code> (or possibly <code>tissues</code>, I&#39;m undecided), is a simple TUI for managing plain text flat file data structures on disk for tracking issues in code. While the software can work for just about any “todo” like structure, it is designed to make life easier for low-scale and low-tech software developers.</p>

<p>Designed with VCS integration, speed, and portability in mind, the project aims to provide an easier to implement solution. Compiling to less than ~10mb to a single stateless binary, it aims to be incredibly portable and able to run on just about any modern hardware, without the need for a centralized server.
-Ari</p></blockquote>

<h3 id="a-tui-for-displaying-latency-as-a-chart">A TUI for displaying latency as a chart</h3>

<p><a href="/ari/" rel="nofollow">Ari</a> has also been developing a simple TUI application written in Go for displaying ping results on a chart – therefore helping developers and gamers determine what is going on with their latency. She&#39;s made it before in many other languages, but this is the first time it&#39;s worth sharing – or so she says!</p>

<blockquote><p><code>pingo</code> is a Go reimagining of a previous implementation of this latency charting solution written in python, <code>pingstats</code>. Where <code>pingstats</code> was slow, under-performant, and buggy, <code>pingo</code> is limited in scope, fast, and highly tested. Furthermore, it re-does what <code>pingstats</code> tried to do, becoming an extensible module for use in subsequent projects.</p>

<p>Where the design ethos of <code>pingo</code> truly diverges from <code>pingstats</code> however is in its sheer simplicity of scope. <code>pingo</code> just shows latency values on a chart, and lets the user include it in other terminal applications. As such, the project does not currently target Windows based platforms.</p></blockquote>

<h3 id="a-public-git-repository">A Public Git Repository</h3>

<p>Ari is currently hacking away at what will become our git endpoint. She&#39;s caught between hosting a full-blown Gogs instance that mirrors our internal repositories, or a much simpler Soft-Serve based solution – with much fewer bells and whistles.</p>

<p>More on this topic very soon.</p>

<p>For our initial repository hosting, see <a href="https://git.crowcollective.space" rel="nofollow">git.crowcollective.space</a></p>

<div style="width: 100%; display: flex; flex-direction: column; align-items: center;">
<div style="width:80%">
<p></p>
<hr style="width:65%">
<p></p>
<small style="text-align: center;">The Crow Collective is a loosely organized collective of artists, advocates, and really cool people. Vaguely working towards a brighter tomorrow, we hope to imbue the world around us with joy as an act of resistance. With members who&#39;ve received awards for advocacy to members who cannot get out of bed regularly, we hope to create a space accessible to people of any capacity.</small>
<p></p>
<hr style="width:65%">
<p></p>
</div>
</div>
]]></content:encoded>
      <guid>http://blog.crowcollective.space/collective-announcements/what-to-expect</guid>
      <pubDate>Sat, 14 Mar 2026 05:10:02 +0000</pubDate>
    </item>
    <item>
      <title>The Crow Collective Ethos</title>
      <link>http://blog.crowcollective.space/collective-announcements/the-crow-collective-ethos</link>
      <description>&lt;![CDATA[We feel it is only right to give you, dear reader, a vague understanding of our goals.&#xA;&#xA;Foreward&#xA;&#xA;No one voice fully represents a whole truth of what The Crow Collective is, and therefore it is vital that I own my role. As the primary writer and community builder of The Crow Collective I, Emily (she/they) acknowledge that I occupy both the space of a white colonialist on Turtle Island, and the descendant of members of the Metis Nation. I walk through the world through a number of dualities, and work to represent this in my writing.&#xA;&#xA;Mission Statement&#xA;&#xA;The Crow Collective aims to use the dreaming of the mad, the crippled, and the ostracized to envision a better world. Through careful planning, bolstering resiliency through solidarity, and the power of joy in all its queer and mad ways. We aim to achieve this future through the merging of art, technology, and radical reimagining of what defines the status quo.&#xA;&#xA;Art, joy, and creation is how we engage directly with changing the world.&#xA;&#xA;Signed,&#xA;    The Crow Collective&#xA;&#xA;div style=&#34;width: 100%; display: flex; flex-direction: column; align-items: center;&#34;&#xD;&#xA;div style=&#34;width:80%&#34;&#xD;&#xA;p/p&#xD;&#xA;hr style=&#34;width:65%&#34;&#xD;&#xA;p/p&#xD;&#xA;small style=&#34;text-align: center;&#34;The Crow Collective is a loosely organized collective of artists, advocates, and really cool people. Vaguely working towards a brighter tomorrow, we hope to imbue the world around us with joy as an act of resistance. With members who&#39;ve received awards for advocacy to members who cannot get out of bed regularly, we hope to create a space accessible to people of any capacity./small&#xD;&#xA;p/p&#xD;&#xA;hr style=&#34;width:65%&#34;&#xD;&#xA;p/p&#xD;&#xA;/div&#xD;&#xA;/div]]&gt;</description>
      <content:encoded><![CDATA[<p>We feel it is only right to give you, dear reader, a vague understanding of our goals.</p>

<h2 id="foreward">Foreward</h2>

<p>No one voice fully represents a whole truth of what <em>The Crow Collective</em> is, and therefore it is vital that I own my role. As the primary writer and community builder of <em>The Crow Collective</em> I, <a href="/emi/" rel="nofollow">Emily (she/they)</a> acknowledge that I occupy both the space of a white colonialist on Turtle Island, and the descendant of members of the Metis Nation. I walk through the world through a number of dualities, and work to represent this in my writing.</p>

<h2 id="mission-statement">Mission Statement</h2>

<p><em>The Crow Collective</em> aims to use the dreaming of the mad, the crippled, and the ostracized to envision a better world. Through careful planning, bolstering resiliency through solidarity, and the power of joy in all its queer and mad ways. We aim to achieve this future through the merging of art, technology, and radical reimagining of what defines <em>the status quo</em>.</p>

<p>Art, joy, and creation is how we engage directly with changing the world.</p>

<p>Signed,
    – <em>The Crow Collective</em></p>

<div style="width: 100%; display: flex; flex-direction: column; align-items: center;">
<div style="width:80%">
<p></p>
<hr style="width:65%">
<p></p>
<small style="text-align: center;">The Crow Collective is a loosely organized collective of artists, advocates, and really cool people. Vaguely working towards a brighter tomorrow, we hope to imbue the world around us with joy as an act of resistance. With members who&#39;ve received awards for advocacy to members who cannot get out of bed regularly, we hope to create a space accessible to people of any capacity.</small>
<p></p>
<hr style="width:65%">
<p></p>
</div>
</div>
]]></content:encoded>
      <guid>http://blog.crowcollective.space/collective-announcements/the-crow-collective-ethos</guid>
      <pubDate>Fri, 13 Mar 2026 08:33:43 +0000</pubDate>
    </item>
  </channel>
</rss>