Thursday, April 23, 2020

读书笔记 - The Role of the Individual in History

Georgi V. Plekhanov

Preface.
This essay substantiates and defends Marxism and advocates Marxian theory of social development. This essay might be regarded as the one of the best in Marxist literature.

Human history as a process expresses laws, but does not proceed independently of man; history is made by men who set the problems of progress and solve them in conformity with the historical conditions of the epoch.

A great man is great because he possesses qualities which make him most capable of serving the great social needs of his time, needs which arise as a result of general and particular causes.

A great man is precisely a beginner because he sees further than others and desires things more strongly than others.

Stalin says: "Only the people are immortal. Everything else is transient. That is why we must be able to value the confidence of the people."

1.
When we say that a certain individual regards his activities as an inevitable link in the chain of inevitable events, we mean, among other things, that for this individual, lack of free will is tantamount to incapability of inaction, and that this lack of free will is reflected in his mind as the impossibility of acting differently from the way he is acting.

As the man is, so is his philosophy.

2.
Men who have repudiated free will have often excelled all their contemporaries in strength of will, and asserted their will to the utmost.

It is freedom that is identical with necessity, it is necessity transformed into freedom.

3.
Being conscious of the absolute inevitability of a given phenomenon can only increase the energy of a man of the forces which called it into being.

This sum of circumstances will include my replacement as a negative magnitude; and it will also include, as a positive magnitude, the stimulating effect on strong-minded men of the conviction that their savings and ideals are the subjective expression of objective necessity.

4.
The science of history must have in view, not only the activities of great men, and not only political history, but historical life as a whole.

We cannot make history, we must wait while it is being made. We will not make fruit ripen more quickly by subjecting it to the heat of a lamp; and if we pluck the fruit before it is ripe, we will only prevent its growth and spoil it.

Historians are too much in the habit of paying attention only to the brilliant, clamorous and ephemeral manifestations of human activity, to great events and great men, instead of depicting the great and slow changes of economic conditions and social institutions.

5.
In the eighteenth century the students of the philosophy of history reduced everything to the conscious activities of individuals. The great majority of the thinkers of the eighteenth century regarded history exactly in the way we have described.

The mental and moral qualities of a man who is playing a more or less important role in public life, his talent, knowledge, resoluteness or irresoluteness, courage or cowardice, etc cannot help having a marked influence on the course and outcome of events; and yet these qualities cannot be explained solely by the general laws of development of a nation; they are always, and to a considerable degree, acquired as a result of the action of what may be called the accidents of private life.

6.
A man can "by the sudden decision of his will" introduce a new force into the course of events which is capable of changing their course considerably.

By virtue of particular traits of their character, individuals can influence the fate of society. Sometimes this influence is very considerable; but the possibility of exercising this influence, and its extent, are determined by the form of organization of society, by the relation of forces within it.

The extent of personal influence may also be determined by the talents of the individual.

In everything finite there are accidental elements. Accident is something relative, it appears only at the point of intersection of inevitable processes.

Influential individuals can change the individual features of events and some of their particular consequences, but they cannot change their general trend, which is determined by other forces.

7.
In order that a man who possesses a particular kind of talent may, by means of it, greatly influence the course of events, two conditions are needed. First, this talent must make him more conformable to the social needs of the given epoch than anyone else. Second, the existing social order must not bar the road to the person possessing the talent which is needed and useful precisely at the given time.

It is well known that quantitative differences ultimately pass into qualitative differences. This is true everywhere, and is therefore true in history.

8.
Individual causes cannot bring about fundamental changes in the operation of general and particular causes which, moreover, determine the trend and limits of the influence of individual causes.

A great mean is great not because his personal qualities give individual features to great historical events, but because he possess qualities which make him most capable of serving the great social needs of his time, needs which arose as a result of general and particular causes.

A great man is precisely a beginner because he sees further than others, and desires things more strongly than others.

It is not only for "beginners", not only for "great" mean that a broad field of activity is open. It is open for all those who have eyes to see, ears to hear and hearts to love their neighbors. The concept great is a relative concept. In the ethical sense every man is great who "lays down his life for his friend."


DevOps 101

DevOps = culture + processes + automation(tools)

What is DevOps?
DevOps is an approach that focuses on bringing the Development and Operations team together to obtain products and services with maximum efficiency and quality.

DevOps is the practice of operations and development engineers participating together in the entire service lifecycle, from design through the development process to production support.

DevOps is a set of practices that combines software development (Dev) and information-technology operations (Ops) which aims to shorten the systems development life cycle and provide continuous delivery with high software quality.

DevOps is short for development and operations. It bridges the gap between three traditionally siloed departments: development (dev), quality assurance (QA), and operations (ops). Its goal is to deliver high-quality software in a shortened systems development lifecycle.

DevOps is nothing but a set of philosophies, practices, and tools that help an organization to deliver better products faster by facilitating an integration of the development and operations functions.

In a nutshell, it is culture, mindset, methodology, framework.

How is DevOps?
DevOps requires a philosophical and cultural change combined with a more practical implementation of tools and best practices.

DevOps is achieved through tools, processes, and automation, but, even more than that, through a change in organizational culture. DevOps requires strong teams, communication, and transparency between departments. Everyone is involved throughout the software creation process and, therefore, everyone gains a sense of ownership over the final product.

A brand-new team that is rolling out a new software service would require someone with good experience in infrastructure provisioning, deployment automation and monitoring. A team that supports a stable product might require the service of an expert who could migrate home-grown automation projects to tools and processes around standard configuration management and continuous Integration tools.

DevOps engineer must be able to understand and use a wide variety of open-source tools and technologies.

DevOps brings a holistic approach to the complete business delivery system.
  • Other skills necessary for the job are more about mindset.
  • Most of the steps in this process are automatically done.
  • DevOps mainly works in a sense by automating a lot of the tasks.
  • DevOps initiates on automating as much as possible using multiple tools.

The DevOps lifecycle is all about agility and automation. Each phase in the DevOps process flow focuses on closing the loop between development and operations and driving production through continuous integration, delivery, deployment, and feedback.
  • Coding – code development and review, source code management tools, code merging
  • Building – continuous integration tools, build status
  • Testing – continuous testing tools that provide quick and timely feedback on business risks
  • Packaging – artifact repository, application pre-deployment staging
  • Releasing – change management, release approvals, release automation
  • Configuring – infrastructure configuration and management, infrastructure as code tools
  • Monitoring – applications performance monitoring, end-user experience

The DevOps strategy has a few steps to be followed for a successful implementation process.
  • 1) Initiating the DevOps culture
  • 2) CI/CD process
  • 3) Containerization
  • 4) Integrating DevOps tools
  • 5) Continuous testing
  • 6) Monitoring application performance

Why is DevOps?
DevOps is used in the software development life cycle (SDLC) to improve the methodologies.

If we can consider the Software Life Cycle divided into these five processes:
  • Continuous Development
  • Continuous Testing
  • Continuous Deployment
  • Continuous Monitoring
  • Continuous Integration

DevOps will automate all these processes with the following benefits
  • Improve team leaders' experience and effectiveness
  • Continuous delivery
  • The ability of different disciplines (development, operations, and infosec) to achieve win-win outcomes
  • Increase organizational performance
  • Avoid deployment pain
  • Lean management practices

Friday, April 10, 2020

COVID-19

I have been worked from "Home" for more than 1 month, and I use Zoom every day even on weekends. Too many news about COVID-19, and today US passed 500K people affected by this coronavirus. Global pandemic, global economy recession, and crazy stock during these days.

Everything has two sides to it, a positive one and a negative one. When I work from home so long during this COVID-19 outbreak, I see the following positives

Reduced Carbon footprint - much less cars, airplanes and etc
More time to think and read - No need commute everyday, get more time to think and read
Health is the most important - nothing matters if you are not live, forget politics and economics when public health has problem.
Life is short - Our life only has about 30K days
Human is selfish - high demands of food, water, medicine, and toilet papers, and even guns
The world is flat - Politics, economics and virus all impact the whole world
The planet is sick - animals, plants, and humans
Biomedical needs breakthrough - we have no solutions yet to coronavirus, same for HIV, Cancer
New break-point for the whole world - It is a war, the war between mankind and virus
Caring values - Caring for yourself, your family, your community and your country