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 <edadnZ4Ht8Npx2L7nZ2dnZfqnPidnZ2d@earthlink.com>
Deutsch   English   Français   Italiano  
<edadnZ4Ht8Npx2L7nZ2dnZfqnPidnZ2d@earthlink.com>

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

Path: ...!Xl.tags.giganews.com!local-3.nntp.ord.giganews.com!nntp.earthlink.com!news.earthlink.com.POSTED!not-for-mail
NNTP-Posting-Date: Fri, 04 Oct 2024 03:03:16 +0000
Subject: Re: Can't Avoid That Shit Rust - Even On Gentoo
Newsgroups: comp.os.linux.advocacy,comp.os.linux.misc
References: <pan$96411$d204da43$cc34bb91$1fe98651@linux.rocks>
 <5mqdnZuGq4lgwm_7nZ2dnZfqnPSdnZ2d@earthlink.com>
 <9tDIO.25203$afc4.21891@fx42.iad> <llgvjcF5rlhU3@mid.individual.net>
 <59JIO.96321$WtV9.10707@fx10.iad> <vd8bou$15h6g$2@dont-email.me>
 <18udnd3mEtEGfGX7nZ2dnZfqnPGdnZ2d@earthlink.com>
 <vdap5d$1kp35$4@dont-email.me>
 <fcKcnSXE3MsnqWf7nZ2dnZfqnPudnZ2d@earthlink.com>
 <D0rKO.165127$EEm7.5633@fx16.iad> <vddevg$24fps$4@dont-email.me>
 <llv1scFa6uvU1@mid.individual.net>
 <D-6cnfCih5UIy2f7nZ2dnZfqn_adnZ2d@earthlink.com>
 <slrnvflggs.lr8.candycanearter07@candydeb.host.invalid>
 <pan$177f8$17178cab$c1086257$7a39b6f7@linux.rocks>
 <Btycnd1FwtZrW2H7nZ2dnZfqnPednZ2d@earthlink.com>
 <vdkhl5$3d48j$12@dont-email.me>
 <15ednSDYmsw3nWP7nZ2dnZfqnPudnZ2d@earthlink.com>
 <vdl4db$3jhjh$4@dont-email.me>
From: "186282@ud0s4.net" <186283@ud0s4.net>
Organization: wokiesux
Date: Thu, 3 Oct 2024 23:03:05 -0400
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
 Thunderbird/78.13.0
MIME-Version: 1.0
In-Reply-To: <vdl4db$3jhjh$4@dont-email.me>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Message-ID: <edadnZ4Ht8Npx2L7nZ2dnZfqnPidnZ2d@earthlink.com>
Lines: 30
X-Usenet-Provider: http://www.giganews.com
NNTP-Posting-Host: 99.101.150.97
X-Trace: sv3-M12NoOpyi2RpmXJAs2pZExnt2iZGeF3uMuqCbvwnejkQFqa1e+Yn6puxGhiorj9NehJYPOIu9xEvoAL!5dpvtU0vjnJ557uyQxMLX18KbhoQkdBaWFiu4r7BH63dRRkawRtgEMSnTTRioZyIwXMDU8UyxZpt!X0zzjj4zaEjLKS0CUyGU
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
Bytes: 3019

On 10/2/24 11:52 PM, Lawrence D'Oliveiro wrote:
> On Wed, 2 Oct 2024 22:25:27 -0400, 186282@ud0s4.net wrote:
> 
>> On 10/2/24 6:32 PM, Lawrence D'Oliveiro wrote:
>>>
>>> On Wed, 2 Oct 2024 00:07:15 -0400, 186282@ud0s4.net wrote:
>>>
>>>>> GNU/Linux has had 64-bit time for many years already.
>>>>
>>>> It's not just HAVING 64/128-bit vars. Gotta look at every function,
>>>> every line.
>>>
>>> Or, you know, you define a type named “time_t”, which can be specified
>>> to be 32 bits or 64 bits depending on the target architecture build,
>>> and use that type wherever appropriate. Then you don’t have to worry
>>> about it any more.
>>
>> Ummm ... don't think it's that easy.
> 
> It is.
> 
> Think of the huge amount of open-source software that successfully
> compiles, and runs, on Linux running under both 32-bit and 64-bit
> architectures. Both big- and little-endian, even.
> 
> POSIX figured this out decades ago.


   But programmers with deadlines don't always FOLLOW
   that stuff .....