Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <vj72ik$f8tp$1@dont-email.me>
Deutsch   English   Français   Italiano  
<vj72ik$f8tp$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Janis Papanagnou <janis_papanagnou+ng@hotmail.com>
Newsgroups: comp.unix.programmer
Subject: Re: Text based synchronous communication tool for Linux?
Date: Mon, 9 Dec 2024 16:32:35 +0100
Organization: A noiseless patient Spider
Lines: 38
Message-ID: <vj72ik$f8tp$1@dont-email.me>
References: <vj44hq$3q2ag$1@dont-email.me>
 <wwvmsh648qc.fsf@LkoBDZeT.terraraq.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 09 Dec 2024 16:32:36 +0100 (CET)
Injection-Info: dont-email.me; posting-host="f21f24a2d882c55209a11c02faa0bd4a";
	logging-data="500665"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/8hnq/Nrv/BuuM+RwV41YH"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
 Thunderbird/45.8.0
Cancel-Lock: sha1:/G2sUiSvYp8t1G0y95QAewSddl8=
X-Enigmail-Draft-Status: N1110
In-Reply-To: <wwvmsh648qc.fsf@LkoBDZeT.terraraq.uk>
Bytes: 3007

On 08.12.2024 14:14, Richard Kettlewell wrote:
> Janis Papanagnou <janis_papanagnou+ng@hotmail.com> writes:
>> I have faint memories on a communication tool that I think have used
>> on a DEC VAX under VMS in the 1980's. Unlike the common modern tools
>> like chat systems or SMS exchange on mobile phones it didn't operate
>> line-wise or message-wise, but rather (synchronous) character-wise.
>> And I think it was a tool usable only to connect people on the same
>> system (but I'm not sure about that). I thought its name would have
>> been 'talk' but searching the web led me to a document "VMS Phone
>> Utility Manual"[*] which describes such a tool (it's actually called
>> 'phone') and it seems to be what I still remember about the tool I'm
>> looking for.
>>
>> Some characteristics I'd prefer - not all supported by the 'phone'
>> utility - are that it's
>>  * text-oriented (preferably with Unicode support), fast (no GUI)
>>  * instantly/synchronously exchanging any typed characters
>>     * optionally: switching modes (instant/character-wise, line-wise)
>>  * more than two persons can communicate
>>  * works across distributed [Unix-]systems
>>
>> Is there such a tool (free of charge and open source) available for
>> Linux? (Or something that comes close?)
> 
> ytalk would fit the requirements, I think, but it’s been abandonware
> for the last couple of decades.

I generally don't mind using "abandonware"; if it's a stable version
that has the well thought through features implemented without errors,
and that is focusing on its main task that it's designed for - that's
perfect. - The opposite sort of tools, tools that suffer from feature
creep, have their own principal issues.

From elsewhere I was pointed to 'utalk' (labeled 1.0.1.beta-7); which
also doesn't look like a "fresh" software. But anyway; I'll try that.

Janis