Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.advocacy > #658336

Re: Find "py.exe" & copy it to "Python" (flat, no extension).

From rbowman <bowman@montana.com>
Newsgroups comp.os.linux.advocacy
Subject Re: Find "py.exe" & copy it to "Python" (flat, no extension).
Date 2024-06-28 00:22 +0000
Message-ID <le6e1pFu77dU1@mid.individual.net> (permalink)
References (17 earlier) <v5foko$1pj51$8@dont-email.me> <le1ju9F6qs8U1@mid.individual.net> <v5j5fl$2ks7o$5@dont-email.me> <le5mh0Fr71nU1@mid.individual.net> <v5kion$2te1q$1@dont-email.me>

Show all headers | View raw


On Thu, 27 Jun 2024 16:40:55 -0400, Chris Ahlstrom wrote:

> n example is John Horton Conway's "Game of Life". Simple rules, but
> sometimes complex behavior (e.g. flyers) ensues. It's even been shown,
> IIRC, that one can do computing using game-of-life objects.

There are many parallels in the computer world. 

https://www.baeldung.com/cs/simulated-annealing

Neural networks make use of gradient descent. The problem is getting stuck 
in a local minimum and not finding the global minimum. Basically you have 
to make random bad choices and see how they pan out. I can visualize it 
easier with a real life hill climbing algorithm. If you follow the simple 
rule of always walking uphill sooner or later you'll find yourself 
standing on top of something where there is no uphill choice. 
Unfortunately it isn't the mountain you want to be on so you have to break 
the rule and go downhill for a while.

Not every mutation is beneficial and some are downright deleterious but 
sometimes it works out in the long run.

> Lack of strict definition affects these arguments. Affects arguments
> from religion, philosophy, and even, sometimes, science. Gotta get the
> definitions tight, otherwise you are arguing about words or nonsense.

That's what I like about the pre-Socratics. Admittedly much of their work 
is lost and they may have spent their days arguing about gods but at least 
with what has survived they worked with the material at hand. 

Back to comp.os.linux.advocacy | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: Find "py.exe" & copy it to "Python" (flat, no extension). Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-06-25 05:41 +0000
  Re: Find "py.exe" & copy it to "Python" (flat, no extension). Joel <joelcrump@gmail.com> - 2024-06-25 01:52 -0400
    Re: Find "py.exe" & copy it to "Python" (flat, no extension). rbowman <bowman@montana.com> - 2024-06-25 06:52 +0000
    Re: Find "py.exe" & copy it to "Python" (flat, no extension). Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-06-25 06:53 +0000
      Re: Find "py.exe" & copy it to "Python" (flat, no extension). Joel <joelcrump@gmail.com> - 2024-06-25 03:26 -0400
      Re: Find "py.exe" & copy it to "Python" (flat, no extension). Andrzej Matuch <andrzej@matu.ch> - 2024-06-25 06:40 -0400
        Re: Find "py.exe" & copy it to "Python" (flat, no extension). Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-06-25 07:55 -0400
          Re: Find "py.exe" & copy it to "Python" (flat, no extension). rbowman <bowman@montana.com> - 2024-06-25 18:03 +0000
            Re: Find "py.exe" & copy it to "Python" (flat, no extension). Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-06-26 06:40 -0400
              Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-06-26 15:02 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-06-26 14:06 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). rbowman <bowman@montana.com> - 2024-06-26 23:27 +0000
                IBM 5120 (was: Re: Find "py.exe" & copy it to "Python" (flat, no extension).) vallor <vallor@cultnix.org> - 2024-06-27 05:56 +0000
                Re: IBM 5120 (was: Re: Find "py.exe" & copy it to "Python" (flat, no extension).) Joel <joelcrump@gmail.com> - 2024-06-27 02:16 -0400
                Re: IBM 5120 (was: Re: Find "py.exe" & copy it to "Python" (flat, no extension).) rbowman <bowman@montana.com> - 2024-06-27 07:05 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-06-27 07:46 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-06-27 07:35 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-06-27 00:19 +0000
              Re: Find "py.exe" & copy it to "Python" (flat, no extension). rbowman <bowman@montana.com> - 2024-06-26 16:36 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). DFS <nospam@dfs.com> - 2024-06-26 12:50 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-06-26 14:07 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). DFS <nospam@dfs.com> - 2024-06-27 13:55 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). rbowman <bowman@montana.com> - 2024-06-28 00:36 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). DFS <nospam@dfs.com> - 2024-06-27 20:42 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). rbowman <bowman@montana.com> - 2024-06-28 03:42 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). DFS <nospam@dfs.com> - 2024-06-28 00:49 -0400
          Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-06-26 00:24 +0000
            Re: Find "py.exe" & copy it to "Python" (flat, no extension). rbowman <bowman@montana.com> - 2024-06-26 04:46 +0000
              Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-06-26 15:00 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). rbowman <bowman@montana.com> - 2024-06-26 16:26 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-06-27 00:14 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-06-27 07:38 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-06-27 14:53 +0000
                We can pick our nose but not our president. "Relf"  <Usenet@Jeff-Relf.Me> - 2024-06-29 22:31 -0700
                Re: We can pick our nose but not our president. Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-06-30 07:30 +0000
        Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-06-26 00:14 +0000
          Re: Find "py.exe" & copy it to "Python" (flat, no extension). Andrzej Matuch <andrzej@matu.ch> - 2024-06-25 20:29 -0400
      Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-06-26 00:01 +0000
        Re: Find "py.exe" & copy it to "Python" (flat, no extension). Andrzej Matuch <andrzej@matu.ch> - 2024-06-25 20:13 -0400
          Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-06-26 00:50 +0000
            Re: Find "py.exe" & copy it to "Python" (flat, no extension). Andrzej Matuch <andrzej@matu.ch> - 2024-06-25 21:33 -0400
              Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-06-26 14:47 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). rbowman <bowman@montana.com> - 2024-06-26 16:30 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-06-27 00:17 +0000
            Re: Find "py.exe" & copy it to "Python" (flat, no extension). rbowman <bowman@montana.com> - 2024-06-26 04:32 +0000
              Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-06-26 14:59 +0000
              Re: Find "py.exe" & copy it to "Python" (flat, no extension). Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-06-27 07:48 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Joel <joelcrump@gmail.com> - 2024-06-27 03:53 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-06-27 07:47 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Joel <joelcrump@gmail.com> - 2024-06-27 08:41 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-06-28 00:25 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Joel <joelcrump@gmail.com> - 2024-06-27 21:33 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-06-28 03:22 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Joel <joelcrump@gmail.com> - 2024-06-28 11:08 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-06-28 21:57 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Joel <joelcrump@gmail.com> - 2024-06-28 18:12 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-06-28 23:50 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Joel <joelcrump@gmail.com> - 2024-06-29 04:12 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-06-29 22:50 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). rbowman <bowman@montana.com> - 2024-06-29 23:23 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-06-29 20:02 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). rbowman <bowman@montana.com> - 2024-06-30 04:14 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-06-30 07:19 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-06-30 07:53 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). rbowman <bowman@montana.com> - 2024-06-30 18:30 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-07-01 00:22 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-06-30 23:13 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-07-01 07:48 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RabidPedagog <rabid@pedag.og> - 2024-07-01 09:02 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-07-01 16:22 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RabidPedagog <rabid@pedag.og> - 2024-07-01 13:05 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-07-01 18:19 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-07-02 06:57 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RabidPedagog <rabid@pedag.og> - 2024-07-02 06:51 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-07-03 05:50 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-07-02 07:31 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RabidPedagog <rabid@pedag.og> - 2024-07-02 08:03 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-07-02 11:24 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RabidPedagog <rabid@pedag.og> - 2024-07-02 19:18 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). rbowman <bowman@montana.com> - 2024-07-03 00:18 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-07-03 05:51 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-07-03 03:03 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-07-03 03:02 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-07-03 02:53 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). rbowman <bowman@montana.com> - 2024-07-02 17:48 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-07-03 02:32 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). rbowman <bowman@montana.com> - 2024-07-03 03:33 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-07-03 04:09 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-07-01 13:04 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-07-01 11:49 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-07-01 16:34 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-07-02 07:28 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-07-03 03:10 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). rbowman <bowman@montana.com> - 2024-07-01 17:51 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-07-02 07:29 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). rbowman <bowman@montana.com> - 2024-07-02 18:34 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-07-02 16:23 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). rbowman <bowman@montana.com> - 2024-07-03 00:06 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-07-03 03:16 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-07-03 03:13 +0000
                ~20 % of brides are children. "Relf"  <Usenet@Jeff-Relf.Me> - 2024-06-30 09:36 -0700
                Re: ~20 % of brides are children. RabidPedagog <rabid@pedag.og> - 2024-07-01 07:09 -0400
                Re: ~20 % of brides are children. RonB <ronb02NOSPAM@gmail.com> - 2024-07-01 13:26 +0000
                By 2011, ~24 of Warren Jeffs' 78 "wives" were 16 or younger. "Relf"  <Usenet@Jeff-Relf.Me> - 2024-07-02 13:54 -0700
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-06-27 14:50 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). rbowman <bowman@montana.com> - 2024-06-27 17:40 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-06-27 16:40 -0400
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). rbowman <bowman@montana.com> - 2024-06-28 00:22 +0000
                Re: Find "py.exe" & copy it to "Python" (flat, no extension). Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-06-28 00:26 +0000
        Re: Find "py.exe" & copy it to "Python" (flat, no extension). Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-06-26 06:47 -0400
          Re: Find "py.exe" & copy it to "Python" (flat, no extension). RonB <ronb02NOSPAM@gmail.com> - 2024-06-26 15:41 +0000

csiph-web