Slashdot Mirror


User: aminorex

aminorex's activity in the archive.

Stories
0
Comments
3,674
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,674

  1. Re:Performance is important on Intel C/C++ Compiler Beats GCC · · Score: 1

    It's a very real problem with all projects
    for which FSF owns the copyright:

    In order to submit a patch you have you get
    a copyright assignment physically signed by
    the holy hand of RMS. This can take literally
    many months. I just gave up on GCJ myself.

    "Your patch doesn't have to be 'accepted' to be
    used by you" -- true enough, but why bother?
    If I was interested in my own personal benefit,
    I would have used a closed source product in the
    first place.

    No, usoft is the biggest drain on the closed-
    source world, costing the economy literally
    billions of lost man-hours as a result of
    malignance and incompetence, while the biggest
    analogous impediment to human progress in the
    free world is the FSF.
    .

  2. Re:Fairly easy to implement on Printer Quotas in Linux? · · Score: 1

    Hehe. Can you say "halting problem"?

  3. Re:SCSI on Single IDE vs Dual IDE? · · Score: 1

    Agreed. I never put two IDE HDs on the same
    (non-RAID) controller when I care about
    performance. But I'd rather have 2 IDEs on
    two onboard controllers than 2 SCSI drives on
    one controller.

  4. Re:Why DDR on P4? on Intel "Northwood" vs. Athlon XP 2000+ · · Score: 2, Insightful

    Because nobody with an ethical bone in their body
    would buy RAMBUS.

    Nor, for that matter would anyone who cared about
    getting a fair value for their dollar.

  5. Re:SCSI on Single IDE vs Dual IDE? · · Score: 1

    Isn't this an obsolete belief? With ata/133
    and udma-4, the only advantage i know of for
    scsi comes from tagged command queueing. If
    you have a bofunk scsi controller, you don't
    even get that.

    I know that SCSI used to be better. I just
    don't know any reason to believe that it still
    is.

    .

  6. Re:In honesty ... on Universal Music Prepares for Copy-Protection Complaints · · Score: 1

    it's just a rumor, unless you can provide
    a link to the driver itself. if you can, i will
    mirror it.

  7. Re:Philips on Universal Music Prepares for Copy-Protection Complaints · · Score: 1

    So where can I get this, since Yahoo took it down?
    I want to mirror it.

  8. Re:MS puff piece on Interview with Stanley Lippman, Mr. Visual C++ · · Score: 2, Informative

    It's a cute ploy,
    to bless VC++ with the C++ logo by
    waving Lippmann's name over it, but it's quite
    clear in the text of the article that MS has no
    intention of implementing C++ or of being
    interoperable with conformant implementations of
    C++. VC++ is in fact being crushed in the vice
    of embrace-and-extend. They don't WANT you to be
    able to write portable code, and it's getting
    harder every day, not easier.

    I'm repeating myself on purpose because
    it's true and important, and i don't care
    about my karma if the truth is at stake.

  9. Re:Power on Common Lisp: Inside Sabre · · Score: 1

    Let's see now, 2.1GB/sec per CPU (PC2100 DDR),
    it would take less than 68 Athlons to provide the
    bandwidth to memory that you describe. To get
    600 MB/sec between system boards would require
    3 bonded gig-e nics per system. For 34 dual cpu
    (COTS) boxes, that's less than 100 ports on the switch. Yeah, you can do with with COTS. Now if
    you want *cross-sectional* bandwidth, it takes a lot more switches, but the PC's aren't the problem.

  10. Re:Lisp without GC! on Common Lisp: Inside Sabre · · Score: 1

    There are a number of real-time GC systems,
    all of them incremental, some of them exact.
    Embedded Java is big business, and in many
    cases uses real-time GC.

  11. Re:Lisp without GC! on Common Lisp: Inside Sabre · · Score: 1

    No, an exact garbage collector does not scan all
    the data in memory. Yes, if you have a lot of
    allocations, GC takes longer. So does free().

  12. Re:I Smell a Fork on Rik van Riel on Kernels, VMs, and Linux · · Score: 1

    I CAN'T BELIEVE I'm not reaping Funny karma
    from this one. Amazing. Y'all are a bunch o'
    philistines!

  13. MS puff piece on Interview with Stanley Lippman, Mr. Visual C++ · · Score: 0, Troll

    Everybody who writes at the code project site
    is whoring for the beast. Lippmann is now
    whoring for the beast. It's a cute ploy,
    to bless VC++ with the C++ logo by
    waving Lippmann's name over it, but it's quite
    clear in the text of the article that MS has no
    intention of implementing C++ or of being
    interoperable with conformant implementations of
    C++. VC++ is in fact being crushed in the vice
    of embrace-and-extend. They don't WANT you to be
    able to write portable code, and it's getting
    harder every day, not easier.

  14. Re:I Smell a Fork on Rik van Riel on Kernels, VMs, and Linux · · Score: 1

    > What would Alan call his version of kernel?

    I know what I would call it: Coccyx.

  15. Wrong question on MQSeries to COM - What's Best? · · Score: 1

    The powers that be are obviously idiots,
    so the question you should be asking instead
    is something like "what is the best recruiter
    board"? I like dice.com. Whenever it becomes
    obvious that management has chosen the downward
    spiral, I just hop over to an enterprise that
    might have a better future. Since my experience
    and qualifications have compounded, I generally
    get a better compensation package each time.

  16. Re:"shame about the resolution though..." on Slashback: Bandwidth, Animation, Gruvin' · · Score: 1

    Can I get one will all three mouse buttons
    intact? I'll dump this presario for an
    ibook if i can upgrade from 2 buttons to the
    full 3.

  17. Re:Isn't Active Directory an LDAP implementation? on LDAP Tools - Where are they? · · Score: 0, Flamebait

    > My company is going to MS based web services and > .net too

    Please do tell me the name of your company,
    so that I can boycott it.

  18. did they fix it this time? on Time Canada Shows New iMac · · Score: 1

    I'd really really really like to buy a Mac
    of some sort, but they always come with these
    one-button mice.... Completely unusable.
    Did they fix it this time?

  19. Re:Initial impressions on the IDE on First Thoughts on the Eclipse IDE? · · Score: 1

    Versions of gcj before gcc 3.0.1 were essentally
    unusable. It's pretty solid now. The hotspot
    compiler is better still, but it doesn't let
    you deliver native code, or transparently intercall
    between Java and C++ classes. libgcj is pretty
    much JDK 1.2 compatible now. Yes, there's no AWT
    or Swing.

  20. Re:bah, best "IDE" is X-Windows on First Thoughts on the Eclipse IDE? · · Score: 1

    That's why Makefile-based Java projects should
    use jikes instead of javac.

  21. Re:Your best bet on Enterprise Software for Linux? · · Score: 1

    It included a link to goatse.cx, so it deserved to be modded off the face of the earth.

  22. Re:oh my god are you retarded on Dreamcast as a Web Browser? · · Score: 1

    Happy Kwanza indeed.

  23. Re:Haldeman doesn't get it -- minor spoiler on The Forever War · · Score: 1

    Economic factors *are* a misunderstanding -- a
    misunderstanding of what has true value. In order
    to understand something, you must stand under it.
    If you try to comprehend it, you are enveloping it,
    and asserting your superiority. As a result, you
    can never understand, much to your own detriment.

  24. There is no language barrier on The Internet Shifts East · · Score: 1

    Or at least, it is only a speedbump. I know no
    Chinese to speak of, but I chat up the college
    girls from Guangzhou to Haerbin on a regular basis
    using OICQ and Babelfish. Eventually they all
    start to learn English, which takes the bloom off
    the rose for me, and I dump them.

    Funny thing is, that Chinese-speaking majority
    is going to be spending most of its free time
    learning English, so they can get out of China.

  25. liars and scoundrels and idiots... on Correcting Common Linux Misconceptions? · · Score: 1

    .. will always be with us. Let's just accept
    them as such, and be sure to inform their bosses
    that they are such, since otherwise they will
    harm many other people. One day they may change.