Slashdot Mirror


User: cs02rm0

cs02rm0's activity in the archive.

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

Comments · 173

  1. Re:Hold on there, junior... on Don't Let Your Boss Catch You Reading This · · Score: 1

    I had an employer a number of years ago where the policy was that if all the work was done for the day, that we could come in early and relax. Unfortunately in practice, if there was a project manager at the site, they would have us come back in early and do some other work.

    Your employer rewarded you by having you come in early and you did so in spite of then being given extra work?

  2. Re:Stupid frameworks. on Beautiful Code Interview · · Score: 1

    iBATIS

    I find it like a halfway house between PreparedStatements and Hibernate. Works fine with existing schemas.

  3. WTF on Lawyer Thinks Microsoft Can Evade GPL 3 · · Score: -1, Redundant

    Is a lawywer?

  4. A lawywer will tell you anything is possible. on Lawyer Thinks Microsoft Can Evade GPL 3 · · Score: 3, Informative

    For a fee

  5. Re:Ya know... on Surveillance Camera Network Coming To New York? · · Score: 1

    I'd rather that we made it more inconvenient for the police to do their job than easy for people to abuse the system - checks and balances are all very well for the people who obey them.

  6. Re:Network it, or NTFS on Cross-OS File System That Sucks Less? · · Score: 1

    It is.

  7. Nothing for you to see here. Please move along. on Is the LUG a thing of the past? · · Score: 1, Funny

    I must be at a LUG.

  8. So... on Dell Refuses to Sell Ubuntu to Business · · Score: 5, Insightful

    ...take your business, literally, elsewhere?

  9. Re:Err... on Apple Sued Over 'Lacking' Macbook Display · · Score: 4, Funny

    Surely the judge is going to say a dignified version of "What the fuck are you on? Get the fuck out of here."

    And stop dithering!

  10. Re:crime in the uk on Spy Drones Take to the Sky in the UK · · Score: 1

    There's no real crime here in general and what crime there is the police don't turn up to - if someone breaks into your house, or assaults you or steals your car you may as well forget about it.

    The vast majority of Brits are not afraid of crime, it's not the vast majority that are installing these cameras but it's the vast majority that should be worried about them. 9/11 and 7/7 didn't affect me, this surveillance society DOES and that's the real terrorism.

  11. Re:We use it. on Is Speech Recognition Finally 'Good Enough'? · · Score: 1

    Likewise, for our main product we've integrated Dragon for command and control. It's faultless there, even without training. It's 'good' in general use, but that doesn't really cut it for anyone who can touch type.

  12. Re:How likely? on UK Voters Want To Vote Online · · Score: 1

    They can't make it secure though. Never have, never will. And politicians like holes in systems they can exploit to win elections, I'd rather not add more opportunities for them to take.

    I keep hearing about how everyone in the UK wants online voting - no one ever asked me and I fear these stories will influence the politically and technically ignorant masses who lack such healthy cynicism!

  13. Re:Generics, jeez on Java Generics and Collections · · Score: 1

    Normally, something like a mainstream 4GL programmer (like VB6, though I can't think of any that are quite mainstream anymore) is pain less than a .NET programmer, who's pain (slightly) less than a Java programmer, who's pain less than a C++ programmer, who's paid less than an assembly programmer.

    Yeah, I find C++ programmers a pain too.

  14. Re:Am I the only one... on Gary McKinnon Loses Extradition Appeal · · Score: 1

    Our entire nation is completely apathetic. I have no idea why, but it explains the record emmigration levels.

  15. Re:If you aren't using Hibernate.... on Oracle Open Sources TopLink Java ORM · · Score: 3, Informative

    Using ibatis because it's easy if you already have SQL gurus, performs better and integrates with an existing data model more easily.

  16. Re:Contact lenses with fake iris images? on Public Iris Scanning Device In the Works · · Score: 1

    How hard would it be to construct a contact lens with a unique, fake, computer-generated iris image (no idea how you'd do that, but "fractals" sounds like a good buzzword to insert here)? Sound like it would be a lot easier than fake fingerprints.

    I've done a bit of work on iris recognition. A basic system could probably be easily faked by a contact lens, but a more sophisticated system can measure tiny variations in your pupil dilation and how your pupil dilation responds to changing light levels too. Of course, you can develop more advanced fakes and then more advanced fake detection... it's more work than it's worth as far as I'm concerned.

  17. Re:Why must it be stupidly convenient? on British E-Voting Pilots Announced · · Score: 1

    He may have meant he decided to spoil his ballot paper on purpose - as a sign of protest at the choice available.

  18. The way we do it... on Who Owns Deployments - Dev or IT? · · Score: 1

    ...or at least, should, but we're close enough, is to just provide releases at certain points and when we make a release provide one script to update from (at least) the previous version.

    That script (which probably calls other scripts in turn) should run backups, install new files, update the database schema, import any new data, the lot. Sure it's not trivial to produce such a script and they can end up taking on a life of their own but it saves the devs from having to talk to the IT monkeys.

  19. Re:UK has far higher fuel prices! on Much Ado About Gas Prices · · Score: 1

    Yeah, if you can afford it and don't mind being limited to a maximum 75mph - if you can find a hill steep enough to go that fast. 30mpg is probably about average for a reasonably affordable car.

  20. Re:To really put things in perspective.. on Much Ado About Gas Prices · · Score: 0, Troll

    Yikes, another American who hasn't been overseas.

    There is no store within 40 minutes of me (in the UK) and I drive over an hour each way to work - it would take me over three hours each way and cost me somewhere near 10-12 times as much on a train. If I tried getting a bus there and back I wouldn't actually be able to do it in a day.

  21. Re:To really put things in perspective.. on Much Ado About Gas Prices · · Score: 1

    Good job people tend towards urbanisation then isn't it.

  22. Re:But they do care about your resume... on Will the Solve-the-Riddle Hiring Trend Affect IT? · · Score: 1

    There is a little more in that you have to use PHP to automate the form submission.

    Hell of an ugly thing to do though so it just adds to your previous points.

  23. Solution? on Will the Solve-the-Riddle Hiring Trend Affect IT? · · Score: 1

    <?php
    if (!isset($_POST['name'])) {
        echo '<form action="index.php" method="post" enctype="multipart/form-data" name="job" id="job">                <p><u>PHP Automation Programer</u></p><table width="100%"><tr><td width="54%">Name:</td><td width="46%"><input name="name" type="text" id="bottomline" size="22" maxlength="25" /></td></tr><tr><td>                  Email:</td><td><input name="email" type="text" id="bottomline" size="22" maxlength="25" /></td></tr><tr>                  <td>Attach your resume (rtf/doc/txt):</td><td><input name="incoming_file" type="file" id="bottomline" size="10" /></td></tr>                  <tr>                  <td>Attach the source of your code (.php.txt):</td><td><input name="incoming_source" type="file" id="bottomline" size="10" /></td></tr>                  <tr><td colspan="2"><br />                    Describe yourself in a few words, and why you think you are good at this:</td></tr><tr><td colspan="2"><div align="center">  <textarea name="about" cols="30" rows="5" id="bottomline"></textarea>  <br />  <br />  <INPUT TYPE="hidden" name="hash" value="c30be2aa1fb78f98f4ff30ef2ce2692d">  <input type="submit" name="Submit" value="Submit" id="bottomb" /></div></td></tr></table></form>';
    } else {
        $url = 'http://proveyourworth.com/index.php?p=auto_submit ';
        $useragent='SCOOBY DOOBY DOOBY DOO WHERE ARE YOU';
        $ch = curl_init();
        curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
        curl_setopt($ch, CURLOPT_URL,$url);
        curl_setopt($ch, CURLOPT_POST, 6);
        curl_setopt($ch, CURLOPT_POSTFIELDS,'name='.$_POST['name']);
        curl_setopt($ch, CURLOPT_POSTFIELDS,'email='.$_POST['email']);
        curl_setopt($ch, CURLOPT_POSTFIELDS,'hash=c30be2aa1fb78f98f4ff30ef2 ce2692d');
        curl_setopt($ch, CURLOPT_POSTFIELDS,'incoming_file='.$_POST['incomi ng_file']);
        curl_setopt($ch, CURLOPT_POSTFIELDS,'incoming_source='.$_POST['inco ming_source']);
        curl_setopt($ch, CURLOPT_POSTFIELDS,'about='.$_POST['about']);
        curl_setopt($ch, CURLOPT_POSTFIELDS,'p=auto_submit');
        $result= curl_exec ($ch);
        curl_close ($ch);
        print $result;
    }
    ?>

  24. Re:Solution on Will the Solve-the-Riddle Hiring Trend Affect IT? · · Score: 1

    Oh. I pasted the URL into firefox and it put an & in which obviously screwed it up.

  25. Re:Solution on Will the Solve-the-Riddle Hiring Trend Affect IT? · · Score: 1

    That was what I thought was obvious, but no.