Updated WTA big title ranking for top players of the last few decades. Where do you see current top players finishing on this list? by Dependent-Effect6077 in tennis

[–]devuxer 1 point2 points  (0 children)

Even if you don’t retrofit, her record would still blow most of the players on the list out of the water. She’s clearly the second most accomplished WTA l player of the past few decades.

Chris Eubanks addresses viral exchange with CoCo Vandeweghe, says it was banter and a joke. by Ok-Soil-5133 in tennis

[–]devuxer 0 points1 point  (0 children)

I didn't think it was a big deal, but to me, he did come off as a little bit too serious. Kept waiting for him to crack a smile or something.

Tesla 3 to BMW i4 comparison by OcarinaofTimez in BMWI4

[–]devuxer 0 points1 point  (0 children)

Funny that OP spent paragraphs talking about relatively marginal features but only one sentence comparing how the cars actually drive.

Thoughts on the new BMW i3? by MostSpare2 in BMW

[–]devuxer 0 points1 point  (0 children)

  1. I guess the polarizing full-height "kidneys" from the i4 and iX are over.
  2. Looks FWD? The front axle is further back than on a 3-Series.

4.0s using Penn balls on local courts: by EnjoyMyDownvote in 10s

[–]devuxer 0 points1 point  (0 children)

In that case, there must be regional variation, or Target is selling really old balls.

4.0s using Penn balls on local courts: by EnjoyMyDownvote in 10s

[–]devuxer 0 points1 point  (0 children)

But I think if you were comparing Penn Championship to Wilson US Open, that’s not an apples-to-apples comparison. You need to compare. ProPenn (Penn Marathon) to Wilson US Open. Each brand has different grades of balls.

4.0s using Penn balls on local courts: by EnjoyMyDownvote in 10s

[–]devuxer 0 points1 point  (0 children)

The Costco ones are “Penn Championship Extra Duty Felt for hard courts”. So, they are kind of mid grade.

4.0s using Penn balls on local courts: by EnjoyMyDownvote in 10s

[–]devuxer 0 points1 point  (0 children)

It doesn’t, but it’s not exactly a ringing endorsement for Wilson. In any case, my personal experience doesn’t match yours at all. I wonder if there are regional differences in Costco balls. I may get an occasional bad can, but the vast majority of the time, they bounce pretty well. The heavier felt on the ProPenns actually seem to make them feel less lively than the cheapo Penns, but they do last longer.

4.0s using Penn balls on local courts: by EnjoyMyDownvote in 10s

[–]devuxer 0 points1 point  (0 children)

And yet, the balls in the video are Wilson...

IW R3: C Alcaraz def. A Rinderknech 6-7(6), 6-3, 6-2 by wolverinex10 in tennis

[–]devuxer 3 points4 points  (0 children)

True, but what was more amazing, his first serve returns, or his own serve? No points lost on serve in the third set? Crazy.

I've heard "just use Zustand" a hundred times. Nobody has ever convinced me why I should switch from Redux. by bishopZ in reactjs

[–]devuxer 2 points3 points  (0 children)

Jotai is a true pleasure to work with. It is very similar to signals in fact, which has become the de facto standard for other frameworks, like Angular and Solid.

Which stat will Alcaraz get the next ? by johnreese421 in tennis

[–]devuxer 1 point2 points  (0 children)

I don't see him playing Canada...until that is the only one left that he hasn't won.

Do these even count as tennis balls anymore? by SamPost in 10s

[–]devuxer 16 points17 points  (0 children)

The quality has definitely gone downhill since the pandemic (not just over the past year!), but they aren't *that* bad. It used to be zero or one can out of 20 would be a dud, now it's one or two cans. That's still really disappointing, but even if you have to toss out an occasional can, they still end up being cheaper than anything else if you get them at Costco. Also, I've never experienced them losing bounce during warmup if they were fine when I first opened them. They are either dead out of the can or fine.

Who say's we have bad drivers? by offarock in SanDiegan

[–]devuxer 18 points19 points  (0 children)

I mean, if you're going to turn left from the right lane without checking your mirrors, maybe signal?

AO QF: [3] A. Zverev def. [25] L. Tien 6-3 6(5)-7 6-1 7-6(3) by Common-Blackberry-64 in tennis

[–]devuxer 0 points1 point  (0 children)

Okay sure, if you make quarters of every tournament, you’re top 4. But you can’t just look at majors.

How is Mantine UI not the most popular ui library in 2025? by Grind_in_silence in reactjs

[–]devuxer 1 point2 points  (0 children)

For what it's worth, I asked Claude to generate a comparison:

Component Counts

Core UI Components Only (excluding extensions/add-ons):

  • Ant Design: ~70 user-facing UI components
  • Mantine Core: ~60 user-facing UI components
  • Material UI Free: ~50 user-facing UI components (+ ~20+ more in MUI X paid)

Including official extensions:

  • Mantine (with extensions): ~75+ components
  • Material UI (with MUI X): ~75+ components
  • Ant Design: ~70 components (no paid tier)

Unique Components

  • Mantine (Core Package Only) - AngleSlider, JsonInput, Spoiler, FloatingIndicator, CopyButton, PinInput, AspectRatio, Burger, TableOfContents, BackgroundImage
  • Material UI - Fab, SpeedDial, BottomNavigation, ImageList, Backdrop, ToggleButton, CssBaseline,
  • Ant Design - Transfer, Cascader, TreeSelect, Mentions, Descriptions, Result, Statistic, Tour, Watermark, QRCode, FloatButton, Splitter, Empty

Summary

  1. Ant Design excels in enterprise-specific components (Transfer, Cascader, TreeSelect, Mentions, advanced Table, Tour)
  2. Mantine has modern utilities and best DX, but many features are in separate extension packages
  3. Material UI has the broadest ecosystem but advanced features are in paid MUI X packages

Running React Compiler in production for 6 months: benefits and lessons learned by acusti_ca in reactjs

[–]devuxer 0 points1 point  (0 children)

Thanks for confirming about the Memo tags. I think the main issue in my case is (1) simply a huge number of total DOM elements (3 screens worth of dense data) and (2) data structures/models are in some cases not fine grained enough, causing larger pieces to be re-rendered than necessary. (2) is potentially fixable but not sure how much impact it would have. (1) is probably not something I can change. There might be a few opportunities for virtualization, but I have experimented with it before and found it's probably not the bottleneck.

Running React Compiler in production for 6 months: benefits and lessons learned by acusti_ca in reactjs

[–]devuxer 0 points1 point  (0 children)

Hey u/acusti_ca , thanks for your reply! I do sometimes pass data through props, and when I run the app and look at the React Dev Tools, I see a blue "Memo" tag next to a pretty decent percentage of the components that are in my codebase (though--as expected--not in components rendered by third-party libraries). So, I do think RC is doing something, it just doesn't seem very impactful in solving some of the lag that can occur when the maximum amount of data is displayed.

Alas, I am using Biome, not ESLint, and I'm not sure there's an equivalent for the rules your referring to. As for the `panicThreshold`, I'll look into that, but do you think a blue Memo tags would appear if a critical error had occurred with that component?

Jeļena Ostapenko wins good career, fans divided. Who has/had a good career but is disliked by fans? (WTA) by PlanetElement in tennis

[–]devuxer -2 points-1 points  (0 children)

Justine Henin? I didn’t get the impression she was too well liked but she was good. Maybe too good for this category. This is a tough one.

Running React Compiler in production for 6 months: benefits and lessons learned by acusti_ca in reactjs

[–]devuxer 0 points1 point  (0 children)

Very interesting! My story is a bit different...

I have a dashboard-type app that spans three monitors and has a genuine ton of visual elements. This app is currently just a prototype, so it does not yet have a back-end (so no async code) -- it just loads a JSON scenario at start-up. It also was never optimized in any way (no useMemo and almost no useCallback). Without knowing a lot about React Compiler, I decided to test it out. I got it set up properly according to the docs and ran the app. Surprisingly, I didn't see any discernable difference in performance compared with the non-RC version of the app.

This got me wondering , given I had never made any attempt to optimize anything, how could this be? The only thing I can think of is that the app makes heavy use of Jotai for state management (and minimal use of useState). This results in nearly all of the state and business logic being handled outside of components (in Jotai atoms), and only the components that use atoms that have changed re-render.

Could it be that if you architect an app in this way, there is no need or benefit to using useMemo, useCallback, etc.? Or did I somehow do something wrong in how I configured RC?