Live data from Hacker News

Viewing profile — gg2222

gg2222

HN member
Joined
Wed, May 19, 2021, 3:36 AM UTC
HN karma
56
Public activity
30 items

About gg2222

No profile information was provided.

Recent public activity

  1. 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.

  2. 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…

  3. 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.

  4. comment
    Comment #45101550

    SolidStart

  5. 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…

  6. 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…

  7. comment
    Comment #43299764

    Yes, so actually SolidJS is newer.

  8. 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…

  9. 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 …

  10. 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 "…

  11. 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".

  12. 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…

  13. 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…

  14. 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…

  15. comment
    Comment #40738203

    How stable is Bun these days? Does it crash often? Is it ready for production app server use yet?

  16. comment
    Comment #40178454

    https://bevyengine.org/

  17. 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 …

  18. 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. …

  19. comment
    Comment #36327063

    Hi! Does WalEx continue where it left off after disconnects?

  20. 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 …

  21. comment
    Comment #35068213

    Solid JS It will have a very easy learning curve for React users too.

  22. 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…

  23. 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…

  24. 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 …

  25. comment
    Comment #32106500

    What Rust web libraries/frameworks do you use and recommend? How long does your Rust project take to compile?