Slashdot Mirror


User: Shimmer

Shimmer's activity in the archive.

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

Comments · 739

  1. Re:Why doesn't... on What Makes a Powerful Programming Language? · · Score: 1

    Cool, thanks.

  2. Re:Why doesn't... on What Makes a Powerful Programming Language? · · Score: 1

    LOL

    #include <functional> is great fun, but it's only a hint of what you can do in a real FP language like Haskell.

    -- Brian

  3. Re:De-Complied / Un-assembled on Why Coding Is Insecure · · Score: 1

    "Decompiling" is nearly impossible because of the loss of information that occurs when compiling a program. You can guess what was stripped, but there's really no way to know for sure.

    -- Brian

  4. Re:Actually, to be fair... on WinInformant Says Windows More Secure Than Linux · · Score: 1

    Like I said, just use Internet Explorer instead of Windows Explorer. The shell is integrated into IE so it works the same way.

    Steps:

    1. Find or create a shortcut to IExplore.exe (there's one on the Start>>Internet menu).
    2. Run the shortcut as Administrator.
    3. Type "C:\" in the address bar.
    4. Voila, your hard drive is spread before you with admin privliges.

    -- Brian

  5. Re:Actually, to be fair... on WinInformant Says Windows More Secure Than Linux · · Score: 1

    See my comment here. All you have to do is right-click on iexplore.exe (or a shortcut to it).

    -- Brian

  6. Re:Actually, to be fair... on WinInformant Says Windows More Secure Than Linux · · Score: 1

    Unfortunately, you can't run Windows Explorer this way. But, you can run Internet Explorer this way and simply browse to your hard drive. You'll find that it behaves a bit strangely (e.g. no auto-refresh), but otherwise it works fine.

    -- Brian

  7. Re:Actually, to be fair... on WinInformant Says Windows More Secure Than Linux · · Score: 1

    I would agree that most Windows software is still built with single-user assumptions in mind. I don't see how you can blame this on the OS, though. Some people are just slow to change.

    Until I installed XP a few months ago, I ran my home W2K box using a non-admin account. It was painful in some cases, but I almost always found a way to make it work. It's much easier now with XP, but it works under W2K as well.

    Are you familiar with the "Run As" feature in both W2K and XP? When starting an app, hold down the Ctrl key, right-click on the icon, and choose to run as Administrator (or whatever account you want). No need to login under multiple accounts (even though, yes, this is now possible under XP).

    -- Brian

  8. Re:Actually, to be fair... on WinInformant Says Windows More Secure Than Linux · · Score: 1

    What on earth makes you think that W2K is a single-user system? It isn't. Neither was NT, for that matter. NTFS provides real ACLs to prevent "user gains access he shouldn't have" problems (and I'm not aware of any major vulnerabilities in this area).

    -- Brian

  9. Re:There is No Science Here. on WinInformant Says Windows More Secure Than Linux · · Score: 1

    the study compares a kit of open-source software, which has received extensive peer review, to a closed-source product

    A "kit"? Like a model rocket or a lego set? Some of the people who make this kit feel that it is ready for enterprise use. You can't have it both ways.

    -- Brian

  10. No, suspend on UNIX Process Cryogenics? · · Score: 1

    That sounds more like "suspend" than "hibernation". When you hibernate a Windows box, it writes its entire RAM image to disk and turns off. When you turn the box back on again, it actually has to boot the image back into RAM.

    In your situation, some power is still necessary to maintain the RAM while the lid is closed.

    -- Brian

  11. Schneier and Shostack go too far on Security Community Reacts to Microsoft Announcement · · Score: 0, Redundant

    Microsoft certainly has alot of work to do to improve the security of their products, but I think Shneier and Shostack go too far in some of their recommendations. Here's the worst offender:


    Implementation of Microsoft SOAP, a protocol running over HTTP precisely so it could bypass firewalls, should be withdrawn.



    First of all, SOAP is an industry standard, not a Microsoft protocol. Secondly, the need for security shouldn't prevent the development of web services over SOAP. I think the demand for these sort of services will mushroom over the next few years. Web services can be secured via the SOAPAction header attribute.



    In general, we can't let security concerns prevent the development of useful new technology. Rather, we should make sure that such technology is secure prior to deployment.



    -- Brian

  12. Re:Extreme? on ISP Forced Out of Business by DoS · · Score: 1

    Yeah, but the article says that the company is (was) still solvent.

    -- Brian

  13. Extreme? on ISP Forced Out of Business by DoS · · Score: 2, Redundant

    IANAS(ysadmin), but this doesn't quite add up for me. Do they really need to go out of business? Heck, if the company is "solvent", it seems to me they could find a way to survive. In the worst case, they switch upstream providers, get new IP addresses for all their boxes, and even change domain names. Yes this is huge pain in the ass for everyone (especially customers), but I can't imagine that shuttering is any more convenient.

    -- Brian

  14. Re:Fact based argument. on Java Creator James Gosling on C# And More · · Score: 2, Informative

    Care to back that up with a fact based argument rather than a blanket assertion ?

    Sure. I happen to have Visual Studio.NET right here. Let's give it a try, shall we?

    class B
    {
    public B() {}
    private int privateMember;
    }

    class A
    {
    static void Main(string[] args)
    {
    B b = new B();
    b.privateMember = 5;
    }
    }

    When compiled, this program produces the following error on line 12:

    error CS0122: 'B.privateMember' is inaccessible due to its protection level

    Any questions?

    -- Brian

  15. Informative? on Java Creator James Gosling on C# And More · · Score: 1

    Who the heck modded this up as informative? It's just wrong. The bottom link goes to a page that describes the differences between "fields" and "properties" in C#. The top link simply defines the OO term "encapsulation". In neither instance is there any evidence that C# is not OO.

    -- Brian

  16. Re:C(Hash) Encapsulation mechanism is broken on Java Creator James Gosling on C# And More · · Score: 1

    Sorry, but I think you're wrong -- or at least confused about the difference between fields and properties in C#. AFAIK, C# does not allow direct access to private members.

    Thanks anyway.

    -- Brian

  17. Re:fundamental distinction on Java Creator James Gosling on C# And More · · Score: 1

    It's encapsulation mechanism is broken, all members are essentially public

    That's news to me. Can you provide details?

    -- Brian

  18. Expectations on Teach Yourself UML in 24 Hours · · Score: 4, Insightful

    Expecting to become an analyst by teaching yourself UML is like expecting to become an author by teaching yourself English.

    Learning UML is a necessary, but not sufficient, step. The important thing to understand is object-oriented analysis. UML is just a tool (and a flaky one in some respects).

    -- Brian

  19. Read 'em and weep on Philips Targets Wireless TV Retransmission At Home · · Score: 1

    Okay then, here's the dictionary definition of "copyright":

    The legal right granted to an author, composer, playwright, publisher, or distributor to exclusive publication, production, sale, or distribution of a literary, musical, dramatic, or artistic work.

    -- Brian

  20. Would that make it "copyprivilege"? on Philips Targets Wireless TV Retransmission At Home · · Score: 1

    Why cannot people grasp that the copyright is a priviledge, not a right?

    Hmm, maybe it's because the word actually contains the letters r-i-g-h-t?

    -- Brian

  21. Re:The English story is correctly translated. on Jon Johansen Indicted by Norwegian Authorities · · Score: 1

    It has NOTHING to do with copying.

    I think that's going a bit far. However passionately we may feel about it, we must admit that the intended purpose of the encryption is deter copying.

    -- Brian

  22. Re:has the targeted demographic really changed? on Attack of the Clones · · Score: 1

    The target age may not have changed, but the mentality sure has. If the Bay City Rollers had a cameo in the original Star Wars, my 12-year-old self would have been pretty turned off. Thank god Lucas had a little more sense back then.

    -- Brian

  23. Re:Not as a seller, but as a client... on Online e-Commerce Issues w/ PayPal? · · Score: 1

    You agree to give your money to paypal

    Is this legally accurate? In lay terms, I agree to give my money to the seller. PayPal is just the middleman.

    But assuming you're right, then PayPal is also legally responsible for delivering the goods, right? I didn't give them my money for nothing, after all, did I? I would have to think that a decent CC company would go to bat for me on that point, but I may be wrong.

    -- Brian

  24. Re:Not as a seller, but as a client... on Online e-Commerce Issues w/ PayPal? · · Score: 1

    But you *are* using an "actual credit card". Can't you just get your CC company to reverse the transaction? Then PayPal is stiffed, but you aren't (joy!).

    -- Brian

  25. Re:Another 'Really Good' Depressing as Hell book. on The Left Hand of Darkness · · Score: 1

    Okay, just read The Lathe of Heaven instead. You'll be okay then.

    -- Brian