Slashdot Mirror


User: Nemi

Nemi's activity in the archive.

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

Comments · 59

  1. Re:CERT Solution on New Windows Vulnerability in Help System · · Score: 1

    I am not sure why, but slashdot puts in spaces in some places. Remove them to get it to work. Lets try it using tt tags and br's Windows Registry Editor Version 5.00

    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PROTOCOLS\Ha ndler\ms-its]
    @="ms-its: Asychronous Pluggable Protocol Handler"
    "CLSID"="{9D148291-B9C8-11D0-A4CC-0000F80149F6}"

    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PROTOCOLS\Ha ndler\ms-itss]
    "CLSID"="{0A9007C0-4076-11D3-8789-0000F8105754}"
    @="ms-itss: Asynchronous Pluggable Storage Protocol Handler"

    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PROTOCOLS\Ha ndler\its]
    @="its: Asychronous Pluggable Protocol Handler"
    "CLSID"="{9D148291-B9C8-11D0-A4CC-0000F80149F6}"

    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PROTOCOLS\Ha ndler\mk]
    @="mk: Asychronous Pluggable Protocol Handler"
    "CLSID"="{79eac9e6-baf9-11ce-8c82-00aa004ba90b}"

  2. Re:CERT Solution on New Windows Vulnerability in Help System · · Score: 1
    Put this in a file with a .reg extension and double click. It wil remove those entried for you.
    Windows Registry Editor Version 5.00

    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PROT OCOLS\Handler\ms-its]
    @="ms-its: Asychronous Pluggable Protocol Handler"
    "CLSID"="{9D148291-B9C8-11D0-A4CC-0000F8 0149F6}"

    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ PROTOCOLS\Handler\ms-itss]
    "CLSID"="{0A9007C0-407 6-11D3-8789-0000F8105754}"
    @="ms-itss: Asynchronous Pluggable Storage Protocol Handler"

    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ PROTOCOLS\Handler\its]
    @="its: Asychronous Pluggable Protocol Handler"
    "CLSID"="{9D148291-B9C8-11D0-A4CC-0000F8 0149F6}"

    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ PROTOCOLS\Handler\mk]
    @="mk: Asychronous Pluggable Protocol Handler"
    "CLSID"="{79eac9e6-baf9-11ce-8c82-00aa00 4ba90b}"
  3. Morally? on How India is Saving Capitalism · · Score: 1, Insightful

    This is not a moral issue. They are not morally obligated to employ you. I guess I don't understand some peoples attitude that companies are obligated to give them a job?

    Now if you want to argue this from an ethical standpoint you may have an argument. What they are doing may be unethical, in certain circumstances. However, I think it would benefit us all to remember that they are doing us a favor by employing us and if the situation changes, hey, that's hard luck.

    Note: I am not even a manager where I work. Just someone with the right attitude.

  4. Re:Certs mean jack on To Recertify, or Not Recertify? · · Score: 0
    All this coming from someone that cannot capitalize their "I's".

    i didn't get any certs tho, because i refuse to pay money for something i don't need. i can do my job just fine without a piece of paper to help me along, heh.

    Your whole argument is a justification for why you think you don't need certs. The fact of the matter is that cert's chow a certain minimum level of understanding - nothing more. They don't show troubleshooting skills or anything else. They are helpful to the employer in hiring as long as the employer understands this.

  5. Re:huh? on Biometrics in the Workplace · · Score: 0

    I agree 100%. Nothing worse than someone who exaggerates to the point of obsurdity to try and sway the argument.

  6. Not all it's cracked up to be on Retooling Slashdot with Web Standards · · Score: 0

    If you resize the browser to around 800 width in the css version, you notice some display problems with it. The icons for the current articles to the right of the Slashdot logo all pop up on top of the logo. There is also some distortion of the background color on the far left. Either the css needs to be rewritten or it just shows that some browsers still support the old style html better.

  7. Re:Benefitting from a crime... on Recording Industry's Unexpected Benefit from P2P · · Score: 0
    Some of what you say is admittidly true. The rest I will concede as true for the sake of argument, except for the statement about us all being guilty.

    I, for one, am not guilty of what my anscestors did. This is the same argument used by some current black political activists. *I* did not do these things and *I* would not advocate these things today.

    To me it sounds like you are priming an argument you can use to justify your own bad behavior.

  8. Manged on Microsoft Makes Push for COBOL Migration · · Score: 2, Funny
    "It allows for COBOL code to be integrated and manged with other code in Visual Studio"

    From dictionary.reference.com:

    Manged:
    adj. Refers to anything that is mangled or damaged, usually beyond repair.

    Gotta love a binary shreader...

  9. Re:They're already working around it! on Microsoft Confirms IE Changes in Wake of Lawsuit · · Score: 0
    Actually, this is not correct. If you read that section it reads:
    The following example shows an OBJECT tag that loads a control without a prompt from Internet Explorer because the NOEXTERNALDATA attribute is set to true. The control does not receive the URL property.

    <OBJECT NOEXTERNALDATA="true" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA 6">
    <PARAM
    NAME="URL"
    VALUE="http://msdn.microsoft.com/workshop/samples/ author/dhtml/media/drums.wav"/>
    </OBJECT>

    When Internet Explorer determines that a control does not access remote data, Internet Explorer loads the control without prompting.
    The way I read this, IE will NOT permit the url param to be accessed by the object AND it will only let the object load after it has determined the object will not access remote data. Seems pretty clear to me.