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 <v429p9$2oesk$1@dont-email.me>
Deutsch   English   Français   Italiano  
<v429p9$2oesk$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: "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com>
Newsgroups: comp.lang.c
Subject: Re: Running an editor from ANSI C
Date: Sat, 8 Jun 2024 12:00:56 -0700
Organization: A noiseless patient Spider
Lines: 37
Message-ID: <v429p9$2oesk$1@dont-email.me>
References: <v3pge7$uf2i$1@dont-email.me> <v3r2pl$16mtl$1@dont-email.me>
 <v3r7v8$1b57j$1@dont-email.me> <v3rek5$1c4i5$1@dont-email.me>
 <v3rrtm$1e6g8$1@dont-email.me> <v3ru84$1eafb$1@dont-email.me>
 <87o78dzw1a.fsf@nosuchdomain.example.com> <v3tkmb$1o860$3@dont-email.me>
 <v3uk0l$20s0s$2@dont-email.me> <v3uoeo$21g4g$5@dont-email.me>
 <v3v25a$2369h$1@dont-email.me> <v406ta$29fla$6@dont-email.me>
 <v40qt1$2fuud$1@dont-email.me> <v414av$2hj37$1@dont-email.me>
 <v41jlq$2junj$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 08 Jun 2024 21:00:58 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="fcdc85211dd9fa312df49c2bc6e1985d";
	logging-data="2898836"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+Wil1WPi1XHFt0JeFbkJpX42HorA6LUC8="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:vT7im1eQH2uqspYWIx/ltJi+hxg=
Content-Language: en-US
In-Reply-To: <v41jlq$2junj$1@dont-email.me>
Bytes: 2959

On 6/8/2024 5:43 AM, Malcolm McLean wrote:
> On 08/06/2024 09:21, Lawrence D'Oliveiro wrote:
>> On Sat, 8 Jun 2024 01:40:48 -0400, James Kuyper wrote:
>>
>>> On 6/7/24 19:59, Lawrence D'Oliveiro wrote:
>>>
>>>> On Fri, 7 Jun 2024 09:32:26 -0400, James Kuyper wrote:
>>>>
>>>>> ... POSIX is not the be-all and end-all of operating systems.
>>>>
>>>> You’re right. It’s not. Linux is.
>>>
>>> ... even I'm not foolish enough to make such a claim for Linux.
>>
>> I wouldn’t have been either, say, 20 years ago. But it’s now become quite
>> clear that it dominates everywhere except the desktop. And if you 
>> think of
>> fully-featured “workstation” OSes instead of cut-down “desktop” OSes, 
>> then
>> Linux dominates there, too.
> 
> As a developer, Linux is great. Its so much easier to work with than 
> Winfows. Just little things. You ca. tun a text editor from the 
> commandline, write a little scratch program, and compile with gcc and 
> test it. With Windows you are fiddling about with an IDE, then you've 
> got to coax it into compiling "hello world" by turning deprecation off. 
> printf insecure ie something.

Well, on windows you can just run notepad? ;^D

> 
> But it's just no good for consumer software. Ganes are no fun without 
> sound. But it took about an afternoon to add fantastic audio to Baby X 
> Windows, which inclues an MPEG codec, I just couldn't work out gow to do 
> it on Linux in any way that wouln't break.
>