HackerTrans
TopNewTrendsCommentsPastAskShowJobs

iuvcaw

no profile record

Submissions

If more than 50% press blue, everyone survives. Red pressers always survive

shankwiler.com
63 points·by iuvcaw·3개월 전·309 comments

A boy girl paradox – or maybe not?

shankwiler.com
12 points·by iuvcaw·2년 전·0 comments

comments

iuvcaw
·3개월 전·discuss
Ironically this post is doing wonders for its page rank, as people are linking to it in the comments
iuvcaw
·작년·discuss
The vast majority of time spent building software has little to do with optimization. Sky-high abstracted brain rot languages are useful precisely because usually you don’t need to worry about the type of details that you would if you were optimizing performance

And then if you are optimizing for performance, you can make an incredible amount of progress just fixing the crappy Java etc code before you need to drop down a layer of abstraction

Even hedge funds, which make money executing trades fractions of milliseconds quicker than others, use higher level languages and fix performance issues within those languages if needed
iuvcaw
·작년·discuss
The React team really does not like SPAs, which I think is a bit of a shame. I'm not a big fan of the mish-mash approach of client and server components that Next et al now encourage.

For the type of app that React excels at, or at least the type I like to build, the performance issues with a SPA aren't a big deal.
iuvcaw
·2년 전·discuss
Right… I think HTMX is cool and would like to try it. But the argument that “we need to go back to when things were simpler” just falls so flat to me. I remember the Web 20 years ago. It was pretty bad and ugly and slow and clunky and unintuitive.

We’ve made a lot of progress since then thanks in part to the powerful front-end state management and rendering solutions that are now standard. And if the argument is “we don’t need all that, I prefer simpler web pages…” then I just think you may have a totally different preference set from the average user. Normal non-engineers like sleek modern interfaces, not Web 1.0 forms and links and reloads
iuvcaw
·2년 전·discuss
Genuine question - not defending Apple/google - does your pwa not use a dedicated server / db for user’s data? And then localstorage just as a cache if needed?
iuvcaw
·2년 전·discuss
Guessing its intended use case is business analytic queries without write permissions —- particularly for non-programmers. I don’t think it’d be advisable to use something like this for app logic