Slashdot Mirror


User: mrrazz

mrrazz's activity in the archive.

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

Comments · 5

  1. Psion OPL on Microsoft TouchStudio Uses Phone To Program Phone · · Score: 1

    Reminds me of OPL (Open Programming Language) http://en.wikipedia.org/wiki/Open_Programming_Language that was embedded by default on the Psion Series 5mx.
    I had great fun making stupid applications on that thing back in high school.

  2. Re:IE Made Me Do It on W3C Gets Excessive DTD Traffic · · Score: 1

    That could easily be fixed by making the URI use a different (nonexistent) protocol handler like schema:// instead of the usual http://

  3. Re:commercials on N-Gage QD - Nokia's Answer To The Critics? · · Score: 1

    Obligatory futurama reference:

    "Fool me seven times shame on you, Fool me eight or more times shame on me" -- Amy Wong

  4. Re:Java can be faster then C sometimes on Can You Spare A Few Trillion Cycles? · · Score: 0

    Function pointer calls and designated initializers are both defined in the c99 standard.
    But the kernel does indeed heavily depend on some gcc extensions.

  5. Re:AMD and Intel have a cross-licencing agreement. on Intel Potentially Reverse-Engineered AMD64 · · Score: 1

    No, code segments are always executable, unless the pages aren't accessible at all.
    You can only mark them (non-)read/writeable.