Viewing profile — legopeice
legopeice
HN member- Joined
- Sun, May 08, 2022, 11:24 AM UTC
- HN karma
- 11
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About legopeice
No profile information was provided.
Recent public activity
-
comment
Comment #32384075
Wood is a sponge for water. Exposing the grain of your wood to water even for a second will draw in far more water than a woodworker would be comfortable with. You may dry the outs…
-
comment
Comment #31806057
Tailwind has the sm: lg: and xl: prefixes that let you target screen size. eg. you can give an element a class of "sm:p-2 lg:p-4 xl:p-8" to give different padding sizes. the docs a…
-
comment
Comment #31307769
In Norlisk, Russia, the children get doses of Ultra voilet light to combat the lack of sunlight. https://allthatsinteresting.com/norilsk#8
-
comment
Comment #31307688
Seems we are having a different discussion now about shared state instead of whether JS is necessary and capable. Over used. definitely. Obsolete and to be derided at every turn. a…
-
comment
Comment #31304168
Seems like a pretty good place for the browser and JS to step in? unless you want a DB full of application_partial tables?
-
comment
Comment #31303686
Precisely. Good observation.
-
comment
Comment #31303670
Share state? I disagree heavily. There is no reason for the backend to know how many assets a user is trying to add to a loan, or delete, or accidentally load, or add but realize m…
-
comment
Comment #31303497
I think sveltekit gets it right most of the time. yes its new tech. but I think its way better than the alternatives already. You want a frontend server that handles auth and crede…
-
comment
Comment #31303153
Please could you inform me how you would build a form that creates, lets say a secondary loan for a company with attached assets. The assets could be zero, or many. How would you c…