A hundred years ago it was assumed and scientifically "proved" by economists that the laws of society make it necessary to have a vast army of poor and jobless people in order to keep the economy going. today, hardly anybody would dare to voice the principle. It is generally accepted that nobody should be excluded from the wealth of the nation, either by the laws of nature or by those of society. The opinions are outdated, which were current a hundred years ago, that the poor owed their conditions to their ignorance, lack of responsibility. In all western industrialized countries, a system of insurance has been introduced which guarantees everyone a minimum of subsistence in case of unemployment, sickness and old age. I would go one step further and argue that, even if these conditions are not present, in other words, one can claim this substance minimum without having to have any "reason". I would suggest, however, that it should be limited to a definite period of time, let’s say two years, so as to avoid the encouragement of an abnormal attitude which refuses any kind of social obligation.
This may sound like a fantastic proposal,
but so, I think, our insurance system would have sounded to people a
hundred years ago. The main objection to such a scheme would be that if
each person were entitled to receive minimum support, people would not
work. This assumption rests on the fallacy of the inherent laziness. In
human nature, actually, aside from abnormally lazy people, there would
be very few who would not want to earn more than the minimum, and who
would prefer to do nothing rather than work.
However,
the suspicions against a system of guaranteed subsistence minimum are
not groundless from the standpoint of those who want to use ownership
capital for the purpose of forcing others to accept the work conditions
they offer. If nobody were forced to accept work in order not to starve,
work would be sufficiently interesting and attractive in order to
induce one to accept it. Freedom of contract is possible only if both
parties are free to accept and reject if; in the present capitalist
system this is not the case.
But such a system would
not only be the beginning of real freedom of contract between employers
and employees, its principal advantage would be the improvement of
freedom in interpersonal relationships in every sphere of daily life.

然而,有些人想利用资本所有权来迫使其他人接受他们提的工作条件。从这些人的立场看来,对最低生活保障制度持怀疑态度不是没有道理的。

a minimum of subsistence的更多相关文章

  1. L208

    A hundred years ago it was assumed and scientifically “proved” by economists that the laws of societ ...

  2. [LeetCode] Minimum Moves to Equal Array Elements II 最少移动次数使数组元素相等之二

    Given a non-empty integer array, find the minimum number of moves required to make all array element ...

  3. [LeetCode] Minimum Moves to Equal Array Elements 最少移动次数使数组元素相等

    Given a non-empty integer array of size n, find the minimum number of moves required to make all arr ...

  4. [LeetCode] Minimum Number of Arrows to Burst Balloons 最少数量的箭引爆气球

    There are a number of spherical balloons spread in two-dimensional space. For each balloon, provided ...

  5. [LeetCode] Minimum Height Trees 最小高度树

    For a undirected graph with tree characteristics, we can choose any node as the root. The result gra ...

  6. [LeetCode] Minimum Size Subarray Sum 最短子数组之和

    Given an array of n positive integers and a positive integer s, find the minimal length of a subarra ...

  7. [LeetCode] Find Minimum in Rotated Sorted Array II 寻找旋转有序数组的最小值之二

    Follow up for "Find Minimum in Rotated Sorted Array":What if duplicates are allowed? Would ...

  8. [LeetCode] Find Minimum in Rotated Sorted Array 寻找旋转有序数组的最小值

    Suppose a sorted array is rotated at some pivot unknown to you beforehand. (i.e., 0 1 2 4 5 6 7 migh ...

  9. [LeetCode] Minimum Depth of Binary Tree 二叉树的最小深度

    Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the shor ...

随机推荐

  1. 开发 Laravel 扩展的基本流程

    创建一个空的laravel项目 composer create-project --prefer-dist laravel/laravel pkg 在新建的 laravel 项目中建立如下目录 qia ...

  2. Java 从入门到进阶之路(十三)

    在之前的文章我们介绍了一下 Java 类的 private,static,final,本章我们来看一下 Java 中的抽象类和抽象方法. 我们先来看下面一段代码: // 根据周长求面积 class S ...

  3. 2.成产出现 max(vachar2)取值问题

    uat 测试结果正确max(9)>max(8),结果生产出现 max(9)>max(12) 原因:字符类型,默认比较第一个字符的ASCII码. 解决方式: max(to_number(va ...

  4. Linux 怎么清理缓存

    linux清理缓存的命令   查看缓存的命令 free -m 清理缓存的命令  echo 1 > /proc/sys/vm/drop_caches echo 2 > /proc/sys/v ...

  5. kuangbin专题 数论基础 part1?

    线段树专题太难了,那我来做数学吧! 但数学太难了,我......(扯 这两天想了做了查了整理了几道数学. 除了一些进阶的知识,像莫比乌斯反演,杜教筛,min25学不会我跳了,一些基础的思维还是可以记录 ...

  6. 使用react-app-rewired和customize-cra对默认webpack自定义配置

    最近在学习react框架,之前一直都是用vue 开发,知道在vue 中知道如何配置一下相关的webpack 有助于开发,学react 过程中,我也在想这些该怎么配置啊,所以就有这篇文章. 这篇文章主要 ...

  7. wx-all

    学习这部分时也学了不少代码,一段一段往这上面写实在有点~~~ 直接把代码部署到代码该在的地方吧,哈哈哈 这是网址 把代码放这上面就好多了,不怕代码丢,还可保证代码完整,嘻嘻嘻~~~~~~

  8. Linux CentOS 7 搭建 Tomcat 8 服务器

    Tomcat 服务器是一个免费的开放源代码的Web 应用服务器,属于轻量级应用服务器,在中小型系统和并发访问用户不是很多的场合下被普遍使用,是开发和调试JSP 程序的首选.对于一个初学者来说,可以这样 ...

  9. standard_init_linux.go:207: exec user process caused "no such file or directory"

    运行docker容器异常中止,使用docker logs CONTAINER_ID查看异常信息如下:standard_init_linux.go:207: exec user process caus ...

  10. 记一个AbstractMethodError

    如下,引入FastJsonHttpMessageConverter 之后,导致了新的错误: @Override public void configureMessageConverters( List ...