Viewing profile — trommlp
trommlp
HN member- Joined
- Mon, Dec 11, 2023, 8:31 AM UTC
- HN karma
- 19
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About trommlp
No profile information was provided.
Recent public activity
-
comment
Comment #38924969
You are of course right that developers have to learn to keep things simple and that skill comes from overengineering stuff. Maybe I have been overly negative on my original commen…
-
comment
Comment #38924478
I don't know all the reasons individual developers would want a more complicated piece of software. Might be to show off, yes, or to learn about a new technology to the detriment o…
-
comment
Comment #38911199
I think you mention a very valid point that is worth reiterating: Even when you enter territory where HTMX gets cumbersome for some reason, you can still use custom JS or some othe…
-
comment
Comment #38733797
I assume from what you are describing that OIDC is probably just the right tool for this job. In my problem domain (think internal apps that serve many different purposes with litt…
-
comment
Comment #38733491
I wholeheartedly agree with your last sentence that is seems overengineered, but one has to assume that there are use cases that warrant such a complex auth scheme. I cannot speak …
-
comment
Comment #38681511
I agree to some extent on it being a social problem. But I am not sure that developers are to blame outright. What seems to be unpreparedness or incompetence might just be the resu…
-
comment
Comment #38681395
I really enjoy using a microframework and multiple small libraries to build a project instead of a huge, opinionated framework for the reasons you mentioned above. Glueing differen…
-
comment
Comment #38627739
I think calling it the Hall of Fame/Shame is unjustified. I certainly agree when we talk about hardware products, because having very short support periods for those just seems was…
-
comment
Comment #38625423
In the case of commercial products it is especially frustrating if you need to log in to some customer portal in order to find such basic product information. And even if you creat…
-
comment
Comment #38625335
Thank you for creating this. We keep track of EOL dates in our internal wiki with links to various websites. Would be nice to reduce the scatter and just link to this site! Would y…
-
comment
Comment #38599026
I agree. I use server-side rendering heavily in my projects at work and thus largely avoid custom Javascript (edit: the reason is laziness, not because I outright disliked Javascri…
-
comment
Comment #38598809
I would like to mention maud in this context: https://github.com/lambda-fairy/maud It is refreshingly different from other Rust templating libraries. It uses a proc-macro that comp…