Deutsch   English   Français   Italiano  
<le6e1pFu77dU1@mid.individual.net>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: rbowman <bowman@montana.com>
Newsgroups: comp.os.linux.advocacy
Subject: Re: Find "py.exe" & copy it to "Python" (flat, no extension).
Date: 28 Jun 2024 00:22:17 GMT
Lines: 31
Message-ID: <le6e1pFu77dU1@mid.individual.net>
References: <v24179$1c3qk$2@dont-email.me> <v246gl$1d8oq$3@dont-email.me>
	<lamt35Fcgq7U4@mid.individual.net> <v26rjl$21vl0$1@dont-email.me>
	<v2ccjg$39nup$2@dont-email.me> <69sj4j50b5jb8mnbc37b1aopn58vpj0a5q@4ax.com>
	<v33cu1$ddl1$10@dont-email.me> <2Nj5O.33580$9xU7.24227@fx17.iad>
	<v36bpp$10k3v$1@dont-email.me> <PKE5O.17601$8CY1.13682@fx37.iad>
	<v3j4vt$3j4v3$1@dont-email.me>
	<665d1d57$0$2363138$882e4bbb@reader.netnews.com>
	<v5dlar$1dttg$2@dont-email.me> <memk7j5epu65t50ajn5vcbamj5s5uku5ig@4ax.com>
	<v5dpgc$1eh23$6@dont-email.me> <v5flpc$1pj51$1@dont-email.me>
	<23JeO.16235$BRt3.6532@fx05.iad> <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>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net AFOMfp50ust7o+2xsebjqQpyLEroSR38nPr17EcE5nK38+Wt6w
Cancel-Lock: sha1:twOSGZpyp9OqLKeLPLKvBUSjBg4= sha256:KLpi4ipkODFcV407QU8A255A9PMFzfz5Akt/ljYwOw8=
User-Agent: Pan/0.149 (Bellevue; 4c157ba)
Bytes: 2928

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.