Slashdot Mirror


User: petermgreen

petermgreen's activity in the archive.

Stories
0
Comments
10,783
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 10,783

  1. Re:How about... on How Would You Design a Captcha for the Deaf-Blind? · · Score: 1

    Website content developers should make their content such that it is accessable to all potential viewers, not just a particular subset of potential viewers.
    ideally yes they should.

    However when the choice is between having a site thats unusable to everyone because of spambots and a site thats unusable to some disabled people because of anti-spam measures which is the sensible choice?

  2. Re:Rapid Release System on U.S. Army Testing Personal Cooling Suits · · Score: 1

    they say they are putting fungicide in the water.

    i wonder if that would make it unsafe to drink?

  3. Re:Wow. on Free Wi-fi Prompts BellSouth to Withdraw Donation · · Score: 1

    are your (presumablly american) lecturers and libraries really shitty or is it something to do with the nature of computing degrees?

    i'm an electronic systems engineering student at a major university in the uk and i haven't bought a single textbook since i started. The lecture slides (which are both handed out and availible on the intranet) provide plenty sufficiant information to cover the course content and if i really need a book for some reason (such as a different perspective) the library is perfectly adequate.

    do you americans really have profs that require you to buy a specific book just to get through the course?!

  4. Re:Wow. on Free Wi-fi Prompts BellSouth to Withdraw Donation · · Score: 1

    if you have one offer you are less likely to go looking for another one and so if the first offer gets rescinded are likely to have to do without for longer.

  5. Re:Is university research "fair-use" anymore? on Removing Obstacles on Joint Research · · Score: 1

    i'm pretty damn sure that most countries have some form of research exceptions in patent law.

  6. Re:Uh on Hacking Santa · · Score: 1

    its a coral cache link so caral cache will be taking the strain from serving it to many clients not the original site.

    carefull though because coral doesn't cache files over 50 megs instead redirecting back to the original site.

  7. Re:I see a Christmas TV special! on Roomba Vacuum Robot Opens to Hackers · · Score: 1

    lol

  8. Re:They actually built these things? on Roomba Vacuum Robot Opens to Hackers · · Score: 1

    hmm after my experiances with laptop connectors i'd say having something jerking thier cables all the time would be a very very bad thing!

  9. Re:It could always be worse... on "Dasher" Worm Brings Christmas Keylogger · · Score: 1

    umm 2K3 and XP aren't even competing with each other one is a server product one is a desktop product!!!!!!!!

  10. thats annoying but its not actually that bad on Wikipedia Adopting Semi-Protection of Pages · · Score: 1

    blatent vandalism is generally quickly reverted and obvious to anyone who sees it in the meantime.

    far nastier can be subtule stuff like changing figures arround etc.

  11. Re:Attackers will get smarter on Wikipedia Adopting Semi-Protection of Pages · · Score: 1

    Bulk-create your vandal accounts now, and then wait for them to mature into the sort that can attack heavily-vandalized pages.

    yes willy is already doing that for his pagemove vandalism and i see no reason why they won't do it to get arround this as well.

  12. Re:Filesystem? on Vista's Graphics To Be Moved Out of the Kernel · · Score: 1

    delphi 3s compiler doesn't understand lf i don't know about newer versions

    worse the IDE does understand LF (and preserves it!!!) and pascal is not all that line ending sensitive so the result is files with unix line endings sometimes work but it breaks in three rather confuting ways.

    1: // comments cover everything up to the next dos line break regardless of intervening unix line breaks.
    2: there is a line length limit which again depends only on dos line breaks.
    3: it can confuse the debugging features.

    having written code that i compile with delphi and freepascal i have run into this before after editing stuff on linux and if theres just a few unix line endings there the problems caused can be a huge pain to find.

  13. Re:look forward to your exciting new career ... on Where Do All of the Old Programmers Go? · · Score: 1

    The guy also doesn't know the difference between a procedure and a function
    i guess because he has never been exposed to a language that makes that distinction in its syntax.

    and functions can have side effects in virtually every language so its no as though they really always represent functions in the mathematical sense just procedurs that happen to return a value.

  14. Re:So what does this mean for cheaters? on Vista's Graphics To Be Moved Out of the Kernel · · Score: 1

    even if the client is just sent a video stream (which is currently wildly impracticl) an aimbot can still scan for colors/patterns.

    games have to put some trust in the client and generally more trust means more performance (for example client side hitscan with the server adjusting the hits if it passes)

  15. Re:Filesystem? on Vista's Graphics To Be Moved Out of the Kernel · · Score: 1

    Fixing the newlines is pretty easy: change the system and libraries so that "text/binary" is ignored while writing, but still there while reading.
    and break anything that does its own textfile reading and assumes CRLF.

  16. Re:Finally, can I turn the GUI off on my server? on Vista's Graphics To Be Moved Out of the Kernel · · Score: 1

    i guess if your servers in the corner of your officice and you can afford to give it a dedicated keyboard monitor and mouse this makes some sense but its imo wastefull to load a gui on a keyboard/monitor/mouse port that will never have anything plugged in.

    the proper way is to seperate the administration tools from the daemons and make the interface between them work over a network if desired. Better still let the admin tool connect to multiple servers at once.

    do you really like using remote desktop type protocols? especaily accross slow links?

  17. Re:In no particular order.... on Top 10 System Administrator Truths · · Score: 1

    Or if the system has enough memory the drive may have died years ago but all the data is paged.
    even if all data the system wan'ts to read is cached wouldn't the drive failure be detected as soon as any write happens.

  18. Re:Can't reference Wikipedia because it changes on Wikipedia's Accuracy Compared to Britannica · · Score: 1

    this is /. not some important document why should i give a fuck about making my spelling/punctuation/grammer here perfect as long as it gets the point accross?

    mind you at least you had the guts to make your spelling nazi post under your username rather than as an anonymous coward

  19. Re:Lets hope they open source it on Google to Buy Opera? · · Score: 1

    hmm our uni only made firefox availible on the public machines this (academic) year. Previously the choice was IE NS7 or Opera now its IE FF or opera

    the version of opera they offer is the addvertising supported one though. I'd guess that will change next academic year.

  20. Re:Every week? on Microsoft Reveals 360 Shortage Reason · · Score: 1

    how about the following options?

    1: buy with credit card sell on ebay before card bill comes through.
    2: sell on ebay before buying (requires you to know when the stock you plan to divert is coming so you don't hold up your buyers too much).

  21. Re:It's their own fault on Kazaa Owners Risk Jail · · Score: 1

    yeah iirc we used them because you broke free from our empire.

  22. Re:OK, but if it's kosher XML on Two Open Document Standards Better Than One? · · Score: 1

    define "kosher XML"

    i could take a binary word document, base64 it add a few tags arround the outside and it would be perfectly valid XML. Can't do anything with it but retrive the original word doc though.

    while i doubt ms will go as far as doing that to the whole document i bet there will be embedded objects in there which are just binary data encoded into something that can be used inside xml.

  23. Re:Choo choo on Steam Hybrid Car from BMW · · Score: 1

    Today, the locomotives of Europe do run on steam, but the steam engines are now stationary, generating electricity.

    dunno about the rest of europe but round here (manchester) theres quite a mixture. The london trains run on electricity as do some of the shorter distance locals. but the crosscountry services (to scotland in one direction and birmingham and then various parts of the south coast in the other) and the locals that go further out (buxton blackpool etc) and the transpennine express services (accross to leeds york scarbourough etc) are diesels.

  24. Re:Can't reference Wikipedia because it changes on Wikipedia's Accuracy Compared to Britannica · · Score: 1

    that or when you need a quick reference for a well known fact (say the permativity of free space) sure you may have it in a book or notes somewhere but its much quicker to just check wp.

  25. Re:Versatility on Wikipedia's Accuracy Compared to Britannica · · Score: 2, Informative

    if you are citing an encyclopedia then you are probablly doing something wrong.

    if something matters enough that you are citing sources then you REALLY should be citing primary sources from the appropriate field.