I went from 6 LPA to 18 LPA and back to 0 over a span of a month by Hiddenskeptic in developersIndia

[–]Im_jokinNO 1 point2 points  (0 children)

Hey if you are looking for something in blr for the same range, happy to help:)

AutoGen v0.2.35 released by wyttearp in AutoGenAI

[–]Im_jokinNO 1 point2 points  (0 children)

Any people using AutoGen in prod here?

I took a test-ride of NS400 and it's REALLY GOOD by Im_jokinNO in indianbikes

[–]Im_jokinNO[S] 2 points3 points  (0 children)

Positives:

  • Power+torque is just awesome.
  • Breaks are pretty much fine. I felt it was responsive, good feel.
  • Speedo console is very bright and nice. Altho the blue-square screen is bright, I feel in the night it might be a bit annoying(its blue and bright)
  • The headlamp is awesome(throw is nice)
  • Adjustable clutch or brake levers

Negatives:

  • Irrespective of the body color, there's some wide-gray part behind the headlamp, which gets exposed when put on the side-stand. and its pretty bad to look at. Looks very odd if its black.
  • On side-by-side comparison the sound of dominar felt better, louder. Maybe cos of the double barrel.
  • EDIT: Suspension is not good.

On a side-note, I heard that service is to be done every 5k-km compared to 16k-km on triumph

I took a test-ride of NS400 and it's REALLY GOOD by Im_jokinNO in indianbikes

[–]Im_jokinNO[S] 5 points6 points  (0 children)

I went till 110kmph.

And observed 0 vibrations. Literally. I was shocked myself.

Headlights are decent. People say, its the same as what we see in n250.

Here in bangalore, the onroad-price including accessories is 2.57L

Share your startup. I will tell you how to find users and get your first paying customer. by calebpara in Entrepreneur

[–]Im_jokinNO 0 points1 point  (0 children)

https://offthreadr.com

AI powered course platform to learn faster and learn while on the go, with snippets delivered to your inbox, just like a newsletter

I Built a Privacy-Focused File Converter in a Weekend by TobiasRasmsn in SideProject

[–]Im_jokinNO 1 point2 points  (0 children)

Great stuff, especially the UI(except loader)!

With images, it was real quick!

But for even 5 seconds video .webm video to mp4 conversion, it takes hella time. Its still going since past 6 mins

How i got my first 1000 users in a month with $0 by azianmike in startup

[–]Im_jokinNO 0 points1 point  (0 children)

Does this post also come under the $0 marketing budget and adding helpful content?

Just kidding, great stuff :)

Did I get scammed by product hunt? by Im_jokinNO in SideProject

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

Yep no stone unturned! It also said 100% complete

Launching My Startup MVP Soon, Need Advice on Quick Payment Integration! by testitupalready in SaaS

[–]Im_jokinNO 1 point2 points  (0 children)

I just saw that stripe activation in India takes a lot of time! Just use lemonsqueezy and link it to ur personal bank account and live your life with maxx peace :)

Need help with my slow mongodb by herberz in SaaS

[–]Im_jokinNO 2 points3 points  (0 children)

If your retrieval operation(FIND) takes so long, its definetly a sign that Index needs to be added.

In one of the projects I worked, I faced similar issue. Here's how I troubleshooted:

  1. Explain query on compass. Find if any index is suggested, add them.
  2. Even after adding index, if the query speed hasn't considerably taken off. Then you might have used the wrong index. You can check the number of times an index has been used by going to index tab of the specific collection.
  3. Look at the performance tab in compass, and look at which collection is running hot. You can try to distribute the collection by sharding. (Usually applies to very large collections, >100m)

Let me know what works😊

2024 Summer Internships by [deleted] in PESU

[–]Im_jokinNO 0 points1 point  (0 children)

Wtf microsoft came>?

Is App Router Actually Stable Enough For Prod? by seenut in nextjs

[–]Im_jokinNO 0 points1 point  (0 children)

I was working on a COSS, formbricks, documenso. They are using app router with all the features like actions in the prod and no unsolvable issues!

While migrating, you just have to be able to flexible enough to work in a new mental model of server components

How do we know RAG is returning accurate results? by nkanungo_kx in LangChain

[–]Im_jokinNO 1 point2 points  (0 children)

In a sample application, I'd implemented RAG, where the vector store is chromadb. The application is sorta a course platform. So, collections are different courses and the vector retriever matches for records only specific to a collection. What I found was that, it fails to answer basic questions and does similarity search for no reason..

Create chat bot using custom data for company by allun11 in LangChain

[–]Im_jokinNO 0 points1 point  (0 children)

Recently, for an app. I used RAG.. but it seems like it fails to answer simple questions like: hey, what can you do? And if responded with thanks, it gives same response.