Slashdot Mirror


User: khuber

khuber's activity in the archive.

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

Comments · 697

  1. Re:iDVD encoding vs other PC DVD software encoders on Mac vs. PC: Digital Video Editing Comparison · · Score: 1
    iDVD encoded our 10 minutes of DV footage in 9 minutes. This was nearly twice as fast as the P4/2.53.

    This sounds like a software issue, not a hardware one. I bet there is better DVD encoding software. But does it really matter anyway unless you are encoding dozens of discs? You can just start the encoding process and do something else for 20 minutes.

    -Kevin

  2. Re:invisible? on Review: Solaris · · Score: 1
    The government could already have invisible tanks driving all over the place and we wouldn't even know it!

    -Kevin

  3. Re:So somebody found a bug shortly before release on DHTML Bug Found in Mozilla 1.2 · · Score: 2, Funny
    This is news because it was severe enough to back out of the release.

    It's like an automotive recall or toy choking hazard:
    DHTML could explode and make you go blind if you keep using Mozilla 1.2. Several Tripod users and viewers of garish movie promo sites have already sustained serious mental frustration. We are working with local authorities to prevent riots.

    -Kevin

  4. Re:Wow, what a great analogy. on How the West Wasn't Won · · Score: 1
    Now there's some sarcasm thick enough to chew on.

    -Kevin

  5. Re:phase vocoder on 24 Hours Of Beethoven's 9th Symphony · · Score: 1
    I'm still working my way through Cage's ASLSP.

    -Kevin

  6. Re:Just a nitpick on 24 Hours Of Beethoven's 9th Symphony · · Score: 1
    Ode to Joy must sound better to a native German speaker. I just read it and it sucked.

    -Kevin

  7. Re:Running it now... on Mozilla 1.2 Unleashed · · Score: 1
    This works fine with KDE. It could be your window manager.

    -Kevin

  8. Re:Java and GPL - slower software, less incentives on Has Software Development Improved? · · Score: 1
    There are two new garbage collectors you can use starting with JDK 1.4.1. The Concurrent GC may reduce the pauses. The switch is -XX:+UseConcMarkSweepGC. I have been using the parallel one (-XX:+UseParallelGC) with good performance results on server programs.

    Here's more detail:
    tuning JVM v1.4.x+

  9. Re:The skunk works was a hack shop on Has Software Development Improved? · · Score: 1
    The SR-71 was built with titanium to withstand the heat it generated at mach 3+ and that metal was new at that time for aircraft. Since the titanium had to expand there were ground leaks. Why don't you design a mach 3 jet that can fly at 85000 feet and isn't such a "hack"?

    The more serious problems btw, are that it can't operate in the rain due to its coating I believe and its heat signature is huge. Bear in mind that this is a 1960s era aircraft designed without CAD/CAM and it's still pretty damned impressive IMO.

    -Kevin

  10. Re:Java and GPL - slower software, less incentives on Has Software Development Improved? · · Score: 1
    Have you tried the concurrent GC?

    -Kevin

  11. Re:I hereby call for the editors to edit!!! on "Smart" Billboards Debut in Sacramento · · Score: 1
    And so easily looked up!!

    Whoa there, buddy. Did you just start a sentence with a conjunction and end the very same sentence with a preposition? Have you no shame? There may be children here for goodness' sake.

    -Kevin

  12. Re:In other news... on [Napster] 11 - End of the Road.mp3 · · Score: 1
    Actually that looks like a nice news site to me

    I don't even have a site so what do I know? I'm a pothole on the information superhighway. I do know that Slashdot has been propagating bad spelling and grammar for years. Don't even get me started on its/it's and their/there/they're. It's not that difficult, people!

    -Kevin

  13. Re:In other news... on [Napster] 11 - End of the Road.mp3 · · Score: 1
    And what is your popular website's name, Mr. Dictionary?

    -Kevin

  14. Re:CORBA? on Fresco M1 Released · · Score: 1
    Yeah, WebLogic's CORBA stuff handled local calls more efficiently, but it still wasn't like a function call because of the overhead you mentioned. It's good that omniORB uses a different mechanism. That sounds pretty cool -- thanks for the info.

    -Kevin

  15. Re:Some basic facts: on Fresco M1 Released · · Score: 1

    Sorry for the confusion, I didn't mean CORBA itself allowed batching, but that it could be done at a higher level in the application. At a simple level, you could batch keyboard events and mouse events (at the expense of smooth movement). Yes that would suck. (I just realized that CORBA overhead for mouse events might be really bad.) I think I would prefer a binary TCP protocol like X but higher level.

  16. Re:Some basic facts: on Fresco M1 Released · · Score: 2, Interesting
    The only useful form of communication that CORBA supports is synchronous.

    Well, you could do one way calls with callbacks, or you could create an event queue on the client side to batch up API calls before doing a CORBA call. I don't see this as a CORBA-specific issue or a fundamental problem any more serious than how a TCP/IP based protocol would have to deal with asynchronous issues.

    I think 20ms is on the cynical side. On a good local network it should easily be < 5 ms, don't you think?

    -Kevin

  17. Re:CORBA? on Fresco M1 Released · · Score: 2, Insightful
    I realize that Fresco is high level and vector-based. The pixel question is just to see what the most extreme overhead would be. But then again, how would Fresco support games running in a window?

    I'm just not sold on the idea of using CORBA for a component model in this manner. Gnome does this too so it's not a new idea to me. I have read many arguments, but I'm still skeptical. Why can't I have a proxy API that makes local library calls or CORBA calls, depending on what is needed? A language that doesn't want to call native code can use CORBA. There are also some "philosophical" issues about the realities of network transparency as I mentioned in another post.

    -Kevin

  18. Re:CORBA? on Fresco M1 Released · · Score: 2, Interesting
    I understand the design reason, but in practice it seems like you'd mostly be rendering to your local screen. In that case network transparency is just a performance burden.

    Besides, we could debate whether network transparency even exists since local and remote resources are fundamentally different (network glitches don't affect local resources, and you generally need retry and error logic for networked resources).

    I'm not trying to dis Fresco here, just think about the design tradeoffs. The problem with the X protocol is that it's low level, so even though it's a more efficient TCP-based protocol, you would be sending many more low level packets. In the end it could break even with the IIOP and marshalling overhead of CORBA since Fresco is high level.

    -Kevin

  19. CORBA? on Fresco M1 Released · · Score: 3, Insightful
    Am I the only one who thinks CORBA for local system calls is gross? I wonder what the overhead to draw a pixel is like.

    (Okay, actually I think CORBA is gross, period.)

    -Kevin

  20. Re:Mmmm on "Longhorn" Alpha Preview · · Score: 1
    Why not? Do you not have enough money?

    It's the ALPHA preview. Get it??

    -Kevin

  21. Re:Slashdotted already! on Ellen Feiss Interview · · Score: 1
    She actually sounded rather intelligent to me. I was surprised.

    -Kevin

  22. Re:The Tao of Linux on PINE Releases 4.50 · · Score: 1
    Dude, you totally burned me there. I sure won't be laughing today.

    -Kevin

  23. Re:The Tao of Linux on PINE Releases 4.50 · · Score: 1
    You know I've been a computer hobbyist for many years and am interested in science and so on. I very rarely find "geek humor" funny, especially parodies and anything that I see repeatedly. I guess the technology in it is usually so superficial that it doesn't seem clever or witty. Then people keep posting it. I often wonder if the demographic of "geek humor" is really freaks rather than people who have intellectual interests.

    -Kevin

  24. Re:If i remember correctly on SGI NUMAflex Linux System On Display @ SC2002 · · Score: 2, Insightful
    Technically Linux is just a kernel. You can't do much at all with just a kernel. You could print AAAA from one process and BBBB from another, but who would want to do that?

    -Kevin

  25. Re:LINUX OS on SGI NUMAflex Linux System On Display @ SC2002 · · Score: 1
    It seems more likely to me that AIX would distingusish IBM from its rivals. Everyone runs Linux.

    It's possible that AIX is encumbered by technology that IBM licensed, but I don't know. I'd have to think IBM has ported AIX to x86. Likewise, I wonder why SGI hasn't chosen to port IRIX which has mature support for large scale multiprocessing.

    -Kevin