I do, and it's fine. It doesn't blow me away, and I expect they're trying to, but it's not like... unusable or anything. My one complaint is that it plays episodes in the opposite order; like, if I discover a new podcast, I want to start from the beginning, but it only wants to let me play backwards (older and older episodes). It lets you sort in reverse order, but I don't think it plays them in that sort order (or it didn't last time I looked anyway).
But yeah, a lot of "Spotify generally sucks" or "what Spotify is trying to do sucks" but not a lot of "I use Spotify for podcasts and I don't love it".
They launched a half-baked product that was missing some of the most basic features you could imagine. It has since improved to the point where it's almost usable, but it can't compete with anything else from a UX/quality perspective.
It's also missing the discussion/community aspect that you get with a platform like YouTube.
Another annoyance is that I've had a Premium family subscription for years, but I still get ads on podcasts.
You will always be better off buying headsets from companies that focus on headsets and headphones, rather than from companies that see headsets as a cheap filler item to sell to people who bought their mice and keyboards and want the blinky lights to sync up.
The HyperX Cloud (wired) is actually a pretty good headset.
Changed my headset to the G Pro X Wireless after having broken 2 SteelSeries Arctis Pro Wireless headsets, which for some reason decided to use a single plastic piece for the hinge to hold the earcups on (on a $350 headset!).
I had an SteelSeries Arctis Pro Wireless as well before the Logitech one, and I ran into the same issue! Huge disappointment after having loved the SteelSeries Siberia wired headset
I had a G305 that did this, and given the low price of the mouse I gave up going through the work to desolder and replace the switches.
If I recall correctly, there were firmware updates that claimed to fix the same or similar issues, but those had no effect for me.
The quality of their products used to be pretty good, but it's becomming obvious that they're starting to cut too many corners to reduce costs. I have an old pair of logitech speakers that have lasted me well over 10 years.
The G Pro Wireless has some major issues as well. They build up static electricity during use and this causes a single click to register as multiple clicks, and causes a continuous click to stop registering when you're holding the button down. This is terrible for a gaming mouse. I switched to a Razer Viper Ultimate and haven't had any issues.
I've been using wired mechanical keyboards for about 15 years so I can't recommend a wireless model, but Ducky makes great, reliable, entry-level mechanical keyboards. I've mostly used Ducky and I've never had one of their keyboards fail in any way. Glorious also makes great keyboards, but based on my perception of the build quality, I have a feeling their cheaper keyboards might not last as long. I'm currently using a Glorious GMMK Pro and it feels very solid.
They also constantly send me spam regarding Spectrum mobile with subjects like "Your response is required". I even used their cost estimator to compare it to my current provider, Mint Mobile. When I entered my current plan into their calculator, it told me that I made a mistake (because it was so much cheaper.)
Squash/rebase also plays horrendously with my local branches. If I make a PR, I should be able to use `git branch -d branch_name` to safely verify that the branch has been merged into main and can be deleted. If you squash/rebase instead, then I need to use the unconditional `git branch -D branch_name`. git can no longer verify that I'm performing a safe operation, because the history needed to determine whether it is safe has been rewritten.
This is a very good point, and it has been slightly annoying at times with this approach. It hasn't been a major pain point for me, so I've just dealt with it. I've seen some scripts/aliases that claim to solve this, but I haven't spent much time looking into it.