Slashdot Mirror


User: albalbo

albalbo's activity in the archive.

Stories
0
Comments
194
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 194

  1. Re:Awful patent. on Blackboard Patenting Educational Groupware · · Score: 4, Interesting
    I also meant to add my favourite quote from the patent:

    "For example, an Internet user's ability to access information using that medium is significantly reduced if the user lacks understanding of how to use Uniform Resource Locators (URLs) to traverse (i.e., navigate) web pages."


    I think I stopped reading shortly after that point, it would have hurt too much to continue.
  2. Awful patent. on Blackboard Patenting Educational Groupware · · Score: 2, Interesting

    We were talking about this on a UK ml the other day; there are a number of Moodle people worried about this.

    It's a patent so bad it looks like the EPO won't grant it. Which is really saying something.

  3. Re:Artificial on Fedora Welcomes Women to FOSS · · Score: 0

    Uh; way to miss the point

    The question wasn't why SoC got zero responses. The question was why SoC got zero, when GNOME WSO got plenty.

    Eg., it's a comparison, not a comment about Google.

  4. Re:Artificial on Fedora Welcomes Women to FOSS · · Score: 1, Insightful

    Interesting that you mention "force"; doesn't seem to me that Fedora Women forces women to be involved with Fedora.

    As for "why encourage", maybe you'd like to start to explain why Google's Summer of Code had zero women applicants, whereas Gnome's Women's Summer Outreach Programme had a great number of applicants, when the two programmes were basically the same.

    Claiming women's "natural inclination" or interest is to not participate in free software projects is about as sexist a viewpoint as you can possibly achieve.

  5. Re:Ah. balance on Debian Locks Out Developers · · Score: 1

    I agree about key authentication, in general. But - it doesn't play well with, eg., sudo.

    If you have users who are setup to use sudo (for example, to update a website area, or something), they cannot use their keys to authenticate themselves to sudo. At least, if there is a way, I'm blissfully ignorant and would love to hear about it ;)

  6. Lawyers on Manual Writing Tools? · · Score: 5, Funny

    I get my lawyers to do it; they're my writting machines.

  7. Truce? They want to split the community. on Microsoft Calls for Truce With GPL and Linux? · · Score: 1

    Obviously, Microsoft have sensed that there are a fair number of people in the community who think that the BSD license is the only truly "free" license, and that with the new GPLv3 and the added protections, they think they can split the community. A house divided unto itself, etc. etc.

  8. Re:I don't know about the rest of you... on Microsoft Claims OpenDocument is Too Slow · · Score: 5, Informative

    It's actually likely they're slightly faster for spreadsheets. For example:

      * they use single-letter tag names, for the most part, to reduce parsing time
      * they remove all strings and put them in a look-up table

    I'm not sure how much difference these things actually make in practice, but there's probably a little speed there.

    What's not fair is to compare OOo to Microsoft Office, and determine the speed of OpenDocument versus OXML based on that...

  9. Re:So how the hell do we get the plugin? on ODF Offers MS Word Plugin to MA · · Score: 1

    That's a different project.

    Fellowship != Foundation.

  10. Re:Mixed content model... on OpenDocument Voted In By ISO · · Score: 1

    Funnily enough, I know a couple of the authors do these kind of transformations all the time - your ad hominem argument just doesn't cut it.

    The use of an external manifest to resolve links was criticised because it's harder to get at the data. With xlink, everything is right there in the tag - with the MS system, you have to take the ID, open up the manifest, find the tag with matching ID and then get the data off that. It's more complex for no good reason.

    The mixed content model is a valid point. Look at the examples of the non-mixed model: they're more verbose, and it requires more effort to generate. The mixed model is the least-effort model, yet - contrary to what you say - is not "ambiguous"; it's as exact as the non-mixed model.

  11. Re:Hopefully not? on OpenDocument Voted In By ISO · · Score: 1
    The same can be said for any XML readers that don't support those formats. So?


    That's exactly the point - all XML readers support these basic things, it's not format specific.
  12. Re:Hopefully not? on OpenDocument Voted In By ISO · · Score: 1
    If you keep the things that are supposed to be human readable as the text within nodes, and move the rest (formatting instructions etc) into attributes, your XML will be much more readable after some simple processing to remove the nodes.
    Interestingly, this is exactly one of the "technical flaws" that GrokLaw claims to have found in OpenXML.

    No, that's not what the article says. OpenXML will not mix node and text siblings; that's nothing to do with whether or not you put data in as text nodes or node attributes.

  13. Re:Hopefully not? on OpenDocument Voted In By ISO · · Score: 1

    Well, off the top of my head, here are a few things that XML can do that JSON/etc. cannot do:

    • be obvious about what character set they are encoded in;
    • be written in multiple languages at the same time, without a priori knowledge of which sections are written in which language;
    • include tags/attributes from multiple DTDs within the one document via namespaces;

    You cannot solve any of those problems in JSON or YAML in such a way that any other JSON or YAML app can understand without making changes to those apps. XML can do all of those things and more, and it's useful: e.g., embedding SVG into an XHTML document.

  14. Re:Hopefully not? on OpenDocument Voted In By ISO · · Score: 4, Insightful

    Well, I would agree with you about XSLT - but that's an XML technology, you realise? XSLT is actually one of the handy tools which you have access to. As an example, I was able to convert a large number of documents from HTML to OpenDocument using XSLT, and I would have had to write my own parsers etc. if the files on both sides weren't XML.

    XML is handy because there's a lot of wheel reinvention that you just don't need to do. Also, it's not just a way of structuring data - comparison to JSON or YAML isn't really well-founded, they're not feature equivalent.

  15. Hopefully not... on OpenDocument Voted In By ISO · · Score: 4, Insightful

    Although ODF is a bit nicer standard from a human point of view, and builds on existing standards, I hope OpenXML isn't accepted simply because having two standards doing the exact same thing is nonsense. They're much more similar than they are different at many levels.

    ECMA are welcome to OpenXML, I don't think ISO should accept it.

  16. Association for Free Software on Obtaining Grants for Open Source Projects? · · Score: 1

    The AFFS (http://www.affs.org.uk/) have a limited amount of money that they are able to use to fund Free Software projects. Some preference is given to UK-based projects, and to those projects which contribute something unique to the community, but all are welcome to apply for money.

    We're not talking megabucks, but certainly enough to fund certain tasks/milestones.

  17. I wish I could agree with Rob.... on OpenOffice 2.0 vs. Microsoft Office · · Score: 4, Insightful

    .... but I can't. Training doesn't seem to be in demand. I've never been asked for it, few other companies I know have ever been asked for it. There's an organisation in the UK who are funded to give training in free software to local small businesses, and have a good marketing budget. They get interest in mono, PHP, that kind of thing. OpenOffice.org training they can't even give away.

    And his remarks about OOo Base are a bit off. It's a buggy application, and unsuitable for "real" work. Believe me, I've tried. It's impossible to use the forms without resorting to macros (you can't even make a button on a form open a different form when it's clicked without writing a custom macro), and it has no equivalent to Access's switchboard. Sure, the reports, forms, etc. may all be there, but without a switchboard you only have Base's bizarre UI which no end-user will ever get.

    It sickens me that OOo doesn't seem to excite people. I can't understand why businesses seem so happy dropping so much money on Office, and aren't willing to investigate alternatives. For most people, especially those using the wordprocessor, and maybe spreadsheets, OOo is more than good enough.

  18. Re:Should we invoke the "Do No Evil" clause here? on Nike and Google launch Joga.com · · Score: 1

    Yeah, of course, because once we make Nike or whoever pay the extra couple of dollars for a fair minimum wage in those countries, and decent working conditions where people can work real hours and not get sick, all those jobs will definitely disappear.

  19. Re:Should we invoke the "Do No Evil" clause here? on Nike and Google launch Joga.com · · Score: 1

    Of course Nike is the cause. Every single company using sweatshops and every single consumer that purchases items made in a sweatshop is the "cause".

    Just because others do it, doesn't mean that it's right. But your logic already allows you to equate human lives with lumps of coal, so I doubt very much that your moral compass will wiggle at all when you think about this.

  20. Re:Should we invoke the "Do No Evil" clause here? on Nike and Google launch Joga.com · · Score: 1

    Wow.

    So... you're in favour of slavery too? Or you would be, if it was still around and everyone had slaves? After all, if everyone has slaves, it's not your personal responsbility, right?

  21. Re:I don't understand... on Warmer Oceans linked to Stronger Hurricanes · · Score: 1

    The artificiality of a temperature read from a pure substance is nothing really compared to the inaccuracy and value-fudging the Farenheit scale needed to get those "landmarks" in place.

  22. Re:It's a moving target on Gnome 2.14 Review · · Score: 1

    Well, supposedly they have, but I don't really see it.

    There are few UI improvements I can think of that Vista will bring. I suspect GNOME already has better search, a more consistent UI, etc. Probably, Vista has better admin UI, but there's not much else that springs to mind.

    Microsoft wasted a lot of time re-spinning onto the W2k3 codebase after they chucked their WinXP-based work, remember.

  23. Re:It's a moving target on Gnome 2.14 Review · · Score: 4, Insightful

    I think that's partly true, but I think the free software desktop evolves faster. If you think about how much was new in WinXP, it wasn't much, and that was out in 2001/2002(?). So, the current W32 desktop is pretty old in computer terms. If you think how far GNOME has come in that time, it's a huge leap.

    If they maintain the current pace, sure Vista might be superficially nicer when it comes out. In a couple of releases or so GNOME will have caught up in the areas Vista is ahead, but there won't be a new W32 UI to catch up where GNOME is ahead.

    I think the current GNOME pace is about right. There aren't huge advances each release, but each release does bring stuff worth having.

  24. Re:Where's the GPL source code to the Linux kernel on PS3 - Lateness With Linux? · · Score: 1

    If they're sending out dev kits, they have to make the source available to the developers. It doesn't count as internal distribution, and they cannot use an NDA to prevent the developers getting or redistributing the source.

    All that said, the source is unlikely to be redistributed I would think, and even if it were, I doubt it would be terribly interesting - another CPU arch, maybe a couple of drivers. Nothing earth-shattering.

  25. Re:THE one truly open format? on OpenDocument Alliance to Fight Digital Dark Age · · Score: 4, Informative

    There are a few people pointing out other "open" file formats. OpenDocument is part of that heritage, though:

    - it invents very little. The container format (jar) is well known, XML is well known, it builds on HTML for semantic structure, it uses other standards (XLink, XForms, SVG, etc.) where it makes sense to. It is, in effect, a "common subset" of standards which are all useful in creating documents (e.g., HTML is great, but you can't store images easily in an HTML file [tho obviously, yes, it is possible...]). This is in stark contrast to, e.g., MS XML.

    - it has been well-designed from the start to actually improve the current state of the art, not replicate it. E.g., the metadata system is good and getting better.

    - unlike text/html, competing implementations are actually interoperable: vendors are working through OASIS, which has standardised it from the start, and are making sure things work. HTML standards came a little late in the game, and there are still text/html pages out there which my poor Firefox can't handle.

    There are a ton of reasons why OpenDocument isn't just "another format", but actually a significant step forward.