Viewing profile — terandle
terandle
HN member- Joined
- Mon, Mar 14, 2011, 3:59 AM UTC
- HN karma
- 359
- Public activity
- 94 items
- HN profile
- View on Hacker News ↗
About terandle
No profile information was provided.
Recent public activity
-
comment
Comment #47160247
Wow a human employee in walmart in 2040, very optimistic take.
-
comment
Comment #45973991
https://artificialanalysis.ai/evaluations/omniscience
-
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…
-
comment
Comment #45757133
It's a good idea in theory, the perf just needs to be better. Maybe with bun.
-
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…
-
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…
-
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…
-
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 +…
-
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…
-
comment
Comment #45105812
Blazor is not good at anything. Please stick with JS for the frontend .NET devs. You'll thank me later.
-
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…
-
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…
-
comment
Comment #44726904
Seems like Linus should be able to tap someone else to do 6.17 while he is on vacation
-
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…
-
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…
-
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…
-
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…
- comment
-
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 …
-
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…
-
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…
-
comment
Comment #42333883
They did solve it (from the guy that originally reported the suspense issue): https://bsky.app/profile/tkdodo.eu/post/3layw6wk5bs2b
-
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…
-
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…
-
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…