Slashdot Mirror


User: aapold

aapold's activity in the archive.

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

Comments · 507

  1. I paired mine with Religion. on Best Degree to Pair w/ a B.Sc. in Computer Science? · · Score: 1

    Now I keep waiting for a Deus ex Machina career salvation. (seriously I did, but that was more by accident, not intent)

  2. Brilliant! on TrekUnited Reports Mission Successful at Trek Rallies · · Score: 1

    (Guiness ad - don't spend 32 million on crap? Brilliant!) If this somehow succeeds it would be like a stroke of genius on the bart of Berman... make the show such so bad no one watched, then pull it back just in time to get it cancelled, all in the interest of getting a fan-funded show, most profitable to the network in history. Now, wonder how much money could be raised to a "let it die" fund.

  3. Re:IPO on GQ on Google's Road to Riches · · Score: 2, Informative

    Because it makes a relatively decent assload of money for your employees that have been with you making this happen.

  4. Re:It's only on Enterprise Fans Buy Full-Page Ad In LA Times · · Score: 1

    A future where Berman is not at the helm of a TV show....

  5. and even more dangerous... on Cellphone Drivers Drive Like Drunks · · Score: 1

    posting on slashdot forums from your phone while (swerve) driving.

  6. obsolete on Nanotech Brings Battery Life Extender for Mobiles · · Score: 1

    I mean, we can now get power over networks, so any network capable phone ought to be able to be powered wirelessly. All you gotta do is harness the power of a sticker containing about a half billion RFID tags

  7. Have a set of lights that indicates the traffic... on Alek's Christmas Lights Webcam is Back · · Score: 1

    (not directly controllable, but perhaps pulses or colors as a sort of traffic indicator...

  8. CIFS? on GMail Drive Shell Extension · · Score: 1

    It might be via Common Internet File System... Novell has something similar with Netstorage and Netdrive, both using CIFS...

  9. B(E)=MC^2 on Caffeinated Beer Becomes a Reality · · Score: 2, Funny

    Or something like that.

  10. Blue Sun... on Is Sun Turning against Linux and Red Hat? · · Score: 1

    And here I thought they were going to form an alliance with IBM and become the Blue Sun corporation....

  11. I find it hard to believe.... on New Worm Installs Sniffer · · Score: 1

    ""Hamsi" is a small fish, like an anchovy, found in the Black Sea)"

    Fish still live in the Black Sea?

  12. unique errors on Affinity Engines Says Google Stole Orkut Code · · Score: 5, Interesting

    /* I worked for a company that had source code stolen by a former programmer, who went on to produce a very similar product for another company at about half the price. We saw identical functionality, shortcomings, even a case of a same hideously ugly sprite, and after siezing computers gobs of identical source code. Before a judge, they argued that given the same task, identical source code may result. The judge was not a technical judge who listened to arguments on this for about half a year before excusing himself... after a new judge was reassigned I remember we had Plauger lined up to testify on the ridiculousness of this assertion... while examining his copy of the code he also apparently found that identical tasks were producing identical whitespace, thanks to the original programmer's (the guy didn't even limit himself to stealing what he wrote) habit of hitting the spacebar before hitting enter on the end of every line. When this evidence was introduced the other company cut their guy loose and tried to claim ignorance. Not sure what happened there, as by this time it had dragged on long enough that they had to start letting people go, including me, and our company never recovered... */

  13. Coincidence? on NASA Abandons SimCIty Microwave Power Concept · · Score: 2, Insightful

    The Oil companies get their man in power and we cancel the space solar energy program.

  14. Re:Pics of the kid at school on Mutation Creates SuperKid · · Score: 1
  15. Pics of the kid at school on Mutation Creates SuperKid · · Score: 0

    Though it's hard to see the definition inside those school uniforms: http://www.agh2o.org/badlarp/badlarp_files/musclem en.jpg

  16. Patent Open Source? on France Considers Open Source · · Score: 1

    As long as no one patents the idea of switching to open source....

  17. Originally they were going to use Seagulls on Trained Rats for Mine Detection · · Score: 2, Funny

    But they got too many false positives. Mine! Mine! Mine! Mine!

  18. Even dogs are getting outsourced... on Trained Rats for Mine Detection · · Score: 5, Funny

    Rats don't have a union and get paid 1/10th the food dogs do...

  19. You need protection in Sicily... on Technology Spontaneously Combusts In Sicily · · Score: 2, Funny

    Or sometimes things just.... catch fire..... we wouldn't want that now would we?

  20. Re:Chronicles of Amber? on Scifi Channel to Make Ringworld Miniseries · · Score: 1

    You want to see the cheap adaptation of which all other cheap adaptations are but a shadow?

  21. I give thanks.... on Scifi Channel to Make Ringworld Miniseries · · Score: 1

    They left Amber off the list. I'd heard they had one in the works and I love amber...

  22. I was hoping for one that took gasoline... on Hitachi Shows Off A Fuel-Cell PDA · · Score: 2, Funny

    little intake funnel, exhaust pipe to get it above your head... headphones to deal with the whine... maybe a pull chord to start it up....

  23. Energy Internet Viruses... on Building the Energy Internet · · Score: 1

    Great... now hackers will be able to fry people....

  24. Re:Remember aRexx? on Rexx Is Still Strong After 25 years · · Score: 1

    I remember when we added Arexx support to excellence! and discovered the whole realm of scripting languages, Arexx was terrific.

  25. Monospace Converter... here ya go on A History of Every GUI Ever · · Score: 1
    Here you go:
    if(!isset($url))
    {
    echo '<form action="monospacer.php">';
    echo 'Enter URL: <input name="url" size=50>';
    echo '<br><br><input type="submit" value="monospace it!">';
    }
    else
    {
    $lines = file($url);

    foreach ($lines as $line_num => $line)
    {
    $tokens = explode('<br>', $line);
    foreach($tokens as $token_num => $token)
    {
    echo '<font face="Courier New, Courier, mono">'.$token. '</font><br>';
    }
    }
    }
    http://www.agh2o.org/monospacer.php works marginal at best on heavily formatted sites. You can feed it http://www.slashdot.org/search.pl and get something monospaced though.