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. GitHub上传自己的项目

    git下载地址:https://git-scm.com/downloads 1.下载git,直接下一步进行安装 2.安装完成后,双击git-bash.exe运行 3.cd进入你的项目路径 4.输入 g ...

  2. JS内置对象-Array之indexOf和lastIndexOf

    indexOf() var num = [1, 7, 2, 3, 4, 7, 9] var pos = num.indexOf(7) var pos1 = num.indexOf(7, 2) cons ...

  3. webpack前端简单配置

    每次用webpack创建项目时,总是要安装一堆包,还要配置一系列文件解析规则,webpack打包规则等,烦不胜烦.网上找的很多webpack配置里面很多里面的配置或者引入包都是被弃用的,因此自己总结了 ...

  4. plsql修改某一行数据

    plsql修改某一行数据时, 在查询语句后面加上for update,再点击

  5. SpringBoot SpringCloud 热部署 热加载 热调试

    疯狂创客圈 Java 高并发[ 亿级流量聊天室实战]实战系列 [博客园总入口 ] 架构师成长+面试必备之 高并发基础书籍 [Netty Zookeeper Redis 高并发实战 ] Crazy-Sp ...

  6. uni-app实现多端开发

    多端开发,听名字就感觉不一样,一套代码.多端使用,适用于各个平台.市面上很多关于多端开发的框架,比较常用,流行的框架 uni-app,Chameleon(变色龙),taro这些,都可以支持多端,一套代 ...

  7. 创建基于ASP.NET core 3.1 的RazorPagesMovie项目(一)-创建和使用默认的模板

    声明:参考于asp.net core 3.1 官网(以后不再说明) 本教程是系列教程中的第一个教程,介绍生成 ASP.NET Core Razor Pages Web 应用的基础知识. 在本系列结束时 ...

  8. 搭建zabbix 4.0

    [root@localhost /]# sed ‐i "s#SELINUX=enforcing#SELINUX=disabled#g" /etc/selinux/config #永 ...

  9. iOS编译自动升级版本号脚本

    版权申明: 本文原创首发于以下网站,您可以自由转载,但必须加入完整的版权声明 博客园:https://www.cnblogs.com/MogooStudio/ csdn博客:https://blog. ...

  10. spark-3.0 application 调度算法解析

    spark 各个版本的application 调度算法还是有这明显的不同之处的.从spark1.3.0 到 spark 1.6.1.spark2.0 到 现在最新的spark 3.0 ,调度算法有了一 ...