πΎ Archived View for gemi.dev βΊ gemini-mailing-list βΊ 000544.gmi captured on 2024-08-19 at 01:07:02. Gemini links have been rewritten to link to archived content
β¬ οΈ Previous capture (2023-12-28)
-=-=-=-=-=-=-
Greetings Geminauts! Following on (finally!) from semi-recent discussion about the possibility of splitting the mailing list up into multiple smaller lists to allow people to follow only the subset(s) of discussion that re interesting or relevant to them, I am happy to announce that we're ready to begin testing something in this spirit. I know some people have been waiting for something like this for quite a while - thanks for your patience. The GNU Mailman software which powers this list has support for something called "topics", and I've set some of these up just now. For example, any post to the list which has "[users]" in its subject or in the first 5 lines of its body will be included in the "users" topic (I'll say more below about the available topics and their intended purposes below). If you subscribe to one or more topics, then you will
This is a very welcome change, thanks! I was worried that the list wasn't big enough to justify there being multiple entirely separate lists (gemini-users, gemini-spec, etc.), and this solves the problem neatly without having to manage multiple lists. I'm going to try to be a brave soul and stay subscribed to the full list until I can no longer stand it, but there are many people on gemini that will definitely appreciate this change. Thanks for all your work on gemini solderpunk! ~nytpu -- Alex // nytpu alex at nytpu.com GPG Key: https://www.nytpu.com/files/pubkey.asc Key fingerprint: 43A5 890C EE85 EA1F 8C88 9492 ECCD C07B 337B 8F5B https://useplaintext.email/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: <https://lists.orbitalfox.eu/archives/gemini/attachments/20201219/cee0 1224/attachment.sig>
On Sat Dec 19, 2020 at 8:31 PM CET, Alex // nytpu wrote: > I'm going to try to be a brave soul and stay subscribed to the full list > until I can no longer stand it, but there are many people on gemini that > will definitely appreciate this change. I plan to limit my attention, at least for the time being, just to [spec] so I can focus on getting things finalised as soon as possible. But I'll keep a loose eye on the other topics via the web archive, and might expand my subscription again once my real life has settled down a little bit and I've worked through my large existing backlog of things to take care of. However, I will probably have the option to receive topicless posts turned on for, say, the rest of 2020, just because I expect the transition period to be a little rough - e.g. there are still live threads which obviously lack topics, and changing the subject to insert a topic now might break thread display in some email clients. Cheers, Solderpunk
It was thus said that the Great Solderpunk once stated: > > Without further ado, the four currently defined topics are below. I've > started out with just four to keep things relatively simple, but if over > time it becomes clear that we would benefit from more fine-grained > distinctions, I'm not opposed to moving in that direction. > > # Users > # Tech > # Spec> > # Announce You might want to add a topic "[ann]" to allow users to announce new sites or projects. That's already being done by users. Also, are these topic markers compared case insensitively? Is "[USERS]" and "[users]" the same topic? It's a cool idea, and I much prefer this to separate lists. -spc
It was thus said that the Great Sean Conner once stated: > It was thus said that the Great Solderpunk once stated: > > > > Without further ado, the four currently defined topics are below. I've > > started out with just four to keep things relatively simple, but if over > > time it becomes clear that we would benefit from more fine-grained > > distinctions, I'm not opposed to moving in that direction. > > > > # Users > > # Tech > > # Spec> > > # Announce > > You might want to add a topic "[ann]" to allow users to announce new > sites or projects. That's already being done by users. > > Also, are these topic markers compared case insensitively? Is "[USERS]" > and "[users]" the same topic? Oh, and can an email be in two or more topics? Like "[ann] [tech]"? -spc
On Sat Dec 19, 2020 at 11:39 PM CET, Sean Conner wrote: > > Also, are these topic markers compared case insensitively? Is "[USERS]" > > and "[users]" the same topic? > > Oh, and can an email be in two or more topics? Like "[ann] [tech]"? They're case insensitive. The GNU Mailman docs don't actually seem to answer your second question. I would tentatively guess that an email
On Sat, 19 Dec 2020 23:51:39 +0100, Solderpunk wrote: > On Sat Dec 19, 2020 at 11:39 PM CET, Sean Conner wrote: >> Oh, and can an email be in two or more topics? Like "[ann] [tech]"? > > They're case insensitive. The GNU Mailman docs don't actually seem to > answer your second question. I would tentatively guess that an email > *can* be in two topics. Mailman code confirms, if I'm not mistaken: https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/head:/ Mailman/Handlers/Tagger.py for name, pattern, desc, emptyflag in mlist.topics: pattern = OR.join(pattern.splitlines()) cre = re.compile(pattern, re.IGNORECASE) for line in matchlines: if cre.search(line): hits[name] = 1 break This list currently run by mailman 2.1.34; V3 is still working on topics: https://gitlab.com/mailman/mailman/-/blob/master/src/mailman/handlers/ member_recipients.py#L92
[Replying with Tech as it seems the most reasonable.] On Sat, Dec 19, 2020 at 04:00:45PM +0100, Solderpunk <solderpunk at posteo.net> wrote a message of 100 lines which said: > # Tech > > Any post containing "[tech]" in its subject belongs to the Tech topic. > This topic is supposed to be used for discussion relevant to people > implementing Gemini software, running Gemini servers, or who are > generally interested in the technical side of things. Or discussions about outages and other operational events? For instance, gus.guru is down for some times and this may be of general interest. (Imagine the Web with Google Search down.)
On Sun, Dec 20, 2020 at 11:17:06AM +0100, Stephane Bortzmeyer wrote: > For instance, gus.guru is down Yikes! GUS lives again. Thank you for the heads up. ...maybe it's time I took a look at Manisha, your Nagios plugin for Gemini :)
On Sat, Dec 19, 2020 at 04:00:45PM +0100, Solderpunk wrote: > Greetings Geminauts! Hi! [...] I wonder if could be a good idea to send this email (or a summary of it) with stable frequency on the mailing list so that newcomers can understand how topics works and which ones are valid here. Bye! C.
On Sun Dec 20, 2020 at 3:52 PM CET, cage wrote: > I wonder if could be a good idea to send this email (or a summary of > it) with stable frequency on the mailing list so that newcomers can > understand how topics works and which ones are valid here. Probably not a bad idea, and I should also link to this post from the Gemini homepage right after linking to the mailing list... Cheers, Solderpunk
On Sun, Dec 20, 2020 at 03:59:53PM +0100, Solderpunk wrote: [...] > I should also link to this post from the > Gemini homepage right after linking to the mailing list... Good idea! :) Bye! C.
20 d?c. 2020 ? 14:58 de natpen at natpen.net: > On Sun, Dec 20, 2020 at 11:17:06AM +0100, Stephane Bortzmeyer wrote: > >> For instance, gus.guru is down >> > > Yikes! GUS lives again. Thank you for the heads up. > Have a look at?http://updown.io/?with the free welcome credit and setting checks hourly, you can get a good few years of monitoring + notifications for free without too much leg work
On Mon, Dec 21, 2020 at 07:06:28AM +0100, K?vin <lists at gph.dk> wrote a message of 12 lines which said: > Have a look at?http://updown.io/? Besides the fact that it is a cloud-based (cloud = someone else's computer) solution, it seems from their documentation that it works only with HTTP. Did anyone try it with Gemini?
21 d?c. 2020 ? 09:16 de stephane at sources.org: > On Mon, Dec 21, 2020 at 07:06:28AM +0100, > K?vin <lists at gph.dk> wrote > a message of 12 lines which said: > >> Have a look at?http://updown.io/? >> > > Besides the fact that it is a cloud-based (cloud = someone else's > computer) solution, it seems from their documentation that it works > only with HTTP. Did anyone try it with Gemini? > I've not yet tried it with Gemini, but I do have it checking my Gopher server?https://updown.io/kvci?so it's not totally limited to HTTP/S (granted I do have a Gemini check but I have used it via HTTPS to check Kineto when I used to use that in full production for Geminin <=> HTTP/S -?https://updown.io/sfpa) -K?vin
---
Previous Thread: [ANN] The Saturday Morning Gemzine
Next Thread: [ANN] Sophon, a wiki protocol and implementation