Slashdot Mirror


User: MarkWPiper

MarkWPiper's activity in the archive.

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

Comments · 36

  1. The Best Bad Monitor Test.... avoid poor geometry on Shopping for a New Monitor? · · Score: 2, Informative
    One thing I've had very bad luck with is distorted geometry. (Of course, this is among the primary reasons to buy an LCD rather than a CRT)

    Nokia Monitor Test is the best free tool I have found for testing monitors.

    Get it from Major Geeks

  2. Re: Correction to (2) on Linux Audio Developers Conference · · Score: 1

    Mental slip above... I meant the pre-empt patch, rather than the O(1) scheduler.

  3. IMPORTANT:Little known Latency / Scheduler info !! on Linux Audio Developers Conference · · Score: 5, Informative
    I am also a gentoo user.

    Here are some things to consider:

    1) Did you compile low latency support with sysctl support? In that case you have to turn on lowlatency mode on your own , a little known and not widely documented feature!

    2) I actually had worse performance, w/ the 2.4 tree, when both low latency, and the O(1) scheduler were enabled, and am now using just low latency. In 2.5, AFAIK, they play much better, and it's sensible to enable both.

    4) Are you using OSS, or alsa?

    3) Gentoo now includes a safe hdparm script (I think it's installed by default, at least on ~x86), which works great. Check for it in /etc/init.d

    4) Be wary of the difference between march and mcpu optimizations! The choice makes a big difference!

  4. Gentoo 1.4 Final WILL include PRECOMPILED ports on Distros To Try: Slackware 9.0-rc1 And Yoper 1.0 · · Score: 2, Informative

    The current RC's do not include the precompiled packages, but with the release of 1.4, they will be available for the big things (KDE, Gnome, and some others), and will be optimized for common predefined architectures (like AthlonXP :-) ). IIRC, one of the older 1.4 RC's had them in for testing.

  5. On the other hand -- Schemas are a great idea. on DTD vs. XML Schema · · Score: 1
    Schemas enforce rules that are there because they make semantic sense in relation to the data they describe.

    This is useful for everybody involved, and ensures proper software design.

    That said, I do agree that they may only enforce rules in "the most primitive ways", but anything you can't describe in the schema, you can always move higher up in your code.

  6. Re: And to think it almost didn't make it! on TheOpenCD Launches First Edition · · Score: 1
    A month or so ago, I really wanted to join this project, but it (seemed like it?) was dead. I checked all the forums, checked the mailing lists, checked the newsletters... but there had not been any post in weeks.

    Needless to say, I'm quite happy this has made it. One of the real problems with open source, especially on young projects, is communication. How can this be fixed? (Granted, hackers don't always have the best communication skills.) To think that a project with so much potential almost was lost!

  7. Re:incorrect comparison? on Trident XP4 Reviewed · · Score: 1
    Didn't the article state that this is a mobile computing graphics card. This just makes it an even more unfare comparison.

    If my laptop had my Geforce Ti 4200 inside it, it would not only be a furnace -- it would put an early demise to my chances of having children!! ;-)

  8. Imagine if all this money were spent on Linux!!! on West Virginia Joins Massachusetts in MS Appeal Bid · · Score: 2, Interesting

    Just an interesting though: what if all the money that went in to this trial went into development of Free software instead? (We might be a lot farther along. There can be more than one way to make competition...) Anyone know how much has been spent??

  9. Re:but where is it used ? on Authoring Schemas With XSD · · Score: 2, Informative
    Right here on slashdot (IIRCC)! XML is very often used on websites to truly seperate content from style. However, when you go to look at the HTML source, you won't see it. Why? Because the XML is being transformed into HTML by an XSLT engine on the server side, and the resulting HTML is sent to you.

    Moreover, XML itself is intended only to express content. It is standards built on top of XML (such as XHTML), that define how that content should appear. Many websites use XHTML, but the casual observer would not notice -- the source code of the page is nearly identical.

    In all of the three programming internships I've held (I'm still in college), XML was the underlying technology.

  10. MODUP: Guide to running Photoshop, IE, Kazaa... on Fun With Wine · · Score: 5, Informative

    http://www.frankscorner.org/wine/ is an incredible resource. Check it for info on how to run all of those hard-to-make-work programs. He even shows how to get WineX working for free :-)

  11. TheOpenCD Project on The Best of Windows Open Source Software? · · Score: 1

    TheOpenCD project's ambitious mission statement was "To compile and distribute A CD-ROM containing a selection of high quality open source software for use on proprietary operating systems." They got so far as coming up with a great list of open source software. Since then, the project seems to have died completely. I think it is very important to the open source community that a project like this is completed. Who's up for getting it going again?