Slashdot Mirror


FOSS Development As Economic Stimulus

heybus writes "Economist Dean Baker, best known for calling the housing bust and warning of the ensuing economic collapse, has just published his recommendations for how to allocate President-elect Obama's estimated $800 billion economic stimulus plan. Among other things, Baker calls for juicing the economy with $2 billion worth of government spending to support the development of free and open source software. Baker's idea is similar to the New Deal federal arts and writers' projects: the government would fund projects as long as they produce freely available code. In addition to employing programmers, 'the savings [to consumers] in the United States alone could easily exceed the cost of supporting software development.'"

87 of 365 comments (clear)

  1. Open Source by Z00L00K · · Score: 4, Interesting

    Open Source is the ultimate in re-usable investments in the area of computer technology.

    --
    If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    1. Re:Open Source by dj245 · · Score: 4, Insightful

      I'm not so sure I agree. When you build a bridge or a dam, you get something tangible that will be with you for 30+ years. Its there, and you can use it until it is demolished or replaced. The Brooklyn bridge, the Hoover Dam, etc have been with us for a very long time.

      When you write some software, the benefit is not so obvious over the long term. Things have a habit of being rewritten completely in relatively short intervals. How much of the code from Linux of even 15 years ago is in the current kernel? How much of AutoCAD 1.0 is in the current version? The code gets rewritten and forgotten. The programmers learn experience and gain skill, but that isn't something that we need stimulus packages for. If we're going to spend unfathomable amounts of MY money, lets have something to show for it that will still be useful in 80 years.

      --
      Even those who arrange and design shrubberies are under considerable economic stress at this period in history.
    2. Re:Open Source by El_Muerte_TDS · · Score: 5, Insightful

      And that is exactly one of the benefits of Open Source/Free Software. You have the ability to change the software so that it will keep working in 15 years. With closed source/non-free software you have to rely on the software provider to keep their software updated while the runtime environment changed.

      It doesn't matter if code is rewritten or forgotten. When you have the source you can always see it. If AutoCAD 1.0 does exactly what you need, then why would you want to get 2.0 or 23.0? Unless it's FLOSS, you simply have to, because 1.0 simply might not run on the replacement hardware. Software does not break because of old-age, unlike hardware.

    3. Re:Open Source by dvice_null · · Score: 4, Insightful

      Just because you have to rewrite something doesn't mean that it doesn't help you. E.g. I recently joined an open source project which was very good because of what it did, but very poor because of its code structure. So I did a massive refactoring for it, making changes to hundreds if not thousands of lines. This took about an week, but it would have taken much more if I had written the application from the scratch.

    4. Re:Open Source by justinlee37 · · Score: 4, Insightful

      lets have something to show for it that will still be useful in 80 years.

      You're neglecting present value theory and opportunity cost; if we can save people money by developing free software over the next 10 years, the money they saved and spent elsewhere will improve other parts of the economy, which could have longer-term benefits.

      Also, is ANYTHING still useful in 80 years? Cars, buildings, roads, all that stuff wears out and becomes obsolete after a long enough time.

    5. Re:Open Source by turbidostato · · Score: 4, Insightful

      "When you write some software [...] Things have a habit of being rewritten completely in relatively short intervals."

      When you write *privative* software, you meant. Privative software suffers from the "broken glass" problem: for the most part is redo what already was done, both among competing products and between versions of the same product (well, version shifting is more to add featuritis and in cases of dominant products both for vendor lock-in and to maintain third party/competing products at a distance). This is not usually the way with open source software.

      "How much of the code from Linux of even 15 years ago is in the current kernel?"

      Taking into account Linux is barely 15 y.o. not much, true. But there's indeed quite a lot of code that has been there for long years. And even then, you forget that even shifting code it there to allow third parties to cooperate.

      "How much of AutoCAD 1.0 is in the current version?"

      Privative software: at the very least one of the major differences among versions is changing file formats for lock-in and disallow competing products to stay at path. Not much benefit on this work for the users.

      "The code gets rewritten and forgotten."

      It is not. Minix is still used as a learning platform as it is with older versions of *BSDs. I bet that code from ls cp or a lot of basic Unix-related commands haven't changed for ages.

      "If we're going to spend unfathomable amounts of MY money, lets have something to show for it that will still be useful in 80 years."

      Nobody can forecast the future but, certainly, you will optimize your bets if such a software is open sourced.

    6. Re:Open Source by Thanshin · · Score: 4, Insightful

      Also, is ANYTHING still useful in 80 years?

      Investments in education.

    7. Re:Open Source by raju1kabir · · Score: 5, Insightful

      I'm not so sure I agree. When you build a bridge or a dam, you get something tangible that will be with you for 30+ years. Its there, and you can use it until it is demolished or replaced. The Brooklyn bridge, the Hoover Dam, etc have been with us for a very long time.

      The roadbed and surfacing on the Brooklyn Bridge have been replaced countless times. It has been reconfigured to deal with a changing balance between road, rail, cycle, and pedestrian traffic. It has been repainted and seen the replacement of untold bolts, cables, struts, stanchions, gimlets, and both left and right phalanges.

      In the same way, software is gradually upgraded and remodeled and renovated over the years, but much of the underlying code that powers what we do on our computers today is still more or less verbatim from decades ago.

      So I really don't see the difference you're implying.

      --
      "Patriotism is your conviction that this country is superior to all other countries because you were born in it." -- GBS
    8. Re:Open Source by RichardJenkins · · Score: 2, Informative

      OSX is built on Darwin, a particular flavour of UNIX. It's best not to call it a 'distribution', because you risk confusing it with a linux distribution, which are collections of similar software, artwork and (Very often) repositories of more software built on the same kernel.

      I know you're two nerds comment was a humourous exaggeration, but I really think there are people who believe that about major distributions like Ubuntu and Red Hat.

    9. Re:Open Source by jimicus · · Score: 4, Insightful

      Software does not break because of old-age, unlike hardware.

      Addendum: In order for this to work, you need source-level access to the entire software stack from the OS upwards.

    10. Re:Open Source by Kjella · · Score: 4, Insightful

      It doesn't matter if code is rewritten or forgotten. When you have the source you can always see it. If AutoCAD 1.0 does exactly what you need, then why would you want to get 2.0 or 23.0? Unless it's FLOSS, you simply have to, because 1.0 simply might not run on the replacement hardware. Software does not break because of old-age, unlike hardware.

      Try getting any piece of old software to run and you know it's a big pain. Hardware changes, APIs change, ABIs change, formats of choice change, they don't respect modern UI conventions, operating system hints, the anicent IPC means it doesn't talk to anything else and so on. FLOSS doesn't magically make it work on more hardware/environments, unless you're running version 2.0 or 23.0 of the open source software too. Yes, you have to pay the software provider for new versions but you're somehow assuming the FLOSS fairy would deliver updated code, but that work has to come from somewhere too.

      The real advantage to open source isn't that there's less maintenance required, it's that without competiton there's no reason for a business not to gauge as much as possible out of their customers. Open source effectively caps what you can charge for a closed source "light" version, what you can charge for a closed source software or workflow because there's the option to go with open source, deal with or fix its limitations. Ideally, the most socially effective solution is typically to write something once - duplication is waste. Except we all know that is a real shitty solution if you got a selfish corporation gouging you for it.

      A few open source implementations probably do more than hundred different attempts at making closed source clones to increase overall efficiency. Of course it'll suck for those people that are made superfluous but people are always needed elsewhere. Sure there's practical issues of unemployment and obsolete skillsets but ultimately we'll never have enough productivity. There'll never be a situation where we fundamentally don't need anyone anywhere. If we look a little past the current downturn, during the next 20-40 years most of the western world will have population stagnation or even retraction. The workforce will be less in comparison to the population than ever before. We *are* going to need every hour of work, better spent elsewhere than trying to clone some software that open source could have done once.

      --
      Live today, because you never know what tomorrow brings
    11. Re:Open Source by tacocat · · Score: 2, Insightful

      This proposal is flawed. Especially if you compare it to the New Deal.

      The infrastructure developed from the New Deal provided a tangible product which could be openly used by other segments of the economy and benefited far more. Roads affected the Automotive Industry and eventually the suburban sprawl and housing. Electrical networks, and others. And that's there the SuperHighway comparison ends.

      But the current idea of FOSS will be replacing software that generates a billion dollars in revenue from other companies. So the lobbyist will be full power to block this one. You aren't creating a new infrastructure, but creating a replacement infrastructure. You will have to be very sure that the FOSS software savings will stimulate the economy more than the software industry collapse will hurt it. And understand that the damage will be highly localized.

      You might be more effective at a internet boom if you actually put the US on top of the internet technology list by improving the infrastructure of internet service. If the US guaranteed connectivity to every house at a minimum speed sufficient to actually use the internet (9600 dial up is not it) then there would be some interest in more computers and more computer technology development. But you can't make 100% computer solutions when only a fraction of the people in the country have access to the internet on a practical basis.

      Since I first got on the internet, prices have increased upwards of 5X to maintain a declining service level in a market of high saturation and high volumes. Both of these should be lowering costs rather than raising it.

      Obama might be more inclined to apply a fixed rate regulation on internet services and push internet connectivity like the Rural Electrification Project. All I want is a static IP address, DNS server to access, and a fixed up/down speed. I don't want portals, email, or anything else for that matter.

    12. Re:Open Source by quickOnTheUptake · · Score: 2, Informative

      Well, I'm in Rome right now and 90% of the city is 300+ years old, with some buildings in continuous use well over 1000. In the States, Hoover dam is getting close. So yeah, 80 seems manageable if you are actually building things to last and not just random crap that gets people on a payroll.

      --
      Mod points: Guaranteed to remove your sense of humor.
      Side effects may include gullibility and temporary retardation
    13. Re:Open Source by xaxa · · Score: 3, Interesting

      Also, is ANYTHING still useful in 80 years? Cars, buildings, roads, all that stuff wears out and becomes obsolete after a long enough time.

      I use plenty of structures that are over 80 years old. I regularly use a bridge built in 1886, a railway (and associated bridges) built in 1838 (and a subway opened in 1889). It's harder to find dates for buildings, but they last hundreds of years if they are built properly and maintained. Many of them were built by private companies, but the economics of the last 50 years means no one wants to build a railway any more, but I expect the ones built by the government to still be useful in 80 years -- even if the track is useless, the clear routes through cities may well be useful.

      (Admittedly, the current stone bridge was built because the previous wooden bridge (built 1729) was obsolete, and wooden bridge was built because there was too much traffic for the ferry, which was running a service at least as early as 1086, and probably a lot earlier.)

      The expensive part of buildings, roads, railways, bridges etc is the construction (and land), if they're useful maintaining them isn't a problem.

    14. Re:Open Source by El_Muerte_TDS · · Score: 5, Insightful

      I wasn't implying it was easy, just that it is possible. And even when you have to recreate the software because so much has changed, it is easier to do so when you can see how it was done in the first place (and maybe even reuse various parts that are still compatible).

      With closed/non-free software you simply do not have that option. A way out, no matter how difficult, is always better than no way out.

    15. Re:Open Source by EatHam · · Score: 2

      If AutoCAD 1.0 does exactly what you need, then why would you want to get 2.0 or 23.0?

      Because you are a design shop, not a software development shop, and you do not want to spend $500,000 to save $50,000.

    16. Re:Open Source by jabjoe · · Score: 5, Insightful

      Addendum: In order for this to work, you need source-level access to the entire software stack from the OS upwards.

      Er no. Once you have the source of the app, you can port it to different APIs, or make a wrapper to replace old APIs it uses. Of course if the APIs aren't open source, you have to rely on the documentation, if there is no documentation then you have to work on deduction.

      It's better if everything is open, of course, but it doesn't all fall down if one bit isn't. Because the rest is open, you can always replace the bit that isn't.

    17. Re:Open Source by Llanfairpwllgwyngyll · · Score: 2, Interesting

      Also, is ANYTHING still useful in 80 years? Cars, buildings, roads, all that stuff wears out and becomes obsolete after a long enough time.

      I live in a house built in 1560. It's still very useful to me and my family. I make that about 448 years or 5.6 TIMES 80 years.

    18. Re:Open Source by Z00L00K · · Score: 2, Insightful

      Things like the theory of relativity is an algorithm that's very useful even today.

      And a piece of software is an algorithm, so no big deal there.

      You may have to rewrite it, but you don't have to re-research the basis for the algorithm.

      --
      If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    19. Re:Open Source by TheLinuxSRC · · Score: 2

      Who said anything about spending $500k doing development? GP was simply stating that if X 1.0 does everything that you bought it for, what reason do you have for upgrading to X 2.0?

    20. Re:Open Source by denis-The-menace · · Score: 2, Interesting

      With the pricing of AutoCAD today, what you spend every year on AutoCAD upgrades and new licenses you could hire a programmer to do the changes that *YOU* care about. Also, that programmer could be paid as well by other firms. So in the end everybody wins. You effectively cut out the Marketing/Sales middle men.

      --
      Obama's legacy: (N)othing (S)ecure (A)nywhere and (T)error (S)imulation (A)dministration
    21. Re:Open Source by RobBebop · · Score: 2, Interesting

      If we're going to spend unfathomable amounts of MY money, lets have something to show for it that will still be useful in 80 years.

      My preference to "paying the salaries of Open Source writers" would be a system for giving people income deductions if they contribute meaningfully to unfunded public projects (be they GPL development or be they performing free concerts in a public park).

      I've written about this in more detail here.

      --
      Support the 30 Hour Work Week!!!
    22. Re:Open Source by SatanicPuppy · · Score: 4, Interesting

      Just to play devils advocate here, in the old days, the long long ago, when you bought a big app from some development house, it was understood that you were going to customize it, and you licensed the source along with the compiled app.

      27 years later, I'm supporting one of those apps, and 27 years of customization has created a monster that I dream nightly of killing (preferably, with fire). Another business unit of the same company (which I also maintain) runs the same software, but their version was customized by different people, and the two systems are wildly divergent.

      Individual customizations on software are necessarily not a good thing in the long run.

      --
      ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
    23. Re:Open Source by CrazedSanity · · Score: 2, Interesting

      If turbidostato supposedly created a "new derogatory term for closed source software", what was it? I don't understand why there are such flame wars for open source vs. closed source software.

      If Microsoft Word were (as a predominant example) an open source application, doesn't it stand to reason that more of the bugs would have been found and squashed? It also stands to reason that a piece of software with such a massive following would invariably become a much better product with hundreds or thousands (more) of talented programmers working to add features and such. The other beauty of it is that there generally seem to be just as many people testing changes to the code as there are coders, so bugs would be found faster and features would be solidified quicker.

      So what's with the flame wars? I don't understand why so many people seem to think closed source software is so awesome. It seems to me the problem isn't with whether it's closed or open sourced, but rather the perception. I've talked to a few people who were very much attached to Microsoft products; when I mentioned anything about Linux or the software that runs on it, they got incredibly uptight for no good reason. They seemed to quickly grasp that "open source" mean NOT Microsoft, and quickly became terribly defensive about anything that went against them.

      This is the "fanboy" concept to a tee. Listen for a minute to the concept instead of thinking we're somehow bashing this way of life that you want to cling to so much.

      --
      Sanity is like a condom: rather have it and not need it, than need it and not have it.
    24. Re:Open Source by nabsltd · · Score: 2, Interesting

      In the case of writing FOSS, much of this would be replacing existing software rather than creating new software projects.

      At $2B investment, that would be 10000 man-years of development (if you assume that a programmer costs $200K/year including all benefits, workspace, tools, etc.).

      Although I can think of many pieces of existing non-free software that could be replaced with that many resources (like Exchange), there's also some middle ground:

      • making Samba 100% interoperable with the moving target that is Microsoft networking
      • Building a better SSL certificate infrastructure
      • Standardizing e-mail encryption for better interoperability

      Then, there are some real new projects that could be tackled:

      • Implementing a secure replacement for DNS better than DNSSEC
      • Cryptography research
      • Making P2P less of a problem for ISPs while still allowing it to work well
      • Software that improves the ability of students to learn (either more fun, or just better)

      I'm just throwing some things out there that come to mind right now...I'm sure there's a bunch more.

    25. Re:Open Source by OwnedByTwoCats · · Score: 3, Interesting

      You ARE going to pay for this, with higher taxes

      Quite true. In this sense, W. didn't cut taxes at all; he merely deferred them.

      and hyper-inflation.

      Maybe, maybe not.

      On the other hand, John Maynard Keynes was right. Recessions are caused by too little spending. Right now, consumers are (on average) overextended, so cannot increase spending. Businesses see no economic returns on additional spending. So they can't increase spending. That leaves government.

      Government could waste the money on warfare and bridges to nowhere. Waste is waste, and taxpayers would be paying for it for a long time. Wise governments, in these circumstances, would spend money to create assets that pay dividends long into the future. Improve infrastructure. Not just bridges and highways, but other transportation (rail), energy (R&D, conservation), communication (internet!).

      The last thing the government should do is to pass permanent tax cuts. Once the economy starts going again, taxes will have to go up to pay interest on all the borrowing. If that doesn't happen, then inflation and hyperinflation are possibilities.

    26. Re:Open Source by thtrgremlin · · Score: 2, Insightful

      So what you are saying is that progress always builds on the past? Wow, think you have just made a great argument for FlOSS, because the more we can keep track of past accomplishments, the less likely we will find ourselves reinventing the wheel.

      Honestly though, I am not sure if you are being serious or not. There are two things going on with the Kernel to my understanding in this context: Either new things come about, and support is added (old code doesn't change) or people examine the way something is done and find a way to improve upon it (old code still exists in that the improved version is a derivative. how do you make something better without something to start with?).

      Another thing I think of is the collective work of the ancient Greeks. Are you going to say that all their math, science, architecture, technology and such were a waste of time because we have stuff that is so much better now? Are you joking? There are many ways that the money could be wasted, but most of that is a matter of poor oversight. I would expect it to go something like Google Summer of Code where money will be given to specific projects that have specific goals and a track record of success... versus these banks that seem to have a history of scams and failures. FlOSS is a real way to invest in the community rather than giving someone money to find a way to get money from others. Government grants for science, medicine and such are released as public domain... so unless these are 'works for hire' (which they usually are) they can legally be GPL despite all the "restrictions".

      "Collecting information is only the first step towards knowledge, but sharing information is walking the path to civilization."

      --
      Want Big Business out of government? Take away the incentive and start by getting government out of big business!
    27. Re:Open Source by Americano · · Score: 2, Interesting

      Well said. And I'm not sure why they aren't simply directing additional grant & funding money to researchers at educational institutions. That model has worked pretty well, why not keep on doing it?

      If a bunch of non-technical bureaucrats are going to start deciding what software should be written under the auspices of this program, I foresee $2Bn dollars going down the drain.

      Are there REALLY not enough universities around the country that have Comp. Science departments with unfunded (but innovative, and probably viable) research projects? I keep seeing people say "But it's the stepping stone to new stuff." Great, then instead of paying a bunch of people to rewrite Samba and OpenOffice and put proprietary software companies out of business, fund real innovative research.

      As a condition of research funding, require that any software written must be licensed under the GPL or some other compatible license, and made available to the public. Seems like a mission that's right up the alley of institutions of higher learning anyway.

    28. Re:Open Source by quanticle · · Score: 3, Insightful

      The expensive part of buildings, roads, railways, bridges etc is the construction (and land), if they're useful maintaining them isn't a problem.

      Maybe maintenance isn't an issue for your stone bridge. But, for lots of bigger bridges (tunnels, roads, etc.), maintenance costs are certainly significant. Here in the US, we have many bridges and roads that have deteriorated to the point where they are barely serviceable, because cities, states, and the federal government focused on building flashy new structures rather than on maintaining the ones they already have.

      In fact, this is one of the concerns I have about Obama's plan for massive fiscal stimulus. I worry that the federal government will build even more infrastructure, further increasing an already punishingly high maintenance debt.

      --
      We all know what to do, but we don't know how to get re-elected once we have done it
    29. Re:Open Source by TheSync · · Score: 2, Informative

      The infrastructure developed from the New Deal provided a tangible product which could be openly used by other segments of the economy and benefited far more. Roads affected the Automotive Industry and eventually the suburban sprawl and housing.

      It should be noted that the Interstate Highway System was not started until 1956.

      The CCC improved roads in public parks. The WPA did pave or repair 300,000 miles of road, but keep in mind the US currently has 3.9 million miles of highway.

      New Deal spending is actually a lot less than people generally think. Federal spending peaked at 8% of GDP during 1933-1941, whereas today it is over double that number (20%) while both state and local spending are both themselves are today over 8% of GDP.

      The New Deal was more about dollar devaluation and regulation rather than spending.

    30. Re:Open Source by Tubal-Cain · · Score: 2

      I think he is saying it might cost $500K to port 1.0 to the current platform of choice.

    31. Re:Open Source by TheSync · · Score: 3, Insightful

      On the other hand, John Maynard Keynes was right. Recessions are caused by too little spending. Right now, consumers are (on average) overextended, so cannot increase spending. Businesses see no economic returns on additional spending. So they can't increase spending. That leaves government.

      Or we could wait until the economy re-organizes itself (less finance and builiding, more health care & flying cars or whatever works) so that the economy can go back to creating wealth, enabling spending. By not spending tax dollars during that time, we save wasting wealth (current taxes or future taxes to pay down debt) on government boondoggles.

      The economy can best re-organize when there are few inappropriate regulations to slow down the re-organization.

      If you really are worried about short-term effects (like unemployment rises) during this period of re-organization, then perhaps reduce the tax on employment (payroll taxes, for example) and you can even offset it with a tax on something we don't want (such as carbon).

      I do agree that if we had 10% unemployment for more than a year, it would hurt the human capital stock of the US. Longer term unemployment is linked to significantly reduced future personal earnings.

  2. "Called the housing bust" by rachit · · Score: 4, Insightful

    I mean who didn't realize housing was in a bubble, besides paid economists with special interests or complete morons? It was blindingly obvious since 2005.

    I only credit anyone for calling exactly when it would completely implode. That took brains.

    1. Re:"Called the housing bust" by DreamsAreOkToo · · Score: 2, Insightful

      I only credit anyone for calling exactly when it would completely implode. That took brains.

      Or luck. After all, every day SOMEBODY wins the lottery. With 6.7 billion people in the world, the "1,000 monkeys randomly pushing typewriters" analogy becomes a lot more relevant.

    2. Re:"Called the housing bust" by Animats · · Score: 5, Insightful

      I only credit anyone for calling exactly when it would completely implode. That took brains.

      It was rather obvious to anyone who understands the fundamentals. I called it on Downside in 2004. I expected trouble sooner, around 2006. But the Fed cut rates, which merely postponed the inevitable and made it worse. Note that Baker also started predicting trouble in 2004.

      This stuff isn't really that hard. There are certain ratios that are grounded in reality. A house is worth about 2.5x to 3x annual income. Stock in a stable company is worth about 10x to 20x earnings. Whenever prices get above those upper limits, they can be expected to go down, and when they get way above those limits, it's a speculative bubble. All speculative bubbles eventually burst, because the supply of "greater fools" who will buy overpriced assets in hopes of selling them for even more is finite

      "The job of the Federal Reserve is to take away the punch bowl just as the party gets going. -- William McChesney Martin,, head of the Federal Reserve from 1951 to 1970.

      "I still do not fully understand why it happened." Alan Greenspan, October 2008.

    3. Re:"Called the housing bust" by Daengbo · · Score: 2, Insightful

      If he knew the entire economy was ready to collapse but was legally restricted from talking about it by federal law, the situation is FUBAR.

    4. Re:"Called the housing bust" by khakipuce · · Score: 3, Insightful
      To all those people who "saw this coming" and new it was inevitable, did you bet everything you had on it? There was money to be made from the downturn and a lucky few did make money.

      Any one that did not bet their house on it is just being wise after the event. FACT, everyone knows that that level of growth is unsustainable - EVERYONE - the trick was in knowing whta would be the trigger for the collapse and when it would occur.

      --
      Art is the mathematics of emotion
    5. Re:"Called the housing bust" by dgriff · · Score: 3, Funny

      "I still do not fully understand why it happened." Alan Greenspan, October 2008.

      I want to be irrationally exuberant again.

  3. Possible Concerns by DreamsAreOkToo · · Score: 5, Interesting

    I like FOSS, I like it a lot in fact. However, I still have some concerns about this.

    1) Would the overhead of allocating funds be greater than the reward? (always a question in government bullucracy)
    2) How would we be sure the right people get the money, and not 'fakes'?
    3) How do we make sure projects continue to be free after they stop getting government funding?

    Maybe these issues have been addressed, but most people will (or should) ask these questions, about ANY government subsidization/awards.

    1. Re:Possible Concerns by Nietz2000 · · Score: 4, Insightful

      The US Government has been the primary investor in general research since WW2 and I would not consider it wasteful at all.

      They even pick the winners and losers. They allow the universities and academies to publish to the public and allocate spending where it will be most beneficial.

      The Government has done this because private corporations are not willing to pay for something you just give away free to the public, especially if that can be copied indefinitely (like research or software). Sure, it will grow the overall economy but the private company will be at a disadvantage.

      In this case, Government quite often is more efficient at growing productivity because everyone gets to use it. Private research is often secret or even intentionally restrictive.

    2. Re:Possible Concerns by Shotgun · · Score: 2, Informative

      You are correct. So the prudent thing for the new administration to do is to look at things where government spending works, and concentrate on those.

      I have a friend that does air-control design. It goes a little beyond your basic HVAC, but involves quite a bit of it. He was around during the 70's/80's when the US Feds were giving out money for "solar heating" devices. He says that it got so ridiculous, you would see companies sticking a solar panel on a wood stove and calling it a solar heater. The government just isn't good at subsidizing industries in this way. The laws can't be written specifically enough to allow innovation, while at the same time limiting those who just want to game the system. I foresee the same thing happening with the incoming president's "energy policy". It will be a grab-bag for a bunch of scammers. What the government should do is build up the infrastructure (to enable commerce), set the interface standards, and then let anyone that thinks they can make a profit selling energy at market rates have a go at it.

      For software, the better alternative is to fund an open office suite or other tools for use by all federal agencies. Any company can participate (including Microsoft), but the results would be open source and free from licensing/patent baggage, and owned by "the people". The data exchange formats would be likewise unencumbered. If you can work within that framework and make a better widgit than the "hobbyist", then you should be able to earn a tidy profit. Otherwise, don't quit your day job.

      --
      Aah, change is good. -- Rafiki
      Yeah, but it ain't easy. -- Simba
    3. Re:Possible Concerns by digitalunity · · Score: 2, Interesting
      I would like the feds to set up a grant program for corporations with noteworthy software programs willing to GPL/LGPL/BSD license their closed source programs and assign their relevant patents to public domain.

      Basically, the federal government would be "buying" the program from the corporation that developed it and the people would win. Eligibility would have to be determined by a broad spectrum panel of IT/CS professionals from business and academia and would be based on net benefit to the government and the citizens, taking into account whether adequate OSS projects already exist to cover that use.

      A few good examples:
      • Adobe Acrobat - There really is no PDF editing program with anything close to the capabilities of Adobe's Acrobat product. OSS alternatives exist but most have very limited functionality in comparison. The net benefit to corporations and governments alike would be tremendous.
      • SolidWorks, AutoCAD - OSS alternatives exist but are not truly competitive.
      • Lotus Domino/Notes - Like it or not, its one of the most popular enterprise mail/scheduling suites out there, popular with large corporations and schools. With some OSS developer time, it could be the Exchange killer.

      These are just a few examples. I'm sure there are hundreds more. A good place to start is just poll companies who can't switch to Linux on the desktops and you'll get a hit-list of programs that the OSS community has yet to develop.

      With the remaining money, they should sink that into federal work study grants for CS students to work on open source software. Given that companies have a lot of overhead compared to schools and there would be no oversight for private companies or persons to spend that money appropriately - this is the best option.

      --
      You can't legislate goodness. Let each to his own destiny, by will of his freely made choices.
    4. Re:Possible Concerns by TheSync · · Score: 2, Informative

      The Government has done this because private corporations are not willing to pay for something you just give away free to the public

      The one counter-example are private Universities, which do spend their own money on publicly available basic research.

        (source) total basic research spending in universities in 2001 was $20.8 billion. $12.9 billion came from the Federal government, and $7.8 billion came from non-Federal sources.

      Institutional funds (e.g. university endowments) are the largest source of non-Federal university basic research spending, followed by industry and state/local funding.

      Basic research, of course, pales in comparison with the $250 billion total amount of US R&D done (source).

    5. Re:Possible Concerns by bbdb · · Score: 2, Insightful

      What I meant is not that you advocated socialism. You may or may not do so; but that is orthogonal to the problem that all govt-backing proposals have so called "socialist calculation problem", in that not being individual purchases they do not have collective wealth of opportunity cost estimation done for them by the large group of people each evaluating utility of the solution in question and voting with dollars accordingly. You don't have to advocate socialism to have an economic calculation problem!

      And ugh, Lotus Notes, the worst program ever written (even though as I write I'm forced to use it). Believe me, such crap is best rewritten from scratch. Judging what I can see at work (big computer corporation) software vendors acquiring and selling other software makers are largely trading in crap...

      I really don't think that opening Notes source would create healthy open source project. If Mozilla experience is any guide, that is, and even then look how many years it took them, and even then a spinoff project of Firefox was meant to be complementary product while it took off as main thing. Let's even assume IBM would let Notes go for $150 mln, which I don't believe it would.

      Making Notes "free product" would certainly have some utility, but without healthy open source project on one hand, and without fee-paying customers supporting development on the other, how much time would it take for it to undergo "bit rot"?

      The question remains, how *exactly and in detail*, without hand-waving, you select the programs worth turning into public domain / OSS, and how you provide for their development? I'm afraid you're wishing for good business and would not get one...

      --
      Python is nice quick and flexible... but it provides so much rope a monkey would hang the whole ecosystem with it. -- in
  4. Just the idea is enough by Thanshin · · Score: 4, Insightful

    Simply establishing the idea that a source code base is like physical infrastructure will benefit open source projects even more than the actual investment.

    Having that reality as a frame of reference would make it much easier to push for the growth of that source code infrastructure.

  5. What about Microsoft? by fyoder · · Score: 3, Insightful

    In addition to employing programmers, 'the savings [to consumers] in the United States alone could easily exceed the cost of supporting software development.'"

    Sure, but what about Microsoft, or Adobe, or various other companies that make software? Won't this be competing directly with them? It's bad enough that they have to compete with FOSS as is, but FOSS supercharged with two billion government dollars?

    Surely the sensible thing to do would be to give the money directly to Microsoft and Adobe and the like. You wouldn't bail out the auto industry by giving money to custom car builders, nor the banking industry by giving money to loan sharks.

    Kidding, of course. But I'll bet there will be corporations that won't be thrilled by this.

    --
    Loose lips lose spit.
    1. Re:What about Microsoft? by im_thatoneguy · · Score: 2, Interesting

      I would say the money could be much better spent on R&D. Buying patents and opening up technology to the public to use.

      FOSS projects might create... I actually don't have any idea what area they could invest in which would be useful... but opening up patents on the other hand allows both FOSS projects and commercial projects create jobs with a lot less overhead.

      Let's say I open up a patent on an algorithm that's sitting idle. Now that' it's open you have people putting their own money on the line to in the hope of being the company or open source group which garners the most money. Instead of paying for the employees directly with federal grants you created an opportunity for people to create jobs from their own cash reserves. Leverage entrepeurs to kickstart the economy.

      If you were really concerned about kickstarting the US economy specifically the US Government could license the patent to any US citizen whose operations and employees are local. (Ditto if you're in the UK, India, China France etc... nationalize patents and license them for free to your citizens.)

    2. Re:What about Microsoft? by rlanctot · · Score: 5, Interesting

      "Sure, but what about Microsoft, or Adobe, or various other companies that make software? Won't this be competing directly with them? It's bad enough that they have to compete with FOSS as is, but FOSS supercharged with two billion government dollars?"

      Isn't capitalism supposed to be based on a free market economy? I'm sure that the government hires Adobe and Microsoft to work on software projects they don't readily talk about, doesn't that compete with FOSS software? Seems to me corporate America is all for the free market economy except when it's not to their favor.

    3. Re:What about Microsoft? by kaizokuace · · Score: 4, Insightful

      Seems to me corporate America is all for the free market economy except when it's not to their favor.

      Since when does corporate America follow some sort of ideology? It's in favor of business to never play fair. Being unfair is inherently to your advantage!

      --
      Balderdash!
    4. Re:What about Microsoft? by silentcoder · · Score: 2, Interesting

      By that logic, the government should stop funding cancer research by universities because it may directly compete with drug companies ?

      --
      Unicode killed the ASCII-art *
    5. Re:What about Microsoft? by lwsimon · · Score: 2, Insightful

      nationalize patents and license them for free to your citizens

      Maybe I'm reading too far into this, but say what!?

      You're telling me the best way to increase productivity it to take the properties of the knowledge workers who have been most productive, and give it to those who aren't as productive? What incentive do people have to invent and patent anything now?

      --
      Learn about Photography Basics.
  6. New Deal? by DigiShaman · · Score: 2, Interesting

    or should we just call it the "Great Leap Forward". I mean, the Federal Gov seems to think money and wealth can be created with the stroke of a pin and all will be well. Right? Nevermind the fact central planning will lead to another "bridge to no where" on a colossal scale!

    --
    Life is not for the lazy.
  7. only if you create some decent criteria by PhantomHarlock · · Score: 3, Insightful

    How would you decide who gets the money? Would you need to demonstrate suitable skill in coding first? There should be some sort of filtering criteria so the money isn't thrown away, especially since you are redistributing other people's wealth.

    Perhaps some type of competition format for ideas would do best. Various private companies such as Google have done this, I believe.

  8. The Limbaughs and O'Reillys of the world... by Alyeska · · Score: 3, Interesting

    ...would just use this as a wedge issue, further "proof" of Obama's "socialism," and Obama has been going out of his way to avoid wedge issues. I think he knows that he can rule, but can't be effective, with a 51% majority.
    As much as I love the entire open source movement, I don't think it would ever fly, politically, in our current culture.

    1. Re:The Limbaughs and O'Reillys of the world... by Temposs · · Score: 2, Interesting

      I think there are a couple ways to decide which projects to fund:

      1) Applications for which there is no adequate solution yet(including those that have only adequate proprietary solutions)

      2) Applications that would directly benefit various government projects(including improving security of government through code transparency)

      3) Specific projects that have the largest user or developer base(objective metric for measuring attractiveness of the project)

      Well, they're not great, but I don't think most decisions made by government are done much better...

      --
      Knowledge is just opinion that you trust enough to act upon. -Orson Scott Card
    2. Re:The Limbaughs and O'Reillys of the world... by Bert64 · · Score: 2, Insightful

      Or do it the standard government way...

      Most money goes to the project who offers the biggest "incentives" to whoever is responsible for making the decision.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    3. Re:The Limbaughs and O'Reillys of the world... by lwsimon · · Score: 3, Insightful

      US Presidents aren't "rulers."

      What the hell has happened to this country?

      --
      Learn about Photography Basics.
  9. This is a bad idea by symbolset · · Score: 4, Funny

    FOSS software increases productivity. It reduces overhead and costs. The evolution of free software reduces the demand for programming and support labor in the long term.

    This is not good for the economy. Our economy is hopelessly reliant on unskilled twits who can barely keep our infrastructure running; who spend many hours increasing the problem rather than diminishing it, and who get paid a good wage doing that so they can buy the latest Plasma TV and show off to their friends their XBox skillz in HiDef. If everybody converted to Linux and BSD in the server room, there's another quarter million MCSEs out of work. Imagine all the servers that won't need to be updated on Patch Tuesday and Surprise Thursday! It'll be utter anarchy! Some servers won't be rebooted for months.

    This is bad... for Obama.

    --
    Help stamp out iliturcy.
    1. Re:This is a bad idea by El+Lobo · · Score: 2, Insightful

      FOSS software increases productivity. It reduces overhead and costs. The evolution of free software reduces the demand for programming and support labor in the long term.

      That all sounds incredibly politically correct, and yes, you can repeat it ad nauseum and it will become one of those myths that people just repeat and repeat because it sounds , oh so good and logical. However there is absolutely no scientific base that confirms (or refute, for that matter) these claims, so please stop stating this as the holy truth. OS and commercial development both have their strong and weak sides and none of them is intrinsically better than the other, OS is not a magic key that solves all problems and cure cancer.

      --
      It's time to realise that Abble's products are the biggest abomination these days. Just say NO to the dumb iAbble way!!
    2. Re:This is a bad idea by El+Lobo · · Score: 3, Interesting
      An anecdotal case: I am the author of a pretty successful freeware (as in beer) program. After 9 versions I was tired of maintaining it: thousands users screaming for new features every day, etc for years is not an easy task for a single programmer. So 3 years ago I decided to open the source of the program and put it out on SourceForge (the place where 98% of the programs are put to die). And yes, a bunch of people picked it up and began developing a new version. After 2 years nothing new happened. So I decided to create a new closed source version myself, again, and guess what: it is now out and kicking stronger than ever.

      I am not telling you that all projects are the same, but you listen every time about a few successful OS projects: mozilla's thingies, linux thingies, etc, but nobody actually talks about the million of OS projects that actually DIE a painful death. And they are many: just visit SourceForge and you'll see.

      --
      It's time to realise that Abble's products are the biggest abomination these days. Just say NO to the dumb iAbble way!!
    3. Re:This is a bad idea by dangitman · · Score: 4, Insightful

      there's another quarter million MCSEs out of work.

      Simple solution: Soylent Green.

      --
      ... and then they built the supercollider.
    4. Re:This is a bad idea by Bert64 · · Score: 3, Insightful

      But you can actually *see* the open source projects that die, and potentially make use of them in the future, and if you were already using them you can continue to do so.

      What about all the commercial projects that die, many of which never even reached the release stage.

      One such example, is PostPath (http://www.postpath.com) which used to be advertised frequently on slashdot, they used to make a mail server which was a drop in replacement for ms exchange, while outperforming it by a huge margin... We had their demo version and very much liked it, it would have freed us from several niggles we have with exchange 2003, while costing significantly less than 2007 would while not necessarily fixing the issues we have.
      However, PostPath were bought out by Cisco... Their existing mail server product is no longer available, and future versions won't be developed... The company will in the future, as part of cisco, be doing mail as a service - which is completely unacceptable for us, as we need to maintain control over our own email for legal (not to mention performance - don't want large attachments going over our slow wan link) reasons. So now what? Our planned migration had to be cancelled, had we already completed it we would have been stuck with an ageing product that would never be updated....

      If it had been open source and abandoned on sourceforge, then not only would we still be able to acquire it despite the original developers having lost interest, but there would be a chance of new developers picking up the project.

      If i want to create an updated version of a dead sourceforge project, i can use the existing code as a base... If i want to create a new version of a dead closed source project i have to start from scratch, and may have to spend significant time reverse engineering binary formats or such.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  10. The only problems is by amiga500 · · Score: 2, Funny

    all code must be written in ADA.

  11. Open Source is Socialism by crf00 · · Score: 4, Interesting

    Notice how open source is supposed to work the same way as scientific research does? Both of them requires socialism economics in order to work well.

    Look at scientific research for example, you pour a large amount of money into it, but you can't sell the results of your research. You can only see the impact of your research, if any, a couple of years after some companies see the commercial value of your research and decided to use it.

    Look at LHC for example, is there any commercial value for investing such large amount of money for the research? No. How about research on nature and species in a certain natural ecosystem? Other than probably selling the video to few people who are interested and willing to pay, I don't see much commercial value in such research.

    So then think about it, why on earth can such research still exist today? If the world is under pure capitalism, nobody is going to spend any money to support these research. Instead, you need a socialism model to support the research.

    The current socialism model to support research is to gather a pool of fund from a large group of people, and distribute the resource to everyone in a centralised way. Our pool of resource may be from university, which is paid by university students or sponsored by government. Or the resource may be directly from government, which acts as a pool of fund from the taxpayers.

    Hence in some way, everyone in a nation contributes a tiny fraction of money to the research institution. The results of the research would then get contributed back to the society and benefits everyone.

    In fact, tax is a kind of socialism that solves problem of requiring tiny fraction of resource from huge amount of people. A country with 100% socialism is just meaning a country with 100% tax.

    So compare this with open source, what's the different? If you divide the cost of development with the number of people who benefit, everyone is supposed to pay a very small amount of money.

    The current difficulties of open source is that there is actually no way to collect this small amount of money from everyone, and thus open source projects usually require small number of people to donate for most of the cost, while all other people becomes freeriders.

    I believe that in order for open source projects to grow in a healthy way, a socialism model for open source has to be established, and we have to have a pool of fund to support the projects. And currently, the only kind of pool of fund I can think of is from the government.

    1. Re:Open Source is Socialism by meringuoid · · Score: 4, Insightful

      As a matter of fact I think open source is a triumph of Socialism. Hitherto, compilers cost a fortune, UNIX distributions even more. You had to buy such software from a capitalist - or more likely, be employed by a capitalist who could afford it. The GNU project put the means of production in the hands of the workers, allowing us to enjoy the fruits of our labour ourselves.

      --
      Real Daleks don't climb stairs - they level the building.
  12. Microsoft will NEVER let that happen by erroneus · · Score: 4, Insightful

    There are no limits to what Microsoft, companies like Microsoft and their supporters would do to prevent that from happening.

    I have often wondered what sort of chaos would ensue if the plight of the "big 3 auto" were shared by Microsoft. It could upset employment at all levels of the economy. The ripples of the effect would be global. But in the end, I believe people and business would simply work around the issue if Microsoft simply failed and ceased to be. I think that perhaps the overall effect would be somewhere between three and four times as annoying as the latest daylight savings time changes. But people would move off of Microsoft Windows because the platform would just be too unsafe to work with.

    One way or another, people will eventually find that Microsoft isn't as "necessary" as they currently believe. Ultimately, when you break down computing and data processing to what needs they serve, it is easy to see that just about anything will do. The biggest problem is getting over people's natural fear of the unknown. Microsoft is all that most people know and so anything else is to be feared and avoided. But when shoved into the water, people will swim.

    Publicly funded F/OSS software projects would show the world that Microsoft isn't as necessary as they currently believe. Microsoft would pull no stops in preventing that from happening and I would even go so far as to say they would collectively hold the value of no single life above the interests of their business and business model.

  13. Bad example. What about the NIH? by Kupfernigk · · Score: 3, Insightful
    The NIH has driven all the drug companies and medical equipment companies out of business, hasn't it?

    Your example is bad. A supermarket is a consumer, not a producer. Now let me give you a real example, one I know something about.

    Years ago, there were many companies making marine engines. They were typically very bespoke and very expensive, and though they were very solidly built they were not terribly reliable. Then what happened was consolidation. Volume manufacturers appeared who produced limited ranges of engines that were much cheaper and, because R&D was amortised over high volume, much more reliable - companies like Kubota, Mitsubishi, Mercedes, Volvo. So the small manufacturers went bust, didn't they?

    Of course not. They simply absorbed the high volume engines into their product range. They took the core engines and used their marinising parts to provide a range of options for different applications, which they could now do more cheaply. They focussed on services and added value. Because they did not have to have lots of capital tied up in core engine production, they had lower financial risk. The reduction in cost is one reason for the explosion in the powerboat market.

    Same thing for software. Most small companies do not run by making core services. They survive on supplying special markets. Common core software allows them to focus their expertise on the added value in those markets. Because the vertical market software now has a lower cost basis, more people can afford it. The market grows. The company has a more diversified customer base so it has to do more customisation. This absorbs the resources that were once trying to maintain the invisible code.

    --
    From scarped cliff or quarried stone she cries "A thousand types are gone, I care for nothing, no not one."
  14. nope by nicklott · · Score: 4, Interesting

    the savings [to consumers] in the United States alone could easily exceed the cost of supporting software development

    Capitalist economics doesn't work like that. Money that consumers don't spend doesn't contribute to GDP, but money they do spend does, and GDP is the magic number (remember, we're all happier when the numbers go up).

    This highlights why OSS won't be a pillar of Obama's spending spree. Microsoft sell software made by developers they pay and these developers then spend their pay on other software (say). This moves money round the economy continuously and makes the GDP look great. Paying a developer to create a free piece of software is effectively a one off payment and doesn't contribute to GDP much (it mainly increases coffee consumption), in fact all it does really is inflate government spending/borrowing.

    The end result for the user is clearly better in the second case, but better for the "economy" in the first. If you want the government to choose what's better for the user at the expense of the "economy", well, I guess you'd better move to Canada or one of those other commie countries cos it won't happen in the US of A.

    1. Re:nope by AceJohnny · · Score: 4, Informative

      Capitalist economics doesn't work like that. Money that consumers don't spend doesn't contribute to GDP, but money they do spend does, and GDP is the magic number (remember, we're all happier when the numbers go up).

      That's actually the broken window fallacy. If someone breaks your window, they're helping the economy because you will then spend money to buy a new window and pay a worker to install it for you.

      But actually what's happening is that resources that would go into something productive for the economy get diverted to replacing something previously existent, thus reducing economic growth.

      --
      Misleading titles? Inflammatory blurbs? Keep in mind that Slashdot is a tabloid.
  15. As if the New Deal was successful, it wasn't by Shivetya · · Score: 3, Insightful

    Why all these comparisons to the New Deal? It didn't work. If it wasn't for WW2 we would never have gotten out of it. All we got in eight years was government debt and unemployment did not change. Sorry but this use it for FOSS is simply pie in the sky type crap. Why? Because those who actually implement it will not have any relation to those in the community. It will simply route money to schools, after all they can do this just fine and they need the money as well as the computers.

    No, instead of spending the money by the government why not let those who actually earn it decide what to do with it? Give all those who pay income tax a tax holiday. This will do two things, one is to allow the working American to spend his money where he wants thereby focusing the bailout on businesses that matter to the earners as show them just how much a burden the government truly is.

    --
    * Winners compare their achievements to their goals, losers compare theirs to that of others.
    1. Re:As if the New Deal was successful, it wasn't by Nietz2000 · · Score: 5, Insightful

      WW2 was the New Deal on steroids. The Government quite literally quadrupled spending and took full control of the economy, even to the point of regulating wages and dictating output. If you want to argue WW2 pulled the US out of the Depression, then you're just saying the New Deal was too small.

      The GI Bill created the most educated workforce on the planet and paid for 60% of all University graduates. Poverty among the elderly was reduced by 80%. Home ownership and the middle class was created in just a few years from the New Deal. It was a huge success.

      You're also ignoring the rest of the world. As each country implemented Keynesian policies, their economies quickly recovered. The US was just one of the last to join the party.

      There are no mainstream free-market Austrian economists anymore... they died out. Even Bush's economists are New-Deal Keynesians.

    2. Re:As if the New Deal was successful, it wasn't by Wildclaw · · Score: 2, Insightful

      Why all these comparisons to the New Deal? It didn't work

      It worked incredibly well. Unfortunally FDR was relativly conservative which made the depression last longer than it should have. His biggest misstake being the budget balancing in 1937 that immediatly sent the country into a second recession. Fortunally, he corrected the mistake by increasing the efforts again.

      All we got in eight years was government debt

      The goverment debt/GNP 1933: ~40%
      The goverment debt/GNP 1941: ~40%

      unemployment did not change

      Unemployment (using Darby figures which includes those involved in work efforts)

      1933: 20.6%
      1937: 9.1%
      1938: 12.5%
      1941: 8.0%

      The unadjusted Lebergott numbers that counts a lot of those involved in work efforts as unemployed of course looks slighly worse, but they still show a significant reduction in unemployment. And the GNP increase is there to prove it.

      If you can't even get the basics right I won't bother with the rest.

    3. Re:As if the New Deal was successful, it wasn't by mrlibertarian · · Score: 2, Interesting

      If you want to argue WW2 pulled the US out of the Depression, then you're just saying the New Deal was too small.

      I would argue that both the New Deal and WW2 were very bad for the economy. As an example: From 1923 to 1929, the square feet of office space in Chicago almost doubled. From 1931 to 1950, no new office buildings were erected and no new large hotel was built in Chicago. But I guess we did kill a lot of people and destroy a lot of buildings.

      So, yes, WW2 "saved" us, in the same way that a broken window saves a glazier. But what if there had been no New Deal, and no second world war? Perhaps we might have had a real economic recovery during those years...

    4. Re:As if the New Deal was successful, it wasn't by washort · · Score: 2, Interesting

      There are no mainstream free-market Austrian economists anymore

      Hell, there never were any, depending on how you define mainstream. Even Mises himself, while allowed to call himself a "visiting professor" at New York University, never got paid to do so. Economists who say that governments can help business best by mostly leaving it alone tend to not get paid very much. No surprise, since the government and government-sponsored universities tend to be the major employer of economists.

    5. Re:As if the New Deal was successful, it wasn't by sgtrock · · Score: 2, Insightful
      Long, protracted wars are nearly always bad for an economy, though, as we've known for thousands of years:

      He who wishes to fight must first count the cost. When you engage in actual fighting, if victory is long in coming, then men's weapons will grow dull and their ardor will be dampened. If you lay siege to a town, you will exhaust your strength. Again, if the campaign is protracted, the resources of the State will not be equal to the strain. Now, when your weapons are dulled, your ardor dampened, your strength exhausted and your treasure spent, other chieftains will spring up to take advantage of your extremity. Then no man, however wise, will be able to avert the consequences that must ensue... In war, then, let your great object be victory, not lengthy campaigns.

      -Sun Tzu, the Art of War

    6. Re:As if the New Deal was successful, it wasn't by TheSync · · Score: 2, Interesting

      WW2 was the New Deal on steroids. The Government quite literally quadrupled spending and took full control of the economy, even to the point of regulating wages and dictating output.

      WW2 "fixed" the unemployment problem by putting millions of American men to work at gunpoint (the draft).

      WW2 also enhanced the US export market by destroying the main competition, Western Europe (of course, pre-war trade was destroyed by the Depression-era global trade war).

      WW2 ended "regime uncertainty" in the United States with the death of FDR and the realization that Communism was the enemy, and not a good potential idea for the US. Pre-war polls of businesspeople revealed that they were very worried of a fascist/communist regime coming to power in the US, which probably reduced US private investment.

      Private spending did not return to pre-1929 levels until several years after WW2 was over, mind you.

      FDR did one thing right - ending the contractionary "speculation busting" Fed monetary policy of 1929-1933 (through the gold clause ban and dollar devalution). Much of the rest of his efforts were anti-growth, as revealed by the recession of 1937-1938 after the initial recovery began slowly in 1933.

    7. Re:As if the New Deal was successful, it wasn't by TheSync · · Score: 2, Informative

      There are no mainstream free-market Austrian economists anymore

      I don't know what you mean by this, but every economist still reads Mises and Hayek, and I haven't seen someone refute the Socialist Calculation problem identified by Hayek. There are minor differences between Monetarists and Austrians (and the more honest of both sides agree that inflation is a monetary issue but that can also inter-react with distortionary over-investment in sectors).

      The Austrians are actually claiming that the housing bubble during a time of otherwise low inflation is proof of the Austrian Business Cycle versus Monetarist/Chicago business cycle models.

      Here are six Austrian economists and also the Review of Austrian Economics.

    8. Re:As if the New Deal was successful, it wasn't by TheSync · · Score: 2, Informative

      His biggest misstake being the budget balancing in 1937 that immediatly sent the country into a second recession.

      Obviously balancing a budget can't send a country into a recession in itself (or the US would have been in a recession in 1998). Raising taxes or reducing spending might. As it happens, Congress passed the Undistributed Profits Tax in 1936.

      There are other competing theories on 1937: the Fed doubled bank reserve requirements in 1937; scary talk by FDR in April, 1937; the economy feeling the full effect of the Social Security and Federal unemployment payroll taxes that came into force in 1936. Perhaps they all played a roll.

  16. of course, because an ideal market has no profit by Trepidity · · Score: 2, Interesting

    In a perfectly efficient, competitive market, profit goes to zero. Obviously companies don't want that, so it's in their interest to work against the establishment of a free-market economy.

  17. sure they do by Trepidity · · Score: 4, Interesting

    Profit is market inefficiency due to lack of competition---someone selling a product for more than the marginal cost of production, which hasn't yet been exploited by an undercutting competitor, often due to difficulty of market access or strongly entrenched incumbents.

  18. Re:2 billion? by smchris · · Score: 5, Insightful

    Ah, a fellow cynic. Some people just don't appreciate good sarcasm.

    Yes, I could see Congressmen who dine regularly with their Microsoft lobbyist giving speeches about how excessive $2 billion would be for "hobbyists". While the (foreign) Citibank got -- $300 billion, right? To produce what?

    This whole idea shows way too much pragmatic sense for 21st century America.

  19. ...and Socialism is the bogeyman by PinkyDead · · Score: 2, Insightful

    The fundamentals of socialism is about who owns and controls the capital in the means of production. In a capitalist system it is individuals - in the socialist system it is the state.

    Now whatever you say about this investment in OSS, you can't say it's socialism unless the state expects a measure on control of the OSS projects, which they are not.

    One can say that this is government intervention in free market capitalism - and the free market capitalist will, true to form, roll out the "Socialism" bogeyman to batter any attempts at government intervention. Unfortunately, the free market is, excuse my French, fucked. The economic crisis we are all going through at the moment is because of Lassez Faire principals which have had their day in court and come up serious wanting. It is time to try something else.

    To suggest that there is only either "Reckless Abandon Free Market Capitalism" or "Soviet Style Communist Socialism" is a nonsense. It is quite possible to have a capitalist system that involves a sensible government intervention and regulation, that is not socialist.

    (Although other than the use of the term Socialism, on the grounds that it will be intentionally abused by the dim-witted jingoists, I agree with everything else you said).

    --
    Genesis 1:32 And God typed :wq!
  20. Why? by GottliebPins · · Score: 2, Insightful

    I have a better idea. Why don't they just give us our damn money back and let us decide how to spend it? Why should a bunch of career politicians be allowed to pick and choose who gets the money? Individuals invest money with the intent of making a return on their investment. Politicians spend money to get more votes. Once they get their hands on our money it becomes dirty money, used to buy votes. You might as well be accepting money from crack dealers. I guarantee if they did decide to spend money supporting "open source" software there would be strings attached. They would put so many rules and stipulations on it that it wouldn't be open source anymore.

  21. The New Deal failed. by tjstork · · Score: 5, Insightful

    WW2 was the New Deal on steroids.

    WW2 was certainly a huge capital outlay, and brought people to work, but let's not forget some basic things:

    a. WW2 took place 9 years after Roosevelt was elected. He had nearly a decade of New Deal to end the Depression and really didn't accomplish anything.

    b. We are already in a war, two of them actually, and the economy still sucks. IF we wanted to raise the military budget to 6T a year, we would have WWII levels of spending on the military, and, what would that accomplish?

    c. The prosperity of US postwar had more to do with the total destruction of American industrial rivals. Even GB, our ally, was so bankrupted by the war that she hit the skids. Continental Europe and Japan were destroyed, and the damage caused to Russia by the German invasion was so severe it doomed Russia to be a third world economy for decades afterwards. USA economy has been in relative decline as each of these players rebuilt and retooled.

    You're also ignoring the rest of the world. As each country implemented Keynesian policies, their economies quickly recovered

    IT was Keynesian policies they implemented, it was classic mercantilism, protecting their own industries as much as possible to let them rebuild, while selling their goods to the USA. This dysfunctional world economy has persisted for 60 years. First it depleted USA gold reserves so that in the 1970s the USA floated the dollar. Then, it depleted USA dollars so that in the 1980s the USA began borrowing, and then, when Bush finally pulls the plug on the whole damned thing by lowering the dollar, we're left with an economy that is reflective of what it really is, a large economic power with a bunch of smaller, but capable, economic powers, and a bunch of goods and a so-called free trading system that is actually irrationally priced due to the junkie's desire to keep the postwar ball rolling.

    No more.

    Americans aren't going to tolerate the economic dislocation and fiscal ruin caused by all the imports, and finally, you are going to have to see USA's trading partners actually construct meaningful domestic demand on their end, while at the same time the USA will have to build more of what it needs and stop treating the developing world as so much indentured servants.

    --
    This is my sig.
    1. Re:The New Deal failed. by Nietz2000 · · Score: 2, Informative

      a) Well, to be honest, the economy was actually growing very fast under the New Deal, between 5% and 10% every year, from 1933 right up to the US entry into WW2. Millions of jobs were added before WW2. There was only one recessionary year when the Government tried to cut spending too early, but quickly corrected it.

      b) You don't have to be in a war to push an economy out of a recession... rather than bombing Europe, you could spend the money building infrastructure.

      c) The prosperity of the US was very real. The improvement in technology, health, education, employment and productive capacity was much higher from the wartime investments. The same was in fact true of the rest of Europe. Sweden was the first to apply the principles and became just as wealthy as the US.

      I'm not sure where you are getting the mercantilism connection to Keynesian policies. Keynesians were very much against the Gold standard... Everyone from Friedman to Keynes to Bernanke agree the Gold standard was a primary cause of the Depression.

      You clearly oppose Globalization, but I don't think it really matters. The New Deal really didn't have anything to say about global trade and it really doesn't make much of a difference when everyone is in a deep recession as well.

    2. Re:The New Deal failed. by Nietz2000 · · Score: 3, Informative

      but even if you go by the best way of interpreting the New Deal, unemployment was never lower than 9%, INCLUDING make work jobs, which means that, 8 years of Roosevelt were NEVER as good as the WORST year of George Bush JR.

      Economic growth was strong, closer to 10%. Unemployment was falling, but you didn't get full employment until WW2. This is to be expected when you are coming off a 25% unemployment rate and a decline in demand of 40% (90% in equity markets). As the economy was growing, you still didn't need many new workers to meet the growing demand because your productive capacity was built for output much higher (and you were still implementing technologies developed during the negative years).

      You can't really compare Unemployment Rates of two different periods like this though. 20% of the workforce now works for the Government. The New Deal programs only employed a few thousand people. A much larger proportion of the population are employed today, so unemployment does not fluctuate so wildly.

      The New Deal was not successful at reaching full-employment. You really needed a War Economy or a Centrally-Planned Soviet Economy to do this in the short-term.

      The New Deal was actually quite small on a macroeconomic basis. However, it was the programs he created that created the society we know today of high home ownership, middle-class earners, social security & basic health care.

  22. Re:Japan Went Keynesian by Nietz2000 · · Score: 2, Insightful

    Japan actually had good growth in its fiscal stimulus years. They just jumping back into budget-balancing as soon as growth had recovered, and would fall back into recession as a result.

    Of course, the slow population growth didn't help. In fact, adjusted for population growth, Japan has grown faster than the US over the last decade.