Live data from Hacker News

Viewing profile — annymsMthd

annymsMthd

HN member
Joined
Mon, Aug 24, 2009, 4:34 PM UTC
HN karma
25
Public activity
17 items

About annymsMthd

No profile information was provided.

Recent public activity

  1. comment
    Comment #21313694

    Multistage builds do not squash at the end.

  2. comment
    Comment #6356201

    It looks alot like something I did for my last job. Comparing schedules to actual transit bus performance. It's really neat stuff when you start digging into distance/time. http://…

  3. comment
    Comment #5634431

    I was using PostGIS for vehicle tracking at my last job. PostGIS made it really simple by allowing me to boil everything down to simple geometry. The performance is amazing. The CT…

  4. comment
    Comment #5579079

    I've been in this situation before. The my way or the highway attitude is a bad mindset to have when managing engineers. Skilled engineers are free thinkers and will push back on b…

  5. comment
    Comment #5575417

    I had a similar situation happen to me, minus the going crazy part. If you constantly have to clean up because of the bad decisions of a manager then you should just leave that com…

  6. comment
    Comment #5563609

    It all boils down to maintainability. Do I want to even attempt debugging or adding features to a 10,000 + line ASP.NET Web form page? What about a MVC project where someone took t…

  7. comment
    Comment #5283736

    I do client side "MVC" with backbone every day. With proper architecture the possibilities are limitless and far beyond what one can do with a simple server side architecture. Usin…

  8. comment
    Comment #4639361

    I bet Gary inspired this one.

  9. comment
    Comment #4447041

    https://github.com/theironcook/Backbone.ModelBinder really helps with this problem.

  10. comment
    Comment #4299753

    From someone that went from being in the military to software engineering I really believe this is a great mindset. We shouldn't feel like we are chained to one profession.

  11. comment
    Comment #3887070

    We use FluentMigrator and it works amazingly.

  12. comment
    Comment #3821294

    "Halcyon and On" is always a must have.

  13. comment
    Comment #782998

    This is an excellent article. I follow alot of the guidlines already but there is some important ones that I am missing. Thank you.

  14. comment
    Comment #782790

    Awesome suggestion, thank you. From scanning through the Chapter on design I got this quote: "This paradox implies, essentially, that you have to 'solve' the problem once in order …

  15. comment
    Comment #782721

    I have no problem understanding my code, even the stuff I wrote a year ago. I may not agree with the way I coded some of what I wrote before but it is easy to follow my own logic. …

  16. comment
    Comment #782660

    I definately know some of the inner workings of.Net, such as using StringBuilder compared to string concatenation. Some of the things I need to know is what is an acceptible name f…

  17. story
    A matter of style in C#

    Hello I am a c# developer. I am currently close to being hired by avid HNer but I have a couple of things with my coding style that I need to correct. I did not take any college co…