Live data from Hacker News

Viewing profile — matt7340

matt7340

HN member
Joined
Tue, Sep 10, 2019, 1:53 PM UTC
HN karma
43
Public activity
26 items

About matt7340

Software engineer in healthcare industry

Recent public activity

  1. comment
    Comment #46417699

    This is what Angular does, where an Angular component is typically rendered as a custom tag. I find it to be one of the (very) few nice things about Angular, as it can be helpful t…

  2. comment
    Comment #45627304

    Great nostalgia! I fondly remember QuickBasic, and how excited I was to compile my BASIC code. And the rarely mentioned gem I thought was amazing at the time: Visual Basic for DOS!…

  3. comment
    Comment #43221231

    All true, but glosses over a lot of nuance and wide variety of contexts, particularly B2B. We’re likely going to switch to Cognito because maintaining OIDC auth has been a pretty b…

  4. comment
    Comment #41794283

    I really like the Decoders library for this. Similar in function to Zod, but a more Elm inspired approach - https://decoders.cc/

  5. comment
    Comment #38437065

    I've read that Angular is also extensively used for Google internal projects. How do the teams choose between Angular and Lit?

  6. story
  7. comment
    Comment #33150130

    PDF processing seems like a security minefield. What are folks doing to mitigate that problem prior to (or as part of) processing? Or as part of any system that accepts PDFs with t…

  8. comment
    Comment #32962708

    Nice overview, especially for those of us working long term projects and locked into whatever framework the originals devs chose. I wish I had time to try all these things out, but…

  9. comment
    Comment #32367713

    This seemed like a really great explanation. But I have no idea if it actually is, or it if it just feels that way because I finally have some Haskell coding time under my belt. Re…

  10. comment
    Comment #30646625

    This has absolutely been my experience as well. The one thing to be careful about is losing sight of the content while making it entertaining. I've swung a little too far a few tim…

  11. comment
    Comment #30374399

    I’m all for culture of writing, but that feels too easy. Like another pointed out, what about a culture of reading? And further, what are these cultures of writing doing to help in…

  12. comment
    Comment #30374293

    I’ve always felt that quality of writing is one of the best signs of a good candidate for hire, well before tech skills, and is something I factor heavily while hiring. But now tha…

  13. comment
    Comment #30359674

    I could rant for a while, but a few things off the top of my head: over-architected, overly complex, sometimes bad tooling (karma, protractor), tons of old issues (though they’ve b…

  14. comment
    Comment #30334046

    I think I’ve reached the point where I simply don’t mention most nits. I’m most business software it just doesn’t seem worth it. If the code works, isn’t utterly obtuse, and abides…

  15. comment
    Comment #30334006

    I agree with the spirit of this, but the async nature of code review seems to prevent it. Social and power dynamics in async code review can make things very difficult.

  16. comment
    Comment #30285915

    Funny to see these new incarnations of the old ASP.NET UpdatePanel. I despised WebForms back in the day, but always had a soft spot for the UpdatePanel, seemed like a great idea. E…

  17. comment
    Comment #30171961

    I’ve been considering switching from karma to jest for our angular project, this certainly brings a new angle to that decision. Frustrating. I guess I get crappy karma “supported” …

  18. comment
    Comment #30137253

    I’ve noticed that often this is an area where WIP is not limited, and the efforts are least likely to be well managed and documented (unsurprisingly, it can take a lot of work to k…

  19. comment
    Comment #30008410

    I like these recommendations, especially around decorators, maybe I’ll start following them reviews Angular app oh

  20. comment
    Comment #29948628

    IndexedDB on Safari has had issues it feels like since day one. IIRC there was a full rewrite somewhere along the way too, and still problems seemingly every Safari release. My fav…

  21. comment
    Comment #26403273

    I definitely agree with this in general, but there are exceptions where it’s still a quagmire. Angular, for example.

  22. story
  23. comment
    Comment #26077595

    Not a fan of ORMs at all, especially ActiveRecord style. They just bring a costly new layer of complexity and not enough value to justify it. I do very much like the object hydrati…

  24. comment
    Comment #25962235

    It obviously doesn't matter that much if you can or can't. We all google all day long. But through my career at various times I've been able to say yes, usually after spending mult…

  25. comment
    Comment #25958348

    My experience with junior (and sometimes not junior) developers has been that the lack of understanding leads to confusion about what they're trying to test. I think the ambiguity …