Live data from Hacker News

Viewing profile — terandle

terandle

HN member
Joined
Mon, Mar 14, 2011, 3:59 AM UTC
HN karma
359
Public activity
94 items

About terandle

No profile information was provided.

Recent public activity

  1. comment
    Comment #47160247

    Wow a human employee in walmart in 2040, very optimistic take.

  2. comment
    Comment #45973991

    https://artificialanalysis.ai/evaluations/omniscience

  3. comment
    Comment #45762599

    Yeah Vite+Reat+Tanstack SPA apps is definitely the way to go for a majority of web apps. I would still stick with nextjs for ecommerce or pages that need to load instantly when cli…

  4. comment
    Comment #45757133

    It's a good idea in theory, the perf just needs to be better. Maybe with bun.

  5. comment
    Comment #45569584

    I'm anti-establishment because the establishment doesn't care about anyone but themselves. What are we doing all this work for? Progress would be getting universal healthcare for a…

  6. comment
    Comment #45569368

    > Think of it like WWII, only only instead of planting victory gardens to beat the Nazis, we're building AI apps and finding ways to create the economic value needed to cover the r…

  7. comment
    Comment #45521277

    I think HN is it's own anti-react bubble that really doesn't match reality. Everyone here decided they hated react in 2016 or whatever and doesn't want to update their worldview to…

  8. comment
    Comment #45265268

    Have had our apps on expo for a while. Highly recommend, much easier upgrades and you can turn off any platform vendor stuff like their OTA updates and do local builds also. Expo +…

  9. comment
    Comment #45111438

    Performance of WASM issues. Rendering performance of large data grids is not good. Also the first load time is also terrible 50mb+ payloads. Blazor server uses websockets and is ju…

  10. comment
    Comment #45105812

    Blazor is not good at anything. Please stick with JS for the frontend .NET devs. You'll thank me later.

  11. comment
    Comment #44740747

    Yeah there is basically no real difference between MVC or RazorPages or BlazorStaticServer pick your poison depending on your preference. Personally I wish the .NET team would just…

  12. comment
    Comment #44737202

    Blazor static server side + HTMX is probably the only way to make a cost efficient and performant version of Blazor suitable for public websites. WASM is way too big and slow, Webs…

  13. comment
    Comment #44726904

    Seems like Linus should be able to tap someone else to do 6.17 while he is on vacation

  14. comment
    Comment #42380413

    I think nextjs does lead to a very simple codebase at every step of the interactivity gradient. You can have pure server side rendered HTML all the way up to full blown SPA and eve…

  15. comment
    Comment #42378977

    HTMX has a ceiling on how interactive/complex you can make your site [1]. If you know you will never need to exceed those sure. However I like to use nextjs as it gives me the peac…

  16. comment
    Comment #42353765

    Which is why I think react (and other SPA frameworks) are now pointing beginners to full stack frameworks like nextjs, remix etc where those best practices are baked in. It took th…

  17. comment
    Comment #42347805

    Yes but in 6 months react will release a compiler to catch it up by a lot. Performance has diminishing returns and at some point, things just need to be fast enough (see vscode) an…

  18. comment
  19. comment
    Comment #42347685

    If building a SSR site with nextjs use react server components and react context If building a SPA site with vite use tanstack/react-query and react context. There are other great …

  20. comment
    Comment #42334779

    jQuery fell apart HARD when you started to build larger/more complex apps with it. I don't think there is anyone actually nostalgic for that time that actually went through it. For…

  21. comment
    Comment #42333933

    Being able to instead of is also a nice, albeit small, QOL change. Feels like they are really honing down the API. Esp once they kill off useMemo and related hooks with the compile…

  22. comment
    Comment #42333883

    They did solve it (from the guy that originally reported the suspense issue): https://bsky.app/profile/tkdodo.eu/post/3layw6wk5bs2b

  23. comment
    Comment #42333835

    Hacker News is a bunch of older grumpy folks that want to keep using jQuery. Also some had a bad time with classic redux patterns that were a terrible atrocity - but also not react…

  24. comment
    Comment #42080365

    Pretty easy to add runtime validation at the edges with Zod https://github.com/colinhacks/zod Great thing is that the zod schema also doubles as your typescript type so you don't h…

  25. comment
    Comment #41938564

    Seems to be a lot of negativity around RN, and I can understand that if you haven't used it in a while. But these days I have nothing but great things to say about React Native whe…