HackerTrans
TopNewTrendsCommentsPastAskShowJobs

robertoandred

1,792 karmajoined 7 anni fa

comments

robertoandred
·15 ore fa·discuss
Video editors use high-speed network storage.
robertoandred
·16 giorni fa·discuss
Except you only need to eat that hardware cost once a decade.
robertoandred
·2 mesi fa·discuss
Except they already paid taxes on that one billion in cash. The receipt of that cash is taxable income.
robertoandred
·2 mesi fa·discuss
Investments aren’t money. They’re just things you own, and their value can go up and down. They don’t affect the money supply.
robertoandred
·3 mesi fa·discuss
Hezbollah attacks nursing homes and football games. How is that justified?
robertoandred
·3 mesi fa·discuss
So you’re paying attention to the last few weeks instead of the last several decades.
robertoandred
·3 mesi fa·discuss
Where was this outcry? Hezbollah made northern Israel uninhabitable for years.
robertoandred
·3 mesi fa·discuss
Now we’re blaming React for bad UX?
robertoandred
·3 mesi fa·discuss
Since when has war not been awful? I don’t remember anyone complaining when Hezbollah attacks Israel though.
robertoandred
·3 mesi fa·discuss
You swipe backward. Been that way for twenty years.
robertoandred
·3 mesi fa·discuss
No, Apple has one built-in messaging app: Messages. It switches between SMS, RCS, and iMessage automatically depending on the capabilities of the devices.
robertoandred
·3 mesi fa·discuss
Don’t think I’d call 4K at 32” high dpi.
robertoandred
·4 mesi fa·discuss
If JFK and Stalin were strippers, there’d be a comma after Stalin to denote the parenthetical clause.
robertoandred
·4 mesi fa·discuss
It’s actually the opposite. The corner radii are defined by the window type and the concentricity of its elements.

People who lack attention to detail just think things are randomly different.
robertoandred
·4 mesi fa·discuss
Harris had all sorts of good things planned at home. It’s baffling to me that some voters thought it was more important to lose the election.
robertoandred
·5 mesi fa·discuss
That was a React vulnerability, not a Next one.
robertoandred
·5 mesi fa·discuss
I really hope React Native’s support for Mac and Windows apps takes off. The benefits of Electron without Chromium, plus native controls/functions.
robertoandred
·5 mesi fa·discuss
Eh, this argument falls apart for many reasons:

- His main example of bloated client-side dependencies is moment.js, which has been deprecated for five years in favor of smaller libraries and native APIs, and whose principal functionality (the manipulation and display of the user's date/time) isn't possible on the server anyway.

- There's an underlying assumption that server-side code is inherently good, performant, and well crafted. There are footguns in every single language and framework and library ever (he works for WordPress, he should know).

- He's right to point out the pain of React memoization, but the Compiler now does this for you and better than you ever could manually

- Larger bundle sizes are unfortunate, but they're not the main cause of performance issues. That'd be images and video sizes, especially if poorly optimized, which easily and immediately dwarf bundle downloads; and slow database queries, which affect server-side code just as much as browser-side code.
robertoandred
·5 mesi fa·discuss
React sites are easily static.
robertoandred
·5 mesi fa·discuss
This problem was solved a long time ago with CSS Modules.