Slashdot Mirror


User: shamilton

shamilton's activity in the archive.

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

Comments · 158

  1. Beer? on Software For Ransom · · Score: 2

    Looks like more and more projects are capitalising on "free speech."

    Personally, I have made lots of money selling and installing modified/original BSD software, and donated a considerable amount of that back to those projects.

    The GPL prevents me from doing this, because I don't necessarily want to release the source code to the changes which I have invested in. And I certainly don't want to release my code under the GPL.

    This 'ransom' thing prevents people like me from donating to the project at all. Ironic, really.

  2. Re:Why not Linux? on FreeBSD 5.0 Developer Preview #2 · · Score: 1

    Of course it won't make a CPU faster. However, better scheduling and memory management results in less time being spent elsewhere.

    sh

  3. Food Icons on Step 2, Groceries · · Score: 1

    Their little icons are really nice. Somebody should make them into Mac OS X icons.

    sh

  4. Re:Metric or US? on Copy Protection On CDs Is 'Worthless' · · Score: 1

    I'm not sure if you're being sarcastic.

    "I think you've got it confused with xor, which
    means either this or that but not both."

    XOR is also false when neither operand is true. I wasn't correcting you, just clarifying for any readers who may be thrown off.

    sh

  5. Re:Metric or US? on Copy Protection On CDs Is 'Worthless' · · Score: 1

    Or neither.

    sh

  6. Re:Different Ports on Panama Decrees Block To Kill VoIP Service · · Score: 2, Insightful

    *shrug* I took your "but that wouldn't be too hard" as being the whole process, not just the stripping out the tcp header, which is sufficiently trivial to not require a statement like that.

    Your post came off as being rather pretentious, a convoluted approach to something which could be much more easily solved by changing only the port, to 53.

    sh

  7. Re:Different Ports on Panama Decrees Block To Kill VoIP Service · · Score: 2, Insightful

    This guy hasn't got a clue what he's talking about. The receiving OS would throw this packet away and send an ICMP error back, raw sockets or none.

    sh

  8. Re:Does AGP offer *any* advantage? on Tackling AGP 8X · · Score: 2, Informative

    Games may not use 128MB of texture memory (or they may), but video memory is used by other stuff too.

    There are colour, depth, stencil, alpha buffers (probably others.) Another big thing is vertex information. A static model can be loaded into video memory. Newer cards support programs (shaders) which are executed on the GPU. All this could add up.

    RAM is cheap enough that adding more has a minimal effect on price, but could be useful for various things (even down the road.)

    I vaguely recall some hack which let you use your video memory as a swap device. That's nice for a system which is only used as a gaming machine part of the time.

    sh