Slashdot Mirror


User: Tony+Hoyle

Tony+Hoyle's activity in the archive.

Stories
0
Comments
5,728
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,728

  1. Re:Security by obscurity, cool. on ABIT's Secure IDE Motherboard · · Score: 1

    In fact in the UK if you happen to run a paedophile ring or have evidence of your ritual cannibalism club on your computer it's far better to withold the key (max 2 years sentence) than get sent down for murder (max. life sentence).

    The law's funny like that...

  2. Re:What I want isn't there on Sci-Fi Memorabilia To Ogle And / Or Buy · · Score: 1

    I want a holodeck.

    Preferably with its own power source and unlimited food supplies, 'cos I aint ever going to leave it...

  3. Re:If they're going to bring this back.. on Blakes Seven To Return · · Score: 2, Interesting

    I'm a big fan of Blakes 7 but the last thing I'd describe it as having 'intelligent scripts and a dynamic variety of characters'... It was pure scifi fun - didn't take itself too seriously. It got a bit crappy when blake was dead and they lost the liberator (it became 'Avons 5' but they never changed the title).. the early stuff was top notch though. Orac was probably half the special effects budget on his own :)

    Damn cheap to make, too. Ingredients: 1 Slate quarry, 1 Nuclear Power station, half a tonne of cardboard and a few storylines flexible enough to be translated to different planets/people.

  4. Re:Workaround for you... on Window Managers for High Resolution Displays? · · Score: 1

    I'm not convinced LCDs are worth the benefit... we just got some huge Dell LCD screens (2 each per machine... these are not cheap puppies). The screens look like crap - in fact I've already asked if I can keep my CRT because even looking at the LCD for a few minutes made my eyes hurt (and I'm not even going to *describe* the horror when someone turned cleartype on - I had to look away from the screen because I couldn't even focus on it).

    Call them 'badly adjusted' if you like, but these are top of the range LCDs from a quality manufacturer, running at their native resolution. Since LCDs currently cost more than double the equivalent CRT price I doubt home users will start using them for some years yet.

  5. Re:Constitutionally Protected in some places... on Flash Mobs: Peaceable Assembly for Spontaneous Fun · · Score: 2, Interesting

    nor shall any State deprive any person of life, liberty, or property, without due process of law; nor deny to any person within its jurisdiction the equal protection of the laws

    Haven't they already deleted that bit? I mean they're currently holding a bunch of people without access to representation and just about to execute half of them without trial....

  6. DOS! on DirectX Flaw Leaves Windows Vulnerable · · Score: 1

    MS-DOS hasn't had an exploit for, umm.... years!

    Doesn't mean it's secure though :)

  7. Re:Gulp... on Will Humanoid Robots Take All the Jobs by 2050? · · Score: 1

    OT, but how do you know that's accurate?

    We've now learned that Zion itself is part of the Matrix, which means that the Zion computer telling the story is also a manifestation of the computer controlling the Matrix.

    Kinda explains why the story is so biased against the humans, too :)

    (Personally I reckon we'll discover that there *was* no war and the humans built it all themselves because AR is so 'cool', but forgot they were in it).

  8. Re:What if a public company licenses Linux from SC on Skeptical Reactions To SCO From Around The Globe · · Score: 1

    If they buy a license from SCO they're also in breach of license with the rest of the code in the kernel - by acknowledging there is non-redistributable code in the kernel they simply invalidate their own right to use the rest of the kernel with is under the GPL.

    I don't think most companies would be that stupid... the best thing to do is to wait for the court case and carry on under the assumption that there's no change, until SCO prove (or not) their case.

  9. Re:IANAL... on Skeptical Reactions To SCO From Around The Globe · · Score: 1

    Not necessarily... With a sufficiently good case many lawyers will work for free, and with the 'loser pays' rules in the UK it's quite feasable (eg. the two people who took McDonalds to court and won weren't particularly well off.. a postman and a gardner).

  10. Re:Complaints are good... on Skeptical Reactions To SCO From Around The Globe · · Score: 1

    Both slander and libel involve deliberately making false statements which damage someone's reputation. Slander cases generally fail because it's relatively easy to prove that you believed what you were saying at the time you said it.

    Most libel cases fail, too, unless you've got pots of money to prove your case (mostly politicians vs newspapers).

  11. Re:Again. on Comcast Offers Trial Of Microsoft TV Software · · Score: 1

    If XP has been up for 27 days without a reboot you've probably already been hacked :)

    Use Windows Update... you know it makes sense.

  12. Re:please use the correct terms on SCO Awarded UNIX Copyright Regs, McBride Interview · · Score: 1, Informative

    bzzt try again. They're chicken *mc*nuggets.

  13. Re:DVD-R/RW Is Dying. on The Most Compatible DVD Format: DVD-R · · Score: 1

    DVD-RW is dying because it's getting increasingly hard to buy the hardware.... Us geeks see a different side to things, because we know where to get the stuff cheap (I can get media for 75p for -R and 99p for +R, but retail is about £3.50 for both formats).

    Joe punter walks into PC World (UK only I think - mostly they sell expensive crap but their stores are huge and their adverts are *eveywhere*). They don't stock -RW drives. Their -RW media is more expensive than their +RW media... what do you think people are going to buy?

    Even the local independent has stopped selling -RW drives now.. I think +RW has reached critical mass and it's not worth their while supporting the minority format.

  14. Re:Great for normal users on How To Make Dual Booting A (Bigger) Pain · · Score: 1

    Not at all.

    I remember being asked to look at a PC where the person had paid for a retail Win Me, and it didn't work. The *only* disks the manufacturer supplied were Win95 (release 1!) 'recovery' disks that wiped the entire HD - including this guys entire college coursework, which he'd managed to lose by following the instructions - 'in case of problems insert CD and reboot'... how was he to know that it meant 'to wipe Hard drive and lose all your work, and by the way good look with Windows 2000 sucker!, insert CD'.

    Eventually he had to get his money back on the Win Me, because the machine used proprietary hardware that had no publicly available drivers for it.... for all I know it's still there running Win95, and will be until the day it's thrown away.

  15. Re:Heathens! on Mutating Animations · · Score: 1

    I remember a reference to a full adder (well, some kind of snake anyway) but not a half one... did adam attack it with an axe or somethng?

  16. Re:C++0x's biggest new feature... on Latest Proposals for C++0x · · Score: 2, Informative

    Smart pointers are relatively trivial to implement using templates, and don't slow things down much (small overhead as the pointer struct is 8 bytes + a trivial copy constructor every time you pass it). You only need a GC to cope with things like loops (a points to b which contains a pointer back to a, which means their reference counts will never be zero). If your careful you can get away without one at all.

    I don't think it impacts memory footprint much... if you remember to set pointers to null when you've finished with them they'll free at roughly the same places as if you did it manually... with the advantage they won't leak if you forget.

  17. Re:why not... on Latest Proposals for C++0x · · Score: 3, Informative

    B actually existed... it was the language that predated C.

    I've no idea if there was an A though.

  18. Re:Well, well... on Adobe Still Ignores Elcomsoft-Discovered Holes · · Score: 1

    Oh, but amazons are girls, not guys.

    Surely there must be a roughly equal amount of amazon boys as well as girls, otherwise the species would die out.

  19. Re:How Dumb Do They Think Terrorists Are? on Grad Student's Work Reveals National Infrastructure · · Score: 1

    In this country the location of the telephone exchanges is apparently classified...

    If you ask the telco though they'll provide you with an up to date list inc. coordinates so you can target your missiles correctly :)

  20. Re:AGP vs. PCI on Public Confused by Tech Lingo · · Score: 1

    I knew one guy who took a hacksaw to the card to 'cut off the extra bit because it was the wrong size', then tried to get a refund when it didn't work.

    I never found out if the shop have him one (once they'd stopped laughing).

  21. Re:My father-in-law on Public Confused by Tech Lingo · · Score: 1

    I knew an IT teacher that did the same thing...

    scared the crap out of me thinking what his pupils were learning.

  22. Re:Good news for Linux? on Public Confused by Tech Lingo · · Score: 1

    The start menu *is* jargon!

    Newbie: "How do you shut this thing down?"
    Me: "You click 'start'"
    Newbie: "Err....."

  23. Re:In term of looks Apache is quite good on Software Code Quality Of Apache Analyzed · · Score: 1

    I've been through sendmail myself and it jumps around a bit but isn't too bad (once you've got your head around it it's relatively understandable). Some of the commercial code I've worked with looks like an explosion in a code factory...

  24. Re:Slow news day? on Menu Shadows in GTK2 · · Score: 4, Informative

    Especially since it's been in KDE since v3 :)

    Old news... yawn.

  25. Re:Mischief Night? on July 6th - Website Defacement Day? · · Score: 1

    Me too.. Never heard of it.

    The only references I can find on Google say it's a US phenomenon, not UK (there's a good explanation of it on alt.culture.us.1970s).