Slashdot Mirror


User: rabidcow

rabidcow's activity in the archive.

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

Comments · 773

  1. Re:IE renders images better than Moz? Gimme a brea on "Fastest Browser On Earth" Cuts Crud · · Score: 2

    Unlike the image renderer in Mozilla, the image renderer in IE 6 doesn't even support alpha-transparent PNG images.

    Oddly enough, IE has a renderer that supports alpha transparency in PNGs, they just chose not to have it work automatically. You have to set the image to a transparent gif and then overlay the PNG with some funky directdraw filter. (at least, last time I checked)

  2. Re:I've fallen in love with Opera, but... on "Fastest Browser On Earth" Cuts Crud · · Score: 2

    I've got this toolbar installed in Mozilla, which doesn't do the same thing, but it lets you turn on and off custom fonts, colors, images, and some other things with just a click. (or two if you keep the toolbar hidden)

  3. Re:Not really that great... on One Step Closer to NWN for Linux · · Score: 2

    The toolkit/engine isn't all that flexible tho. There's a lot of things that should be props, but are instead fixed parts of the landscape. (eg, crates and barrels, tables, chairs) Adding completely new objects that weren't in the single player game is rather difficult. You can't create balanced items with bonuses and negative effects, the negative effects don't change the cost or level requirements.

  4. Re:Missing the point ENTIRELY on Will CGI Collapse the Hollywood Economy? · · Score: 2

    Do you sit through the entire end credits for movies and take notes of who played each character? How will you know if a character is human or CG?

    Movies are all about illusion. The illusion of humanity in a movie is as good as the real thing.

    Could a CG character have played a more interesting Joker than Jack Nicholson in Batman?
    Yes.

    Would we have cared as much if a CG Gandalf had shown as much intensity as Ian McKellan?
    Yes.

    Would a CG character have riveted us as much as Dustin Hoffman in Rain Man?
    Yes.

    Not *current* CG, no, but in the future...

  5. Re:Window "shattering" utilities on Shattering Windows · · Score: 2
    If this second parameter is non-zero, execution will jump to the location it specifies. Yes, you read that right; you can send any window a WM_TIMER message with a non-zero second parameter (the first is a timer ID) and execution jumps to that address. As far as I know, the message doesn't even go into the message queue, so the application doesn't even have the chance to ignore it.
    Eh? But that's just not true, see the Remarks section of the docs for SetTimer:
    An application can process WM_TIMER messages by including a WM_TIMER case statement in the window procedure or by specifying a TimerProc callback function when creating the timer. When you specify a TimerProc callback function, the default window procedure calls the callback function when it processes WM_TIMER. Therefore, you need to dispatch messages in the calling thread, even when you use TimerProc instead of processing WM_TIMER.
    Of course, most programs will pass the message on to the default window proc if it's not specifically something it's looking for.
  6. Re:Disable Javascript on Pop-Up Ads Begin To Face Serious Opposition · · Score: 1

    I know, I'm just saying that it's not only an issue for people connected over phone lines. :)

  7. Re:Disable Javascript on Pop-Up Ads Begin To Face Serious Opposition · · Score: 2

    Repeated trips to the server are fine when you've got a broadband connection

    No they're not. The Code Project uses DHTML for their message boards. It used to only work for IE and with Mozilla it needed to reload the page for each message, with a second or so delay. (on a cable connection) Now that it works in Mozilla too, it's instantaneous. This is MUCH more pleasant.

  8. Re:Shameless Self Promotion on Google Art Creator · · Score: 1

    Hm, would it be mean to link to ASCGen, which does almost the same thing for free? (don't think it does color tho)

  9. Re:OK, time to fire up the worms... on All We Want Is Whatever's On Your Machine · · Score: 1

    How would you "recall" a faulty worm?

    We can make it grab all it's data from a chat-room, or web page

    Add a command: halt. Remember to test it thoroughly.

    Not that I'm saying it's a good idea.

  10. Re:looks nice, but... on Cube: A Modern 3D Game Engine · · Score: 1

    Indeed, it sounds like a slightly more complex build engine. Even Quake I could do room-above-room, it's got features like an enhanced DN3D. (except real 3d models)

    and you can tell from the screen shots. Nice colors, but no holes anywhere. Look for a railing with open space above and below it, or a bridge. (which I believe they had on the first level of Quake 1)

  11. Re:OT: SiS rocks on AGP4X vs. AGP8X · · Score: 3, Interesting

    SiS has been around for a LONG time, tho probably not doing chipsets. I've got an old Hercules monochrome clone here with a bunch of large chips marked "SiS". (dated 8804)

    But I had a MB based on the SiS 530 chipset and it was nasty. It was basically a cheapo bargain board. It sounds like they've improved substantially since then.

  12. Re:Backup on Western Digital Announces 200 Gig Drives · · Score: 2

    There's 1024 megabytes per gigabyte, not 1000.

    Ah, back in the good old days, they made gigabytes *right* and there were 1024 megabytes in one of 'em. Now that those cheap metric bastards have gotten into the system, a gigabyte only has 1000 megabytes, and they want us to use some crappy name like "gibibyte" for 1024 "mebibytes." If you ask me, it's just a plot to make us all sound like toddlers.

  13. Re:I'd try Ogg Vorbis ... on Real Will Include Ogg Vorbis Support · · Score: 2

    That's the main reason I never installed Napster. (or at least the main excuse) I mean "Napster" is MUCH dumber than "Ogg" and look how popular it was.

  14. Re:Rules of not getting spammed. on Spam Doesn't Work? · · Score: 1

    Well that sucks. Why the heck would they disallow that?

  15. Re:Rules of not getting spammed. on Spam Doesn't Work? · · Score: 1

    Actually, I understand that having an address containing the word "spam" is quite effective because spambots think it's fake or mutilated.

    Then you don't even have to worry much about putting your address on the web.

  16. Re:Not aiming very high! on Gates and Lasser on Palladium · · Score: 2

    I think the general population of California would like for computers to be a bit more reliable than their electric grid!

    Considering that most computers rely on the electric grid to function, I suspect that's unlikely.

    I mean yeah, you could have everyone buy a UPS or generator with their computer, but I doubt that'll happen.

  17. Re:Holy Mother of Carmack!!! on ATI R300 and R250V · · Score: 2

    same speed == 100% of the speed == 1x faster
    100% faster == 200% of the speed == 2x faster
    150% faster == 250% of the speed == 2.5x faster


    Nope, he's right.

    Same speed = 100% of the speed = 0x faster, ie no faster, ie the same speed. If it is any "x" faster, then it is not the same speed.

  18. ObH2G2 quote on Drake on Drake: ET Life A Certainty · · Score: 2

    4. POPULATION: None.

    It is known that there are an infinite number of worlds, simply because there is an infinite amount of space for them to be in. However, not every one of them is inhabited. Therefor, there must be a finite number of inhabited worlds. Any finite number divided by infinity is as near to nothing as makes no odds, so the average population of all the planets in the Universe can be said to be zero. From this it follows that the population of the whole Universe is also zero, and that any people you may meet from time to time are merely the products of a deranged imagination.

  19. Re:huh? on Freeciv-1.13.0 Stable · · Score: 2

    seems like an awful waste of man hours

    Yeah, and now that they've come this far, more man hours are going to be wasted PLAYING the game!

    I dunno... how can you complain about a game being a waste of time? I mean duh!

  20. Re:If you aren't familiar with povray... on POV-Ray 3.5 Rendered · · Score: 5, Interesting

    Also check out http://www.oyonale.com/

    Gilles Tran has done incredible stuff with POV-Ray. (plus there's all those funky stories in the book of beginnings)

  21. Re:Well, that was an easy read on More Strange Bose-Einstein Condensate Behavior · · Score: 1

    Then again, no-one actually reads the articles, anyway...

    Hell no! The articles are usually dry and boring, while the posts that get modded up are either funny or interesting (or easily ignored without breaking the train of thought) and all the important points from the article can be inferred from them anyway.

  22. Re:Microwave Pizza?? on A Foundry in Every Kitchen · · Score: 2

    Microwave pizza comes with this magic crisping paper that makes the crust go crunchy. Try it, it's great for impatient people. :D

  23. Re:Manipulating the mindless masses on You Look Like You Need a Guinness · · Score: 3, Informative

    Not that I'm trying to disagree, but most of those are pretty flimsy points.

    1) Employ psychologists who don't have an ounce of ethics in them

    Potentially libel. It may be true, but I don't see any evidence and it's not a widely known fact.

    2) Have music in their adverts

    So they aren't totally boring? And why do they have music in movies?

    3) Advertise over and over again when we all already know about their product

    Just because *YOU* know about their product doesn't mean that everyone does. Besides, it's NEW! and IMPROVED! now.

    4) Spend double-digit percentages of their company's money on advertising

    Probably because advertising is expensive. Or do you think they wouldn't advertise for free if they could?

    "Microsoft". Need I say more.

    Yes. WTH is that supposed to mean? All companies are working for Microsoft? Ok, Microsoft is a good example of what you're saying, but what about, say Disnep? McDonalds? Pepsi? Presidencial campaigns?

  24. Re:Probable Reason for Theo's Approach on OpenSSH Vulnerability Disclosed, Version 3.4 Released · · Score: 2

    Hmm... "There's a problem, we won't tell you what it is, but if you upgrade to the newest version, it will go away, plus you'll get nifty new features along with it!" Where have I heard that before?

    From every programmer ever? It's pretty standard when reporting a bug to get "please upgrade to the latest version and try again." Nobody wants to have to go back and fix bugs in every version of every program they've ever written.

  25. Re:RIAA Pres did make one valid point on Lawsuit Challenges Copy-protected CDs · · Score: 2
    There are a number of significant differences between the two:
    • Coherency - If you chop out and watch that one good scene from a movie, it doesn't work as well. If you chop out and listen to that one good track from a CD, no loss.
    • Bandwidth - Editting or otherwise modifying a movie for your own personal taste is much more difficult than with audio.
    • Scope of Use - When you sit down to watch a movie, usually you aren't doing anything else. People listen to music while doing all sorts of other things, so there's more incentive to customize the mix.
    Basically, there's a lot less reason to want to copy movies than music.