Slashdot Mirror


User: MobiusKlein

MobiusKlein's activity in the archive.

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

Comments · 65

  1. Re:WTF? on New DVD Lawsuits Filed by the MPAA (UPDATED) · · Score: 2

    It seems the DVD-CCA lawyers figured it would be easier to sue fewer folks, and those that fit their 'Piracy' angle.

    Once the precedent is set there, it's way easier to get injunctions against everyone else. (i!=lawyer). Classic straw-man.

    rbb

  2. Re:My own top 10 list on Top 10 Gadgets of All Time · · Score: 1

    Except that the wheel has an Axle - Log Rollers don't.

    >I hate to tell you this but the Log Roller is by all accounts a wheel

    rbb

  3. Blind people CAN use GUIs, really! on Blind Sue AOL for ADA Non-Compliance · · Score: 1

    I've know several who do. I used to work at Berkeley Systems, who made a screen reader for Mac & Windows that allowed the blind to use those OS's.
    (Called 'Outspoken', it was even able to read the old GPF dialog on windows 3.1! Take that!)

    What it could NOT do is deal with images that portray text. They worked by intercepting the low level 'DrawText' type calls, and just keeping track of the parameters and z-order.

    Think of the $$$ you save by not buying a monitor. (it even used different voices for different UI components. )

    rbb, codeboy

  4. Re:Yes! on Solar Powered Chemical Processing · · Score: 1

    It seems that comparing the efficiency of Solar vs internal combustion is apples & oranges.
    It presumes you have Oil or such to burn, while the sun will be around for a few more billions.

    To compare the efficieny directly, compare one acre of Biomass fuel fed to an engine vs
    one acre of solar cells.

    And perhaps they idea about solar powered reactions is that you could cut out the middle man:
    only apply the power directly where needed.

    rbb

  5. Re:Someone really smart may be able to answer this on The Big Bang Generator That Wasn't · · Score: 1

    Why don't they grow forever & ever?

    Because they run out of nearby matter.
    Black holes don't 'suck' matter more strongly than a non-black hole body of the same mass.

    rbb

  6. What if I switch Ethernet cards? on Where's All The Outrage About The IPv6 Privacy? · · Score: 1

    If I switch Ethernet cards, does this mess up my IP address to the world? And have to wait for all the DNSs to get the new address?
    Or it seems more likely that (as others have said) that routers will strip out this info.

  7. Relevent Sci. American article: COBE not Gaussian? on Gaussian Distribution being questioned · · Score: 1

    The September Sci American has an interesting blurb about possible non-gaussian distribution of the Cosmic Background radiation.

    http://www.sciam.com/1999/0999issue/0999scicit5. html

    Unfortunatly, does not reference the papers that it is based on. Sigh.

    MobiusKlein.

  8. Re:One improvement... on Mozilla M9 Released · · Score: 1

    Actually, this is not typically true.
    A correctly setup group of DLLs need only
    be loaded once, assuming their base addresses
    do not overlap in virtual space. (One of the link options.)

    rbb: codeboy. Slumming in MSVC 6.0 for a few months.

    >Windows shared libraries are not position
    >independent. This makes them (dramatically)
    >smaller, but also forces an instance of the
    >library for each application that uses it.

  9. Re:Tidbits - bad use of 2nd law of thermodynamics on Evolution is a Myth in Kansas · · Score: 1

    Please note - the Second law of thermodynamics requires a CLOSED system, which the earth is not. That bright light in the sky sends energy our way 24 hours a day.
    |... because it violates the second law of
    |thermodynamics (note: when a theory violates a
    |scientific law, the theory is unscientific)

    Plus, the 2nd law also states that ENTROPY increases in the closed system. Evolution of species does dictate a change in the Entropy
    of that system. They operate on VASTLY different scales.

    rbb

  10. What kind of whisky/whiskey? on Assorted Changes to Slashdot · · Score: 1

    Reminds me of the time I got caught by the boss with a shot of JD in my mitts
    while compiling at 9 pm. I do my best drunking code! Or something.
    rbb
    ps: Good work. Perhaps we need a ./ poll on what one drinks after a good hacking session? Maker's Mark here.


  11. Re:Java is good, general programming practices bad on New Processor Design from Sun Microsystems · · Score: 1
    Don't think that Java magically turns people into great programmers. I've seen code like this:

    try {

    someFunction()

    } catch (Exception e)

    { }

    (An evil coding practice, if I've ever seen it.)

    Java removes a certain group of bugs, but plenty plenty remain for QA to find.

    rbb (Has anyone compiled a list of Java coding conventions for Meta level issues?)

  12. Remember, it's a scientific experiment. on The Truth About SETI@Home · · Score: 1
    One thing to remember while bitching about the client not being optimized: It's a scientific experiment, and having consistant data through the entire time is important.

    Each different CPU may yeild slightly different results due to roundng, precision, and different Run Time Libraries. Especially with a FFT, these differences can accumulate faster than you think. So, if people run even more versions on more chips, 3d-now, SIMD, and so on, the number of variants explodes. Accuracy (& consistancy) is more important than speed in some cases.

    That said, I'll kick some ASS if they are deliberatly sandbagging their code.

    rbb (Yes, I've written FFT code in commercial software.)

  13. Re:I love the 8-ball - Non cyber version please - on Quickie Fu · · Score: 3
    Hate to burst anyone's bubble, but I say it ain't so.

    The settle time is too short compared to a control 8-ball, and in one of the jpgs, I saw a finger.

    As a side note, IE 4.0 does not support the animated JPEG files it sends. Not that anyone here ever installed IE willingly ...

    rbb

    OB 8-ball story: Once, I asked it if I was going to have sex that year. (It was a slow year.) It said YES. That very night, Boom.

    The 8-ball NEVER LIES!

  14. Re:No source code? [Conspiracy idea..] on Team Slashdot leads SETI@Home · · Score: 1
    I can vouch for two of the programmers working on the mac / windows clients. I've worked with both Brad Silen and Charlie Fenton at Berkeley Systems - the After Dark screen saver company - Neither of them are spooks. (heh!)

    Of course, they could have been programming to a black box API, and been fooled too. Some other sd'ers must know others on the credits pane - speak up.

    rbb

  15. A little understanding please? on SETI@home having Problems · · Score: 1
    If anyone else out there has ever been quoted by the press, you might understand how the original comments could have been, uh, changed by the time they got to press.

    Just call it the Rabid Hyping Press Mentality. I don't want to name names, but it is Wired after all.

    Always be careful what you say to the police/press

    rbb