Slashdot Mirror


User: nickbrown

nickbrown's activity in the archive.

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

Comments · 9

  1. Re:GitLab is open source, hosted and self-hosted o on Developers Frustrated with GitHub Prod For Changes In Bug Reports, Transparency · · Score: 1

    GitLab discuss their public development, bug tracking and future direction in a recent blog post: https://about.gitlab.com/2016/...

  2. Re:Mars-Earth comparison offends Martians deeply on Maps Show Mars Was Once More Like Earth · · Score: 1

    Olympus Mons is indeed 27km high, however Mount Everest is only just under 9km high, not 19km.

  3. Re:The Stolen Code on SCO Claims Kernel Contains UnixWare Code · · Score: 1
    D'oh! No warning this time, but it still loops forever!
    [localhost]$ cat test.c
    int main()
    {
    unsigned char i;
    for (i=0; i<256; i++){}
    }
    [localhost]$ gcc -S test.c
    [localhost]$ cat test.s
    .file "test.c"
    .text
    .align 2
    .globl main
    .type main,@function
    main:
    pushl %ebp
    movl %esp, %ebp
    subl $8, %esp
    andl $-16, %esp
    movl $0, %eax
    subl %eax, %esp
    movb $0, -1(%ebp)
    .L2:
    leal -1(%ebp), %eax
    incb (%eax)
    jmp .L2
    .Lfe1:
    .size main,.Lfe1-main
    .ident "GCC: (GNU) 3.2 (Mandrake Linux 9.0)"
    [localhost]$
  4. Re:The Stolen Code on SCO Claims Kernel Contains UnixWare Code · · Score: 3, Informative
    Wrong! It will loop forever.
    [localhost]$ cat test.c
    int main()
    {
    char i;
    for (i=0; i<256; i++){}
    }
    [localhost]$ gcc test.c
    test.c: In function `main':
    test.c:4: warning: comparison is always true due to limited range of data type
    [localhost]$ cat test.s
    .file "test.c"
    .text
    .align 2
    .globl main
    .type main,@function
    main:
    pushl %ebp
    movl %esp, %ebp
    subl $8, %esp
    andl $-16, %esp
    movl $0, %eax
    subl %eax, %esp
    movb $0, -1(%ebp)
    .L2:
    leal -1(%ebp), %eax
    incb (%eax)
    jmp .L2
    .Lfe1:
    .size main,.Lfe1-main
    .ident "GCC: (GNU) 3.2 (Mandrake Linux 9.0)"
    [localhost]$
  5. error in article. on Negative CTE material · · Score: 2, Interesting

    You need to change the second link in the article to include the shrink tag.
    Thus;
    http://www.jhu.edu/~jhumag/0299web/tech.html#shrin king

  6. Uptodate in Europe? on Amazon Offers Discounted Mac OS X 10.2 · · Score: 1

    I just bought a Mac G4 5 days ago from a Apple authorized dealer and it comes with OS X v10.1.
    Looking at the Mac uptodate webpage I cannot see any link that allows me, as a european customer, to upgrade to v10.2. There are only links for US and Canadian customers.
    Does anyone know where I can get the upgrade from?
    I feel really left out :-(

  7. Re:When comments are more than comments... on Pet Bugs? · · Score: 1

    Even stranger! try this;

    >gcc bob.c
    >./a.out
    10 = 9
    >gcc -O2 bob.c
    >./a.out
    10 = 10
    >

    Is this a known bug?

  8. Re:My Thoughts (No Spoilers) on Review: Star Wars Episode II, Attack of the Clones · · Score: -1, Flamebait
    - Yoda's climactic fight scene...everyone has heard it's coming, but you can't be prepared to see Yoda in a lightsaber duel...the crowd in my theatre was literally cheering the whole time, at how cool it was...

    Only in America would people cheer and applaud a cinema screen! (its only a moving picture not real people.)
    I would find that very annoying and hope that as the americanization of the UK contiunes it does not catch on over here.
  9. No Region 2 Disc available! on Tron Special Edition On Sale January 15th · · Score: 1

    It is suprising how many movies are only avaiable as Region 1 discs. This just one more for the list.

    I would love to get this movie on DVD but I have a Region 2 only player (Toshiba SD210). I could get it chipped but this is expensive (£75) and I don't really fancy it.

    Ferris Bueller's Day Off and Breakfast Club are other examples.