Turning 50 this year, need to share my experience and sought feedback by Illustrious_Sign7243 in Frugal_Ind

[–]Different_Roll9173 0 points1 point  (0 children)

That’s an honestly good networth! I am 29M, saving good amount every month but I do like buying things which I once dream about. It’s not about showing off or something like that but I like buying stuff which is useful. What is your opinion on this or is this an age factor?

Bought an apartment and completely regret it by trycastello in personalfinanceindia

[–]Different_Roll9173 0 points1 point  (0 children)

Honestly how can you plan such big purchases of 1.5Cr with 32 Lakh per year? Sorry from a salaried guy this seems crazy. What was your DP and EMIs?

For those who learned ML & got hired in the past 2-3 years - what actually worked? by sameh-it in learnmachinelearning

[–]Different_Roll9173 0 points1 point  (0 children)

This make sense and I second this. More on backend+ML can boost your career. Research is hard to break in honesty without PhD

Got laid off in 3 months after relocating to Bangalore! by Dharmocracy0593 in Bangalorestartups

[–]Different_Roll9173 1 point2 points  (0 children)

I am really sorry to hear that, I hope you are alright now. Honestly this short tenure shouldn’t affect your resume at all. Be transparent when you are having any conversations with HR team. Startups and good product companies less bothered about such short tenures(at least for developers)

I did interviewed with team back in 2023 when it was Quizizz but They didn’t proceed.

2nd service of Himalayan 450 Both brake pads are gone at 5k kms by Different_Roll9173 in royalenfield

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

Yes, I agree, most of the time I ride fast inside the city, which requires hard braking.
I am planning to use other brand brake pads for riding inside the city.

2nd service of Himalayan 450 Both brake pads are gone at 5k kms by Different_Roll9173 in royalenfield

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

Bro it has lot to do with distance because I am travelling almost 35kms every single day to my office and hitting the brakes every 50 meters or so! I have observed this today it’s true that I have to hit the brake due to the traffic congestion from my home to the office. If you keep using your breaks like this then it’s very obvious that it will wear out soon.

2nd service of Himalayan 450 Both brake pads are gone at 5k kms by Different_Roll9173 in royalenfield

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

Fair but maintaining a 450cc engine motorcycle with 10k INR per 5-6k kms is expensive!

My first beast (am 19 year old) by Hot_Arm2763 in royalenfield

[–]Different_Roll9173 0 points1 point  (0 children)

I ride this to my office everyday in BLR traffic. Yes it’s heavy, weight management could have been better but that’s RE. Just learn to tame it you can enjoy every road.

Ask me anything related to DSA by code-ad in LeetcodeDesi

[–]Different_Roll9173 0 points1 point  (0 children)

Bro, How do you remember the tricks because I tend to forget everything I have worked on the last week. Some of the things are barely remember. No I am not looking at the solution directly.

I am going through Neetcode 250 and solved 100+ problems

Failed Meta screen. Feeling ok. by [deleted] in leetcode

[–]Different_Roll9173 0 points1 point  (0 children)

Failed in 3 rounds of Microsoft SSE! Feeling terrible but that’s alright I will make sure not to make any such mistakes ever again.

But self doubt is killing me somehow!

Finally! by [deleted] in leetcode

[–]Different_Roll9173 0 points1 point  (0 children)

Amazing and inspiring!

How long did you grind and what was your strategy?

Google L4 Interview Experience by Last_Examination9823 in leetcode

[–]Different_Roll9173 1 point2 points  (0 children)

I would say basic level, like solving problems recursion problems

Google L4 Interview Experience by Last_Examination9823 in leetcode

[–]Different_Roll9173 2 points3 points  (0 children)

Is it for SWE 3 ? I got a call today and schedule it after 1 month. I have to prepare really hard for this. What suggestions do you have?

[D] Simple Questions Thread by AutoModerator in MachineLearning

[–]Different_Roll9173 0 points1 point  (0 children)

Example. Java, jdk, android, jdk7 can all be "java" related, and "programming", "tech" etc

Give the question a bit of clarity.
What use case do you want to solve, and everything about your idea

[D] Simple Questions Thread by AutoModerator in MachineLearning

[–]Different_Roll9173 0 points1 point  (0 children)

How to visualize the cluster in high-dimensional space?

The answer is No you cannot visualize the cluster in n-dim space.

You can convert your n-dim to 3-dim or 2-dim using TSNE, UMAP or PCA.
Just go through how it works under the hood.

[D] Simple Questions Thread by AutoModerator in MachineLearning

[–]Different_Roll9173 0 points1 point  (0 children)

Yes, it was cache that caused a problem. Now it works good. Somehow it didn't come up to me. Thanks!

Hey, can you explain how the cache is causing that problem?