Monday, December 5, 2022

Digest for comp.programming.threads@googlegroups.com - 6 updates in 6 topics

Amine Moulay Ramdane <aminer68@gmail.com>: Dec 04 06:39PM -0800

Hello,
 
 
 
More precision of my philosophy about decentralization and about productivity and about scalability and more of my thoughts..
 
 
Please reread my following thoughts about scalability of productivity below, since i have just corrected some typos in it, so as you understand from my thoughts that the how to make productivity efficiently scalable is easy for me, since i am understanding the how of it by discovering patterns with my fluid intelligence, so i invite you to reread my thoughts:
 
I think i am highly smart, and I have passed two certified IQ tests and i have scored above 115 IQ, and i mean that it is "above", i think i am
discovering other patterns with my fluid intelligence about decentralization and about scalability of productivity, and it is that as i am saying below about scalability of productivity, that you have to take care of the "coherency", and i think that the coherency is quadratic in a complexity of O(n^2), and it is not like contention that is in a complexity of O(n), so it is why you have to know how to decentralize efficiently so that to lower the complexity of the coherency, so there is not only specialization in a job in what you do better that higher productivity and quality, but there is also the efficient decentralization and the efficiently lowering the contention and efficiently lowering the coherency. So notice how i am replying below to the PhD computer scientist about scalability of productivity, but you have to know that it is inherent in my answer below that you have to take care of the coherency as i am explaining above.
 
So read my following thoughts so that to understand my views:
 
 
More of my philosophy about IQ tests and more of my thoughts..
 
 
I think i am highly smart, and I have passed two certified IQ tests and i have scored above 115 IQ, but i have just passed more and more IQ tests, and i have just noticed that the manner in wich we test with IQ tests is not correct, since in an IQ test you can be more specialized and above average in one subtest of intelligence than in another subtest of intelligence inside an IQ test, since IQ tests test for many kind of intelligences such as the spatial and speed and calculations and logical intelligence etc., so i think that you can be really above average in logical intelligence, as i am really above average in logical intelligence, but at the same time you can be below average in calculations and/or spatial.., so since an IQ test doesn't test for this kind of specializations of intelligence, so i think it is not good, since testing for this kind specializations in intelligence is really important so that to be efficient by knowing the strong advantages of this or that person in every types of intelligences. And about the importance of specialization, read carefully my following thought about it:
 
 
More of my philosophy about specialization and about efficiency and productivity..
 
The previous CEO Larry Culp of General Electric and the architect of a strategy that represented a new turning point in the world corporate strategies, Larry Culp's strategy was to divide the company according to its activities. Something like we are better of alone, seperately and
focused on each one's own activity, than together in a large
conglomerate. And it is a move from integration to specialization.
You see it is thought that a company always gains economies of scale
as it grows, but this is not necessarily the case, since as the company
gains in size - especially if it engages in many activities - it
also generates its own bureaucracy, with all that entails in term
of cost and efficiency. And not only that, it is also often the case
that by bringing together very different activities, strategic focus is lost and decision-making is diluted, so that in the end no one ends up
taking responsability, it doesn't always happen, but this reasons are
basically what is driving this increasing specialization. So i invite to look at the following video so that to understand more about it:
 
The decline of industrial icon of the US - VisualPolitik EN
 
https://www.youtube.com/watch?v=-hqwYxFCY-k
 
 
And here is my previous thoughts about specialization and productivity so that to understand much more:
 
More about the Japanese Ikigai and about productivity and more of my thoughts..
 
Read the following interesting article about Japanese Ikigai:
 
The More People With Purpose, the Better the World Will Be
 
https://singularityhub.com/2018/06/15/the-more-people-with-purpose-the-better-the-world-will-be/
 
I think i am highly smart, so i say that the Japanese Ikigai is like a Japanese philosophy that is like the right combination or "balance" of passion, vocation, and mission, and Ikigai and MTP, as concepts, urge us to align our passions with a mission to better the world, but i think that Japanese Ikiai is a also smart since it gets the "passion" from the "mission", since the mission is also the engine, so you have to align the passion with the mission of the country or the global world so that to be efficient, and Japanese Ikigai is also smart since so that to higher productivity and be efficient, you have to "specialize" in doing a job, but so that to higher more productivity and be more efficient you can also specialize in what you do "better", and it is what is doing Japanese Ikigai, since i think that in Japanese Ikigai, being the passion permits to make you specialized in a job in what you do better, and here is what i have just smartly said about productivity:
 
I think i am highly smart, and i have passed two certified IQ tests and i have scored above 115 IQ, and i will now talk about another important idea of Adam Smith the father of economic Liberalism, and it is about "specialization" in an economic system, since i say that in an economic system we have to be specialized in doing a job so that to be efficient and productive, but not only that, but we have to specialize in doing a job in what we do better so that to be even more efficient and productive, and we have to minimize at best the idle time or the wasting of time doing a job, since i can also say that this average idle time or wasting time of the workers working in parallel can be converted to a contention like in parallel programming, so you have to minimize it at best, and you have to minimize at best the coherency like in parallel programming so that to scale much better, and of course all this can create an economy of scale, and also i invite you to read my following smart and interesting thoughts about scalability of productivity:
 
I will talk about following thoughts from the following PhD computer scientist:
 
https://lemire.me/blog/about-me/
 
Read more carefully here his thoughts about productivity:
 
https://lemire.me/blog/2012/10/15/you-cannot-scale-creativity/
 
And i think he is making a mistake in his above webpage about productivity:
 
Since we have that Productivity = Output/Input
 
But better human training and/or better tools and/or better human smartness and/or better human capacity can make the Parallel productivity part much bigger that the Serial productivity part, so it can scale much more (it is like Gustafson's Law).
 
And it looks like the following:
 
About parallelism and about Gustafson's Law..
 
Gustafson's Law:
 
• If you increase the amount of work done by each parallel
task then the serial component will not dominate
• Increase the problem size to maintain scaling
• Can do this by adding extra complexity or increasing the overall
problem size
 
Scaling is important, as the more a code scales the larger a machine it
can take advantage of:
 
• can consider weak and strong scaling
• in practice, overheads limit the scalability of real parallel programs
• Amdahl's law models these in terms of serial and parallel fractions
• larger problems generally scale better: Gustafson's law
 
 
Load balance is also a crucial factor.
 
 
And read my following thoughts about Evolutionary Design methodology and that is so important so that to understand:
 
And I invite you to look at step 4 of my below thoughts of software Evolutionary Design methodology with agile, here it is:
 
4- When in agile a team breaks a project into phases, it's called
incremental development. An incremental process is one in which
software is built and delivered in pieces. Each piece, or increment,
represents a complete subset of functionality. The increment may be
either small or large, perhaps ranging from just a system's login
screen on the small end to a highly flexible set of data management
screens. Each increment is fully coded Sprints, Planning, and
Retrospectives.
 
And you will notice that it has to be done by "prioritizing" the pieces of the software to be delivered to the customers, and here again in agile you are noticing that we are also delivering prototypes of the software, since we often associate prototypes with nearly completed or just-before launch versions of products. However, designers create prototypes at all phases of the design process at various resolutions. In engineering, students are taught to and practitioners think deeply before setting out to build. However, as the product or system becomes increasingly complex, it becomes increasingly difficult to consider all factors while designing. Facing this reality, designers are no longer just "thinking to build" but also "building to think." By getting hands on and trying to create prototypes, unforeseen issues are highlighted early, saving costs related with late stage design changes. This rapid iterative cycle of thinking and building is what allows designers to learn rapidly from doing. Creating interfaces often benefit from the "build to think" approach. For example, in trying to layout the automotive cockpit, one can simply list all the features, buttons, and knobs that must be incorporated. However, by prototyping the cabin does one really start to think about how the layout should be to the driver in order to avoid confusion while maximizing comfort. This then allows the designer iterate on their initial concept to develop something that is more intuitive and refined. Also prototypes and there demonstrations are designed to get potential customers interested and excited.
 
More of my philosophy about the Evolutionary Design methodology and more..
 
Here are some important steps of software Evolutionary Design methodology:
 
1- Taking a little extra time during the project to write solid code and
fix problems today, they create a codebase that's easy to maintain
tomorrow.
 
2- And the most destructive thing you can do to your project is to build
new code, and then build more code that depends on it, and then still
more code that depends on that, leading to that painfully familiar
domino effect of cascading changes...and eventually leaving you with
an unmaintainable mess of spaghetti code. So when teams write code,
they can keep their software designs simple by creating software
designs based on small, self-contained units (like classes, modules,
services, etc.) that do only one thing; this helps avoid the domino
effect.
 
3- Instead of creating one big design at the beginning of the project
that covers all of the requirements, agile architects use incremental
design, which involves techniques that allow them to design a system
that is not just complete, but also easy for the team to modify as
the project changes.
 
4- When in agile a team breaks a project into phases, it's called
incremental development. An incremental process is one in which
software is built and delivered in pieces. Each piece, or increment,
represents a complete subset of functionality. The increment may be
either small or large, perhaps ranging from just a system's login
screen on the small end to a highly flexible set of data management
screens. Each increment is fully coded Sprints, Planning, and
Retrospectives.
 
5- And an iterative process in agile is one that makes progress through
successive refinement. A development team takes a first cut
at a system, knowing it is incomplete or weak in some (perhaps many)
areas. They then iteratively refine those areas until the product is
satisfactory. With each iteration the software is improved through
the addition of greater detail.
 
More of philosophy about Democracy and the Evolutionary Design methodology..
 
I will make a logical analogy between software projects and Democracy,
first i will say that because of the today big complexity of software
projects, so the "requirements" of those complex software projects are
not clear and a lot could change in them, so this is
why we are using an Evolutionary Design methodology with different tools
such as Unit Testing, Test Driven Development, Design Patterns,
Continuous Integration, Domain Driven Design, but we have to notice
carefully that an important thing in Evolutionary Design methodology is
that when those complex software projects grow, we have first to
normalize there growth by ensuring that the complex software projects
grow "nicely" and "balanced" by using standards, and second we have to
optimize growth of the complex software projects by balancing between
the criteria of the easy to change the complex software projects and the
performance of the complex software projects, and third you have to
maximize the growth of the complex software projects by making the most
out of each optimization, and i think that by logical analogy we can
notice that in Democracy we have also to normalize the growth by not
allowing "extremism" or extremist ideologies that hurt Democracy, and we
have also to optimize Democracy by for example well balancing between
"performance" of the society and in the Democracy and the "reliability"
of helping others like the weakest members of the society among the
people that of course respect the laws.
 
 
More of my philosophy about the the importance of randomness in
the genetic algorithm and in the evolutionary algorithms and more
of my thoughts..
 
More of my philosophy about the genetic algorithm and about artificial intelligence and more of my thoughts..
 
I think i am highly smart, so i will ask the following philosophical question about the genetic algorithm:
 
Is the genetic algorithm a brute-force search and if it is
not, how is it different than the brute-force search ?
 
So i have just quickly took a look at some example of a minimization problem with a genetic algorithm, and i think that the genetic algorithm is not a brute-force search, since i think that when in a minimization
problem with a genetic algorithm you do a crossover, also called recombination, that is a genetic operator used to combine the genetic information of two parents to generate new offspring, the genetic algorithm has this tendency to also explore locally and we call it exploitation, and when the genetic algorithm does genetical mutations with a level of probability, the genetic algorithm has this tendency to explore globally and we call it exploration, so i think a good genetic algorithm is the one that balance efficiently exploration and exploitation so that to avoid premature convergence, and notice that when you explore locally and globally you can do it with a bigger population that makes it search faster, so it is is why i think the genetic algorithm has this kind of patterns that makes it a much better search than brute-force search. And so that to know more about this kind of artificial intelligence , i invite you to read my following thoughts in the following web link about evolutionary algorithms and artificial intelligence so that to understand more:
 
https://groups.google.com/g/alt.culture.morocco/c/joLVchvaCf0
 
More of my philosophy about the other conditions of the genetic algorithm and about artificial intelligence and more
Amine Moulay Ramdane <aminer68@gmail.com>: Dec 04 04:14PM -0800

Hello,
 
 
More of my philosophy about decentralization and about productivity and about scalability and more of my thoughts..
 
I am a white arab Morocco and i think i am smart since i have also invented many scalable algorithms and algorithms..
 
 
I think i am highly smart, and I have passed two certified IQ tests and i have scored above 115 IQ, and i mean that it is "above", i think i am
discovering other patterns with my fluid intelligence about decentralization and about scalability of productivity, and it is that as i am saying below about scalability of productivity, that you have to take care of the "coherency", and i think that the coherency is quadratic in a complexity of O(n^2), since i think it is in a worst case of n^2*(n-1), and it is not like contention that is in a complexity of O(n), so it is why you have to know how to decentralize efficiently so that to lower the complexity of the coherency, so there is not only specialization in a job in what you do better that higher productivity and quality, but there is also the efficient decentralization and the efficiently lowering the contention and efficiently lowering the coherency. So notice how i am replying below to the PhD computer scientist about scalability of productivity, but you have to know that it is inherent in my answer below that you have to take care of the coherency as i am explaining above.
 
So read my following thoughts so that to understand my views:
 
 
More of my philosophy about IQ tests and more of my thoughts..
 
 
I think i am highly smart, and I have passed two certified IQ tests and i have scored above 115 IQ, but i have just passed more and more IQ tests, and i have just noticed that the manner in wich we test with IQ tests is not correct, since in an IQ test you can be more specialized and above average in one subtest of intelligence than in another subtest of intelligence inside an IQ test, since IQ tests test for many kind of intelligences such as the spatial and speed and calculations and logical intelligence etc., so i think that you can be really above average in logical intelligence, as i am really above average in logical intelligence, but at the same time you can be below average in calculations and/or spatial.., so since an IQ test doesn't test for this kind of specializations of intelligence, so i think it is not good, since testing for this kind specializations in intelligence is really important so that to be efficient by knowing the strong advantages of this or that person in every types of intelligences. And about the importance of specialization, read carefully my following thought about it:
 
 
More of my philosophy about specialization and about efficiency and productivity..
 
The previous CEO Larry Culp of General Electric and the architect of a strategy that represented a new turning point in the world corporate strategies, Larry Culp's strategy was to divide the company according to its activities. Something like we are better of alone, seperately and
focused on each one's own activity, than together in a large
conglomerate. And it is a move from integration to specialization.
You see it is thought that a company always gains economies of scale
as it grows, but this is not necessarily the case, since as the company
gains in size - especially if it engages in many activities - it
also generates its own bureaucracy, with all that entails in term
of cost and efficiency. And not only that, it is also often the case
that by bringing together very different activities, strategic focus is lost and decision-making is diluted, so that in the end no one ends up
taking responsability, it doesn't always happen, but this reasons are
basically what is driving this increasing specialization. So i invite to look at the following video so that to understand more about it:
 
The decline of industrial icon of the US - VisualPolitik EN
 
https://www.youtube.com/watch?v=-hqwYxFCY-k
 
 
And here is my previous thoughts about specialization and productivity so that to understand much more:
 
More about the Japanese Ikigai and about productivity and more of my thoughts..
 
Read the following interesting article about Japanese Ikigai:
 
The More People With Purpose, the Better the World Will Be
 
https://singularityhub.com/2018/06/15/the-more-people-with-purpose-the-better-the-world-will-be/
 
I think i am highly smart, so i say that the Japanese Ikigai is like a Japanese philosophy that is like the right combination or "balance" of passion, vocation, and mission, and Ikigai and MTP, as concepts, urge us to align our passions with a mission to better the world, but i think that Japanese Ikiai is a also smart since it gets the "passion" from the "mission", since the mission is also the engine, so you have to align the passion with the mission of the country or the global world so that to be efficient, and Japanese Ikigai is also smart since so that to higher productivity and be efficient, you have to "specialize" in doing a job, but so that to higher more productivity and be more efficient you can also specialize in what you do "better", and it is what is doing Japanese Ikigai, since i think that in Japanese Ikigai, being the passion permits to make you specialized in a job in what you do better, and here is what i have just smartly said about productivity:
 
I think i am highly smart, and i have passed two certified IQ tests and i have scored above 115 IQ, and i will now talk about another important idea of Adam Smith the father of economic Liberalism, and it is about "specialization" in an economic system, since i say that in an economic system we have to be specialized in doing a job so that to be efficient and productive, but not only that, but we have to specialize in doing a job in what we do better so that to be even more efficient and productive, and we have to minimize at best the idle time or the wasting of time doing a job, since i can also say that this average idle time or wasting time of the workers working in parallel can be converted to a contention like in parallel programming, so you have to minimize it at best, and you have to minimize at best the coherency like in parallel programming so that to scale much better, and of course all this can create an economy of scale, and also i invite you to read my following smart and interesting thoughts about scalability of productivity:
 
I will talk about following thoughts from the following PhD computer scientist:
 
https://lemire.me/blog/about-me/
 
Read more carefully here his thoughts about productivity:
 
https://lemire.me/blog/2012/10/15/you-cannot-scale-creativity/
 
And i think he is making a mistake in his above webpage about productivity:
 
Since we have that Productivity = Output/Input
 
But better human training and/or better tools and/or better human smartness and/or better human capacity can make the Parallel productivity part much bigger that the Serial productivity part, so it can scale much more (it is like Gustafson's Law).
 
And it looks like the following:
 
About parallelism and about Gustafson's Law..
 
Gustafson's Law:
 
• If you increase the amount of work done by each parallel
task then the serial component will not dominate
• Increase the problem size to maintain scaling
• Can do this by adding extra complexity or increasing the overall
problem size
 
Scaling is important, as the more a code scales the larger a machine it
can take advantage of:
 
• can consider weak and strong scaling
• in practice, overheads limit the scalability of real parallel programs
• Amdahl's law models these in terms of serial and parallel fractions
• larger problems generally scale better: Gustafson's law
 
 
Load balance is also a crucial factor.
 
 
And read my following thoughts about Evolutionary Design methodology and that is so important so that to understand:
 
And I invite you to look at step 4 of my below thoughts of software Evolutionary Design methodology with agile, here it is:
 
4- When in agile a team breaks a project into phases, it's called
incremental development. An incremental process is one in which
software is built and delivered in pieces. Each piece, or increment,
represents a complete subset of functionality. The increment may be
either small or large, perhaps ranging from just a system's login
screen on the small end to a highly flexible set of data management
screens. Each increment is fully coded Sprints, Planning, and
Retrospectives.
 
And you will notice that it has to be done by "prioritizing" the pieces of the software to be delivered to the customers, and here again in agile you are noticing that we are also delivering prototypes of the software, since we often associate prototypes with nearly completed or just-before launch versions of products. However, designers create prototypes at all phases of the design process at various resolutions. In engineering, students are taught to and practitioners think deeply before setting out to build. However, as the product or system becomes increasingly complex, it becomes increasingly difficult to consider all factors while designing. Facing this reality, designers are no longer just "thinking to build" but also "building to think." By getting hands on and trying to create prototypes, unforeseen issues are highlighted early, saving costs related with late stage design changes. This rapid iterative cycle of thinking and building is what allows designers to learn rapidly from doing. Creating interfaces often benefit from the "build to think" approach. For example, in trying to layout the automotive cockpit, one can simply list all the features, buttons, and knobs that must be incorporated. However, by prototyping the cabin does one really start to think about how the layout should be to the driver in order to avoid confusion while maximizing comfort. This then allows the designer iterate on their initial concept to develop something that is more intuitive and refined. Also prototypes and there demonstrations are designed to get potential customers interested and excited.
 
More of my philosophy about the Evolutionary Design methodology and more..
 
Here are some important steps of software Evolutionary Design methodology:
 
1- Taking a little extra time during the project to write solid code and
fix problems today, they create a codebase that's easy to maintain
tomorrow.
 
2- And the most destructive thing you can do to your project is to build
new code, and then build more code that depends on it, and then still
more code that depends on that, leading to that painfully familiar
domino effect of cascading changes...and eventually leaving you with
an unmaintainable mess of spaghetti code. So when teams write code,
they can keep their software designs simple by creating software
designs based on small, self-contained units (like classes, modules,
services, etc.) that do only one thing; this helps avoid the domino
effect.
 
3- Instead of creating one big design at the beginning of the project
that covers all of the requirements, agile architects use incremental
design, which involves techniques that allow them to design a system
that is not just complete, but also easy for the team to modify as
the project changes.
 
4- When in agile a team breaks a project into phases, it's called
incremental development. An incremental process is one in which
software is built and delivered in pieces. Each piece, or increment,
represents a complete subset of functionality. The increment may be
either small or large, perhaps ranging from just a system's login
screen on the small end to a highly flexible set of data management
screens. Each increment is fully coded Sprints, Planning, and
Retrospectives.
 
5- And an iterative process in agile is one that makes progress through
successive refinement. A development team takes a first cut
at a system, knowing it is incomplete or weak in some (perhaps many)
areas. They then iteratively refine those areas until the product is
satisfactory. With each iteration the software is improved through
the addition of greater detail.
 
More of philosophy about Democracy and the Evolutionary Design methodology..
 
I will make a logical analogy between software projects and Democracy,
first i will say that because of the today big complexity of software
projects, so the "requirements" of those complex software projects are
not clear and a lot could change in them, so this is
why we are using an Evolutionary Design methodology with different tools
such as Unit Testing, Test Driven Development, Design Patterns,
Continuous Integration, Domain Driven Design, but we have to notice
carefully that an important thing in Evolutionary Design methodology is
that when those complex software projects grow, we have first to
normalize there growth by ensuring that the complex software projects
grow "nicely" and "balanced" by using standards, and second we have to
optimize growth of the complex software projects by balancing between
the criteria of the easy to change the complex software projects and the
performance of the complex software projects, and third you have to
maximize the growth of the complex software projects by making the most
out of each optimization, and i think that by logical analogy we can
notice that in Democracy we have also to normalize the growth by not
allowing "extremism" or extremist ideologies that hurt Democracy, and we
have also to optimize Democracy by for example well balancing between
"performance" of the society and in the Democracy and the "reliability"
of helping others like the weakest members of the society among the
people that of course respect the laws.
 
 
More of my philosophy about the the importance of randomness in
the genetic algorithm and in the evolutionary algorithms and more
of my thoughts..
 
More of my philosophy about the genetic algorithm and about artificial intelligence and more of my thoughts..
 
I think i am highly smart, so i will ask the following philosophical question about the genetic algorithm:
 
Is the genetic algorithm a brute-force search and if it is
not, how is it different than the brute-force search ?
 
So i have just quickly took a look at some example of a minimization problem with a genetic algorithm, and i think that the genetic algorithm is not a brute-force search, since i think that when in a minimization
problem with a genetic algorithm you do a crossover, also called recombination, that is a genetic operator used to combine the genetic information of two parents to generate new offspring, the genetic algorithm has this tendency to also explore locally and we call it exploitation, and when the genetic algorithm does genetical mutations with a level of probability, the genetic algorithm has this tendency to explore globally and we call it exploration, so i think a good genetic algorithm is the one that balance efficiently exploration and exploitation so that to avoid premature convergence, and notice that when you explore locally and globally you can do it with a bigger population that makes it search faster, so it is is why i think the genetic algorithm has this kind of patterns that makes it a much better search than brute-force search. And so that to know more about this kind of artificial intelligence , i invite you to read my following thoughts in the following web link about evolutionary algorithms and artificial intelligence so that to understand more:
 
https://groups.google.com/g/alt.culture.morocco/c/joLVchvaCf0
 
More of my philosophy about the other conditions of the genetic algorithm and about artificial intelligence and more of my thoughts..
.
I think i am highly smart, and i think that the genetic algorithm
is interesting too, but i have to speak about one other most important thing about the genetic algorithm, so i will ask
Amine Moulay Ramdane <aminer68@gmail.com>: Dec 04 02:31PM -0800

Hello,
 
 
 
More of my philosophy about the way to follow and more of my thoughts..
 
I am a white arab Morocco and i think i am smart since i have also invented many scalable algorithms and algorithms..
 
 
I think that from my thoughts of my new philosophies and that you can read below, that we have to be the positive energy and the positive spirit
by focusing much more on the exponential progress of our humanity that
i am talking about in my below thoughts, since as is saying it Michio Kaku in the below video, that we will soon be so powerful like Gods,
other than that, notice how in my below thoughts i am also speaking about the good news about the new medical treatments and about the new medical drugs or medications , and it is in accordance with my new philosophies below, since it is a positive energy that also softens morals , and i invite you to read my thoughts of my new philosophies that i have invented so that to know more about my views on the subjects of philosophy, and here is the web link where you can read my thoughts of my new philosophies and of my new proverbs:
 
https://groups.google.com/g/alt.culture.morocco/c/PN44Q1m4e8g
 
 
More of my philosophy of how we'll be Gods in year 2100 and more of my thoughts..
 
I think i am highly smart since I have passed two certified IQ tests and i have scored "above" 115 IQ, and i invite you to look at the following interesting video of Michio Kaku ( Read about him here: https://en.wikipedia.org/wiki/Michio_Kaku ) about how we'll be Gods in year 2100 because of the exponential progress of our humanity, and read about the exponential progress of our humanity in my below thoughts, so here is the video of Michio Kaku and look at it carefully:
 
 
https://www.facebook.com/watch/?v=10154204098338527
 
 
More of my philosophy about how to regrow teeth and about genetics and more of my thoughts..
 
 
Researchers have found a way to regrow teeth
 
Read more here:
 
https://www.iflscience.com/researchers-have-found-a-way-to-regrow-teeth-59196
 
 
More of my philosophy about how to regrow cartilage and about genetics and more of my thoughts..
 
 
A small tweak to genes may finally enable us to regrow cartilage
 
Read more here:
 
https://interestingengineering.com/health/a-small-tweak-to-genes-may-finally-enable-us-to-regrow-cartilage
 
 
More of my philosophy about genetics and about the Era of genetically modified superhumans and more of my thoughts..
 
 
New CRISPR-based Tool inserts large DNA sequences at desired sites in cells
 
The following new technique, known as PASTE, could hold promise for treating diseases that are caused by defective genes with a large number of mutations, such as cystic fibrosis.
 
Read more here:
 
https://scitechupdates.com/new-crispr-based-tool-inserts-large-dna-sequences-at-desired-sites-in-cells/?fbclid=IwAR3T5A_cGsOmM6Vcb0nMXQTZOKEteSNwAagol-Utwx3OMUpycG6GjSsFw9U
 
 
And new CRISPR-Cas approach permits more precise DNA cleavage
 
So-called SpRYgests enable DNA cutting at practically any sequence for DNA editing.
 
Read more here on ScienceDaily:
 
https://www.sciencedaily.com/releases/2022/10/221011161219.htm
 
 
And i invite you to look in the following video at what is saying the Geneticist Jennifer Doudna that co-invented a groundbreaking new technology for editing genes, called CRISPR-Cas9, and she is a Nobel prize and she believes that the technical obstacles to gene editing have been overcome and the world is rapidly approaching the day when it will be possible to make essentially any kind of change to any kind of human genome, so i think we will soon be able to enhance much more the genetics of humans so that humans become much more smart or much more beautiful or such, and look at the following video so that to notice it, so we have to know how to be patience, and you have to take into account our exponential progress of humanity, read about it in my thoughts below:
 
The Era of Genetically Modified Superhumans
 
https://www.youtube.com/watch?v=klo-rSlsju8
 
More of my philosophy about intelligence and genetics and exponential
progress and more..
 
I think i am smart, and i will say that you have to read the following:
 
"Genome-wide association studies allow scientists to start to see how
combinations of many, many genes interact in complicated ways. And it
takes huge data sets to sort through all the genetic noise and find
variants that truly make a difference on traits like intelligence."
 
Read more here on the following interesting article:
 
https://www.vox.com/science-and-health/2017/6/6/15739590/genome-wide-studies
 
So i think that it needs huge data sets to detect the "patterns" that
explain human intelligence and such human traits, so i think that the
data, that permits it, is growing exponentially and really fast and the
computer power is also growing exponentially and really fast, so i think
that we will soon be able to find all the genetic variants in the human
genome that make a difference on traits like intelligence.
 
More of my philosophy about the knee of the exponential progress curve..
 
I think that the easy part is that we will soon be able to enhance much more the genetics of humans and become much more smart and much more
beautiful, since i think that we have "just" already attained the knee
of the exponential progress curve, this knee of the curve is the place
where growth suddenly switches from a slower to an even faster
exponential mode, so now the curve of exponential progress of our
humanity has "just" already started to go exponentially even much
faster, this is why in about 10 or 15 years from now we will become so
powerful because of it. And you have to look at the following video so
that to understand this exponential progress of our humanity:
 
Exponential Progress: Can We Expect Mind-Blowing Changes In The Near Future
 
https://www.youtube.com/watch?v=HfM5HXpfnJQ
 
 
More of my philosophy about reversing aging and about cancer and more of my thoughts..
 
 
I invite you to look at the following video:
 
Researchers say they are close to reversing aging
 
https://www.youtube.com/watch?app=desktop&v=DPARs7mL_7Q&fbclid=IwAR1jYYAjQfEKWsbtWsnFa78_TZjAvlQcCmVDMeHXxFIgph05iX5D1ScN6OY
 
 
More of my philosophy about cancer and about health and more of my thoughts..
 
 
The days of cancer relapse are over, thanks to this novel chemoimmunotherapy
 
Novel nanoparticles know how to kill cancer for good.
 
Read more here:
 
https://interestingengineering.com/health/new-chemoimmunotherapy-kill-cancer-for-good
 
 
More of my philosophy about cancer and more of my thoughts..
 
 
I think you will soon be able to pass a blood test that could detect cancers early, read about it here:
 
A blood test that could detect cancers early will undergo trials in the U.S.
 
Read more here:
 
https://interestingengineering.com/health/blood-test-detect-cancers-trials
 
And i think the following new treatment will allow to beat cancer,
so i invite you to read about it carefully in the following article:
 
Scientists attempt to beat cancer by suffocating cells within four hours
 
https://interestingengineering.com/health/new-treatment-suffocating-cancer-cells
 
 
Also you can read my new writing about new interesting medical treatments and drugs and about antibiotic resistance here:
 
https://groups.google.com/g/alt.culture.morocco/c/vChmXT_pXUI
 
 
More of my philosophy about the living longer and about health and
about technology and more of my thoughts..
 
I invite you to look at the following interesting video about why Japanese live so long:
 
https://www.youtube.com/watch?v=OzNcoENNsxQ
 
 
But here is also how to to live so long and stay healthy:
 
Elixir of life? A breakthrough anti-aging drug may be just around the corner
 
Read more here:
 
https://interestingengineering.com/health/rapamycin-anti-aging-drug-healthy-younger
 
And read also the following:
 
More of my philosophy about how multivitamin may improve cognition and possibly protect against decline and more of my thoughts..
 
 
"New research shows that taking a daily supplement of multivitamin may improve cognition in older adults. In the study, researchers estimated that three years of multivitamin supplementation roughly translated to a 60-percent slowing of cognitive decline (about 1.8 years)."
 
Read more here:
 
https://www.sciencedaily.com/releases/2022/09/220914102010.htm
 
 
Also you can read my new writing about new interesting medical treatments and drugs and about antibiotic resistance here:
 
https://groups.google.com/g/alt.culture.morocco/c/vChmXT_pXUI
 
 
More of my philosophy about health and about alcohol consumption and about technology and more of my thoughts..
 
 
Tea and wine may slow down memory decline, study reveals
 
"According to a new study conducted by researchers from Rush University Medical Center in Chicago, people who consume more foods with antioxidant flavonols may have a slower rate of memory decline.
 
Flavonols are a type of flavonoid, a group of natural substances found in fruits, vegetables, grains, tea, and wine. Known for their benefits on health, these natural compounds are regarded as an essential component in a wide range of nutraceutical, pharmacological, therapeutic, and cosmetic applications."
 
Read more here:
 
https://interestingengineering.com/health/tea-and-wine-may-slow-down-memory-decline-study-reveals
 
 
But i advice to drink Tea and not wine, and here is why:
 
More alcohol, less brain: Association begins with an average of just one drink a day
 
"Even light-to-moderate drinking is associated with harm to the brain, according to a new study. Researchers analyzed data from more than 36,000 adults that found a link between drinking and reduced brain volume that begins at an average consumption level of less than one alcohol unit a day -- the equivalent of about half a beer -- and rises with each additional drink."
 
Read more here on ScienceDaily:
 
https://www.sciencedaily.com/releases/2022/03/220304090349.htm
 
Even light drinking can be harmful to health
 
Research reveals cardiovascular risk of consuming small quantities of alcohol
 
Read more here on ScienceDaily:
 
https://www.sciencedaily.com/releases/2022/01/220128100730.htm
 
New study links moderate alcohol use with higher cancer risk
 
Read more here on ScienceDaily:
 
https://www.sciencedaily.com/releases/2021/07/210714110410.htm
 
 
More of my thoughts about unsustainable resource consumption and harmful pollution and about technology and more of my thoughts..
 

How many humans can Earth sustain? And what does it mean if we've already passed it?
 
As individuals, cutting down on meat, particularly red meat, can significantly reduce consumption of resources.
 
And research shows that rehabilitating degraded habitats and increasing tree cover can have great restorative benefits to our environment.
 
Read more here:
 
https://www.abc.net.au/news/science/2019-07-25/population-growth-world-overshoot-day/11320990
 
More of my philosophy about the first lab-grown meat in the US and about technology and more of my thoughts..
 
FDA approves the sale of the first lab-grown meat in the US
 
"Speaking to Wired, CEO of UPSIDE Foods, Uma Valeti, acknowledged that the cultivated meat industry is still in its infancy, and it may be another 15 years before it achieves scalability and can reach people in most parts of the world."
 
Read more here:
 
https://interestingengineering.com/health/fda-approve-lab-grown-meat-us
 
 
And read my philosophy about quantum computers and about technology in my following thoughts in the following web link:
 
https://groups.google.com/g/alt.culture.morocco/c/tQ0Cs6Nw1yc
 
 
Thank you,
Amine Moulay Ramdane.
Amine Moulay Ramdane <aminer68@gmail.com>: Dec 04 12:09PM -0800

Hello,
 
 
 
More of my philosophy about Out-Of-Body Experiences and more of my thoughts..
 
I am a white arab from Morocco, and i think i am smart since i have also
invented many scalable algorithms and algorithms..
 
 
 
I invite you to look at the following video about How the U.S. Air Force Induced Out-Of-Body Experiences:
 
https://www.youtube.com/watch?v=_lLe-J6ibqI
 
 
But i think that the above video is not thinking correctly, since
the Out-Of-Body Experiences is more than that, since there is outer-body-experiences that "see" from above with there consciousness what is going on around them, since look for example in the following interesting article that one 57-year old man seemed to confirm an outer body experience by recalling everything that was going on around him with eerie accuracy while he was technically dead.
 
Read more here:
 
https://www.dailystar.co.uk/news/latest-news/516195/university-southampton-study-science-life-death-hell-heaven
 
And read the following that also talks about study the two per cent of outer body experience that exhibited full awareness with explicit recall of "seeing" and "hearing" events – or out-of-body )
 
Read more here:
 
https://www.independent.co.uk/news/science/life-after-death-largest-ever-study-provides-evidence-that-out-of-body-and-near-death-experiences-9780195.html
 
 
More of my philosophy about why God doesn't exist and more of my thoughts..
 
 
 
So it think that the following Surah of the Qur'aan that says the following is from where you have to prove that God doesn't exist:
 
https://www.iqrasense.com/quranic-tafsir/when-allah-intends-he-says-be-and-it-is-surah-yasin.html
 
 
So notice that the Surah of the Qur'aan in Islam says the following:
 
"Allah is the Supreme Creator. When He wills or intends something, He simply says "Be" and then it becomes."
 
 
So i think my following logical proof of why God doesn't exist is
logical, since in the above Surah of the Qur'aan , God is this so perfect , so then he can self-improve and not be intellectually handicaped (by a great Arrogance or violence or such), so then the God of Islam and Christianity and Judaism doesn't exist, since when for example he has cursed Adam and Eve, so then we can ask why he has also cursed the descendants of Adam and Eve, so then the fact the he has cursed the "innocent" descendants of Adam and Eve is an intellectual handicap that is in logical contradiction, so God doesn't exist.
 
And here is my previous logical proof of why God doesn't exist, read it again:
 
https://groups.google.com/g/alt.culture.morocco/c/sN0Xnx4sRhQ
 
 
So then take a look at my other religion that i have invented that
says that there is a world of the powerful spirits:
 
https://groups.google.com/g/alt.culture.morocco/c/Ad2tRwDxdjA
 
 
You can read about my philosophies that i have invented here:
 
https://groups.google.com/g/alt.culture.morocco/c/PN44Q1m4e8g
 
 
 
 
Thank you,
Amine Moulay Ramdane.
Amine Moulay Ramdane <aminer68@gmail.com>: Dec 04 10:30AM -0800

Hello,
 
 
 
 
 
More of my philosophy about why God doesn't exist and more of my thoughts..
 
I am a white arab from Morocco, and i think i am smart since i have also
invented many scalable algorithms and algorithms..
 
So it think that the following Surah of the Qur'aan that says the following is from where you have to prove that God doesn't exist:
 
https://www.iqrasense.com/quranic-tafsir/when-allah-intends-he-says-be-and-it-is-surah-yasin.html
 
 
So notice that the Surah of the Qur'aan in Islam says the following:
 
"Allah is the Supreme Creator. When He wills or intends something, He simply says "Be" and then it becomes."
 
 
So i think my following logical proof of why God doesn't exist is
logical, since in the above Surah of the Qur'aan , God is this so perfect , so then he can self-improve and not be intellectually handicaped (by a great Arrogance or violence or such), so then the God of Islam and Christianity and Judaism doesn't exist, since when for example he has cursed Adam and Eve, so then we can ask why he has also cursed the descendants of Adam and Eve, so then the fact the he has cursed the "innocent" descendants of Adam and Eve is an intellectual handicap that is in logical contradiction, so God doesn't exist.
 
And here is my previous logical proof of why God doesn't exist, read it again:
 
https://groups.google.com/g/alt.culture.morocco/c/sN0Xnx4sRhQ
 
 
So then take a look at my other religion that i have invented that
says that there is a world of the powerful spirits:
 
https://groups.google.com/g/alt.culture.morocco/c/Ad2tRwDxdjA
 
 
You can read about my philosophies that i have invented here:
 
https://groups.google.com/g/alt.culture.morocco/c/PN44Q1m4e8g
 
 
 
 
Thank you,
Amine Moulay Ramdane.
Carole Casten <carole.casten@gmail.com>: Dec 04 08:59AM -0800

It shouldn't run out of resources if each created thread is joined.
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to comp.programming.threads+unsubscribe@googlegroups.com.

No comments: