Live data from Hacker News

Viewing profile — tieTYT

tieTYT

HN member
Joined
Thu, Jul 22, 2010, 7:08 PM UTC
HN karma
796
Public activity
440 items

About tieTYT

Software Consultant who specializes in improving software quality. http://www.sleepeasysoftware.com

Recent public activity

  1. comment
    Comment #48077899

    Before I read some of the study, I thought that was relevant too, but each "step [was] conducted as an independent, single-turn session."

  2. comment
    Comment #48077804

    > a human will DO worse then a 25% degradation As I was reading this article, a similar thought occurred to me: "I wonder if that's better or worse than a human?" Unfortunately, th…

  3. comment
    Comment #15654861

    I'm interested in hearing more details. You ever write blog articles that go into more depth?

  4. comment
    Comment #15596550

    > Given that you've at minimum doubled the code (and doubled the bugs), it seems like a really bad long-term trade off. I'd say you've at maximum doubled the code. The test ensures…

  5. comment
    Comment #15596482

    I'm not hearing anything negative here. Why is any of this innately bad? Tests shaping your code is bad, because? Because you already have "enough constraints"? Sorry, I don't get …

  6. comment
    Comment #15594775

    Maybe it's only difficult to test end-to-end? I would assume there's code in there that's algorithm-like. Give it these inputs, it should return these outputs. If so, it should be …

  7. comment
    Comment #14713024

    I've used tons of programs that have problems and crash for various reasons. Is this an argument against the language? I don't think there'd be any left to use with this line of th…

  8. comment
    Comment #14712259

    I didn't build that. How are you so sure it would have less leaks if it were written in a language like C++? I'd bet it would be worse.

  9. comment
    Comment #14711970

    > Why does this matter? It matters for the exact same reason why memory leaks are bad in general: They consume more memory than necessary. Thing is, this doesn't usually matter. I …

  10. comment
    Comment #14704578

    > Place your test files next to the implementation. Java background is probably biasing me, but I don't like this. It interferes with my ability to find code because the file list …

  11. comment
    Comment #14672096

    > write all of the tests before the code Everyone is interpreting this as, "write 10 tests then try to get them all to pass at once". That is not how you TDD. You write one, then g…

  12. comment
    Comment #14667117

    > TDD is for unit tests Never heard anyone say this. Kent Beck has said the opposite on podcasts.

  13. comment
    Comment #14667028

    That's not how you're supposed to do it. Write one test, get it to pass, repeat.

  14. comment
    Comment #14666806

    > Software, as an industry, generally profits the most when it can identify an existing need that is currently solved without computers, and then make it 10x+ more efficient by app…

  15. story
  16. comment
    Comment #9382995

    Just commenting to add more graphs: http://www.npr.org/blogs/money/2014/10/28/359419934/who-stud... http://www.randalolson.com/2014/06/15/the-double-edged-sword...

  17. comment
    Comment #9370116

    > Either you failed your organization on the hiring front and have terrible engineers (unlikely) What makes you say that is unlikely?

  18. comment
    Comment #9337251

    > Always refuse if someone asks you to sign an NDA before hearing their idea I hear this a lot. What's the reasoning?

  19. comment
    Comment #9199053

    This is probably misunderstanding the demographic, but why does he suggest using nano over vim?

  20. story
  21. comment
    Comment #9194929

    Could it be that people who are non-agreeable often switch careers when they butt heads with others and this switching gives them higher income than those who stay in one place and…

  22. comment
  23. comment
    Comment #9175548

    > It seems that a simple yeoman/grunt setup that just preprocesses some HTML and JS takes... a very long time. I have not experienced this. I built a 15k+ line CoffeeScript app. Ev…

  24. comment
    Comment #9175528

    > Shell scripts, when you're not dealing with autotools generated script, aren't really that big, or even that complicated. They're not always portable. Some people develop on wind…

  25. story