Zulip Chat Archive
Stream: general
Topic: Busy beaver function project annoucement
Thomas Vigouroux (Sep 10 2024 at 09:28):
Hi,
I've been working on formalizing busy beaver functions in Lean recently, and I think the project is now big enough to welcome contributors.
Is there a way to announce projects on here ?
Thomas Vigouroux (Sep 10 2024 at 09:33):
Project link is the following: https://sr.ht/~vigoux/busybeaver
Patrick Massot (Sep 10 2024 at 09:56):
You can use the announce channel for this. The tradition is to post one message with a link to a discussion thread, in order to avoid cluttering the announce channel.
Patrick Massot (Sep 10 2024 at 09:56):
The discussion thread can be this one, after renaming it to something less generic.
Patrick Massot (Sep 10 2024 at 09:57):
Of course if the project takes off and there is a lot of discussion about it then the next step is to ask for a dedicated channel, but this comes later.
Thomas Vigouroux (Sep 10 2024 at 09:57):
Alright then !
I'll prepare an "annoucement post" and have that in #announce
Kim Morrison (Sep 10 2024 at 09:59):
I have to say that trying to run a project over email seems, ..., idiosyncratic? Doesn't it give up nice things like automatic CI?
Thomas Vigouroux (Sep 10 2024 at 09:59):
Nope, sr.ht has integration with this workflow
Thomas Vigouroux (Sep 10 2024 at 10:00):
For example: https://lists.sr.ht/~vigoux/busybeaver-devel/patches/54974
Thomas Vigouroux (Sep 10 2024 at 10:07):
Kim Morrison said:
I have to say that trying to run a project over email seems, ..., idiosyncratic? Doesn't it give up nice things like automatic CI?
And on a more "general" level, this workflow is actually used by many big projects (like Linux), and seems to be working well.
Furthermore, it does not require creating an account anywhere: you only need an email account, and git on your machine, to send patches.
Kim Morrison (Sep 10 2024 at 10:16):
Interesting. But still, unusual!
Last updated: May 02 2025 at 03:31 UTC