Forum Replies Created

Viewing 15 posts - 286 through 300 (of 515 total)

  • RE: Are You a Tech Company?

    Steve Jones - SSC Editor (9/20/2016)


    roger.plowman (9/20/2016)


    No, no small releases to new systems (other than bug fixes, of course).

    The reason I say this is that new systems are not known...

  • RE: Are You a Tech Company?

    Gary Varga (9/20/2016)


    roger.plowman (9/20/2016)


    ...I do like the idea of small releases (1 small feature, maybe) but even then that applies to a long standing system that's largely already stable. It...

  • RE: Are You a Tech Company?

    Gary Varga (9/20/2016)


    roger.plowman (9/20/2016)


    ...Slow down the cadence, people. You're overdriving your headlights and there's MOOSE out there!

    The mistake is that people are trying to do too much too quickly. Small...

  • RE: Are You a Tech Company?

    Haste makes waste.

    Yes, it's good to issue a *fix* rapidly. However, I am profoundly unimpressed with the "we gotta release it every X months or we're toast" mentality when it...

  • RE: The Danger of xp_cmdshell

    This one is "convenience over security" to me, not to mention feature creep.

    xp_cmdshell really is a kind of a bad idea from an architectural standpoint, isn't it?

    I mean the...

  • RE: What is the impact of setting SET ANSI_WARNINGS OFF?

    sknox (8/23/2016)


    roger.plowman (8/23/2016)


    sknox (8/23/2016)


    roger.plowman (8/23/2016)


    ANSI_WARNINGS are basically concerned with Null values (ignoring the divide by 0 issue which is really a seperate one). I believe the better solution is never...

  • RE: What is the impact of setting SET ANSI_WARNINGS OFF?

    sknox (8/23/2016)


    roger.plowman (8/23/2016)


    ANSI_WARNINGS are basically concerned with Null values (ignoring the divide by 0 issue which is really a seperate one). I believe the better solution is never allowing Nulls...

  • RE: What is the impact of setting SET ANSI_WARNINGS OFF?

    ANSI_WARNINGS are basically concerned with Null values (ignoring the divide by 0 issue which is really a seperate one). I believe the better solution is never allowing Nulls in data...

  • RE: Security Leaks from Websites

    One of the best defenses (if you can actually use it) is a *perfect* defense.

    Don't store information you don't need, ESPECIALLY personally identifying information. After all, you can't reveal what...

  • RE: Proper Storage and Handling of Personal Names

    Mononymics are fairly straightforward as far as I'm concerned.

    The mononymic would go in the given/first name and "N/A" would go in the family name.

    Also, nulls are abominations, since you...

  • RE: Passwords Under Pressure

    Steve Jones - SSC Editor (8/1/2016)


    LastPass had an issue, but not incredibly unsecure. The issue was patched quickly.

    It's not game over if your password manager is compromised. It's no worse...

  • RE: Passwords Under Pressure

    ddodge2 (8/1/2016)


    Check out LastPass at https://lastpass.com/

    Steve Gibson & Leo Laporte

    July 10, 2010

    Entire - https://www.youtube.com/watch?v=r9Q_anb7pwg (Starts around 2nd hour)

    Mercifully, someone broke it into reasonable chunks:

    Part 1 - https://www.youtube.com/watch?v=sLejIcOYk3o

    Part 2 - https://www.youtube.com/watch?v=9n7n2P7tgbo

    Part...

  • RE: Passwords Under Pressure

    The problem *isn't* passwords--the problem is mutually exclusive problem domains.

    We are asking our login/authentication/identification/etc procedures to do mutually exclusive things.

    1. Be easy to use

    2. Identify the user (remotely!)

    3. Authenticate the...

  • RE: The Relentless Cloud

    Steve Jones - SSC Editor (7/20/2016)


    roger.plowman (7/20/2016)


    Cloud security is an oxymoron.

    Those who say cloud security problems will be solved are actually saying "The Cloud can't be trusted yet".

    I would...

  • RE: The Relentless Cloud

    Cloud security is an oxymoron.

    Those who say cloud security problems will be solved are actually saying "The Cloud can't be trusted yet".

    I would go further. One critical concept in...

Viewing 15 posts - 286 through 300 (of 515 total)