Slashdot Mirror


User: Scubafish

Scubafish's activity in the archive.

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

Comments · 8

  1. Here comes the noise... on Google Partners With Twitter For Search · · Score: 1

    I'm trying to figure out what kind of useful/relevant information a tweet could contain. Hell, I'm still trying to figure out why people use twitter. Does that make me old or just not a narcissist?

  2. How about... on Bill Would Declare Your Blog a Weapon · · Score: 1

    ...outlawing actual bullying first, then worrying about the scary tubes?

    I dont get why telling someone to drop dead on the internet should be any more traumatic than telling it to their face and in front of the entire classroom.

    Federal government, please stay away from my internet!

  3. undefined on Hundreds of Black Holes Roam Loose In Milky Way · · Score: 2, Insightful

    3. a Terroristic method of reporting or of interpreting news reports.

    2. the state of fear and submission produced by terrorism or terrorization.

    3. a terroristic method of governing or of resisting a government.

    You cannot define terrorism with the word terrorism.

    That's like saying var x = x; Terrorism is undefined.

  4. Re:I have a concept for a bar on Bar Gets You Tipsy On Its Air · · Score: 1

    Because there are many fewer tastebuds in the colon than in the mouth...

    Are you suggesting that there are SOME taste buds in the colon? If that is true then even quality top shelf liquors are all going to taste like sh*t.

  5. Sure are alot of... on GE Announces OLED Manufacturing Breakthrough · · Score: 1

    large dead pixels on that strip! Looks like they still have some work cut out for them.

  6. Benchmarking Benchmarks? on Benchmarking the Benchmarks · · Score: 1

    So who's going to benchmark the benchmarks of the benchmarks?

  7. Re:Wow on SpaceShipTwo Design and Pics Released · · Score: 1

    I didn't notice any apostrophes but I think there are a couple of commas they could have done without.

  8. Re:No more "td align" on W3C Publishes First Public Working Draft of HTML 5 · · Score: 2, Insightful

    If your using the style attribute for everything, your missing the point of CSS...

    <style type="text/css">
        table.align_left td{
            text-align:left;
        }
    </style>

    <table class="align_left">
        <tr>
            <td>Look a left aligned cell</td>
            <td>Look a left aligned cell</td>
        </tr>
        <tr>
            <td>Look a left aligned cell</td>
            <td>Look a left aligned cell</td>
        </tr>
    </table>