Slashdot Mirror


User: haleb

haleb's activity in the archive.

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

Comments · 8

  1. Re:Problem with the checksum server on Skirting AOL Checksumming -- Legally? · · Score: 1
    So, wouldn't the checksum server be essentially redistributing the binary? It's not literally distributing it, but it's probably close enough to spend a long time dragging through the legal process.

    If you query a dictionary in the correct order, you might get a novel from Stephen King.
    So, does Webster infringe the copyright of Stephen King?

  2. Re:I'm a libfaim developer and... on AOL vs. Open Source AIM Clones · · Score: 1
    I forgot to add:

    this is a 8byte value: data[3*(addr&~7)]
    and this is a 2byte value: data[3*(addr&~7)+2+2*(addr&7)]

    calculating the sum, this has to be taken into account.

  3. Re:I'm a libfaim developer and... on AOL vs. Open Source AIM Clones · · Score: 1
    What about the following idea, which would triple the space needed for the original aim.exe:

    Assumption: we need a 128 bit or 8 byte checksum.

    The checksum file is a combination of absolut checksums 8 byte width for each 8byte block of aim.exe followed by 8 2byte checksums relative to the last absolut block. That would look like this:

    Original (I don't have aim.exe handy, therefore this is fake data):

    00 02 31 03 21 80 22 31 04 7A 03 64 1A 40 42 41 ...

    checksum data:

    00 00 00 00 00 00 00 00
    00 00
    00 02
    00 33
    00 36
    00 57
    00 D7
    00 F9
    01 2A
    00 00 00 00 00 00 01 2A
    00 04
    00 7E
    00 81
    00 E5
    00 FF
    01 3F
    01 81
    01 C2
    00 00 00 00 00 00 02 EC
    ...

    A checksum for a given address in aim.exe can now easily be calculated:

    checksum(addr)= data[3*(addr&~7)] + data[3*(addr&~7)+2+2*(addr&7)]
    To determine the checksum for a block from addr1 to addr2, just do a checksum(addr2)-checksum(adr1-1), et voila, here we are.

    please note: this shouldn't be a copyright infringement since the used data doesn't contain aim.exe, but information about aim.exe.

  4. Re:Java is simply unusable on the desktop on Java Binding in KDE2.1 · · Score: 1
    > That's an intersting perception -waht sort of application are you thinking of?

    Now that's easy to answer. I'm SE in semiconductor test biz, so let's take an example thereof. A hypothetical chip tester hase 1k channels, most of them connected to pins of a/multiple chips. The user wants to select one of the connected pins, ergo ... Sometimes those pins are grouped, e.g. data bus, address bus aso. But to group them, you need to select them first and to put them in a group then.

  5. Re:Know-Now's 2-way web on Wilfredo Sanchez Leaves Apple · · Score: 1

    > So-- "Enabling the 2-way web." Why does the web site have only 2 pages?

    No, you can watch the pages from both sides. Up to now, I just see the monitor back and cables if I try this. But that's going to change soon.

  6. Re:overpriced on Speculation On AMD Buying Transmeta · · Score: 1

    > Please can you explain what "shorting" is, in the context of share dealing?

    Selling stock you don't own and buying back once the quote dropped. Can be a real pain if the quote doesn't drop.

  7. Distro delay? on SuSE, Czech Localization, And An Odd Licensing Twist · · Score: 1

    Ever thought about, that this might be related to SUSE's road map for a new distribution?

    If SUSE doesn't intend to pack a new distribution for the next 2 or 3 month, that would mean, that any other distribution that includes the Czech translations has a serious advantage over the current SUSE 7.0.

    It would be plain stupid to help the competition in beating you.

    -- nobody expects the .. hum .. Czech inquisition --

  8. Re:Are you serious? on Is The U.S. No Longer The Choice For Freedom? · · Score: 1

    > > No European democracy is controlled by the religious right as much as America is. > Actually, the Vatican is an European country and completely controlled by the church. Actually, the Vatican is no democracy, try again.