HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gg2222

no profile record

comments

gg2222
·9 mesi fa·discuss
Unrelated to the topic, but wow, they're still using moment? I thought it was kind of deprecated and been trying to use other libs.
gg2222
·10 mesi fa·discuss
This blog post and others are from 'security saas' that also try to make money off how bad NPM package security safety is.

Why can't npm maintainers just implement something similar?

Maybe at least have a default setting (or an option) that packages newer than X days are never automatically installed unless forced? That would at least give time for people to review and notice if the package has been compromised.

Also, there really needs to be a standard library or at least a central community approved library of safe packages for all standard stuff.
gg2222
·10 mesi fa·discuss
Wow, this reminds me of how Windows XP was such a beautiful UI.

UI these days are flat everything and pretty boring.
gg2222
·10 mesi fa·discuss
SolidStart
gg2222
·10 mesi fa·discuss
For people wanting to try something else, I recommend SolidJS and SolidStart. Personally I never tried Next.js exactly because it feels like too many decisions are being made for me without having any choice. And I don't trust frameworks like that.

Depending on the project, just write an SPA with an API server, or if it is a static website just prerender it and serve on Cloudflare. I don't get the appeal of all the complexity. If you need SSR for SEO, then SolidStart is a nice and simple solution.