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.misc
Date : 07. Apr 2025, 06:04:50
Autres entêtes
Message-ID : <o2WdnRxWXOVywW76nZ2dnZfqn_GdnZ2d@giganews.com>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0
On 4/6/25 11:33 PM, Rich wrote:
c186282 <c186282@nnada.net> wrote:
Ummm ... given option ... I'd rewrite SSA/IRS using
one of the BSDs (maybe a commercial version) as the
 The problem that will be encountered in "rewriting" SSA or IRS is not
the software.
   Ummmmm ... kinda. It HAS to work, kinda flawlessly
   from the start. The political fallout from errors
   is TOO much.

The problem area is the 'rule book' defining what the software is to
do.  The first problem is, there is no single "rule book" with which to
refer.  It is all spread over thousands of statutes that themselves
have been patched plural (millions?) of times throughout the years both
SSA and IRS have been around.  If one could collect all the 'rules' of
what should happen given specific inputs together into a single 'rule
book' and print it out the result would likely be a 6 foot high stack
of double sided US letter sheets of paper.
   "Federal laws/regs" have been tweaked and re-tweaked
   by politicians since the inception. They respond to
   'pressure groups', the 'squeaky wheel', who want SOME
   special path/exemption. This is Politics-As-Usual.
   The PROB is when you get like a CENTURY of this heaped
   upon itself .......
   How DO you write software for such a MESS ???

And the rules will be things like (made up, but the actual rules are
just as arcane):
 Person X receives 4.75% of their total SSA payments over their lifetime
as pension, unless they are also a veteran, in which case they receive
6.25%, but if they served in the Airborne rangers from 1975 to 1982
they get an additional 1.27%, however if they also worked for the NSA
from 1987 to 1993 they receive 1.87% less.  However, for payments from
1957 to 1962, they receive a 3.2% bonus, but for payments made from
1967 to 1974 they take a 1.4% penalty.  Further, if the payments were
for self employment income from 1975 to 1986 they get a 3.2% bonus.
Etc.
 Think about the arcane tax rules for what numbers to put where on the
tax forms every year, the SSA rules are very much like the tax rules
(because both have been created, piecemeal, over the course of decades,
by different politicians getting patches to the statutes through
congress).
 The problem that will be encountered is that the existing code base has
been built up over the decades in concert with the politicans making
changes, so both evolved in concert, and each change was incremental at
the time.  But trying to rewrite it all from the ground up is going to
quickly hit the quagmire of exponential complexity just to understand
all the rules about what to do when for some payment Y (or for some tax
filing Z).  The result will be something that either screws up royally
at every result, or simply omits 95+% of all the arcane, interdependent,
things the congres folk have added to the statutes over the decades
(and someone loses their SS payment the statues say they should
receive).
   The "existing code base" is mostly 60s COBOL so far as
   I can tell.
   It's been tweaked and tweaked and tweaked until it's
   a DISASTER nobody REALLY knows how to deal with.
   Whatever replaces it not only has to accommodate all
   the (oft ridiculous/illogical) tweaks but easily deal
   with any NEW tweaks in a sensible organized fashion.
   NOT easy at all.
   Hey, this is GOVERNMENT stuff ... not NASA calx.
   SUBJECTIVE results are paramount.
   Just one of those big black IBM mainframe clusters
   could run entire govt agencies - indeed even tie them
   together in an organized fashion. BUT, gotta have
   sensible underlying software/systems built on
   comprehensible, expandable, code.
   IS this possible - or did we create a MONSTER
   in the 60s ?
   The never-ending political tweaks ... a rule base
   COULD be implemented. This WILL include from/to/
   situational dates of relevance and such. GOTTA
   be easy to add new/over-riding rules.
   IMHO - I'm still gonna rec a UNIX base OS, then
   Python, maybe even BASIC, as the code base. All
   easy, no BS, no mystery, kinda self-doc. This
   should be good for another 50 years.
   After that ... it's gonna be all 'AI' and humans
   won't "get it" at all. Magic .......
   Anyway, anyone who thinks this is all EASY is
   full of it.
   Oh, valid arg, do you try to re-implement the
   current code base - or instead emulate what
   it DOES ? After consideration I trend towards
   the latter solution. Re-writing all that old
   COBOL would likely NOT yield good results ...
   so instead observe what it DOES - and write
   new code to do the same thing by alt means.

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