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 <vquepe$37b07$1@dont-email.me>
Deutsch   English   Français   Italiano  
<vquepe$37b07$1@dont-email.me>

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

Path: ...!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: bart <bc@freeuk.com>
Newsgroups: comp.lang.c
Subject: Re: Python recompile
Date: Thu, 13 Mar 2025 11:16:00 +0000
Organization: A noiseless patient Spider
Lines: 43
Message-ID: <vquepe$37b07$1@dont-email.me>
References: <vq1qas$j22$1@gallifrey.nk.ca> <vq7g1p$1vmg5$1@dont-email.me>
 <vq94dt$2boso$1@dont-email.me> <vqcsk7$23bfo$1@paganini.bofh.team>
 <vqefn1$3flpt$1@dont-email.me> <vqeu5c$3imil$1@dont-email.me>
 <vqeun4$3iqbq$1@dont-email.me> <vqfcbe$3lkkc$1@dont-email.me>
 <871pv861ht.fsf@nosuchdomain.example.com> <20250308192940.00001351@yahoo.com>
 <vqi1ge$8jg8$1@dont-email.me> <vqmgjv$3a2il$1@paganini.bofh.team>
 <vqn4dn$1eb9s$1@dont-email.me> <vqo3ss$3hkas$1@paganini.bofh.team>
 <vqph2e$203bs$2@dont-email.me> <vqpjh7$210q9$1@dont-email.me>
 <vqpo1s$222s0$1@dont-email.me> <vqpqo6$23197$1@dont-email.me>
 <vqpsvc$23gc1$1@dont-email.me> <vqq5um$25dm2$1@dont-email.me>
 <vqq9ba$267fp$1@dont-email.me> <vqro58$2i773$2@dont-email.me>
 <vqrqa1$2itot$1@dont-email.me> <vqs7fh$2llvo$1@dont-email.me>
 <20250312173210.000035df@yahoo.com> <vqsdsh$2mp5t$1@dont-email.me>
 <vqsfa1$2mnr0$2@dont-email.me> <vqt7lj$2se4a$7@dont-email.me>
 <vqt94n$2sq8s$1@dont-email.me> <vqtg9t$2u4jc$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 13 Mar 2025 12:15:59 +0100 (CET)
Injection-Info: dont-email.me; posting-host="25cbbeb4bbe2842d721a996a5b1ab770";
	logging-data="3386375"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+HJ4W/rrCHAZ53eWRuFvdS"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:HLE83RnBj6Vggdnj+cngkIfchsM=
Content-Language: en-GB
In-Reply-To: <vqtg9t$2u4jc$2@dont-email.me>
Bytes: 3632

On 13/03/2025 02:35, Lawrence D'Oliveiro wrote:
> On Thu, 13 Mar 2025 00:33:27 +0000, bart wrote:
> 
>> On 13/03/2025 00:08, Lawrence D'Oliveiro wrote:
>>
>>> On Wed, 12 Mar 2025 17:12:34 +0000, bart wrote:
>>>
>>>> I also feel it is wrong to paint Windows as a poor machine for
>>>> development, simply because it is not a Unix clone.
>>>
>>> The fact that Windows developers themselves are unable to improve the
>>> situation is all the justification we need.
>>
>> Improve what situation?
> 
> The one you’ve been complaining about.
> 
>> Unix based developers insist of using some nonsense called XYZZY for
>> all their projects, which only works on Unix, and Windows is at
>> fault for not immediately implementing XYZZY too?
> 
> It’s their fault for wanting to run the Unix software, instead of
> developing their own.

Ha! It's just 'software' when it's cross-platform.

Cross-platform means somebody ensures it will run across different OSes. 
But it would be odd to go to that trouble and not have a cross-platform 
build process too. Unless they will consent to providing binaries for 
which they will use a cross-compilation process.

What I also find amusing is that this is a group about the C language 
which is touted to run every conceivable target on the planet, past, 
present and future.

The reason for half the UBs is because some operation is badly defined 
on whacko architecture which accounts for 0.00001% of machines.

So it takes portability seriously.

Yet when it comes to *building* software, which is just another kind of 
application, then apparently only Unix-like exists.