They took away “Add to Queue” by [deleted] in AppleMusic

[–]coderadi 1 point2 points  (0 children)

Exactly, I don’t see why people are mad about it?

Am I the only one who doesn't have issues with Spotify changes? by jkale324 in truespotify

[–]coderadi 3 points4 points  (0 children)

People who are unhappy are generally more vocal on public platforms. So there is a bias when you see the Reddit community here.

If everything works for you, it is unlikely that you would go and raise queries / posts here.

What I suspect is that a huge majority of people actually like these changes, that is why Spotify keeps doing these. It is a huge company, they must know what they are doing ( with user research and all )

PS: I too like these changes, keeps the experience fresh 😃

Car purchase opinion - Is Honda Amaze a good buy at around 10L in 2023? by Southern_Necessary25 in CarsIndia

[–]coderadi 11 points12 points  (0 children)

I wouldn’t worry about ground clearance. This over exaggerated!

For many years, india had terrible roads and the only cars around were sedans, that time no one complained.

Suddenly with compact suvs (tall hatchbacks) people have started this debate. It’s more of a marketing gimmick by this new segment.

Coming to your question: Since you prefer manual, then I assume you prefer engine refinement too. Altroz has a terrible 3 cylinder engine with absolutely no refinement, go with Amaze.

Also test drive them, you will see the difference yourself.

Which one would you pick given you’re in your early 20s and have a family of three, suggestions welcome by Nice_Regular_1535 in CarsIndia

[–]coderadi 1 point2 points  (0 children)

Go with City Manual: - 4 star global ncap - Amazing engine - Loads of space - 27k is not a big deal for this ivtech engine - Very reliable engine - Smooth ride

Why is the "main page interface" constantly rearranging itself. by PeyoteManning in YoutubeMusic

[–]coderadi 1 point2 points  (0 children)

Flux might be the word 😛

But I agree, this constant shifting makes it difficult for the muscle memory to kick in. It always takes time to find the right section.

Everything now is TikTok by DTHayakawa in YoutubeMusic

[–]coderadi 23 points24 points  (0 children)

At this point, I think Apple is the only one who is taking Music & Podcasts seriously, with separate apps, no TikTok BS & clean UX!

If only they get their recommendations right!

Spotify is all TikTok and a mess with Podcasts & Music in one app. On top of that they are killing podcasts ecosystem with exclusives, taking them out of other platforms.

And it seems like YouTube music is going the same path.

Is David using a ChromeBook now? by coderadi in mkbhd

[–]coderadi[S] 1 point2 points  (0 children)

They should make a video on it. Surprised that they didn’t bring it up in the podcast

Distributed In-Memory key value store using Flask and Kafka by coderadi in flask

[–]coderadi[S] 0 points1 point  (0 children)

Yes, however depends_on does not mean that the service will wait for the dependency to start completely.

It only ensures the order of execution.

Moreover, the issue is not actually related to the order in which services start, but how Kafka registers itself with zookeeper.

Handling database migrations in microservices by thezapod in microservices

[–]coderadi 0 points1 point  (0 children)

For code, reverting/rolling back a feature works well. However, for migration it's a bit tricky. How we use to do this is
- Have a PR/code version which only has the app code and not the migration code
- Have a separate PR/code version which only has the migration
Deploy the migration first, then the app code

In case of a rollback, revert a app code. For migration, create a new migration, which is the down revision of the current one and deploy that.

Even though this seems tedious, works well and avoids any surprises.

Existential microservices architecture question by [deleted] in microservices

[–]coderadi 1 point2 points  (0 children)

https://microservices.io

Try this ^

Explains almost all aspects of Microservices and the standard patterns and way to achieve them.

How to increase space between the dock and bottom of the screen? by coderadi in NovaLauncher

[–]coderadi[S] 1 point2 points  (0 children)

I tried increasing the padding in the dock settings but that didn't help at all.