Viewing profile — matt7340
matt7340
HN member- Joined
- Tue, Sep 10, 2019, 1:53 PM UTC
- HN karma
- 43
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About matt7340
Recent public activity
-
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…
-
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!…
-
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…
-
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/
-
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?
- story
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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.
-
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…
-
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” …
-
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…
-
comment
Comment #30008410
I like these recommendations, especially around decorators, maybe I’ll start following them reviews Angular app oh
-
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…
-
comment
Comment #26403273
I definitely agree with this in general, but there are exceptions where it’s still a quagmire. Angular, for example.
- story
-
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…
-
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…
-
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 …