Slashdot Mirror


User: lederhosen

lederhosen's activity in the archive.

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

Comments · 346

  1. Good for dcumentation bad for programs on Debian GNU/Linux to Declare GNU GFDL non-Free? · · Score: 2, Interesting

    There is a diffrence between documentation and software, a good documentation license need not
    be good for software, and vice versa.

    So I think the GNU documentation license is ok for
    documentation, and should be allowed for
    documentation, but NOT for software.

  2. Re:Ok, So I've noticed a couple of corrections. on Serial SCSI Standard Coming Soon · · Score: 2, Informative

    from:
    http://www.hypertransport.org/

    11.
    Question:
    At what clock speeds does HyperTransport(TM) technology operate?

    Answer:
    HyperTransport(TM) technology devices are designed to operate at multiple clock speeds from 200MHz up to 800MHz, and utilizes double data rate technology transferring two bits of data per clock cycle, for an effective transfer rate of up to 1,600Mb/sec in each direction. Since transfers can occur in both directions simultaneously, an aggregate transfer rate of 6.4 Gigabytes per second in a 16 bit HyperTransport(TM) I/O Link and an aggregate transfer rate of 12.8 Gigabytes per second in a 32-bit HyperTransport(TM) I/O Link can be achieved. To allow for system design optimization, the clocks of the receive and transmit links may be set at different rates.

    ----

    For the pentium4:

    133MHz Quad Pumped (533MHz effective) allowing access to up to 4.2GB Bandwidth

    But I guess that most of the trafic is mem-hd
    or hd-mem and thus does not nead to go trough
    the cpu, I think the latest alphadesign was
    to have 8 rambus chanels giving plenty of
    bandwith

  3. Re:I doubt it... on Serial SCSI Standard Coming Soon · · Score: 1

    If its not optical! Then every fiber transmits
    data in parallel! But its no use at the moment
    cause the electric2optical circuts is adding a
    lot of latency so for short distance it is no
    use, at least for now.

  4. Re:Ok, So I've noticed a couple of corrections. on Serial SCSI Standard Coming Soon · · Score: 1

    On a hyper-transport link or on the northbridge
    like the agp buss.

  5. Re:Ok, So I've noticed a couple of corrections. on Serial SCSI Standard Coming Soon · · Score: 1

    DRAM modules (or the mem-controller) does not
    lie on the pci-buss. It lies on the northbridge
    or on the cpu itself (like hammer). Nothing is
    forcing you to place the SCSI controller on the
    pci-buss.

  6. Re:Wow on More on 64-bit Gaming · · Score: 1

    No, but the great boost is comming from the
    increase in register count. FP arithmetic
    is allready greater then 64-bit.

  7. Re:Not really 64-bit gaming... on More on 64-bit Gaming · · Score: 3, Insightful

    I think they have a 64-bit version of UT,
    Read it on slashdot maby (a do not know), and that
    it gave some 10% speed increase from the 32-bit
    version (both running on an hammer). I do not
    think it gained any increase in speed with 64-bit
    types, the increase came from the that more
    registers are avaible in 64-bit mode.

  8. Re:Paradigm really doesn't matter? on Professor Eben Moglen Replies · · Score: 1

    >Ok, then back to the JAR example: the program
    >doesn't require the GPLed JAR, it just requires
    >any JAR that happens to implement that interface.

    Right.

  9. Re:Color Me Confused... on Professor Eben Moglen Replies · · Score: 1

    >Based upon this, wouldn't any software linking
    >against libraries (assuming they GPL-ed) on a >system be required to be GPL-ed?

    Yes.

    >Seems like it would be difficult to write any >software that didn't need to be GPL-ed if you >were doing it on a Linux system.

    Not realy. Glibc is GPL with an exception that permits dynamic linking for any program.

    Gtk is under LGPL, X is under a BSD-like license
    and so on...

    Just don't try to link readline!

  10. Re:I'm confused about this claim on Professor Eben Moglen Replies · · Score: 1

    >... forming a new combined work ... must be
    >distributed under the terms of the GPL and only
    >the GPL.

    I.e. your code can be distributed under BSD,
    but the combined work (BSD + GPL) must be under
    the GPL.

    Othervise you could unGPL code by adding a bit
    of code under the BSD licence.

  11. Re:Can trusted computing help FSF/GNU? on Professor Eben Moglen Replies · · Score: 1

    >But can the "trusted computing" scenarion beused
    >to protect GNU works?

    No.

    >Can we make sure that others are not infringing
    >on the GPL using this or am I grasping at straws
    >here?

    No, you are grasping at straws here.

    >Is there anything in this initiative that could
    >be used to promote our freedoms?

    No.

  12. Re:One Time Pad on Israeli Firm Claims Unbreakable Encryption · · Score: 1

    1) recording nuclear breakdown
    2) record the key on a cdrom and deliver
    it by hand.

  13. Re:Seems a shame really... on Pixar Eclipses Sun with Linux/Intel · · Score: 1

    well x86 is fastest.

    But why did the use Xeons????

    They will not preform better, they will only
    be more costly. Make it 2048 with normal p4.

  14. Re:Why do we always come back to this on Rise of the 'Consumer' Linux Distribution · · Score: 2, Insightful

    I would think "repeat until people start to
    beieve it" works for Apple too.

    When will the Apple mouses have more than
    one button? Do not answer that you can plug
    any usb mouse.

  15. Re:ohhh maaaan on Xmingwin For Cross Generation Applications · · Score: 1

    It lets you---and enforces you to---write
    invalid c++ code! g++ with --ansi stays
    (pretty well) to the standard.

  16. Re:Incredible! on Mac vs. PC Digital Photography Comparison Redux · · Score: 1

    How many of of the computers in www.top500.org
    is macs? *zero* They are IBM:s with Power3/4
    with huge caches, often dual cores. They do
    *not* exist in Macs and are so fast mainly because
    they exist in fast interconnect networks, i.e.
    supercomputers. Macs powerPC:s are made by motorola and are *slow*.

  17. Re:I'm confused on Banana to be Sequenced · · Score: 1

    Allmost... Bananas do have flowers, but they
    are defect and hence can not reproduce sexualy.

    Bannanas are reproduced by taking the small
    plants comming up from the main plant i.e.
    they are cloned. The only changes that occure
    is therefore by mutations.

  18. Re:Only Threads ? on Hyper-Threading Speeds Linux · · Score: 1

    They can be used for processes as well, but
    the real advantage is when used by two threads
    belonging to the same process, then it will not
    trash the caches.

  19. Re:But the real question... on Hyper-Threading Speeds Linux · · Score: 3, Interesting

    Yes, as said in the other posts,
    BUT, you want to schedule the
    same process on the same CPU in
    order to not trash the cache.

    I.e. you can make a huge inprovement
    by make the scheduler aware of
    processors *and* logical processors.

  20. Re:It's not possible on Hyper-Threading Speeds Linux · · Score: 1

    It DOES exist in windows

  21. Re:An old lesson from Apple on New Generation of Cases? · · Score: 0

    But I still can not get a grip of the mouse!!!

    (or keyboard)

  22. Re:Hang on a minute... on Lexmark Invokes DMCA in Toner Suit · · Score: 0

    No, it is not fair.

    Sell the printer for what it is worth.

    Do you want to buy a car and then not be able to
    buy parts from other companies???

  23. Re:well on Flaw Found iIn Ethernet Device Drivers · · Score: 1, Interesting

    The device driver is a part of the OS and not the hardware...

  24. Re:Debugger improvements on How Would You Improve Today's Debugging Tools? · · Score: 0

    n (13056 * lines in loop)

  25. Re:Bravo!!!! on Scientific Research Encountering More Restrictions · · Score: 0

    The US should be ashamed that it can not produce
    students of good quality, NOTHING else.