Slashdot Mirror


User: Nevo

Nevo's activity in the archive.

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

Comments · 120

  1. Re:I'm not sure if we'll see it in knoppix on Using the Real ntfs.sys Driver Under Linux · · Score: 5, Informative

    NTLDR does the dirty work.

    NTLDR contains a mini-NTFS filesystem driver and mini registry parser. NTLDR reads the registry and determines all of the boot-start device drivers. NTLDR loads those drivers into RAM, then loads the kernel and the HAL.

    NTLDR then passes control of the machine to the kernel, along with a pointer to the in-RAM loaded drivers so that the kernel can start those drivers.

  2. Re:Coming back? No. on Dell Moves Call Center Back to US · · Score: 4, Insightful

    Poor code quality is not solely a result of moving to offshore programming.

    American programmers can write equally poor code.

  3. Re:Given How Unhelpful They Are.. Guess Not on Dell Moves Call Center Back to US · · Score: 1

    Back in the Win95/98 days, the General Protection Fault dialog box gave lots of information... it gave register values and, if I recall correctly, a hex stack trace.

    Certainly that dialog had more information. But it's not useful to the end user (although could be very useful to the developer).

    In this case, there's not a lot of useful information that the OS can give to the user.

  4. Is it too late... on AT&T Sues PayPal and eBay for Patent Infringement · · Score: 1

    ...for me to patent the conditional jump statement?

  5. Re:A backwards solution... on Security Affecting Microsoft's Bottom Line · · Score: 1

    Oh, get real. This is not an "instead" thing. This is an "in addition to" thing. MS has changed its focus to security in recent years. There's just tons of older code in there and it's going to take time and resources to review all of that code.

  6. Re:Finally! on Longhorn's Flash Killer? · · Score: 2, Funny

    I was always told that NT stood for "New Technology." Which might explain why they removed the moniker from Windows 2000...

  7. Re:I heard they needed skilled people on Microsoft Offers A Bounty On Virus Writers · · Score: 1, Flamebait

    Your take is complete hooey, also. Neither SoBig nor MSBlaster executed in kernel space. RPC service is.. hello! a service! It runs in a user mode program. Sobig was an email worm and ran in the user's context. Your analysis is garbage.

  8. Re:full speed ahead on The Cost of Distributed Client Computing? · · Score: 1

    Exactly. The CPU is always executing instructions. On the NT operating systems, the System Idle process runs when no other thread is in the ready state. The idle thread executes DPCs and checks for keyboard/mouse input and does some other housekeeping duties for the operating system. So and idle processor isn't really truly idle. It's always doing somethign. On the other hand, some instructions are more expensive than others. Gamers note that their CPU temps go up when they run demanding games. Heavy math uses more transistors than executing other instructions, which does generate more heat.

  9. Re:I don't understaaaand on Ballmer Touts Focus on Security · · Score: 1

    The fact of the matter is, that if users HAD installed all patches, they WOULD be fine. They wouldn't have been hit by ANY of the recent worms. And Microsoft isn't teaching people to click on things that say patch. As a matter of fact, emails from Microsoft and Microsoft's website continuously remind people that Microsoft never sends attachments.

  10. Re:I'm sure he does wish they would be quiet on Ballmer Touts Focus on Security · · Score: 1

    Source code is where now? I checked that page and can't find the source code. Can you provide any corroborating evidence that this exploit actually exists? If you can't, this is just hearsay.

  11. Re:What if it misfires? on IBM Introduces 'Air Bags' For Laptop Hard Drives · · Score: 1

    That would be no different than the recent IBM DeathStar drives, now would it?

  12. Re:Bzzzt. Wrong. Thanks for playing. on Spoofed From: Prevention · · Score: 1

    It doesn't have to match. The only thing required is that the domain of your Sender: field list your ISP's SMTP server as an authorized sender. At least that's how I read things.

  13. Re:way too complicated... on Spoofed From: Prevention · · Score: 1

    SPF is far simpler overall. PGP is a client side solution. SPF is a server side solution. It's far, far easier for the (knowledgeable) sysadmins to make changes than to teach every email user on the planet how to use PGP.

  14. Re:Question on Hotel Being Sued for Using the Dewey Decimal System · · Score: 2, Interesting

    Only if you call it a Dewey Decimal System organization, apparently. If you call it the Hinkkanen System, you're fine. :)

  15. Re:Wouldn't it be easier? on Microsoft Identifies, Patches Another Critical RPC Hole · · Score: 1

    RPC is hardly useless. RPC is an interprocess communication mechanism that not only allows distributed client/server apps to run, but allows the client and server apps to be on the same machine. Many apps depend on the communications that RPC allows.

  16. Re:Easy on How Do You Organize Your Data? · · Score: 1

    Actually, Outlook 2003 will allow you to do exactly this. You will have symbolic links just as the original post described. I think of them as SQL 'views' in a SQL Server paradigm.

  17. Re:Uhm, right... on Microsoft Code at Fault for Half of all Windows Crashes · · Score: 1

    Actually, when the machine blue screens, savedump.exe checks and sees that there's a memory dump and does indeed offer to report back to Microsoft if configured to do so.

  18. Re:Uhm, right... on Microsoft Code at Fault for Half of all Windows Crashes · · Score: 5, Interesting

    That's just ignorant. Any device driver running on the system has complete control of the system. To architect an OS otherwise would take such a huge performance hit to make the OS unusable. Any device driver can blue screen a Windows machine. It's the nature of the beast. And it is in no way Microsoft's fault if a third party device driver does something that is clearly illegal according to the DDK. Read the other posts about the same thing being true of Linux kernel modules and PDP systems.

  19. Re:Uhm, right... on Microsoft Code at Fault for Half of all Windows Crashes · · Score: 1

    I can't make sense of the quote. Dr. Watson traps user mode crashes, not operating system crashes. I can say for absolute certain that I see many more blue screens caused by non-MS code than I do caused by MS code. And I know for a fact because I load up those memory dumps and do analysis on those crash files. BTW: there is a similar 'feature' that does indeed send blue screen data to MS once your machine is rebooted.

  20. Re:What about the carriers. on Cell Phones on Commercial Flights by 2006? · · Score: 1

    This is very true. In fact, all FAA regulations aside, I believe there is an FCC regulation that makes it illegal to use a cellphone in a plane for precisely this reason.