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 <17f74d50a832220a$1642$1111581$802601b3@news.usenetexpress.com>
Deutsch   English   Français   Italiano  
<17f74d50a832220a$1642$1111581$802601b3@news.usenetexpress.com>

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

From: Diego Garcia <dg@chaos.rocks>
Subject: Re: Linux 6.11
Newsgroups: comp.os.linux.advocacy
References: <ll2ldqFlncU1@mid.individual.net> <pan$2ca4c$cb55c12b$15e553ab$6a2e1ae3@loozers.net> <ll6mksFj2fgU2@mid.individual.net> <17f74bee5b704c29$89$2754825$802601b3@news.usenetexpress.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Lines: 33
Path: ...!weretis.net!feeder9.news.weretis.net!tncsrv06.tnetconsulting.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!news.usenetexpress.com!not-for-mail
Date: Sat, 21 Sep 2024 15:53:10 +0000
Nntp-Posting-Date: Sat, 21 Sep 2024 15:53:10 +0000
X-Received-Bytes: 1600
Organization: UsenetExpress - www.usenetexpress.com
X-Complaints-To: abuse@usenetexpress.com
Message-Id: <17f74d50a832220a$1642$1111581$802601b3@news.usenetexpress.com>
Bytes: 2024

On Sat, 21 Sep 2024 15:27:49 +0000, Diego Garcia wrote:

> 
> Probably 99% of commercial software is built with this philosophy.
> 
> That's why a simple text editor on Microslop Winblows can be 300Mb.
> 

Let's contrast this with the quintessential Unix editor "cooledit," which
is a total GUI program with extensive features:

ls -l /usr/local/bin/cooledit
-rwxr-xr-x 1 root root 342400 Sep 25  2021 /usr/local/bin/cooledit

We need also the shared library:

ls -l /usr/local/lib64/libCw.so.1.0.0
-rwxr-xr-x 1 root root 597768 Sep 25  2021 /usr/local/lib64/libCw.so.1.0.0

So, 342400 + 597768 = 940168

Thus, for only 940 Kbytes on GNU/Linux we have a text editor that surpasses
most, if not all, Microslop text editors that require 300X the code.

Whew!  If that's not an indictment of the junk Microslop I don't know what would
be.

Keep in mind that cooledit has syntax highlighting, compiling, debugging, email,
and a LOT of other fundamental stuff built in -- all within less than a megabyte
of code.

That's GNU/Linux power!