L208
A hundred years ago it was assumed and scientifically “proved” by economists that the laws of society made 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 this principle. It is generally accepted that nobody should be excluded from the wealth 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, everyone has the right to receive the means to subsist, in other words, he can claim this subsistence 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 encouraging of an abnormal attitude which refused 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 of 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 have to be sufficiently interesting and attractive to induce one to accept it. Freedom of contract is possible only if both parties are free to accept and reject it; 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 inter-personal relationships in every sphere of daily life.
L208的更多相关文章
- OrCAD 仿真与仿真模块库介绍
PSpice A/D9.1个别时候可能会出现异常现象,例如:某一步后,突然电路图的电源极性被自动改变了!造成直流电压和直流电流不正常,输出无波形.所以应该趁正常的时候做好备份是明智的. PSpice ...
随机推荐
- UVa 140 带宽
题意:给出一个n个结点的图G和一个结点的排列,定义结点的带宽为i和相邻结点在排列中的最远距离,求出让带宽最小的结点排列. 思路:用STL的next_permutation来做确实是很方便,适当剪枝一下 ...
- Nginx 随笔
使用包管理工具安装nginx Linux(基于deb) sudo apt-get install nginx Linux(基于rpm) sudo yum install nginx FreeBSD s ...
- H5本地存储二
众所周知,H5的storage有sessionstorage&localStorage,其中他们的共同特点是API相同 下面直接上代码,storage中的存储与删除: <!DOCTYPE ...
- github+hexo搭建博客
引言 之前用阿里云弹性web托管采用wordpress搭建的个人博客,经过我使用一段时间之后发现存在很多问题: 网站的响应速度非常慢,估计打开主页需要3-4s的时间,我经过搜索发现很多人都有这 ...
- robot_pose的类型
http://docs.ros.org/api/geometry_msgs/html/msg/Pose.html
- UI 自动化测试 Macaca测试框架 安装时遇到的log
https://macacajs.github.io/zh/environment-setup macaca run -d ./macaca-test/desktop-browser-sample.t ...
- java23种设计模式之一: 策略模式
由于最近在研究学习设计模式,我会用自己的理解方式来表述对设计模式的学习和认识,通过最常用.好记的案例来记住和使用设计模式,希望对设计代码方面有所提高和改进. 一.应用背景 在软件开发中常常遇到 ...
- Python day19 模块介绍3(sys,json,pickle,shelve,xml)
1.sys模块 import sys sys.path()#打印系统path sys.version()#解释程序版本信息 sys.platform()#系统平台 sys.exit(0)#退出程序 c ...
- TinyXml节点查找及修改
参考:http://blog.csdn.net/zww0815/article/details/8083550 // 读者对象:对TinyXml有一定了解的人.本文是对TinyXml工具的一些知识点的 ...
- spark必知必会的基本概念
首先我们从宏观的视角来窥视下大数据技术框架: 图1 大数据技术框架 从图1可以看出,数据源-数据收集-数据存储-资源管理,这是我们进行数据分析和处理的基本;图中的计算框架包括批处理.交互式分析和流处理 ...