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:Fun? Yes. Blizzard's best? Far from it. on First Warcraft 3 Reviews Trickle In · · Score: 1

    A good Zerg player will rush before you have the chance to build cannons or zealots. Now, there aren't very many really good Zerg players, and it gets very difficult on larger maps. But a really fast Zerg rush is pretty unbeatable, unless you can do a faster one.

  2. Re:darwin streaming server on Streaming Live Video on Linux? · · Score: 1

    Video under X11 is immensely different from video under Quartz/OSX. The majority of Quicktime would have to be rewritten, just to support a tiny fraction of the desktop market. Quicktime for Linux would also remove one benefit of switching to OS X, which many Linux users are considering.

  3. Re:Depends on your usage pattern on A User's First Look at GNOME 2.0 · · Score: 1

    This patch, by the way, will be included in the 2.6 kernels.

  4. Re:Read this before you delete Eclipse! on Eclipse 2.0 Released · · Score: 1
    I only need one set of arrows on my keyboard, not two

    But you need two sets of numbers?

  5. Re:This will prove it on Universal, Sony Cutting Prices on Downloaded Music · · Score: 1

    The most recent pop CD I've seen (The Eminem Show) had 20 tracks, of which 16 were actual music. It sold for $12.00 at Best Buy. That comes to $0.75 per song.

  6. Re:cheaters on Calculators vs. PDAs in the Classroom · · Score: 1
    With a PDA, it would be trivial to type out everything on a computer and sync it to memory.

    It's trivial to do the same thing with a TI calculator.

  7. Re:Quartz Rendering for i686? on Mozilla 1.1 Alpha Released · · Score: 1

    Read my comment here.

  8. Re:Well done to the team (again) but.. on Mozilla 1.1 Alpha Released · · Score: 1
    Mozilla does do AA, you just need to enable it - it's a hidden pref (turned on automatically by the Debian packages, dunno about the official ones). Add this to /etc/mozilla/prefs.js (or possibly your own prefs.js file, but that may or may not work):
    // TrueType
    pref("font.FreeType2.enable", true);
    pref("font.freetype2.shared-library", "libfreetype.so.6");
    pref("font.FreeType2.autohin ted", true);
    pref("font.FreeType2.unhinted", false);
    pref("font.antialias.min", 16);
    pref("font.directory.truetype.1", "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" );
    pref("font.directory.truetype.2", "/usr/share/fonts/truetype");
    pref("font.director y.truetype.3", "/usr/share/fonts/truetype/openoffice");

    // AA with Bitmap scaling.
    pref("font.scale.aa_bitmap.enable", true);
    //pref("font.scale.aa_bitmap.always", true);
    pref("font.scale.aa_bitmap.min", 16);
    This will enable AA for all fonts greater than 16pt. You can also enable AA for all sizes by changing the appropriate numbers. This is even easier with a GTK2 build of Mozilla.
  9. Re:Well done to the team (again) but.. on Mozilla 1.1 Alpha Released · · Score: 1

    Squid?

  10. Re:Well done to the team (again) but.. on Mozilla 1.1 Alpha Released · · Score: 1
    Slash's HTML is completely customizable. Assumming you can get a good XHTML+CSS layout, it shouldn't be hard to integrate it into /.

    A sorta-relevant example - Scoop, a Slashlike blogging tool which normally uses tables, can be used to make very nice CSS pages. The same thing could be done to Slash, except it would probably break NS4 compatibility.

  11. Re:What's good for the goose... on iPod for Windows (again) · · Score: 1

    MS does make an MP3 player. It runs on Windows, Mac, and Solaris.

  12. Re:Where is Microsoft ? on iPod for Windows (again) · · Score: 2, Informative
    There is no floating point math necessary for Vorbis. The standard library uses it, but it's perfectly possible to write a fixed-point implementaion. In fact, Xiph does have a fixed-point version, which they are planning to license to player manufacturers.

    However, if you (or a player company) wanted to write your own free fixed-point Ogg player, there's nothing to stop you.

  13. Re:Don't be surprised.... on iPod for Windows (again) · · Score: 1

    Since when is iPod an app?

  14. Re:Apple? on iPod for Windows (again) · · Score: 1

    Who the hell would need tech support for an iPod?

  15. Re:"Slashdot style" is flawed, but learn from it on Weblogs and Local News? · · Score: 1

    In other words, use Scoop.

  16. Re:Sirius vs. XM on Satellite Radio - XM vs. Sirius? · · Score: 1

    For me, the deciding factor would be that Sirius has NPR, XM doesn't. Sure, there's always local NPR stations, but that defeats the point of satellite.

  17. Re:Cinelerra sounds like great news for fan films on Two Steps Forward for Linux Multimedia · · Score: 1
    You could easily run Final Cut Pro on an iMac, or even an eMac. I've run it on a 450Mhz G4, it should work fine on anything faster - such as a used Power Mac, or possibly even a G3 iMac with a memory upgrade. That means the entire computer+software budget is a one-time-only $2000-$3000.

    Besides, Final Cut Pro is definately worth the money if you're doing anything serious. Or, if you don't want to buy a Mac, you could use Adobe Premiere or another such program. As promising as Cinelera might be, I seriously doubt it will ready for production use anytime soon.

  18. Re:Cinelerra sounds like great news for fan films on Two Steps Forward for Linux Multimedia · · Score: 2, Insightful

    Independent film makers are not going to be using the beta version of an incomplete Linux video tool. If they can afford to pay for a computer, digital cameras, and a cast, I think it's safe to say most of them can afford something much nicer, like Final Cut Pro.

  19. Re:Shell script worms on Unix Shell-Scripting Malware · · Score: 1

    I am running ssh, and it's on port 22. I don't even have a /dev/tcp directory. I'd think this was a devfs thing or something (I don't use it, maybe you do), except it is plainly stated in the bash man page. Weird.

  20. Re:Backwards? on Slashback: Gopherectomy, Portacinema, Disunity · · Score: 1

    It's probably something more like D. Jupedal.

  21. Re:Not that special... on Unix Shell-Scripting Malware · · Score: 1

    Does it matter? apt doesn't check signatures.

  22. Re:Shell script worms on Unix Shell-Scripting Malware · · Score: 1
    cat < /dev/tcp/localhost/22
    bash: /dev/tcp/localhost/22: No such file or directory
  23. Re:Good god get over yourself and get busy! on Linux and the Smile.D Virus keeps us Smiling · · Score: 1
    OEMs ship linux because of a great marketing department

    If only...

  24. Re:Damn, I tried it on Linux and the Smile.D Virus keeps us Smiling · · Score: 1

    chattr -R +i ~/*

  25. Re:C-Nut review is narrow minded on First Reviews of Mozilla 1.0 Roll In · · Score: 1