There is category confusion regarding where to post about new packages and talks. A few people have been using “Announcements” which seems suitable, but “Show off your work” specifically mentions libraries and talks.
A somewhat related issue, @smurfix created a general topic within “Show off your work” for package announcements, but that doesn’t seem to work well because you have to explicitly dig into the thread to see what’s new, instead of having top level title / notification with the library name.
Perhaps there are three levels of Trio relation:
- project which uses Trio as an implementation detail (e.g. app using Trio internally)
- library which is compatible with the Trio framework (e.g. a sansio Redis client that supports Trio)
- library which is specifically targeted to developers writing Trio libraries or applications (e.g. library of general Trio utilities, async collection types, tooling plugins for Trio, etc.)
The same thinking can be applied to talks.
#3 aligns well with Announcements, but other than that I’m not sure what to suggest yet. Since Trio user base is tiny, perhaps I would have had Announcements only, and once traffic gets too high start splitting things up.