Live data from Hacker News

Viewing profile — mjlawson

mjlawson

HN member
Joined
Tue, Jun 18, 2019, 3:09 PM UTC
HN karma
264
Public activity
68 items

About mjlawson

No profile information was provided.

Recent public activity

  1. comment
    Comment #46853428

    Do any of the books you read on the topic stand out as something you'd recommend?

  2. comment
    Comment #46640928

    Not sure if I read this the same way you did. At least, this didn't read at all to me as "talking shit," but rather sharing their professional opinion on the (un)likely success of …

  3. comment
    Comment #46215215

    I think that misses the point though. C trusts you to design your own linked list. It also trusts your neighbor, your kid, your LLM, you, your dog, another linked list...

  4. comment
    Comment #46076109

    Zero technical debt certainly is... ambitious. Sure, if we knew _what_ to build the first time around this would be possible. From my experience, the majority of technical debt is …

  5. comment
    Comment #45341560

    I think the difference here is that Penn and Teller are just as much historians of magic as they are magicians themselves. Accepting the honor is also accepting that the history is…

  6. comment
    Comment #45206789

    More like that it's politically defined when the numbers become inconvenient.

  7. comment
    Comment #44004037

    My rule with Cursor is that unless I know exactly what I want it to do, I have it stay out of my way. If I have a general idea, I may turn on auto-complete. I reserve the agent for…

  8. comment
    Comment #43661321

    I played the second game, and your dictionary might need to be adjusted. Asse is certainly not a word. Pretty fun game you got here though. I would like a retry capability so I can…

  9. comment
    Comment #43528762

    It's rather telling that you group substance abuse together with rather common and generally benign human conditions such as anxiety and neuroticism, and I find that your rather he…

  10. comment
    Comment #42952443

    > Either way you are going to throw it all away once you have settled on what should be the final iteration anyhow. I think this needs to be highlighted, because while I completely…

  11. comment
    Comment #41928438

    I find myself agreeing with much of your point, but I feel the need to nitpick a bit of your comment myself :) I don't think your code base needs to be very large, or very legacy i…

  12. comment
    Comment #41767175

    My take is that maybe we shouldn't paint all of SV with the same brush. Not every SV company is Philip Morris.

  13. comment
    Comment #40910821

    One of the things that's often not considered with these kind of interfaces, is whether or not they're actually possible. For instance, arg3 might only be true if arg1 is also true…

  14. comment
    Comment #37955842

    "The pencil is really coming through." I really wish chili mongers would optimize for flavor in addition to heat.

  15. comment
    Comment #37183728

    > Is it bad for [...] people to have too much money or not? Yes, by definition. The question is, how much is too much money? And in what context? Put another way, in a given econom…

  16. comment
    Comment #36871215

    I'm quite happy it didn't keep going, though not for lack of trying.

  17. comment
    Comment #36743079

    I'm excited about the title, but I have to say that my initial impression has left me frustrated. The main README on GitHub[1] smells of corporate-speak. So far I've learned that: …

  18. comment
    Comment #35112458

    Also note that the prior large spikes were due in large part to multiple banks failing as well [1]. It's also notable in that this is the second largest bank to fail in the data I'…

  19. comment
    Comment #35106287

    It depends on the state of the market. During the banking crisis, 157 banks were closed in one year[1]. [1] https://www.fdic.gov/bank/historical/bank/

  20. comment
    Comment #34670268

    I think that these kind of reviews can potentially be squashed by building consensus around what kind of feedback is right for PRs, what conventions you agree upon using, etc. Far …

  21. comment
    Comment #34293337

    I would argue that this too is part of software development. You ought to have a robust process that can accommodate hotfixes while minimally impacting ongoing work. That fix requi…

  22. comment
    Comment #34063327

    > But breaking down tasks provides (1) some certainty that you know a thing is achievable, (2) gives you a strong idea of what can be started immediately, and what can be run in pa…

  23. comment
    Comment #33907662

    I've been using act[1] as a tool to develop/test actions locally, which has helped a lot for creating new actions and debugging existing ones without incurring additional build cos…

  24. comment
    Comment #33907279

    Github Actions supports heavy parallelization and fan-in/fan-out jobs just like CircleCI does, so I'm curious if there's some limitations that I haven't ran into yet. I'd go farthe…

  25. comment
    Comment #33744798

    From a development perspective, Stripe is by far the fastest/easiest to integrate with, the most featureful, and has the best documentation. As I understand it, other payment provi…