Slashdot Mirror


User: gfim

gfim's activity in the archive.

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

Comments · 156

  1. Re:Where is everyone? on Slashback: Benchmarks, Sobig, Blob · · Score: 1

    Those figures should be multiplied by 1000. The table heading says "Land Use Permanent Crops (1000Ha)".

    Graham

  2. Re:two million accident-free work hours? on The Management Secrets of T. John Dick · · Score: 1

    And, last I looked, Canada was part of America. However, I do agree that "illiterate as the rest of America" is a bit harsh on the Chileans.

    Graham

  3. Re:Don't agree, well somewhat on OpenOffice.org Resource Kit · · Score: 1

    so does my sister and girlfriend...

    Not wanting to be pedantic but "does" is singular. Or are you Tasmanian?

  4. Re:So if they found them... on Software Code Quality Of Apache Analyzed · · Score: 1

    I'm sorry, but I think that is absolute crap. The early returns mean that you don't have to consider "special" cases throughout the rest of the function - that it a big PLUS in my book. If I see "if(p == 0) return;" at the top of a function, I know that I don't have to worry about that case from then on. If I see "if(p != 0) {" then I spend time looking for the "else" and wondering what is going to happen in that case. Have a look at the SESE vs. SEME thread that's being going in comp.lang.c++.moderated for the last few weeks.

    Graham

  5. Re:Do younger minds absorb quicker? on Ageism in IT? · · Score: 1

    I realise that I'm coming in very late on this, but...

    What instantiates these objects of different classes? More importantly, how does it decide which class to instantiate? Most object factories are just big if/switch statements.

    I can't see how you can avoid the ifs at some level.

    Graham

  6. "TCPA not for DRM" reasoning wrong on IBM On Trusted Computing, Linux · · Score: 1

    In the "No Need for TCPA" paper, the author argues that TCPA isn't practical for DRM because:

    How could content providers recognize which reported PCR values were good, given the myriad platforms, operating system versions, and frequent software patches?

    This misses the point that the content providers don't need to check all those platforms/OSs/patches. They just need to check that all these components contain a signature from an "approved" authority. Without all required signatures, the user doesn't see/hear anything. The part about tampering with the hardware is relevant, however.

    Graham

  7. Re:Software backup is allowed as "fair dealing" on When Copy Protection Fails · · Score: 1

    I'm not arguing with any of what you say. However, you should note that the Copyright Act explicitly allows backing up of computer software. There is no similar provision for backing up music/video.

    Graham

  8. Re:Australian Copyright Law on When Copy Protection Fails · · Score: 1

    In Australian copyright law, this temporary copy is explicitly allowed.

    Graham

  9. Re:He copied a cd? on When Copy Protection Fails · · Score: 1

    I won't argue as to whether it is a civil or criminal offence, however he can do 5 years in jail for it.

    Graham

  10. Re:All we need on Internet Based Attacks in a Physical World · · Score: 1

    Their address can't be fair dinkum, can it?

    22405 Box Butte Ave

    Graham

  11. Re:Discrimination on Sniffing Out Cancer · · Score: 1

    On that basis, we shouldn't prosecute people for drunk driving because they might be really bad drivers even when they're sober!!

    Graham

  12. Re:This is a total dead end. -Not necessarily on Revising the Internet Email Infrastructure · · Score: 1

    boycott may be

    That's exactly what is proposed in Tripoli. A boycott of relays that don't use the Tripoli protocols. However, the boycott is (potentially) by the end user mail recipient. Any recipient is allowed to run their own relay and accept any message that they like - SMTP or Tripoli protocols. However, if the large majority of users (including ISPs) only accept the new, authenticated protocols, the number of spams received will drop dramatically and there will be no incentive to be a spammer.

    Graham

  13. Re:Even so... on Windows XP EULA Compared to GPL · · Score: 1

    "Ah, well, I don't want you to get the impression it's just a question of the number of words... um... I mean, getting them in the right order is just as important." - Monty Python

    Graham

  14. Re:Just changed to ADSL on Cable Beats DSL For Average Speed · · Score: 1

    You're wrong - you can get up to 10 gig on Optus (home) cable. You just have to pay extra for more than 3 gig.

    Graham

  15. Re:My opinion on Aussies Face Jail Over MP3s · · Score: 1

    If you're in Australia and he's been dead 50 years then, yes, you can (some exclusions apply).

    Graham

  16. Re:Criminal and civil law on Aussies Face Jail Over MP3s · · Score: 1

    I'm afraid that we do (or can, anyway). If you read the Copyright Act (see link somewhere above), it says that there is a 5 year maximum penalty for copyright infringement. Yes - it's a criminal act, not a civil one.

    Graham

  17. Re:Buy a Tivo on Home-Grown TiVo Stories? · · Score: 1

    There are two different aspects to this: the program description, and the schedule information. Yes, the latter is restricted by locality/network. But the program descriptions are just like your Bitney example - once somebody has entered them, millions can refer to them. That simplifies things a lot.

    Graham

  18. Re:Non-linux Tivo-esque software on Home-Grown TiVo Stories? · · Score: 1

    ShowShifter is not freeware (although there is a 30 day free trial).

  19. Re:SNL skit on the Threat Index on EPIC Announces Privacy Threat Index · · Score: 1

    Hang on a sec.. they're the colours of Richie Benaud's jackets.

  20. Re:oh yea.. on Paypal Charged Under PATRIOT Act · · Score: 1

    Regin of Terror

    ... and the spelling pedants would think you were bagging on them

  21. MgII on It's Official: Black Holes Have Lots Of Mass · · Score: 1

    The article talks about a MgII line in the spectrum. Surely that's meant to be Mg++.

  22. "Classes" not "objects" on Object Prevalence: Get Rid of Your Database? · · Score: 1

    Tables map to objects

    I'm pretty sure that you mean that tables map to object classes. I wouldn't want to create/delete a table every time I created/deleted an object!

  23. Re:Shannon Limit on FLAC Joins The Xiph Family · · Score: 1

    It's called the null encoder. The great things about it are its speed, and that it's also the decoder. However, the compression ratio really sucks!!

  24. Re:Shannon Limit on FLAC Joins The Xiph Family · · Score: 1

    But for any given encoder, there is always at least one source that will result in output at least one bit more than the input.

    I have an encoder that violates that - it's called "cp".

  25. Re:North Carolina on MA Requires Internet Tax for 2002 Tax Season · · Score: 1

    The kicker is that if you don't have receipts, they estimate your out-of-state purchases at 1% of your gross income.

    If you never buy anything out-of-state, it's pretty difficult to keep the receipts from those purchases!