Slashdot Mirror


User: demon

demon's activity in the archive.

Stories
0
Comments
1,614
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,614

  1. what the hell on APSL Violating the OSD (Round 9) · · Score: 1

    In my book, good intentions count for something.

    Sorry to be so cold... but as they say, the road to hell is paved with good intentions. Also, good intentions (IMHO) don't count for shit if you're working to misuse something like the term 'Open Source' strictly for weaseling your way into a new market.

  2. Re: What has BGates done? - not much on Bill Gates & his 12 Steps · · Score: 1

    Microsoft's C compiler was bought from the company that produced Lattice C. IE was NOT purchased - it was SUPPOSED to be licensed, but M$ stabbed poor Spyglass in the back by then releasing the licensed browser for free, nearly killing off Spyglass entirely. TrueType was licensed from Apple, not bought. And BTW, their socket API borrows heavily from the Berkeley Sockets API (check the copyright info on the WinSock DLLs).

  3. AMP Disliked by the MP3 Community on MP3 Firms Clash Over Copyrighted Code · · Score: 1

    Hmm. You mean like X11Amp? (www.x11amp.org) It's not quite at the same level of some other players, but it is moving along fast (I've been hacking on it for the past month, roughly...). Instead of talking about how you don't like what's out there, why not start coding?

  4. MpegTV on Ask Slashdot: Movie Players for Linux? · · Score: 1

    If you're using MpegTV, doon't run 'mtvp' directly, that's only the player engine. Run 'mtv' - that gives you an Xforms-based UI to control playback from. (Works great for VideoCDs in the recent releases.)

  5. Red Herrings on Microsoft Video Blunder · · Score: 1

    Yes, the first version of Windows 95 did have PPP dialup features. (It was the first Windows release to ship with it - unless NT did. Shrug.)

  6. You read it. :P on Court rules website threats harm · · Score: 1

    Read it yourself. If they have markings specifically for when these people are injured/killed, I think that says a LOT. Also, you say they're not doing anything wrong, but if it's not advocating violence against these doctors, then what other reason would there be to collect such minutiae about all these people? I can't think of a single one.

  7. Where? on Court rules website threats harm · · Score: 1

    Obviously it doesn't SAY that. But please, enlighten me. WHY else would such a list exist? I can't think of a SINGLE logical reason for compiling this list, if not as a reference for those who would threaten/harm/kill the doctors or the family members named there.

  8. no one asked me... on MS: Sued, Falsifies Evidence and Contradicts self · · Score: 1

    Well, you don't see anything wrong with Microsoft shoving a lousy product down people's throats, even if they are dumb enough to accept it? So basically, we should just give up any hope that these people will ever acquire a clue, and just allow them to be swindled out of obscene amounts of money, and allow Microsoft to monopolize whatever markets it chooses? Brilliant. Just brilliant.

  9. Can someone explain... on Developers Sidestepping Apple Firewire Fee? · · Score: 1

    Well, here's what I think of your reasons...

    1: Why do people cite this so often? I mean, I don't see the difficulty. Each device needs a unique ID. The bus needs to be terminated. What's so hard about that?
    2: That would be a limitation. You can only have so many devices sharing power on a bus like that before there's not enough voltage to drive them all.
    3: Sounds dangerous to me...
    4: Well, yes, but that's just cause lack of demand yields higher prices. If SCSI were in wider use, cables, terminators and all that would be a dime a dozen.

    I think I'll wait and see what happens with the FireWire vs. SCSI debate. Personally, I think Apple trying to collect $1 per manufactured FireWire port could just be the death of it. But, we'll see, I suppose.

  10. "Obviously damaged"? on Descent Into Linux (Part Two) · · Score: 1

    Umm, did we rea the same article? The one where Jon Katz says his wife reported seeing the UPS guy drop the box the computer was in? Have you ever seen the kind of damage UPS can do to a package? If if was dropped IN FRONT OF HIS WIFE, I don't care to GUESS how many other times it'd been dropped. It's UPS's fault. Don't blame the company that built the thing for the shipper's doing.

  11. don't be dense on Descent Into Linux (Part Two) · · Score: 1

    Aye, it's enough to make me wonder anyway. As many other people have said, no sane person would EVER accept an obviously-damaged product from a shipper! It shouldn't even be opened (any more than it already is on reciept of course - happens when things get dropped/squashed/etc), the carrier should immediately be told "This is damaged, return it NOW."

  12. Proof Positive on iMac Floppies over the Net · · Score: 1

    Amen. I've been saying it all along. Maybe if we did something like this, the Internet would a more clueful, less profiteer-and-newbie-filled thing. But the gov't won't do it - they're too busy prosecuting the two Bills. Bah.

  13. Transition my ass... on Response to John Carmack's Comments About Macs · · Score: 1

    Hell, there's still a fair amount of the code in MacOS that's 68K assembly. That's right, it still hasn't been converted over to native PPC code. Why? Who knows? You'd think after all this time, they'd have finally gotten it all converted.

  14. Should be easy, right? on Ask Slashdot: Can Linux use Parallel Port Scanners? · · Score: 1

    It seems to lock up because most of Windows 95's GDI code is still 16 bit, so when the 32-bit subsystem's sucking CPU time like nuts, the 16-bit process gets no CPU time. (Yes I know, I even scare myself sometimes.)

    Also, scanner drivers aren't that easy to write if you have no documentation for the scanner's control language (or even how to speak to its interface).