Re: Can't Avoid That Shit Rust - Even On Gentoo

Liste des GroupesRevenir à col misc 
Sujet : Re: Can't Avoid That Shit Rust - Even On Gentoo
De : 186283 (at) *nospam* ud0s4.net (186282@ud0s4.net)
Groupes : comp.os.linux.misc
Date : 01. Oct 2024, 05:16:44
Autres entêtes
Organisation : wokiesux
Message-ID : <SIWcnUEd568w6mb7nZ2dnZfqnPednZ2d@earthlink.com>
References : 1 2
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0
On 9/30/24 7:55 PM, John Dallman wrote:
In article <vdfdcj$2dsh2$7@dont-email.me>, ldo@nz.invalid (Lawrence
D'Oliveiro) wrote:
 
On Tue, 1 Oct 2024 00:25 +0100 (BST), John Dallman wrote:
In article <vdf71h$2cn51$17@dont-email.me>, ldo@nz.invalid
(Lawrence D'Oliveiro) wrote:
It's not being ignored. The Linux kernel added the option to
build a 32-bit kernel with time_t having 64 bits
>
The same has happened for Windows and Apple's operating systems.
A lot of the work for 2038 is already done.
>
They're not supporting 32-bit code any more. Linux is.
 Apple only run 64-bit code on recent OSes, yes, but Windows 11 still runs
32-bit applications, even though the OS is only available in 64-bit form.
There's no sign of Windows dropping 32-bit applications, and I check
regularly: I'd like to stop supporting them.
   I think 32-bit is (already) kinda obsolete whether
   anybody wants to admit it or not.
   Didn't take long, did it ?
   LONG back some guy at a computer store (remember
   those ?) asked my why anybody would WANT 16-bit
   chips/vars. This was in the c64/Atari-800 days.
   I told him "graphics !" - and was right.
   NOW I wonder if 128-bit should be the aim of
   all future standards. It'd be HARD to use up
   128 bits for almost anything. Alas vars that
   big use up more memory/cycles.
   A few years back I wrote a HDD viewer/editor app
   in Free Pascal/Laz. The DOCS said seek() was
   64-bit ... however SOME OTHER STUFF in the chain
   apparently was NOT, it'd wrap. Had to write a 'C'
   helper pgm using some kinda exotic 64-bit defs
   (and typecasting) to deal with modern LARGE drives.
   Never tried seek() with an OFFSET - that MIGHT have
   added up to 64 bits - but that's an uglier solution.

Date Sujet#  Auteur
29 Sep 24 * Re: Can't Avoid That Shit Rust - Even On Gentoo38186282@ud0s4.net
29 Sep 24 `* Re: Can't Avoid That Shit Rust - Even On Gentoo37Lawrence D'Oliveiro
30 Sep 24  `* Re: Can't Avoid That Shit Rust - Even On Gentoo36186282@ud0s4.net
30 Sep 24   +* Re: Can't Avoid That Shit Rust - Even On Gentoo32Lawrence D'Oliveiro
30 Sep 24   i`* Re: Can't Avoid That Shit Rust - Even On Gentoo31rbowman
30 Sep 24   i +* Re: Can't Avoid That Shit Rust - Even On Gentoo29186282@ud0s4.net
30 Sep 24   i i+- Re: Can't Avoid That Shit Rust - Even On Gentoo1rbowman
30 Sep 24   i i`* Re: Can't Avoid That Shit Rust - Even On Gentoo27candycanearter07
30 Sep 24   i i +* Re: Can't Avoid That Shit Rust - Even On Gentoo12Lawrence D'Oliveiro
1 Oct 24   i i i`* Re: Can't Avoid That Shit Rust - Even On Gentoo11John Dallman
1 Oct 24   i i i `* Re: Can't Avoid That Shit Rust - Even On Gentoo10Lawrence D'Oliveiro
1 Oct 24   i i i  `* Re: Can't Avoid That Shit Rust - Even On Gentoo9John Dallman
1 Oct 24   i i i   +* Re: Can't Avoid That Shit Rust - Even On Gentoo4Lawrence D'Oliveiro
1 Oct 24   i i i   i+- Re: Can't Avoid That Shit Rust - Even On Gentoo1John Dallman
1 Oct 24   i i i   i`* 64-bit time on 32-bit Windows NT (was: Re: Can't Avoid That Shit Rust - Even On Gentoo)2Nuno Silva
1 Oct 24   i i i   i `- Re: 64-bit time on 32-bit Windows NT1Richard Kettlewell
1 Oct 24   i i i   `* Re: Can't Avoid That Shit Rust - Even On Gentoo4186282@ud0s4.net
2 Oct 24   i i i    +* Re: Can't Avoid That Shit Rust - Even On Gentoo2186282@ud0s4.net
2 Oct 24   i i i    i`- Re: Can't Avoid That Shit Rust - Even On Gentoo1Richard Kettlewell
2 Oct 24   i i i    `- Re: Can't Avoid That Shit Rust - Even On Gentoo1The Natural Philosopher
1 Oct 24   i i +- Re: Can't Avoid That Shit Rust - Even On Gentoo1rbowman
1 Oct 24   i i +- Re: Can't Avoid That Shit Rust - Even On Gentoo1186282@ud0s4.net
1 Oct 24   i i +- Re: Can't Avoid That Shit Rust - Even On Gentoo1Joel
2 Oct 24   i i `* Re: Can't Avoid That Shit Rust - Even On Gentoo11186282@ud0s4.net
2 Oct 24   i i  +- Re: Can't Avoid That Shit Rust - Even On Gentoo1Farley Flud
2 Oct 24   i i  `* Re: Can't Avoid That Shit Rust - Even On Gentoo9Lawrence D'Oliveiro
3 Oct 24   i i   `* Re: Can't Avoid That Shit Rust - Even On Gentoo8186282@ud0s4.net
3 Oct 24   i i    `* Re: Can't Avoid That Shit Rust - Even On Gentoo7Lawrence D'Oliveiro
4 Oct 24   i i     `* Re: Can't Avoid That Shit Rust - Even On Gentoo6186282@ud0s4.net
4 Oct 24   i i      +* Re: Can't Avoid That Shit Rust - Even On Gentoo4candycanearter07
4 Oct 24   i i      i`* Re: Can't Avoid That Shit Rust - Even On Gentoo3Cy DeMillion
5 Oct 24   i i      i `* Re: Can't Avoid That Shit Rust - Even On Gentoo2Joel
8 Oct 24   i i      i  `- Re: Can't Avoid That Shit Rust - Even On Gentoo1%
4 Oct 24   i i      `- Re: Can't Avoid That Shit Rust - Even On Gentoo1Lawrence D'Oliveiro
30 Sep 24   i `- Re: Can't Avoid That Shit Rust - Even On Gentoo1Lawrence D'Oliveiro
30 Sep 24   `* Re: Can't Avoid That Shit Rust - Even On Gentoo3186282@ud0s4.net
30 Sep 24    `* Re: Can't Avoid That Shit Rust - Even On Gentoo2Lawrence D'Oliveiro
30 Sep 24     `- Re: Can't Avoid That Shit Rust - Even On Gentoo1186282@ud0s4.net

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal