HackerTrans
TopNewTrendsCommentsPastAskShowJobs

terandle

no profile record

comments

terandle
·قبل 5 أشهر·discuss
Wow a human employee in walmart in 2040, very optimistic take.
terandle
·قبل 8 أشهر·discuss
https://artificialanalysis.ai/evaluations/omniscience
terandle
·قبل 8 أشهر·discuss
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 clicked from google however.
terandle
·قبل 8 أشهر·discuss
It's a good idea in theory, the perf just needs to be better. Maybe with bun.
terandle
·قبل 9 أشهر·discuss
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 all in this country. Getting better work life balance. Being able to afford a home. Now it's just all the "haves" fighting bitterly to keep getting more and more until they have everything and nothing for anyone else.
terandle
·قبل 9 أشهر·discuss
> 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 reckless bets being made by the elites.

LOL fuck this, the stock market deserves to burn to the ground.
terandle
·قبل 9 أشهر·discuss
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 the reality that react is frankly an amazing tool today.

Kind of sad to see a 2022 paper about svelete with extremely questionable benchmarks get upvoted so much vs all the great things that came out of react conf yesterday.
terandle
·قبل 10 أشهر·discuss
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 + RN has saved us a ton of time on our apps and no way a small team like us could support both platforms otherwise.
terandle
·قبل 10 أشهر·discuss
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 just a whole other bag of hurt. You'll have to deal with disconnects even if you can stomache the increased cloud costs.
terandle
·قبل 10 أشهر·discuss
Blazor is not good at anything. Please stick with JS for the frontend .NET devs. You'll thank me later.
terandle
·قبل سنتين·discuss
React Server Components are async/await. Suspense works with async/await to show loading indicators (it is not a replacement as you are implying). They said they have plans to bring async await to Client Components but they need the AsyncContext tc39 proposal to come to JS first.

The worst part of react is all the FUD hacker news creates about it every time they try to innovate to make the web's defacto framework better.