Slashdot Mirror


User: Mortlath

Mortlath's activity in the archive.

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

Comments · 143

  1. Re:Do you know what an FPGA is? on 3D Raytracing Chip Shown at CeBIT · · Score: 2, Insightful
    Hmm, I assumed that they had used a FPGA because it was only their prototype board.

    From what I've learned in one of my digitial system design courses from college, ASIC have an upfront production cost of $1,000,000 to $2,000,000 and a small unit price, while FPGAs have a much lower fixed cost (~ $10/unit).

    So, I imagine they will manufacturer ASIC chips when they get a big sponser, unless they are using the FPGAs dynamic abilities...

  2. Re:too little, too late on Star Wars Episode 3 PG-13? · · Score: 2, Informative
    I can well imagine why Alec Guiness begged Lucas to kill his character off.
    IIRC, Alec Guiness was quite upset that Lucas killed off his character. As one of the (or only?) well-known actors in the movie, he was expecting a bigger role in the movie, and was not happy at first when he found out that he was to die half-way through.
  3. Re:Favorite quote from TFA on John Gilmore's Search for the Mandatory ID Law · · Score: 1

    I figure it's because all their cars are insured under the same policy. It might be a hassle for car rental agencies to have cars under different policies.

  4. Re:But, on Using Air to Recharge Your Cell Phone · · Score: 1

    I can just see how some conversations might go:

    "No, this is not an obscene phone call! I'm just trying to charge my phone!"

  5. Re:Windows XP 64-bit on Pentium 4 6XX Sequence and New EE P4s Launched · · Score: 1

    No, they don't. I installed a AMD a couple months ago, and I saw no window stickers or engravings.

  6. Re:What about on MS Security Chief Says Windows is Safer Than Linux · · Score: 1
    I see your point, but at the same time. Linux comes with the distribution, just like Windows comes with its "distribution" (ie. Games, system tools, Media Player, Internet Explorer, etc.)

    True, Internet Explorer is integrated with Windows, but I fail to see how that makes a difference. You either use it (and the bugs) or you use another browser. On Linux, you use Mozilla (with any bugs therein), or you use another browser.

  7. Re:This is really interesting. on Browser Speed Comparisons · · Score: 1

    The service pack 2 edition of IE has popup-blocking. With that and the fact you can get many popup-blocker extensions for IE make that factor negligible.

  8. Re:True Story: on Does the Octopus Hold the Key To Robot Design? · · Score: 1

    I don't know..... I can imagine some little child saying to his/her parents, "I found this abandoned wolf pup. Can we keep it? please?"

  9. Farming? on Virtual Farming Firsthand · · Score: 1
    Am I the only one that first thought of SimFarm when they read the title?

    Ah, SimFarm. It was an interesting game.

  10. Re:Nobody give a fig about optimizing on Where Have All The Cycles Gone? · · Score: 1
    nobody cares about optimizing code anymore.
    It's sad, but true. Last week in one of my computer science classes I was taking in college, we went over algorithms, and what made a certain algorithm better than others. Sadly, most of the class felt that the easiest algorithm was more advantageous then faster, or smaller code. Our professor eventually listed the features of good algorithms thus:

    1. Speed
    2. Simplicity
    3. Size

    My professor taught that today, size doesn't really matter as today's memory and storage needs are cheaply met.

    I think it's sad that most of today's programmers but so little emphasize on speed and memory usage.

  11. Re:Advertisement? on Gosling Claims Huge Security Hole in .NET · · Score: 1
    The C/C++ compiler (version 7) for Visual Studio .NET has a compiler switch that will turn on buffer overflow detection.

    It's great for debugging your code, and I haven't seen a noticable slowdown using it.

  12. Re:It's a Catch-22 on Why Does Windows Still Suck? · · Score: 1

    The interface to DirectDraw is still available in DirectX as a legacy interface.

  13. Re:Bitching the LCDs, continued on Monitor Basics - LCD vs. CRT · · Score: 1
    About dead pixels: Samsung has announced a strict no-dead-pixel policy late last year. For people worried about this, the solution is simple: buy a Samsung-branded LCD manufactured in 2005.
    According to this article, that policy is only available in South Korea. (and maybe only for old people! :) )
  14. Re:One song you'll not be able to play on Voice Activated MP3 player · · Score: 1
    I know that the parent post was a joke, but if they design the MP3 right, that won't be a progblem.

    They just need the player to compare the input with the music being played and ignore the music in the input.

    There are currently system's available commerically that are used in that fashion when background noise is problematic.

  15. Re:Wow, the US are behind... on New Battlestar Galactica Series Starts Tonight · · Score: 1

    Me too. I had a great urge to play Homeworld. The moods of the two are very much the same. It felt like I was watching a show based on Homeworld.

  16. Re:Competition on Comcast Begins Rollout of VoIP · · Score: 1
    It's sad that you had a bad experience, but not all customers are treated like that. I have my own positive experience with Comcast reps, including them giving me free months of internet to compensate for their mistakes.

    Although some cases are treated wrongfully, I tend to think that if it were always so bad, most people would switch to satellite. I know I would.

  17. Re:admitting defeat? on Sneak Peek At Microsoft Anti-Spyware · · Score: 0
    Spyware is more of a user problem than anything else.

    I use IE, and I'm spyware clean. When little boxes come up asking me if I want to install a program, I "just say no."

    ActiveX can be a powerful tool. Users just need to be smart. But if a user can't handle it, their is an option to turn ActiveX off in IE.

  18. Re:I still find it amusing... on UK Retailers Dumping Gamecube? · · Score: 1
    Quote: "The MS games division is not."

    Just because MS is not making money on the consoles themselves, does not mean that the game division isn't making money.

    They make money from games and licencing fees. I believe that this is the case for Sony as well with their PS2.

    The money is in the games and licensing.

  19. Re:Hmm... GoogleLogins anyone? on eBay Retires MS Passport Sign-In · · Score: 1
    If users are going to use a client-side application, why not use a password manager?

    There are already companies that provide client-side password managing, such as Norton Password Manager.

    Then there's always Autocomplete in Internet Explorer as well.....

  20. Re:i wonder... on Four New Unpatched Windows Vulnerabilities · · Score: 1
    I think that the exploits found today are leftovers from the "old days" of code writing when people were expected to follow the API. I suppose that when original Windows code was written, they didn't even think that people would write crazy files meant to overrun buffers. Most developers would not do that on purpose.

    For Example, let's look at the function:

    int MultiByteToWideChar(
    UINT CodePage, // code page
    DWORD dwFlags, // character-type options
    LPCSTR lpMultiByteStr, // string to map
    int cbMultiByte, // number of bytes in string
    LPWSTR lpWideCharStr, // wide-character buffer
    int cchWideChar // size of buffer
    );

    If the output buffer, lpWideCharStr, wasn't allocated with the memory specified in cchWideChar, then a buffer overflow results (according to MSDN). Bugs like that are hard to control.

    I think that it's sad that developers can't be trusted anymore.

  21. Re:is that why on Windows XP Firewall Bug Flies Under the Radar · · Score: 1
    I think one of the reasons that Microsoft turned auto-update to full-auto by default is that most Windows users are "newbies" and won't install the updates without the extra help.

    We can all hope that this will help patch a lot of Windows boxes and stop them from becoming zoombies.

  22. Re:PHP is to Perl as Java is to C++ on PHP Vulnerabilities Announced · · Score: 1
    Ever try to symbolically debug C macros or C++ templates? The debugger falls flat on its face and gives you no help!

    If your debugger can't debug C++ templates, maybe you should get a better debugger.

    C macros, on the other hand, are preprocessor macros. They are just text replacements. You shouldn't put code-intensive statements in macros.

    There is reason that C and C++ have been popular for so long. They aren't very forgiving as some languages, but they are powerful. Programmers also need to be good programmers to program with them correctly.

  23. Re:Text-book example of making the news on Robbers Scared by GTA · · Score: 2, Insightful
    I know this has already been mentioned, but the robbers were holding the children at gunpoint. So the robbers weren't spooked by the presence of people in the house.

    I suppose they might have been spooked by the thought of more people in the house. But it seems unlikely. On the other hand, the whole incident was very unlikely to happen.

  24. Re:In Korea on Military Robots Get Machine Guns · · Score: -1, Offtopic

    But it is useful to those that don't understand the "jokes" on this site or at least want to know the joke's origin. I know I've used it from time to time.

  25. Re:HAHA on Open Source Multimedia Center For Windows · · Score: 1

    I thought you were referring to Bill Gates's Wife!