Viewing profile — gg2222
gg2222
HN member- Joined
- Wed, May 19, 2021, 3:36 AM UTC
- HN karma
- 56
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About gg2222
No profile information was provided.
Recent public activity
-
comment
Comment #45618677
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.
-
comment
Comment #45262357
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 simila…
-
comment
Comment #45156450
Wow, this reminds me of how Windows XP was such a beautiful UI. UI these days are flat everything and pretty boring.
-
comment
Comment #45101550
SolidStart
-
comment
Comment #45101508
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 m…
-
comment
Comment #43943337
Hello, congrats on the release of your framework! I myself also wrote a reactive library for my own projects long ago when jquery was still widely used. Anyways, these days I moved…
-
comment
Comment #43299764
Yes, so actually SolidJS is newer.
-
comment
Comment #43299453
Exactly. SolidJS api itself is very small, there is not much you actually have to learn. This makes it simple to reason about and at the same time gives you the confidence to wield…
-
comment
Comment #43299419
Yes I know SolidJS 2.0 is coming. I said "it doesn't need so many major revisions", key word being "so many". (Telling myself: damn should of put that in my original comment cause …
-
comment
Comment #43298969
To the author: Yes, do consider SolidJS seriously. I find that its reactivity system is simple and the easiest to reason about, with none of the messiness and constant changes to "…
-
comment
Comment #42397535
Agreed. If it is mass hysteria why doesn't the government just say so instead of saying "they don't know". Some people just can't accept not "knowing it all".
-
comment
Comment #41161970
Their FAQ talks about using games as the first step in fighting companies discontinuing services of various kinds (not only cultural products). It is true there is a cultural aspec…
-
comment
Comment #41161595
If games are a kind of software, why must games face this kind of regulation when other kinds of (actually more important) software doesn't / won't? In saying this, I'm not in favo…
-
comment
Comment #41161345
> the idea of preserving games for future access aligns with broader movements toward digital preservation, similar to efforts in other digital media industries like film and music…
-
comment
Comment #40738203
How stable is Bun these days? Does it crash often? Is it ready for production app server use yet?
-
comment
Comment #40178454
https://bevyengine.org/
-
comment
Comment #40178435
In my view, here's an example from this HN comment section: https://news.ycombinator.com/item?id=40177534 If this is the kind of attitude I would get from using Rust and having to …
-
comment
Comment #40178383
Check this response to the article within these HN comments: https://news.ycombinator.com/item?id=40177534 Not actually flaming but quite condescending towards the article writer. …
-
comment
Comment #36327063
Hi! Does WalEx continue where it left off after disconnects?
-
comment
Comment #35068331
Nice to see Solid JS mentioned in the article. Its mental model is sooo much simpler than React. It's a joy to use. I'm lucky that I am an independent developer so I can choose to …
-
comment
Comment #35068213
Solid JS It will have a very easy learning curve for React users too.
-
comment
Comment #33799561
Also, well looks like a lot of people here don't like this style of CSS coding. As someone who's been writing HTML since Netscape days, I find Tailwind/UnoCSS plus a modern web fra…
-
comment
Comment #33799513
Haven't seen it mentioned, but if you like Tailwind, maybe take a look at UnoCSS: https://github.com/unocss/unocss It is like the next evolution of Tailwind. See this blog post for…
-
comment
Comment #32107958
Amazing! Thanks for explaining that. I think that's a great solution because the biggest thing that makes me afraid of Rust webdev is compile times. Your solution seems perfect as …
-
comment
Comment #32106500
What Rust web libraries/frameworks do you use and recommend? How long does your Rust project take to compile?