Slashdot Mirror


User: sqlrob

sqlrob's activity in the archive.

Stories
0
Comments
2,406
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,406

  1. Re:*yeah* initializing std::vectors on Stroustrup on the Future of C++ · · Score: 1

    Not if that's declared in the standard to call a particular constructor involving iterators and counts. It would be applicable for all containers. Maps would just be collections of the pairs.

  2. Where'd you get those stats? on Zlib Security Flaw Could Cause Widespread Trouble · · Score: 1

    I'm surprised it's anywhere near that low

  3. Re:Modularised code will always have this problem. on Zlib Security Flaw Could Cause Widespread Trouble · · Score: 1

    ummm, most C libraries do that (how do you expect it to deallocate if it doesn't know the size?)

    The problem is the dereference beyond the range of the block. Either all dereferences have to go through the library (slow) or you need hardware support.

    And even hardware support doesn't completely solve the problem. Nothing prevents you from hitting another block that was allocated, just not the one you're looking at.

  4. Re:at a fundamental level, there is no difference on GTA Sex Game Leads to ESRB Fracas · · Score: 1

    The interpreter for the script is unlikely to have been written to optimize out code. Why bother, it's not a general purpose tool.

  5. Re:what's in the game and what's in the mod on GTA Sex Game Leads to ESRB Fracas · · Score: 1

    You're assuming that a lot of this is code, and not script.

  6. Re:Here's the Big Deal on GTA Sex Game Leads to ESRB Fracas · · Score: 1

    Same shit, different game.

    IIRC, Wal-Mart wouldn't carry M rated games. Then GTA 3 came out.

  7. Re:Just buy a Mac :-) on Non-Technical Users Talk Malware · · Score: 1

    No, they are not immune, neither is Linux or any other OS.

    The damage is more isolated and easier to clean, unless some moron enters his admin password. There's much better isolation between the OS and apps for the average user account in just about every other OS. That's Windows fatal flaw.

  8. Re:Confirmed on Windows AntiSpyware Downgrades Claria Detections · · Score: 1

    I solved that problem

    And it's still cheaper than keeping a gaming rig up to date, and less worrying than having some inane copy protection toast any of my non-game data.

  9. Big consequences, big deal. on New Michigan Law Means Kids Can Opt Out of Spam · · Score: 0, Offtopic

    It's even bigger for unauthorized access to computer resources.

    How much spam comes from computers that are compromised? 80% was the last number I heard. The law against it hasn't done squat.

  10. Re:It's also ignored by developers on Windows Users Ignoring LUA Security · · Score: 1
    Standard way to implement this function (via RegisterTypeLib) is incorrect, and there is no sane way to write it correctly.
    RegOverridePredefKey(...);
    RegisterTypeLib(...);
    Programs that don't see the alternate areas are buggy and not doing what they are supposed to.
  11. Re:It's also ignored by developers on Windows Users Ignoring LUA Security · · Score: 1

    Hence my "if they're written correctly". The product I work on looks to see what level it's running at and registers itself appropriately. You can call regsvr32 from any user level on it, from Guest on up.

    You can also remap HKCR/HKCU before calling DllRegisterServer or RegisterTypeLib in the library itself, although regsvr32 doesn't do this.

    If you use wizard generated code, no, it won't register a limited user. If you understand the system, it's easy.

  12. Re:Too many broken apps on Windows Users Ignoring LUA Security · · Score: 1

    So move My Documents to D. Big deal.

    You can do it with registry changes, there may even be easier mechanisms.

  13. Re:It's also ignored by developers on Windows Users Ignoring LUA Security · · Score: 1

    Nope. You can actually install ActiveX controls as non-admin if they are written correctly. It just installs for the current user.

  14. Re:stop developing with JavaScript on Major Browsers Have JS Pop-Up Flaw · · Score: 1

    Gmail requires Javascript?

    No problem logging into gmail from Firefox with JavaScript disabled, just a "For a better Gmail experience, use a fully supported browser" blurb at the top, and fonts were different than usual.

  15. Re:Let it end the era of intrusive advertizing on DoubleClick Warns Against Ad-Blocking Browsers · · Score: 1

    Get adblock and put tribalfusion in as a filter. (casalemedia is another good one)

    The "unblockable" pop-ups for me have come from flash ads.

  16. Re:you mean on DoubleClick Warns Against Ad-Blocking Browsers · · Score: 1

    I would agree with you until just recently. I didn't block the Google ads. Now I do.

    "Get your free PS3"
    "Download Episode 3"

    The ads aren't screened or reputable, therefore they get blocked.

  17. Re:Shrug on Spyware Floods in Through BitTorrent · · Score: 1

    Trivial to remove != immunity.

    You can run as non-admin, it's (mostly) the ISVs that are at fault for not letting you run as a limited user. Who do you blame if you can't run something as root? Linus or the vendor?

    Even Mozilla/Firefox has issues, unless it's been fixed recently. How come you have to be admin to install plugins on Windows? You don't have to be on Unix, directories under home work just fine there.

  18. Re:Shrug on Spyware Floods in Through BitTorrent · · Score: 2, Interesting

    BZZZT.

    It just as easily be a reverse connect trojan that modifies ~/.profile or other login startup files, no admin privileges needed.

    If a user runs something bad, they can be screwed no matter what OS.

  19. Re:1st thought: Good that it is comming... on New MS Shell Will Not Be In Longhorn · · Score: 1

    The POSIX layer was removed as of XP, it was last in 2K

  20. Re:rebooting is annoying on Does New Development For Mac OS X Make Sense? · · Score: 1

    When I played around with it I used EMX (a GCC port) with no problems.

  21. Re:Make Something New on Games We've Never Seen Before · · Score: 1

    Pretty much anything before Quake wasn't realized fully as games like Doom were missing the x/y/z components (and BSP [wikipedia.org] AND lighting, for that matter).

    Ultima Underworld came out before Doom, before Quake and was full 3D.

  22. Re:Why this preoccupation with 'bias'? on Mac Install-Base Shown to Be 16% · · Score: 1

    You're right, you're going down to the next level needed to get an accurate number.

    My point still holds. It's not an easy number to calculate, and the sales numbers is not an accurate way to do it.

  23. Re:Why this preoccupation with 'bias'? on Mac Install-Base Shown to Be 16% · · Score: 1

    Replaced != failed. Don't forget the old upgrade treadmill.

  24. Re:Use the browser statistics to estimate the ibas on Mac Install-Base Shown to Be 16% · · Score: 1

    My UA:
    Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O;en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4

  25. Re:Why this preoccupation with 'bias'? on Mac Install-Base Shown to Be 16% · · Score: 2, Insightful

    The problem is that comparison - you also need to compare how often they cycle out of service to get an accurate installed base.

    Suppose Apple sells half the number of PCs (yeah, I know it's not anywhere near that, it's an easy number)

    Now assume Apples get replaced every 4 years and PCs get replaced every two. Now, who has the larger install base?