Slashdot Mirror


Apple Unveils MacBook Pro with Core 2 Duo

daveschroeder writes "Apple has just announced the upgraded MacBook Pro (15.4- and 17-inch models) with the Intel Core 2 Duo ("Merom") 64-bit dual core processor. The standard hard drive sizes have been increased, a FireWire 800 port has been added to all models (again, reaffirming that FireWire, and specifically FireWire 800, is not dead, and that Apple responded to customer requests to add it to the 15.4-inch model), and the optical drive is now dual-layer-write-capable on all models."

2 of 673 comments (clear)

  1. Re:the usual responses by giorgiofr · · Score: 0, Offtopic

    What does dropping GNU's hypocracy have to do with user friendliness? Mac OS is user friendly because it dumbs down the system, not because of any political reason. If you want a real AND free Unix, use OpenBSD or FreeBSD.

    --
    Global warming is a cube.
  2. Re:Memory Upgrade Too by jellomizer · · Score: 0, Offtopic
    #include <stdio.h>
    void main() {
      int x;
      for (register int i = 1; i <= 32; i++) {
          x = x * 2;
      }
      x=x+10;
      printf("%d\n",x);
    }
    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.