From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from tb-ob0.topicbox.com (tb-ob0.topicbox.com [64.147.108.117]) by inbox.vuxu.org (Postfix) with ESMTP id 7A04720C8F for ; Tue, 5 Mar 2024 23:47:33 +0100 (CET) Received: from tb-mx0.topicbox.com (tb-mx0.nyi.icgroup.com [10.90.30.73]) by tb-ob0.topicbox.com (Postfix) with ESMTP id 5083526675 for ; Tue, 5 Mar 2024 17:47:33 -0500 (EST) (envelope-from bounce.mMb37884661621aa08e1f8449c.r522be890-2105-11eb-b15e-8d699134e1fa@9fans.bounce.topicbox.com) Received: by tb-mx0.topicbox.com (Postfix, from userid 1132) id 4C66110C1A25; Tue, 5 Mar 2024 17:47:33 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=9fans.net; h=from:to :subject:message-id:in-reply-to:references:date:mime-version :content-type:content-transfer-encoding:list-help:list-id :list-post:list-subscribe:reply-to:list-unsubscribe; s=dkim-1; t=1709678853; x=1709765253; bh=2OcmGikxMNECWjfF6WswkMZIu2hBfs0c Ky+UspCquqA=; b=Ea+/Wth40tMZoWN/VM+xMWaiobw/i6CePDTonFA626W0fI1j g1WBbNtfHbVwM/Ou4AxZ7nDCuZ9yPxQHqAI4fdvW+o12dapChtjumIWB9cjZt9m2 RczF6is+EAcVEzywcnjQh6yrdppcw6PMoisSbGyDV1tKEnmgcyFX0FswX0o= From: a@9srv.net To: 9fans <9fans@9fans.net> Subject: Re: [9fans] Content of your /rc/bin/service or /dis/svc ? Message-Id: <17096788450.Ee6a0bf7D.15037@composer.9fans.topicbox.com> In-Reply-To: <8ecb415d-7785-4f49-b209-253def72de30@sirjofri.de> References: <87sf1829zy.fsf@rdklein.fr> <878r2w1hsa.fsf@rdklein.fr> <8ecb415d-7785-4f49-b209-253def72de30@sirjofri.de> Date: Tue, 5 Mar 2024 17:47:26 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=17096788460.9Ee754E.15037 Content-Transfer-Encoding: 7bit Topicbox-Policy-Reasoning: allow: sender is a member Topicbox-Message-UUID: 56d46a70-db42-11ee-8957-876641decc0b Archived-At: =?UTF-8?B?PGh0dHBzOi8vOWZhbnMudG9waWNib3guY29tL2dyb3Vwcy85?= =?UTF-8?B?ZmFucy9UZjczODUxNTAzNDY3MzQ2Zi1NYjM3ODg0NjYxNjIxYWEwOGUxZjg0?= =?UTF-8?B?NDljPg==?= List-Help: List-Id: "9fans" <9fans.9fans.net> List-Post: List-Software: Topicbox v0 List-Subscribe: Precedence: list Reply-To: 9fans <9fans@9fans.net> List-Unsubscribe: , Topicbox-Delivery-ID: 2:9fans:437d30aa-c441-11e9-8a57-d036212d11b0:522be890-2105-11eb-b15e-8d699134e1fa:Mb37884661621aa08e1f8449c:1:bhzfHYJxaGQz1EqCIzfDs2g4KoUgAiMRN61nVZnPFJE --17096788460.9Ee754E.15037 Date: Tue, 5 Mar 2024 17:47:25 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I wonder what percentage of people who reply are going to be running a fing= er server they wrote. :-) My tcp79 comes from my implementation, here:=C2= =A0http://txtpunk.com/finger/index.html I think we've got enough interoperable unicode-aware implementations we can= start working on the update to the RFC now. I have a service which allows some unix hosts I run to submit vac scores af= ter they perform a backup to my venti; a slightly outdated version is here:= =C2=A0https://9p.io/sources/contrib/anothy/bin/rc/tcp17038 tcp411 calls pqsrv, I think the same version as on the "extra" page:=C2=A0h= ttp://9p.io/sources/extra/ I usually have at least one "poor man's nat traversal" thing running with a= ux/trampoline. I love how easy aux/listen makes sticking trivial little services up on the= net. I used to have one that provided a menu of MUDs to connect to. Anothe= r gave the weather, as the telnet service at Weather Underground started to= go unmaintained (of course, mine used darksky, which is now also defunct).= I made a little text-based zine server (inspired by Cara Esten's=C2=A0http= s://github.com/caraesten/dial_a_zine, which powered the things at anewsessi= on.com); that's up, although very lightly used:=C2=A0http://txtpunk.com/zin= e/ Before life got away from me last year, I was trying to get a VoIP bridge w= orking so I could plug a POTS line into my modem and get telcodata working = again. I think 'cp tcp2323 telcodata' should be enough to make that zine se= rver dialable. (Sadly, I've only gotten the bridge to *place* calls over my= crummy DSL line.) As a young unix sysadmin back in the 1900s, aux/listen was one of the first= things that caught my eye about Plan 9, in comparison to inetd and the dir= ection everyone else was headed from there. Certainly the growth (in multip= le senses) of systemd has only tightened my grip on that particular tool. ------------------------------------------ 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tf73851503467346f-Mb3788= 4661621aa08e1f8449c Delivery options: https://9fans.topicbox.com/groups/9fans/subscription --17096788460.9Ee754E.15037 Date: Tue, 5 Mar 2024 17:47:25 -0500 MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I wonder what percentage of people who reply a= re going to be running a finger server they wrote. :-) My tcp79 comes from = my implementation, here: http://txtpunk.com/finger/index.html

I think we've got enough interoperable unicode-aware implementations= we can start working on the update to the RFC now.

<= /div>
I have a service which allows some unix hosts I run to submit vac= scores after they perform a backup to my venti; a slightly outdated versio= n is here: https://9p.io/sources/contrib/anothy/bin/rc/tcp17038
<= div>
tcp411 calls pqsrv, I think the same version as on the= "extra" page: http:= //9p.io/sources/extra/

I usually have = at least one "poor man's nat traversal" thing running with au= x/trampoline.

I love how easy aux/listen m= akes sticking trivial little services up on the net. I used to have one tha= t provided a menu of MUDs to connect to. Another gave the weather, as the t= elnet service at Weather Underground started to go unmaintained (of course,= mine used darksky, which is now also defunct). I made a little text-based = zine server (inspired by Cara Esten's https://github.com/caraesten/dial_a_zine, whic= h powered the things at anewsession.com); that's up, although very ligh= tly used: http://txtpun= k.com/zine/

Before life got away from = me last year, I was trying to get a VoIP bridge working so I could plug a P= OTS line into my modem and get telcodata working again. I think 'cp tcp= 2323 telcodata' should be enough to make that zine server dialable. (Sa= dly, I've only gotten the bridge to *place* calls over my crummy DSL li= ne.)

As a young unix sysadmin back in the = 1900s, aux/listen was one of the first things that caught my eye about Plan= 9, in comparison to inetd and the direction everyone else was headed from = there. Certainly the growth (in multiple senses) of systemd has only tighte= ned my grip on that particular tool.
= --17096788460.9Ee754E.15037--