HackerTrans
TopNewTrendsCommentsPastAskShowJobs

TheSisb2

no profile record

comments

TheSisb2
·قبل 8 أشهر·discuss
Native datepickers fall apart when you need to handle different date formats as user preferences (not as browser default)
TheSisb2
·السنة الماضية·discuss
Note: they didn’t create lottie, they sorta acquihired the developer who made it and brought the project under their umbrella
TheSisb2
·السنة الماضية·discuss
Love this. Building a website this way really teaches you why we started having all the complexities in web frameworks today. For certain simple websites like this one, the tradeoffs are worth it. I rebuilt our company website this way too. (Sescollc.com)
TheSisb2
·قبل سنتين·discuss
It depends on a number of factors, one of which is how the authors perceive the work. Does it stand on its own merits or is it interesting because of the technical decisions? Sometimes it starts as a technical exploration and outgrows itself faster than the author can come to terms with the magnitude of the work.
TheSisb2
·قبل سنتين·discuss
I appreciate the link, but the tone of this comment is very un-HN. I don’t even see people talk that way about 4chan, which one can argue would deserve it more.
TheSisb2
·قبل سنتين·discuss
Not sure why this is being downvoted, also curious
TheSisb2
·قبل سنتين·discuss
Apparently people that support Trump
TheSisb2
·قبل سنتين·discuss
Venge.io is probably one of the most impressive games I've played in the browser, and was built using PlayCanvas.
TheSisb2
·قبل سنتين·discuss
I was surprised when this layout worked:

  cabinet 200cm x 92cm top 3cm bottom 15cm scale 5
       50cm     \*        \*        20cm
  \*   drawer   door     door     drawer
  \*   drawer   ^        ^        drawer
  \*   ^        ^        <        drawer
  \*   >        drawer   drawer   <

So I inspected the odd shaped element and noticed it would overflow. Probably fine for your purposes.

Super cool!
TheSisb2
·قبل 3 سنوات·discuss
In between barrel files and no barrel files, are unbarrelled files. This is where you have one installable package (i.e.: @cool-lib/core) and create imports from sub-paths like this:

import Button from "@cool-lib/core/button";

import Link from "@cool-lib/core/link";

import Widget from "@cool-lib/core/widget";

This is similar to what lodash does too. Still have more imports, but only one package.json dependency! And the same perf gains.
TheSisb2
·قبل 3 سنوات·discuss
How difficult would it be to feed in design system components to the AI? Design system building blocks could serve to improve the quality of outputs vs straight CSS/Tailwind