Slashdot Mirror


User: JBrandonS

JBrandonS's activity in the archive.

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

Comments · 8

  1. Re:Right on South Korea Deploys Killer Robot In DMZ · · Score: 1
    > or the North Koreans would root the bots.

    The north koreans have computers?

  2. Re:H.264 support? on Mozilla Reveals Firefox 4 Plans · · Score: 1

    4. Why are we tying the video tag to any particular format at all? The image tag isn't tied to a particular image format...

    It makes perfect sense for all the web browser developers (or the main ones) to agree on the default video type for the 'video' tag. This way places like youtube only need to hold a single video, rather then 3 or 4 to cover each browser. This also means that your mom and pop will be able to pick up a book that will tell them just to use h264 rather then trying to explain to them that they will need to have 4 different versions of the same movie and a browser check. I do think they should add a 'video type="theroda"' However.

  3. Re:Oh shut up on Fate of Terry Childs Now In Jury's Hands · · Score: 2, Informative

    It is perfectly rational when that is exactly what his contract told him to do.

  4. Re:Hopefully $175 on Ubuntu on a Dime · · Score: 2, Funny

    Nuke the Starter Edition of Windows 7, reload with Ubuntu, Mint, or your choice of distro: $0, in about an hour.

    I run Gentoo you insensitive clod!

  5. Re:Torn on Mexico Will Shut Down 25.9 Million Cell Phones · · Score: 1

    > Heck, it's not even a cure - get semi-effective at preventing drugs and people switch to different, more dangerous ones like Meth. Im sorry, but I've never heard of someone saying "Well, I couldn't get weed so I bough some meth!"

  6. Abstraction on Multi-Platform App Created Using Single Code Base · · Score: 1

    can be used to get the same results. And I (not the best programmer) have been getting these results with abstraction for years.

  7. Re:I want plausible deniability on Two Scoops of Buzz · · Score: 1

    I may be wrong, but I do believe Buzz allows this if you make your profile private. I also believe that Facebook allows this (to a extent) by disabling your profile in the search / index. In facebook you might wind up with issues if the person is a at least a friend of a friend. Other then that you should be safe.

  8. Re:Linux's distribution model helps though on Now Linux Can Get Viruses, Via Wine · · Score: 1

    Simply not having a .bashrc would be a bad idea. A program could create one and if you didnt notice it would be executed. Best thing do do would be to chmod it readonly, or even better chown it to root:root and have it read only. That way a smart script cant even chmod it back.