Jeb Bush: People Need to Work Longer Hours...

I spend a good bit of my day watching glue or paint dry until i get to the next stage. I imagine a good number of posters work in IT where downloads can take hours until the next phase.

What do you suggest, they go mop a floor ?

Pretty much nailed my position. When I am not posting for longs periods of time, it is typing hundreds of lines, sometime thousand of lines of code, then you Debug that code, walk through that code and fix all the bizarro errors that pop up. I still got one that has bugged me for weeks, it just refuses to work.
 
If that is the case - why aren't I working for $10 a day.

Moving forward - you have a baseline of earnings. If the government cut the tax rates, businesses would:

1. Invest in human capital (more jobs)
2. Invest in product or operations (more sales growth or cost efficiency)
3. Reward shareholders (more money in hands of Americans)

If you don't believe that corporations are trying to grow their businesses, I don't know what to tell you man.

Why do CEO's make so much money? I don't know. It's probably the market for top talent. In order to get or retain a great leader, you have to pony up to keep him or another business will. It's not that complicated. It's the market we live in.

It's just like sports. You have to pay to get the top talent.

I'm not talking about jobs that you or I have. Those jobs can't be sent overseas as a more localized presence is required. However, the impact of sending all of these other lower earning jobs overseas as well as increased automation can have a catastrophic impact on our society moving forward that will ultimately impact you and I.
 
If anyone is a programmer can you please fix this for me....I am going stir crazy. It's a simple accounts receivable file that will not export to xlsx sheet, the error said problem with INSERT INTO, I have done this 100's of times but this mf'er is laughing at me:

Protected Sub btnSPAR_Click(sender As Object, e As System.EventArgs) Handles btnSPAR.Click
Try
Dim u As New Utilities
Dim db As New AppData
Dim rs As SqlDataReader
strFile = u.AppPath & "Temp\SPAR_" & Date.Today.ToString("MMddyyyy") & ".xlsx"
If IO.File.Exists(strFile) Then IO.File.Delete(strFile)

Dim DateStart As String = txtBegDate.Text.Trim
Dim DateEnd As String = TxtEndDate.Text.Trim

db.ConnStr = u.GetConnection("dbTimedRpt")
db.SQLString = "exec spStPaulARMonthly"
rs = db.GetRecordset()
db.CreateConnection(strFile)
db.SQLString = "CREATE TABLE [SPAR] (Customer int, CustomerName varchar(30), Invoice varchar(30), InvoiceDate datetime, Amount money, Salesman int) "
db.ConnStr = u.GetConnection("dbTimedRpt")
db.ExcelCommand()
While rs.Read()
db.SQLString = "INSERT INTO [SPAR](Customer, CustomerName, Invoice, InvoiceDate, Amount, Salesman) " & _
"VALUES (" & rs("Customer") & ", '" & u.CleanString(rs("CustomerName").ToString()) & "', '" & u.CleanString(rs("Invoice").ToString()) & "', '" & _
u.CleanString(rs("InvDate").ToString()) & "', " & rs("InvAmount") & ", " & rs("Salesman") & ")"
db.ExcelCommand()
End While
db.CloseRecordset(rs)
db.CloseExcelConnection()
db = Nothing
u = Nothing

ExportSheet(ConfigurationManager.AppSettings("RDriveUNC") & _
"\Reports\Monthly\SPAR_" & Date.Today.ToString("MMMddyyyy") & ".xlsx")

Catch ex As Exception
Dim u As New Utilities
u.LogError(ex.Message)
u = Nothing
End Try
End Sub
 
No, we must all make our masters more money so they can find a way to suck more out of us and ultimately send our jobs overseas.

Then become one of the masters and instead of paying less for the new roof, pay the most expensive American
 
I'm not talking about jobs that you or I have. Those jobs can't be sent overseas as a more localized presence is required. However, the impact of sending all of these other lower earning jobs overseas as well as increased automation can have a catastrophic impact on our society moving forward that will ultimately impact you and I.

Maybe - and how to we keep those jobs?

Get rid of dumb minimum wage laws.

Make the corporate income tax competitive with the rest of the world.

Additionally - the broader problem is the Federal reserve printing press, but that is too complicated for most.

So we'll keep it simple "THEYRE TAKING OUR JOBS"
 
So? It's the way great companies used to be run. Focus on high quality and developing a brand, not profits. The desire to quickly monetize businesses has lead to our issues that where we are now.

This is pure bull****. Companies have always focused on profits and always will.
 
Maybe - and how to we keep those jobs?

Get rid of dumb minimum wage laws.

Make the corporate income tax competitive with the rest of the world.

Additionally - the broader problem is the Federal reserve printing press, but that is too complicated for most.

So we'll keep it simple "THEYRE TAKING OUR JOBS"

Even by eliminating all corporate tax how can we compete with the wages that people in Southeast asia are making right now? You think a corporation is going to forgo that to pay an American worker 1000% more?
 
Even by eliminating all corporate tax how can we compete with the wages that people in Southeast asia are making right now? You think a corporation is going to forgo that to pay an American worker 1000% more?

Some will. Some won't. We have chosen to keep our call centers US based... but it's really expensive to do so. These are low skilled employees and yet it's a big cost for us.

So maybe we should get rid of this dumb minimum wage
 
But what are the incentives for greater productivity within a given space of hours? At salaried positions, your point is more germane, because the benefits of efficient work to the worker are more straightforward: you finish what you need to do, you leave the office—and maybe you even receive a monetary bonus (in addition to this leisure bonus) for your efficiency.

But wage-work, at best, doesn't incentivize this sort of efficiency: if it's a job with fixed hours, irrespective of task-completion, then even highly efficient completion just means playing out the string until the whistle (say, by donking around on message-boards—a kind of limited or highly-circumscribed leisure). At worst, wage-work actually disincentivizes high efficiency: if tasks are fixed, but hours are dependent on how long it takes to complete those tasks, it's entirely logical for a worker to ensure that tasks require as much time as is reasonably possible to complete. (And that's not even touching on further carrots, like monetary bonuses for efficient work, which in my experience are not as common in the wage-earning world than in the salaried world—especially outside of commission-earning service-industry jobs, where the expectation of commission, or of tips, is sometimes figured into the wage-rate itself.)

I'm not saying you're entirely wrong, but I also don't think the compensation-structure in the US is adequately adjusted to render "more productivity = less hours" a fungible reality.

Those are good points for sure. I would wager that the U.S. is one of the most unproductive countries despite the advanced technology and longer hours. Its a culture thing. We want things given to us. We want to take the easy route.
 
Some will. Some won't. We have chosen to keep our call centers US based... but it's really expensive to do so. These are low skilled employees and yet it's a big cost for us.

So maybe we should get rid of this dumb minimum wage

So your solution is to pay workers in the US the same low incomes that people in South East Asia make?
 
So your solution is to pay workers in the US the same low incomes that people in South East Asia make?

My solution is to give people the right to work for whatever both parties agree to. I'm sure US companies would gladly pay some 16-18 year olds $4-$7 an hour - but they're not allowed to here.
 
I don't own Tesla stock - so I don't know enough about the company to tell you (I generally avoid negative cash flow companies)

But I'm GUESSING that their operating margins are not positive, and thus no matter the volume in sales, they will still lose money.

But I certainly don't know

Last year they had an operating income 881M. They operated at a net loss because of expansion and increased R&D costs. At some point expansion will stop, R&D should always stay high. What Tesla has been spending money on R&D has been paying off too as their profits ahve exceeded cost of goods and services. I imagine they'll startgetting even better when their battery plant is up. They have an eye to the future without being reckless. Except that the auto industry is weird, I'd bet Tesla will be one of the most successful American car companies in the AMerican market in 10 years.
 
So your solution is to pay workers in the US the same low incomes that people in South East Asia make?

Corporations will never sustain without paying top dollar to qualified employees. Minimum wage is stupid, the market will take care of it. If no one is willing to do the job, they have to raise wages.
 
Companies have always focused on profits and always will.

I think the point that zito is making is not that companies in some before time—in the long, long ago—didn't focus on profits, but that there has been a shift in planning and expectation vis-à-vis short- versus long-term focus.
 
Well you're depending on the capital of PWC... and you're complaining about the service they require in exchange for it. I'd move on

I actually am moving on. I'm sick of giving the company hundreds of hours of free overtime. I got a great job in a merchant services company out on Long Island.
 
My solution is to give people the right to work for whatever both parties agree to. I'm sure US companies would gladly pay some 16-18 year olds $4-$7 an hour - but they're not allowed to here.

But workers overseas make far less than that. Why wouldn'ta corporation still send their jobs overseas?
 
My solution is to give people the right to work for whatever both parties agree to. I'm sure US companies would gladly pay some 16-18 year olds $4-$7 an hour - but they're not allowed to here.

If a business is relying on kids in high school, they're gonna fail as a business because they'd only be open at nights and on weekends.
 
Back
Top