Slashdot Mirror


Excel Error Contributes To Problems With Austerity Study

quarterbuck writes "Many politicians, especially in Europe, have used the idea that economic growth is impeded by debt levels above 90% of GDP to justify austerity measures. The academic justification came from a paper and a book by Kenneth Rogoff and Carmen Reinhart. Now researchers at U Mass at Amherst have refuted the study — they find that not only was the data tainted by bad statistics, it also had an Excel error. Apparently when averaging a few GDP numbers in an excel sheet, they did not drag down the cell ranges down properly, excluding Belgium. The supporting website for the book, 'This time it is different,' has lots of financial information if a reader might want to replicate some of the results." The Excel error is making the rounds as the cause of the problems with the study, but it's actually a minor component. The study also ignores some post-WWII data for countries that had a high debt load and high growth, and there's some fishy weighting going on: "The U.K. has 19 years (1946-1964) above 90 percent debt-to-GDP with an average 2.4 percent growth rate. New Zealand has one year in their sample above 90 percent debt-to-GDP with a growth rate of -7.6. These two numbers, 2.4 and -7.6 percent, are given equal weight in the final calculation, as they average the countries equally. Even though there are 19 times as many data points for the U.K."

476 comments

  1. Does High Public Debt Consistently Stifle growth? by BlackPignouf · · Score: 5, Insightful

    Does High Public Debt Consistently Stifle Economic Growth?

    No, finite resources do.

  2. Excel error? by Richard_at_work · · Score: 5, Insightful

    When I read the title, I expected a calculation or rounding issue, or an internal range issue from built in components and not "dumb ass user didn't set the range correctly when averaging". That's not an Excel error, that's a user error - Excel did exactly what it was told to do.

    1. Re:Excel error? by BlackPignouf · · Score: 1

      GDP = 77.1*850

    2. Re:Excel error? by roman_mir · · Score: 0

      You should know by now, everything that computers do that the users did not mean them to do, regardless of what the user actually told the computer to do is a computer problem.

    3. Re:Excel error? by Rhywden · · Score: 4, Insightful

      Excel marks parameters by drawing coloured borders around the selected range of cells.

      I'm not quite sure how one could make it even more obvious without punching the user in the face.

      Unless, of course, you expect a strong AI to reside inside Excel which is able to distinguish between what the user wanted and what he actually did.

    4. Re:Excel error? by Mr_Silver · · Score: 1

      When I read the title, I expected a calculation or rounding issue, or an internal range issue from built in components and not "dumb ass user didn't set the range correctly when averaging". That's not an Excel error, that's a user error - Excel did exactly what it was told to do.

      Not to mention that if you use a reasonably recent version of Excel (at least 2003, which is nearly 10 years old), it'll warn you if you're doing something with a range of cells and it thinks you've missed a bunch of them out.

      It's not perfect, but it's caught quite a few mistakes that I've made - which is far better than doing nothing.

      --
      Avantslash - View Slashdot cleanly on your mobile phone.
    5. Re:Excel error? by Rhywden · · Score: 5, Insightful

      "On two occasions I have been asked, 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question."

    6. Re:Excel error? by chrismcb · · Score: 1

      That's still Excels fault for: a) making this not obvious to spot, and

      Excel typically does a decent job of indicating stuff like this... But it can't do anything when the user ignores it. This is in no way Excel's fault.

    7. Re:Excel error? by Anonymous Coward · · Score: 5, Funny

      Unless, of course, you expect a strong AI to reside inside Excel which is able to distinguish between what the user wanted and what he actually did.

      Clippy?

    8. Re: Excel error? by Anonymous Coward · · Score: 0

      If R&R are too inept to use Excel properly they are not qualified to produce this type of research.
      - 1st rule of research: don't talk about research.
      - 2nd rule of research: don't screw it up.

    9. Re:Excel error? by Anonymous Coward · · Score: 0, Flamebait

      Arguably, using excel (with its known to be finnicky automatic conversions for extra user friendlyness, reported on here previously) for research is already an user error, of large enough magnitude to make any research using it suspect.

      Call it a sign on the wall. Which is justified here by their sloppy data handling, cherrypicking of data, and other grave scientific no-nos. Concluding: These people are not scientists.

      Altough it has to be said that thorougly unscientific "studies" are a staple in policy making. Such as the "piracy" numbers the industry keeps quoting from some UK "study" that nobody can find, yet the relevant government departments keep adding the numbers to internal memor. In fact, real scientists are liable to get fired for science. Again the UK, where the head of the science committee on drugs got fired for not toeing the government policy stance. Where they said "science led policy making" they were actually meaning "policy led science making". Because science cannot be allowed to interfere with policy making but a science-y sauce makes onerous policies go down better, it is hoped.

    10. Re:Excel error? by TheRaven64 · · Score: 5, Interesting

      I'm not quite sure how one could make it even more obvious without punching the user in the face.

      How about by not conflating data, formulae, and layout in the UI? This is an error made by all VisiCalc clones, but not by Improv clones. If you use something like Improv, FlexiSheet or Quantrix then this kind of error is almost impossible to make. If you use something like VisiCalc, 1-2-3, Excel or OpenOffice.org Calc, it is trivial.

      --
      I am TheRaven on Soylent News
    11. Re:Excel error? by mcgrew · · Score: 2

      Unless, of course, you expect a strong AI to reside inside Excel which is able to distinguish between what the user wanted and what he actually did.

      Unfortunately, that's what MS tries to do and fails badly at it. Most of my frustration with Excel is it attempting to read my mind and failing miserably at it. That said, despite its shortcomings IMO it's still better than Lotus, Corel, or Oo's spreadsheets. Excel is really the only MS product I actually like (and I hate spreadsheets in general).

      Contrast that to Access, the worst clusterfuck of a dbms I've ever used. I miss Nomad on the mainframe and dBase and pre-MS FoxPro on the PC; you told them what to do and it did it. Tell Access what to do and it does something else or argues with you. It frustrated the hell out of me just last week when a screen stopped working that had been fine for years, returning a "return without gosub" error as if I'd been programming in BASIC. Copying that screen to another, empty database, deleting in the real db, and copying it back fixed it.

      I suspect that MS puts their least competent programmers on the Access team. I fucking HATE that program, glad I retire next year.

    12. Re:Excel error? by serviscope_minor · · Score: 1

      Excel typically does a decent job of indicating stuff like this...

      I think you and I have different ideas as to what constitutes decent.

      Try accidentely averaging not quite all of an array in any other language (e.g. C++, Octave/MATLAB/ Java, AWK, SQL, Python, Ruby, hell even TCL). You will find that the idiomatic way is always shorter, clearer and correct by comparison.

      The big mush o' squares being all variables, data, temporaries and arrays makes excel and its clones hard to write bug free programs in. Make no mistake: they are programming languages, just rather unusual semi-visual ones.

      --
      SJW n. One who posts facts.
    13. Re:Excel error? by u38cg · · Score: 2

      I agree it is user error, but I feel very strongly that this is the fault of Excel, not the user. My job is effectively being a professional spreadsheet driver and you eventually learn to become rigid about range checking, row counting, balancing totals, etc, because the structure of Excel makes these errors inevitable.

      --
      [FUCK BETA]
    14. Re:Excel error? by lxs · · Score: 1

      You say inadvertently, but omitting Belgium could have been a tribute to Douglas Adams.

    15. Re:Excel error? by Diddlbiker · · Score: 2

      There are two factors in play here.

      (1) Likely, they didn't use drag-and-drop to copy the cells, but double-clicking on the fill handle (the same widget used for drag&drop copying) which stops extending the range up to but not including the first neighboring empty cell, not at the end of the table. As such it's perfectly possible to not include the entire cell range while realizing that.
      (2) Having said that, one would expect that whoever makes a model with that much impact double checks their model against n00b errors like that. A good model has some functionality built in for cross-checking data, making sure everything adds up, etc.

      In the end, this is as much Excel's fault as blaming your calculator when you don't enter all the numbers. But when you release it to the press, "Excel" makes it sound better. Everyone knows that Excel is a Micro$oft product, and that they're evil and conspiring to take over the world.
      "Oooh, it's Excel that made the mistake, not you. We'll forgive you for that. We know how evil and sinister they are"

    16. Re:Excel error? by Rhywden · · Score: 3, Insightful

      Try accidentely averaging not quite all of an array in any other language (e.g. C++, Octave/MATLAB/ Java, AWK, SQL, Python, Ruby, hell even TCL). You will find that the idiomatic way is always shorter, clearer and correct by comparison.

      That's an easy mistake for a beginner to do:

      1) Simply forget that array indices for most languages begin at zero(0) rather than one(1).
      2) Make an error when establishing the termination condition, Like: "i <= array.length" rather than "i < array.length", again, due to forgetting that array indices begin at zero and end at n-1.

    17. Re:Excel error? by Anonymous Coward · · Score: 0

      Agree completely. It's a disingenuous headline designed to get people to click on it.

    18. Re:Excel error? by toxicafunk · · Score: 5, Insightful

      The real news to me is that academic, world-famous, policy-influencing researchers use Excel instead of, say, R or SPSS, etc.

    19. Re:Excel error? by Anonymous Coward · · Score: 5, Interesting

      There's an arguement that this wasn't ignorance on the part of the person asking the question, rather it was a polite way of asking whether the machine was rigged to give only the answer to the single question it was given.

    20. Re:Excel error? by Anonymous Coward · · Score: 1

      Well.. at least in python you don't even need to know how many elements the array has.

      sum(array) / len(array) would do.

      or you could use numpy library:

      np.mean(array)

      pretty hard to make errors there.

    21. Re:Excel error? by lattyware · · Score: 1

      You make a good point, but just to be devil's advocate, neither of those are true for Python, where an average is:

      sum(data)/len(data)

      (In 2.x, there is an integer division error there, but I'm talking 3.x).

      --
      -- Lattyware (www.lattyware.co.uk)
    22. Re:Excel error? by DarkRat · · Score: 1

      "It looks like you want to write a letter"
      "No you shitfuck, I'm not even in Word!"

    23. Re:Excel error? by Bacon+Bits · · Score: 1

      Most places I've worked that deploy MS Office either a) don't support Access, or b) don't deploy Access at all.

      Considering how trivial it generally is to transform an Access DB into a web application, only an extremely limited number of places I've worked still had Access DBs that were IT-supported. Unfortunately, they were also all Access 97 DBs that didn't work in Access 2000 even. I can't imagine they still use them today... God, I hope not.

      --
      The road to tyranny has always been paved with claims of necessity.
    24. Re:Excel error? by serviscope_minor · · Score: 1

      That's an easy mistake for a beginner to do:

      1) Simply forget that array indices for most languages begin at zero(0) rather than one(1).

      2) Make an error when establishing the termination condition, Like: "i

      Most of those languages either have some equivalent of foreach or have built in aggregate functions, such as mean(), sum() and so on.

      There's also a huge difference between a beginner mistake (we can assume that the users of excel in the story were not beginners) and a mistake which is hard to spot every single time.

      The thing is even in C where you have to remember that arrays start at 0 and you have to use <, anyone with a reasonable amount of experience will spot a loop which doesn't iterate over an entire array very quickly. If I placed you in front of a spread sheet, could you tell if any ranges didn't extend throughout all the data in a column without some rather tedious checking?

      --
      SJW n. One who posts facts.
    25. Re:Excel error? by ArsenneLupin · · Score: 1

      Excel marks parameters by drawing coloured borders around the selected range of cells.

      Only while you are doing the selection. Later it becomes non-obvious, unless you specifically check for this.

      The way these kinds of errors come, is that on an empty sheet you "make room" for 15 countries over which to average, you later at them one by one, and at the 16th country you no longer know that you only had room for 15, and that the numbers of the last one are basically getting silently ignored.

    26. Re:Excel error? by Anonymous Coward · · Score: 0

      i think he means that you wouldn't be doing it that way (i = array.length). Because the language has idioms that prevent you from making that mistake.
      e.g. You'd do something like:
          avg = mine::mean( array.begin() , array.end() ); // c++
      or
          avg = mean( array ); % matlab

    27. Re:Excel error? by bertok · · Score: 1

      3) do the obvious and wrong thing, and sum the array and divide by the length, which ignores integer overflow and floating point precision issues.

      Computing the average of an array seems trivial, except that it's really not! Even seasoned programmers make serious mistakes.

      There was a high-profile case in Australia where there were serious errors in the budget because some idiot used floating point numbers to represent money, and ran into rounding errors!

    28. Re:Excel error? by ArsenneLupin · · Score: 1

      Yes, indeed. Even seasoned HTML developers occasionally forget that < is a special character, and needs to be escaped as < ...

    29. Re:Excel error? by ByOhTek · · Score: 1

      That was the first thing I thought. If it were LibreOffice or OpenOffice, and possibly Apple Numbers, they would have properly attributed it to user error (not as certain with Apple, /. can go either way with them).

      But of course, since it is MS, this is a program error.

      --
      Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
    30. Re:Excel error? by ByOhTek · · Score: 1

      Unless it's open source, and then it's user error no matter what!

      --
      Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
    31. Re:Excel error? by parkinglot777 · · Score: 2

      Excel marks parameters by drawing coloured borders around the selected range of cells.

      I'm not quite sure how one could make it even more obvious without punching the user in the face.

      Then I believe you don't know how end-user people work on Excel. One scenario I can think of from this type of user error is the assumption by the user.

      For example, you create a data row and add a range-formula at the bottom of the table (to do average, count, sum, etc). Let say, your data is from A1 to A30 and you sum the value at cell A31 for those 30 rows above. Now, you have some new data to add, so you insert 2 new rows between A29 and A30. The sum-cell is now at A33 and you have empty cells at A30 and A31. When you enter new data in those 2 new cells, the sum-cell will automatically cover the values in those cells. Now, let's say you insert 2 more new rows between A32 and A33 (sum-cell). The sum-cell is now at A35. This often time is the problem for some people who don't understand Excel. These people would think that the sum-cell will automatically extend the range to cover from A1 to A34, but it is a wrong assumption. Excel will not automatically extend the range in this case and you must either edit the range or redo the sum again.

      The similar behaviour (automatic range coverage when insert new rows/columns) is also in OpenOffice spreadsheet. So I believe this is an "on purpose" functionality of a spreadsheet software (correct me if I am wrong).

    32. Re:Excel error? by WillAdams · · Score: 1

      Yes, but that error wouldn't've been possible in a spreadsheet which forces the user to interact only w/ named data / ranges as Lotus Improv did.

      It kills me that Quantrix Modeler 5 - Professional is $1,549.00 and not available for Mac OS X.

      There is the opensource Flexisheet, but I don't see any readily available binaries:

      http://cvs.savannah.gnu.org/viewvc/gap/user-apps/FlexiSheet/?root=gap

      --
      Sphinx of black quartz, judge my vow.
    33. Re:Excel error? by ByOhTek · · Score: 1

      Then most people wouldn't use it.

      You are not restricted to that mechanism (and I usually avoid it myself), but most users would have some difficulty with it. Mind you, any technical user should know better, but you'd be surprised at the number of minimally technical people in the various sciences, when it comes to things outside of their focus.

      And, an example of how to cause this with a code rather than UI setup: If you add row to the end: how does it know to add it or not? there are multiple ways of doing this (insert, easy to understand, Excel handles it fine), but what if you are at the end of the spreadsheet, should it know that you are continuing on with the same theme, or that you are staring a new one? I've seen plenty of people put multiple tables on the same sheet.

      It's still user error. And the problem wouldn't be eliminated with your suggestion, just altered. Even with horrible vision, I can still see both the highlighted color and the outlines of the cell without much difficulty.

      --
      Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
    34. Re:Excel error? by ByOhTek · · Score: 1

      Even then, it's only if you add it at the end, and don't 'insert' a row. If you use 'insert row', Excel automatically adjusts the ranges that you do not explicitly tell it not to adjust... I.E. if you have sum(C5:C$9), that '9' will never move, no matter what rows you insert/delete, but the 5 may go up or down.

      --
      Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
    35. Re:Excel error? by ByOhTek · · Score: 1

      or in a language that doesn't automatically have a length indicator for your array, any value is possible (so no 'null terminators'), and you have to keep another variable to tell you it's length. If you don't update that, you may miss a lot of stuff at the end. Which is exactly what happened in Excel.

      --
      Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
    36. Re:Excel error? by ByOhTek · · Score: 1

      Yep, especially when there is a distal part of the code where the array length is changed, but the variable holding the length is not updated. Yep, easy to spot.

      Of course, good coding habits can make that easier to spot, but generally speaking, I've seen errors like that crop up here an there. The only way to fix this "error in excel" is to make the user interface less friendly for the less technical users. And then they'll just move to another application with this "error".

      --
      Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
    37. Re:Excel error? by RabidReindeer · · Score: 1

      When I read the title, I expected a calculation or rounding issue, or an internal range issue from built in components and not "dumb ass user didn't set the range correctly when averaging". That's not an Excel error, that's a user error - Excel did exactly what it was told to do.

      GIGO. Garbage In, Gospel Out.

    38. Re:Excel error? by K.+S.+Kyosuke · · Score: 1

      When I read the title, I expected a calculation or rounding issue, or an internal range issue from built in components and not "dumb ass user didn't set the range correctly when averaging". That's not an Excel error, that's a user error - Excel did exactly what it was told to do.

      Well, it's a user error precipitated by a lousy computational paradigm: relying on humans to correctly mark sets of data by drawing them by hand is inherently unreliable. There must be better ways of analyzing sets of data, only many people are too lazy to learn them.

      --
      Ezekiel 23:20
    39. Re:Excel error? by K.+S.+Kyosuke · · Score: 3, Funny

      without punching the user in the face.

      If anyone feels compelled to research this problem in computational journals, look for the keyword "haptic interfaces".

      --
      Ezekiel 23:20
    40. Re:Excel error? by RabidReindeer · · Score: 1

      I agree it is user error, but I feel very strongly that this is the fault of Excel, not the user. My job is effectively being a professional spreadsheet driver and you eventually learn to become rigid about range checking, row counting, balancing totals, etc, because the structure of Excel makes these errors inevitable.

      Ironically, this exact same behavior is why interpreted languages are the darlings of web design these days.

      No getting slowed down having to satisfy rigid rules imposed at compile time, just pure productivity.

    41. Re:Excel error? by MMC+Monster · · Score: 3, Funny

      "It looks like you want to create a database in a spreadsheet application."

      --
      Help! I'm a slashdot refugee.
    42. Re:Excel error? by K.+S.+Kyosuke · · Score: 1

      That's an easy mistake for a beginner to do:

      1) Simply forget that array indices for most languages begin at zero(0) rather than one(1).

      2) Make an error when establishing the termination condition, Like: "i <= array.length" rather than "i < array.length", again, due to forgetting that array indices begin at zero and end at n-1.

      I don't know why you're suggesting that a data analyst should write all his code in assembly, but in case you haven't noticed, modern languages offer good, high-level operators (such as sum, avg, max, min, etc.), or even higher-order ones (such as fold, map, filter, etc.), both of which make it impossible to make a trivial bounds error.

      --
      Ezekiel 23:20
    43. Re:Excel error? by fredrated · · Score: 1

      "1) Simply forget that array indices for most languages begin at zero(0) rather than one(1).

      It is true in most languages, but as a mathematician I always prefer indexing from 1 to last rather then from 0 to last-1. Guess what? No language has ever stopped me from doing that, and because my range is more natural, point 2 has never been an issue.

    44. Re:Excel error? by Anonymous Coward · · Score: 0

      So use the formula syntax instead?

        =AVERAGE(B2:B6)

    45. Re:Excel error? by gtbritishskull · · Score: 1

      When I read the title, I expected it to be an error in the way the user used excel (which it was). Those are much more common "excel errors" than excel actually making a mistake. If it were actually a bug in excel, I would have expected the title to say an "error in excel". So, I believe that the title did a reasonable good job at conveying its message.

    46. Re:Excel error? by K.+S.+Kyosuke · · Score: 1

      3) do the obvious and wrong thing, and sum the array and divide by the length, which ignores integer overflow and floating point precision issues.

      You'd be extremely hard-pressed to run into an overflow error or a floating point precision issue if you wrote it in Common Lisp or Scheme, or for that matter, in any language with sane semantics of numeric operations. I believe that even Python can be mutilated to solve the division correctly.

      --
      Ezekiel 23:20
    47. Re:Excel error? by Rude+Turnip · · Score: 1

      Bullshit. 100% on the user. Excel is capable of letting users make errors because its capabilities let users do clever and brilliant things as well. It's a very free-form application upon which you layer on your own structures and models. Do you also blame Microsoft Word when you make a poorly-supported argument or statement?

      If I'm reviewing someone's work and we find an error in an Excel model (it happens), he or she owns the error, we fix it and move on. If someone blames Excel for their work, I'll boot them the fuck out of my office.

    48. Re:Excel error? by K.+S.+Kyosuke · · Score: 1

      You say inadvertently, but omitting Belgium could have been a tribute to Douglas Adams.

      OR, a tribute to Monty Python?

      --
      Ezekiel 23:20
    49. Re:Excel error? by Bacon+Bits · · Score: 4, Informative

      Improv is dead (18 years dead), FlexiSheet is in early Alpha (no binaries available for download). Neither would be appropriate for this situation. It would be like suggesting Hurd over Linux. Quantrix or similar financial modeling software would be more appropriate, but a) they're expensive, b) they're limited in scope.

      SPSS and R are very good at statistical analysis. Quantrix, MapleSoft, IBM Algorithmics, and other software is for financial data modeling. None of those is particularly appropriate for sharing data in a useful format with peers. Excel is.

      --
      The road to tyranny has always been paved with claims of necessity.
    50. Re:Excel error? by serviscope_minor · · Score: 1

      Quite.

      I remembered to escape my <'s but I forgot to escape the ones in the quoted text. Darn it.

      --
      SJW n. One who posts facts.
    51. Re:Excel error? by Minwee · · Score: 5, Funny

      "It looks like you're trying to write a paper where the experimental results do not support your thesis. Would you like me to correct the results?"

    52. Re:Excel error? by Minwee · · Score: 5, Funny

      Indeed. There are three kinds of mistakes that all programmers make at some time: Errors in program logic, and off by one errors.

    53. Re:Excel error? by serviscope_minor · · Score: 1

      No language has ever stopped me from doing that, and because my range is more natural, point 2 has never been an issue.

      How is it more natural? For modular indexing, zero based is certainly the more natural form compared to 1-based indexing. It also seems to vary in maths, some things seem more natural one based, some more natural zero based.

      Some languages, such as AWK don't even have a defined starting point at all (it uses hashes) and an ancient, unconfirmed memory tells me that QBasic can be given a starting point for an array.

      --
      SJW n. One who posts facts.
    54. Re:Excel error? by terjeber · · Score: 1

      That's still Excels fault for

      If they used an Excel version that is less than about ten years old, here is what Excel did:
      - Drew a nice red rectangle around the range they had actually selected (making it rather obvious one was missing)
      - Added a nice warning message that the range looked a little short - very easy to see.

      If software does more hand holding than that it becomes impossible to use. This was a moron user too inept to use software that warned him twice and quite clearly.

    55. Re:Excel error? by kannibal_klown · · Score: 1

      My thoughts exactly: I thought it was a calculation / precision bug or something.

      But if someone forgets to set the range correctly on a sheet... that's not an Excel problem that's user error.

      But as a software developer, between myself and my friends, I've heard many-a-story where something is called an application error instead of a user's mistake.

    56. Re:Excel error? by rnturn · · Score: 1

      ``No getting slowed down having to satisfy rigid rules imposed at compile time, just pure productivity.

      Which is great if the quality of what is being produced is no longer a concern. We encounter too many examples of that each day. To paraphrase from an old joke: ``This stuff is just awful but just look at how much of it we're making.''

      --
      CUR ALLOC 20195.....5804M
    57. Re:Excel error? by kannibal_klown · · Score: 1

      This wasn't some array indexing issue or something. I could see if the complaint was parenthesis weren't closed / matching up correctly or using & vs + gave two different (valid) values.

      They explicitly said he didn't drag the cell-range-border far enough. So to me that means in a sheet containing Country / value he didn't drag/scroll all the way down through all of the countries. And Excel DOES do as good of a job with that as you could want. It shows you via a colorful border what values are being referenced.

      My rules of thumb are:
      1) Always double check every cell/range reference of every equation but visually making sure each cell you'd want has the colorful border
      2) Always "refresh" any pivot tables just in case you did something.

      It doesn't matter how "sure" I feel that I didn't make any mistakes. Any my work is only shared with a dozen people for something small, not something big like this.

      The guy made a mistake, it's not the application's fault he couldn't see the colorful borders.

    58. Re:Excel error? by Anonymous Coward · · Score: 0

      I loled pretty hard, tbh. Sorry, no mod points today.

    59. Re:Excel error? by Anonymous Coward · · Score: 0

      No, when you really want good AI you go with the Einstein looking fellow.

    60. Re:Excel error? by fph+il+quozientatore · · Score: 1

      I never understood why a language can't provide both 0-based and 1-based indexing, letting the user choose the one they prefer.

      --
      My first program:

      Hell Segmentation fault

    61. Re:Excel error? by Anonymous Coward · · Score: 0
    62. Re:Excel error? by BasilBrush · · Score: 1

      Apple Numbers takes inspiration from Improv, whilst retaining some elements of Visicalc type spreadsheets in order not to scare people away.

      It uses named categories for formulas, like Improv, and so would be resistant to the type of error in this paper.

      It's better than Excel in the same way that Improv was. And only suffers from the usual Microsoft file format lockin disadvantage.

    63. Re:Excel error? by serviscope_minor · · Score: 1

      This wasn't some array indexing issue or something. [...]

      They explicitly said he didn't drag the cell-range-border far enough.

      That really sounds exactly like array indexing to me: the spread sheet has multiple arrays of data all placed on a grid, and with one particular array didn't quite go up to the end of it.

      Whether it's from hardcoding indices in a procedural language or mis-dragging a box on a spreadsheet, the problem is essentially identical.

      I also still stand by my assertion that that kind of problem is much easier to make in a spreadsheet compared to most extant languages out there.

      And Excel DOES do as good of a job with that as you could want. It shows you via a colorful border what values are being referenced.

      It's as good a job as it can do under the circumstances but it's a terrible job overall, because you have to check visually every single time.

      Compare to SQL:

      SELECT AVG(V) FROM data;

      or numeric languages

      mean(data);

      or any language with foreach (C++, Python, Ruby)

      sum=0.0;
      foreach(d in data)
          sum+=data;
      mean = sum/data.size();

      etc.

      --
      SJW n. One who posts facts.
    64. Re:Excel error? by DarthVain · · Score: 1

      "It looks like you are too cheap to buy real statistical software. Would you like a loan?"

    65. Re:Excel error? by serviscope_minor · · Score: 1

      Erk. Pressed post too early.

      The guy made a mistake, it's not the application's fault he couldn't see the colorful borders.

      Well yes, in the same way that it's not C's fault that programs have buffer overflows. However, in both of those cases, there are certain errors which are much easier to make than in other programming languages.

      I'm not claiming there was an error in Excel per-se, I'm claiming that the programing paradigm it presents makes certain kinds of error very easy to make compared to other paradigms. C is similar in that regard (buffer overflows, memory leaks), as is perl (regexes not meaning quite what you expected) and PhP (because it is, frankly, insane).

      --
      SJW n. One who posts facts.
    66. Re:Excel error? by Eunuchswear · · Score: 1

      "It looks like you are too cheap to buy real statistical software. Would you like a loan?"

      But that would be debt. And debt is bad. According to the idiots who wrote the "study".

      --
      Watch this Heartland Institute video
    67. Re:Excel error? by wikdwarlock · · Score: 1

      To be fair, it sounds like this spreadsheet calculation was averaging maybe a dozen or so values. Hardly a misuse of Excel. Yes, I know people complain all the time about using Excel as if it were a DB application, but this is not one of those instances.

      --

      "I must not fear. Fear is the mind killer." -Bene Gesserit Litany Against Fear
    68. Re:Excel error? by ebno-10db · · Score: 1

      How about by not conflating data, formulae, and layout in the UI? This is an error made by all VisiCalc clones, but not by Improv clones. If you use something like Improv, FlexiSheet or Quantrix then this kind of error is almost impossible to make. If you use something like VisiCalc, 1-2-3, Excel or OpenOffice.org Calc, it is trivial.

      Very interesting. I'm occasionally forced to use Excel, and like other spreadsheets I was familiar with, I thought that mixing data and "code" (especially where you can only peek at one formula at a time) was idiotic. Why not separate them, while still maintaining an easy-to-use GUI? Great idea - wish I'd had it 30 years ago.

    69. Re:Excel error? by ebno-10db · · Score: 1

      None of those is particularly appropriate for sharing data in a useful format with peers.

      Neither is Excel. Try something fancy like CSV. Data and "code" should be kept separate. Bonus points if you can take the quotes from around "code".

      Excel and spreadsheets like are overused toys that have become the bane of intelligent analysis. I've seen numerous errors because of their idiotic setup (and I don't even used spreadsheets except when forced to). Give every MBA and ideology driven economist a copy of Excel and ship them off to a barren island. Make sure their only Internet connection to the outside world empties into the bit bucket.

    70. Re:Excel error? by ebno-10db · · Score: 1

      You'd be extremely hard-pressed to run into an overflow error or a floating point precision issue if you wrote it in Common Lisp or Scheme

      Serious question: how do Lisp/Scheme avoid those floating point precision issues? IIRC (I know little of them) they can have "any size - automatically grows" integers, but what about floats?

    71. Re:Excel error? by tehcyder · · Score: 1

      When I read the title, I expected a calculation or rounding issue, or an internal range issue from built in components and not "dumb ass user didn't set the range correctly when averaging". That's not an Excel error, that's a user error - Excel did exactly what it was told to do.

      Quite so, and that is pretty much the end of the thread. I'm surprised the headline wasn't "M$ Ex$el error".

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    72. Re:Excel error? by ebno-10db · · Score: 1

      There are languages like that. Ada (no groans please) and IIRC Fortran. Unfortunately the cure is worse than the disease. Lots of dumb errors crop up when you have one person habitually using 0 based and another using 1 based indexing.

    73. Re:Excel error? by ebno-10db · · Score: 1

      The guy made a mistake

      I guess so, but by an amazing coincidence it was a mistake that reinforced the authors' ideology. The authors also refused to release the data/code for the longest time.

    74. Re:Excel error? by K.+S.+Kyosuke · · Score: 1

      Serious question: how do Lisp/Scheme avoid those floating point precision issues? IIRC (I know little of them) they can have "any size - automatically grows" integers, but what about floats?

      Simple. There are implementations, such as CLISP, with floats of arbitrary size, but most importantly, an average of a sequence of integers or rationals will come out as an integer or rational. In math, you don't have precision issues when dividing rationals either. A more interesting issue is rounding policies for currency values, but you have to somehow specify that anyway in your problem domain (accounting, I'd assume here?) since math as such has little to say on that issue.

      --
      Ezekiel 23:20
    75. Re:Excel error? by ebno-10db · · Score: 2

      And you should be frightened by that news. Very frightened. Oops, didn't mean to destroy that country's economy. Sorry about the mistake.

    76. Re:Excel error? by ebno-10db · · Score: 1

      Horse puckeys. Numerous posters above have said that, for a traditional spreadsheet, Excel is pretty good. I concur. The only problem is that the term "Excel error" is ambiguous. It can either mean a bug in Excel or a mistake in using Excel. Most people (non-programmers) would probably assume the latter.

    77. Re:Excel error? by tehcyder · · Score: 1

      I agree it is user error, but I feel very strongly that this is the fault of Excel, not the user. My job is effectively being a professional spreadsheet driver and you eventually learn to become rigid about range checking, row counting, balancing totals, etc, because the structure of Excel makes these errors inevitable.

      No, that's a user error. I don't see how Excel can be blamed. If it came with a fixed, uneditable series of templates, I suppose you could moan if one of them was wrong. But the whole point is flexibility. If you are designing complicated spreadsheets for other people, that's a different matter, you're moving towards something more like basic (pun intended) programming, and the problems really start when non-programmers write half-cocked VB macros that users neither understand nor can easily correct.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    78. Re:Excel error? by tehcyder · · Score: 1

      "The food in this restaurant is terrible. But at least the portions are big."

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    79. Re:Excel error? by tehcyder · · Score: 3, Insightful

      The real news to me is that academic, world-famous, policy-influencing researchers use Excel instead of, say, R or SPSS, etc.

      Excel is perfectly capable of adding up a few hundred numbers and making a basic chart out of the results.

      Anyway, do you really think that someone who can't copy and paste numbers/formulas on a spreadhseet properly (or, more relevantly, build a model that incorporates some sort of checking of the results to the base data) is going to learn a programming language?

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    80. Re:Excel error? by kannibal_klown · · Score: 1

      My primary work is in Java/C# and Oracle, so yeh, *I* create sql queries on the fly with specific limiters. But this wasn't that. It was the author choosing to use Excel, and choosing to use the UI, and choosing to pick a sub-range of a table for some reason. Honestly, if you have to cherry-pick rows (such as ctrl+click) from a long sheet for your calculation then you should probably have organized it better in the first place. Because you're asking for trouble.

      In Excel, if you want a whole column you can just say =AVERAGE(A:A) you can even select the column header and be done in 1 click if you don't know the syntax. Which works as well as the simple-form SQL example you gave above since they to are just average an entire column without worrying about filtering.

      You highlight regions / cells and give the entire group a single variable name and say =AVERAGE(MySampleData). But that's hard-coded to the coordinates you define. So if you chose A47:A63 and you re-sort then the equations will give different values.

      So either way, via UI, you have to define "data" whether it's "data is THIS column" or "data is this value, that value, that value, etc" The author chose to use the UI's drag-drop method without double-checking, instead of a conditional summary or pivot table. In which case, duh, you need to check if you selected everything.

      Personally I always arrange my data in such a way that I'm calculating the entire column. This way if I have to add / delete rows I don't have to worry about where the "bottom" of the range is. And if I need to base the values on some *simple* filter I tend to use Pivot tables so I can compare the data across the filter combinations.

      Obviously there are complex sheets: perhaps you want to only focus on data where continent = X something, perhaps you only want this time range and it's just easier to drag a simple box in the middle of the data. We don't know enough about their sheet to say.

      But for most simple stuff, the UI is not bad.

      And besides, even with your SQL method (or however you populate your programming array) you STILL need to double check that you're using the correct data.

    81. Re:Excel error? by tehcyder · · Score: 1

      Yes, but that error wouldn't've been possible in a spreadsheet which forces the user to interact only w/ named data / ranges as Lotus Improv did.

      So? I'm sure a user could define name data ranges incorrectly just as easily as they could fail to copy a formula.

      Since every country didn't have exactly the same amount of data in exactly the same format to start with, I can think of loads of ways you could miss out or double-count data, or apply the wrong formula to different named ranges, or whatever.

      If you don't have some system of checks in place, any system that handles even a modest amount of data is likely to produce errors.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    82. Re:Excel error? by Anonymous Coward · · Score: 0

      That feature would have saved me a lot of time in grad school.

    83. Re:Excel error? by TheNastyInThePasty · · Score: 1

      I was hoping to see someone say something like this. Too bad I don't have mod points.

      --
      The best thing about UDP jokes is I don't care if you get them or not
    84. Re:Excel error? by highlander76 · · Score: 1

      I'm not quite sure how one could make it even more obvious without punching the user in the face.

      Looks kind of like someone filtered / hid some data and then just highlighted the cells. This captures the range of all cells from the top selection to the bottom selection. Not just the visible cells. The subtotal function will operate on just the visible cells. And there is some menu option for selecting only visible cells too.

      I have been bitten by this but you are correct - after unfiltering the data excel very clearly shows me my mistake with a colored border around many cells I didn't want selected.

    85. Re:Excel error? by kannibal_klown · · Score: 1

      I'm not saying Excel is awesome, but in the end it comes down to "how do you select and CHECK the input data"

      But in comparison, in Oracle you could type "WHERE year_accessed 2012" -- maybe you meant to exclude 2012 or maybe you meant to say = 2012 and are now missing data.

      Or perhaps "WHERE continent = 'North America' " -- maybe you wanted to INCLUDE Canada and EXCLUDE Guam (US territory) or maybe you realize you made a mistake.

      Both of those mistakes are (subjectively) easier to make than "I didn't highlight as many rows as I should" since Excel shows you a color-coded picture of what you selected and the Oracle will just show you all of the raw data in the output and thus you might 2012 or the UK are missing.

      I'm not saying Excel is awesome... but you're placing the fault on poor UI for Excel and saying that low-level coding or SQL is better because you don't have to rely on visual inspection of your inputs. I respond with: either way you have to inspect your data: either by running DIFFERENT queries to see the raw data or looking in an IDE's debugger/watch.

      And this is assuming that a simple Average(A:A) wouldn't just solve all of your needs (take the average of the ENTIRE column).

      IN either case, it's user error. Excel makes it easy to check what you're doing: failing to check your inputs (especially on something important) is a critical case of user error.

    86. Re:Excel error? by ebno-10db · · Score: 1

      Interesting, but at some point a heavy duty user is still going to have to deal with floating point rounding issues. There's only so much computing power in the world. Nevertheless it could be useful for debugging some rounding issues. My rule of thumb is that if your algorithm is sensitive to rounding issues, you're doing something wrong.

      Accounting does have very well defined rounding techniques. They might make the mathematically inclined go "huh?", but they do serve their purpose of being very repeatable. There are libraries for dealing with that nonsense.

    87. Re:Excel error? by Hatta · · Score: 2

      SPSS and R are very good at statistical analysis. Quantrix, MapleSoft, IBM Algorithmics, and other software is for financial data modeling. None of those is particularly appropriate for sharing data in a useful format with peers. Excel is.

      R is extremely appropriate for sharing data in a useful format with peers. It's completely free for one. But more importantly, it saves every single step of your analysis. Send someone an Excel file, and who knows what they've done to the data. Send someone your R project directory and they can see exactly what you did.

      The problem with sending R files to your peers isn't that the R files aren't useful. It's that your peers aren't.

      --
      Give me Classic Slashdot or give me death!
    88. Re: Excel error? by ceoyoyo · · Score: 1

      I think the only language your example applies to is C++ (which nobody uses for data analysis). To average an array in the others is some variation of "average(myArray)".

    89. Re:Excel error? by Anonymous Coward · · Score: 0

      And this is why the foreach loop was invented. Syntacic sugar? Maybe, but it's syntactic sugar than can save your bacon.

    90. Re:Excel error? by serviscope_minor · · Score: 1

      But for most simple stuff, the UI is not bad.

      Indeed, the trouble is that the UI is bad for complex stuff. And simple stuff has a habit of becoming complex.

      In responst to the sibling post:

      Yes: the fault is with the user in as much as buffer overflow exploits are the fault of users of the C programming language. Computers do what you say so barring an implementation bug, there is always an element of PEBKAC.

      However, some systems make certain classes of error hard or impossible. Exel makes buffer overflows impossible for example (barring implementation error in Excel itself), but makes this kind of error very possible.

      You will always be able to find counter examples of where the languages I suggest do a bad job and excel does a good job because those languages are not perfect and excel is not perfectly flawed.

      --
      SJW n. One who posts facts.
    91. Re:Excel error? by Luyseyal · · Score: 1

      Nice. If I were tight with the fortune guys, I'd submit this zinger.

      -l

      --
      Help cure AIDS, cancer, and more. Donate your unused computer time to worldcommunitygrid.org. Join Team Slashdot!
    92. Re:Excel error? by morgauxo · · Score: 1

      How true, all us Mickeysoft bashers are sooo dissapointed!

    93. Re:Excel error? by morgauxo · · Score: 1

      Hey, what's wrong with GNU/Hurd? Slashdot has been great since it's hosting moved from GNU/Linux to GNU/Hurd.

    94. Re:Excel error? by morgauxo · · Score: 1

      Be glad that Microsoft fails. Can you imagine what would happen if Microsoft succeded at strong AI?
      <queues up terminator music>

    95. Re:Excel error? by nuckfuts · · Score: 1

      Excel actually does flag certain types of unwanted inconsistencies. For example, create a column of cells where each equals double the cell to its left. Then change the formula for one cell so that it triples the cell to its left. Excel will put a little flag on that cell which displays the following clicked:

      "The formula in this cell differs from the formulas in this area of the spreadsheet".

    96. Re:Excel error? by Bacon+Bits · · Score: 1

      So, you want to trade in application that everybody is familiar with and has access to (in direct form or clone form) whose primary disadvantage is the proprietary data format -- which, albiet de jure proprietary is not de facto proprietary since every spreadsheet program made in the last 10 years can read the format. You want to trade this application in for another application that nobody has and nobody is familiar with, which not only suffers from the same proprietary data format problem (and a de facto one in this case) but also only functions on Apple hardware.

      Brilliant!

      --
      The road to tyranny has always been paved with claims of necessity.
    97. Re:Excel error? by fredrated · · Score: 1

      How is it more natural? Well, for example, if I have 5 objects I usually count them 1..2..3..4..5, not 0..1..2..3..4.

    98. Re:Excel error? by Anonymous Coward · · Score: 0

      There is only one appropriate way: Plain Text File and awk.

    99. Re:Excel error? by BasilBrush · · Score: 1

      I didn't say any of those things. People were pointing out that Improv works in a way that minimises the chance of the common error that this story was about. You dismissed it (and some other Improv like spreadsheets) as being unavailable. And I pointed out that there is one that is available.

      I further pointed out that it's unlikely to to make much of a dent in Excel's market, because of Excel's file format lockin.

      All of this is true.

      Your strawmen are irrelevant.

    100. Re:Excel error? by jthill · · Score: 1

      Given their other errors, it's reasonable to wonder just what kind of AI could be expected to find any discrepancy at all here.

      --
      As always, all IMO. Insert "I think" everywhere grammatically possible.
    101. Re:Excel error? by Anonymous Coward · · Score: 0

      Exactly, and whole government departments use Windows XP or even Windows 2000

    102. Re:Excel error? by Anonymous Coward · · Score: 0

      if only those mistakes weren't accidental.

    103. Re:Excel error? by OneAhead · · Score: 1

      I didn't remember reading anything about Belgium in any of Douglas Adams' books, so I went looking it up. Here's the result:
      http://en.wikipedia.org/wiki/Life,_the_Universe_and_Everything#Censorship
      So basically, in the US edition, the censors replaced "Fuck" by "Belgium", a reference to the original radio series (which I'm too young to have witnessed) in which Belgium was the most offensive word in the galaxy. One learns something new every day.

    104. Re:Excel error? by Anonymous Coward · · Score: 0

      replying late and AC...but...

      I think the GP covered it.

       

      C++, Octave/MATLAB/ Java, AWK, SQL, Python, Ruby, hell even TCL

      C++ : Object Oriented. Long as you use the STL you'll write it similar to the Java. No off by one risk at all.
      Octave & Matlab: No STL, but same operations -- you can get sum, and get the length across an array or matrix as an object.
      Java: ArrayList (same methods)
      SQL: select sum(row) / count(*) from table;
      Python: You got it.
      Ruby: Don't know it, but I'd bet the same as the above
      TCL: "proc ladd {l} {::tcl::mathop::+ {*}$l}" to get the sum... although really I'd just use foreach and two counters. You can't be 'off by one' in a foreach...

      Anyway...your parent was really only 'correct' in languages that are machine-like or stack oriented (more like postscript stack than lisp stack)... ASM/C/Pascal etc. Even in something very REP/stack-machine oriented like lisp you'd be hard pressed to botch this operation.

      If you write C++ like C... you not only don't actually know C++, but you're probably a bad programmer. There's *lots* of bad C++ programmers. You /might/ be a good programmer avoiding overhead -- but if that was the case, you should've used C to start with, or linked it in for the important part.

      Despite the above -- I've seen at least a dozen incorrect implementations of 'average' by programmers in my time. Mostly this is in the form off:

      - off-by-one as described by parent (by people who don't actually know the language or get programming -- copy pasta wizards)
      - Summing across 'invalid' data encodings (-9999999)
      - 'Real' programmers not understanding floating point limitations (much more rare)

      Anyway -- my two cents.

      I love python -- but the GP was wise -- what they said in all of those languages holds true if written idiomatically. Parent needs to learn more languages and pay attention to more than just their work -- but the idioms by which things are written.

      If you don't recognize this -- I'd encourage you to pick up another language and learn its paradigms as you'd learn the python koans. Just be careful to find a good teacher. There's a lot of bad ones.

    105. Re:Excel error? by Anonymous Coward · · Score: 0

      This should *not* be flamebait, seems like a reasonable supportable argument.

    106. Re:Excel error? by Anonymous Coward · · Score: 0

      WTF? So when I'm driving a US automatic and I have shift the level backwards to go forward, that's the car manufacturer's fault? I shouldn't I be expected to know how to drive the fucking thing. A bad workman always blames his tools. A troll always looks to make a cheap shot at a well functioning if imperfect tool

    107. Re:Excel error? by mcgrew · · Score: 1

      Unfortunately, they went all MS last year with the exception of Java and the mainframe. The web apps are all Java based, and web apps don't translate to paper very well. Actually I'm glad they're not moving to web apps for what I do, it would be a tremendous amount of work to rewrite all the reports.

      I'm just glad I'm retiring next year.

    108. Re:Excel error? by Anonymous Coward · · Score: 0

      "It looks like you're trying to write a paper where the experimental results do not support your thesis. Would you like me to correct the results?"

      You made my day!

    109. Re:Excel error? by Anonymous Coward · · Score: 0

      What? I use Excel heavily in my job and it's hard to fuck these things up. You just fill your formula. If your formula doesn't fill, then you put it in a different section. Excel is even pretty smart about re-linking your formulas, and (in recent versions) it even marks cells that may contain errors like this one!

      Excel is not a programming language, so it lacks the benefits that a structured program can have, but as far as spreadsheets go, I'm struggling to think how it could do a better job.

  3. Re:More Statist Bullsiht by Fluffeh · · Score: 5, Insightful

    Anyone who prefers debt is a fucking idiot and shouldn't be trusted.

    That statement is plain daft. It's much too broad. Sometimes debt can be good. For example, getting a mortgage for a home might not be bad. Sure, it would be better to buy with cash and avoid paying all the interest, but if you don't have a pile of cash lying around, you are limited to saving while paying rent. It might actually work out better to get the mortgage.

    Also, getting a loan to start a company might be a great way to have enough capital to get to the market quickly and by doing so make a huge profit.

    Not all debt is bad. Debt without any plan to pay it off and without evaluating whether the costs of managing the debt outweigh the benefits is bad. The problem is that most political parties these days seem to have a horizon of the next election when it comes to balancing the books. The problem with this sort of debt is that they spend up big and have no real plan to pay it back.

    --
    Moved to http://soylentnews.org/. You are invited to join us too!
  4. In short by oldhack · · Score: 2

    Economics. The social "science" with a pretension and envy of physics, practiced by those who couldn't cut it at math or physics.

    --
    Fuck systemd. Fuck Redhat. Fuck Soylent, too. Wait, scratch the last one.
    1. Re:In short by AlphaWolf_HK · · Score: 1

      Not sure how you draw the conclusion that it has any desire to be physics.

      If you want to associate economics with another form of science, then you'd probably best compare it to psychology. For example, something simple like supply and demand play directly into somebody's thought process about what something is worth.

      --
      Careful with names containing L slashdot.org/~AiphaWolf_HK slashdot.org/~AlphaWoif_HK slashdot.org/~AiphaWoif_HK
    2. Re:In short by mcgrew · · Score: 3, Insightful

      Wow, what a horrible moderation. Troll? Really? Looks like the idiots from 4chan have mod points today, or maybe a disgruntled MBA. You are entirely correct, I had an undergrad psychology prof say that there isn't a psychologist that there's another calling him a gold-studded liar, the same could be said for economists, who seem to ignore results. Example: Cut taxes on the rich for job creation, ignoring all of history. Even after the Bush cuts (among other mistakes) ruined the economy.

      However, rather than being stupid, IMO economists are simply dishonest. Most people who worship money are.

      Waste your points on me, 4channers, so you won't mod good comments like the parent's down. This is ridiculous. Please, slashdot, bring back the old metamoderstion (or give me a few ponts, haven't had any in ages).

    3. Re:In short by PopeRatzo · · Score: 0

      If you want to associate economics with another form of science, then you'd probably best compare it to psychology.

      Except psychology is more evidence-based.

      Economics is as soft a science as exists, and it's made worse by the people involved. There's a level of confirmation bias that would be unacceptable to an astrologer.

      --
      You are welcome on my lawn.
    4. Re:In short by ebno-10db · · Score: 0

      Not sure how you draw the conclusion that it has any desire to be physics.

      Because both like to write lots of fancy equations. The difference is that physicists test their theories, and reject them if they fail. Hence they're a pretty good description of reality. Economists like to skip the empirical verification step so as not to interfere with their ideologically motivated conclusions. But hey, those theories must be right - they've got lots of Greek letters and mathematical hieroglyphics.

    5. Re:In short by AlphaWolf_HK · · Score: 1

      If that was the case, then Keynesian thought wouldn't have been abandoned by most economists because its model says stagflation is impossible. But it happened in the 80's. Only very few actually hold on to Keynesian theory, and shockingly one of them is in the white house.

      --
      Careful with names containing L slashdot.org/~AiphaWolf_HK slashdot.org/~AlphaWoif_HK slashdot.org/~AiphaWoif_HK
    6. Re:In short by Anonymous Coward · · Score: 0

      If that was the case, then Keynesian thought wouldn't have been abandoned by most economists because its model says stagflation is impossible.

      Sounds like a typical economist reaction. Keynesian theory has flaws, OMG, we discard it and take up something more fashionable - just like physics did with Newton...oh, wait, no physics took Newton's theories and *improved and built on them*.

      Only very few actually hold on to Keynesian theory, and shockingly one of them is in the white house.

      Yes, it is terribly shocking that the US is doing considerably better than 'austerity' Europe - shocking to someone who discards Keynesian theory *in its entirety, on ideological grounds* rather than dare admit to themselves that it might have some truth to it (along with some flaws).
      It's very shocking for an ideologue like you to get smacked round the head with inconvenient facts and reality.

  5. It's not about debt by srussia · · Score: 4, Insightful

    It's about what you spend it on.

    If you spend it on capital goods that allow you to produce more, that's investment.

    If you spend it on final use goods, that's consumption

    Simple concepts: consumption is not production and not all spending is investment. And yet, look at how Gross Domestic Product is calculated.

    GDP = private consumption + gross investment + government spending + (exports - imports)

    --
    Set your phasers on "funky"!
    1. Re:It's not about debt by Anonymous Coward · · Score: 0

      you're posting in the wrong forum. this article is about excel, not debt. (yeah yeah yea... i know... 'i must be new here')

    2. Re:It's not about debt by explosivejared · · Score: 1

      That is a simple accounting identity, a way to avoid double counting. Income (output, GDP, whichever term you choose) is just the flow of value, and it would be stupid not to include how much value went toward consumption. An economy produces x amount of value in a given year, and those are simply how the value is divvyed up. Some production goes to satisfying consumer demand, and some is held back to build more productive capacity. You're just off base not conflating your own personal semantics for what "production" should mean with a simple technical accounting identity.

      --
      I got a catholic block.
    3. Re:It's not about debt by SomeKDEUser · · Score: 1

      More than that: according to his logic, an "investment" should only count as such it is is successful. I'll leave it as an exercise to the reader to determine how you can possibly decide that, and when.

    4. Re:It's not about debt by RabidReindeer · · Score: 1

      You call it consumption. The companies that produce it call it "Income". In theory, they pay taxes on it and so offset some of the costs, and employ people who in turn pay taxes (and incidentally also consume things), which also offset some of the costs. And the suppliers get paid and the effect - albeit diluted - trickles down from there.

    5. Re:It's not about debt by Anonymous Coward · · Score: 0

      GDP is a bad measure of economic well being.

      E.g. you build widgets. One year, you build flimsy widgets that break every month, such that consumers buy newer versions monthly. You generate profit, consumers spend money, landfills are full of widgets, GDP ticks up...

      Following year, you improved your process, now your widgets are more efficient and last a whole year. Consumers only buy 1 widget for the whole year, their spending is down, your profits are down, landfills aren't even full, and... GDP ticks down.

      So... better products are ... bad for the economy?

    6. Re:It's not about debt by Anonymous Coward · · Score: 0

      How is it that increasing consumption fails to support increased production?

    7. Re:It's not about debt by Bedouin+X · · Score: 1

      That depends. Perfecting that process was not free (R&D, manufacturing ramp up etc.) so chances are the widget will cost more than before. It may even cost more than 12x more. If it doesn't, that extra money would go toward other goods. Or maybe it gets saved.

      In either case, that money would not go to the original widget making industry and as a result, money might flow somewhere else causing that sector to contract. Or maybe they end up selling a ton more of their durable widgets and hire more people with the increased revenues.

      --
      Dissolve... Resolve... Evolve...
  6. Note the legal disclaimer by SmallFurryCreature · · Score: 2, Informative

    In Holland at least, financial products must carry a legal disclaimer stating that past performance is no indication for the future.

    What is this entire flawed study? Trying to predict the future, from past performance.

    The Dutch economy is an open economy heavily dependent on the performance of the rest of the world. It doesn't much matter what our leaders do, the rest of the world dictates the state of the Dutch economy. So how do you compare its performance with the rest of world? It doesn't matter what our debt is, it matter how many products Germany ships through Rotterdam. But still, these economists try to compare how The Netherlands fared with X debt against the US which has a totally different economy. How different? The US is one of the bigger countries and is #1 in agri culture. The Netherlands is one of the smallest countries and is #2 in agri culture. Why? Every American black and white cow was created by a dutch boy sticking his arm up a cow. And jerking of a bull. The US exports low value agri cultural products, the Netherlands high value.

    But it means the SAME industry, is COMPLETELY different. Baby cow production US style is cowboys and homo sexuality in the prairy. Dutch baby cow production is bestiality and high tech in the desolate north.

    It is interesting to note that politicians who claim to want the best for big business are NEVER themselves successful big business owners AND that the successful big business owners never ever agree with them. Wallstreet likes the Republicans supposedly (but the two top financial newspapers advised voting against Romney because even a socialist in the white house would be better) but people like Warren Buffet and Richard Branson sing a very different tune. They think the best way to beat a recession is to spend. Not spend recklessly but invest in the future not in handing out tax cuts to buy votes.

    Be wary of any leader who leads out of an ideology and not what is needed right now. Would you go to a doctor whose every answer is "lets amputate"? No? Then why vote for a politician whose every answer is "cut taxes, spend less, except on the pork project I need to get re-elected"? Real leadership is looking at what needs to be done and then do it. Not just have a one size fits all slogan.

    --

    MMO Quests are like orgasms:

    You may solo them, I prefer them in a group.

    1. Re:Note the legal disclaimer by 3.5+stripes · · Score: 5, Funny

      " a dutch boy sticking his arm up a cow. And jerking of a bull."

      The red light district has changed since I was last there..

      --


      He tried to kill me with a forklift!
    2. Re:Note the legal disclaimer by Anonymous Coward · · Score: 0

      " a dutch boy sticking his arm up a cow. And jerking of a bull."

      The red light district has changed since I was last there..

      It is producing offsprings now apparently.

    3. Re:Note the legal disclaimer by Diddlbiker · · Score: 2

      The US is one of the bigger countries and is #1 in agri culture. The Netherlands is one of the smallest countries and is #2 in agri culture. Why? Every American black and white cow was created by a dutch boy sticking his arm up a cow. And jerking of a bull. The US exports low value agri cultural products, the Netherlands high value.

      But it means the SAME industry, is COMPLETELY different. Baby cow production US style is cowboys and homo sexuality in the prairy. Dutch baby cow production is bestiality and high tech in the desolate north.

      I think the high value of Dutch agricultural products has more to do with the gigantic high-yield flower industry than with jerking of cows. Go over the Dutch border and try to find Dutch cheese. Famous as it is, you will not find the entire dairy island stacked with Dutch cheese outside the Benelux. Visit any flower store in the world, and it's a different picture: you're likely to find a good amount of Dutch flowers. My ghetto neighborhood supermarket sells more packets with Dutch flower seeds than it sells Dutch cheese (most of that made in the US anyway; there's no "regional" protection like that in the EU)

    4. Re:Note the legal disclaimer by AlphaWolf_HK · · Score: 1, Troll

      They think the best way to beat a recession is to spend.

      This is mainly because they subscribe to Keynesian thought. The new deal was probably the greatest example of Keynesian theory being applied, and it didn't benefit anything. The war did because it displaced millions of otherwise non-working Americans overseas, which offset the supply of labor in a way that inadvertently triggered a recovery. Keynesian thought was later shattered when stagflation happened in the 80's, which under Keynesian theory is impossible, and demonstrated rather conclusively that government spending isn't the cure all.

      Tax cuts don't buy votes, by the way. Most of the wealthy are wealthy to such an extent that taxes don't bother them that much. The ones who hide money in overseas accounts from legitimate income are the minority. The majority of those who hide money in overseas accounts are hiding money that they gained illegally, such as through the drug trade, securities fraud, etc. Rather, paying their taxes would land them in jail quickly when the IRS can't determine where their money came from. Notice the effort required to keep money in overseas banks - the act of doing so isn't cheap at all, and can easily land you in hot water. Why risk going to jail for a very long time over not paying the government what ultimately doesn't amount to anything you'd really miss anyways?

      Personally I have a hard time thinking of many wealthy people who don't vote Democrat, mainly because they tend to benefit the most by doing so. They vote democrat because democrats like to pay them for "make work" projects as well as invest in businesses that don't actually have a viable business model. Take Fisker for example. Fisker couldn't land much at all in private investments for a good reason. Tesla on the other hand had their shit together, which is why they actually had plenty of venture capitalist funding. Mr. Fisker just got some free income while he effectively pretended to innovate. Yes, those 1% that many self identified progressives rail against are themselves primarily progressive:

      http://legalinsurrection.com/2011/10/the-top-1-probably-voted-disproportionally-for-obama/

      It's a strange set of circumstances that self identified conservatives claim to want to cut spending, but don't vote for anybody who will actually do so, whereas self identified liberals are against corporate welfare, but actively vote for those who hand out the most corporate welfare. Obama is probably one of the worst offenders of handing out corporate welfare.

      --
      Careful with names containing L slashdot.org/~AiphaWolf_HK slashdot.org/~AlphaWoif_HK slashdot.org/~AiphaWoif_HK
    5. Re:Note the legal disclaimer by khallow · · Score: 0

      The Dutch economy is an open economy heavily dependent on the performance of the rest of the world. It doesn't much matter what our leaders do, the rest of the world dictates the state of the Dutch economy.

      Heavily dependent doesn't mean that is the only factor. Where's my free windmill and tulip farm? I'm dictating! The Netherlands produce things of value which the rest of the world has to buy. Debt load of the government effects the efficiency of that production.

      It is interesting to note that politicians who claim to want the best for big business are NEVER themselves successful big business owners AND that the successful big business owners never ever agree with them. Wallstreet likes the Republicans supposedly (but the two top financial newspapers advised voting against Romney because even a socialist in the white house would be better) but people like Warren Buffet and Richard Branson sing a very different tune. They think the best way to beat a recession is to spend. Not spend recklessly but invest in the future not in handing out tax cuts to buy votes.

      Apparently, neither of the top two US financial newspapers, the Wall Street Journal and the International Business Times give political endorsements. The Investor's Business Daily endorsed Romney.

      I don't know about Richard Branson, but Warren Buffet has two strikes against him. He profits from a complex tax and regulatory environment such as what Obama brings. And second, his main means of legal tax avoidance, undeclared capital gains would remain untouched.

      Romney was a successful big business owner contrary to your assertion that such things NEVER happen. Also I think you don't get at all the perverse incentives that exist at the big business level.

      And Obama has worked out just fine for a number of big businesses such as the music and movies oligopolies, the companies needing bailouts, the insurance industry, or companies looking for easy money from the renewables programs. I think most of us realize that what is good for big business isn't necessarily good for anyone else especially when it comes to handouts from the federal government or regulatory protectionism.

      Be wary of any leader who leads out of an ideology and not what is needed right now. Would you go to a doctor whose every answer is "lets amputate"? No? Then why vote for a politician whose every answer is "cut taxes, spend less, except on the pork project I need to get re-elected"? Real leadership is looking at what needs to be done and then do it. Not just have a one size fits all slogan.

      As I see it, real leadership would be cut the debt load because that's what is needed.

    6. Re:Note the legal disclaimer by DoofusOfDeath · · Score: 1

      In Holland at least,

      Did you perhaps mean the Netherlands? Or is it really just specific to Holland?

    7. Re:Note the legal disclaimer by Anonymous Coward · · Score: 0

      I can't agree more. If you look at the graphs from the study of GDP growth versus public-debt-to-gdp-ratio, it's pretty clear that it's a random blob of data (i.e. a tenuous correlation if any). Maybe instead of going on a crusade about austerity, some politicians would be better advised to investigate variables which are more highly correlated with GDP growth.

    8. Re:Note the legal disclaimer by KramberryKoncerto · · Score: 1

      It is interesting to note that politicians who claim to want the best for big business are NEVER themselves successful big business owners

      I would worry about some other things when a powerful politician, who can deal with policies about businesses, also runs a successful business.

    9. Re:Note the legal disclaimer by Anonymous Coward · · Score: 0

      Wikipedia has a great essay on the broken window fallacy and WWII. Perhaps you should read it.

    10. Re:Note the legal disclaimer by AlphaWolf_HK · · Score: 1

      I haven't read wikipedia's take on the broken windows fallacy, but I am familiar with the premise. It's a great lesson, and one I so wish we would have applied to the CARS program that applied the "breaking windows to fix the economy idea", which overall had a net loss of 4 billion dollars on our economy, and many climatologists believe that there could have been far better uses for that money in terms of green goals.

      --
      Careful with names containing L slashdot.org/~AiphaWolf_HK slashdot.org/~AlphaWoif_HK slashdot.org/~AiphaWoif_HK
  7. Correlation is not causation. by Anonymous Coward · · Score: 2, Informative

    """
    Paul Ryan's Path to Prosperity budget states their study "found conclusive empirical evidence that [debt] exceeding 90 percent of the economy has a significant negative effect on economic growth."
    """

    Nope. "has a[n] effect" is a claim of causation. In reality, all they found was a correlation. And by "reality", I of course mean "made up fantasy land where they can't use excel properly".

    -- FatPhil (AC, as I'm away from home and don't remember my password)

  8. True, but misleading. by Anonymous Coward · · Score: 0

    While the errors here are startling, it is clear this is being pushed for political ends, and not scientific ones.

    There is an excessive willingness to take on debt in most of the developed world, because sovereign interest rates tend to be rather low, and it is politically profitable to do so.

    The problem with governments taking on debt, is not based on the economics, its based on the politics. If you say 90% of GDP is OK, it will be politically profitable to never have a debt less than 90% of GDP, and to continually push higher until the public is again convinced that the debt is too high.

    It may be economically valid to give certain kinds of tax giveaways to certain voting blocks right before an election in some cases.That doesn't mean you should stand for it. Governments who have chronic debts are run by the most cynical brand of politicians, unchecked by the voter.

    1. Re:True, but misleading. by SomeKDEUser · · Score: 2

      If you are paying interests below inflation, you should pile up debt, if possible long term, as much as you can. In fact, this is a clever way to cheaply roll over older, more expensive debt.

      Also, in a semi-depressed economy, any kind of spending by the government, even on inane things, will turn out to help recovery, provided enough people get to dip in. Of course if you spend on unemployment benefits and on re-training of workers, you get much more immediate returns.

    2. Re:True, but misleading. by moeinvt · · Score: 1

      "in a semi-depressed economy, any kind of spending by the government, even on inane things, will turn out to help recovery,"

      NO! That's absolute nonsense! Government borrowing to make "investments" isn't magic. It's EXACTLY like borrowing and investing in the private sector. Your investment either generates positive returns or it's money wasted.

      Given the average tax rate of 20%, a government project must produce at least $5 of new GDP growth for every dollar spent. Do you honestly think that the $1.2T they are borrowing and spending this year is going to produce $6T in GDP growth? Is the $5T they've borrowed and spent in the last 4 years going to produce $25T in GDP growth? Obviously NOT.

      You borrow money to give someone $1 in unemployment benefits. Assume they pay 20 cents back in taxes. They spend 80 cents at Wal Mart. Wal Mart or the shareholders then pay 16 cents in taxes. Then, they buy 44 cents worth of stuff Made in China and pay workers, truck drivers, etc. 20 cents. The workers then pay 4 cents in taxes.

      Congrats! You've just "invested" $1 and gotten back 40 cents. Where do you get the other 60 cents to pay back the loan Mr. Keynes?

    3. Re:True, but misleading. by slinches · · Score: 1

      NO! That's absolute nonsense! Government borrowing to make "investments" isn't magic. It's EXACTLY like borrowing and investing in the private sector. Your investment either generates positive returns or it's money wasted. ...
      Congrats! You've just "invested" $1 and gotten back 40 cents. Where do you get the other 60 cents to pay back the loan Mr. Keynes?

      There's one thing that's different between private and government debt. A government controls their currency and can inflate away that remaining 60 cents. Although I'm not necessarily suggesting that's a good move since it may have a negative impact on growth.

      --
      Knowledge Brings Fear
    4. Re:True, but misleading. by Stradivarius · · Score: 1

      If you are paying interests below inflation, you should pile up debt, if possible long term, as much as you can.

      It's true that sub-inflation interest rates means the lender is paying you to take the loan. But exploiting that without screwing yourself means more than just taking the loan.

      Most importantly you need to find someplace to save or invest the received loan money so that it doesn't disappear before you need to pay the loan back. Ideally something that gives you a positive return. Yes, you can roll over the debts to new lenders as the bonds mature, for quite a long time. Perhaps even indefinitely if you have a stable level of debt to income.

      The problem of course is that many Western countries do not have stable debt levels, they keep taking on more. That works until your ability to repay gets called into question. At some point lenders see the risk as too high, and won't lend except at high interest rates. Then your repayments or new interest burdens give you a nasty shock to your standard of living, which could have been avoided by either investing the loan prudently (human capital or infrastructure gaps, for example) or by avoiding the loan altogether. Sadly politicians do not seem particularly adept at this task.

      Also, in a semi-depressed economy, any kind of spending by the government, even on inane things, will turn out to help recovery, provided enough people get to dip in. Of course if you spend on unemployment benefits and on re-training of workers, you get much more immediate returns.

      The first sentence is the subject of considerable debate by professional economists. There are lots of studies in both directions ("multipliers" less than, or greater than, 1).

      I think your second sentence is getting at the right idea - the effect you get is a function of the quality of the spending. Stimulus that gives a well-connected person the ability to buy a house on a tropical island somewhere is unlikely to help your local economy, and indeed will hurt because the tax money to fund it came at the expense of some other (probably more useful) function. On the other hand, stimulus that helped displaced workers retrain in more in-demand fields would likely help.

    5. Re:True, but misleading. by SomeKDEUser · · Score: 1

      This is not the way governments work. They can of course print the extra money: after all the money spent does correspond to goods consumed in the economy, thus it may even be that there will be no inflationary consequences. But the more reasonable answer is simply that governments are forever. They have forever to pay back. They have an infinite amount of time to wait for the economy to get better, and in fact, by spending, they can even make that happen sooner :)

      But in general, they just roll over debt. Forever. And because in the long run the economy always grows, they will always make it.

    6. Re:True, but misleading. by SomeKDEUser · · Score: 1

      There is one argument about stimulus and the surprisingly small importance of your choice of investments -- as opposed to the speed at which money gets spent -- which I find convincing. It goes like this: if I were to find gold, or oil, I could immediately start digging, found a mining company and generate profits. Now oil is useful, but gold, not so much, people like to think it is worth something.

      But in the mine example, it doesn't matter. You get something of value out of the ground, and that's the point of it. Now is someone was to bury gold -- useless activity if there ever was one -- and another group was to dig it up, we all agree as per the first part of the argument that the diggers are creating value. And the burriers are not actually destroying value: the gold does not serve any purpose except that people like to pile it up.

      Now if they were otherwise gainfully employed, you could make the argument that this is a horrible mis-allocation of resources. But this is a depressed economy: they were unemployed!

      Thus stimulus needs to be abysmally bad to produce negative effects in depressed economies.

    7. Re:True, but misleading. by Stradivarius · · Score: 1

      It seems to me that if mining gold is worth something (for whatever reasons people value that particular commodity - electronics, jewelry, or just as a collector's item), then by burying it that value is destroyed. Mining and burying are opposites, if one has positive value the other must have negative value.

      Also, paying people to do useless things means they have less time (and perhaps incentive) to look for real work, and less time to retrain for the jobs that are available. By prolonging the mismatch between the skills workers have with the skills jobs require, we could prolong the recession.

      Now did that happen in this case? I don't know. But I do think quality is a relevant and neglected consideration in stimulus discussion, mostly because nobody bothers to plan for it until we're in a crisis.

    8. Re:True, but misleading. by moeinvt · · Score: 1

      "They can of course print the extra money"

      If you dilute the money supply by printing, you simply de-value every existing unit of currency. This is inflation by the most basic definition. More money chasing a fixed supply of goods.

      "governments are forever ... They have forever to pay back."

      I'll accept this premise for the sake of argument. They may have "forever" to pay back, but there is a limit on the amount of debt they can carry. When interest expense overwhelms their capacity to generate revenue, they simply cannot keep borrowing more.

      "in fact, by spending, they can even make [economic recovery] happen sooner :)"

      Utterly naive. If it was THAT simple, why wouldn't every government in the world just keep borrowing and printing until they attained prosperity? Why wouldn't government print money and give everyone a government job which pays $100K per year? Wouldn't we all be prosperous then?

      GDP = C + I + G + (x-i)

      Debt can give you a short term increase in GDP, but you absolutely cannot keep borrowing to prop up GDP on an ongoing basis.

      "in the long run the economy always grows..."

      There has been ZERO material growth in the U.S. economy in the last 30 years. There has not been a single year in which GDP growth exceeded growth in the total amount of debt in the economy.

      2008 should have clued people in to the fact that you cannot build a sustainable economy based on debt-financed consumption. No matter how much the government borrows and spends, there is no chance that this spending will re-start the 30 year borrowing binge. The consumer is tapped out. That's why $5T in deficit spending over the past 4 years has done nothing to fix the economy.

    9. Re:True, but misleading. by stdarg · · Score: 1

      I agree with Stradivarius's point about your argument (Keynes's argument essentially) ignoring the destroyed value of burying the gold. That's a great point.

      Another point I'll bring to your attention -- even if someone isn't burying the gold/oil, finding new gold/oil doesn't *just* add value, it dilutes it. Lets say you find some gold, and it turns out you found a billion tons of gold, compared to worldwide historical production of about 150k tons. What happens? Well you're richer, and the people who currently own gold are poorer. So you didn't exactly add much to society, you just reallocated some wealth to yourself through luck.

      Same thing happens when the government prints money, buries it, and pays unemployed people to dig it up. You didn't actually add any value, you stole from the people who already had some money. It's like inflation. It's why the concept of "real GDP" subtracts out the effects of inflation, because that type of growth is not real.

    10. Re:True, but misleading. by SomeKDEUser · · Score: 1

      Large amounts of gold sit idly in Fort Knox. Clearly, these bars are already buried :) Burying gold is a dumb activity in any case, but the point is that in the case of a depressed economy, you don't get the ill-effects you would: the depression is caused by people not having work and thus not being able to afford stuff. Until they are able to afford things, the depression goes on and they stay unemployed, because no-one wants to hire people when no-one buys stuff.

      Thus the need for external intervention. And thus also the remote importance in the quality of said intervention.

      This does not mean you shouldn't try to be as productive/clever/efficient as possible. It just matters less than doing something vs not doing anything.

    11. Re:True, but misleading. by SomeKDEUser · · Score: 1

      No, this is the key point: the value of money is not some fixed amount divided by the number of dollars in existence.

      It is the total number of goods and services divided by said amount of dollars. Thus you may have cases where adding dollars to the economy increases the value of the dollars, because that caused the production of more goods and services.

      This is normally not the case, but can easily happen in a depression.

    12. Re:True, but misleading. by SomeKDEUser · · Score: 1

      The current state of the world, Eurozone, vs England vs US is pretty good empirical evidence that
        - tight monetary policy + austerity = disaster
        - loose monetary policy + austerity = bad
        - loose monetary policy + no austerity = sluggish recovery

      Also, if you think that goods and services did not get produced and consumed because some number has the wrong sign is a global accounting identity (which completely ignores dynamic effects), you need to rethink what is real and what is the number in the spreadsheet.

      At the end of the day we want people to produce as much as is possible, and have the largest number of people benefiting from that production. Money is just a shared illusion which helps doing that. But it is not real. If it turns out we miscounted and there is no more money, we only need to collectively agree that there is more.

      Now if there is no more of some finite resource, we have a problem.

    13. Re:True, but misleading. by khallow · · Score: 1

      Large amounts of gold sit idly in Fort Knox. Clearly, these bars are already buried :) Burying gold is a dumb activity in any case, but the point is that in the case of a depressed economy, you don't get the ill-effects you would: the depression is caused by people not having work and thus not being able to afford stuff. Until they are able to afford things, the depression goes on and they stay unemployed, because no-one wants to hire people when no-one buys stuff.

      That's why deflation works here. Prices go down. People buy stuff. Now one would not want to transition directly and immediately from a debt heavy, inflationary society to a savings heavy, occasionally deflationary society. That's like spontaneously reversing the flow of traffic on all highways.

      The phobia of deflation is very irrational. And I think we see here one ideological consequence of that. Depressions don't go on forever. They stop once people start buying the now cheap stuff again.

      I think it's also telling that you claim that there's little need for quality in "external intervention" spending. That's a huge sign of detachment from reality. If your spending were providing actual value, then that would be boosting the overall economy and the wealth of those involved. Why do you think it doesn't matter much whether that value is present or not?

      My take is that interventions particularly the low value ones you advocate actually generate net harm. They misallocate resources and labor (the most common cause of asset bubbles, for example), they can save businesses which would be better off in bankruptcy (and allocated in turn to more productive competitors), and they're feeble attempts to preserve a poorly thought out economic ideal.

    14. Re:True, but misleading. by stdarg · · Score: 1

      No, this is the key point: the value of money is not some fixed amount divided by the number of dollars in existence.

      At any given point in time, it is. You're right that it changes over time as new goods and services are provided, but at the instant someone says "I'm going to print off a new $100 bill" the value is diluted. It may recover in the future, or not. The value of money may have increased even more in the absence of that printing, or not. Printing the money doesn't automatically add value to the economy, case in point Zimbabwe.

      Thus you may have cases where adding dollars to the economy increases the value of the dollars

      Yeah, you're basically describing an investment now, and like any investor, we should look at the merits of the investment before buying into it. Your idea of the buried gold scheme is obviously a bad investment. It produces no actual value and has no hope of returning the investment so it's a welfare program or charity, not an investment. Great. I'm all for temporary assistance for the unemployed. But why on earth, if you are going to require labor in return for the welfare (which I think is a great idea), would you do something as useless as digging ditches and filling them back up? There is real work that could be done. In the Great Depression they did ditch digging and filling, and they also built dams and roads. Looking back, which should they have done more of in your opinion or would you say the ditches and the dams produced equal value?

    15. Re:True, but misleading. by SomeKDEUser · · Score: 1

      You are wrong, for two reasons:
        - You assume there is such thing as a total money amount. There isn't; rather there are measures of the amount of money flowing in the system.
        - You further assume all money is available to buy all assets. This is not true. Although any dollar can be exchanged for any other dollar, it remains the case that depending on the distribution of money, not all goods and services produced can be bought. Capital reserves of banks don't count, for example.

      If there is no credit and houses are worth a fixed 1000 dollars, and the median American has 900 available at any time, not all houses can be bought, and the amounts of dollars is worth all goods produced minus houses divided by the available money. Now, if you print money and give Americans each 100 dollars, suddenly, you have simultaneously increased the value of money and the number of dollars!

      This is how stimulus works...

  9. Re:More Statist Bullsiht by Chrisq · · Score: 5, Insightful

    Attempting to justify more theft of the public and increased government spending.

    It's simple to answer this question, do you want to incur debt or spend money that you have? Anyone who prefers debt is a fucking idiot and shouldn't be trusted.

    Wow this brings stupidity to new levels. A report is widely used to justify government cut backs. The report proves to have mistakes in it that would have given a different result - so pointing out the error is "Statist Bullshit"? There would be some justification in arguing that the report does not matter, though for people who previously used it to argue their case this would be hypocritical. But to argue that we should continue to use the incorrect report because correcting it is statist is just dumb.

  10. Re: More Statist Bullsiht by Anonymous Coward · · Score: 0

    If debt was not interest-bearing, then money would have no value.

    Thought experiment: You loan it to me, I give the same amount back to you later, we're both happy with this situation. You can give me an infinite amount of money this way, as you can get it from similar loans yourself. If you can give me an infinite amount of money, then money has no value. Also note that debt without interest perpetuates the borrow-for-ever mentality, as there's absolutely no incentive to pay it off.

    -- FatPhil (AC, as without password)

  11. Re: More Statist Bullsiht by Chrisq · · Score: 1

    Yes, all interest-bearing debt is BAD.

    Muzzie, are you?

  12. Attacks on austerity miss the point by Anonymous Coward · · Score: 0

    Hearing Krugman go on about this week after week is nauseating. Yes, recessions are the worst time for austerity. But the bastards never practice austerity in the good times. If the bad times are the only times when the public will support reigning in expenses, then so be it. The government is like a drunk teenager who is whining about their curfew over a cell phone while driving.

    1. Re:Attacks on austerity miss the point by SomeKDEUser · · Score: 2

      Yes, because we should be bitter about government not pretending to our misunderstanding of economics. And inflicting massive pain on tens of millions of people is OK. It is for a GOOD cause: decreasing the debt, which is ALWAYS BAD.

      Rich economies are rich. One of the side effect of being rich is that you can pile on proportionately more debt. Which is completely fine, and in any case an infinitely better use of money than bullion in vaults.

    2. Re:Attacks on austerity miss the point by moeinvt · · Score: 1

      "Rich economies are rich. One of the side effect of being rich is that you can pile on proportionately more debt. Which is completely fine"

      There's the fatal flaw in your reasoning "more debt" is NOT "completely fine". More debt == more risk that you won't pay back your creditors, which means they demand higher interest rates on any new credit. More interest expense means LESS revenue being spent on government services. It's a destructive cycle and the longer you continue, the worse the inevitable pain will be. The European countries hit their credit limits and had to stop the deficit spending game..

      In places like the USA, the exact same dynamic is in effect, but the government can keep the game going by expanding the money supply. Have you heard of "Quantitative Easing"? Basically, the Federal Reserve is artificially expanding the money supply (by $TRILLIONS) to finance the government deficits. That artificial demand is the ONLY thing keeping yields on U.S. debt at such ridiculously low levels. This monetary game can keep the deficit party going, but the outcome is certain. It ends with government balancing budgets(austerity), defaulting on debt or a catastrophic currency collapse. With these cowards controlling the USA government, option #3 is likely.

    3. Re:Attacks on austerity miss the point by Hatta · · Score: 1

      It ends with government balancing budgets(austerity),

      This is your mistake, conflating balancing the budget with austerity. The budget has been balanced before, and it was not due to austerity. What actually balances budgets is a booming economy, which is exactly what austerity will prevent.

      --
      Give me Classic Slashdot or give me death!
    4. Re:Attacks on austerity miss the point by SomeKDEUser · · Score: 1

      No, amusingly enough, QE does keep yields low, but not because the Fed buys the bonds, but rather because as the Fed demonstrates its willingness to buy any amount of bonds, these are deemed safe stores of value and thus people invest in them.

      Also, you will note that after a trebling of the money supply, there has been no significant change in inflation. So much for catastrophic currency collapse. How's your gold doing these days?

    5. Re:Attacks on austerity miss the point by Anonymous Coward · · Score: 0

      I didn't say that we should be bitter, or that debt was always bad. I said that government spending should be under control, and that I won't be choosy about my opportunities. Deficit spending is taxation without representation (taxation on future taxpayers). If it is ever warranted, our current budget is not an example.

      You're letting your government hold your economy hostage. Whatever it demands, you'll give it, because you believe it can save the economy and that the economy needs saving. If the economy needs to be saved, it's FROM government, not BY government.

  13. About the authors: by oduesp · · Score: 5, Informative

    Carmen Reinhart: (Chief Economist) Bear Stearns -> IMF -> Harvard
                                                \-> married with Vincent Reinhart: FED -> (Chief US Economist) Morgan Stanley.
                                                          famous quote: "Secretary Paulson Makes the Right Call" The Wall Street Journal, Sept. 16, 2008:
    "In other words, some government aid might ultimately have to be directed toward financial firms whose failure would otherwise threaten the financial system.
    The politicians now running for office should also appreciate that their grand ambitions for new spending programs or tax cuts may have to be tempered by the need to rescue financial firms."

    Kenneth Rogoff: IMF -> Harvard

  14. Austerity doesn't effect the highly educated... by acidfast7 · · Score: 0

    so I find it quite comfortable in Germany. In fact, I'll probably add another academic title quite soon. I just wish that my American passport would list the titles as it can cause some confusion when traveling (Passport and Credit Cards don't always match in the computer).

    1. Re:Austerity doesn't effect the highly educated... by cyber-vandal · · Score: 5, Funny

      It's "affect" Mr Highly Educated.

    2. Re:Austerity doesn't effect the highly educated... by Anonymous Coward · · Score: 1

      He never said he was an english major. Though I feel the bigger problem is his lack of a real line of reasoning. "Austerity doesn't affect me. i'm highly educated. therefore, austerity doesn't affect the highly educated." I'm sure there are a bunch of people who are highly educated that *are* affected by austerity. There is no reason to come to his conclusion based off of the assumptions given.

    3. Re:Austerity doesn't effect the highly educated... by Anonymous Coward · · Score: 1

      Obligatory: http://xkcd.com/326/

    4. Re:Austerity doesn't effect the highly educated... by mjwalshe · · Score: 0

      Actually it is effect in this usage

    5. Re:Austerity doesn't effect the highly educated... by SomeKDEUser · · Score: 4, Insightful

      You know that Germany has relatively low unemployment compared to the rest of Europe because many youth learn trades instead of being jobless? Same for Austria and Switzerland.

      Austerity affects everyone. It kill opportunities, it stifles social mobility, it removes funds from research and long term investments. There are no good aspects to austerity, except that at the top you fall less than those at the bottom so you are comparatively better off. But to rejoice in that makes you a horrible person.

    6. Re:Austerity doesn't effect the highly educated... by Anonymous Coward · · Score: 0

      No, it's not.

      Also... commas, motherfucker; learn how to use them. It's so not surprising that you have no idea of the difference between "affect" and "effect", since you can't even construct a 7-word phrase that's syntatically correct.

    7. Re:Austerity doesn't effect the highly educated... by PolygamousRanchKid+ · · Score: 1

      You know that Germany has relatively low unemployment compared to the rest of Europe because many youth learn trades instead of being jobless?

      You know that Germany has relatively low unemployment compared to the rest of Europe because many youth work instead of being jobless?

      Seriously, folks who "learn trades" in Germany become highly skilled experts in what they do, and are valued for it. This is an incredible asset to their economy, and it is reflected in the quality of what it produces. You don't need a university education in Germany to make a reasonable living.

      I think a lot of other countries could really learn a lot from this model.

      Of course, I should note P.J. O'Rourke's observation on former East Germany. It was something like:

      "You know communism is bad, because it took a nation full of Germans, and made a poor country out of it."

      --
      Schroedinger's Brexit: The UK is both in and out of the EU at the same time!
    8. Re:Austerity doesn't effect the highly educated... by khallow · · Score: 0

      You know that Germany has relatively low unemployment compared to the rest of Europe because many youth learn trades instead of being jobless? Same for Austria and Switzerland.

      Ever wonder why that is the case? There's no bylaw in the EU Constitution that demands that Greece be on the bottom and Germany on the top. Germany has practiced austerity for many decades. Greece only practiced it when it had no other choice.

      Austerity affects everyone. It kill opportunities, it stifles social mobility, it removes funds from research and long term investments.

      That's why Germany is such a hell-hole.

      But to rejoice in that makes you a horrible person.

      If only there was someone doing that so we could gloat at their terribleness.

    9. Re:Austerity doesn't effect the highly educated... by Anonymous Coward · · Score: 0

      Actually it is effect in this usage

      Yes, but only if by "austerity doesn't effect the highly educated" he meant that "the highly educated" are not generated, built, constructed or produced, by "austerity". For any rational meaning, no, "effect" would be wrong there, and he meant "affect".

      A correct usage would be, for example: "Austerity doesn't effect (i.e. produce) a recovery from an economical crisis. Spending does."

    10. Re:Austerity doesn't effect the highly educated... by SomeKDEUser · · Score: 1

      Oh, I think it is a very good system which should be emulated. But it is a bit disingenuous to directly compare the rates from countries which have this option for kids, and those who don't.

    11. Re:Austerity doesn't effect the highly educated... by SomeKDEUser · · Score: 2

      Germany has undergone many years of internal devaluation, partly because of the costs induced by the integration of East Germany, partly because of pure masochism. Life in many parts of Germany is harsher, and the standards of living lower than in Northern Italy, for example. No parts of Europe is truly a hell hole -- this is not the US. It is also the case that the current imbalances in Europe are due in part to this largely pointless German deflationary strategy.

      If you look at a GDP/capita map of Europe, which looks at regions instead of countries, you will see that there is indeed a core and a periphery. The core comprises southern Germany, Western Austria, Switzerland and Northern Italy. The periphery comprises Eastern Austria, Northern and Eastern Germany and Southern Italy. The separation in fates during this crisis comes from 1) unfortunate and fortunate lumping of regions with blocks which could or could not transfer funds when needed 2) Those countries forced into austerity contracted badly.

    12. Re:Austerity doesn't effect the highly educated... by Anonymous Coward · · Score: 0

      Actually it isn't, unless the parent was trying to say that austerity doesn't bring about more highly educated people. It probably doesn't, but I don't think that's the point that was being made.

    13. Re:Austerity doesn't effect the highly educated... by Anonymous Coward · · Score: 1

      Germany also has Greece, Spain, etc to thank for a small portion of its competitiveness. With the euro exchange rate influenced by these member countries flirting with disaster, German exports are cheaper outside the euro zone. If they get their act together, the euro will rise and Germany will suffer.

    14. Re:Austerity doesn't effect the highly educated... by moeinvt · · Score: 0

      "Austerity affects everyone. It kill opportunities, it stifles social mobility, it removes funds from research ..."

      Socialist nonsense.

      In almost all of these countries, we're talking about "austerity" that is necessary to balance budgets. i.e. forcing government to spend only what it takes in via tax revenue. Oh, how terrible this is!

      A government cannot keep borrowing and accumulating debt forever. At some point, it is a mathematical certainty that the interest burden on that debt will exceed 100% of government revenue and eventually 100% of GDP. Of course it never reaches that point because people start demanding double-digit interest rates or stop lending you money long before that.

      Before all the bailouts and ECB interventions, the PIIGS were looking at rapidly rising interest rates. They called it FORCED austerity because they had no choice. more borrowing would create an even bigger interest expense burden, leaving less revenue for your precious socialist programs.

      You can't use more debt to cure a debt problem. Austerity sucks in the short term, but the sooner these countries get their budgets balanced, the sooner growth can occur.

    15. Re:Austerity doesn't effect the highly educated... by Anonymous Coward · · Score: 0

      He puts his titles on his credit cards. That's "Highly Educated, Jr., Esq." to you.

    16. Re:Austerity doesn't effect the highly educated... by khallow · · Score: 1

      Germany has undergone many years of internal devaluation, partly because of the costs induced by the integration of East Germany, partly because of pure masochism.

      And partly because it's better economically. I do find the subsequent rationalization interesting. Ever wonder why Germany has a "core" that could support a "periphery" and Greece did not?

    17. Re:Austerity doesn't effect the highly educated... by Anonymous Coward · · Score: 0

      No, it isn't.

      Effect is a noun.
      Affect is a verb except when used by a psychologist.

    18. Re:Austerity doesn't effect the highly educated... by Anonymous Coward · · Score: 0

      Is it? Do you think the grandparent meant that "austerity does not bring into being the highly educated?"

      Apologies, of course, if you were making some sort of joke about the effect of austerity on educational programs.

    19. Re:Austerity doesn't effect the highly educated... by Viewsonic · · Score: 1

      Turn off Fox News, please. Austerity has nothing to do with Socialism, nor what he was talking about. There is nothing Socialist that exists in the EU, it is all Capitalist.

    20. Re:Austerity doesn't effect the highly educated... by ebno-10db · · Score: 1

      A government cannot keep borrowing and accumulating debt forever. At some point, it is a mathematical certainty that the interest burden on that debt will exceed 100% of government revenue and eventually 100% of GDP.

      Absolutely true, if you simplemindedly assume that GDP is constant. Help ma, more than one variable, I'm confused!

      Before all the bailouts and ECB interventions, the PIIGS were looking at rapidly rising interest rates.

      Although before the Great Recession, some of the PIIGS, Ireland and Spain, were considered models of fiscal rectitude by people like yourself. What a shame more countries didn't follow their example.

      You can't use more debt to cure a debt problem.

      Of course that's always true. No reason for complexity in your thinking. If I'm in debt due to unemployment, get a job, but need money to buy a car to get to work, that would be a terrible idea to try to cure debt with debt.

    21. Re:Austerity doesn't effect the highly educated... by Anonymous Coward · · Score: 0

      Except the policies all European governments, of course. It may take place within a capitalist framework, but all European countries tax the rich very heavily and the not-so-rich barely or not at all, provide extensive taxpayer-funded social security and interfere with the economy on a large scale and on a detailed level.

    22. Re:Austerity doesn't effect the highly educated... by moeinvt · · Score: 1

      I stopped paying for television service about 10 years ago.

      The OP is claiming that government deficit spending is necessary to fund research, make investments and create opportunities. THAT is the "socialist nonsense" to which I was referring.

      Austerity means cutting government spending so that expenditures are = tax revenues. Something that should be a total no-brainer. Only fools think that deficit spending is a solution to a debt problem.

    23. Re:Austerity doesn't effect the highly educated... by nebosuke · · Score: 1

      In this case, because it is entirely due to choice (partially by the youth, partially by the larger society), the difference is instructive rather than disingenuous.

    24. Re:Austerity doesn't effect the highly educated... by tehcyder · · Score: 1

      You know that Germany has relatively low unemployment compared to the rest of Europe because many youth learn trades instead of being jobless? Same for Austria and Switzerland.

      Austerity affects everyone. It kill opportunities, it stifles social mobility, it removes funds from research and long term investments. There are no good aspects to austerity, except that at the top you fall less than those at the bottom so you are comparatively better off. But to rejoice in that makes you a horrible person.

      Extreme rightwingers/libertarians would prefer as unequal a society as possible, even if the average of wealth was reduced. Just as long as they can be significantly richer than the plebs, they will keep their power.

      Austerity is a rightwinger's dream. It squashes the hoi polloi down and makes them grateful for any sort of crumbs the rich fuckers allow them.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    25. Re:Austerity doesn't effect the highly educated... by tehcyder · · Score: 1

      Austerity means cutting government spending so that expenditures are = tax revenues. Something that should be a total no-brainer. Only fools think that deficit spending is a solution to a debt problem.

      That would make sense if the economy was only ever going to stay at the same level or decline.

      Unfortunately for your childish argument, there is such a thing as economic growth.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
  15. Dubious Proposition by explosivejared · · Score: 3, Insightful

    Reinhart and Rogoff have certainly been warning of high debt levels, but it's wrong to give this study too much credit for what "austerity" there has been across Europe. Most cuts in places like Greece and Spain were fait accompli, once it was clear that the ECB was not going to budge on its inflation target to neither try and boost nominal growth nor to crudely relieve nominal debt levels.

    I will grant that the 90% debt/gdp trigger is most likely non-existent, but the rest of their book does yeoman's work in cataloging financial crises. It's a useful antidote to the mass psychological amnesia that is perpetually recurring. "Our new investments our safe and returns will never fall" inevitably leads to "what perfidy caused this?" The cycle has been repeated in remarkably similar ways for nearly a millenium now. We should appreciate the detailed financial history they have created, and chide them for the dubious massaging of the data. Just don't overstate its political implications.

    --
    I got a catholic block.
    1. Re:Dubious Proposition by SomeKDEUser · · Score: 3, Informative

      Crises which happened in a world without central banks are profoundly different than those after. In that what was ignorance and foolishness is now malign or incompetence.

      If you read the re-analysis of RR, with the correct data, you see that there is nearly no correlation between debt level and growth. And indeed, crises happen randomly, and so do the rise and fall in debt level. sometimes they meet, but it turns out that most of the time it's just bad luck.

      Should you pile on any amount of debt? probably not. But you also should not worry much about it.

    2. Re:Dubious Proposition by khallow · · Score: 1

      Should you pile on any amount of debt? probably not.

      Why not? What is the drawback? Why shouldn't we have arbitrarily large amounts of government debt, say several orders of magnitude larger than GDP? The anti-debt argument is that the negative aspects of high debt are high enough at current debt loads to cause major economic problems.

      My take is that current relatively high debt loads weaken government's ability to pay for services. For example, the US federal government pays 7-9% of its revenue on debt servicing in 2008-2010. Greece was paying 12-14% going into its recession. If Greece had the US's debt load, it'd have 5% or more of its revenue available for programs. There'd probably be synergies from lower interest rates as well.

      If Greece had spent that borrowed money on investments which grew the economy by enough to counter the interest payments, then the borrowing would make sense. I doubt anyone believes that actually happened given their current straits.

      Another aspect to government borrowing is that it increases the cost of borrowing for everyone else who has to compete with them.

      And of course, there is the incentive to increase the rate of inflation of government-backed currencies that exists with a debt load.

      That's why I strongly oppose high levels of debt at the national government level. It causes a lot of problems.

    3. Re:Dubious Proposition by Hatta · · Score: 1

      It's a useful antidote to the mass psychological amnesia that is perpetually recurring. "Our new investments our safe and returns will never fall" inevitably leads to "what perfidy caused this?" The cycle has been repeated in remarkably similar ways for nearly a millenium now.

      Are you suggesting that perfidy did not cause this?

      --
      Give me Classic Slashdot or give me death!
    4. Re:Dubious Proposition by Anonymous Coward · · Score: 0

      I find it pretty amusing that the mind that decided to use the word "perfidy" makes mistakes like "neither try and boost nominal" (try to...) and "investments our" (are).

    5. Re:Dubious Proposition by Anonymous Coward · · Score: 0

      "malign or incompetence."

      I think the fancy word you're trying to use is: malice.

  16. Re:Does High Public Debt Consistently Stifle growt by Taco+Cowboy · · Score: 4, Insightful

    Does High Public Debt Consistently Stifle Economic Growth?

    No, finite resources do.

    High public debt drains away valuable resources faster than low public debt
     
    Given the same amount of initial resource, a country with high public debt will have smaller chances for recovery
     
    But then again, most economies (other than that of North Korea) are dynamic, and the amount of resource fluctuates

    --
    Muchas Gracias, Señor Edward Snowden !
  17. When you're cooking the data ... by dltaylor · · Score: 2

    When you're cooking the data, try not to make too many obvious mistakes. Of course, had the original propaganda piece, I mean "study", been peer-reviewed by someone who "could do the math" (obviously NOT any economists), this would have been pointed out as total nonsense in the first place.

    1. Re:When you're cooking the data ... by Anonymous Coward · · Score: 0

      Economists who tried to reproduce the results didn't get the same numbers, but the paper didn't give enough detail to determine why that was happening. The information we're hearing about now became available when the actual spreadsheet was released to some other researchers.

    2. Re:When you're cooking the data ... by Stradivarius · · Score: 1

      Consider revising your assumption that the 2010 paper's data was "cooked" and not simply that mistakes were made (which the authors have acknowledged), given that:

      1. A more recent (2012) study published by Reinhart & Rogoff, using data going all the way back to 1800, shows results that look almost identical to the latest Herndon, Ash, and Pollin data. There's no use "cooking" the data in 2010 just to uncook it yourself in 2012, well before the HAP results.

      2. Even HAP's supposed debunking of the 2010 R&R paper shows largely the same conclusions, which is that high debt loads lead to lower economic growth. The dispute is over the magnitudes, particularly for countries over the 90% debt/GDP ratio.

      Debt/GDP Mean Growth Rate (1945-2009)
      0-30 R&R=4.1, HAP=4.2
      30-60 R&R=2.8, HAP=3.1
      60-90 R&R=2.8, HAP=2.9
      90+ R&R=-0.1, HAP=2.2

      Historically the US has had about 3% annual growth. If our debt loads drops GDP growth to 2%, that's a HUGE loss in job prospects as well as in public tax revenues.

      Source data is here (free registration required I think):
      http://blogs.ft.com/ftdata/2013/04/17/the-reinhart-rogoff-response-i/

    3. Re:When you're cooking the data ... by ebno-10db · · Score: 1

      peer-reviewed by someone who "could do the math"

      R&R were smarter than that. Until very recently they refused to release the data or the "code" used to analyze it. They finally did, but hey, no scam can continue forever. Ask Bernie Madoff.

    4. Re:When you're cooking the data ... by You're+All+Wrong · · Score: 1

      "high debt loads lead to lower economic growth"

      You've concluded causation from what is merely correlation. It could be that the act of clueless politicians listening to equally clueless, or just evil, economic advisers is the cause that leads to both high debt loads and lower economic growth.

      --
      Your head of state is a corrupt weasel, I hope you're happy.
    5. Re:When you're cooking the data ... by Stradivarius · · Score: 1

      That's a fair point. Causation has not been proven (and in fact R&R are careful to state as much).

    6. Re:When you're cooking the data ... by Anonymous Coward · · Score: 0

      It's funny: While the original piece was published American Economic Review, one of the top economics journals, which is peer reviewed... it was published in the May issue, which features papers and proceedings from the yearly meeting that aren't peer reviewed as stringently. People could claim that it was from a top peer-reviewed journal though.

  18. Re: More Statist Bullsiht by Anonymous Coward · · Score: 1

    But they said "Anyone who prefers debt is a fucking idiot and shouldn't be trusted."
    Not has debt, uses debt or takes on debt, but prefers debt. There is a significant difference.

  19. Re:More Statist Bullsiht by jellomizer · · Score: 2

    Actually if you get a mortgage at a low rate and invest the rest of your money over the 30 years you would have made more money then if you were just buy the house, and invest your existing money.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  20. Straw man by Anonymous Coward · · Score: 0

    That's a straw man argument. It isn't an Excel error or a book that causes that problem. It's a book ABOUT the problem, not the causality of the problem.

    Debt to GDP simply limits the money you can borrow, especially in scary economic times. To run a deficit, you have to either print the deficit by inflating the currency artificially or by selling bonds and borrowing the money.

    Governments with deficits need to sell bonds, when nobody wants to buy, they end up paying a much bigger return (yield) on those bonds. That means money flows into the government that would otherwise be chasing the next big thing in industry. Industry can't pay enough to compete for that limited money supply * .

    Growth as economists measure it, is the increase in the money supply (both originated by government busy work, and by industry commercial work). So if the government pulls back and cuts spending, then growth goes down, but it needs to happen for money to be freed up for industry. If Governments keep spending, then they create little government created pockets of industry that need constant government money flowing into them to keep them alive.

    Governments want austerity, because the longer they run big deficits, the more money they draw from industry, the deeper they get into debt, and ultimately, it's just fake spending, creating industries that just depend on Govt handouts.

    Basically, no pain no gain. In the long run, they have to cut their deficits, but in the short term it means pain because it makes the growth number go down. In that money supply number, fake government busy work, looks exactly the same as real work.

    * To make matters more complicate, the Fed buys government bonds in order to force the yield down. It's a fake buyer in a mock auction. That practice is outlawed by Maastricht treaty, yet it is believed the Euro zone banks did the same with Greece. But hey, it lets them point to the bonds and pretend the market has trust in the currency because the bond yield is low, while ignoring the fact that their own central banks are forcing it low by printing money to buy the bonds.

    Warren Buffet warned about the risk to the dollar:
    http://www.cnbc.com/id/40233710

    1. Re:Straw man by Anonymous Coward · · Score: 1

      The other argument, is that Governments should "spend" on capital projects in the bad times to help the economy, and then "save" in the good times whilst private "industry" promotes growth.

      So far, "austerity" isn't working, one recent example, Ireland. GDP falling, causing cuts to Government spending, causing GDP to fall, causing cuts in government spending etc etc.

      6 years later, they're still cutting and still falling, If it's not working, change the medicine, don't give them more of the same.

    2. Re:Straw man by jabuzz · · Score: 1

      The problem is with this model that government spending is higher than revenues, hence to close the gap someone somewhere has to lend the government the extra cash. The problem comes when nobody is willing to lend the government that cash, or only at interest rates that are punitive then what?

      So yes there is something of a downward spiral with "austerity" but the notion that the countries worst effected can just borrow more and spend there way out is plain nonsense. There problem is they cannot borrow the extra so they are having to make cuts. More specifically they can borrow something but it comes with a whole bunch of strings attached from the people doing the lending, which mostly are around cutting spending. If they don't cut the spending they won't get the loans and they will have to cut spending even more.

      In short "austerity" is what happens when you have so much debt nobody is willing to lend you more money.

    3. Re:Straw man by khallow · · Score: 1

      The only problem is that Ireland didn't save in the good times, did they? Why blame austerity when it isn't the fundamental problem.

    4. Re:Straw man by moeinvt · · Score: 1

      The problem is that governments never, ever engage in the "saving" part.

      The idea that government should BORROW and spend in bad times is idiotic. There is nothing special about government when it comes to borrowing and spending except the interest rate. If their "capital project" doesn't produce positive ROI, it hurts the economy in the long run. Assuming a tax rate of 20%, a "capital project" would need to generate 5X what it cost in NEW economic activity. Those investments are few and far between, and there is NO WAY that the $5T that the government has borrowed and spent in the last 5 years will produce $25T in GDP growth.

      "So far, "austerity" isn't working..."

      GDP = C + I + G + (x-i)

      Cutting 'G' reduces GDP in the short term. It definitely hurts, but more borrowing is not the answer. Give them 6 years of balanced budgets and we'll see what "works".

      The USA government has been borrowing and spending like mad for the last 4 years, accumulating over $5T in new debt. The deficit is around 7-8% of GDP and the USA is seeing less than 3% GDP growth? See the above equation. Obviously massive deficits are not "working".

      Government debt addiction is like a personal heroin addiction. Another shot right now wards off the pain of withdrawal symptoms in the immediate term but eventually kills the subject. Austerity is "getting clean". Miserable, but essential for long term health.

    5. Re:Straw man by cusco · · Score: 1

      If it's not working, change the medicine, don't give them more of the same.

      You're obviously not an economist, and will never get a job with the IMF or World Bank. So far as I can tell, in the last 30+ years of austerity being forced on debtor countries I have yet to see it work, even once. And yet that is always the solution because the Divine Wisdom of the Holy Sage Milton Friedman says it must be so.

      Calling Economics a 'science' in most cases is not much different than calling Scientology 'scientific. There are a few schools of economists now that are attempting to model on the real world, but they're still vastly outnumbered by the Chicago School quacks.

      --
      "Think about how stupid the average person is. Now, realise that half of them are dumber than that." - George Carlin
    6. Re:Straw man by SwedishPenguin · · Score: 1

      The problem is that governments never, ever engage in the "saving" part.

      We have the opposite problem in Sweden, we're saving and the debt is going down, the problem is that the right-wing government doesn't want to spend in bad times, it wants to save in both good and bad times and essentially hoard the money, meaning no major infrastructure investments which could be very useful right now with an unemployment rate of some 8% and a welfare system in shambles...

    7. Re:Straw man by Anonymous Coward · · Score: 0

      It is working, just not as effectively as it would if the problem hadn't been there in the first place.

    8. Re:Straw man by Anonymous Coward · · Score: 0

      They aren't balancing the budget though. They cut, GDP goes down, affecting tax revenue, which forces more cuts, with GDP going down which affects tax revenue etc etc.

      The UK has been doing "Austerity" for the last four years, and you know what has happened? No growth, triple dip recession, lower tax revenues, lower wages, loss of ratings, increased cost of borrowing.

      The IMF even say it is time to change tack.

  21. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    "Not all debt is bad"

    And of course I said nothing indicating it was.

    "Sure, it would be better to buy with cash and avoid paying all the interest"

    So you agree with me, fine.

  22. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    Debt? Or Investment?

    Nobody argues that student debt isn't an investment in earning more money in the future (that pays off the debt and more) unless you do a pointless degree. What about a mortgage compared to rent (in the UK, the mortgage is often cheaper per month than renting, and you get a house-shaped asset after 25 years)? Corporate start-up loans? A car loan to buy a car that you need to get to your new job?

    The issue is that the money that you're using up front is used wisely, and that's a problem we can't solve because politicians.

    Austerity hits the poor hardest - yet the poor are those who spend all the money they have out of necessity, and keep the economy turning over (recent studies for example suggest that 50% of Americans are living in poverty, or close to the poverty line). It now appears that the statistics behind the current drive for austerity around the world are mis-calculated. Not a shock for many of course. Austerity and unemployment are favourite policies for right wing politicians and businesses - unemployment keeps wages down, austerity keeps the proles down.

  23. Re:Does High Public Debt Consistently Stifle growt by mcgrew · · Score: 4, Interesting

    But then again, most economies (other than that of North Korea) are dynamic, and the amount of resource fluctuates

    That depends on what you mean by "resources." An MBA Romney-style corporate raider considers "resources" to mean "cash and credit" while someone who isn't a rent-seeking parasite considers things like timber, ore, fuel, and available labor to be resources. The only real resources that fluctuate are labor and renewables.

  24. Re:More Statist Bullsiht by ethorad · · Score: 2

    I agree with you, debt without evaluating the cost and a plan to manage it is bad news.

    However you say "it would be better to buy with cash and avoid paying all the interest"

    Sure buying with cash avoids paying interest, however it also avoids collecting interest on whatever else you would have invested in. Essentially buying a house with cash can be considered as investing in property at the mortgage rate of interest. If you can beat that in the market (with a suitable level of security/liquidity) then it's worth condiering a mortgage and investing.

    Of course differential tax treatment, stamp duty on house purchase, duration you expect to hold the house/asset, etc all feed in to make it a more complex analysis. YMMV, this is not financial advice, etc

  25. Re: More Statist Bullsiht by Anonymous Coward · · Score: 2, Insightful

    Thank you for using your brain, far too many around here don't bother.

    Doesn't anyone who supports big government socialism see that the people encouraging all the debt and deficit spending are *not* the same people paying the taxes, ever? Anyone? Hello?

    Good grief.

  26. Re:More Statist Bullsiht by AlphaWolf_HK · · Score: 3, Insightful

    Debt without any plan to pay it off and without evaluating whether the costs of managing the debt outweigh the benefits is bad. The problem is that most political parties these days seem to have a horizon of the next election when it comes to balancing the books. The problem with this sort of debt is that they spend up big and have no real plan to pay it back.

    Therein lies the problem. In my opinion, borrowing should be done to acquire capital for investment; not to simply acquire nice things. I think most people are so used to doing that (e.g. credit card debt,) that they don't really pay attention when the government does it either. Many are even fine with the idea that they can just spend until they are upside down, and then file chapter 7. Governments can't do that (if they did when they do - there will be hell to pay.)

    Nice things would be (and this is a classic example libertarians point out) things like national endowment of the arts. If any given artwork isn't worth anything to anybody, then why on earth are we paying somebody to make it? I really don't know if any nice things have come of it, but in the end that is all it is - just a nice thing that we don't actually need in the classical sense, and that money should be going towards paying back debts.

    Sadly that is lost among posters like the one just above you, who I think probably constitute a majority. I hear many talk about how a subset of Americans don't want to adopt European policies just for the sake of not being like Europe. Ignoring that the reverse is also true (it certainly is) there is also that subset who want to simply follow Europe's lead just for the sake of doing so. I don't think that is a wise idea given the current Eurozone crisis.

    There was a time when the roles were reversed - the US tended to follow Keynesian thought more than Europe. That was the great depression. And as it turns out, the US fared far far worse than Europe.

    The great depression wasn't caused by the stock market crash, by the way. The crash simply created a panic, but on its own it didn't cause the mess that followed. After the crash, the unemployment rate was about what it is now - floating between 9 and 10 percent, even showed signs of recovery for a brief period. Things didn't get really bad until the government tried to "fix" things. Smoot-Hawly for example, designed to create jobs, raised domestic prices dramatically and dropped exports by half. Domestic production and exports rise and fall with one another, for those who don't know. That followed by heavy deflation, prohibition, FDR declaring bullion as contraband, the new deal, among a bunch of other things that were supposed to "improve humanity" (the prohibitionists identified themselves as progressives, by the way) and only made things much worse.

    Notice below how you see the dow begin to recover up until Smoot-Hawly

    https://en.wikipedia.org/wiki/File:1929_wall_street_crash_graph.svg

    (Strange world we live in how Republicans wanted tariffs, Democrats did not, and now things are reversed with Unions heavily lobbying for tariffs to protect their jobs.)

    What do I know though, I'm just another one of those libertarian whackos who still believe that Keynesian theory was shattered when it proposed that stagflation can't possibly happen, but it did anyways.

    --
    Careful with names containing L slashdot.org/~AiphaWolf_HK slashdot.org/~AlphaWoif_HK slashdot.org/~AiphaWoif_HK
  27. Confirmation Bias by MetricT · · Score: 4, Interesting

    http://en.wikipedia.org/wiki/Confirmation_bias

    The researchers got the result they wanted, so they didn't bother to check if they were actually correct.

    And actually, that's being kind.

    1. Re:Confirmation Bias by Anonymous Coward · · Score: 0

      Figures don't lie, but figurers do.

    2. Re:Confirmation Bias by Anonymous Coward · · Score: 0

      It's a bias that's named after stupid people so they can call themselves non-confirmationists instead of stupid people, these being the trolls and oafs that run this world .. for their masters.

      who may well be oafs themselves, or at least oafs of a different variety.

    3. Re:Confirmation Bias by quarterbuck · · Score: 1

      After reading Rogoff-Reinhart sorta-rebuttal and Krugman's re-rebuttal, I think you are right on the money here .
      Apparently here is what happened. No one had historical debt/gdp data for so many countries. R&R collected this. At some point they wrote the paper and published it with the conclusion that 90% debt/gdp was a bad thing. The arbitrary 90% debt/gdp cut-off probably came from the excel error, but even adjusting for that it would have been some number like 95% debt to gdp ratio.
      What then happened is that they came upon more data (Additional data post WW2 for non-european countries). If they had included this data in the previous data they would have to say, our paper is right some of the time but not otherwise. They did not look at this data more carefully or publish another paper adding to the previous paper. Instead they put this new dataset online and then published a book expounding their paper and got on Bloomberg TV interviews talking about their previous results.
      I don't think they were cheating. Putting most of their data online for free seems to indicate they genuinely wanted to be open, their data is something mostly no one else has collected before. But after publishing their first paper they had their conclusion and then ignored later evidence that did not confirm their views.
      There is the fight about averaging countries equally when each country has different number of observations (which R&R did) - this one I have no opinion on.

      --
      http://slashdot.org/submission/1062723/Cheap-mobile-data-plan?art_pos=2
  28. "fishy" by khallow · · Score: 4, Insightful

    These two numbers, 2.4 and -7.6 percent, are given equal weight in the final calculation, as they average the countries equally. Even though there are 19 times as many data points for the U.K."

    Why should the UK be given more weight? There's only one such country, not 19 such countries. And the UK data in question is highly correlated (it all comes from the same debt over the same span of time, not 19 different points in the UK's history).

    In addition, the rebuttal ignores two stretches of data:

    RR examines three data samples: 20 advanced economies over 1946{2009; the same 20 economies over roughly 200 years; and 20 emerging market economies 1970{2009. We repli- cate the results only from the first sample as these are the most relevant to current U.S. and European policy debates, and they require the least splicing of data from multiple sources. We focus exclusively on their results regarding means because these have generated the most widespread attention. On their website, Reinhart and Rogo provide public access to coun- try historical data for public debt and GDP growth in spreadsheets with complete source documentation.3 However, the spreadsheets do not include guidance on the exact data series, years, and methods used in RR.

    It's worth noting here that the rebuttal is willing to take data from the period just after the Second World War where a number of countries had high debt and were transitioning from a total war economy (that is, an economy totally focused on winning a particular war to exclusion of everything else, including economic growth) to a normal one - including the 19 year series of the UK mentioned above, and periods of excluded (excluded that is from the original study for unknown reasons) data from Australia, New Zealand, and Canada. All of these incidentally show high economic growth combined with high debt.

    If we're excluding data series due to their irrelevance to current economies, why should these be counted? The US and Europe haven't been in a total war economy since the end of the Second World War. So it is to be expected that one would not see the economic gain (whether or not the debt is present) that one saw in the immediate post-war period.

    The original research seems weak for a number of reasons, but I'm not willing to call it "fishy" on the basis of a rebuttal which makes its own "fishy" assumptions.

    1. Re:"fishy" by Anonymous Coward · · Score: 1

      The UK has 15 times the population of New Zealand - that would be a good reason to increase its weighting in the calculation. Not that I disagree with your point.

    2. Re:"fishy" by squiggleslash · · Score: 3, Informative

      Why should the UK be given more weight? There's only one such country, not 19 such countries

      Read it again. The UK was growing at an average of 2.4% per year for twenty years. New Zealand's economy shrank 7.6% in one year only. Not only is the UK's figure relevant to a longer period of time, but actually it's more likely to be a figure related to the high debt level the authors of the study were concerned about, rather than a blip that could have been caused by an unrelated bubble.

      At the very least, you should be comparing growth of (1.024^20 * 100 - 100) = ~60% to -7.6%, rather than 2.4% to -7.6%.

      --
      You are not alone. This is not normal. None of this is normal.
    3. Re:"fishy" by mjwalshe · · Score: 1

      and you probably ought to weight the figures relative to the size of the coutrys economy to stop outliers having a disproportionate effect

    4. Re:"fishy" by Anonymous Coward · · Score: 0

      Well the -7.6 could just as easily be a statistical anomaly and so shouldn't be weighted equally. In fact, NZ is one of the countries where they inexplicable excluded postwar growth (i.e. 1946-1951) and only included the one(!) year (1951) which had the major lack of growth . The other issue is that R-R include all the postwar figures for some countries (e.g. the UK) which had low growth and high debts but excluded those (like NZ and Canada) that had moderate growth and high debts (except in the NZ case they included the one bad year). Your criticisms are totally off-base.

    5. Re:"fishy" by khallow · · Score: 1

      In fact, NZ is one of the countries where they inexplicable excluded postwar growth

      I don't know if the original research actually doesn't bother to explain this or not. But it's quite a reasonable thing to do since the the post-war growth comes from unusual circumstances that don't apply today. The UK was unusual in that its high debt from the Second World War extended well past 1950.

    6. Re:"fishy" by khallow · · Score: 1

      At the very least, you should be comparing growth of (1.024^20 * 100 - 100) = ~60% to -7.6%, rather than 2.4% to -7.6%.

      Which is even more of an exaggeration than taking the same data point 19 times.

    7. Re:"fishy" by khallow · · Score: 1

      and you probably ought to weight the figures relative to the size of the coutrys economy to stop outliers having a disproportionate effect

      Unless, of course, the large economy is the outlier. Then you made the disproportionate effect worse.

    8. Re:"fishy" by Murdoch5 · · Score: 1

      You have to always weigh in the statistical outlying data. A point that doesn't conform to the given data is very important in the overall result as it shows that the initial reasoning could be flawed. Any statistical book which tells you to ignore it is incorrect, you can't just throw out a result that has the potential to change the data result, that isn't a good scientific method approach.

    9. Re:"fishy" by Anonymous Coward · · Score: 0

      If you read the article you will see R-R never said what dates they excluded...this only became apparent when the data was released, nor did they say what the methodology they were employing was (i.e. why). I'm still not buying why the -7.6 year in NZ (in 1951) is reasonable to include but the years 1946-1949 for NZ and 1946-1950 for Canada and Australia are reasonable to exclude.

      Your reasoning seems pretty ad-hoc to me and given the size of the data set likely to lead to essentially meaningless results (which is what it seems the R-R paper consists of).

    10. Re:"fishy" by gtbritishskull · · Score: 1

      But, if you have one year of -7.6% growth, should that be weighed equally with 19 years of 2.4% growth? Or, should you weigh it by time so that the 2.4% is 19 times more significant than the one year of -7.6%?

    11. Re:"fishy" by khallow · · Score: 1

      Your reasoning seems pretty ad-hoc to me

      It doesn't to me. The immediate postwar period was unusual especially for this sort of comparison of debt and GDP. And apparently neither of us have actually looked to see what R-R actually wrote for the years they use.

    12. Re:"fishy" by Anonymous Coward · · Score: 0

      Yes! The one year of -7.6% should be equally weighed. Do you want your preferred outcome or not?

  29. Re: More Statist Bullsiht by fuzzyfuzzyfungus · · Score: 4, Interesting

    As a historical note, christianity used to have nearly identical rules concerning usury; and the deep suspicion of interest-bearing loans is a least as old as Aristotle(who was Not A Fan).

    As time went on, though, a number of... increasingly creative... legalisms were hacked together to allow contractual arrangements that were loans at interest in everything but name. In the case of christianity, the charade was so transparent, and the amount of obviously-loan-backed economic activity so significant, by the early modern period, if not earlier, that almost everyone bowed to the inevitable and "usury" stopped meaning 'charging interest' and started meaning 'charging lots and lots of interest'(and even 'lots and lots' has proven to be pretty flexible).

    Islam has not (yet) reached the 'eh, fuck it, sure we charge interest' stage; but let's just say that they are doing some downright jesuitical work at the 'So, what sophistry can we spin to make interest not look like interest?' stage. The range of products dubbed 'islamic finance' won't say 'interest'; but it will look like a duck and quack like one.

  30. Resource by Taco+Cowboy · · Score: 4, Insightful

    The only real resources that fluctuate are labor and renewables

    I guess you are not in the high tech field

    As one in the tech field since the 1970's, one very real resource that I count on is BRAIN-POWER, aka, ideas

    Timber can cut into wood for burning, or could be turned into tables and chair by carpenters, or could be used for building a dormitory, or, in the hands of master crafter like Stradivarius, becomes his world famous violins

    --
    Muchas Gracias, Señor Edward Snowden !
    1. Re:Resource by ilguido · · Score: 1

      Brain-power is resource-powered.

    2. Re:Resource by SwedishPenguin · · Score: 5, Insightful

      "BRAINPOWER" would be included in the "labor" category, just as physical labor is. What is with this idea that those of us who work with ideas do not labor? Of course we do, it's just in a different way from those who do physical labor. All forms of labor require some form of mental capacity, some more than others, but the amount of mental capacity required does not make it more or less labor.

    3. Re:Resource by Anonymous Coward · · Score: 0

      however it is also something that is not easily quantifiable. It can act as a force multiplier.

      This is why the US was successful with the manhattan project, while the soviets only made nukes after managing to steal useful data. everyone else got it either from reverse engineering, Technology transfers, or extrapolation from publicly known information.

    4. Re:Resource by Anonymous Coward · · Score: 0

      You are absolutely correct, brainpower does count as labor. Except that when we traditionally think about labor, we like to measure it in hours. The Marxists like to measure it in "Socially Necessary Labor Time," and often make the critique that "how does X make N times as much money as Y when the work the same hours and Y's job is backbreaking and X sits in a chair all day?"

      If you want to count brainpower as labor, hours alone will not suffice. You need to multiply in the "smart factor." And let's face it, something as simple as knowing how to write and run a Python script could possibly make your labor hours thousands of times more valuable than someone doing manually what the script does automatically.

      The only reason people don't get paid 1000 times what a secretary makes to write Python scripts to do the secretary's job is because as Adam Smith predicted, eventually more people learn how to make Python scripts and less people decide to become secretaries. In the end, everything which is easily automated can be done by the Python guys and everything that is tough, like treating people on the phone with kindness and respect, is done by the (now fewer in number) secretaries. But this effect only takes place in the long run. Imagine if you were the FIRST person who could write a Python script? Until what you are able to do becomes common, the value of your brainpower VASTLY outweighs the value of your (strictly speaking) labor.

      That, sir, is why in many contexts, the line of definition between brainpower and labor is fuzzy.

    5. Re:Resource by nebosuke · · Score: 1

      No, though the lines can be blurred somewhat, there is a recognized and fundamental difference between what are termed 'knowledge workers' and laborers.

      In the case of laborers, the value of the operation in which they participate lies primarily with the capital and resources of the operations. This is most readily apparent when the labor of any one individual is a commodity that is easily substituted with the labor of another while the capital and resources are relatively scarce. In this situation, the owner of the capital and resources has a huge advantage, as laborers essentially have to bid (via offering to work for less compensation or less favorable terms) for access to participate in the operation (i.e., have a job). A fast food restaurant whose facilities, location/real-estate and equipment are valuable and scarce relative to the availability of the labor required to operate the facility is a typical example of an operation largely reliant on low-skilled labor. A radiologist is an example of a highly skilled laborer (highly skilled laborers are often referred to as technicians to distinguish them from both low-skilled labor as well as knowledge workers).

      In the case of knowledge workers, however, the knowledge and expertise that they possess is scarce relative to the capital and resources of the operation that are applicable to their roles. In fact, the total capital and resources of an organization based primarily on knowledge work may be negligible (i.e., consulting groups where individual members work from their home office). These situations are most readily recognized by the characteristic that the value the person is able to generate for the organization is a function of their knowledge and expertise moreso than the capital and resources allocated.

      From a worker's perspective, the most important distinction between labor and knowledge work is that the ownership of the primary means of production is inherently owned by the worker in the latter case, while it is owned by the organization in the former.

    6. Re: Resource by Anonymous Coward · · Score: 0

      If you want to count brainpower as labor, hours alone will not suffice.

      Hours alone do not suffice regardless of the type of labour. A highly skilled carpenter will accomplish more and better work in an hour than will a less skilled carpenter.

    7. Re:Resource by im_thatoneguy · · Score: 1

      To be doubly clear labor also includes AI, Software and Robots. If a country has an automated factory assembling iPhones it still counts as labor. Or if a company in a country has proprietary software that performs task "X" faster than people in another country then that can also count towards labor.

      Usually these are included under a third category "Efficiency".

    8. Re:Resource by Hognoxious · · Score: 1

      To be doubly clear labor also includes AI, Software and Robots.

      No it doesn't.

      http://www.tutor2u.net/economics/gcse/revision_notes/basics_factors_of_production.htm

      http://www.businessdictionary.com/definition/labor.html

      They're tools/machinery, i.e. they fall under capital.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    9. Re:Resource by mcgrew · · Score: 1

      I guess you are not in the high tech field

      100% of my job is brainpower and computers. Don't tell me what I do isn't work!

  31. High debt is bad. by Karmashock · · Score: 3, Insightful

    It means less flexibility.
    More liability.
    Less freedom.
    More waste.

    Say what you will about this study, the governments of the western world are living beyond their means.

    The US government for example is spending about 50k per US household.

    The median income of US households is about 49k.

    That alone should tell you there is a problem.

    To paraphrase Emperor Augustus: "things that can't go on forever - don't."

    These governments are spending well beyond their means and the only way they can presume to maintain it even for a time is through massive inflation. Which will harm the economy, raise interest rates, and generally transition any country that chooses this path into a second world country.

    And even this won't be enough because having destroyed your credit and dealing with increasingly higher interest rates it will only be a matter of time before you can't inflate the currency fast enough to paper over your debt.

    And when that happens... anarchy... blood... social collapse.

    People need to stop deluding themselves that they can magic the debt away as if it won't exist if you don't believe in it.

    It isn't a six year old's imaginary monster. It's our civilization's very real debt. And it will bring us low if we don't bring it under control.

    I also love that they're whining about these austarity measures when many of these countries are still increasing the amount of debt they owe. In many cases, they're simply slowing down... not reversing course.

    If a country can at least tread water without building additional net debt then it's got the situation under control.

    But many do not. The US does not. We spend more every year and the tax recipes and economic growth are not remotely keeping up.

    I know I'm going to get hate mail for this... It's what comes of having an open forum.

    But you can't wish the numbers away through denial. It's like arguing with the Sun.

    --
    I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    1. Re:High debt is bad. by Anonymous Coward · · Score: 5, Informative

      "The US government for example is spending about 50k per US household. The median income of US households is about 49k."

      These statements do a great job of conflating median and mean. If you're comparing per household spending to per household income, you don't want median because a small proportion of American households take home a huge amount of income.

      The mean per capita income in 2012 was $42,693 [1]. Per capita spending by the federal government was $11,260 [2]. Total spending including state and local government spending was $19,015.7 [2]. This means that the federal government would be fully fundable with only revenue increases, even with lower taxes than much of western europe.

      The US has a long-term health care problem. In the short term, the US has a small revenue problem and a very large austerity problem (which is actually causing long term harm to the economy). The US, currently, does not have a spending problem from an economic point of view.

      If you want to argue that the US has a moral spending problem like many austerity/deficit hawks, feel free, but don't conflate that with an actual economic argument.

      [1] http://bber.unm.edu/econ/us-pci.htm
      [2] http://www.usgovernmentspending.com/year_spending_2012USdn_14ds1n_F0#usgs302

    2. Re:High debt is bad. by SoupIsGood+Food · · Score: 2

      Say what you will about this study, the governments of the western world are living beyond their means.

      Interesting assertion. Now, fire up Excel, and prove it.

    3. Re:High debt is bad. by Q-Hack! · · Score: 1

      I once heard it described as...

      When jumping from a 100 foot building, the view is great for the first 99 feet.

      --
      Some days I get the sinking feeling Orwell was an optimist.
    4. Re:High debt is bad. by bogjobber · · Score: 1

      Sentences aren't paragraphs.

      Typing that way doesn't make your points any more salient.

      It just makes it incredibly irritating to read.

      The debt actually is being brought under control. Discretionary federal spending is the lowest it's been since the 1950s. We are spending less money than we have since Truman was president! Total government spending is back to early 1980s levels. The economy is recovering, and tax receipts are once again growing at a healthy rate. The deficit this year is 5.5% of GDP, which is a fairly healthy number taken by itself.

      The problem then becomes how do we pay off the massive debt we have accumulated over the last dozen years, and move it to a healthier number as a percentage of GDP? Unfortunately there's only two ways: raise revenue or cut spending, and you can only do so much of either. Social security, medicaid, and the military industrial complex aren't going anywhere unless the citizens demand it, and they ain't demanding it. They also aren't demanding higher taxes.

      Honestly, we're not in that bad of a position considering how poorly the last decade played out. Our debt is manageable at the current levels. If the economy hits another major recession we're screwed, but if it grows at healthy levels and future administrations don't repeat the clusterfuck that was Bush Jr.'s two terms, we should be just fine.

    5. Re:High debt is bad. by Anonymous Coward · · Score: 0

      The US government for example is spending about 50k per US household.

      The median income of US households is about 49k.

      Dude... Are you seriously comparing median and average?

      How did you ever get past secondary education?

    6. Re:High debt is bad. by khallow · · Score: 1

      Discretionary federal spending is the lowest it's been since the 1950s.

      That's a pretty deceptive thing to say, given that the discretionary US federal spending is only 44% of the total budget.

      The deficit this year is 5.5% of GDP, which is a fairly healthy number taken by itself.

      No, it's not. High debt per GDP plus enough deficit to grow that figure further is not "fairly healthy".

      I figure the endgame for this particular mess is going to be a long bout of high inflation.

    7. Re:High debt is bad. by Anonymous Coward · · Score: 1

      Say what you will about this study, the governments of the western world are living beyond their means.

      In 1999 the US had a balanced budget. What happened? Well, lets look at it as if government was a household. They start out with a balanced budget, and for some reason think that a pay cut will somehow result in more money ("We'll be in a lower tax bracket!"/"
      The rich will invest more!") but of course, that doesn't happen -- less income is less income. Investors aren't swayed by taxes, any investor who says he is is a gold-studded liar. Then, Mr. Economically handicapped family has their furnace go out on them (911). Sp what do they do? They go out and buy a brand new Tesla (Iraq war). When Mrs. Economically handicapped loses her job (2008 economic meltdown caused by bank deregulation), that's when the shit hits the fan.

      So what is their only course of action? Borrow more money to tide them over until Mrs. Idiot gets a new job (the economy recovers, meaning more revenue) and Mr. Idiot gets a raise (look, dumbasses RAISE TAXES ON THE 1% back to where they were before the idiotic Bush tax cuts) and that damned car/war is paid for.

      You can only cut spending so much, whether you're a government or a family. You need food (you may be able to cut back there if you're already not cut to the bone), mortgage (fixed cost), utilities (fixed cost), unexpected bills (furnace), etc. Taxes on the rich were twice what they are now in the 1960s, and that was a boom period. You want to balance the budget? Bring in more money!

    8. Re:High debt is bad. by Anonymous Coward · · Score: 0

      The danger of the US spending more is inflation, which isn't happening in a crazy way yet. Government debt is different than household debt.

    9. Re:High debt is bad. by ImprovOmega · · Score: 1

      Sovereign debt is a strange bird. You ultimately, as a sovereign nation, have the option to tell everyone to piss off and unilaterally cancel all of your debts. Or print a bunch of money (or mint a couple of trillion dollar coins) and pay it all off that way. When a person borrows money it's taking actual money from other depositors and paying back interest on it so that the bank and the depositors each make their profits off of it. When a country "borrows" money it's more a matter of creating money out of thin air (in the case of the federal reserve) or else issuing bonds with a promise to pay them back.

      But in either case if they get in over their heads, countries always have the option of just devaluing their currency, paying everything off at half or less of the real cost, and moving on after some restructuring. Eurozone entities are having the problems they are specifically because they gave up sovereign control of the currency they are using. They can't just devalue the euro without screwing over all member countries.

      Your only surefire way for recouping on sovereign debt is to invade and conquer the country owing you money. This is generally politically unpopular though, and your ROI is likely to be crap.

    10. Re:High debt is bad. by deanklear · · Score: 4, Informative

      You're not going to get hate mail. But you will be told you are wrong, because using the simplistic idea that "debt is bad" to plan an economy is ridiculous How would you explain how startups are successful? When they start, their income to debt levels are completely off the mark, but with investment of capital to improve efficiency and drive sales, eventually they can be profitable regardless of how much their debt to income ratio was.

      With large economies, the principles are the same. If you borrow money to fight wars, there's very little chance of receiving a return on the initial investment, as the Iraq War has proved: over three trillion dollars spent, and nothing but one million veterans with a lifetime of expensive treatments to care for it. If America had instead spent that money on infrastructure improvements, like renewable energy, fiber-to-the-home, or even an improved commuter rail network and efforts to modernize the government itself, we would all be doing very well just as we did during the Space Race. Even making common sense changes, like decriminalizing harmless drugs and ending our for-profit prison system and replacing it with a reasonable mental health infrastructure would not only save us money through simple budget changes, but it would also have extensive monetary effects by reducing recidivism, which frees up police to focus on actual crimes instead of trying to continue functioning as a moral goon squad.

      If you want to understand why America is in such deep trouble financially, all you have to understand is that we lowered taxes for everyone, especially the super wealthy, at a time when we also spent three trillion dollars we did not have on unnecessary wars.

      That's why it's so frustrating to see rambling nonsense like yours modded as insightful. Debt it not scary. It's a concept that we have invented and one that we can redefine or simply do away with using a debt jubilee, or a national reorganization as done by Iceland. Paper money only causes anarchic collapse when people go hungry. And even when there is a massive economic collapse, like the Great Depression, America did not devolve into cruelty. FDR told the rich to pay back the money they swallowed up, and they did, and our economy was further assisted by a massive government spending program, including complete takeovers of private industry for a brief period of time. And that's fine because private enterprises are usually massively inefficient hierarchies controlled by internal politics rather than innovation (see: Microsoft).

      Nowhere in your diatribe against debt do you make any coherent points with supporting evidence from reality. But that's just libertarian economics in a nutshell, I guess.

    11. Re:High debt is bad. by ebno-10db · · Score: 1

      These statements do a great job of conflating median and mean. If you're comparing per household spending to per household income, you don't want median because a small proportion of American households take home a huge amount of income.

      Mod parent up!

    12. Re:High debt is bad. by Anonymous Coward · · Score: 0

      The US government for example is spending about 50k per US household.

      The median income of US households is about 49k.

      That alone should tell you there is a problem.

      While I agree with the basic idea of your post, I can't help but cringe at this combination of two statistics. You are comparing per-capita (average) GDP with median income. Those that earn above median income often earn way above median, which tends to make the average income a little higher.

      Additionally, your numbers are off with spending...US debt is around $50k per capita, annual spending is an order of magnitude smaller.

    13. Re:High debt is bad. by Anonymous Coward · · Score: 0

      Why would spending beyond the median household income indicate anything?

      All you've discovered is that the income distribution in the US is skewed towards high-income households, so that the mean income > median income.

    14. Re:High debt is bad. by davide+marney · · Score: 1
      I don't find much comfort in your response. You take an example of individual successes in debt financing -- 1/10 of startups (the other 9/10ths fail) -- and leap to a general conclusion that debt is good. Isn't making generalizations about debt ("debt is bad") the very thing you faulted the OP for? I think what you mean to say is that debt is a gamble that the value of the item/job/service being bought today will be greater in the future than the amount of the principle + interest needed to pay it off. If you borrow the funds for a war and win control of a country, your gamble would have paid off. If you If you borrow and you

      don't win anything tangible, and in fact lose what you formerly possessed -- I'm thinking Britain losing to the Americans in the Revolutionary War -- then your gamble was a massive failure.

      And further, with regard to economy-scale borrowers such as sovereign nations, massive borrowing can't help but have a warping effect on everything else. The economy then becomes optimized around gaming the next government-funded bubble I'm thinking of the massive stock bubble forming as we speak -- instead of optimizing around normal, healthy economic activities.

      So, in many ways, while it may not be true that debt is "bad" or "good", one thing we can all likely agree on is that massive debt is only good when it wins a country-sized prize.

      --
      "We receive as friendly that which agrees with, we resist with dislike that which opposes us" - Faraday
    15. Re:High debt is bad. by Anonymous Coward · · Score: 0

      Something seems squirrelly with his first reference though. It disagrees with the numbers published by the US census by over 50%. If you look here here: http://quickfacts.census.gov/qfd/states/00000.html, they claim mean per capital income is $27,915. 40% federal spending doesn't look as reasonable as what he's quoting.

    16. Re:High debt is bad. by Karmashock · · Score: 1

      If you're spending more on average then your people are making median... AND the money you're spending is a percentage of their income then it becomes a problem.

      Lets assume for a second that the US tax rate was 100%. If the US tax rate were 100% then what you said would make some sense. After all. the difference between median and mean would give you some wiggle room.

      But it's not 100 percent.

      Lets assume it's 50 percent which it isn't but I'm making this simple for you. Condescension deserved... Sorry.

      That would as a rough little thought experiment the US government would be getting about 25k in revenue per household and then spending 50k per household.

      Do you honestly think you're going to make up the difference there in the difference between median and mean?

      Of course not.

      My point was that we're spending MUCH more money then can be reasonably raised from our economy. You can't raise taxes high enough to cover this level of spending. It is beyond our means. Mathematically.

      And an important thing about the difference between median and mean is that if you rely on the fringes of the economy to pay for everything it means you've based everything on a very small portion of the total population. If you've also based it on the most affluent, able, and motivated portion of the population what is the likelihood that they're going to let you milk them for all they're worth? Zero.

      They've never allowed that. Watch what is happening in France. They formally declared a policy of eating the rich. And what happened? The rich left. And worse, even if the rich hadn't left it wouldn't have been enough to cover the spending.

      I don't need to make the moral argument unless I choose to... the math is on my side and anyone can see it if they take their heads out of the sand... or their asses.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    17. Re:High debt is bad. by Karmashock · · Score: 1

      First, you want to compare the US government, an organization that has bee around for hundreds of years to a start up? If you want to compare us to something, then compare us to an old blue chip. And guess how much debt those old corps run up? Oh that's right, they tend to run massive cash reserves because they're not stupid.

      Second, comparing the US government to a start up, assumes that the US is about to explode in growth. You pour money into a start up on the assumption that the capital investment will be returned in the near future many times over. It is an investment. So what massive money making scheme are we pouring our money into? Oh that's right, nothing. So if I were a venture capitalist would I loan you the money in this case? No.

      Third, I love that you think the problem in the US is a lack of infrustructure. You honestly think that if we had a few more bridges or roads or a couple extra solar power planets all our problems would be solved. You think that somehow the economy would be good. Because in your mind, the reason US businesses are failing is because they don't have enough roads. Really? Wake up. It isn't a lack of infrastructure that is killing us. Infrastructure is merely sold to us because it's something the politicians can build and their various political allies can profit from. Infrastructure is not what is holding the US economy back. It's labor policy, social policy, and out of control spending.

      Fourth, I love how you think we're in debt because there were some tax breaks. Yes there were tax breaks and it caused US tax revenue to decrease by what percentage? Okay... and by what percentage did US spending go up? Exactly. I'll admit that if we didn't lower taxes our debt would be better but not by much. It is the spending that went up by the most and continues to go up by the most. That isn't an opinion. It's a mathematical fact. You agree or be wrong.

      Fifth, debt isn't scary unless its out of control and you can't stop yourself. Imagine the poor fool that tries to live off his credit card and runs up absurd debts on it but can't stop himself. That is scary. And that is what you've done. Yes you. Because people like you through your ignorance enable it. If there were fewer people like you and more like me we would not be in this position. When the debt comes due I'll be able to say "I told you so"... for what little that is worth.

      Sixth, as to FDR etc, basing your whole economic theory on one moment in american history where we could get away with behaving like idiots is not a good idea. For one thing FDR made the depression longer and deeper through his price controls and labor regulations. It was actually WW2 that got us out of the depression. And that was because most of the laws were relaxed or removed to allow for war production. FDR literally cut back on business regulation because if he didn't war production wouldn't have been possible. The weapons contractors etc all said if you want us to meet these production goals you need to get your f'ing boot off our throats. Add to that, we blew up our competition. Who survived that war as an industrial competitor to the US? The British empire was in tatters. Germany was a wasteland. Japan was a smoking crater. So shockingly the US had great industrial demand. Tell you what sport, if you want to count on the post WW2 economic boom for the US this is how you do it. Nuke the planet. Win WW3... make sure you nuke china, japan, south korea, Brazil, Germany, and any other place with a reasonable industrial base. Then enjoy the economic boom in the US if we've somehow survived it.

      Seventh, as to the nut shell, what is it that allows you to think you can treat the federal reserve like a Milton Price monopoly money factory and just pump out infinite dollars without consequence? You do realize the money represents something right? You do realize that every time you tell the federal reserve to give you an extra magnitude of money it devalues all money in circulation by the ratio of that addition to the whole? You're not creating money. You're devaluing every one else's money and putting the difference in your pocket. It's theft. And the only people that don't get it are the complacent and the ignorant.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    18. Re:High debt is bad. by Karmashock · · Score: 1

      It forces people to read my points though.

      I've had an issue with people skimming and they skim typically reading the first sentence in a paragraph and then moving on.

      So for important points, I like to break up a bit so they actually read it.

      Here, I'm obviously just giving you a hard time.

      But I felt I needed to make my point.

      On to the topic, discretionary spending is a weasel word. The entire budget is discretionary. We need across the board cut if people aren't willing to go through the non-discretionary budget and cut waste.

      You want more money for a program? Fine. Who needs it less? Make it so that any program that wants money has to take it from another program. Then we'll see who really needs it and who really just "wants" it. Because we're no longer able to provide wants. That is gone. We're now in the realm of need. What do we NEED. A great many programs some of which are quite good will suffer for that. But then the alternative is eventual hyperinflation.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    19. Re:High debt is bad. by Karmashock · · Score: 1

      Median US house hold income 49k
      Average US spending per house hold 50k

      Yes, I am aware of the difference between median and mean.

      Are you aware that the tax rate isn't 100%?

      Those two numbers prove to anyone thinking that I'm right.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    20. Re:High debt is bad. by Karmashock · · Score: 1

      This might also help explain what is going on:
      http://upload.wikimedia.org/wikipedia/en/9/90/Revenue_and_Expense_to_GDP_Chart_1993_-_2008.png

      The spending has to come down radically.

      Either it comes down or the dollar collapses.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    21. Re:High debt is bad. by deanklear · · Score: 1

      First, you want to compare the US government, an organization that has bee around for hundreds of years to a start up? If you want to compare us to something, then compare us to an old blue chip. And guess how much debt those old corps run up? Oh that's right, they tend to run massive cash reserves because they're not stupid.

      Apple does, sure. But old dogs like IBM have had periods of high (or volatile) debt to equity ratios specifically for the purposes of financing... wait for it... growth. Since the dollar is a fiat currency, there's no reason for the United States to care too much about how much "money" there is. Keep in mind that when the US dollar doesn't buy a loaf of bread, gold won't either. The only thing that will matter at that point is who has the guns to protect their food supply. No amount of pretend hard currencies are going to change that. So, if you're a doomsday libertarian, which it looks like you are, I'd recommend guns, ammo, and arable land instead of krugerrands.

      Third, I love that you think the problem in the US is a lack of infrustructure. You honestly think that if we had a few more bridges or roads or a couple extra solar power planets all our problems would be solved. You think that somehow the economy would be good. Because in your mind, the reason US businesses are failing is because they don't have enough roads. Really? Wake up...

      Ten years ago I traveled on a TGV while in France. If you're unaware, that's a nuclear powered electric bullet train that travels 500 miles in 3 hours and twenty minutes, and is rarely late. That kind of infrastructure simply doesn't exist in the United States, because all of our money is poured down the drain of car commuting instead of mass transportation. Even our airports are overloaded because there are no shorthaul trains as an alternative, and this ends up filling airports with unnecessary traffic.

      Also: "We investigate the long run consequences of infrastructure provision on per capita income in a panel of countries over the period 1950-1992. Simple panel based tests are developed which enable us to isolate the sign and direction of the long run effect of infrastructure on income in a manner that is robust to the presence of unknown heterogeneous short run causal relationships. Our results provide clear evidence that in the vast majority of cases infrastructure does induce long run growth effects. But we also find a great deal of variation in the results across individual countries. Taken as a whole, the results demonstrate that telephones, electricity generating capacity and paved roads are provided at close to the growth maximizing level on average, but are under-supplied in some countries and over-supplied in others. These results also help to explain why cross section and time series studies have in the past found contradictory results regarding a causal link between infrastructure provision and long run growth."

      http://web.williams.edu/Economics/wp/pedroniinfrastructure.pdf

      Fourth, I love how you think we're in debt because there were some tax breaks. Yes there were tax breaks and it caused US tax revenue to decrease by what percentage? Okay... and by what percentage did US spending go up? Exactly. I'll admit that if we didn't lower taxes our debt would be better but not by much. It is the spending that went up by the most and continues to go up by the most. That isn't an opinion. It's a mathematical fact. You agree or be wrong.

      "The non-partisan Congressional Research Service has estimated the 10-year revenue loss from extending the 2001 and 2003 tax cuts beyond 2010 at $2.9 trillion, with an additional $606 billion in debt service costs (interest), for a combined total of $3.5 trillio

    22. Re:High debt is bad. by Karmashock · · Score: 1

      In regards to IBM or other corporations building debt to foster growth, that ignores the fact that you're not spending the money on growth or profit making entities. You're spending it on welfare. Nearly all of it goes to social security, medicare, medicaid, unemployment insurance, and a near endless host of various NON-profit making entities.

      Now you can argue those are good things and things we need to have. Fine. But you can't turn around and say we need to fund them to sustain growth when they have zero potential of actually doing that. It's either ignorant or dishonest.

      Which are you? Because you either just told me that the US government is incurring this debt because you think welfare is profitable or you were ignorant of what we were spending it on, or you're just lying to me.

      Pick one... or if you'd like, propose another option. I'm unaware of any other alternative here and I'm frankly being generous by presuming you're ignorant. I don't think you are... I think you know better.

      As to french infrastructure, the french are as bankrupt if not more so then we are so that is a silly counter argument. Do you honestly think the US economy would be thriving right now if we had bullet trains all over the place? How naive can you possibly be... I take back what I said above... you might well just be ignorant. And I regret if that offends you but your arguments are offensively stupid. They literally offend me by being uttering my presence. They are that dumb.

      As to our debt, you assume that tax cuts have no link to economic growth and thus tax revenue based on that growth. You forget that the tax cuts came after a financial collapse and that they were put into place to stimulate growth. Which unlike your policies, they did. Didn't they? Did the economy grow after the tax cuts? Yes. Did it grow after the stimulus? No.

      As to Afghanistan and Iraq, what would have you response been to 9/11. I love that you people seem to forget that we were attacked not the other way around. And as to Saddam and Iraq, that was clearly a mistake. But at the same time, nearly all evidence that would argue it a mistake is hindsight with no ability for us to know that prior to that point.

      I have no interest in defending Bush... The man was absurd. But if he's your standard of an idiot then Obama is a foaming moron.

      As to the placeholder that is money, it is also something one owns. It signifies value that you've earned. When you devalue my money to pay for your mistakes you steal from me. You're a thief that believes everything everyone else has belongs to him if he can take it. It's disgusting and if you're allowed to keep running rampant in our society you will destroy not only us but yourselves. You've done it before. It's happened many times.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    23. Re:High debt is bad. by Anonymous Coward · · Score: 0

      No, using the median is right in this case. You need to compare government spending and government taxing. People around the median income can be taxed. Below, there's nothing to gain, and above, there are too many loopholes.

    24. Re:High debt is bad. by deanklear · · Score: 1

      In regards to IBM or other corporations building debt to foster growth, that ignores the fact that you're not spending the money on growth or profit making entities. You're spending it on welfare. Nearly all of it goes to social security, medicare, medicaid, unemployment insurance, and a near endless host of various NON-profit making entities.

      Part of a nation's infrastructure is the intelligence and health of their workforce. If a good portion of your society is sick or desperately poor, it's unlikely that Intel is going to be interested in educating, healing, and then training that workforce when they can scoop up more productive engineers that are ready to work today. (Your inability to grasp this basic concept is another example of why you should probably avoid discussing anything involving elementary macroeconomics.)

      As to french infrastructure, the french are as bankrupt if not more so then we are so that is a silly counter argument.

      Gross government debt is 90% for France, and 107% for the United States. The French people live longer, work less, and are generally happier along with being healthier and more educated.

      As to our debt, you assume that tax cuts have no link to economic growth and thus tax revenue based on that growth. You forget that the tax cuts came after a financial collapse and that they were put into place to stimulate growth.

      You're completely ignorant on this point. The Bush Tax Cuts were implemented before 9/11 on June 7th, 2001. There was no financial crisis at that time, and in fact the housing bubble had not yet taken off. The Commodity Futures Modernization Act of 1999, which destroyed Glass-Steagall, which had kept us largely collapse free for 70 years, had not begun to wreck the world economy with it's destruction of the firewalls that separated insurance, deposit banking, and investment banking.

      http://en.wikipedia.org/wiki/Economic_Growth_and_Tax_Relief_Reconciliation_Act_of_2001

      As to Afghanistan and Iraq, what would have you response been to 9/11. I love that you people seem to forget that we were attacked not the other way around. And as to Saddam and Iraq, that was clearly a mistake. But at the same time, nearly all evidence that would argue it a mistake is hindsight with no ability for us to know that prior to that point.

      The Iraq War had nothing to do with 9/11. If I were president and a terrorist group based out of Saudi Arabia funded by Gulf Arabs launched an attack on the United States with 3/4 of the terrorists being Saudi nationals, attacking their military training camp in Afghanistan is probably the last thing I would do.

      As to the placeholder that is money, it is also something one owns. It signifies value that you've earned. When you devalue my money to pay for your mistakes you steal from me. You're a thief that believes everything everyone else has belongs to him if he can take it. It's disgusting and if you're allowed to keep running rampant in our society you will destroy not only us but yourselves. You've done it before. It's happened many times.

      If I'm allowed to keep running rampant? You do realize that the capitalists you worship just blew up the world economy so they could literally steal trillions of dollars from your government, don't you? Or maybe not. You seem to be more of a regurgitator of certain media outlets than a person who can read with a modicum of skepticism and thought.

  32. Re:Does High Public Debt Consistently Stifle growt by Anonymous Coward · · Score: 1

    Does £2,000 per household per year to pay for just interest on the debt (in UK in 2012) say that it's stifling economic growth?

    The UK has had much higher debt ratios in the past. It equalled 30 years of tax revenue after the war with France and Spain in the early 19th century. It took most of the century to pay it off, when Britain had more than the US' current stature in the world and was plundering everybody else's resources. It also reached over 200% GDP after the Second World War. Thank goodness for favourable loans from the US to fund the debts from war, that were finally paid off in the last decade.

    As everybody can see from the situation with Greece and the other European PIGS, excessive debt means you've surrendered control of your own destiny. You're forced to service those debts which is a distraction from promoting growth.

  33. Source of debt? by Anonymous Coward · · Score: 0

    Before trying to reduce public debts...
    1. Where did it come from? Between tax cuts since the 80's for the richest and the bank bailout, that's a lot of money lost for the government
    2. What is the money being used for? Is it to fund important investments or to compensate for those tax cuts?

    1. Re:Source of debt? by moeinvt · · Score: 1

      The source of most of the federal government debt is renegade government spending. Federal outlays have more than doubled since 2000. They increased spending by 18% in 2009 alone!
      If these A$$#0lZ in Washington D.C. had kept their insane spending in line with private sector GDP growth, they would now have a balanced budget.

      http://www.whitehouse.gov/omb/budget/Historicals

      (in XLS format)

    2. Re:Source of debt? by ebno-10db · · Score: 1

      in XLS format

      You want to repeat the mistake?

    3. Re:Source of debt? by cusco · · Score: 1

      An enormous proportion of it is sucked out of the economy by the military. If you graph the Pentagon spending and the Federal deficit over the last half century the two parallel very closely most years. It's not an accident that the only period in my lifetime that the government ran a budget surplus (however artificial) was when scores of military bases were being closed and some of the more disgustingly wasteful programs were being cut back.

      --
      "Think about how stupid the average person is. Now, realise that half of them are dumber than that." - George Carlin
  34. Ah, MS EXCEL, the bane of my f**** existence by radub · · Score: 1, Funny

    I didn't even bothered to read the submission, just posting this to tell everyone that after working 16 years with that piece of software, I need therapy

  35. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    "Essentially buying a house with cash can be considered as investing in property at the mortgage rate of interest"

    Not exactly. You are comparing buying a thing with entering into an agreement in which someone else buys a thing and you pay them to be able to use it for whatever (legal) purposes you like. They are not the same even though a mortgage is called 'buying', it isn't.

    And note that "differential tax treatment, stamp duty on house purchase" are again tools of the statist and my question is to what end?

    Different example, in the US we have just seen the largest government power grab in just about forever forced upon us in the form of Obamacare in the guise of providing better access to healthcare. I ask you this; if the state was truly interested in increasing access to healthcare why didn't they simply and immediately cease collecting income taxes on that portion of income spent on healthcare related expenses? A simple thing to do, immediate and across the board impact directly to the people (which was what they said they wanted to do). Anyone care to guess why they didn't do this?

    Yes that's rhetorical.

  36. and this kids is why by mjwalshe · · Score: 2

    Professionals don't use excel for data analysis

    1. Re:and this kids is why by Anonymous Coward · · Score: 0

      Bullshit. So what do they use?

    2. Re:and this kids is why by mumblestheclown · · Score: 1

      Double Bullshit, karma-whore.

      Of course, there are plenty of problems for which excel is not suitable, such as when the data sets get too large. However, for quite a few other real world problems, it is far more than adequate. Anyway, this is slashdot so note how this was sold as an "Excel error" when clearly it was an operator error.

    3. Re:and this kids is why by khallow · · Score: 1

      It would equally be a problem with any other sort of data analysis or data analysis program. So I guess, kids, we just shouldn't do data analysis because we'll eventually make mistakes.

    4. Re:and this kids is why by Anonymous Coward · · Score: 0

      Except for the pesky little fact that it was the professional that fouled up the works, not Excel.
       
      But, I know, I know... It's Slashdot's Two Minute Hate(tm) against Microsoft, even if it's not really Microsoft's fault, so bash away...

    5. Re:and this kids is why by mjwalshe · · Score: 1

      yes but not ones caused by the software

    6. Re:and this kids is why by khallow · · Score: 1

      This wasn't caused by the software either. Sure, it's somewhat easier to make array boundary errors with spreadsheets than other software, but that's why the user looks for such things.

    7. Re:and this kids is why by Anonymous Coward · · Score: 0

      You really are that dense, aren't you?
       
      Just because the topic says Excel you go right into knee jerk mode and blame Excel. I really hope I never have to deal with you in real life because you're a royal asshat.

    8. Re:and this kids is why by cusco · · Score: 1

      Horsepuckey. Almost all of the energy traded in North America is bought and sold based on a bunch of fairly complex Excel spreadsheets whipped up by a couple of public utility districts and emailed around. That's hundreds of billions of dollars every year. Almost all insurance actuaries make extensive use of Excel, most economists, pretty much every accountant. That's a big honking pile of professionals whose profession rely on Excel.

      --
      "Think about how stupid the average person is. Now, realise that half of them are dumber than that." - George Carlin
    9. Re:and this kids is why by mjwalshe · · Score: 1

      ah yes i seem to recall those brownouts in California a while back and I am sure those bankers that fixed the libor rate used excel as well.

    10. Re:and this kids is why by Anonymous Coward · · Score: 0

      You obviously don't work on Wall Street. Excel is the basis of data analysis here!

  37. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    western governements have been spending more then their income for at least 40 years.

    you don't need a study to know that can't last, sooner or later you have to pay what you spent

  38. Re:More Statist Bullsiht by SomeKDEUser · · Score: 0, Flamebait

    Ahhh, yes, Libertards, the people who believe there is no such thing as an externality, and no such thing as collective preference. Who claim markets are magic -- indeed bargaining, rigidities and information asymmetries are irrelevant -- and always get to optimal pricing instantly. Apparently, they also live in an alternative universe where "Keynesian" US is currently undergoing a triple-dip depression, whereas "austere" Europe is adding jobs and growth month-on-month.

    In that alternate universe Mr. Hawley is called "Hawly", too. Presumably, it is also a magical universe where gold supplies automatically match the production of goods and services.

    You are entitled opinions, but not facts.

  39. Re:More Statist Bullsiht by mcgrew · · Score: 2

    The great depression wasn't caused by the stock market crash, by the way.

    Indeed. It was caused by the very same actions that caused the 2008 meltdown. There's an excellent history of the 1920s written shortly after the crash that was required reading in a class I took at SIU about 40 years ago, Only Yesterday. It's a good read, and an eye-opener about our own time.

    After the crash, the unemployment rate was about what it is now - floating between 9 and 10 percent

    I'd be very interested in a citation -- everything I've read (and my grandparents, who were born about the turn of the century) said it was more like 25-35%.

    Notice below how you see the dow begin to recover up until Smoot-Hawly

    That was enacted in 1930, your graph shows no such thing. Read the book I linked, the full text is there.

  40. Re:More Statist Bullsiht by Chrisq · · Score: 2

    Stupid? Really? I see you cleverly avoided answering the question.

    My point was that no report is necessary to make the correct conclusion, errors in Excell are not relevant, nor is the report.

    Deficit spending is bad, debt is bad, big government statism is bad, unless you are one of the thieves of course.

    And you present no argument otherwise, except for calling me stupid. Nice.

    Fuck off.

    OK so you can know what's good and bad without regard to any facts. I'll let others decide whether that is stupid or clever.

  41. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    "Nobody argues that student debt isn't an investment in earning more money in the future (that pays off the debt and more) unless you do a pointless degree."

    I don't even understand that sentence, is that a question or a statement?

    "What about a mortgage compared to rent"

    Umm, what about it? That's not what I was talking about. So what's your point?

  42. Re:More Statist Bullsiht by khallow · · Score: 4, Insightful

    You are entitled opinions, but not facts.

    Not much I can add, except that maybe people who use the term, "Libertards" seem universally to be idiots. But that's just an entitled opinion of mine.

  43. Re:More Statist Bullsiht by Lakitu · · Score: 1

    So you want the government to pay for billions (or trillions) of dollars worth of things by having that cash sitting around in an account all year long in preparation for the bill?

    Debt spending is not the same thing as deficit spending. Keep on speaking your mind about it, though! People voicing opinions like yours, above, are reason the libertarian "movement" is so generally laughable.

  44. Re:More Statist Bullsiht by khallow · · Score: 1

    I'd be very interested in a citation -- everything I've read (and my grandparents, who were born about the turn of the century) said it was more like 25-35%.

    Not six months after the crash. Those high levels of unemployment came later in 1932 and 1933.

  45. Re:More Statist Bullsiht by khallow · · Score: 2

    I have yet to meet a libertarian that was not a greedy asshole (the pretend ones) or lived in a parallel universe (the true believers).

    I wouldn't expect you to recognize a situation where you had.

  46. This is sooo Douglas Adams by Richard+Kirk · · Score: 2

    An error with an Excel spreadsheet looses Belgium, and the corresponding warp in the data space plays with the world economy? The only logical explanation is someone in Heaven has hired Douglas Adams to make reality 'more interesting'.

    1. Re:This is sooo Douglas Adams by Anonymous Coward · · Score: 0

      An error with an Excel spreadsheet looses Belgium

      Wow, Excel freed an entire country? What can't that magic piece of software do?

    2. Re:This is sooo Douglas Adams by CannonballHead · · Score: 1

      What does Belgium do when it gets loose? Tear up the neighbor's lawn? ;)

    3. Re:This is sooo Douglas Adams by OneAhead · · Score: 1

      Oooh, that would be too good to be true. All the tulip fields... ruined!

  47. Excel... Really? by Murdoch5 · · Score: 1

    I don't normally support Microsoft but in this case I think they're innocent. Excel might have a small error but why isn't the work being duplicated on other statistical programs like Libre Offices spread sheet or programmed using R. For the work to be valid it has to be reproducible across a wide variety of programs and measurement techniques. I call this one in the name of bad form, just switch programs and the problem could go away.

    1. Re:Excel... Really? by Ksevio · · Score: 1

      Probably because that's a lot of work. It's much easier to just to see the result you're looking for and publish.

  48. Re:Does High Public Debt Consistently Stifle growt by jabuzz · · Score: 3, Interesting

    The loans from the USA to the UK after WWII where anything but favourable. They where under incredibly harsh terms that impeded economic growth and lead almost directly to the loss of empire.

  49. Re: Creativity in following the requirements by girlinatrainingbra · · Score: 1
    Re: As time went on, though, a number of... increasingly creative... legalisms were hacked together to allow contractual arrangements... or creativity in following the requirements
    .
    Sounds a lot like the Passover requirement for the removal of all grains which are Chametz from one's household being performed over time in various ways: -- Bi'ur = burning one's chametz: actually searching for all chametz and actually destroying it (by fire, preferably)
    -- Bittul = nullifying one's chametz: if there's any chametz left in this house, I renounce my ownership of it.
    -- Mechirah = selling one's chametz. "Until five-twelfths of the way through Passover Eve one may sell or give ones chametz to a non-Jew, and it is no longer ones responsibility."
    -- and an extra twist to Mechirah One who keeps the sold chametz in his or her household must seal it away so that it will not be visible during the holiday. After the holiday, the non-Jew generally sells the chametz back to the original owners, via the agent; however, he is under no obligation to do so.

    This brilliant charade of observance is also carried out at the governmental level (see http://en.wikipedia.org/wiki/Chametz#Mechirah_practices ):

    For chametz owned by the State of Israel, which includes its state companies, the prison service and the country's stock of emergency supplies, the Chief Rabbinate act as agent; since 1997, the Rabbinate has sold its chametz to Mr. Jaaber Hussein, a hotel manager residing in Abu Ghosh, who puts down a deposit of 20,000 shekels for chametz worth an estimated 150 million dollars.

    These may also be called legal acrobatics as phrased in the article in the independent entitled "The Muslim guardian of Israel's daily bread" : Through legal acrobatics, the forbidden goods belonging to the Israeli state are simply sold to Mr. Hussein for the duration of Passover and then revert back to the state once the holiday is over. Like the governmentâ(TM)s adherence to the Sabbath and to dietary laws, the ceremony sets Israel apart as a Jewish state that upholds religious traditions.

  50. Re:More Statist Bullsiht by Inda · · Score: 2

    Bad for who?

    I have an uncle who was the finance director for a large oil drilling company and he gave me a useful piece of advice:

    "never pay off your debts"

    Why pay the mortgage off after 25 years? Why not extend the debt, use the equity, and hopefully die before it's all paid off? Inflation takes care of the payments, hopefully. Locked up equity is no good to anyone apart from the creditor.

    It's a game and some of the rules can be decided by the debtor.

    I'm on my forth mortgage. I've used the equity to pay for holidays, new kitchen and bathroom, and a host of other things. I pay less per month today than I did 15 years ago because of inflation.

    It's a gamble. And as I smoke like a chimney, a good gamble.

    --
    This post contains benzene, nitrosamines, formaldehyde and hydrogen cyanide.
  51. Fun with statisitics by DarkOx · · Score: 3, Interesting

    post-WWII data for countries that had a high debt load and high growth

    It would be hard to not have had high growth after WWII for most of Europe. Given most of those economies had been pounded into next to nothing by the war. If you have a GDP of $1 in 1945 and $2 in 1946, why that is 100% year over year growth!

    Next debt load and austerity are not the same thing. The UK had a high debt load post WWII and was also rationing food. So it had high debt AND austerity. Using debt to invest in critical infrastructure like roads and basic sanitation for example you don't have or is no longer workable, and perhaps providing minimal nutrition to the needy is an entirely different proposition than making sure every dope who masters long division gets to hang out for four years at University.

    Public debt is not always bad when there is clear ROI on where the revenues for its issuance are being directed. Debt should not be used to fund blue sky efforts, nor should it be used to provide comfort. If 'austerity' today had any relationship what what it meant in the 1940s-1950s than I might be included to agree it would be going to far for the present situation to justify, but as its used today it might as well just be a synonym for 'waste'.

    --
    Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
  52. Re:Does High Public Debt Consistently Stifle growt by JustOK · · Score: 1

    Employees are our greatest resource.

    --
    rewriting history since 2109
  53. My internal cynic by Martin+S. · · Score: 1

    Would point out that the authorities lost the deep suspicion of interest-bearing loans is a least as old as Aristotle(who was Not A Fan)..

    When they worked out to use fractional reverse banking to rob the system blind.

  54. Belgian Socialist minister quote by fonske · · Score: 1

    "La dette publique, on ne sait pas comment elle est arrivée, mais elle disparaîtra d'elle-même."
    translation: Public debt, we don't know how it arrived, but it will disappear of itself.
    He was called Guy Mathot. This genius died in 2005.
    He was a member of the same political party than the late Michel Daerden who had a youtube hit with his drunk speech.
    On a more serious note I think "5000 years of debt" from David Graeber is an interesting read. It just doesn't take away the general feeling that we got ripped by our government.

  55. Re:More Statist Bullsiht by smpoole7 · · Score: 1

    > Sometimes debt can be good.

    Sure. One of our radio stations here runs Dave Ramsey, who of course believes that all debt is evil. I respect him and understand his logic, but on the other hand, sometimes it DOES make sense. We bought a car on credit, but the mileage is so much better than our old vehicle, I can show you hard figures: we are definitely saving money every month.

    As for this article, this study completely misses the point. Just like my wife and I with that new car, government borrowing can make sense ... depending on what it's used for. That's what this whole debate is missing.

    If the borrowing is for infrastructure, you can argue that this could pay for itself (even if indirectly) down the road. But borrowing just so that a politician won't have to tell his/her voters that no, the government CAN'T afford to give you everything you want (who wants to hear that???), is just insanity.

    --
    Cogito, igitur comedam pizza.
  56. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    "Debt spending"

    Debt is a condition not an action, spending is an action.

    "deficit spending" means spending more than you have and creates "debt".

    And note that just reducing the level of deficit spending (through draconian cuts in services!) does nothing to reduce debt, in fact it increases the level of debt.

    Keep throwing spitballs, maybe one of them will stick.

  57. Re:Does High Public Debt Consistently Stifle growt by Rufty · · Score: 3

    BZZZT! Wrong

    --
    Red to red, black to black. Switch it on, but stand well back.
  58. No European Country Practices Real Austerity by Nova+Express · · Score: 2, Interesting

    The thing to remember when hearing about all this "austerity" in Europe is that no country in Europe has tried real austerity .*

    Real austerity is cutting spending until outlays match receipts. As the linked chart shows, the overwhelming majority have raised taxes or continued deficit spending. Some have slightly reduced the ratio of deficit spending to GDP and called it "austerity." They're still digging a hole, they're just doing it more slowly.

    Politicians are addicted to spending to prop up an unsustainable welfare state. They've seen what the future looks like in Greece and they still refuse to stop spending. And the current government of the United States is right there digging with them.

    Austerity hasn't been tried and failed. It's been declared difficult and left untried.

    (*with the possible exception of Estonia and one or two other small countries)

    --
    Lawrence Person (lawrencepersonh@gmailh.com (remove all "h"s to mail)

    http://www.lawrenceperson.com/

    1. Re:No European Country Practices Real Austerity by Anonymous Coward · · Score: 0

      Did you forget Portugal, which is now trying the severe brand of austerity that you seem to favor and is reeling under high unemployment and capital flight - as a 'result' of the austerity?

    2. Re:No European Country Practices Real Austerity by Anonymous Coward · · Score: 0

      But... the expenditure figures for those countries includes a lot of stuff that skews the stats.

      For example, and it's the big one, it includes all bank bailout payments and debt interest payments.

      So if a country needed to bail out it's banks (i.e. all the Austerity countries), it's expenditure went up. This money went straight to a black hole, and masks the real cuts to Welfare etc.

      Cuts to everything but the banks is austerity (just not for the banks)

      In fact, from your quoted webpage... Italy, Spain and Greece have had cuts to expenditure. Not to 2002 levels, but the increase in spending has stopped. With inflation, no increase to spending becomes an effective cut, and this doesn't seem to be taking into account.

      I didn't think France had begun Austerity either... so them being on the chart is strange. In face wasn't that a big Election promise last year... to have no Austerity... and that guy won. No... just me i guess.

    3. Re:No European Country Practices Real Austerity by Ksevio · · Score: 1

      That article seems to have forgotten Ireland which went through some severe austerity (hundreds of thousands left the country, most public sector took a 20% pay cut). While their government is slowly recovering now, I don't think you'll find many Irish happy with the situation.

    4. Re:No European Country Practices Real Austerity by Anonymous Coward · · Score: 0

      The thing to remember when hearing about all this "austerity" in Europe is that no country in Europe has tried real austerity .*

      Real austerity is cutting spending until outlays match receipts. As the linked chart shows, the overwhelming majority have raised taxes or continued deficit spending. Some have slightly reduced the ratio of deficit spending to GDP and called it "austerity." They're still digging a hole, they're just doing it more slowly.

      "Real" austerity, eh? Just like a "true" Scotsman?

      http://en.wikipedia.org/wiki/No_true_Scotsman

      "Cutting spending until outlays match receipts" is called having a balanced budget. Austerity "describes policies used by governments to reduce budget deficits during adverse economic conditions".

      http://en.wikipedia.org/wiki/Austerity

      It has nothing to do with balanced budgets, but rather reducing deficiets (ideally to zero, but not necessarilly so).

      Austerity hasn't been tried and failed. It's been declared difficult and left untried.

      Poppycock. The evidence suggests the more one practices austerity, the worse one's economic growth will be:

      http://krugman.blogs.nytimes.com/2013/02/23/austerity-europe-2/

      For more data look at the UK: practicing austerity (i.e., cutting government spending), and now entering a double (triple?) dip recession:

      http://krugman.blogs.nytimes.com/search/Osborne/

      Austerity has been tried, by many folks, and in all cases it has been found to deepen recessions. Here's when you want to cut back on government spending: when the economy is good, and the private sector will take up the slack in demand when the government start clawing back programs.

      Krugman (amongst others) was against deficit spending in the 2002 time frame when the economy was humming along, because according to Keynesian theory the economy didn't need more stimulus. After the financial crisis of 2008, private spending/demand dried up and the economy tanked: this is when the Keynesian says the government should step in to stimulate things (and then get out of the way once everything is back up and running).

      If you want to talk about "been declared difficult and left untried", then it would better be applied to the so-called stimulus package of the US (and many others):

      I see the following scenario: a weak stimulus plan, perhaps even weaker than what we’re talking about now, is crafted to win those extra GOP votes. The plan limits the rise in unemployment, but things are still pretty bad, with the rate peaking at something like 9 percent and coming down only slowly. And then Mitch McConnell says “See, government spending doesn’t work.”

      http://krugman.blogs.nytimes.com/2009/01/06/stimulus-arithmetic-wonkish-but-important/

      And Keynesian models were predicting the non-stimulus stimulus wouldn't work too well even early:

      http://krugman.blogs.nytimes.com/2008/11/10/stimulus-math-wonkish/

      Cutting government spending (i.e., austerity) is not good all the time, and is not bad all the time. More government spending (i.e., stimulus) is not good all the time, and is not bad all the time. Whether either of these two are good or bad is is determined by the macroeconomic conditions. In 2002, the conditions said that balanced budgets/surpluses (brought forward by Clinton) should be kept; the economic condtions of 2009+ say that stimultus is needed. Once the economy gets better, and private demand picks up the slack, then it will be appropriate for governments to start practicing austerity. But reducing demand, when demand is already depressed, should be a fairly obvious way to deepen a recession.

    5. Re:No European Country Practices Real Austerity by ljw1004 · · Score: 2, Insightful

      With US defense spending at 23% of the federal budget and welfare 11%, I wonder why you choose to call it a "welfare state" rather than a "military state"?

    6. Re:No European Country Practices Real Austerity by Viewsonic · · Score: 1

      Thanks for that, very enlightening.

    7. Re:No European Country Practices Real Austerity by Anonymous Coward · · Score: 0

      As a Greek living in Greece i confirm your comment - we (o.k., our goverment) have slightly reduced the ratio of deficit spending to GDP and called it "austerity" (we -the people- even dare to compare it with the NAZI invation/occupation period WHEN MORE THAN 350000 DIED FROM HUNGER IN THE CAPITAL CITY ATHENS!!!).
      Greece (and the rest in the Portugal.Italy.Greece.Spain. company of... pigs) is still "a poor state with rich citizens"... but no Excel bug is responsible for that...

    8. Re:No European Country Practices Real Austerity by CannonballHead · · Score: 2

      You appear to have left out "health care" from the "welfare" part, because the graph you got your numbers from didn't call health care "welfare." If you put health care back in - at least, medicaid type stuff - you get an additional ~$900b. In fact, "Defense" and "Health care" have the same numbers. So, put "health care" into "welfare" and you get 24% defense vs. 35% welfare/health care.

      This only includes medical service (seniors) and "vendor payments (welfare)" ... the latter includes things like "grants to states for Medicaid" (in fact, that's the biggest contributor to that part), which I definitely would include in "welfare."

    9. Re:No European Country Practices Real Austerity by Uberbah · · Score: 1

      You appear to have left out "health care" from the "welfare" part, because the graph you got your numbers from didn't call health care "welfare."

      Because that would be asinine? Medicare is an earned benefit that you earned by paying for it with payroll taxes, and of course the VA is entirely military spending. You could try arguing that Medicaid is "welfare", but without it you'd have the poor dying in the streets. Literally.

    10. Re:No European Country Practices Real Austerity by Uberbah · · Score: 1

      Which part of "Real austerity is cutting spending until outlays match receipts" was unclear?

      What part of "austerity leads to lower employment and lower wages - which leads to lower tax revenues" don't you understand? Your "real austerity" is impossible unless you are willing to continue slashing government until you don't have a government anymore.

      Or is that part of the goal for you?

      As the linked chart shows, the overwhelming majority have raised taxes or continued deficit spending.

      The stated goal of "austerity" is to drastically reduce debt and deficits. Which can either be done with spending cuts, or tax increases, or both. So you have a false framing of a false premise - neat trick.

    11. Re:No European Country Practices Real Austerity by Anonymous Coward · · Score: 0

      Austerity cannot fail, it can only be failed.

    12. Re:No European Country Practices Real Austerity by CannonballHead · · Score: 1

      I'm not saying that all welfare is bad or that we shouldn't have it. But just because it's a good or even necessary component doesn't mean we just remove it from the category, does it?

      Yes, it's "earned" in that there are taxes levied for it. I'm not sure that completely pays for it, though. If it was a one-to-one thing (money goes into account, money flows out of account; no account transfers and no deficit spending is possible), that would be different. From what I understand, that isn't how it works. I could be convinced I am wrong, there, of course ... but if that sort of clean accounting was the way it worked then it seems social security and medicaid/medicare/medi-whatever wouldn't be in such financial troubles :)

    13. Re:No European Country Practices Real Austerity by CannonballHead · · Score: 1

      I guess most people use "welfare" to mean something along the lines of "statutory procedure or social effort designed to promote the basic physical and material well-being of people in need." I think medi-X would definitely be part of that. Is it wrong? Bad? Should we get rid of it? I actually don't think so. But I still consider it "welfare." :)

  59. So I should spend, spend spend to prosperity? by Anonymous Coward · · Score: 0

    So the solution to my personal economic problem is to spend money I don't have in the hopes of becoming prosperous?

    So I should NOT cut back on vacations, cable TV, restaurants, movies, driving, toys, booze, etc? Gotcha.

    1. Re:So I should spend, spend spend to prosperity? by Anonymous Coward · · Score: 0

      So the solution to my personal economic problem is to spend money I don't have in the hopes of becoming prosperous?

      I know, it's ridiculous! We all know, at least those of us who are smart, that all successful businesses are started with straight cash and no loan is EVER required. EVER! That's why this country depends on the rich so much. They are the only ones that can start up businesses the smart way by not "spend[ing] money [they] don't have in hopes of becoming prosperous." I defy a single person to give me a SINGLE example of when someone took a loan in hopes of becoming prosperous and it succeeded. It. Never. Happens. I know, you'll say UPS, but bullshit. So he borrowed $100 he didn't have in hopes of becoming prosperous by starting the company, but that was 1907 this is 2013. $100 ain't worth shit today so it doesn't count.

      I'm waiting slashfags. Give me one single example of where someone spent money they didn't have in hopes of becoming prosperous and it worked.

      That's what I thought.

    2. Re:So I should spend, spend spend to prosperity? by ebno-10db · · Score: 1

      So the solution to my personal economic problem is to spend money I don't have in the hopes of becoming prosperous?

      You presumably are a person. The United States is a country. Has it occurred to you that there might be a difference, or are you susceptible to the fallacy of composition.

  60. Re:Does High Public Debt Consistently Stifle growt by Anonymous Coward · · Score: 0

    The Empire was never sustainable to begin with. Unfavorable loans didn't cause resentment to colonial leadership and a desire to stop sending young men all over the world to die so someone else can get rich.

  61. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    You want to keep providing substance-free responses I can keep bouncing them back.

    Are you actually trying to argue that debt is good like the chain smoker above?

    Gwan, we're all waiting.

    Fool.

  62. Isn't the trend more important? by moeinvt · · Score: 1

    I would hypothesize that the trend and YOY changes are a lot more important than the debt to GDP ratio. After WW2, the USA had a huge debt to GDP ratio. However, the government cut spending by 60% over the course of 2 years and successfully set themselves on a course to pay down the debt. This helped usher in a new era of economic prosperity.
    Currently, the USA debt to GDP ratio is ~1 and the CBO projections indicate perpetual deficits over at least the next decade.
    The economic prospects of a nation that is in debt which they are steadily reducing and a nation that is in debt while steadily accumulating more are very different.

  63. Re: More Statist Bullsiht by Anonymous Coward · · Score: 0

    The mortgage is a great example though. My interest is locked at 3.87%, inflation isn't. By all accounts by the time I pay it back I'll have paid less in today's dollars than I would have buying it in cash. You'd be an idiot to pay straight cash for a house today even if you have the money.

  64. Re: More Statist Bullsiht by Anonymous Coward · · Score: 1

    Thank you for using your brain, far too many around here don't bother.

    Doesn't anyone who supports big government socialism see that the people encouraging all the debt and deficit spending are *not* the same people paying the taxes, ever? Anyone? Hello?

    Good grief.

    It was Socialist Liberals who gained fame for "Tax and Spend".

    But it took so-called Conservatives to up the ante to "Spend and not Tax". Or "Tax Cut and Spend".

    At least the Liberals realized that stuff had to be paid for sooner or later.

  65. You misunderstood by Anonymous Coward · · Score: 0

    That's just for the tourists.

  66. Re:More Statist Bullsiht by RabidReindeer · · Score: 1

    I ask you this; if the state was truly interested in increasing access to healthcare why didn't they simply and immediately cease collecting income taxes on that portion of income spent on healthcare related expenses? A simple thing to do, immediate and across the board impact directly to the people (which was what they said they wanted to do). Anyone care to guess why they didn't do this?

    Yes that's rhetorical.

    Because it already applies. Medical expenses are tax-deductible once they exceed a percentage of your income. And have been for a long, long time.

    However, that doesn't help people whose incomes are limited because injury or chronic illness limits their abilities to earn, since you cannot pay for medical care with what you didn't have to begin with. And because people who are close to poverty to begin with have more important things to spend their limited resources on than maintenance medicine, even when it means that they will eventually incur higher expenses due to lack of preventative treatments.

    As to why Obamacare doesn't do anything more useful, ask the people who originally designed it and now want to repeal it.

  67. look by puddingebola · · Score: 1

    No, see, put a dollar sign in front of it to make it an absolute range, just leave it alone if its supposed to be relative. You didn't email this to the president already did you?

  68. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    "I'm on my forth mortgage. I've used the equity to pay for holidays, new kitchen and bathroom, and a host of other things. I pay less per month today than I did 15 years ago because of inflation.

    It's a gamble. And as I smoke like a chimney, a good gamble."

    I can't possibly present better proof of my original statement than this. You are perfectly happy to spend more than you have as you do not expect to be around to have to pay for it. You sir are the problem.

    Obama voter, no doubt.

  69. Re:More Statist Bullsiht by Chrisq · · Score: 2

    You want to keep providing substance-free responses I can keep bouncing them back.

    Are you actually trying to argue that debt is good like the chain smoker above?

    Gwan, we're all waiting.

    Fool.

    Debt for ongoing regular expenditure is always bad (maybe excepting developing countries in times of crisis). Debt for things like infrastructure projects, research, etc. can be good if the expected payoff is greater than the cost. I think most people would agree that ideally we should not be where we are now. However, whether fixing the problem in the time of recession with unemployment, lower tax incomes, etc is good is another matter. The study was used to justify a reasonably fast pay-back with austerity during recession because it seemed to show that large deficits equal low growth.

    The opposing view is that trying to reduce spending too much during recession will itself slow growth more than the deficit. A rather over-the-top analogy is of someone who is short on money deciding to save on the travel money by not going into work every day. This argument says that the defect will be easier to pay off when the recession ends, there will be lower unemployment, and higher tax revenue. Personally I think that there is a balance, the government should aim to make some savings but not hurry to pay too much off in recession.

    The thing is, if the report is used to justify the severe austerity approach, and the report is wrong, then the approach may be doing more harm that good. The reduced expenditure could mean less growth, postponing the time there will be greater revenue - and the paying off debt by itself may do little or nothing to promote growth.

  70. Re:More Statist Bullsiht by misexistentialist · · Score: 1

    That assumes there is a lunatic willing to lend you money at such a low rate.

  71. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    "Medical expenses are tax-deductible once they exceed a percentage of your income"

    Not what I presented. Why are ANY HEALTHCARE related expenses taxed?

    "However, that doesn't help people whose incomes are limited because injury or chronic illness limits their abilities to earn"

    This is completely unrelated to the point and a separate question. We are talking about taxation.

    Perhaps it's not rhetorical; why will the sate not seek to lower the rate of taxation when it will benefit the citizen? Answer.

  72. Re: More Statist Bullsiht by Anonymous Coward · · Score: 0

    "But it took so-called Conservatives to up the ante to "Spend and not Tax". Or "Tax Cut and Spend"."

    What exactly is a so-called conservative? I am a conservative, I believe in limited government, reduced spending and reduced taxation.

    If you want to make shit up you are free to do so, but don't try and put words in my mouth.

  73. Re: More Statist Bullsiht by Anonymous Coward · · Score: 0

    A fallacy. The economy is not a closed system.

    You presume that inflation is a given, you do understand that inflation is a result of other economic behavior correct? Most commonly it is the result of state printing of currency and is just a hidden tax, one I would add that hits the poor hardest.

  74. Re:More Statist Bullsiht by Rude+Turnip · · Score: 1

    There are 3 rules of finance:

    1. Debt is good
    2. Don't pay taxes if you don't have to
    3. Get paid now and pay your bills later

  75. Re:More Statist Bullsiht by AlphaWolf_HK · · Score: 2

    Aside from your arguments amounting to nothing more than ad hom, straw men, and picking at my spelling error, the key thing to take from my post was unsurprisingly lost on you.

    No smart person anywhere will ever argue that you should use borrowed money on what basically amount to luxuries.

    --
    Careful with names containing L slashdot.org/~AiphaWolf_HK slashdot.org/~AlphaWoif_HK slashdot.org/~AiphaWoif_HK
  76. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    > you are perfectly happy to spend more than you have as you do not expect to be around

    Only if you don't count equity as something he doesn't have. If he pays "50,000" for a house, and it rises in value to "100,000", why not borrow against that value?

    Once he dies, his creditors will have his house, which is valued at 100,000.

  77. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    "Debt for things like infrastructure projects, research, etc. can be good if the expected payoff is greater than the cost."

    The state is there to provide specific things to the civil society, those things include public services such as police and roads and such, defense spending and the like. Huge infrastructure projects? Research designed to be some sort of investment? This is beyond the scope of the state and is a large part of why we see the large amounts of debt and deficit spending we do! Centrally planned economies always fail, the economy is too complex and the state cannot predict nor plan for what the economy will do.

    That being said, this is a different question than the plain statement that those who prefer to go into debt are unwise, which is clear.

    Make it simple, do you agree with the chain smoker who is happy to spend more than he has with the plan to die before the bill is due? You cannot justify that.

  78. Portugal is Not Practiing Real Austerity Either by Nova+Express · · Score: 1

    Did you forget Portugal, which is now trying the severe brand of austerity that you seem to favor

    Except it isn't.

    "Portugal recorded a Government Budget deficit equal to 6.40 percent of the country's Gross Domestic Product in 2012.

    Which part of "Real austerity is cutting spending until outlays match receipts" was unclear?

    --
    Lawrence Person (lawrencepersonh@gmailh.com (remove all "h"s to mail)

    http://www.lawrenceperson.com/

  79. Re:More Statist Bullsiht by gtbritishskull · · Score: 2

    I will answer your rhetorical question.

    The government wasn't trying to "increase access to healthcare". Their goal is universal access to healthcare. The difference is that they aren't trying to "increase access" for people who already have and can afford it. They are trying to increase access for people who don't have/can't afford healthcare. Now, these people tend to be people with lower incomes. Maybe you don't follow politics, but this past year Republicans talked a lot about the "49% who don't pay federal income taxes" who tend to be lower income families. I would posit that most of the people who don't have health insurance are also probably in the group that don't pay federal income taxes. So, your solution would do almost nothing to solve the problem that they were trying to solve. All it would do would be to put the government further in debt, mostly to the advantage of people who already have health insurance.

    Another problem that they were trying to solve is the rising cost of healthcare which is putting our healthcare system on an unsustainable path. They focused on trying to incentivize results instead of actions (spending). Your proposed solution would incentivize healthcare spending, so would be doing the opposite (encouraging healthcare providers to provide more care i.e. spending instead of focusing on making that care unnecessary).

    In conclusion, the answer to your (rhetorical) question as to why Obamacare did not "simply and immediately cease collecting income taxes on that portion of income spent on healthcare related expenses" is thus. Because it is a fucking stupid idea. I see why you said it was rhetorical. Because the answer makes you look like an idiot.

  80. Re:Does High Public Debt Consistently Stifle growt by gutnor · · Score: 4, Insightful

    At some point the country with more debt has had more money than the other one. What matters is what the country is doing with that extra-resource. As a example, in June 1999, Google was 25 millions in debt, a considerably worst shape than my local kebab place.

    Debt is just an indicator. That's what's wrong with the current austerity measure in Europe. It does not matter what a Country is doing with its money, Europe only cares about the yearly balance sheet and does not give a damn about the future of the country.

  81. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    "Their goal is universal access to healthcare."

    No it is a power grab, they really don't give half a crap about people being cared for. But I'm not going to argue Obamacare with a drone, that wasn't the point I was trying to make anyway.

    "Because it is a fucking stupid idea. I see why you said it was rhetorical. Because the answer makes you look like an idiot."

    Allowing people to spend their own money on needed healthcare is stupid because you think I am an idiot. Well that convinces me, how can you argue against that.

    Fool.

  82. Re:More Statist Bullsiht by AlphaWolf_HK · · Score: 3, Insightful

    I don't know your political persuasion, but something tells me you are quite generous.... ...with other people's money, and never your own.

    Anyways, some of the most well known (in terms of media spotlight) libertarians are very charitable, like Penn Jillette. I call him out in particular because he has some words of wisdom that somebody such as yourself probably will never understand:

    It's amazing to me how many people think that voting to have the government give poor people money is compassion. Helping poor and suffering people is compassion. Voting for our government to use guns to give money to help poor and suffering people is immoral self-righteous bullying laziness.

    People need to be fed, medicated, educated, clothed, and sheltered, and if we're compassionate we'll help them, but you get no moral credit for forcing other people to do what you think is right. There is great joy in helping people, but no joy in doing it at gunpoint.

    People try to argue that government isn't really force. You believe that? Try not paying your taxes. (This is only a thought experiment -- suggesting on CNN.com that someone not pay his or her taxes is probably a federal offense, and I'm a nut, but I'm not crazy.). When they come to get you for not paying your taxes, try not going to court. Guns will be drawn. Government is force -- literally, not figuratively.

    I don't believe the majority always knows what's best for everyone. The fact that the majority thinks they have a way to get something good does not give them the right to use force on the minority that don't want to pay for it. If you have to use a gun, I don't believe you really know jack. Democracy without respect for individual rights sucks. It's just ganging up against the weird kid, and I'm always the weird kid.

    http://www.cnn.com/2011/OPINION/08/16/jillette.atheist.libertarian/index.html

    --
    Careful with names containing L slashdot.org/~AiphaWolf_HK slashdot.org/~AlphaWoif_HK slashdot.org/~AiphaWoif_HK
  83. Re:Does High Public Debt Consistently Stifle growt by boristdog · · Score: 1

    But "Is It Good For The COMPANY?"

  84. Excel?! error by Bugler412 · · Score: 1

    So a user makes a mistake in using a piece of software, so the /. headline makes the impression that the problem is with the software and not the user. How typical

    1. Re:Excel?! error by neminem · · Score: 1

      One of the first principles in UI design: if users are consistently making the same type of error, that *is* a problem with the software, not the user.

    2. Re:Excel?! error by ebno-10db · · Score: 1

      Do you really hope to explain good UI design to people who think that the command name "grep" has mnemonic value?

  85. Re:Does High Public Debt Consistently Stifle growt by Anonymous Coward · · Score: 1

    From Time Magazine:

    Nor did they address the most powerful critique of their research, namely the issue of causation. As Paul Krugman points out, we know that Japan’s high debt levels are the result of slow growth caused by a financial crisis, not the other way around. In addition, the research can’t explain why the United Kingdom grew so quickly after World War Two, despite high debt levels.

    Yes, they were harsh, no, they didn't impede growth,

  86. Re: More Statist Bullsiht by nedlohs · · Score: 1

    If you are a conservative and not a "so-called Conservative" he didn't put words in your mouth. Though if you are dumb enough to think he did, you might be better off letting others speak for you instead of proudly declaring your idiocy.

    The "so-called" conservatives would be:

    * The Republican party in the USA.
    * The Coalition in Australia.
    * The Tories in the UK.
    * I expect a bunch of others I don't know details about.

    I shouldn't need to say this, but you've shown you aren't the sharpest knife so, those labels mean the actual outcomes of those politicians running the show not the views of all of their voters or even all of the individual representatives.

    It was also an explicit Republican policy under Reagan: "John Anderson tells us that first we've got to reduce spending before we can reduce taxes. Well, if you've got a kid that's extravagant, you can lecture him all you want to about his extravagance. Or you can cut his allowance and achieve the same end much quicker" - so cut taxes but keep spending where it is for now (and as 30 years of history has shown never actually cut spending to match, just borrow the difference and keep increasing spending).

  87. Re:More Statist Bullsiht by Anonymous Coward · · Score: 1

    "Ahhh, yes, Libertards, the people who believe there is no such thing as an externality, and no such thing as collective preference."

    Really? Who said that?

    "Who claim markets are magic -- indeed bargaining, rigidities and information asymmetries are irrelevant -- and always get to optimal pricing instantly."

    What are you reading that claims that?

    "Apparently, they also live in an alternative universe where "Keynesian" US is currently undergoing a triple-dip depression, whereas "austere" Europe is adding jobs and growth month-on-month."

    Any quotes, citations, anything to expand on that?

    "Presumably, it is also a magical universe where gold supplies automatically match the production of goods and services."

    Why would it need to?

    "You are entitled opinions, but not facts."

    Thanks. I'm finding neither thoughtful opinions or hard facts in your screed though. Just an angry little man.

  88. Re: More Statist Bullsiht by BetterSense · · Score: 1

    It's not possible to talk about "interest" without talking about the currency that is being transacted. If you charge a rate of interest equal to the inflation rate of the currency, that is basically asking to be repaid what you loaned. This has reasonably been interpreted as "not usury".

    There is no precedent to support an interpretation (usury=any interest) that basically means "if you loan money out, you must agree not to be paid back in full". That would basically be a ban on loaning money, making it equivalent to charity. Nobody is going to loan out $X in face value today and get paid back $X face value 10 years from now, in a currency that is inflating 10% per year.

    In an economy that uses a precious-metal currency with no significant inflation (mining), it may be feasible to loan someone a sum of money without interest, knowing that when you get that money paid back in full, it's going to be worth the same or possibly more than when you loaned it out. In other words, loaning the money out did not hurt you any more than leaving it in your vault. Charging interest on top of a deflating currency would be "usury" and would result in money being increasingly concentrated in the hands of the money-lenders, which is why it was proscribed.

    Not that Rome et. al. didn't attempt to debase their currency, but it doesn't compare to say, inflation of the USD (2 orders of magnitude inflation in ~100 years).

  89. Re: More Statist Bullsiht by Anonymous Coward · · Score: 0

    The Republican party in the USA is not conservative, gee what a fucking genius you are.

    Any other words of wisdom asshole?

  90. Re: More Statist Bullsiht by nedlohs · · Score: 1

    "All" is a big claim? I'm pretty sure there are a bunch of people claiming deflation is a concern who would likely think that locking in 3.87% might very well end up being higher than inflation. At least one person from whomever loaned you the money seems to think that, for example.

  91. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    "Only if you don't count equity as something he doesn't have."

    I will grant you that in theory, but in today’s housing market it's quite unlikely. Note that cancer-,man stated he is on his fourth mortgage. Also this scheme leaves him with considerably less than the 50k in real value you present.

    And given that he needs to die to make this cunning plan work out is kind of a tell.

  92. Re:Does High Public Debt Consistently Stifle growt by ultranova · · Score: 2

    As everybody can see from the situation with Greece and the other European PIGS, excessive debt means you've surrendered control of your own destiny.

    What Greek, Cyprus and others teach us is that once you've surrendered your own money you lose control of your destiny. The practical result of Euro is that countries that are struggling can't let their currency devalue and result in natural rebalancing of imports and exports. It forces all the economies in Europe (well, those who joined it, anyway) to march in lockstep, but they're too different so it's going badly.

    This attempt to build an unified Europe is coming to the same end all the previous ones have. The only question is: how chaotic will the collapse be?

    --

    Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

  93. Re:More Statist Bullsiht by Chrisq · · Score: 1

    Make it simple, do you agree with the chain smoker who is happy to spend more than he has with the plan to die before the bill is due? You cannot justify that.

    Though dishonest, if you have no descendants or dependents I can see this argument has some logic. You would have to be very sure that you will die before the bill is due though! In the case of governments there certainly are future generations who will have to pay, so this does not apply. I suspect that some leaders do see their time in office like the chain smoker though!

  94. Re:More Statist Bullsiht by cusco · · Score: 1

    Fifteen years ago one of my bosses laughed at me for paying down our mortgage as fast as we could. He thought we were fools since we could take that extra principle and invest it in the big Wall Street casino. He was paying about the same for his rent as our minimum mortgage payment, and figured that he should be able to pay cash for a house long before we payed off our mortgage.

    He still lives in an apartment, we own our house outright. Our house is now worth 2-3 times what we bought it for.

    --
    "Think about how stupid the average person is. Now, realise that half of them are dumber than that." - George Carlin
  95. Profit and loss by srussia · · Score: 1

    More than that: according to his logic, an "investment" should only count as such it is is successful. I'll leave it as an exercise to the reader to determine how you can possibly decide that, and when.

    In a business,
    How: Profit/loss
    When: Quarterly/Financial year

    In Soviet Russia,
    How: Regime collapse
    When: 1991

    --
    Set your phasers on "funky"!
  96. Re:More Statist Bullsiht by locofungus · · Score: 2

    Not exactly. You are comparing buying a thing with entering into an agreement in which someone else buys a thing and you pay them to be able to use it for whatever (legal) purposes you like. They are not the same even though a mortgage is called 'buying', it isn't.

    I don't know about America but in the UK this isn't the case. When you buy a house with a mortgage you own the house, not the mortgage company.

    The mortgage company holds a charge over the property such that should you default they have first dibs on the asset but that is not the same as saying they own the property. Should you default and the property be insufficient to pay off the mortgage then you'll still be liable for any remaining debt.

    It's not that unusual in the UK for the mortgage to be secured on a different property to the one being bought with the loan. In the past it also wasn't that unusual for mortgages to be used to buy things other than property

    We have hire-purchase which is closer to what you describe (although I've never heard of it being used for house purchases) where the ownership stays with the lender and (subject to a pre-agreed charge) the buyer can walk away from the deal at any time.

    Tim.

    --
    God said, "div D = rho, div B = 0, curl E = -@B/@t, curl H = J + @D/@t," and there was light.
  97. Re:More Statist Bullsiht by cusco · · Score: 1

    This is beyond the scope of the state

    Why? Just because you say so? I personally think that helping to ensure the continued existence of life in the universe should be part of the state's scope, so support spending on space exploration. Does that make it so? Of course not. Governments have to do what the people who they purport to rule desire in the aggregate, if not they are replaced. Even kings lost their heads to commoners. Just because your personal religion proclaims that anything beyond ensuring that you get to satisfy your greed at the expense of the rest of society is "beyond the scope of the state" in no way makes your desire into reality.

    --
    "Think about how stupid the average person is. Now, realise that half of them are dumber than that." - George Carlin
  98. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    Nice quote.

    "People try to argue that government isn't really force."

    It's more than that. Taxation is theft. Theft is taking of property against the will of the owner of that property. If it is your will to give this property to the state you may volunteer it; if it is not your will they *will* take it and if you refuse you will go to prison or face violence. This is clearly theft, at the point of a gun.

    Now I am not arguing for zero taxation, the conservative believes in the limited but prudent role of the state, the keyword there being limited; but the libertarian does get many things right and this one is key.

    Here is another one;

    "Whensoever therefore the legislative shall transgress this fundamental rule of society; and either by ambition, fear, folly or corruption, endeavour to grasp themselves, or put into the hands of any other, an absolute power over the lives, liberties, and estates of the people; by this breach of trust they forfeit the power the people had put into their hands for quite contrary ends, and it devolves to the people, who. have a right to resume their original liberty, and, by the establishment of a new legislative, (such as they shall think fit) provide for their own safety and security, which is the end for which they are in society."

    Locke, Second Treatise of Civil Government

  99. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    I was speaking to the good of the civil society and not the individual, I could have pointed that out but I thought it was a given.

    Though we may not agree on everything I will say I appreciate your willingness to engage in actual discussion and not name calling like so many on here tend to drop into.

  100. Re:Does High Public Debt Consistently Stifle growt by Anonymous Coward · · Score: 0

    I don't agree with that.

    Problems started from before the switch to the single currency when they were already ignoring transgressions with budgets. Ten years ago both France and Germany were breaking the rules, and they should have been setting the tone for the smaller countries.

    Further, there are plenty of countries where this works. The US has localised recessions and booms sure, but nobody's seriously arguing that New York City and California should have different currencies. China is more than twice the size of Europe.

    Currency devaluing is just a technique for dealing with the symptoms in most of these cases, not the causes.

  101. If debt is unimportant... by hsthompson69 · · Score: 1

    ...then why not reduce all taxes to 0%, and fund government exclusively through deficit spending?

    It seems the spin is "there was an error, therefore there is never a problem with debt" - this really seems to be missing the original point.

    In the end, I suppose the fact of the matter is that eventually, as a debtor, governments using fiat currency will ameliorate their problem by devaluing the currency, and punishing savers while rewarding other borrowers like themselves. The economic harm that this does will be great, perhaps even devastating, but life will go on, just a little bit harder.

    1. Re:If debt is unimportant... by Uberbah · · Score: 1

      It seems the spin is "there was an error, therefore there is never a problem with debt" - this really seems to be missing the original point.

      That really seems to be a straw man, as no one has said "there is never a problem with debt", except maybe Dick Cheney.

      then why not reduce all taxes to 0%, and fund government exclusively through deficit spending?

      Why not instead deal with the fact that austerity is the wrong cure for the disease, and the data points used as an excuse have been shown to be false. Every country that has tried it has seen unemployment skyrocket while the standard of living plummets.

      You should read more Krugman, who makes the simple point that while long term debt can be a problem, causing a Great Depression with deficit terrorism is a far larger problem.

    2. Re:If debt is unimportant... by hsthompson69 · · Score: 1

      Why not instead deal with the fact that austerity is the wrong cure for the disease

      I don't think that's been shown. In fact, this magical thinking about "long term" versus "short term" debt reeks of clever rationalization rather than solid economic theory.

      As for Krugman, I've read him, and he's displayed a fantastical lack of economic understanding, his Nobel prize notwithstanding.

      In the end, the longer we delay reckoning with the fact that we cannot afford the governments we have, the worse it will get when we do have to reckon with it. Every country undergoing austerity has had skyrocketing unemployment and a lower standard of living not because of austerity, but because the *lack* of it for so many years.

      Eventually, the piper must be paid.

    3. Re:If debt is unimportant... by stdarg · · Score: 1

      There are countries that have tried austerity and are happy with the results -- Germany, Estonia, Latvia.

      Krugman famously disagreed on Estonia last year and was called out by the president of Estonia on Twitter. It was quite funny.

      There were numerous articles about Estonia at the time and when I read them, I found myself agreeing with the Estonians. Krugman's argument boils down to measuring the country's GDP at its historical peak and saying that austerity isn't successful if the post-austerity GDP is lower than the peak. The appealing part of his argument is that it's objective. You're looking at some numbers and you can make a decision. The unappealing part is that it doesn't match a common sense view of a country's economic health.

      Everybody would agree that if you can achieve the same growth with debt and without debt, you should do it without debt. As another uncontroversial datapoint, everybody would agree that if adding a tiny amount of debt helps you avoid an economic catastrophe, and that the debt can be easily repaid in a reasonable amount of time, then the country should take advantage of the debt.

      Beyond those obvious points, there's no clear formula for the benefit of debt. Let's say a country takes on $1 billion of new debt per year, and their GDP is growing by $1 million per year, and if they stopped the debt their GDP would fall by $2 billion but start growing at $500 million/year after that without new debt. Is it worth continuing the debt additions? I guess Krugman would have to say yes because losing any GDP is a sign of failure. Common sense says it's a good deal because you increase your growth so much, you'll catch up to and surpass the high-debt scenario in a few years but have less debt. Of course in real life you can't predict the future with certainty, but it shows a problem in the argument that any immediate drop in GDP is a sign of failure.

  102. Re:More Statist Bullsiht by Chrisq · · Score: 2

    This is beyond the scope of the state Why? Just because you say so? I personally think that helping to ensure the continued existence of life in the universe should be part of the state's scope, so support spending on space exploration. Does that make it so? Of course not. Governments have to do what the people who they purport to rule desire in the aggregate, if not they are replaced. Even kings lost their heads to commoners. Just because your personal religion proclaims that anything beyond ensuring that you get to satisfy your greed at the expense of the rest of society is "beyond the scope of the state" in no way makes your desire into reality.

    Even if you exclude the pure research there is a lot of R&D that most people would expect a state to do. Things like epidemiology (tracking diseases etc), defense research, surveying, demographic studies, evaluating allocation of resources - from radio bands to water extraction, pedagogy and other educational studies, traffc flow analysis.

  103. Re:Does High Public Debt Consistently Stifle growt by cold+fjord · · Score: 1

    The vicious bite of a 2% interest rate strikes again.

    . . . "In a nutshell, everything we got from America in World War II was free," says economic historian Professor Mark Harrison, of Warwick University.

    "The loan was really to help Britain through the consequences of post-war adjustment, rather than the war itself. This position was different from World War I, where money was lent for the war effort itself." . . .

    . . . the US had effectively donated equipment for the war effort, but anything left over in Britain at the end of hostilities and still needed would have to be paid for.

    But the price would please a bargain hunter - the US only wanted one-tenth of the production cost of the equipment and would lend the money to pay for it. . . .

    But the terms of the loan were extremely generous, with a fixed interest rate of 2% making it considerably less terrifying than a typical mortgage. . . . -- What's a little debt between friends?

    --
    much of left-wing thought is a kind of playing with fire by people who don't even know that fire is hot - George Orwell
  104. Re:More Statist Bullsiht by Anonymous Coward · · Score: 1

    It's more than that. Taxation is theft. Theft is taking of property against the will of the owner of that property. If it is your will to give this property to the state you may volunteer it; if it is not your will they *will* take it and if you refuse you will go to prison or face violence. This is clearly theft, at the point of a gun.

    Uh, you forget that you actually do get something in return for that "theft", namely civilization. Ever heard Holmes' quote "I like paying taxes. With them I buy civilization"? Without civilization you wouldn't have any property to begin with. You would only have what belongings you are able to keep by force yourself and in that situation when something if taken from you by force it is indeed theft since you get nothing in return.

  105. Re:Does High Public Debt Consistently Stifle growt by BasilBrush · · Score: 4, Interesting

    The creation of the USA also had it's problems, because the states were so different. e.g. A civil war due to differences in economies in the south and the north, one symptom of which was the positive and negative views of slavery.

    But would you be better off now if you'd remained independent states?

    And what of the people who thought the collapse of the US was inevitable?

  106. Re: More Statist Bullsiht by Anonymous Coward · · Score: 0

    The Republicans follow the "Two-Santa Theory" which is that they can cut spending and continue to provide all the benefits of government. They also like supply-side economics which is that demand doesn't produce growth, product availability does. There was a Republican congress person recently that said demand is a function of price (direct supply-side voodoo) instead of the commonly held price is a function of demand. Add in Laffer's bullshit curve of cut taxes and the economy will grow along with government coffers (not without a VAT or national sales tax jackass which means Fair Tax type solution but Republicans HATE that). You can clearly see that the so-called economic experts on the right have led us right into this hole with their cut taxes and spend even MOAR! But only on the wealthy and military. "Reagan taught us that deficits don't matter." VP Cheney.

    Not that I'm saying democrats are better. What I am saying is that the little-known hero of America's heyday was actually the Republicans. Before they bought into this two-santa and supply side crap they kept government in check. Then in the 70s (two santa and supply side were developed in the 70s put in practice by Reagan in the 80s) they decided they wanted to win more than keep the country going so Reagan brought in the voodoo economics guys and opened up the black hole. Now we have two parties, one wants to tax and spend, the other wants to cut taxes and spend.

  107. Re:Does High Public Debt Consistently Stifle growt by Anonymous Coward · · Score: 0

    They did impede growth at first. The US didn't realise how close to bankruptcy that the UK was when they offered the deal. Sterling was forced to devalue which increased the cost of the loans.

    In the long run though the 2% interest rates and the occasional suspension of repayment made the loans more favourable than borrowing from the markets.

    Look at how much the UK did pay back to US and Canada compared with how much they borrowed. Tell me growth would have been unchanged if all that money were being invested in the UK economy, or not being taxed out of it in the first place.

  108. Re:Does High Public Debt Consistently Stifle growt by Curunir_wolf · · Score: 1

    As Paul Krugman points out..

    "We need more stimulus!"

    --
    "Somebody has to do something. It's just incredibly pathetic it has to be us."
    --- Jerry Garcia
  109. Re:Does High Public Debt Consistently Stifle growt by ebno-10db · · Score: 4, Insightful

    The UK has had much higher debt ratios in the past. It equalled 30 years of tax revenue after the war with France and Spain in the early 19th century. It took most of the century to pay it off

    So? That was the UK's greatest period of growth and relative prosperity. It's often cited as an example of debt not impeding growth. Similarly the US had federal debt of 125%/GDP after WWII, and post-WWII was our greatest growth period. It helped that the debt was mostly internal (i.e. War Bonds were held by Americans, so paying off the debt meant paying Americans). AFAIK the same was true of the UK after the Napoleonic wars.

    However, I'm not saying debt isn't important, just that it's not the only or the ultimate evil. Other things can be worse, and can justify increasing the debt.

  110. Re:More Statist Bullsiht by feepness · · Score: 1

    Problem with that is we generally rely on our government not dying...

  111. Re:Does High Public Debt Consistently Stifle growt by ebno-10db · · Score: 1

    The US has localised recessions and booms sure, but nobody's seriously arguing that New York City and California should have different currencies.

    California is now part of the US? What idiots let that happen!?

    Ok, accepting that past mistake, the difference is that NY and CA are both under the federal government. In other words there is a fiscal authority (government) at the same level as the monetary authority (central bank). The main criticism of the Euro is that that's not true. It has a monetary authority (ECB) without a corresponding fiscal authority. The EU is too weak to count as equivalent to the US federal government.

  112. another telelogical science fallacy by peter303 · · Score: 1

    'Select the conclusion first, then choose the experiement and data". We see this a lot on both sides of the global warming debate.

    1. Re:another telelogical science fallacy by Uberbah · · Score: 1

      'Select the conclusion first, then choose the experiement and data". We see this a lot on both sides of the global warming debate.

      Oh, we do indeed see a lot of false equivalencies like this one here.

  113. Re:Does High Public Debt Consistently Stifle growt by Curunir_wolf · · Score: 2

    This attempt to build an unified Europe is coming to the same end all the previous ones have. The only question is: how chaotic will the collapse be?

    It won't be a collapse, it will be a war, actually a civil war similar to the mid-19th century civil war in the United States. The United States of Europe will go through the same thing. The wealthy productive states will impose more and more requirements on the indebted states, the indebted states rebel, the wealthy states resentful that their money would be used to bail out the states that spent more than they had, and it will come to a head.

    So which are the wealthy states? Well, at the top is Germany. And many in Europe see Germany as attempting to implement the "Fourth Reich" to take over Europe through financial means. That may be a little over-the-top, but the political climate there is growing heated. Germany and the EU will use this crisis to press for greater central control, and in fact are already doing so. Countries that don't like giving up more sovereignty balk, and more financial pressure is applied. We can only hope it doesn't turn into a shooting war. Already a lot of street-level violence going on.

    --
    "Somebody has to do something. It's just incredibly pathetic it has to be us."
    --- Jerry Garcia
  114. Re: More Statist Bullsiht by HeckRuler · · Score: 1

    As much as I like to point out silly religious laws, I think this is actually more a factor of their time and level of societal progress. With progress and stability the system changes and certain things make sense. I mean, imagine anarchy. The concept of a loan is laughable as they can simply walk away with your money. Now take a small step of progress and you have some jackboot thugs that hunt down deadbeats. Loans are now a good thing... for the bank. But there's nothing there stopping predatory practices and even kings can be laid low by owing a buck. This is where the stigma against loans and interest comes from. And rightly so. But take another step of progress, and have a society that understand bankruptcy, predatory loans, and we have jackboot thugs that hunt down loan-sharks. Now loans are a financial tool that (mostly) do good. There are still people that skip town and there are still loan-sharks, but we fight against them. Yay progress.

    Islamic finance is indeed a backwards way of doing things, but it makes sense for a less established society. It's important to understand why these silly laws get written down in the first place, it tells you something about society.

  115. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    There are two kinds of libertarians: rich libertarians who stand to gain by being at liberty to pollute and defraud, and libertards who are poor or middle class who swallow the "gubmint is ebull, never does good and always screws you over!" bullshit spewed by the rich smart sociopaths who own lots of Monsanto and BP stock.

    Then there are the very few of us who believe that government should protect you from me but not from yourself. Unfortunately, none of the third group are in the Republican or LP parties.

  116. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    Taxation is theft.

    ...

    Now I am not arguing for zero taxation,

    When you sort out your personal cognitive dissonance, you get back to us.

  117. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    Except he gets nice holidays, a new kitchen and a host of other things in the mean time, so it's working before he dies.

    He has equity, he borrows against equity, he now has money secured on that equity (which he has to service, but as long as he has his job and can service he is fine. If he loses (or is it looses :-o ) his income, the mortgage company takes his house).

    Indeed, he could in theory pay off his mortgage before he dies, even after having extra borrowings against equity.

  118. Re:Does High Public Debt Consistently Stifle growt by tehcyder · · Score: 1
    If there's an actual war, no one is going to be on Germany's side. Not France, Spain, Italy, the UK, the Netherlands, Belgium, Denmark, Poland or anyone else. Some of the former USSR satellite-states may be forced to side with Germany, but at that point I imagine Russia will invade anyway.

    Germany is strong economically, but not militarily.

    And I really can't see the US stepping in on Germany's side against the UK et al.

    --
    To have a right to do a thing is not at all the same as to be right in doing it
  119. Re: More Statist Bullsiht by Anonymous Coward · · Score: 0

    As a historical note, christianity used to have nearly identical rules concerning usury; and the deep suspicion of interest-bearing loans is a least as old as Aristotle(who was Not A Fan).

    As time went on, though, a number of... increasingly creative... legalisms were hacked together to allow contractual arrangements that were loans at interest in everything but name. In the case of christianity, the charade was so transparent, and the amount of obviously-loan-backed economic activity so significant, by the early modern period, if not earlier, that almost everyone bowed to the inevitable and "usury" stopped meaning 'charging interest' and started meaning 'charging lots and lots of interest'(and even 'lots and lots' has proven to be pretty flexible).

    A study of the history of casuistry would be enlightening. The book "The Abuse of Casuistry: A History of Moral Reasoning" by Jonsen and Toulmin has an entire chapter that covers usury.

    When the edict against usury was originally written, most folks were agrarian farmers, and the only folks that regularly needed money were elite. When the farmers did need to borrow money, it's because some kind of disaster hit and they had to feed their family. So the moral context of the prohibition of charging interest was of taking advantage of the poor and needy, and not practicing one's obligation for charity. It should also be noted that there was no declaring bankrupcy, and if you couldn't pay it back, you were going to have a bad time.

    Similarly, the current meaning of "charging lots and lots of interest" is often done to those who cannot get money from normal financial institutions, and have to turn to nefarious individuals/organizations. Again, it is not so much about the interest itself, but the moral idea of not taking advantage of the poor and needy. Similarly: no bankrupcy protection, and if you couldn't pay it back, you were going to have a bad time.

    The allowance of charging "simple interest" is allowed because there is no moral hazard to lending money in this instance. As the loaner you are taking risk, and the loanee is taking risk. Both stand to potentially benefit and have losses.

    The use of "charade" indicates a lack of knowledge of the reasoning behind the edicts, and assumes that it was "just because". Casuistry has often been labelled to sophistry, but anyone who thinks that has read too much Pascal IMHO.

  120. Re:Does High Public Debt Consistently Stifle growt by njnnja · · Score: 1

    There are two differences between the US and Europe with regards to suitability for a common currency: 1) fiscal policy cross-subsidizations, and 2) labor mobility

    1) Automatic stabilizers such as unemployment insurance provide short term assistance to areas that have localized recessions, with money from areas that have localized booms. The US has many of these fiscal transfers, both automatic and ad hoc, while Europe has almost none.

    2) Over the long run, if you have labor mobility, places that are depressed for a long period of time (e.g., rust belt) become depopulated as people seek better opportunities elsewhere (e.g. sun belt). When Silicon Valley took off, people from around the country relocated to share in the boom. As much as Americans joke about the different cultures within the US, it is much easier for someone from Chicago to relocate to Los Angeles than someone from Athens to permanently reside in Frankfurt.

  121. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    Indeed, analysts sometimes criticize companies for not having _enough_ debt.

  122. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    "I don't know about America but in the UK this isn't the case. When you buy a house with a mortgage you own the house, not the mortgage company."

    It's semantics, but however you slice it if you haven't paid for the thing that someone else lends you the money for, you didn't buy the thing and you do not own it.

    In the US if you can't pay the mortgage you will face repossession and they will take your house.

    Hell, after you pay off the mortgage you don't really own it either because if you fail to pay your property taxes they will take your house too, just a different "they" and yes that is another subject entirely.

  123. You know what they say... by almitydave · · Score: 1

    "There are lies, damn lies, and Belgium." -Mark Twain

    --
    my, your, his/her/its, our, your, their
    I'm, you're, he's/she's/it's, we're, you're, they're
  124. Re:More Statist Bullsiht by ebno-10db · · Score: 1

    Notice below how you see the dow begin to recover up until Smoot-Hawly

    Post hoc ergo propter hoc. Even Milton Friedman said that, while a bad idea, the effect of Smoot-Hawley was miniscule, because trade was only a small part of the US economy.

    And if you think tariffs are always bad, burn Alexander Hamilton in effigy. Under those idiotic protectionist policies he instigated (and which were maintained for well over a century) we became the .... Oops, ok, we became the greatest industrial power in history. But that's not the point you're interested in, is it?

    Keynesian theory was shattered when it proposed that stagflation can't possibly happen

    That would be damning, if in fact Keynesian theory predicted such a thing. It doesn't, but it's a nice urban legend for people to reiterate until they think it's true.

  125. Re:Does High Public Debt Consistently Stifle growt by xelah · · Score: 1

    High public debt drains away valuable resources faster than low public debt

    How does it do that? Where do the resources go? Yes, in some cases countries (eg, Greece, Italy or Portugal) are losing huge proportions of their most qualified workers, but that's because of the recession rather than the debt itself. There's an argument that high debt causes high taxes which causes economic distortions which reduces activity, but the reduced activity isn't caused by resources being 'drained away', it's caused by those resources sitting there and not being used.

    Given the same amount of initial resource, a country with high public debt will have smaller chances for recovery

    That's an assertion. Do you have reasons? And why specifically public debt, and not total debt?

    It may be better to distinguish between foreign debt (public and private) and domestic debt. Greece had a lot of public debt borrowed from foreigners. Spain had little public debt, but lots of private debt borrowed from foreigners. When that debt was building up there was more being consumed in those countries than was produced.....the borrowing of money from abroad allowed this to happen, because without it there'd have been no euros left in those countries, they'd have all been used to pay for imports. Now they have to pay back their debts, and to do that they need to reverse those flows: make more than they consume, receive an inflow of euros in exchange for them, and send them back out again to pay the debts. This isn't happening, but not because of a lack of resources, or because of any sort of draining away. They have lots of unused resources. It's working because the control system of their economy - markets, prices, contracts, banks, laws and so on - can't do the right thing to organize those resources in to productive use. And, of course, one reason for that is because there's no exchange rate there to create across-the-board price reductions for their domestic inputs and outputs.....

  126. Re:More Statist Bullsiht by tehcyder · · Score: 2
    So somehow the evil government forced the authors of the report to get the facts wrong about the relationship between debt levels and economic growth even though they got them wrong in a way that made high debt levels seem worse than they really are?

    I don't know about not reading TFA, you can't even understand TFS.

    --
    To have a right to do a thing is not at all the same as to be right in doing it
  127. Re: More Statist Bullsiht by fuzzyfuzzyfungus · · Score: 1

    The interesting thing(in the context of the transformation of christian thinking on Usury) is the difference that developed between the catholics and the protestants:

    Because so much of catholic religious and philosophical thought owed a debt to Aristotelian natural law theory that verged on being a second mortgage, they spent much more time grappling with(and tended to structure their solutions to dodge around) the notion that it was 'contrary to nature for money to fructify', with assorted other arguments(duty to charity, god's postlapsarian condemnation to live 'by the sweat of your brows' seen as a condemnation of unearned income, and others) playing a secondary role.

    Partially because their strong 'sola scriptura' bent kept them off the Aristotle a bit(protestant moralists generally didn't mind approvingly quoting catholic condemnations of usury; but the role of christianized Aristotelianism was overall much, much smaller), and partly because they developed later, and much more in the context of an urbanized or semi-urbanized population with mercantile activity, protestant thinking on the subject frequently went directly for the 'duty of charity' angle, and voceferiously attacked 'consumption credit', extended to the poor; as a violation of that duty; but was largely untroubled by capital markets and instruments that dealt in business investment.

    The social, pragmatic, reasoning and effect were actually quite similar in both cases(as you note). Even to this day, payday loans, check-cashing joints, and the like are considered pretty sleazy by all but the most doctrinare free-marketeers, and neither the catholic nor protestant positions endorsed the extension of consumption credit.

    The difference is that, betweent their natural law enthusiasm and their long history of arguments against usury, the catholic position had to be much more creative about logic-chopping their way to the conclusion, while the reformation allowed the protestant position to mostly ignore the accumulated precedent, rather than having to produce a body of circumvention and subtle amendment.

  128. Belgium by Anonymous Coward · · Score: 0

    Nobody expects the ... Belgium to be included.

  129. Re:Does High Public Debt Consistently Stifle growt by operagost · · Score: 1

    No, I'm pretty sure capital is included in valuation. Actually, I'm 100% sure.

    --

    Gamingmuseum.com: Give your 3D accelerator a rest.
  130. Re:Does High Public Debt Consistently Stifle growt by operagost · · Score: 1

    The resources go to debt servicing. If you don't make payments on your debt, you go into default.

    --

    Gamingmuseum.com: Give your 3D accelerator a rest.
  131. Re:Does High Public Debt Consistently Stifle growt by xelah · · Score: 1

    Money != resources. People's time, land, oil, capital (roads, factories), etc are resources. Money is not (and it doesn't get used up). Resources will, of course, be used to produce output which is sent abroad to bring in money which can be sent back out again to pay foreign creditors. But when people say 'recovery' they're not talking about domestic consumption. They're talking about domestic production - ie, GDP, jobs and growth.

  132. Response by the+eric+conspiracy · · Score: 2

    The authors of the study have posted a response that refutes these criticisms.

    http://www.huffingtonpost.com/mark-gongloff/reinhart-rogoff-research-response_b_3099185.html?utm_hp_ref=tw

    The real issue here is not the data which seems to be holding up, but the deeper question as to whether correlation implies causation. It clearly does not - that is low economic growth could be causing high deficits just as likely as the reverse.

    HOWEVER it does seem pretty unlikely that one can claim that high deficits cause higher economic growth. That is the real take away here.

  133. Re: More Statist Bullsiht by nedlohs · · Score: 1

    Is it the phrase "so-called" you are having trouble with? Just in case you are that stupid it means "not actually".

  134. Rogoff & Reinhart != Excel error by mschaffer · · Score: 1

    I would call this error a "Rogoff & Reinhart", as they were the ones that fat-fingered in the first place.

  135. Re:More Statist Bullsiht by SomeKDEUser · · Score: 1

    I am in fact rather smart. An I will make the argument that is is not possible in general to delineate what is a luxury and what is not.

    No, I'll just let you come up with an example, any example, of something which is purely a waste of money. Which can never, in any way be construed as an investment.

  136. Re:Does High Public Debt Consistently Stifle growt by morgauxo · · Score: 1

    Well.. The US was like that once...

  137. Re: More Statist Bullsiht by Anonymous Coward · · Score: 0

    No, that's old testament. Christianity is new testament. Old testament is Muslims and Jews. New testament is gentiles.

  138. Ireland Didn't Practice Real Austerity Either by Nova+Express · · Score: 1

    Ireland which went through some severe austerity

    Except it didn't. "Ireland recorded a Government Budget deficit equal to 7.70 percent of the country's Gross Domestic Product in 2012." And it was as high as 30.9% in 2010. Now, if you want to argue it was foolish to bail out Anglo-Irish Bank, that's a different argument.

    Which part of "Real austerity is cutting spending until outlays match receipts" was unclear?

    --
    Lawrence Person (lawrencepersonh@gmailh.com (remove all "h"s to mail)

    http://www.lawrenceperson.com/

    1. Re:Ireland Didn't Practice Real Austerity Either by Ksevio · · Score: 1

      I said severe austerity - obviously they didn't full out because that would have destroyed their economy even more, but it's clear from the trend what would have happened.

  139. Re:Does High Public Debt Consistently Stifle growt by ebno-10db · · Score: 1

    Maybe under the Articles of Confederation, but not under the Constitution. That's exactly why the US was failing under the Articles of Confederation.

  140. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    If you don't like civilization and paying taxes, you can always go somewhere else. Yes, you might not have personally agreed to all this, but your ancestors did.

    And how is it "other peoples money" when I pay for it myself too? That's like saying when I call for raising taxes on myself and people like me, I'm actually just wanting all their money myself. I don't know of anyone saying only libertarians should be taxed and forced at gunpoint to pay for charity.

    Full on libertarians are pants-on-head retarded and if ever allowed to run anything would turn to anarchy.

    Libertarian ideals are great, however.

  141. Great post, but puuuuhhhlease, Rogoff ???? by sgt_doom · · Score: 1

    Rogoff has long been a member of that lobbyist group for the international ultra-rich, the Bretton Woods Committee (brettonwoods.org). In fact, here he is on their membership page:

    http://www.brettonwoods.org/page/committee_members

  142. Pentium bug? by bkmoore · · Score: 1

    I didn't realize people were still using the Pentium 60/66 to calculate their spreadsheets.

  143. Dont be naives by ruir · · Score: 1

    "austerity" is just another name for greedy politicians digging further into your pocket...

  144. Re:Does High Public Debt Consistently Stifle growt by dinfinity · · Score: 1

    a civil war similar to the mid-19th century civil war in the United States. The United States of Europe will go through the same thing.

    What the fuck are you talking about? How on earth are a bunch of cowboys with muskets (or slave owners with revolvers, whatever, fuck you) in a sticks and stones society on a recently sortof-civilized continent similar to millions of 9 to 5 schmucks in highly advanced societies where smartphones, computers and TVs pretty much rule life?

    --
    I am a crackpot

    Never mind.

  145. problem is not statistics but logic by Anonymous Coward · · Score: 0

    Comparing the US to countries in Europe is a fallacy. Belgium (from the article) is like a pilot fish and we are the whale. An individual fish might break off due to low or high debt, but most of them will have a surging or declining economy in accordance with how the global economy is doing.

    How can you properly make debt/growth comparisons when our debt is several times greater than their entire GDP, or even net worth in some cases?

  146. Liars ( and Idiots with Excel ) Figure by kjhambrick · · Score: 1

    Figures don't lie, but liars and idiots with Excel figure.

    Go figure.

  147. Re:More Statist Bullsiht by stdarg · · Score: 1

    Because it already applies. Medical expenses are tax-deductible once they exceed a percentage of your income. And have been for a long, long time.

    Health-care premiums don't apply, and that's the biggest health related expense for most people. Since the employer portion of insurance premiums is deductible, it makes it that much harder to get your own insurance.

  148. Clippy Speaks by Raven268 · · Score: 1

    Laugh, it's funny:
        http://crookedtimber.org/2013/04/17/new-tools-for-reproducible-research/

    CT is an academic site--you should see what the researchers over there are saying. Phrases like "doesn’t rise to the level of astrology" are seen.

  149. North Korea's economy is very dynamic! by GPS+Pilot · · Score: 1

    The number of starving North Koreans is not static, it's dynamic and growing rapidly. Here's a great summary by Carlos Montaner:

    In 1953, by the end of the Korean War, provoked by Kim Il Sung’s expansionist madness with the complicity of Mao’s China and Stalin’s Soviet Union, the two Koreas were destroyed. At that time, both countries had a per capita income lower than that of Honduras, then the poorest country in Latin America.

    Today, 60 years later, South Korea’s per-capita income is $32,400 (twice that of Chile, Latin America’s richest country), while North Korea’s barely rises to $1,800 (half of Nicaragua’s, the poorest country in Latin America.)

    Every year, South Korea produces 18 times the goods and services, per capita, that its neighbor to the north produces, although they both share the same ethnicity and culture and have similar levels of education. They are twin brothers made different by two antagonistic systems of organizing society.

    With an economy based on the market, competition, private property, multiparty politics, democracy, commercial openness and respect for individual rights, South Korea has integrated into the First World, eradicated poverty and is one of the engines of the planet, with more patents and scientific articles published annually in specialized magazines than any Latin American country.

    North Korea, which does the opposite, is the world’s worst and poorest tyranny. (It would be useful if the cheerleaders of 21st-Century Socialism made note of those differences.)

    --
    That that is is that that that that is not is not.
  150. Re:More Statist Bullsiht by stdarg · · Score: 1

    It's bad for the future. You're spending a bunch of stuff and then dying, which means at worst your kids will get nothing when you die. That kind of sucks for them, but you are entitled to spend your own money as you see fit.

    Government debt doesn't die just because the people who benefit from it die. Unlike your debts which evaporate, government debt is borne by the next generation.

    Surely you can see how applying your same philosophy to a country is horribly immoral?

  151. Use of Excel and indicated study not rigorous by Anonymous Coward · · Score: 0

    A thousand times this. If your study is based on an Excel spreadsheet (hint: how many rows can you have in an Excel spreadsheet), you're study probably isn't too rigorous.

  152. Re:Does High Public Debt Consistently Stifle growt by Anonymous Coward · · Score: 0

    No mismanagement of finite resources do

  153. Re:More Statist Bullsiht by RabidReindeer · · Score: 1

    Because it already applies. Medical expenses are tax-deductible once they exceed a percentage of your income. And have been for a long, long time.

    Health-care premiums don't apply, and that's the biggest health related expense for most people. Since the employer portion of insurance premiums is deductible, it makes it that much harder to get your own insurance.

    The IRS (Tax Topic 502) seems to disagree:

    Medical care expenses include the insurance premiums you paid for policies that cover medical care or for a qualified long-term care insurance policy covering qualified long-term care services. If you are an employee, medical expenses do not include that portion of your premiums treated as paid by your employer under its sponsored group accident or health policy or qualified long-term care insurance policy.

    This would be consistent with other expenses that are often, but not always covered by employers.

  154. Re:More Statist Bullsiht by AlphaWolf_HK · · Score: 1

    I already gave one, smart guy: The national endowment of the arts.

    --
    Careful with names containing L slashdot.org/~AiphaWolf_HK slashdot.org/~AlphaWoif_HK slashdot.org/~AiphaWoif_HK
  155. Holy offtopic, batman! by OneAhead · · Score: 1

    You might want to, you know, have a brief look at the summary. It contains such interesting tidbits as

    Many politicians, especially in Europe, have used the idea that economic growth is impeded by debt levels above 90% of GDP to justify austerity measures

    they did not drag down the cell ranges down properly, excluding Belgium

    New Zealand has one year in their sample above 90 percent debt-to-GDP with a growth rate of -7.6.

    (Emphasis mine)

    Where is the US even mentioned? Since when is New Zealand in Europe? Which article contains the a pilot fish / whale comparison? Also, which parallel universe are you from?

  156. Re:More Statist Bullsiht by harlows_monkeys · · Score: 1

    It's more than that. Taxation is theft. Theft is taking of property against the will of the owner of that property. If it is your will to give this property to the state you may volunteer it; if it is not your will they *will* take it and if you refuse you will go to prison or face violence. This is clearly theft, at the point of a gun.

    It's not theft because the money they are taking is not your property. Ben Franklin explained it well in his letter to Robert Morris on Christmas, 1783:

    The Remissness of our People in Paying Taxes is highly blameable; the Unwillingness to pay them is still more so. I see, in some Resolutions of Town Meetings, a Remonstrance against giving Congress a Power to take, as they call it, the People's Money out of their Pockets, tho' only to pay the Interest and Principal of Debts duly contracted. They seem to mistake the Point. Money, justly due from the People, is their Creditors' Money, and no longer the Money of the People, who, if they withold it, should be compell'd to pay by some Law.

    All Property, indeed, except the Savage's temporary Cabin, his Bow, his Matchcoat, and other little Acquisitions, absolutely necessary for his Subsistence, seems to me to be the Creature of public Convention. Hence the Public has the Right of Regulating Descents, and all other Conveyances of Property, and even of limiting the Quantity and the Uses of it. All the Property that is necessary to a Man, for the Conservation of the Individual and the Propagation of the Species, is his natural Right, which none can justly deprive him of: But all Property superfluous to such purposes is the Property of the Publick, who, by their Laws, have created it, and who may therefore by other Laws dispose of it, whenever the Welfare of the Publick shall demand such Disposition. He that does not like civil Society on these Terms, let him retire and live among Savages. He can have no right to the benefits of Society, who will not pay his Club towards the Support of it.

  157. Asuterity does not work by manu0601 · · Score: 1

    The most disturbing thing is that government keep trying austerity when we see the results, whether it is in Europe, Latin America, Africa...

  158. Error in using Excel would be more accurate by Anonymous Coward · · Score: 0

    The headline makes it seem as if there is an error in Excel such as having 1900 a leap year because 1-2-3 had it.

  159. Re:More Statist Bullsiht by khallow · · Score: 1

    Yes, you might not have personally agreed to all this, but your ancestors did.

    I hope you got that in writing. Because otherwise that's just unfounded speculation on your part.

    It's worth remembering here that almost nothing collectively done is by full agreement (I'm reminded of the Norse tale of the death of Balder where one could find a living creature, here the long suffering wife of Loki, who disapproved of the bringing to life of the fairest of the gods) and many times things are done which a majority would disagree or disapprove of (US-based examples would be the war on drugs, Obamacare, a speed limit of 55, the current US copyright protection for Mickey Mouse).

    I think we should be a lot less eager to pass highly divisive law - especially poorly thought out, highly divisive law. Especially in situations where there are substantial structural obstacles to how the will of the people is expressed (eg, first past the post voting systems which encourage the creation of two party systems at the national level in the US).

    It's also worth remembering that taxes can buy the destruction of civilization as well. Onerous environmental and safety regulations which encouraged the "export of pollution" are a classic example of unintended consequence and of taxes being used to pay for the destruction of civilization (but don't worry, it's being built up elsewhere in compensation).

    I note that the famous quote about taxes and buying civilization comes from Wendell Holmes who uttered a version of that in 1904. I wonder how much he appreciated the civilization-building event of the First World War a decade later. That was bought with taxes, after all. And he missed out on the Second World War, another classic example funded on the public dime. The instigators of each war did so on public funds and with the purpose of extending their particular civilizations' reach and control.

    I doubt libertarianism would be anything more than a curiosity, if paying taxes actually did result solely in the building of civilization. Sure, we like to pay less taxes. But we also like the benefits of modern civilization. It's when these two activities are disengaged from one another at least in perception that opposition gathers strength.

  160. Re:Does High Public Debt Consistently Stifle growt by meburke · · Score: 1

    It takes a certain amount of inputs to produce outputs. One of the inputs is capital (as in capital investment). Capital used to multiply the trade value of a resource (i.e., turning lumber into a table) is considered "productive", while capital used for other purposes is "consumptive". Theoretically, the more "productive" use of capital, the more robust the economy.

    Sometimes it helps to remember that "Economics" and "Ecology" derived from the same root. The "Ecological balance of Economy" means that with right balance of inputs the individual economic crops grow, as analagous to having enough rain, soil and nutrients to grow the trees, which are turned into tables.... Debt is runoff; it falls on ground where nothing has been planted, and drains to other places where it may or may not be productive. Sovereign debt (public debt) diminishes the amount of inputs that can be use for economic crops, sometimes draining away to some other farmer's land.

    You can only do two things with money: You can invest it or you can spend it. If you spend it, you provide jobs for the people who produce the things that you want. If you invest it, you are providing the reources to produce jobs and products that keep the economy moving. However, some investments are better than others, and if our debt gets invested in some other country, it diminishes what we can produce here. Since paying this debt depends on our economy being productive enough to provide for us and also provide a surplus, then very high sovereign debt, with interest driving the debt higher, may mean that the debt cannot be paid. You can ask the citizens of Iceland, Ireland and Cyprus if this has an effect on your daily life. Next time you will be able to ask the citizens of Greece, Italy, Portugal, Spain and France.

    Rogoff and Cameron's book may have lost some of the predictive value due to this Excel error, but the logic of the cause and effect still has some value.

    Michael Lewis wrote two interesting books that clearly describe the ruinous power of high debt, whether private or public: "The Big Short" http://www.amazon.com/Big-Short-Inside-Doomsday-Machine/dp/0393338827 and, "Boomerang" http://www.amazon.com/Boomerang-Travels-New-Third-World/dp/0393343448/ref=sr_1_1?s=books&ie=UTF8&qid=1366262251&sr=1-1&keywords=Boomerang . This is storytelling in the "New Journalism" style that is entertaining and informative at the same time. In "Boomerang" Lewis describes a meeting with Rogoff where he lays out the level of sovereign debt and asks about the consequences, and Rogoff replies, "I can't believe it is really this bad." See what happens when you don't leave your ivory tower?

    --
    "The mind works quicker than you think!"
  161. Re:More Statist Bullsiht by tehcyder · · Score: 1

    Nice things would be (and this is a classic example libertarians point out) things like national endowment of the arts. If any given artwork isn't worth anything to anybody, then why on earth are we paying somebody to make it? I really don't know if any nice things have come of it, but in the end that is all it is - just a nice thing that we don't actually need in the classical sense, and that money should be going towards paying back debts.

    Yes, art should only be available to a few super-rich ubermenschen. Culture is just something that gets in the way of you making money.

    Libertarian=fascist, thanks for showing why.

    --
    To have a right to do a thing is not at all the same as to be right in doing it
  162. Re:More Statist Bullsiht by tehcyder · · Score: 1
    We've tried organising society with the rich few doling out charity to the needy majority. That's pretty much how things were done in the Nineteenth Century.

    At some point, the majority get fed up with crumbs from the rich man's table and pull the fucking tablecloth off. Sensible rich people rreach a compromise before it gets that far.

    The point about democracy isn't whether it's right or wrong. The majority simply have more power once they realise the reality of the world and aren't cramped by the mind-forged manacles of religion or "the natural order of things".

    --
    To have a right to do a thing is not at all the same as to be right in doing it
  163. Re:More Statist Bullsiht by tehcyder · · Score: 1

    No smart person anywhere will ever argue that you should use borrowed money on what basically amount to luxuries.

    Anything apart from food, water and shelter is a fucking luxury. I know libertarians love the idea of a post-apolalyptic wasteland where they and their gun-chums carve out a position of strength over the sheeple, but meanwhile in the real world, we quite enjoy having things like roads, schools and hospitals.

    --
    To have a right to do a thing is not at all the same as to be right in doing it
  164. Re:More Statist Bullsiht by tehcyder · · Score: 1
    Countries just roll over the debt, same as corporations. As long as you are generating enough GDP/profit to afford the interest payments and over the long run can cover the repayments, what's the problem?

    All the rightwing "libertarian" fuckbags here seem to think that running a country's economy or a large corporation's finances are just bigger versions of running a market stall. They're not.

    --
    To have a right to do a thing is not at all the same as to be right in doing it
  165. Re: More Statist Bullsiht by tehcyder · · Score: 1

    Thank you for using your brain, far too many around here don't bother.

    Doesn't anyone who supports big government socialism see that the people encouraging all the debt and deficit spending are *not* the same people paying the taxes, ever? Anyone? Hello?

    Good grief.

    In a society we are all the same people.

    What rightwingers won't generally admit (although there are exceptions like The Witch Thatcher) is that they don't care about society as a whole, and in fact are repelled by the whole idea of anything that interferes with their own selfish little goals. But they will try to claim that once government has been abolished, everybody will be free to act in the selfless, charitable way that government prevents them from doing now. It's ridiculous, and also cynically false.

    So they like to pretend that they can just get rid of anything that smacks of society, starting with government. Essentially, they want the world to be one big market place, with just enough law enforcement to protect their property. Concepts such as universal sufferage, universal healthcare, universal entitlement to unemployment relief, laws to prevent slavery or child abuse, and the rest are just things that get in the way of free trade.

    --
    To have a right to do a thing is not at all the same as to be right in doing it
  166. Re:Does High Public Debt Consistently Stifle growt by Anonymous Coward · · Score: 0

    Drains it to where? Banks? ;-)

  167. Re:Does High Public Debt Consistently Stifle growt by Anonymous Coward · · Score: 0

    Currently northern countries see southerners as a bunch of spoiled lazy bastards that don't do crap. The north has managed themselves very well financially helped the south and have high taxes, the south wasted the money they lent have low taxes and are parasites that need to be educated.

    The southerners see the north as hypocrites that only lend money when they knew that part was returning to their companies and corporations. And the south also knows that in a year they tend to work more hours and receive less than half the paycheck. Also the south also has more taxes now than the northern ever had. And Europe pardoned Germany debt after WWII.

    The main problem here is that the south was year after year compelled to spend European money in services and infrastructure and let the industry fall while corruption in baking and government went wild. Now the bubble blew up and the south realizes their economy is in bad shape and the people have to compensate for the banking and government spending while the industry is completely ruined so exports are not that good. Suddenly the north says to the south they have been living above their economic capacity, when in fact the ones that did that was the banks and government and the northern countries were fine with that because the south was buying of their products.

    There's a huge stress with north and south, i doubt there will be a war but a rupture seems possible.

  168. Re:Does High Public Debt Consistently Stifle growt by Anonymous Coward · · Score: 0

    True, also Spain had really low debt levels (60% if i recall correctly) and a low deficit. And look at their state now. So yeah i doubt this is only a debt issue.

  169. Re:Does High Public Debt Consistently Stifle growt by Hognoxious · · Score: 1

    The US has had one, not counting the one where you broke away from them goddam limeys. Since then Europe's had ... how many? One Corsican midget started two on his own.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  170. Re:Does High Public Debt Consistently Stifle growt by BasilBrush · · Score: 1

    Those were when Europe was simply a continent. There was no union whatsoever. One of the purposes of the EU is to stop future wars in Europe. And it's been pretty successful - such conflicts as there have been have intra-national, and/or outside of the EU.

  171. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    I hope you got that in writing. Because otherwise that's just unfounded speculation on your part.

    It's not unfounded. It's quite logical if you think about it. Libertarians claim (and I think even many non-libertarians agree) that society used to be much freer, and it was the expansion of government that led to reduction in freedoms. Thus, it is logical to assume that your ancestors had more freedom

    In other words, your ancestors had the means to oppose an expanding government. If they didn't accept the government expansion, they could have left the country, voted the problematic politicians/laws out, or as a last resort exercised their 2nd amendment rights to fight the oppressive government

    Thomas Jefferson said you have "a republic, if you can keep it". the pronoun here is "you". The implication here is that you are not defenseless helpless damsels in distress. Should you (your ancestors) fail and the republic turns into what it is today, you have nobody to blame but yourself/your ancestors. There's no king for the people to blame like the Europeans.

    I doubt libertarianism would be anything more than a curiosity, if paying taxes actually did result solely in the building of civilization.

    Nah, there will always be a fascination towards libertarianism, because libertarianism is simply an aspect of greed, and greed is insatiable. You can never have "enough" freedom, much like how a greedy person can never have "enough" money.

    People used to think a 1.4% tax was borderline confiscation. Even if taxes were zero, it will not enough. People will start asking for handouts

    It's when these two activities are disengaged from one another at least in perception that opposition gathers strength.

    Another reason why libertarianism will never go away. Perception is reality. It's just a story contest. Libertarianism is not based on facts of reality, only moralist beliefs that people "should" be free

  172. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    Yes, and if you take your argument to its logical conclusion, nobody does, has or will ever own anything because someone (Govt., guys with bigger guns, whatever, depending on time or place) can always take it away from you by force if necessary. So there's no such thing as ownership at all in your world.

    Meanwhile, the rest of us who are not retards understand that in the context of house/land ownership, and in relation to the GP post, when we say who 'owns' it, we are talking about 'who has current legal title to the property', and we all understand that the bank having a legal charge over it means that there is a legal process by which you can lose ownership.

    You might do better in life if you try to understand the context of what people say, and what it is understood by other to mean rather than obsessing about *your* narrow pedantic definition of a word.

  173. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    Huge infrastructure projects? Research designed to be some sort of investment? This is beyond the scope of the state

    Beyond the scope of a state - if its people are happy to stay at or descend to being a third rate nation economically.

    Private companies will not take the risk of (say) national high speed broadband or decent roads (or even nuclear power, without subsidies direct or indirect). Countries without these sort of things will always fail and the countries that invest wisely in infrastructure will eat them for breakfast.
    Your ideological purity blinds you to reality, like most extremists. Every country with any sort of successful economy, regardless of its general political leanings, has come to the conclusion that at least some government provided or subsidized strategic infrastructure is essential for that success.

  174. Re:Does High Public Debt Consistently Stifle growt by mcgrew · · Score: 1

    That sounds like where I work.

  175. Re:More Statist Bullsiht by mcgrew · · Score: 1

    Which was a few years after Smoot-Hawley, so I don't see the correlation at all. If it was six months or a year I'd probably agree with you.

  176. Re:Does High Public Debt Consistently Stifle growt by ultranova · · Score: 1

    One of the purposes of the EU is to stop future wars in Europe. And it's been pretty successful - such conflicts as there have been have intra-national, and/or outside of the EU.

    To be more specific, the EU was designed as a kind of MAD system: if the economy of any member nation collapses, so does that of others, thus making starting a war an economic suicide. Sure, it works, but it also means that when the amount of nations in the EU grows, the probability of at least one of them running into trouble approaches 1, thus the permanent EU-wide economic crisis.

    This is all made worse by blind ideological adherence to austerity, which means that those of us who pay for the bailouts of bankrupt countries aren't even helping their people or economies, but rather ensuring that their debtors get paid. Profits are private but liabilities are public (at least as long as you're rich), that's the free market way.

    --

    Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

  177. Mean value theorem by FreedomFirstThenPeac · · Score: 1

    Slashdotters are educated enough to apply the mean value theorem to convert this from a quesiton of "does it ..." to a question of "at what level ...", which changes it from an existence question to an at what level question. However, the real question is whether anyone with any political audience is doing these analyses while incorporating a strong demographics and growth component (of course there is, but is anyone listening DoD Systems 2020). It is one thing for a person to owe 4x their annual salary when they are buying a house at age 25, compared with a 60 yr old buying one at 1x annual salary. The 25yo has a major factor that works in their favor, which is that their income should (in theory) increase during the payoff period, making it ever easier to pay off that debt. The political equivalent to this is the growth-based economic model, which assumes that the economy will grow every year, forever. It is when this assumption fails that we suddenly get very uneasy about debt, just as you might be very uneasy extending "125% of value" mortgages to a 70yo (fair lending and FannieMae, FreddieMac aberrations not included). The Keynesian model sort of works in the exponential part of the economic growth curve, but it fails catastrophically in the Limits to Growth part of the economic universe. The Adam Smith model of economic growth does not fair much better in this region.

    --
    "There is no god but allah" - well, they got it half right.
  178. Re:More Statist Bullsiht by stymy · · Score: 1

    But keep in mind that real-estate is a safer long-term investment. While it can, of course, lose a significant part of its value, some of it will still remain, and at the end of the day, it doesn't matter that much the net worth of your house if you can live in it. If the US undergoes hyperinflation or defaults on its debt within the next 20 years or so and you were just investing all your money on stocks and bonds, you'd probably be wiped out. Of course, the real lesson is to just diversify, and internationally.

  179. Re:More Statist Bullsiht by khallow · · Score: 1
    That's pretty weak for an argument. So you're saying that because our ancestors didn't oppose tyranny sufficiently vigorously, then they agreed with it and hence, it's ok? Because that's what your argument sounds like to me.

    And how is it "other peoples money" when I pay for it myself too?

    As to your previous comment about other peoples' money, you apparently have never heard of tragedy of the commons. For example, consider the story of two dinners. Two groups decide to eat at the same restaurant. The first group decides that everyone will pay for their own meal while the second decides that everyone will pay into a pot which is then used to pay for the meals which everyone orders. End result is that the first group spends far less than the second group does. Because in the first case, if you decide to spend $1 less, then you save $1.

    But in the second case, if you decide to spend $1 less, you save $1/N where N is the number of people in the group. There's very little savings to you from deciding to eat cheaper. It's a classic prisoners' dilemma style problem where the end result is that everyone eats as much as they want to.

    This is the same huge difference between public and private spending. If I choice to forgo all public services, then I lose the value of those services yet only reduce my tax burden by an immeasurable amount. If I chose to forgo a private service that I completely pay for, I gain the full cost savings of that decision.

    So saying that you chip in a minute amount into a huge pot of Other Peoples' Money ignores that you as well as everyone else consuming that pot have no economic reason not to consume as much of that pot as you can. Perhaps, you should wonder if that sort of incentive is healthy for a society to have.

  180. Re:Does High Public Debt Consistently Stifle growt by Hognoxious · · Score: 1

    California is now part of the US? What idiots let that happen!?

    The Mexicans.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  181. Re: Creativity in following the requirements by Hognoxious · · Score: 1

    Take a look at the malarkey for working around sabbath restrictions.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  182. Re:More Statist Bullsiht by Anonymous Coward · · Score: 0

    So you're saying that because our ancestors didn't oppose tyranny sufficiently vigorously, then they agreed with it and hence, it's ok?

    No, I'm saying they COULD have opposed tyranny sufficiently vigorously, but they didn't. I'm saying, as Thomas Jefferson said: "a republic, if you can keep it".

    They could have stopped it, but they didn't. Why? Occam's razor suggest to stick with a simple explanation. That is, they were "ok" with what their government was doing.

    As to your previous comment about other peoples' money

    Oh sorry, I should clarify I'm not that other AC, so I'll leave that point alone. My point is that it's up to you/your ancestors to defend the republic. So a statement that your ancestors agreed is a logical extension of that fact. The keepers of the republic felt, for whatever reason, that it was "ok" to give it up.

  183. Re:More Statist Bullsiht by khallow · · Score: 1

    No, I'm saying they COULD have opposed tyranny sufficiently vigorously, but they didn't. I'm saying, as Thomas Jefferson said: "a republic, if you can keep it".

    They could have stopped it, but they didn't. Why? Occam's razor suggest to stick with a simple explanation. That is, they were "ok" with what their government was doing.

    Or they couldn't have stopped it and didn't. Why? Because they weren't a majority of voters at the time. Occam's razor cuts in more ways than one.

  184. Re:More Statist Bullsiht by Lakitu · · Score: 1

    Not sure what you don't get about this. Spending is an action, and you can either spend money, as in actual cashdollars, or you can finance your spending using debt. As in, you will pay with actual cashdollars eventually.

    You can spend money, and incur a debt, without creating a deficit. This is actually very beneficial for everyone involved, as it means the government doesn't have to hold a bake sale prior to spending even a single dollar. It allows for leeway in the timing of a cash flow and reduces the chance of an accidental forfeiture of services, which means anyone who does anything for the government, in return for money, does not have to share in the burden of a rocky, uncertain budget.

    In the most simplistic example, the government holds one bake-sale a year every April when it receives tax money. If this is the only money the government has, and it only receives it after tax day in April, then the government would have to raise enough money for the coming year through guesswork and hiring fortunetellers to predict the future costs of things. The way it is done now, via incurring debt, means it can promise to pay money for goods and services and then raise precisely enough money to eventually hand over the actual cash it had promised.

    This is completely independent of deficit spending, as the government could raise enough funds to pay its debts every single year.

  185. You should pay less attention to cheerleaders... by Anonymous Coward · · Score: 0

    It would be useful if the cheerleaders of 21st-Century Socialism made note of those differences.

    ...and more to... you know... facts.
    Like that thing about North Korea not being a socialist country.

    North Korea is for all intents and purposes a dictatorship ruled by Nazis.

  186. Re:More Statist Bullsiht by stdarg · · Score: 1

    I agree with the other person who said debt can be good or bad depending what it's for. If the debt is paid by the next generation, but disproportionately benefits the current generation, then it's unethical debt. Even rolling over debt, the fact that the debt exists decreases the borrowing capacity of the next generation to cover their own needs. Not to mention while rolling over debt you are obviously still paying or accumulating interest so there's a direct cost as well.

    As for countries vs small businesses or even family budgets, well, obviously they are not "bigger versions" as in "the same in every detail but bigger". Requiring that level of similarity is useless for pretty much any analogy. But there are more similarities than differences for sure. Living within your means is an obvious one that is similar. The major difference isn't whether they can print money (you can print money but not value), but their lifespan vs the things they buy.