Slashdot Mirror


User: slybacon

slybacon's activity in the archive.

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

Comments · 3

  1. Re:Letters to the top always produce some effect on Steve Jobs Personally Resolves Customer Complaint · · Score: 1

    he certainly emjoys a laugh -
    many years ago, I used to work in the dev team at virgin atlantic - in those days there were just 14 of us - sometimes branson would turn up and try and get someone to lend him five quid...

  2. Re:Status Symbol on Sony Exec Says Luxury Could Be PS3's Downfall · · Score: 1

    Actually, home theatre buffs may be interested in the PS3 because reviews show that the PS3 is (currently, at least) a better quality Blu-Ray player than the stand-alone players. The PS3 is also cheaper (even though price isn't always the important factor for the theatre demographic).

    Certainly my reason for purchasing a PS3 was to play Blu-Ray.
    Naturally my six-year old thinks it was to play Motor Storm against him ;-)

  3. Re:while (*s++ = *t++); Bug? on Joel Gives College Advice For Programmers · · Score: 1
    Assuming s is source and t is target, I would have thought the code should be:
    while (*t++ = *s++);