Slashdot Mirror


Open Source Bill For Australian Capital Territory

leinad writes "An article in The Age newspaper claims the Australian Capital Territory is set to become the first jurisdiction in the country to adopt a bill which says that public bodies should, as far as practicable, consider the use of open source software when procuring computer software. (The Australian Capital Territory is the small territory/state of Australia in which Canberra, the capital of Australia, is located.)" Seems like requiring blueprints from contractors, to me.

25 of 186 comments (clear)

  1. Software matters, OS does not by ObviousGuy · · Score: 4, Interesting

    Requiring the blueprints for a building is important insofar as it is necessary to remodel the building in the future.

    However, most operating systems do not require alteration at any level below the distributor. Users are actively discouraged from changing their systems. Changing the system means possibly breaking compatibility with other systems which leads to headaches down the road as the forks diverge.

    OTOH, software is always in a state of flux. Government software is always being updated, and as long as the underlying OS doesn't change serious portings of the software do not need to take place. In the case of end-user software, it is important that the government have the software source code in hand so as to be able to contract out to companies as necessary to update it.

    But OS software is different, in that it is less likely that a change needs to be made for the purposes of government work. COTS is the name of the game, and as long as the systems are standardized to some degree things are hunky dory. There is no need for source code in the case of an OS.

    --
    I have been pwned because my /. password was too easy to guess.
    1. Re:Software matters, OS does not by bit01 · · Score: 5, Insightful

      You're a troll and probably an M$ astroturfer but I'll bite so those new here won't be fooled:

      The source of the OS matters just as much as for application, but for reasons you haven't mentioned. These include:

      Documentation - it is impossible for API documentation to be complete. Source is frequently needed to make clear what will happen under rare circumstances eg. virtual memory traps during a strcpy() in a device driver.

      Back doors - without source it is impossible for the government to make sure that public data is not being used for private purposes. "Trust me" is not good enough for any non-trivial project. eg. voting

      Unusual circumstances - Governments are large organisations with many specialised operations. To say one size fits all is simply wrong. Source is not a panacea but can help solve problems that closed source vendors won't even look at. eg. support for military spec hardware.

      Forking - Closed source software forks every bit as much as open source source software and in addition will always eventually no longer be supported. With open source software an customer can make their own choices about when to drop support and not be beholden to a vendor trying to maximise profit.

      ---

      I sometimes think that closed source vendors are engaged in 1984 style double-think when it comes to closed source API's. By definition an open source API, assuming all else is equal, will allow a customer at least all the options of a closed source API.

      ---

      Astroturfers are scum

    2. Re:Software matters, OS does not by Frater+219 · · Score: 3, Insightful
      However, most operating systems do not require alteration at any level below the distributor. Users are actively discouraged from changing their systems. Changing the system means possibly breaking compatibility with other systems which leads to headaches down the road as the forks diverge.

      That's silly. It's like saying that having the freedom to remodel your building means that you're going to undermine its foundations and break its compliance with the building code. Of course you don't do that.

      When you have a large site with higher potential migration costs, you would be fiscally irresponsible to hand your system over to a single-source vendor. You wouldn't sign a building contract which specified that only the original builder could fix the roof if it leaked, would you? He could charge any price he wanted -- your only options would be to pay it, or to live in a leaky building, or to demolish or abandon the building and build another. That is what lock-in and migration costs mean in proprietary software.

      It's true that you, or your staff, may never need to make changes to your software yourself. However, you still benefit from the fact that others can, and that you are not locked-in to someone else's way of doing business.

  2. what's most interesting by LardBrattish · · Score: 5, Insightful

    isn't the bit about "considering open source wherever practical" which is easy to weasel around. I like this bit:-

    The bill, which goes before the ACT Legislative Assembly tonight, also specifies that public bodies should not use software that does not comply with open standards or standards recognised by the ISO or software for which support or maintenance is provided only by an entity that has the right to exercise exclusive control over its sale or distribution.

    That'll be the bit that gives most trouble to the beast of Redmond...

    --
    What are you listening to? (http://megamanic.blogetery.com/)
    1. Re:what's most interesting by Neo-Rio-101 · · Score: 5, Interesting

      Good Point.

      I think in order to be fair, they simply couldn't completely shut the door on proprietary solutions. People here are looking at the overall system and what it can do... and if Microsoft is still required to run a particular system because only it can... then MS will stay put.

      OTOH, if the government want to create jobs and boost the local IT industry.... those MS licences will slowly die out when an OSS alternative replacement comes along.

      For most people, a Linux system does the job. OpenOffice is great (still has a few quirks here and there, but is generally "good enough" considering you don't pay a cent for it). All the other tools just add value to an already free offering.

      And let's not forget FreeBSD in the server room.

      Having said all that, forcing OSS solutions and avoiding vendor lock-in is going to be tricky when you basically need a vendor to offer you support somewhere. This basically means that if the Enterprise is running Linux on the desktop, according to the Aussie government's proposition, the whole install MUST have no proprietary pieces in there which would inhibit a change in service/support vendors. ....That's the most interesting thing that I see coming up.
      Now, who other than Microsoft can support their own OS at a source code level? Microsoft may have to take the initiative on this one....

      --
      READY.
      PRINT ""+-0
  3. Define support by ObviousGuy · · Score: 3, Insightful

    Define maintenance.

    I'm sure you'll find that Redmond will have no trouble satisfying this clause.

    --
    I have been pwned because my /. password was too easy to guess.
  4. Re:Requiring Open Source is not a solution by mabinogi · · Score: 4, Insightful

    It's not about requiring, it's about considering....

    Also the most significant part of the bill is not really about open source...it's about requiring the use of open standards, and avoiding single vendor lock in....

    --
    Advanced users are users too!
  5. food on the table by mcclure · · Score: 5, Interesting

    I'm working for a company whom I've convinced to give the whole "open source thing" a looksee.

    This legislation means a lot to us - even though it doesn't cover the whole of the government, (as near as i can tell) it only applies to the ACT government.

    We will now get a lot more interest in our services - and once we're in one government department, federal departments can't be that far away!

    Exciting times.

  6. Territory vs State by Anonymous Coward · · Score: 5, Informative
    The Australian Capital Territory is the small territory/state of Australia in which Canberra, the capital of Australia, is located.

    It is a territory. It is not a state. There is a difference.

  7. In case that doesn't make sense... by Anonymous Coward · · Score: 3, Informative

    The Australian Capital Territory is the small territory/state of Australia in which Canberra, the capital of Australia, is located.

    Just like the Washington/Washington D.C. concept.

  8. CLUG by femto · · Score: 4, Interesting
    I wonder what influence CLUG had on this outcome?

    CLUG projects include samba and rsync, so they could be called a 'shining light' for the ACT.

  9. Not the last of the legislation either by Norman+at+Davis · · Score: 5, Informative

    According to The Australian, this is "part of a coordinated national approach by the Democrats, which has seen similar legislation introduced in South Australia and federally and under consideration in [New South Wales] (whose capitol is Sydney) - calls for government to "consider" the purchase of open source software in procurement plans." The article also mentions that "the original version of the bill would have required the ACT to 'prefer open source software' but that was of course neutered. Appearently in the last six months alone the ACT has spent $15 million Australian ($11 mil US) (Converter) on Microsoft software and support for the next three years.

    --
    Just another two cents from the Norm.
  10. we already do this by urban_gorilla · · Score: 5, Interesting

    actually working for a government department that pretty much exculsively uses open source for our development projects i can say... it works... and pretty well too.
    we are a small department, and without a large budget have managed to complete projects in a similar, if not smaller amount of time and that would have otherwise cost millions.
    yes. millions
    go figure.

    --
    "Yeah, Yeah, Yeah." - Lennon, McCartney
  11. Hacked up already by Anonymous Coward · · Score: 4, Interesting

    The bill was pushed through last night (about 12 hours ago) the full hansard is not yet available but I will link to it when it comes up.

    Something that is just as interesting as the full hansard is the minutes and the changes that were made to the bill that has now been passed.

    The line

    'as far as practicable prefer open source software'

    was changed to

    'as far as practicable consider open source software'

    Full minutes:
    Are here

    Page 8 has the bill
    Page 10 has the ammendments

  12. Re:Requiring Open Source is not a solution by ignavus · · Score: 5, Insightful

    I don't think it is the business of government to tell you that you should consider the use of open source software.

    It *is* the business of governments to regulate how government sector organisations purchase software. They aren't trying to tell *you* what to buy ... unless you are a government sector employee. In which case they are your employer, and *can* tell you what to buy.

    I see this as affirmative action against all those government agencies that automatically think that expensive, multi-national-owned software is intrinsically better than open source, or locally produced stuff from small vendors.

    There are plenty of government managers who get their kudos from spending lots of tax-payers' dollars on big-budget projects, when something much more modest would do the job ... at a far lower cost. But then the manager wouldn't be able to say, "I have a bigger budget than you!" This legislation helps, a little, to counteract some of this waste.

    --
    I am anarch of all I survey.
  13. The bill has been passed by dilby · · Score: 4, Informative
    --
    This post patent pending.
  14. good by POds · · Score: 3, Interesting

    Cool, maybe the Australian taxation office will be able to read those applications forms i've been sending in openoffice format now? Wooh, i might get a job soon.

    --


    Giving IE users a taste of their own medicine since 2005 - http://pods.-is-a-geek.net/
  15. Why was such a law needed? by Cosmik · · Score: 4, Interesting

    I'm an ACT resident, and discussion about this bill came up at work today. In regards to that, I've got to wonder why the hell a bill was needed for this - why is a policy, strictly enforced, not enough?

    Are our politicians so inept that they have to hold onto the contraints of the law in order to purchase some new software? Wait...I think I just answered my own question.

  16. what about pay back? by kautilya · · Score: 3, Interesting

    I hope these governments will pay back too. If they are benefitting from open source, they should somehow invest to promote open source software.

  17. The ACT! I'm sure and Australian will.... by Osrin · · Score: 3, Interesting

    ... shed some light on this.

    The ACT governments is not one of the 7 state governments, nor does it represent the Australian federal government.

    My understanding is that the ACT Government represents the ACT (strange that)... an underfunded town that is smaller and less influential than Munich.

    It's nice to see the activity, but don't get over excited, this isn't going to rock anybodies world.

    1. Re:The ACT! I'm sure and Australian will.... by child_of_mercy · · Score: 4, Informative

      1) there are six state government
      2) While a small province Tasmania is not that much larger (in population)
      3) It's a fully fledged parliament, not a local council, so it's an Act that has been made, not a council ordinance or Regulation.
      4) The Federal Government is administered in Canberra. The same contractors who supply services that meet the requirements of this Act will be biddding for federal work.
      5) this is the beginniug not the end.

      --
      'There is a Light that never goes out.'
  18. The bill has been passed. by NicksMyName · · Score: 3, Informative

    According to Computer World the bill was approved today.

  19. Support is what kills Open Source... by Anonymous Coward · · Score: 5, Interesting

    I work for an IT company, among the largest, providing services in the ACT. I'm also one of the few people in this company that will even consider open source solutions to any given problem instead of jumping immediately to a Microsoft offering. Open source solutions are almost invariably dismissed if a Microsoft soution can be cobbled together. While I applaud the intent of this bill I don't think it'll change the status quo.

    Government departments, local, State, or Federal have two common traits:
    * They are risk averse
    * They want someone to blame when things don't go right

    Adopting an open source solution when all departments around you are Microsoft shops and all the local IT companies are Microsoft shops is seen as violating both traits.

    Risk comes from the possibility that things may not interoperate (without your user base having to actually think for themselves). The first time a Minister or Dept. Head cannot open a memo or check a calendar because of file format problems someone will have to answer. Risk of this occurring increases as Redmond moves to close its file formats.

    When open source fails there is no-one to blame. Even though blaming MS for failure in their software is pointless insofar as rectifying the problem it does provide suitable cover for bureaucrats. You and I both know that solutions to most open source problems can be had with a modicum of effort. However, if you cannot buy local IT company support for OpenOffice or whatever then you have to provide this effort yourself - something Australian governments have spent the best part of a decade divesting themselves of the ability to provide.

    Good idea, and I hope it works, but I won't be holding my breath.

  20. The legislation and more info by xixax · · Score: 4, Informative
    The Bill in question is available on the ACT government's web site and (as passed) on the member's website. Don't get too excited, it uses the weasel-word "practicable" and the conservatives had it ammended to have a 3 year life. OTOH, it could be a great mandate.

    The ACT is a administrative territory for the national capital, and we also had an OSS electronic voting system at our last election that is based on Linux

    Xix.

    --
    "Everything is adjustable, provided you have the right tools"
  21. Re:wel... by Cosmik · · Score: 4, Informative

    The bill was passed today. When the Hansard page is updated, you'll be able to find out who supported it. Out of the 17 members of the Legislative Assembly, only 1 is a Democrat (1 Dem, 1 Green, 1 Independant, 6 Libs, 8 Labor). So, if the Dems, Greens and Ind sided with the Liberals, the Dem would prove efficient, but otherwise - not much use in blocking or ensuring bill go through, really. But in this case, I'm proved wrong, so thumbs up.