Slashdot Mirror


User: BillGodfrey

BillGodfrey's activity in the archive.

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

Comments · 113

  1. Fuel source. on Are Nitrogen Powered Cars The Future? · · Score: 1
    1. Find a desert, near an ocean.
    2. Cover it with solar panels.
    3. Build a water purification plant.
    4. Use electricty from the solar panels to split the water into oxygen and hydrogen.
    5. Package the hydrogen and sell it.
    6. Burn hydrogen.

    Bill, off down the patent office.

  2. Get a copy of GNUS or TRN. on RemarQ.com Shutting Down · · Score: 1

    Give true usenet a try. You'll
    wonder why you put up with Web forums for
    so long.

    Bill, likes usenet.

  3. I'll save the judge some time and money. on Yahoo! Given Reprieve In French Court Battle · · Score: 1

    No need for a panel, I'll give you the technical details for nothing.

    Is there any way Yahoo can detect if a client request came from France?

    No.

    International phone calls, proxies or anonymizers can handle the HTTP.

    Mailbox services, post office redirection service or even just getting a friend to forward the stuff will handle delivery of items.

    It won't take a French person much trouble to buy some Nazi history. He could move abroad without leaving France.

  4. Bounds checking and C. on Are Buffer Overflow Sploits Intel's Fault? · · Score: 1

    For a language like C to have bounds checking, a compiler would have to insert code into the target object code file to check the bounds. Also, any arrays passed to a function as a pointer would also need to have the bounds passed in as well.

    So that's two extra compare instructions per array index and an extra size_t per function call.

    You can keep it.

    By all means, make it an option. The C standard puts bounds breaking under a category called "Undefined behaviour", meaning that a compiler can do anything. Generate an error, core dump, make demons fly out of your nose.

    But require bounds checking. No thanks.

    Bill, likes C.

  5. Re:Please Learn to Use Encryption on UK Passes Surveillance Law For ISPs · · Score: 1

    I'd rather not have a bill of rights written by Tony Blair or Jack Straw thankyouverymuch.

    Citizens have the right ...... unless there are national security concerns, demands from tabloid newspapers or any other exception we happen to think of, no matter how stupid they may be.

  6. Parliament. on Slashback: Elaboration, The number 4, Toys · · Score: 1

    My old 1200 bps mpdem is obsolete. I replaced it.

  7. PETA jokes. on Court Orders Owner Of Peta.org To Give Up Domain · · Score: 1

    Have a read...

    Pete's a genius, and his artwork has improved over the years.

    Bill, sluggy fan.

  8. A view from a sceptic. on C Faces Java In Performance Tests · · Score: 2
    • Java requires a JVM interpreter, C does not require anything of the sort.
    • C is compiled for the target CPUs own machine code. Java needs an extra translation layer at run time.
    • The C integer types change with the CPU, so the "int" type is always the fastest integer about. Java integer types are fixed. (If you want integers of a certain size in C, use the new C99 types.)

    I'm sceptical. I would doubt any review that puts Java even close to C in terms of raw performance of code.

    Sure...

    • Java is (supposedly) easier.
    • Java code runs anywhere a JVM has been written. (BTW, my old 6502 driven 32k BBC micro had a C compiler. Could Java be run on this?)
    • The Java standard library includes a GUI.
    • Java is OO, but C can do OO with structs, pointers to functions and a bit of help from the pre-processor.
    • Java is sexy.

    Bill, embedded software developer.

  9. Re:So, use the US servers on Gag The UK Net in 3 Easy Steps · · Score: 1

    Certainly, I would advise any Brit wanting to
    start a website should seriously consider
    hiring a US based server, lest a competitor
    abuse the libel laws and have your web site
    pulled.

    The English-and-Welsh libel laws put
    responsibility in the wrong place. Until
    the law is sorted, Britian will never be
    the place for e-commerce.

    As a Brit myself, this is depressing.

  10. Re:Some are missing an important point... on UK's Demon Settles Usenet Libel Case · · Score: 2

    Say I set up a shell script to mail a
    notification for every single usenet article.

    What's a news admin to do?

    If it's reasonable to respond to one complaint,
    but unreasonable to respond to all, where's
    the line?

  11. Notification of libel. on UK's Demon Settles Usenet Libel Case · · Score: 1

    Dear Sir,

    I am writing to inform you that all discussion
    messages published on the slashdot.org web site
    are libelous, except those written my myself.

    Please pay me more money than I deserve or
    remove said messages.

    Thank you for your co-operation.

    Bill, no relation.

  12. Re:But what about moderation? on Open Source, Closed Talk · · Score: 1

    > What do you do propose to do when slashdot
    > joins the thousand other usenet topics that
    > are slammed with junk?

    Really, both /. and usenet have our fair share
    of idiots.

    Dispite the /. moderation. I still see articles
    by idiots shouting "First post!"

    As for spam on usenet. I'm a regaular poster to
    many (15 ish) newsgroups, and yet I get no junk
    in email these days, and I post with a genuine
    email address. (In my reply-to field.)

  13. Move onto Usenet! on Open Source, Closed Talk · · Score: 2

    Slashdot is great news site, but (IMO) it's forums are a bad usenet wannabe. I can choose my newsreader. I can even write my own (or find someone else to do it) if I can't find one I like. I can tailor a newsreader to my likes and set up the most complex filtering criteria. If slashdot breaks, no discussion. If one usenet server breaks, the rest of the world can continue. How about turning the slashdot discussion board programs into a news reader pointing at one particular thread in an appropiate newsgroup? (I'll help!) Bill, likes usenet, lots.