Slashdot Mirror


User: robfoo

robfoo's activity in the archive.

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

Comments · 131

  1. Re:Digital Dickwaving on Triple Monitor Gaming: Dual GPU GeForce Vs. Radeon · · Score: 1

    Uh, I don't think you 'buy' hookers. You rent them. I think that's kinda the point.

    You know, from what I hear.

  2. Re:Looks Neat on Augmented Reality To Help Mechanics Fix Vehicles · · Score: 1

    Also, diagnostic codes are not very useful if the problem lies in the computer that's telling you the codes.

    I had a fault on my Mitsi GTO ('3000GT' in americanese), it was only running on about 4 cylinders. According to the fancy whiz bang diagnostic gizmo, one of the coil packs was faulty. Some time and much money later, it turned out the coils were fine, but the ECU was playing up. Replacing that solved the problem.

    Computers lie! It was trying to misdirect attention so it didn't get replaced!

  3. Re:If they want to reduce pollution on Toyota Develops New Flower Species To Reduce Pollution · · Score: 5, Funny

    Because cars are awesome, hippy.

  4. Re:One word.. on Dirty Coding Tricks To Make a Deadline · · Score: 5, Insightful

    I can't figure out if I'm the only sane one or the only crazy one. Especially given the 'pyramid' referred to - I don't see a pyramid unless it's rewritten to use nested ifs.

    To me, nested ifs are much easier to read - they convey the meaning/intent of the code a lot better. As in 'if this function call works, then do this. Otherwise, just clean up and exit'

    How is this so hard to understand?

    geode_aes_probe(struct pci_dev *dev, const struct pci_device_id *id) {
            int ret;

            if ((ret = pci_enable_device(dev)))
                    return ret;

            if (!(ret = pci_request_regions(dev, "geode-aes"))) {
                    _iobase = pci_iomap(dev, 0, 0);
                    if (_iobase == NULL) {
                            ret = -ENOMEM;
                    }
                    else {
                            spin_lock_init(&lock); /* Clear any pending activity */
                            iowrite32(AES_INTR_PENDING | AES_INTR_MASK, _iobase + AES_INTR_REG);
                            if (!(ret = crypto_register_alg(&geode_alg))) {
                                    if (!(ret = crypto_register_alg(&geode_ecb_alg))) {
                                            if (!(ret = crypto_register_alg(&geode_cbc_alg))) {
                                                    printk(KERN_NOTICE "geode-aes: GEODE AES engine enabled.\n");
                                                    return 0;
                                            }
                                            crypto_unregister_alg(&geode_ecb_alg);
                                    }
                                    crypto_unregister_alg(&geode_alg);
                            }
                            pci_iounmap(dev, _iobase);
                    }
                    pci_release_regions(dev);
            }
            pci_disable_device(dev);

            printk(KERN_ERR "geode-aes: GEODE AES initialization failed.\n");
            return ret;
    }

  5. Re:Outrage calibration on Ubuntu's New Firefox Is Watching You · · Score: 1

    Mods, please look up the meaning of the word 'informative'. I do not think it means what you think it means.

  6. Re:We're so smart on Tales From the Support Crypt · · Score: 1

    His point is that a 13-character password is harder to crack than a 3 character one, and if he put the spaces there to make the password harder to crack, removing them will make the password (possibly much) weaker.

  7. Re:Aliens TC on A Look At Successful Game Mods · · Score: 1

    I do.

    Constantly.

    For everything.

  8. Re:On a smaller scale on Gran Turismo 5 Prologue Spawns Real-Life Car · · Score: 1

    I seem to recall Jez got diagnosed with a back/neck problem a while ago, the doc said he shouldn't powerslide anymore. But, being Jeremy Clarkson, he kept going..

  9. Re:Noone likes DRM on Bad Signs For Blu-ray · · Score: 1

    Damn, where do you shop? The most I've seen Blu-ray for is around $50, at Whitcoulls. Mind you, the only BD movies I've seen for sale so far have been crap, so maybe that's why!

  10. Re:Good job that a judge has raised this problem on NZ Judge Bans Online Publishing of Accuseds' Names · · Score: 5, Insightful

    Yes, but 'anyone at all' doesn't have the weight of a newspaper or other 'reputable' source behind them.
    I think the Judge has a pretty interesting idea here - of course the names will end up on the internet, but only in blog posts and such..

    For instance, if I was to google 'HungryHobo' and saw within the results a blog post saying "HungryHobo's mom is a crack whore", I'd probably disregard it.
    However, if I saw an article in the online version of an established dead-tree newspaper headlined "HungryHobo's mother implicated in drugs-for-sex scandal" then I'd be more inclined to believe it.

    However I'm not sure what would happen if a number of blog posts or other websites published the names along with links to articles about the case - google's page rank may effectively tie the names to the articles!

  11. Re:Ockham's Razor tells me.... on Why Corporates Hate Perl · · Score: 1

    Only on slashdot would you find someone equating 'mind-blowing, multiple-orgasm sex' to.. regular expressions.

  12. Re:I Don't! on Software Logging Schemes? · · Score: 2

    *whoosh*

  13. Re:dating books on Studies Confirm That Bad Boys Get More Girls · · Score: 2, Funny

    Wait..
    I download (pirate) books more than anything, and occasionally I'll see a dating guide

    You download pirate dating books?! Awesome! They must be full of useful tips, like "yarr, best buy the wench a drink, or ye'll be polishing yer own hook tonight"

  14. Re:Oh good on Mac OS X Root Escalation Through AppleScript · · Score: 5, Funny

    Yeah, right.

  15. Re:But how did they do it? on Pakistan YouTube Block Breaks the World · · Score: 1

    I second that! It sounds like a cool visualisation - especially to help explain to non-tech (or non-network admin!) people.

    I could get to the site, but the java applet appears to be modal (or maybe it's my firefox), and then it tries to connect to some random port across the interwebs which I don't think my company's firewall is particularly kind towards..

  16. Re:Ulterior motive? on US To Shoot Down Dying Satellite · · Score: 2, Funny

    I would say it is a kill two birds with one stone.
    A..
    B..
    C..


    uh, I think that's three birds.

  17. Re:I wonder on Sun Buys MySQL · · Score: 2, Insightful

    I found out a potential reason behind the 'funny picture in word document' thing the other day. I sent my dad (who works at a govt dept) an email with a picture attached, and he replied with 'all pictures get stripped out of our emails. the workaround is to put the picture in a word document'
    So I blame Corp/Govt email policies - pictures are obviously just (potentially offensive) time wasters, but Word documents are business, and we all know how quickly workarounds like that spread in corporate offices - much like using spreadsheets for data storage! Ha! I related it back to the topic! Wait.. what was the topic again?.. :)

  18. Re:2048 on Y2K38 Watch Starts Saturday · · Score: 1
  19. Re:you BINARY PATCH core OS code??? on XP/Vista IGMP Buffer Overflow — Explained · · Score: 1

    I was thinking 'NT, Community/User edition', or 'Community/User NT'..

  20. Re:sequEl? on Jackson Slated to Make Hobbit Movie, Sequel · · Score: 1

    dwarf porn?

  21. Re:This is Slashdot. on Quality Open Source Calendaring / Scheduling? · · Score: 1

    Resource scheduling is just stupid. If you forget and add a room as a required participant instead of a resource, it doesn't get scheduled, and ends up double-booked. This happens to everybody, even people who have been using it for years.

    I set up all our resources with an autoresponder rule that sends "Oi, I'm a resource" emails in response to any meeting requests.
    That way when users forget to select 'resource' they get an email saying "I'm a <meeting room/laptop/whatever>, I don't check emails much. Please select me as a 'resource'" sort of thing.
    It's a hack workaround, but that's what my Exchange experience has mostly been.

    My biggest pet peeve with the Calendaring bit is it's NOT client/server. It all works via email. If I book a meeting with you, and you accept but don't send a response, I have no idea that you're attending. The 'tracking' tab in the appointment doesn't know you're attending. Even though both my calendar and your calendar are stored on the same server!

  22. MOD PARENT +5 PYTHON on MySQL Ends Enterprise Server Source Tarballs · · Score: 1

    This is slashdot - I thought Python references got automatic +5 funny mods?!

  23. Re:Interesting Experiment on Computer Characters Tortured for Science · · Score: 1

    Despite the secularization of society..

    yes, 'despite', indeed..

  24. Re:Trains on Magnetic Ring Could Launch Satellites, Weapons · · Score: 1

    Now there's a thought! Quick! Someone get some stats - how many patients that have MRI scans also have tumours? There could be a correlation! Get Fox News on the phone!

  25. Re:a_c = - \omega^2 r on Magnetic Ring Could Launch Satellites, Weapons · · Score: 2, Funny

    What if a dead weight (cargo) is hurled into space by the magnetic ring while a capsule containing human beings is connected to it with with a strong, but very elastic wire.

    I'm pretty sure Wile E. Coyote tried that once. It didn't work out too well for him.