Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

If at first you don't succeed, you must be a programmer.


devel / comp.programming.threads / More of my philosophy about Economic integration and about research & development (R&D) investment and more of my thoughts..

SubjectAuthor
o More of my philosophy about Economic integration and about research &Amine Moulay Ramdane

1
More of my philosophy about Economic integration and about research & development (R&D) investment and more of my thoughts..

<f229408d-4380-4c2f-89b4-28824ffcdaadn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1017&group=comp.programming.threads#1017

  copy link   Newsgroups: comp.programming.threads
X-Received: by 2002:a37:348:0:b0:6cf:f30:9f0b with SMTP id 69-20020a370348000000b006cf0f309f0bmr5153043qkd.735.1663628567113;
Mon, 19 Sep 2022 16:02:47 -0700 (PDT)
X-Received: by 2002:a9d:7e8c:0:b0:655:ca0f:a3ab with SMTP id
m12-20020a9d7e8c000000b00655ca0fa3abmr9210304otp.47.1663628566594; Mon, 19
Sep 2022 16:02:46 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.programming.threads
Date: Mon, 19 Sep 2022 16:02:46 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=173.178.84.155; posting-account=R-6XjwoAAACnHXTO3L-lyPW6wRsSmYW9
NNTP-Posting-Host: 173.178.84.155
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f229408d-4380-4c2f-89b4-28824ffcdaadn@googlegroups.com>
Subject: More of my philosophy about Economic integration and about research &
development (R&D) investment and more of my thoughts..
From: aminer68@gmail.com (Amine Moulay Ramdane)
Injection-Date: Mon, 19 Sep 2022 23:02:47 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 55493
 by: Amine Moulay Ramdane - Mon, 19 Sep 2022 23:02 UTC

Hello,

More of my philosophy about Economic integration and about research & development (R&D) investment and more of my thoughts..

I am a white arab, and i think i am smart since i have also
invented many scalable algorithms and algorithms..

Economic integration, or regional integration, is an agreement among nations to reduce or eliminate trade barriers and agree on fiscal policies. The European Union, for example, represents a complete economic integration. Strict nationalists may oppose economic integration due to concerns over a loss of sovereignty, so i say that we have not just to look at economic integration , but we have to also look at how much you spend in research & development (R&D), so i think that African leaders committed to investing 1% of GDP in Research and development. With Africa continent's estimated GDP currently at US$2.7 trillion, investment in science and technology is meant to be at US$27 billion, but i think that Africa is very much behind even China in research & development (R&D) investment, since China spend US$514.798 billion in research & development (R&D), and USA spend US$612.714 billion in research & development (R&D), and European Union spend around US$413 billion in research & development (R&D) and India spend US$158.691 billion in research & development (R&D), but i think that the problematic of Africa is that it is "much" less economically integrated than European Union, so then we have also to look at the economic integration of Arab countries and south american countries and such, since the economic integration is so important.

More of my philosophy about HP and about the Tandem team and more of my thoughts..

I invite you to read the following interesting article so that
to notice how HP was smart by also acquiring Tandem Computers, Inc.
with there "NonStop" systems and by learning from the Tandem team
that has also Extended HP NonStop to x86 Server Platform, you can read about it in my below writing and you can read about Tandem Computers here: https://en.wikipedia.org/wiki/Tandem_Computers , so notice that Tandem Computers, Inc. was the dominant manufacturer of fault-tolerant computer systems for ATM networks, banks, stock exchanges, telephone switching centers, and other similar commercial transaction processing applications requiring maximum uptime and zero data loss:

https://www.zdnet.com/article/tandem-returns-to-its-hp-roots/

More of my philosophy about HP "NonStop" to x86 Server Platform fault-tolerant computer systems and more..

Now HP to Extend HP NonStop to x86 Server Platform

HP announced in 2013 plans to extend its mission-critical HP NonStop technology to x86 server architecture, providing the 24/7 availability required in an always-on, globally connected world, and increasing customer choice.

Read the following to notice it:

https://www8.hp.com/us/en/hp-news/press-release.html?id=1519347#.YHSXT-hKiM8

And today HP provides HP NonStop to x86 Server Platform, and here is
an example, read here:

https://www.hpe.com/ca/en/pdfViewer.html?docId=4aa5-7443&parentPage=/ca/en/products/servers/mission-critical-servers/integrity-nonstop-systems&resourceTitle=HPE+NonStop+X+NS7+%E2%80%93+Redefining+continuous+availability+and+scalability+for+x86+data+sheet

So i think programming the HP NonStop for x86 is now compatible with x86 programming.

And i invite you to read my thoughts about technology here:

https://groups.google.com/g/soc.culture.usa/c/N_UxX3OECX4

More of my philosophy about stack allocation 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, so i have just looked at the x64 assembler
of the C/C++ _alloca function that allocates size bytes of space from the Stack and it uses x64 assembler instructions to move RSP register and i think that it also aligns the address and it ensures that it doesn't go beyond the stack limit etc., and i have quickly understood the x64 assembler of it, and i invite you to look at it here:

64-bit _alloca. How to use from FPC and Delphi?

https://www.atelierweb.com/64-bit-_alloca-how-to-use-from-delphi/

But i think i am smart and i say that the benefit of using a stack comes mostly from "reusability" of the stack, i mean it is done this way
since you have for example from a thread to execute other functions or procedures and to exit from those functions of procedures and this exiting from those functions or procedures makes the memory of stack available again for "reusability", and it is why i think that using a dynamic allocated array as a stack is also useful since it also offers those benefits of reusability of the stack and i think that dynamic allocation of the array will not be expensive, so it is why i think i will implement _alloca function using a dynamic allocated array and i think it will also be good for my sophisticated coroutines library.

More of my philosophy about the simulation hypothesis 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, i invite you to look at the following
video that talks about the simulation hypothesis:

Michio Kaku - Is the Universe A Digital Simulation

https://www.youtube.com/watch?v=Eb7uZXZHVk8

So i think i am highly smart, and i think that saying that the Universe is a Digital Simulation is much less probable, since i say that look for example at how looks this thing that we call humanity, so we can not
say that the simulation of this super intelligent beings has started from a very long ago, like for example more than a billion of years, since this way of doing creates too much suffering that is much less probable since the super intelligent beings are so advanced and so smart, but i think it is much more short, so then we notice that the super intelligent beings that have started the simulation can not start the simulation in a so primitive environment of our today of what we call humanity, so then i can say that saying that the Universe is a Digital Simulation is much less probable and the fact the reality exists is much more probable.

More of my philosophy about education and specialization 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, so as you notice that i have not scored
115 IQ , but "above" 115 IQ, and now i will give you an IQ test by
inviting you to look at the following video, since i have just looked
at it:

Why FREE college HURTS the poor - VisualEconomik EN

https://www.youtube.com/watch?v=vZvxnk1boAE

So i am discovering smart patterns with my fluid intelligence in
the above video, and it is that the person that is talking in the above video is not seeing with his fluid intelligence, as i am seeing it with my fluid intelligence, that the school is not specialized for the low IQs that are around 25%, i mean that the schools and the courses of the schools are tuned for the average IQ and to a certain level for the high IQ, and not for the low IQs that are around 25%, so then to solve the problem we have to also "specialize" the school for the low IQs, and it means to have schools for low IQs that learn the low IQs with ease, and it is also valid for the free schools, and it is the way i have just spoken about IQ and specialization by saying the following:

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:


Click here to read the complete article
1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor