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的更多相关文章

  1. OrCAD 仿真与仿真模块库介绍

    PSpice A/D9.1个别时候可能会出现异常现象,例如:某一步后,突然电路图的电源极性被自动改变了!造成直流电压和直流电流不正常,输出无波形.所以应该趁正常的时候做好备份是明智的. PSpice ...

随机推荐

  1. grpc python quickstart

    参考:grpc python quickstart 准备 1.升级pip $ python -m pip install --upgrade pip 2.安装grpc $ python -m pip ...

  2. 改变checkbox样式问题

    选择1   选择2 选择3 选择4 选择5 <form action=""> <label for="test">选择1 <inp ...

  3. MyBatis各种类型的入参使用方式

    https://blog.csdn.net/u011983531/article/details/53561219 mybatis中if判断传入字符串或者Long参数不为空 https://blog. ...

  4. SVN基本命令总结

    1.svn add [path] 预定添加文件或者目录到版本库,这些add的文件会在下一次提交文件时同步到版本服务器. 2.svn commit [path] 提交文件到版本服务器. 3.svn co ...

  5. MongoDB(课时29 MapReduce)

    3.7.4 MapReduce MapReduce 是整个大数据的精髓所在(实际中别用,因为在MongoDB中属于最底层操作). MapReduce是一种计算模型,简单的说就是将大批量的工作分解执行, ...

  6. 动态规划-最长可互除子序列 Largest Divisible Subset

    2018-08-28 17:51:04 问题描述: 问题求解: 本题是一个求最优解的问题,很自然的会想到动态规划来进行解决.但是刚开始还是陷入了僵局,直到看到了hint:LIS,才有了进一步的思路.下 ...

  7. Silverlight自定义控件系列 – TreeView (1)

      原文路径:http://blog.csdn.net/wlanye/article/details/7265457 很多人都对MS自带的控件不太满意(虽然MS走的是简约风格),都会试图去修改或创建让 ...

  8. Android之侧滑菜单DrawerLayout的使用

    在android support.v4 中有一个抽屉视图控件DrawerLayout.使用这个控件,可以生成通过在屏幕上水平滑动打开或者关闭菜单,能给用户一个不错的体验效果. DrawerLayout ...

  9. 【转】Vue.js特点

    作为一名Vue.js的忠实用户,我想有必要写点文章来歌颂这一门美好的语言了,我给它的总体评价是“简单却不失优雅,小巧而不乏大匠”,下面将围绕这句话给大家介绍Vue.js,希望能够激发你对Vue.js的 ...

  10. SQL TUNING——从近半小时到几十毫秒的一次优化

    昨天,一个用户的现场人员打电话紧急求助,说他们的一个系统卡了,半天不出结果,严重的影响了他们的使用,我简单的问了几句:什么时候的事儿?答:就今天下午的事儿.问:数据库软硬件最近动过没?答:没动过.问: ...