Slashdot Mirror


User: damiam

damiam's activity in the archive.

Stories
0
Comments
3,626
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,626

  1. Re:Redefining a language is essential. on What I Hate About Your Programming Language · · Score: 1

    C may overload, but you can't overload in C (short of using #defines). Therefore, you can't mutate the language to the same degree you can with C++.

  2. Re:7-10 years?!? on New US $20 bills Released, Colors & Layout Change · · Score: 1
    two-dollar (Canadian) coin ... respond in kind.

    We already have the penny, that's pretty close...

  3. Re:Hmf on Modding The Barton XP To A Barton MP · · Score: 5, Informative

    An Athlon MP costs about $40 more than the equivilent MP. You can buy an older ( 1.5Ghz, fine for testing) SMP-capable proc for next to nothing. Developers don't want a modded version of the top-of-the-line AMD chip just to test their threading.

  4. Re:Please clarify... on ATI Radeon 9800 Pro vs. NVidia GeForce 5900 · · Score: 1

    Yes, he's correct. Doom3 graphics are rendered using OpenGL, but (on Windows anyway), it'll probably use some aspects of directX for input and networking.

  5. Re:I wonder if that's what caused this crash on Intel Reveals Itanium 2 Glitch · · Score: 1

    They would have to be out of their minds to use an Itanium in a car. More likely it's a Crusoe, StrongArm, or something similar.

  6. Re:Okay so... on Mozilla 1.4b Loosed · · Score: 1

    Mozilla is free (as in beer). That alone multiplies the potential audience by a factor of about a hundred. As for standards compliance, I don't know what you're smoking, but it must be strong. Mozilla has always had better CSS/HTML/JavaScript support than Opera. Opera has gotten better lately, but it's still not at Gecko's level.

  7. Re:Applaude for 2 reasons on Xine Gets Native Sorenson3 Decoding · · Score: 2, Insightful

    Yes it would. CSS is optional, and any reasonably professional DVD burning app will let you burn a DVD with or without it.

  8. Re:Okay so... on Mozilla 1.4b Loosed · · Score: 3, Insightful

    Mozilla is considered to be the flagship open source browser, and one of the strengths of the open source desktop lineup. Therefore, a lot of open source fanboys are interested in its progress. Opera is of interest to a far smaller subset of people, seeing as it has neither the standards compliance, platform support, or freedom (beer and speech) of Mozilla. I'm not saying Opera doesn't have it's strengths, but a lot of people are more interested in Mozilla than Opera.

  9. Re:Okay so... on Mozilla 1.4b Loosed · · Score: 1

    Mozilla is considered by many to be theflagship open source browser, and thus of interest to the community of Slashdot. Opera is just another proprietary browser, which happens to have some advantages over Mozilla (and some disadvantages). Even so, /. announces Opera minor version upgrades too, so I don't know what you're bitching about.

  10. Re:Phoenix on Mozilla 1.4b Loosed · · Score: 1
  11. Re:Why redefine a working metaphore? on Windows Security Through Annoyances? · · Score: 1

    Your computer doesn't have to be compromised to fake the lock. A web page just has to disable the status bar and put a status-bar like image in its place, complete with lock. The only way something could get your dog's name would be Administrator access, which is pretty far from just being able to display a webpage (IE security holes aside).

  12. Re:You're being stupid on Dr. Dre to pay $1.5 mil for "Illegal Sample" · · Score: 1

    You make a financial gain off your download, because you still have the money you otherwise would have spent on the song. An artist also makes a financial gain off a sample, and usually they even have the consent of the original group to do it. In this case, Dre thought he did but didn't. That's all there is to it.

  13. Re:Overheard at Intel... on Red Hat Releases x86_64 Technology Preview, GinGin · · Score: 1

    As long as it's stable, why would anyone but a control freak/perfectionist care?

  14. Re:IE, Netscape and logic on MS Says Longhorn To Arrive 2005 · · Score: 1

    IE5 - bundled with the OS. Better in some ways than Netscape (6). Netscape even smaller player.
    IE6 - bundled with the OS. Sucks ass compared to Netscape (7+). Netscape can't get much smaller.

  15. Re:API on Apple Sells A Million Songs in Debut Week · · Score: 1
    void playFile(char *filename);

    That's all they'd need to expose. In fact, I'm sure you could do it using the standard QuickTime API.

  16. Re:Why did it work? on Apple Sells A Million Songs in Debut Week · · Score: 1
    Soon omniweb will be using this same page renderer, as probably will Netscape's family of browsers.

    I cannot think of a single thing that would cause Netscape/Mozilla to abandon Gecko and ruin platform consistancy just to tie in with WebCore.

  17. Re:slagging the right guy on Software Bug Causes Soyuz To Land Way Off · · Score: 1

    But then his comment wouldn't be the 5th one from the top. :-)

  18. Re:Kidding yourself on Michael Robertson of Lindows Responds · · Score: 1
    Not a very realistic example; it would be immediately detected (and possibly corrected) by the user and of no use to the attacker. Furthermore, running everything as root prevents this problem as there are no passwords. Try again.

    Even if the current password is blank, it's still quite possible to change it to something non-blank.

    It seems to me it's quite easier (and safer) to keep backups of the programs

    Easier, safer, and completely useless. You can redownload a program any time you want. You can't download your documents back.

    And if your non-root user has been "infected" the trojan/virus can keep deleting your documents until you reinstall the system

    No, you can log in as root and delete the non-root trojan. If the trojan had root access, it would be able to stop that.

  19. Re:OpenGL 3D interface? on Looking at Longhorn · · Score: 2, Informative

    MS isn't using OpenGL, they're using DirectX. E17 will never be finished, and Transluxent is currently an unfinished, unreliable hack. MS is most certainly not copying either one of them. They might, however, be copying Quartz Extreme.

  20. Re:outside the US ? on ISS Crew Returns in Soyuz Capsule · · Score: 0, Redundant

    It's not exactly landing if you do it on the ocean.

  21. Re:Yeah... on Exec Shield for the Linux Kernel · · Score: 4, Funny

    You're forgetting XBill.

  22. Re:Source Code released! on RIAA Plans Cyberwar Effort · · Score: 1

    Whatever. I'm not a C guru. All operators with 'bit' in them sound the same to me. :-)

  23. Re:Low Expectations on Harry Potter with Guns · · Score: 2, Informative
    ... it would be sad to see them turned into a movies. Ender's Game with a happy ending?

    Ender's Game is going to be a movie, but OSC's writing the script, so it shouldn't suck too badly.

  24. Re:Source Code released! on RIAA Plans Cyberwar Effort · · Score: 1

    Plus, in C (which I assume is what's being used), ^ is the bitshift operator, not the exponent operator.

  25. Re:I spend too much time on Slashdot... on HTML Rendering Crashes IE · · Score: 1

    No possible input stream should crash Mozilla (or any other browser). Not Hotmail, not , not 20 MB straight from /dev/random. It may not render correctly or even be usable on a given page, but it should never crash.