Slashdot Mirror


User: alexz

alexz's activity in the archive.

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

Comments · 6

  1. Re:How to NOT protect yourself on AOL Instant Messenger Remote Hole · · Score: 3, Informative

    AIM Filter being the program that, if not a trojan, at least has various remote access abilities.

    See the bugtraq archive for more information.

    Amusing that its use is recommended in the security advisory.

  2. Document Management for free on Version Control for Documentation? · · Score: 1

    You might want to take a look at OpenCMS. http://www.opencms.com

  3. Re:PPro!=IA32 on Upgrade Your Pentium's Microcode · · Score: 1

    That would make a Pentium a 64bit processor, which it is not. The 17 bytes you speak of includes data, correct? (ie opcode data data data data data) The opcode itself is much shorter than that.

  4. Re:PPro!=IA32 on Upgrade Your Pentium's Microcode · · Score: 1

    36 bytes per register?? I think bits. And processors are usually categorized by bits per instruction.

  5. That silly cat... on Slashback: Cats, Snaps, Pixels, Diagrams · · Score: 1
    I've seen the cat in action, and it is pretty cool when it works.

    As for google not coming up with anything, bah.

    By the way, the cat is also being distributed to all subscribers of Forbes magazine; the FAQ is here..

    The 'official' site is www.getcat.com.

  6. Re:Are they patenting bus-snooping L1 caches??? on New Transmeta Patent · · Score: 2

    I also got the impression they patented every conceivable caching method on their code-morphing system by simply being vague.

    Just to give an example to those that don't know, their method could easily be a write-through or write-back caching policy, depending on how you interpet the speed of keeping the data consistent. Write-through caching updates data in memory immediately, while write-back updates periodicly, with the changes being stored in a buffer. These are two simple (and popular) methodoligies which can be found in many if not all computer engineering texts.

    If it were not limited to their reconfigurable instruction set computer, I'd think they would have some serious issues with prior art (IMO).