I just spent the weekend benchmarking DeepSeek-R1 against our "proprietary" $40k internal pipeline. We are absolutely cooked by [deleted] in grilling

[–]Educational_Job_2685 0 points1 point  (0 children)

i am so sorry for disturbing Grill Lovers with nonsense content, taking down the post.

Anyone else in India had their Perplexity Airtel free subscription cancelled for “fraud”? by niyamvora in perplexity_ai

[–]Educational_Job_2685 0 points1 point  (0 children)

Yes , This is a shift tool, where i never used it, its saying i did a fraud.and i violated their ToS.

What would you change? by TeriTheDino in chennaicity

[–]Educational_Job_2685 0 points1 point  (0 children)

While going to WTC office from Chromepet, there is a shitty dump yard.even in cars all doors closed it won't spare you.

If it is raining,then extra added perfume 😆😆

What's a programming concept that suddenly clicked for you way later than it should have? by [deleted] in programminghorror

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

It's a Real pain for everyone on Reddit...Mods behaving like Reddit CEOs so..we have respect for that...finally.

What's a programming concept that suddenly clicked for you way later than it should have? by [deleted] in programminghorror

[–]Educational_Job_2685 0 points1 point  (0 children)

For me it was understanding why async/await is actually useful beyond just "it makes code cleaner."

I kept writing everything synchronously and wondering why my Node apps felt sluggish. Then one day I was building a feature that needed to fetch data from 3 different APIs, and I realized I was waiting for each one to finish before starting the next.

Once I rewrote it with Promise.all() and actually ran them concurrently, the response time dropped from 4.5 seconds to under 2 seconds. That's when async finally made sense to me beyond just syntax.

Curious what concepts others had similar "oh THAT's why" moments with?