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. 层叠机制和继承的概念以及CSS中选择器的优先级

    层叠机制: 一个元素的某个特定的样式属性可能来自行间的style属性.内联样式表或者外部引入的样式表,以及浏览器自定义的样式,还有就是继承自父元素的样式,但是最终只会选择其中的某一个来表示,这个选择的 ...

  2. 11条MySQL规范,你知道的有几个?

    一.数据库命令规范 · 所有数据库对象名称必须使用小写字母并用下划线分割 · 所有数据库对象名称禁止使用mysql保留关键字(如果表名中包含关键字查询时,需要将其用单引号括起来) · 数据库对象的命名 ...

  3. 常见的web安全问题总结

    we安全对于web前端从事人员也是一个特别重要的一个知识点,也是面试的时候,面试官经常问的安全前端问题.掌握一些web安全知识,提供安全防范意识,今天就会从几个方面说起前端web攻击和防御的常用手段 ...

  4. python之encode和decode编码

    u = '中文' str3 = u.encode('utf-8') # 以utf-8编码对u进行编码,获得bytes类型对象 print(str3) u2 = str3.decode('utf-8') ...

  5. 安卓逆向基础(001)-APK安装流程

    1.在/data/app下以报名为文件夹名新建文件夹 APK包存放在这里 以及lib文件 存放so 2./data/dalvik-cache 存放dex dex是dalvik虚拟机可执行文件 3./d ...

  6. AQS系列(五)- CountDownLatch的使用及原理

    前言 前面四节学完了AQS最难的两种重入锁应用,下面两节进入实战学习,看看JUC包中其他的工具类是如何运用AQS实现特定功能的.今天一起看一下CountDownLatch. CountDownLatc ...

  7. 微信小程序目录结构与配置介绍

    一.小程序结构目录 小程序框架提供了自己的视图层描述语言 WXML 和 WXSS,以及 JavaScript,并在视图层与逻辑层间提供了数据传输和事件系统,让开发者能够专注于数据与逻辑. 官网 1.1 ...

  8. Linux服务器部署.Net Core笔记:一、开启ssh服务

    开启ssh服务需要root权限,先用root账户登陆系统 在安装ssh前我们先更新一下yum:yum update 先检查有没有安装ssh服务:rpm -qa | grep ssh 如果没有安装ssh ...

  9. 【后端C#】后台通过http post 调用 webservice 的方法

    定义http post 调用webservice的某个方法 /// <summary> /// http Post调用 WebService /// </summary> pu ...

  10. delete和Vue.$delete删除数组的区别

    delete delete只是被删除的元素变成了 empty/undefined ,其他的元素的键值对应关系还是不变. Vue.$delete 直接删除了数组中元素,数组的键值对应关系发生相应变化 例 ...