Viewing profile — throwaway60320
throwaway60320
HN member- Joined
- Fri, Feb 23, 2024, 10:58 AM UTC
- HN karma
- 3
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About throwaway60320
No profile information was provided.
Recent public activity
-
comment
Comment #39590202
How would you put this if it was a fact and not "biased"?
-
comment
Comment #39560500
They did. Read the ToS.
- comment
-
comment
Comment #39522526
Yeah, I agree. I live in an EU country where firing people is normal... It's also the country with lowest unemployment rate in EU.
-
comment
Comment #39522336
Yes, that's what they're doing. And Russia/Belarus too, before the war. Also, not just EU companies - the EU branches of US companies I worked for had 1/2 of the teams in Ukraine/R…
-
comment
Comment #39522172
What do you mean, never gave consent for? I helped a friend put their photos on there, and they most definitely did consent to practically anything.
-
comment
Comment #39484689
Sorry but this sounds like they just didn't know how to write React and didn't take the time to learn it. You can write React and have 2 runtime dependencies in total - react and r…
-
comment
Comment #39484629
(P)React is the best way to do it in a maintainable, easy-to-reuse, easy-to-understand, extendable fashion, indeed. Show me something better and I'll jump on it. I don't care about…
-
comment
Comment #39482411
Why though? It's much easier to do a simple API (or use a pre-made one like this one) from the web and the app. And no need to change the backend code on design updates. I just don…
-
comment
Comment #39482336
Sure, you do you. I spent 10 years working with jQuery and am very thankful to leave that very far behind me. BTW: jQuery is 85.1 kB minified and 29.7 kB gzipped. Preact (same API/…
-
comment
Comment #39482328
So the user would have to submit the form and be met with 10s of errors? I'd rather tell them immediately.
-
comment
Comment #39480435
Yeah until a manager comes and says "well great, it works, now let's do a mobile app like that"
-
comment
Comment #39480010
Check out XState, it's really great! But it's not that necessary in my case, my forms are usually not complex statecharts, just a lot of individual and largely decoupled complex fo…
-
comment
Comment #39479955
It's not simple. I made multi-page forms with dozens fields where your suggestion would lead to intangible mess of spaghetti code - I know because I worked with the web way before …
-
comment
Comment #39479918
Of course you have to validate on the server. That's a given, always. But you want to provide better UX to the user. Htmx is not simpler than React. I can't deploy that without a s…
-
comment
Comment #39479159
It's really not that simple. What about complex validation rules? Do you really think it's user friendly to require them to send the whole form just to tell them "sorry no" 10 time…