Re: Rewriting SSA. Is This A Chance For GNU/Linux?

Liste des GroupesRevenir à col misc 
Sujet : Re: Rewriting SSA. Is This A Chance For GNU/Linux?
De : c186282 (at) *nospam* nnada.net (c186282)
Groupes : comp.os.linux.advocacy comp.os.linux.misc
Date : 05. Apr 2025, 20:22:23
Autres entêtes
Message-ID : <Tz2dnbEsYvaaHmz6nZ2dnZfqnPWdnZ2d@giganews.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0
On 4/5/25 7:13 AM, The Natural Philosopher wrote:
On 05/04/2025 09:50, c186282 wrote:
On 4/4/25 3:15 PM, Farley Flud wrote:
On Fri, 4 Apr 2025 08:30:23 -0400, c186282 wrote:
>
>
I'm not sure there are any little old ladies left to knit magnetic core.
>
Last time I looked they were little asian ladies wit teeny nimble fingers.
Did all the coil winding in that factory.
>
    Look up "rope memory"  :-)
>
    Hey, it flew us to the moon ...
>
>
Who would ever give a flying fuck about this "Neolithic" technical
crap?  It's the future that is of concern.
>
   No future without a past.
>
   And past tricks/thinking/strategies CAN inspire
   the new.
>
Indeed.
Many ideas that were infeasible, become feasible with new technology.
Many dont. Windmills being a prime example...
 
>
My question has always been: when are these memory engineers (or
whatever they are called) going to produce cheap RAM memory that
can actually keep pace with the CPU?
>
   Never ...
 The problem is distance between elements times the  size of elements divided by the speed of light.
 It means that you need to start going 3D on memory to keep the speed/capacity withiong bounds.
 It has its parallel in human political structures. Huge monolithic empires like the USSR simply fail to keep up, because the information from the bottom takes a long time to get to the top.
 A far better solution is the old British Empire, with governors having power over a local nation, and very few decisions being centralised.
 
>
   OK, Moore's Law is getting close to stalling-out CPU
   performance. Ergo, give it a few years, the memory
   MAY finally catch up.
>
Same laws are governing both.  What is happening is more local on chip cache.
IIRC the RP2040 has 256K of memory *on the chip itself*.
 That's local. Hence as fast as the chip is.
 
For decades we have had to use various levels of high speed, though
minuscule, cache memory in order for our software to run, and from
a programming point of view cache management is a supreme bitch.
>
The world needs cheap RAM that can operate at CPU speeds.  Then,
all programming would be a supreme breeze.
>
It already has it, juts not in the sizes you want. Because of the propagation delay inherently in large arrays.
 We can clock the CPUS up to 4Ghz ± mainly because we can make em down to 10nm element size.
 Below that you start to get into quantum effects and low yields.
 DDR5 RAM is pushing 3GHz speeds
 
   Well, your 'future' isn't providing. MAYbe some odd
   idea from the past, just on better hardware ???
>
The better idea is to look at what the actual problems are, and design massively parallel solutions to them that do not require a single processor running blindingly fast.
 
Cache memory is just another crutch, and its existence is indisputable
testimony that modern PC hardware is crippled shit.
>
   Well, I'd argue that on-chip cache is always gonna
   outperform - if for no other reason than the short
   circuit paths. These days, the speed of electricity
   over wires is becoming increasingly annoying - it's
   why they want photonics instead. Of course soon even
   that will be too slow soon enough ... and you can
   complain to Einstein .......
>
Cant yet beat speed of light. Photonics is not much faster than electronics.
Back in the day we measured delay on a reel of 50 ohm coax. It was about .95 the speed of light IIRC.
 So that isn't the way to go,
 Look, you need to study the history of engineering.
 Let's take a steam engine. Early engines crude, inefficient and very heavy and large. Maybe 1% efficient.
Roll forward to the first locomotives and still heavy but now getting 5% efficiency..
 Fiddle with that for a hundred years and the final efficiency of a steam piston engine approached the theoretical limits of the technology without cooling or superheated  steam of around 20%. Now use superheated steam in a steam turbine with a condenser strapped on the back - suitable for ships or power stations, - and you are getting up to 37%.
 But that is fundamentally it.  There is a law governing it
Efficiency is (Steam temperature IN - Steam temperature OUT)/(STEAM TEMPERATURE IN) (degrees absolute)
 so for 200°C in and say 100°C out TIN = 673°A, TOUT =373°A  gives a max thermal efficiency of 45%
 You simply will never do better than that with water as the working fluid unless you go to horrendous inlet temps of superheated steam
  The point is that every technology has a limit beyond which no amount of tinkering is going to get you. Engineers come to understand this, the lay public do not.  They are always whining 'why cant you power the universe form one single bonfire'
 Digital computing has a little ways to go, but it is already close to the limits
 For some problems, precision analogue might be faster...
   The greenies were playing a scheme that involved continually
   demanding higher fuel efficiency from IC engines, KNOWING
   that practical/theoretical limits would soon be reached and
   then they could ban manufacture of anything that could not
   meet their 'one easy step better' standard. Physics was their
   hidden dagger. (combustion chemistry too)
   Digital ... note that clock speeds haven't really risen in
   a LONG time. They can, to a point, make them 'work smarter'
   but how much more ? Not all tasks/problems lend themselves
   to parallel processing methods either.
   So, yea, we're pretty much there.
   Quantum ... not great for all kinds of problems AND the
   error issue is still TOO.
   Analog ... it still may have certain uses, however for
   chain operations the accumulated errors WILL getcha.
   Might be a 'near' or 'finely-quantitized' sort of
   analog - 100,000 distinct, non-drifting, states that
   for some practical purposes LOOKS like traditional
   analog. So long as you don't need TOO many decimal
   points ......
   Finally ... non-binary computing, eight or ten states
   per "bit". Fewer operations, fewer gates twiddling,
   better efficiency anyhow, potentially better speed. But
   doing it with anything like traditional semiconductors,
   cannot see how.
   The point is that not all kinds of "computing" can become
   faster and faster with little limit. Material and plain
   old physical issues - speed of light/electricity as we
   noted. Amazing we've "hit the wall" THIS soon.

Date Sujet#  Auteur
29 Mar 25 * Rewriting SSA. Is This A Chance For GNU/Linux?100Farley Flud
30 Mar 25 `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?99c186282
30 Mar 25  `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?98rbowman
31 Mar 25   `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?97pothead
31 Mar 25    +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?35c186282
1 Apr15:16    i+* Re: Rewriting SSA. Is This A Chance For GNU/Linux?31-hh
1 Apr15:40    ii`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?30Robert Heller
1 Apr16:08    ii +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?26-hh
1 Apr19:08    ii i+* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2rbowman
2 Apr03:20    ii ii`- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1c186282
2 Apr04:32    ii i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?23c186282
2 Apr11:40    ii i +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2The Natural Philosopher
2 Apr21:04    ii i i`- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1-hh
2 Apr21:46    ii i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?20Carlos E.R.
2 Apr23:36    ii i  `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?19rbowman
3 Apr07:00    ii i   +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?7David W. Hodgins
3 Apr08:28    ii i   i+* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2rbowman
3 Apr15:53    ii i   ii`- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1David W. Hodgins
3 Apr11:11    ii i   i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?4c186282
3 Apr16:12    ii i   i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3David W. Hodgins
3 Apr17:20    ii i   i  `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2c186282
3 Apr18:05    ii i   i   `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1David W. Hodgins
3 Apr10:53    ii i   +- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1The Natural Philosopher
3 Apr12:44    ii i   `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?10Carlos E.R.
3 Apr19:26    ii i    `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?9rbowman
3 Apr22:12    ii i     `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?8c186282
4 Apr01:03    ii i      +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3rbowman
4 Apr03:50    ii i      i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2c186282
4 Apr07:00    ii i      i `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1rbowman
6 Apr09:52    ii i      `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?4Stéphane CARPENTIER
6 Apr10:14    ii i       +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2Richard Kettlewell
6 Apr12:13    ii i       i`- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1Stéphane CARPENTIER
6 Apr17:58    ii i       `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1rbowman
1 Apr18:35    ii `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3rbowman
1 Apr20:30    ii  `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2Robert Heller
2 Apr03:14    ii   `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1c186282
1 Apr20:09    i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3c186282
1 Apr20:16    i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2John Ames
2 Apr03:07    i  `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1c186282
31 Mar 25    +- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1c186282
31 Mar 25    `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?60The Natural Philosopher
31 Mar 25     `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?59Richard Kettlewell
3 Apr03:38      `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?58pothead
3 Apr10:59       +- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1The Natural Philosopher
3 Apr11:52       `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?56c186282
3 Apr12:10        +- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1The Natural Philosopher
3 Apr19:12        `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?54rbowman
3 Apr21:38         `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?53c186282
4 Apr01:16          `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?52rbowman
4 Apr04:03           +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2c186282
4 Apr06:54           i`- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1rbowman
4 Apr09:38           `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?49The Natural Philosopher
4 Apr13:30            `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?48c186282
4 Apr19:53             +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?11rbowman
5 Apr09:31             i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?10c186282
5 Apr11:41             i +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?7The Natural Philosopher
5 Apr20:20             i i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?6rbowman
5 Apr20:23             i i +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2The Natural Philosopher
5 Apr23:58             i i i`- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1pothead
5 Apr21:10             i i +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2Carlos E.R.
5 Apr21:27             i i i`- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1rbowman
6 Apr01:14             i i `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1c186282
5 Apr20:11             i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2rbowman
5 Apr21:24             i  `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1Chris Ahlstrom
4 Apr20:15             `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?36Farley Flud
5 Apr09:50              `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?35c186282
5 Apr11:21               +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?15Farley Flud
6 Apr09:59               i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?14Stéphane CARPENTIER
6 Apr12:27               i +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?12Farley Flud
6 Apr13:17               i i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?11Stéphane CARPENTIER
6 Apr18:38               i i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?10Richard Kettlewell
6 Apr21:23               i i  +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?5Stéphane CARPENTIER
6 Apr23:14               i i  i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?4Richard Kettlewell
7 Apr02:42               i i  i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3c186282
7 Apr04:33               i i  i  `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2Rich
7 Apr06:04               i i  i   `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1c186282
7 Apr03:49               i i  `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?4c186282
7 Apr11:56               i i   `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3The Natural Philosopher
7 Apr12:08               i i    `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2c186282
7 Apr12:20               i i     `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1The Natural Philosopher
6 Apr17:51               i `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1rbowman
5 Apr12:13               +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?18The Natural Philosopher
5 Apr20:22               i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?17c186282
5 Apr20:40               i +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?8The Natural Philosopher
5 Apr22:57               i i+* Re: Rewriting SSA. Is This A Chance For GNU/Linux?4Richard Kettlewell
6 Apr01:57               i ii`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3The Natural Philosopher
6 Apr10:05               i ii `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2Richard Kettlewell
6 Apr13:02               i ii  `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1The Natural Philosopher
6 Apr02:07               i i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3The Natural Philosopher
6 Apr05:26               i i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2c186282
6 Apr12:55               i i  `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1The Natural Philosopher
5 Apr21:00               i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?8Farley Flud
5 Apr23:34               i  +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?4c186282
6 Apr02:13               i  i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3The Natural Philosopher
6 Apr05:48               i  i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2c186282
6 Apr12:58               i  i  `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1The Natural Philosopher
5 Apr23:35               i  `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3c186282
6 Apr10:01               i   `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2Stéphane CARPENTIER
6 Apr16:48               i    `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1Farley Flud
6 Apr09:58               `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1Stéphane CARPENTIER

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal