Would Your Work Habits Change if You Were Paid by the Job?
原文地址:http://success-sys.com/2016/09/26/would-your-work-habits-change-if-you-were-paid-by-the-job/
A couple of days ago I noticed a guy installing a solar system on a two-story house in my neighborhood.
Working 20 plus feet off the ground on a pitched roof is not my cup of tea.
Anyway, he started working shortly after sun up and kept at it until it was too dark to see well.
I’m sure he was getting paid by the job rather than by the hour
It was in his best interest to get the job done quickly so he could make more money per unit of time and move on to another job.
It’s a perfect example of productivity.
People that do more work in less time while maintaining quality and accuracy are worth more than those who aren’t as productive.
It reminds me of someone I met while working in an automobile plant when I was a kid.
He was paid based on the number of a specific part he produced in a day.
However, he was restricted from exceeding a set number of the parts he produced every day because exceeding that number would make others doing the same work look bad.
I didn’t get it. Still don’t. It was a union thing.
This guy could really crank it out so he worked for about two hours in the morning and another two hours after lunch.
The rest of the time he read books.
Management had two choices – let him produce more and earn more or let him read his books.
He would have happily produced more parts so he could have made more money, but the rules were stacked against him.
This is another example of excellent productivity, but one that wasn’t properly rewarded because of the circumstances.
These two stories illustrate the importance of continuously looking for ways to become more productive in your work.
You’ll reap the rewards unless you’re stuck in a restrictive environment.
If you do find yourself in a restrictive environment, it might be in your best interest to start looking for another place to work.
There are plenty of business owners who appreciate productive people and reward them accordingly.
Regardless of whether you get paid by the hour or you’re a salaried employee, approach you work as if you were being paid by the job.
Ask yourself every day, “Is there a way I can produce more today while maintaining or improving quality and accuracy, and have fun doing it?”
If you have this performance | productivity mindset, you’ll begin to notice opportunities for making tweaks or changes that will help you do mote in less time.
And, then you’ll be noticed.
Would Your Work Habits Change if You Were Paid by the Job?的更多相关文章
- 贝叶斯推断 && 概率编程初探
1. 写在之前的话 0x1:贝叶斯推断的思想 我们从一个例子开始我们本文的讨论.小明是一个编程老手,但是依然坚信bug仍有可能在代码中存在.于是,在实现了一段特别难的算法之后,他开始决定先来一个简单的 ...
- 每日英语:Three Shows That Changed The Way Networks Think About Viewership
As we continue examining this season’s DVR success stories in The Blacklist and Sleepy Hollow it mak ...
- Dapr + .NET Core实战(五)Actor
什么是Actor模式 Actors 为最低级别的"计算单元" 以上解释来自官方文档,看起来"晦涩难懂".大白话就是说Actors模式是一段需要单线程执行的代码块 ...
- Dapr-Actor构建块
前言: 前篇-绑定 文章对Dapr的绑定构建块进行了解,本篇继续对 Actor 构建块进行了解学习. 一.Actor简介: Actors 为最低级别的"计算单元". 换句话说,您将 ...
- [r]Seven habits of effective text editing
Seven habits of effective text editing(via) Bram Moolenaar November 2000 If you spend a lot of time ...
- Habits of Considerate People
Habits of Considerate People体贴人的八种习惯哲学家亚瑟·叔本华曾经说过:“蜡之可贵,在于燃烧自己温暖他人,人之可贵,在于屈尊敬贤彬彬有礼”,事实的确如此.善意与体贴能够抚慰 ...
- TRANSFORM YOUR HABITS
TRANSFORM YOUR HABITS3rd EditionNote from James Clear:I wrote Transform Your Habits to create a free ...
- 代码的坏味道(10)——发散式变化(Divergent Change)
坏味道--发散式变化(Divergent Change) 发散式变化(Divergent Change) 类似于 霰弹式修改(Shotgun Surgery) ,但实际上完全不同.发散式变化(Dive ...
- [LeetCode] Coin Change 硬币找零
You are given coins of different denominations and a total amount of money amount. Write a function ...
随机推荐
- SQL Server 复制系列(文章索引)
一.本文所涉及的内容(Contents) 本文所涉及的内容(Contents) 前言(Introduction) 复制逻辑结构图(Construction) 系列文章索引(Catalog) 总结&am ...
- MVC5 网站开发之五 展示层架构
展示层由Ninesky.Web项目实现,负责网站内容的显示,项目包含Member和Control两个区域. 目录 奔跑吧,代码小哥! MVC5网站开发之一 总体概述 MVC5 网站开发之二 创建项 ...
- ASP.NET MVC5+EF6+EasyUI 后台管理系统--工作流演示截图
- mongodb安装&简单使用
转自Mac下使用brew安装mongodb,按着步骤已成功安装. brew常用命令 1.更新brew本身 brew update 2.使用brew安装软件 1 brew install soft_na ...
- 匹夫细说C#:委托的简化语法,聊聊匿名方法和闭包
0x00 前言 通过上一篇博客<匹夫细说C#:庖丁解牛聊委托,那些编译器藏的和U3D给的>的内容,我们实现了使用委托来构建我们自己的消息系统的过程.但是在日常的开发中,仍然有很多开发者因为 ...
- 介介介是一个ORM
介个是一个ORM,介个ORM基于Dapper扩展. 为什么需要一个ORM呢? 支持简单的LINQ查询 但是不能连表查询,why?why?why?为什么不能连接查询 ^.^ ok.但是就是不支持.哈哈哈 ...
- C# WCF服务端搭建和客户端调用
1) 打开Visual Studio 2012,在菜单上点击文件->新建->项目->WCF服务应用程序.在弹出界面的"名称"对应的文本框中输入"WcfS ...
- StackExchange.Redis帮助类解决方案RedisRepository封装(字符串类型数据操作)
本文版权归博客园和作者本人共同所有,转载和爬虫请注明原文链接 http://www.cnblogs.com/tdws/tag/NoSql/ 目录 一.基础配置封装 二.String字符串类型数据操作封 ...
- 查看Sql Server被锁的表以及解锁
查看被锁表: select spId from master..SysProcesses where db_Name(dbID) = '数据库名称' and spId <> @@SpId ...
- linux vi 命令大全
进入vi的命令 vi filename :打开或新建文件,并将光标置于第一行首 vi +n filename :打开文件,并将光标置于第n行首 vi + filename :打开文件,并将光标置于最后 ...