Slashdot Mirror


User: DeadMeat+(TM)

DeadMeat+(TM)'s activity in the archive.

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

Comments · 214

  1. Re:Namespace collision? on Open-Source Machine Learning Library Available · · Score: 2, Funny

    Intel's problem is that they use too few buzzwords. Now if they'd just called it "FreeOpenML XP Extreme Edition", they'd be fine.

  2. Re:Version mania on A Glimpse Into 3D future: DirectX Next Preview · · Score: 1

    I stand corrected. Personally I've just grouped COM and COM+ together under the category of "APIs that need to be taken out back and shot". (I'm sure COM has its uses, but IMHO DirectX ain't it.)

  3. Re:Version mania on A Glimpse Into 3D future: DirectX Next Preview · · Score: 2, Interesting
    However, your comment makes no sense. All games written for one version of DirectX should work in the later versions. Otherwise you'd have games failing left right and centre and people on here bitching about how they can't update DirectX without killing their favourite game.
    (Disclaimer: I have written code for DirectX, but not since DirectX 7.)

    Actually, you do get problems like this to a degree. When you want to get a DirectX interface, you have to go through COM+. COM+ requires that library developers (read: the DirectX dev team) tag each version of their interfaces with a unique ID, and each time a new version of their library changes an interface, it's required to return the older interface if a program asks for it. The upshot of this is, if a game asks for a DirectX n object, then DirectX n+1 has to be able to accomodate it.

    So, in theory, DirectX is backwards-compatible. In practice, DirectX versions sometimes maintain the same interface but make slight changes to functionality that break older games (especially ones that have code to work around DirectX bugs that Microsoft later fixes). I know there have been a good number of games that crash or otherwise act weird when you upgrade DirectX past a certain version, but the only one I can think of off the top of my head is WarBirds (which they later fixed through a patch).

    Admittedly, this doesn't happen much anymore (WarBirds was a few years ago), but it does happen.

  4. Re:Question... on Mozilla Thunderbird 0.4 Released · · Score: 3, Informative
    Actually, it is accessible from the GUI: hit Edit/Preferences, go to Privacy & Security/Images, and check "Do not load remote images...".

    That said, one of my (few) complaints with the monolithic Mozilla suite is that the Preferences dialog buries useful stuff like that where you might not expect it. Thankfully, that's one of the things that's been revamped in Firebird/Thunderbird.

  5. Re:While we're at it, ban "Angeles" on L.A. County Bans Use Of "Master/Slave" Term · · Score: 2, Funny

    How about "esto"? It's gender-neutral. Besides, if any city deserves to be called "this thing", it's Los Angeles.

  6. Re:One word...GATOR on Which Adware and Spyware are the Most Insidious? · · Score: 4, Informative
    Roboform is your friend. It can import Gator passwords and then export them to HTML for printing (or parsing with your favorite scripting language).

    It's recommended as Pricelessware by alt.comp.freeware, which means no nasty spyware or adware.

  7. Ask Doom9 on Better Media Container Formats? · · Score: 2, Insightful
    Doom9's "New A/V Formats" forum is a good place to ask; besides the FAQs, there's a ton of technical expertise there (the programmers of OGM and Matroska filters and muxers sometimes hang about to answer technical questions).

    The quick-'n'-dirty answer is that, as long as you've got muxers and demuxers for the formats you're working with, converting from one container format to another is generally lossless, so you don't really need to worry about losing data to an obsolete format. In this layman's opinion (I'm not an A/V software programmer, but I play one on Slashdot), Matroska looks like a good choice here, since you can mux practically everything under the sun into a Matroska file. But be warned that practically-speaking not all of the existing Matroska filters recognize data like chapters; in contrast, formats like OGM may not support as much metadata, but the existing filters generally recognize all of it.

  8. Re:15 fnc, 4 cmd, 9 movement, and 5 misc keys on What's A 'Scroll Lock' And Why Is It On My Keyboard? · · Score: 1
    Wanna know what happens when you type Hyper-Super-Meta-Control-Symbol-Shift-Square?
    Betcha it loads Emacs.
  9. Re:Phfft.. on Canada Immune From RIAA? · · Score: 1
    What? It's not meant for music you say? Well let me be the judge of that ;)
    Actually, the only physical difference between music CDs and data CDs is that music CDs have a flag set. CD recorders in stereo equipment won't burn on CDs without the flag set. Computer CD-R(W) drives ignore the flag and accept either type of disc. The flag just means that higher royalites were paid to the recording industry (or that any royalties were paid at all, in the U.S.) and doesn't affect performance at all.

    Sometimes stores advertise music CDs as being "optimized" for audio, but that's just a case of ignorant ad-writers. Unless you've got a standalone CD recorder, there's zero reason to buy music CDs.

  10. Re:Speaking of versions on Nmap Gets Version Detection · · Score: 3, Insightful
    Still, that makes it two remote root holes in the default install now I believe...
    The Internet Storm Center says it "may not be exploitable on . . . OpenBSD". ('course, you should probably patch anyway.)
  11. Re:Lies, statistics, and analysts on Java vs .NET · · Score: 1
    Oh, and the JDK comes with the source to all of Java's classes
    Not completely true. The undocumented classes under the sun.* hierarchy are not included, and AFAIK they don't include the native parts of AWT either. Granted, 95% of the classes are there, but if you want to see the inner workings of, say, the networking libraries, you're stuck.

    That said, Java is an absolute joy to work with compared to many other languages (especially when paired with an IDE like Eclipse), but Sun's implementation isn't as open as some people make it out to be.

  12. Re: Cloning.. on LovSan Clone Let Loose · · Score: 4, Interesting

    Self-mutating viruses have been around for over a decade. They're called polymorphic viruses, and they usually work by reordering instructions, randomly inserting useless instructions (like NOP or OR AX, AX), or encrypting the virus against a varying table of keys and then decrypting the virus at runtime.

  13. Re:Ideas on Funding Open Source? · · Score: 1

    You may want to contact the Crystal Space folks about seeking sponsorship -- their front page shows they got sponsorship from ATI. It wouldn't surprise me if at least one sound card manufacturer is willing to sponsor Audacity, since new chipsets like the Envy24HT are being pushed for recording on a budget, and a good free (as in beer) mid-end audio program would make a great bundled app.

  14. Re:How to transfer to ROM cartrige?? on Atari 2600 Programming Tutorial · · Score: 1
    But if we could only combine current media (an 8/16 MB compactflash card could hold every version of every game ever written for this machine) you'd have something.
    Ask and ye shall receive.

    Unfortunately, it's not cheap, and it requires a much-harder-to-find Atari 7800, but it's a big step in the right direction.

  15. Re:When in doubt... on DVD Recording - Is There a Winner Yet? · · Score: 1
    Experienced movie viewers will only insist on a VHS tape because it provides that three dimensional quality to the sound AND the video, and the digital copy just looks cold to human perception.
    Nonsense. Every real videophile knows that the image clarity of DVDs is superior, especially when you coat the bottom of your DVDs with a green marker to reduce reflectivity.
  16. Re:this works for normal spam as well... on DOS Attack Via US Postal Service · · Score: 3, Informative
    yesterday as i went through *35* pieces of junk mail from 3 days i was wondering if the USPS had an opt out from certain mailers form?
    The USPS does not, but the Direct Marketing Association does. Junkbusters has a sample opt-out letter on their Web site.
  17. Re:Where are they getting this information? on AMD Opteron Due In April · · Score: 1
    Why are you doubting them? It's on /. now, and that's all the proof that I need.
    Plus, if you need more evidence, you can just wait for the story to be reposted.
  18. Re:Which would be better... on SuSE may drop out of UnitedLinux · · Score: 1
    Leave, wait a bit, and reform under a different name would probably be better.
    SuSE representative: "I now call to order the first meeting of the Ancient Mystic Society of . . . No SCO."
  19. Re:Patent? on Rambus Destroyed Evidence In Anti-trust Trial · · Score: 3, Funny
    Maybe rambus can patent destroying evidence, oh wait Enron and Worldcome beat them to it.....
    Well, it's not like prior art has ever stopped them before.
  20. Re:Oops on Opera Gives That C64 Feel · · Score: 2
    Go to the Styles\user directory inside of your Opera directory. Find nostalgia.css and delete it. Congrats, you successfully battled 4K of creeping featurism.

    That's right, you can accomplish a C64 look in 4K of CSS code. Pretty nice proof-of-concept, if you ask me.

  21. Mozilla has it on Programs for Filling In Web Forms? · · Score: 5, Informative
    Mozilla/Netscape 7 has form management features built-in, but most people don't know about it because it's stupidly buried under the Tools menu.

    If the prospect of using a program called Mozilla terrifies her and you don't want all the extra crap that comes standard with Netscape, use SillyDog's steamlined Netscape. Then add the mother-friendly pop-up blocking feature back and she should be good to go.

  22. Re:To answer your question on picoGUI: An X Alternative? · · Score: 5, Informative

    Have you tried WeirdX? Free, GPLed, and only 210K in size. It even runs on the crippled Java VM that ships with Windows.

  23. I highly recommend on The Swiss Army Knife of Linux? · · Score: 4, Funny
    this versatile entry into the 1988 IOCCC.

    Some user configuration is required, of course.

  24. Gotta love science comics on Science Askew · · Score: 2
    Somewhere I've got a comic of a man sitting at a restaurant table, pointing at the menu and saying "yes, no, no, no, yes, no . . ."

    The caption reads "George Boole Ordering Lunch."

  25. Re:Damn! Now I need a new travel book... on Slashback: Dataplay, XviD, PPC · · Score: 4, Informative
    Gravity's Rainbow by Thomas Pynchon is a terrific read. It will definitely last you more than 26 hours (it's over 700 pages long and incredibly dense -- it's been aptly referred to as the postmodern Ulysses) and (without giving too much of the plot away) deals with some "geek" stuff like rockets and calculus.

    It's also an excellent book in its own right -- it won the National Book Award in 1974, and it would have been awarded the Pulitzer Prize had the board not considered it obscene and overriden the judges' decision.