Live data from Hacker News

Viewing profile — NoahSussman

NoahSussman

HN member
Joined
Mon, Nov 09, 2009, 2:24 PM UTC
HN karma
18
Public activity
18 items

About NoahSussman

sparkly code princess

Recent public activity

  1. comment
    Comment #5164370

    > there seems to still be a growing population of women in the community. Just keep in mind that, whatever growth you've observed, the number of women in programming now is much lo…

  2. comment
    Comment #5103442

    Don't compromise your career for a piece of paper. I have made the mistake of going back to college when I couldn't really afford it. Initially I rationalized that although taking …

  3. comment
    Comment #4956778

    > Unless there is a culture of teaching (incremental code reviews are not enough) within the company, you will not have good code for very long. Very insightful observation. Bad co…

  4. comment
    Comment #4894318

    In general, any Web functional testing tool can be used as a scraper. Scraping and testing are extremely similar. In both cases, one uses XPath or (hopefully) CSS to locate an elem…

  5. comment
    Comment #4737138

    The onresize event fires whenever you change the sized of your browser window. Eg it occurs when you maximize the window or when you click-and-drag on the corner of the window in o…

  6. comment
    Comment #4706634

    Reminded immediately of the Inclued tool for visualizing PHP include dependencies. Something like that for JavaScript would be very useful. And of course now I'm wondering what I'd…

  7. comment
    Comment #4279112

    I'm pretty sure that I didn't say that testing is a fraud. Although I did say that I think production monitoring should be set up on day one of a new project, while unit testing ca…

  8. comment
    Comment #4135670

    The specific issue that bit me wrt units of time was seconds vs. milliseconds. This came up the first time I needed to mix PHP time stamps with Jenkins build log time stamps. One i…

  9. comment
    Comment #4135654

    Heh for this I like Cheops' Maxim: "nothing is ever built on time or within budget." There's also Hofstadter's Law: "it always takes longer than you expect, even when you take into…

  10. comment
    Comment #4135646

    Falsehoods we believe about estimating development time/effort: 1. For any non-trivial project, it is possible to estimate development time and/or effort with a reasonable degree o…

  11. comment
    Comment #4135620

    If the tests are failing because the production code is confused about daylight savings time, then you may have a serious problem. If on the other hand it's just the test code that…

  12. comment
    Comment #4135476

    I could tell you some stories about not being able to expire cookies.

  13. comment
    Comment #4135428

    #40 actually made me laugh out loud. Bitterly, but out loud :-)

  14. comment
    Comment #4135389

    'items from the original list aren't exactly "truths" as much as implementations or configurations' QFT.

  15. comment
    Comment #4130048

    You are right. I said "a month" but I meant something more like "a period of 28 days" or "a month-long period." I'll think about how to word this more clearly.

  16. comment
    Comment #2828828

    If you are specifically interested in this kind of continuous deploy process then "Continuous Delivery[1]" is a decent book on the subject. The IMVU post "Doing The Impossible 50 T…

  17. comment
    Comment #2505774

    Yes, most deployments contain only a couple of changesets -- ideally no more than a few dozen lines of code per push. And even these small changes are deployed behind config flags.…

  18. comment
    Comment #2504398

    Both of the authors are Web developers with a deep interest in software quality and automated testing. Etsy has followed the same software quality model as Facebook: a dedicated te…