Slashdot Mirror


User: dorward

dorward's activity in the archive.

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

Comments · 189

  1. Re:Going down in flames on Ask Slashdot: Making JavaScript Tolerable For a Dyed-in-the-Wool C/C++/Java Guy? · · Score: 2

    There are 14 pages giving the author's opinions about the parts of the language he doesn't like. The book is a lot longer than 14 pages.

    Your copy appears to be missing most of its chapters.

  2. Re:Magic Roundabout on Roundabout Revolution Sweeping US · · Score: 1

    I didn't get one of those! I feel cheated!

    Not that one is actually needed. You just need to treat each mini-roundabout as a roundabout in its own right (which it is) and give way appropriately.

  3. Magic Roundabout on Roundabout Revolution Sweeping US · · Score: 1
    All hail the contra-roundabout :) The Magic Roundabout is great. People approach it one of two ways.
    1. 1. Panic and go really slowly
    2. 2. Understand and zoom around it

    Since there are multiple routes between any given entrance and exist, people in group 2 can around everyone in group 1.

  4. Re:The question nobody wants to ask.... on Perl 5.14 Released · · Score: 2

    This is version 14 of Perl 5. It is a major release. (Perl 6 is a new language)

  5. The Murdoch Empire on Microsoft's Xbox To Have Streaming TV Service? · · Score: 2

    We (in the UK) have had Sky Player on XBox for ages. I'm amazed America doesn't have anything similar already.

  6. I feel left out. on Rivals Mock Microsoft's 'Native HTML5' Claims · · Score: 1

    I've been mocking them too and I'm not a rival!

    A large portion of the web development community has been mocking them. It is a terrible idea to let marketing try to write technical jargon without filtering it through technical people.

  7. Re:Shouldn't governments impose balance? on British ISPs Embracing Two-Tier Internet · · Score: 1

    Of course not. Tory governments have never been about that. We elected them because Labour was out of control after too many years in power.

  8. Re:Eat your own dogfood, jerks on Legislation To Make Web Devices Accessible To Disabled Users · · Score: 1

    Computers have had the ability to display to braille pads, and make use of other devices, that allow it's user to make use of what senses and abilities they have. New devices are locking everything out, hiding behind the DMCA and 'OMG, piracy, think of the children' to prevent the owner of the device from making use of it if their needs are different.

    The iPhone (and presumably the iPad, although it might need to wait for the iOS 4 upgrade later this year) does support braille output, and has a rather good screen reader built in too!

  9. Re:Good news...? on Dept. of Justice Considers Web For ADA · · Score: 1

    Would it make more sense to make two different models and install handicap unfriendly ones in places where it is unlikely that handicapped users would want to use them?

    Now *that* would be an unnecessary cost.

  10. Re:Crazy Australians. on Oz Pirate Party Tells the Elderly How To Bypass the Net Filter · · Score: 1
  11. Re:Crazy Australians. on Oz Pirate Party Tells the Elderly How To Bypass the Net Filter · · Score: 5, Insightful

    The results indicate that a lot of people actually are in favour of the filter, but it seems to largely depend on how it's phrased and explained.

    See Yes, Minister:

    Sir Humphrey “You know what happens: nice young lady comes up to you. Obviously you want to create a good impression, you don’t want to look a fool, do you? So she starts asking you some questions: Mr. Woolley, are you worried about the number of young people without jobs?”

    Bernard Woolley: “Yes”

    Sir Humphrey “Are you worried about the rise in crime among teenagers?”

    Bernard Woolley: “Yes”

    Sir Humphrey “Do you think there is a lack of discipline in our Comprehensive schools?”

    Bernard Woolley: “Yes”

    Sir Humphrey “Do you think young people welcome some authority and leadership in their lives?”

    Bernard Woolley: “Yes”

    Sir Humphrey “Do you think they respond to a challenge?”

    Bernard Woolley: “Yes”

    Sir Humphrey “Would you be in favour of reintroducing National Service?”

    Bernard Woolley: “Ohwell, I suppose I might be.”

    Sir Humphrey “Yes or no?”

    Bernard Woolley: “Yes”

    Sir Humphrey “Of course you would, Bernard. After all you told you can’t say no to that. So they don’t mention the first five questions and they publish the last one.”

    Bernard Woolley: “Is that really what they do?”

    Sir Humphrey “Well, not the reputable ones no, but there aren’t many of those. So alternatively the young lady can get the opposite result.”

    Bernard Woolley: “How?”

    Sir Humphrey “Mr. Woolley, are you worried about the danger of war?”

    Bernard Woolley: “Yes”

    Sir Humphrey “Are you worried about the growth of armaments?”

    Bernard Woolley: “Yes”

    Sir Humphrey “Do you think there is a danger in giving young people guns and teaching them how to kill?”

    Bernard Woolley: “Yes”

    Sir Humphrey “Do you think it is wrong to force people to take up arms against their will?”

    Bernard Woolley: “Yes”

    Sir Humphrey “Would you oppose the reintroduction of National Service?”

    Bernard Woolley: “Yes”

    Sir Humphrey “There you are, you see Bernard. The perfect balanced sample.”

  12. Re:This must be the sign on Perl Migrates To the Git Version Control System · · Score: 1

    I wouldn't hold my breath on Perl 6, but progress is being made there.

    The biggest problem with it, IMO, is that it masks all the work being done on Perl 5. It wasn't that long ago that Perl 5.10 was released with some nice new features (including chained file test operators and the // operator).

  13. Re:That is why e17 has to look for a new home on E17, Slimmed Down For Cell Phones · · Score: 1

    Wasn't it Enlightnment, then Sawfish then Metacity?

    I think you're right - which would count out E even earlier then 2003 (which is when Metacity got in)

  14. Re:That is why e17 has to look for a new home on E17, Slimmed Down For Cell Phones · · Score: 1

    Enlightment (e16) has been used for a longtime as the actual window manager for Gnome.

    Well it was. It was replaced by Metacity as the default window manager for Gnome over half a decade ago.

  15. Re:I never saw the appeal of this series on Babylon 5 Direct-To-DVD Project In Production · · Score: 3, Informative

    It took a fair while to warm up, and it was arc heavy so it doesn't look good unless you stick with it for a while. Its worth the effort though.

  16. Re:Unbelievable. on Explorer Destroyer · · Score: 1

    + Sending a XHTML DOCTYPE to IE actually breaks it by putting IE in "legacy CSS" mode. Send a HTML4 DOCTYPE and it's not perfect, but margin and em will work at least.

    Not true. Any XHTML Doctype will trigger Standards mode. Some HTML 4.x Doctypes will trigger Quirks mode. If you send an XML declaration before the Doctype, then it will trigger Quirks mode, but this is sort of forbidden in XHTML as text/html anyway (I say "sort of" becuase the spec is very badly written, it insists you follow the guidelines in Appendix C before serving as text/html ... and then makes Appendix C informative and coaches in language such as "you might want to").

    + No browser has any sort of XHTML support except for Mozilla Firefox. The rest just fake it as HTML4, except for IE which correctly doesn't accept a MIME type for a document it can't handle correctly. So IE & FF are correct, Safari and Opera are broken.

    I just showed Opera an XHTML document with a well formedness error. It gave up trying to parse it when it encountered the error. So Opera gets it right. (Konqueror does seem to get it wrong though).

    But here's the fun part: even though Firefox correctly accepts XHTML, it disables progressive rendering and makes your site load much slower. Why would you want to do that?

    And disables document.write, and probably a few other things.

    So, while making XHTML compliant pages is admirable, realistically you want to serve HTML4 to current browsers.

    XHTML does have a few advantages (like being able to mix it with MathML), but these don't benefit the majority of authors, and the majority of users aren't able to easily take advantage of them. At the moment HTML 4.01 Strict is the way to go almost every time.

  17. Re:Bullshit on Why Microsoft and Google are Cleaning Up With AJAX · · Score: 1

    Ajax apps like GMail can now degrade gracefully

    Only true if by "degrade gracefully" you mean "write a separate version".

    It is possible to write such applications so they degrade gracefully, although it is almost inevitable that there is going to be some duplication of effort as some components are implemented in two places. GMail, however, is not a good example of that - it has two seperate versions, it doesn't degrade gracefully.

  18. Re:Top quality journalism here... on iPod Gets The Royal Nod · · Score: 1

    The only thing wrong is expecting any kind of journalism from The Sun, let alone 'top quality' journalism.

    s/The Sun/Slashdot/

    *cough*

  19. Dupe! on NetBSD Makes Plea for 'Cold, Hard Cash' · · Score: 4, Informative
  20. Re:Microsoft and Crack on Windows Cheaper to Patch Than Open Source? · · Score: 1

    1. If you are using a modified source tree then you can't compare with closed source software. That isn't an option in the first place.

    2. You can plan to install any patches on the second Tuesday of every month even if they are released throughout the month.

    3. See 1. You don't get the option to closely track the beeding edge with Microsoft software.

    4. So? As you said, it applies to both types of system, so it doesn't provide an advantage to Microsoft.

  21. Re:final? on Newest Star Wars Reviews Suprisingly Positive · · Score: 3, Informative

    Didn't he also say, flat out, that there would be no DVD release of Episodes 4-6 until after the Prequal Trilogy was finished?

  22. Live money? on Sony Online To Sell Virtual Property · · Score: 2, Funny

    Live money?

    Is that five pound note moving?

    Argh! Get it off me! I can't breathe!

  23. Re:1 cd install on Fedora Core 4 Test 2 Released · · Score: 1

    Fedora is a general purpose distro. I don't know what is on each CD, but I doubt "The Desktop" is the primary factor in the decision making purpose. Fedora is used for servers and development too.

  24. For The Bandwidth Challenged on Fedora Core 4 Test 2 Released · · Score: 4, Informative

    If you are bandwidth challenged (as I was until recently) then you have a number of options.

    • Go with a distro that lets you do a netinstall and only download what you need.
    • Go with a smaller distro. This is linux. You have the choice. Choose a distro that comes with everything. Choose a distro that fits on one CDROM. Choose!
    • Work with the Fedora team to produce a netinstall version of Fedora (or pay someone else to do it for you.
    • Get a friend with a faster internet connection to download it for you
    • Pay somebody or another somebody to download it for you
    • Buy a magazine that has a cover disc with the distro on it.

    Disclaimer: Some options may be overly expensive or impractical due to your geographical location. Don't winge. Pick a different option.

  25. Re:All things are relative on Firefox Improves Pop-Up Ad Blocking · · Score: 1

    I was boggling at my brother-in-law fighting popups with his copy of Internet Explorer last week.

    An hour later the malware was cleaned out and the Internet Explorer icon deleted from the desktop of every family member with a shiney new Firefox logo in its place.