Stories
Slash Boxes
Comments

SoylentNews is people

posted by n1 on Monday April 21 2014, @02:19AM   Printer-friendly
from the survival-of-the-fittest dept.

It seems likely that everyone here has heard the old saw "No one ever got fired for buying|using Microsoft". Well, times change.
The government of the Italian province of South Tyrol wants to save money and, noting Munich's savings of over 10 million euros, it sees Free Software as a solution. (The freedom thing isn't lost on them either.)

Governor Arno Kompatscher says "We've started to review our license costs. If there are free and open source alternatives, and where the costs and risks of changing are justified, we will switch to these." The new policy is meant to reduce IT costs. Should this fail, the region must resort to reduce its workforce, in order to balance the region's budget.

Did you catch the nuance? If you are a gov't employee and they can't change software because you aren't adaptable enough to use something other than Windows, you can plan on being the first one out the door. Hat tip to Robert Pogson for just the right spin on this story.

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by kebes on Monday April 21 2014, @03:38PM

    by kebes (1505) on Monday April 21 2014, @03:38PM (#34016)
    I fully agree.

    But I think crappy help documentation is only part of the problem. Maybe only a symptom. I think our current paradigm of software-help is wrong. Consider what often happens when you are trying to figure out how to do something with a piece of software. Whether you use the built-in help or the web, you end up doing something like:
    1. Type some search terms
    2. Scan through the search results
    3. Click into some entries, read through them quickly
    4. Identify a candidate solution
    5. Follow the steps described in the solution (click this Menu item, look for this option, etc.)
    6. If it didn't work, go back to a previous step and try some more...

    This seems silly. In particular, it seems rather ridiculous to have a web-page open, and then to be searching through your GUI app for the button/item that the document is referring to; especially when one considers possible version or setup inconsistencies. (This is of course better with commandline tools, where you can copy-paste something from the web.) It would be better if you could simply activate the presented solution. I'm not suggesting giving your web-browser complete access to your computer... Consider instead if every button/item in the GUI were (behind the scenes) intelligently tagged, and linked to various help-topics. So, you use some kind of built-in search, type what you're trying to do... and you see various entries pop-up. Importantly, those entries don't explain what button to press, they actually perform the task. In other words, the help system is more like a way to search and activate all the functionality that is available inside the application.

    The only downside I can think of (besides implementation effort) is that this prevents users from learning where a given option is located. However, I think that a user who wanted to use a function repeatedly would put in the effort to find out where the option is located (the search-activate function could also highlight the button it's activating on your behalf). Moreover, the search-activate system could itself become a viable way to access functionality. You could learn what words to type (maybe just a couple characters required) to activate the functionality you wanted. This is potentially much more efficient than searching through dozens of GUI panels, even for common tasks.

    There have been occasional forays into such ideas (such as the the Enso software, the Firefox Ubiquity [mozilla.org] plug-in, or Unity's searchable menubar), but I've never seen an application that fully developed this idea: where every single GUI element is tagged and thus can be activated using a (pseudo-natural-language) search interface. One difficulty is the developer effort required to make it all work. On the other hand, I believe the right solution is to have an online database of help-entries. Users can then submit entries for fixing common problems or performing particular sequences of steps, essentially providing a way to share simple user macros. (Obviously some vetting process is necessary.) So when you search, you're searching through everyone else's problems/solutions, and you're able to activate/try a particular solution with a single click.
    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2