- About agility and flexibility.. - 1 Update
- The requirement of being more smart.. - 1 Update
- How the rich get richer – money in the world economy - 1 Update
- About Design by contract.. - 1 Update
- My Parallel C++ Conjugate Gradient Linear System Solver Library that scales very well version 1.76 is here.. - 1 Update
- Why Delphi Programming is Best for App Development in 2019 - 1 Update
- Managing complex programs – standardize and decentralize for efficiency and agility - 1 Update
- What is agile methodology? Modern software development explained - 1 Update
aminer68@gmail.com: Dec 25 05:09PM -0800 Hello, About agility and flexibility.. We have to be more smart, so i will invite you to look at the following video about the Israel army: Why is the ISRAELI ARMY so POWERFUL? - VisualPolitik EN https://www.youtube.com/watch?v=jdgg0uDhrOs&t=450s You will notice that the english person that is talking in the video is not "technical" about the methodology and is not speaking about the "inside" of the methodology, and the methodology of the Israel army is agility and flexibility that comes from the following, read my following posting to understand about it: Managing complex programs – standardize and decentralize for efficiency and agility Read more here: http://www.reddal.com/insights/managing-complex-programs-standardize-and-decentralize-for-agile-control/ And notice that the web link above is related to the following agile methodology: What is agile methodology? Modern software development explained Read more here on InfoWorld: https://www.infoworld.com/article/3237508/what-is-agile-methodology-modern-software-development-explained.html Thank you, Amine Moulay Ramdane. |
aminer68@gmail.com: Dec 25 04:22PM -0800 Hello, The requirement of being more smart.. I think we have to be more smart, as you have noticed i said the following: --------- I think the problem of the kind of capitalism of USA and UK and other countries, it is that they are lacking on "productive" capitalism that invest on economic growth and that needs quality requirements and this is becoming a problem, look carefully at the following video to understand: How the rich get richer – money in the world economy https://www.youtube.com/watch?v=t6m49vNjEGs ---------- But you have to notice that an efficient productive capitalism depends on efficient education system and efficient information systems and efficient Mass media, so that to be able for the rich to invest smartly and efficiently on productive capitalism, this is the same requirements for Democracy, so i think , and as i am doing it, we have to become more technical and more knowledgeable and more educated to be able to transcend the problem above, so you have to understand me and notice that i am posting about interesting subjects , so i am in accordance with my current thinking, and notice that i am also posting about the following subjects: Managing complex programs – standardize and decentralize for efficiency and agility Read more here: http://www.reddal.com/insights/managing-complex-programs-standardize-and-decentralize-for-agile-control/ And notice that the web link above is related to the following agile methodology: What is agile methodology? Modern software development explained Read more here on InfoWorld: https://www.infoworld.com/article/3237508/what-is-agile-methodology-modern-software-development-explained.html Thank you, Amine Moulay Ramdane. |
aminer68@gmail.com: Dec 25 03:18PM -0800 Hello, I think the problem of the kind of capitalism of USA and UK and other countries, it is that they are lacking on "productive" capitalism that invest on economic growth and that needs quality requirements and this is becoming a problem, look carefully at the following video to understand: How the rich get richer – money in the world economy https://www.youtube.com/watch?v=t6m49vNjEGs Thank you, Amine Moulay Ramdane. |
aminer68@gmail.com: Dec 25 12:29PM -0800 Hello, About Design by contract.. "Design by contract, like most formal method approaches, doesn't scale to interesting levels. If you are working on a 200KLOC project on a tight schedule, the last thing you can afford yourself is increasing time spent per line of code by equipping classes, loops and methods with pre & post conditions. And you would need to do this on a substantial scale to make a significant impact on overall quality. I'm sure most projects could boost quality significantly if you double their budgets but then doing so is unacceptable in most real life situations. Good enough involves balancing a lot of factors and quality is just one of them. It's great if you can specify that a piece of code is a 100% correct implementation of a given specification but in real life the requirements are sketchy at best & keep changing during development. So, you are likely to end up with the wrong system if you don't adjust your interpretation of them to reality during development. Besides, pre and post conditions need maintenance too if you are doing maintenance on your code, so effectively they increase the cost of what is the single most expensive development activity already: maintenance. Besides there are other, much more useful tools for improving code quality: unit testing, integration testing, static code checkers, compile time type checking, inspections & reviews are all part of the toolkit of an experienced software engineer and largely remove the need for more formal approaches. Additionally clustering and redundant setups are a far cheaper way of guaranteeing uptime than proving the system to be correct. Risk management is better than trying to avoid risk at all cost. And finally, the value of 100% correctness is overrated. Most commercial software functions acceptably despite the approximately 10 bugs per kloc. In theory disaster could strike any second, in practice it is a rare event that it does and the consequences are quite manageable usually. Of course things do go spectacularly wrong sometimes and usually people then find out a lot was wrong with the overall development process aside from not applying design by contract. So even then, the added value of design by contract is very questionable. You can't compensate for general incompetence with a couple of pre and post conditions." Thank you, Amine Moulay Ramdane. |
aminer68@gmail.com: Dec 25 11:38AM -0800 Hello, My Parallel C++ Conjugate Gradient Linear System Solver Library that scales very well version 1.76 is here.. Author: Amine Moulay Ramdane Description: This library contains a Parallel implementation of Conjugate Gradient Dense Linear System Solver library that is NUMA-aware and cache-aware that scales very well, and it contains also a Parallel implementation of Conjugate Gradient Sparse Linear System Solver library that is cache-aware that scales very well. Sparse linear system solvers are ubiquitous in high performance computing (HPC) and often are the most computational intensive parts in scientific computing codes. A few of the many applications relying on sparse linear solvers include fusion energy simulation, space weather simulation, climate modeling, and environmental modeling, and finite element method, and large-scale reservoir simulations to enhance oil recovery by the oil and gas industry. Conjugate Gradient is known to converge to the exact solution in n steps for a matrix of size n, and was historically first seen as a direct method because of this. However, after a while people figured out that it works really well if you just stop the iteration much earlier - often you will get a very good approximation after much fewer than n steps. In fact, we can analyze how fast Conjugate gradient converges. The end result is that Conjugate gradient is used as an iterative method for large linear systems today. Please download the zip file and read the readme file inside the zip to know how to use it. You can download it from: https://sites.google.com/site/scalable68/scalable-parallel-c-conjugate-gradient-linear-system-solver-library Language: GNU C++ and Visual C++ and C++Builder Operating Systems: Windows, Linux, Unix and Mac OS X on (x86) Thank you, Amine Moulay Ramdane. |
aminer68@gmail.com: Dec 25 11:25AM -0800 Hello, Why Delphi Programming is Best for App Development in 2019 Read more here: https://www.catamerica.com/delphi-programming-app-development/ NASA and European Space Agency are also using Delphi.. I am not stupid to also use Delphi and Freepascal compilers, and of course i am also using there modern Object Pascal (and in the Delphi mode of Freepascal), here is the proof that Delphi is a serious compiler: NASA is also using Delphi, read about it here: https://community.embarcadero.com/blogs/entry/want-moreexploration-40857 The European Space Agency is also using Delphi, read about it here: https://community.embarcadero.com/index.php/blogs/entry/delphi-s-involvement-with-the-esa-rosetta-comet-spacecraft-project-1 Read more here: https://glooscapsoftware.blogspot.com/2017/05/software-made-with-delphi-how-do-you.html Thank you, Amine Moulay Ramdane. |
aminer68@gmail.com: Dec 25 10:38AM -0800 Hello, Managing complex programs – standardize and decentralize for efficiency and agility Read more here: http://www.reddal.com/insights/managing-complex-programs-standardize-and-decentralize-for-agile-control/ Thank you, Amine Moulay Ramdane. |
aminer68@gmail.com: Dec 25 10:25AM -0800 Hello, What is agile methodology? Modern software development explained Read more here on InfoWorld: https://www.infoworld.com/article/3237508/what-is-agile-methodology-modern-software-development-explained.html Thank you, Amine Moulay Ramdane. |
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:
Post a Comment