Slashdot Mirror


User: Sardu

Sardu's activity in the archive.

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

Comments · 8

  1. Re:Why not gecko? One word -- scrolling. on All-New PowerBooks, Web Browser Featured at Macworld · · Score: 2, Funny


    But it's like Gecko, according to the User-Agent it sends:

    "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/48 (like Gecko) Safari/48"

    =)

  2. Re:Dear Slashdot, on How Many CPUs for Microsoft's SQL Server? · · Score: 1

    That one is definitely getting framed and hung on the cubicle wall... :)

  3. Re:Not complaints, actually calling for revision on Mr Anti-Google · · Score: 1

    I don't think Google has a monopoly on search engines any more than John Williams has a monopoly on soundtracks. They're good at what they do and users (listeners) appreciate them.

    If the success of your business depends heavily on how some search engine ranks your website you should probably find a new business to be in.

    Maybe when he's done with Google, Daniel Brandt can start suggesting 'revisions' to McDonald's on how to sell fast food.

  4. use SourceForge, but only for console/X11 ports on Mac OS X 10.2 "Jaguar" Reviews Pour In · · Score: 1

    If you're tied to ix86 or other hardware your best and cheapest way has got to be sf.net and the compile farm that was suggested in one of the other comments.

    If you're porting a lot of GUI apps and want to make use of the better parts of OS X (Quartz, etc...) you'll be better off with a real box with you logged in on the console. Search google for "kCGErrorIllegalArgument: initCGDisplayState: cannot map display interlocks" for a glimpse of the frustration you'll be putting yourself through trying to port large apps with only shell access to the build environment.

    Shot in the dark if you have a non-NuBus PPC box...
    I remember the Mac-on-Linux team was rumored to be working on OS X support over a year ago. Mac-on-Linux is a Linux/ppc application that will run Mac OS 8.6/9.x without a ROM image. Not much use if you're on x86/sparc/etc...

  5. Re:The only good thing about XBox... on PS2 Vs. X-Box: Winner Emerging? · · Score: 1

    Doh... that wasn't it... some article on PS2 linux mentioned XBox linux... can't find it now.

  6. Re:The only good thing about XBox... on PS2 Vs. X-Box: Winner Emerging? · · Score: 1

    > Now if we could just run Linux in it... We can. Check out the article at O'Reilly:
    Opening Up the PlayStation 2 with Linux

  7. slackware 3.x with libc6 (glibc2) on LibC5, LibC6 and Peaceful Co-Existance · · Score: 1

    I've been using Slackware with glibc2 as the primary C library since around glibc-2.0.6. Aside from a few initial problems with utmp/wtmp access, its been running fine.

    The lsof utility came in handy when I started picking binaries to recompile (deciding that the ones that are constantly running should probably be first). Doing an lsof | grep libc.so.5 showed which running programs were linked with the old library.


    --
    Sardu
  8. Slackware 3.6 /contrib = glibc2 on Debian Reveals glibc2.1 · · Score: 1

    Patrick included glibc2.0.6pre7 in the /contrib directory. Aside from the compile time on slower machines, glibc2.1 works fine with Slackware as long as you update your other tools that access things that have changed (utmp/wtmp access, etc...)