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 : invalid (at) *nospam* invalid.invalid (Richard Kettlewell)
Groupes : comp.os.linux.advocacy comp.os.linux.misc
Date : 06. Apr 2025, 10:05:34
Autres entêtes
Organisation : terraraq NNTP server
Message-ID : <wwva58tirs1.fsf@LkoBDZeT.terraraq.uk>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
The Natural Philosopher <tnp@invalid.invalid> writes:
On 05/04/2025 22:57, Richard Kettlewell wrote:
The Natural Philosopher <tnp@invalid.invalid> writes:
  Analogue multiplication is the holy grail and can be dome using the
  exponential characteristics of bipolar transistors
>
https://www.analog.com/media/en/technical-documentation/data-sheets/ADL5391.pdf
The electronics there is far beyond me but how general (and how
reliable) can this be made?
 
Well it isn't very general. It takes two voltages between on and one
an multiplies them together.
That's what it does.
>
Going from digits to volts is relatively fast and easy, but the
reverse is not so true

Right, probably not a fit for my application, then.

The operations I’m currently interested in are modular multiplication,
addition and subtraction with comparatively small moduli (12-bit and
23-bit, currently). It’s a well-undertood problem with digital
computation, of course, but I’m curious about whether there’s another
option here.
 
That flew over my head Richard. Advanced maths is not my forte ...

You do modular arithmetic whenever you do times and dates - informally,
it’s the same thing as they way minutes and seconds wrap around from 59
to 0, hours from 23 to 0, etc.

Putting it together into something useful is a bit more than that,
though, indeed, and a persistent concern is how to do it faster, hence
keeping an eye out for additional technology options.

--
https://www.greenend.org.uk/rjk/

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