Slashdot Mirror


User: EvlG

EvlG's activity in the archive.

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

Comments · 508

  1. Good for Vivendi on Vivendi Shuts Down Indie King's Quest Title · · Score: 1

    They own the IP for a franchise they developed/paid for.

    Why wouldn't they expect to make a profit from this franchise since they invested in it?

    Why should Vivendi allow another party to exploit its franchise without any way for Vivendi (the franchise owner) to benefit?

  2. Re:They're good.. now.. on Java Urban Performance Legends · · Score: 1

    Not sure what caused this, but my experiments earlier with .Net 2.0 beta 2 on VS.Net 2005 Beta 2 were awful. The GUI performance was much much much slower than anything I considered acceptable. It was like using Java 5 years ago on a P2.

    I hope the final release solves that, but man, from that experience, it seemed like the CLR had a long long way to go.

  3. E3 is for Developers Too! on The Numerous Problems With E3 · · Score: 1

    E3 is a very important event for game developers. It's one of the few times when you can pitch an idea to every publisher you want at once. It's an ideal time to forge a new business relationship because the overhead of the meeting (airfare, etc...) can be spread out.

    As for the back-room only stuff, that is DESIGNED to keep out the small press because they tend to be less valuable and distracting. E3 is all about exposure - to the retailers and to the big press. Small press doesn't give enough exposure and can often be more trouble than it's worth.

  4. Re:Maybe some competition finally on Best Buy vs. The Game Makers · · Score: 1

    That's not really true.

    Customers play a game for a limited amount of time. Then they either put the game on the shelf (unlikely to touch it again) or they sell/give it to someone else.

    Those that sell/give it to someone else keeps the support commitment for that CD key alive longer than the typical customer that stops playing the game and puts it away,

  5. Re:Why bother? on Migrating from MSVC 6.0 to Studio 2005? · · Score: 2, Interesting

    Visual Studio 2005 also includes a new feature called Profile Guided Optimization.

    This feature allows you to make a special build of your program which instruments your code with performance metrics gathering code. You run your program and it automatically gathers a bunch of data. Then you rebuild the program and the compiler looks at the performance metrics and can make special optimizations targeted at your application.

    I spoke with the developers about this feature and they quoted a 20-30% speedup in Yukon (the next version MS SQL Server) - for free, just by having a better compiler.

  6. Re: So what? Bad move on their part. on Tivo Institutes 1 Year Service Contracts · · Score: 1

    Ive used 2 TiVos for 5 years each.

    The hardware has been very reliable for me. I had to replace a hard disk in each one, but that is to be expected. Everything else works very well.

  7. Re:Copy and Paste Fixed? on Mozilla Firefox 1.5 Beta 1 Released · · Score: 1

    This is a very real bug that has been around for years.

    Nobody seems to know exactly what causes it, but some theories are that it has to do with having lots of tabs open, or otherwise stressing the application.

    https://bugzilla.mozilla.org/show_bug.cgi?id=96645
    https://bugzilla.mozilla.org/show_bug.cgi?id=13343 9

    (have to copy/paste that since Bugzilla doesnt permit links from Slashdot)

  8. Re:Laughable on Bill Gates Swears Vow Against 'Son of iPod' · · Score: 1

    It's a smart short-term move.

    How long until the market is saturated?

    Can Apple really sell iPods forever? I suspect not. What then? Raise the prices of songs I guess.

  9. Re:Now is THE Time To be a Mac Developer on Does New Development For Mac OS X Make Sense? · · Score: 1

    I'm very skeptical that would happen.

    It would drive sales of more Apple software products that work on Windows, or more software products built with Apple SDKs.

    But I don't think you see nearly as much crossover as you imagine.

    And I think Apple sees very little benefit.

  10. Re:Now is THE Time To be a Mac Developer on Does New Development For Mac OS X Make Sense? · · Score: 1

    Perhaps it is easy to estimate and schedule. But its often very very expensive because you are changing the way you do things, changing your approaches and thinking. It's not a search-replace operation, or a surgical snip (as many Endian issues can be).

  11. Re:Now is THE Time To be a Mac Developer on Does New Development For Mac OS X Make Sense? · · Score: 1

    The Cocoa frameworks are a huge part of the value proposition of OSX. Why would Apple want to give that up?

  12. Re:Now is THE Time To be a Mac Developer on Does New Development For Mac OS X Make Sense? · · Score: 2, Insightful

    For most apps that is only a small, small piece of the puzzle.

    The big effort in porting are the APIs; that is, going from Win32 -> Cocoa.

    That's not a easy job, and the switch to Intel didn't make it any easier.

  13. Cut the Microdrive and I am sold on PalmOne Releases 4GB PDA [updated] · · Score: 1

    I don't want the Microdrive or any of the complications that come with it (most notably, the speed hit mentioned by the reviews).

    If Palm were to cut the Microdrive but keep the Wifi, I would buy this for sure.

  14. Re:hmmmmm on The DVD Rental Race Analyzed · · Score: 1

    Isn't that the vast majority of the market??

  15. Re:We'll see who gets the last laugh on 'Online Poker' Googlebomb · · Score: 1

    Am I the only one bugged by the captchas these days?

    They are getting harder and harder for actual people to read, and a recent /. article reported that researchers have been successful at breaking them anyway.

  16. Re:Eclipse on Programming Tools You've Used? · · Score: 1

    I was all excited for SVN until I saw the debate over which repository store to use, berkeleydb or ffs.

    Looks like there is still quite a lot of maturing left before SVN is ready...

  17. Re:Learn to write your own documentation. on Programming Tools You've Used? · · Score: 1
    Too bad those comments won't be maintained by someone who fixes the code later. And too bad most of that information can be had from the source repository - there really is no need to clutter up the code with flowerboxes like this:
    // Function GetSize()
    // Return: int
    // Gets the size of the field
    int GetSize()
    {
    return size;
    }
  18. Re:It is true on Who Doesn't Use Source Control? · · Score: 2, Informative

    Too bad comments can be harmful.

    How many times in a large codebase have you come across something like this: // Don't doo Foo() here because of x and y and z
    Foo()

    Comments often don't get maintained properly, which leads them to be out of date and wrong.

    Which is worse, no comment, or an incorrect comment? The presence of incorrect comments leads developers to have a rather healthy skepticisim of all comments....

  19. Re:Saved Searches sounds good but... on Thunderbird 0.9 Released · · Score: 1

    This is basically what Gmail does, and I agree it would be nice to see that in Thunderbird. It removes the need to categorize a message into a single folder only, since you can just put as many tags on it as you want.

  20. Re:Short Term vs. Long Term on Geeks Playing Poker? · · Score: 2, Insightful

    I read once (I think Sklansky wrote it?) that it is feasible for you to have a bad run of cards as long as 20 years (!)

  21. Re:Total nonsense. on West Virginian Mayor Might Defy Popular Vote · · Score: 1

    "The Founding Father's felt that the state was the proper unit to give authority to. We are a collection of States who band together for protection and bargining rights when dealing with foreign nations, and to facilitate resolutions to internal conflict. That's what the Federal Government original was designed to do. Read up on the Federalist system sometime. State's have authority."

    Does anyone really believe that anymore? I sure don't.

  22. Re:Okay, nice, but... on Java 5 RC Available, Gold Targeted for this Month · · Score: 1

    That also sounds quite appealing!

  23. Re:Okay, nice, but... on Java 5 RC Available, Gold Targeted for this Month · · Score: 2, Insightful

    Too bad that some programmers' interesting bits are other programmers' boring bits....

    Screw business logic. Coding up all that other stuff sounds very interesting to me.

  24. Re:Need root? on XP2 Spotted In The Wild · · Score: 1

    Halo PC requires an administrator to install it (so that it can write to Program Files and create the HKLM registry keys for example) but any user can run it.

  25. Re:This is why... on Another Format War: DVD -R9 v. +R9 · · Score: 1

    I felt that way as well until I tried to read those floppies from 10 years ago.

    They were stored neatly in boxes or trays, but not a single one was readable.

    I chucked them all out.