Live data from Hacker News

Viewing profile — nickm12

nickm12

HN member
Joined
Wed, Apr 04, 2012, 5:08 AM UTC
HN karma
1,221
Public activity
476 items

About nickm12

No profile information was provided.

Recent public activity

  1. comment
    Comment #49151460

    Ok, not execs, but director and senior-director-level positions.

  2. comment
    Comment #49151435

    I remember Snow Leopard as a particularly stable release, but it's been so long this could easily be misremembering. One other thing that was notable about Snow Leopard, though, wa…

  3. comment
    Comment #49106702

    Glad that the ebay execs who did this got prison sentences. I really wonder what kind of environment could make six high-ranking people think this was acceptable.

  4. comment
    Comment #49065983

    I believe both that code should be self-documenting but also that comments and documentation are a critical part of the code. Comments and documentation explain the functional cont…

  5. comment
    Comment #49065957

    Yes, I've seen this a bunch too and agree completely. Sometimes I've also see Claude comments reference details about the calling or even code in completely different modules. Ther…

  6. comment
    Comment #49055278

    During the rise of agentic assistance, I've gotten the advice that "If the generated code isn't what you want, fix the steering, not the code". I've also been advised to not change…

  7. comment
    Comment #48523711

    I'm with you in not wanting to see these types of comments in my code. I aim for each revision of the code to stand on its own, and not reference its past or future. There are exce…

  8. comment
    Comment #47983990

    It's strange that he shows the graphs with the age of vulnerabilities going up without any real commentary on it (except to say that it's an argument that the number of bugs is not…

  9. comment
    Comment #47748703

    It's been a while since I taught anyone to juggle, but I generally disrecommended scarf juggling. It's fine if you want some quick validation, but the hand movements are so differe…

  10. comment
    Comment #47583638

    1) I would generally use BBSes daily. Probably for an hour in the evening or however long I could tie up the family phone line. I would log into two or three, read and respond to m…

  11. comment
    Comment #47583564

    Team CLI. I generally think we should build tools that are usable by humans and agents alike. An anti-pattern is having to use an agent to do something because you didn't build a h…

  12. comment
    Comment #47118473

    This is a really nice take and matches my experiences as well. It also calls out one of the biggest incongruity of this current age: the sudden desire from management to have good …

  13. comment
    Comment #47108732

    This is such a strange take. The definition of "magic" in this post is apparently "other people's code" and it even admits that that no practical program can avoid depending on oth…

  14. comment
    Comment #46985777

    Python crossed the chasm in the early 2000s with scripting, web applications, and teaching. Yes, it's riding an ML rocket, but it didn't become popular because it was used for ML, …

  15. comment
    Comment #46941681

    Because you generally cannot test every possible input, output pair.

  16. comment
    Comment #46941678

    Yes, because no one conflates an engineer with a compiler. But there are people making the argument that we should treat natural language specs/prompts as the new source and comput…

  17. comment
    Comment #46941659

    No, for the reasons given in the sibling comments: you won't want to be locked into a single model for the rest of time and, even if you did, floating point execution order will st…

  18. comment
    Comment #46897716

    I'm not sure what the high-level point of the article is, but I agree with the observation that we (programmers) should generally prefer using AI agents to write correct, efficient…

  19. comment
    Comment #46883277

    Thank you. I had to scroll way down to find anyone defending using SI prefixes to mean what they mean everywhere else. A decade ago, I decided to alias "du" to "du --si" and not lo…

  20. comment
    Comment #46684364

    I use the phrase "drive-by review" frequently too. As a senior engineer, I worry about doing drive-bys myself. Sometimes my gut tells me something is not quite right about the proj…

  21. comment
    Comment #46684224

    This article resonates with me a lot, but as a senior engineer I would not share it in a big team setting. Even though it's correct, it's too cynical for big team morale. I think i…

  22. comment
    Comment #46177140

    Two random anecdotes: when the concept drawing were first shown to the graduate students, someone asked what the swooping walkways above the main corridor were for. The answer they…

  23. comment
    Comment #46177116

    Yes, I think this is what seems to be missed by everything I've read about Gehry in the mainstream. As I said in another post, I worked in the Stata Center at MIT for five years. I…

  24. comment
    Comment #46171365

    I worked in the Stata Center for the first five years and it was just a very poor office building to work in. Even setting aside the leaks and other construction defects, individua…

  25. comment
    Comment #46130678

    This is yet another very good critique, but it's long past time that we stop paying attention to Uncle Bob. Not only are his ideas about how to write software patently bad, but he …