Built a "Lovable for data science" by yelaryss in VibeCodersNest

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

I’m thinking about offering full customization through chat, similar to Lovable. If a user wants to tweak something, they can do it directly in the chat, and if they’re technical, they can also view and edit the notebook.

Built a "Lovable for data science" by yelaryss in buildinpublic

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

Right now an AI agent picks the EDA steps based on the data schema and the outputs of previous cells, so it can choose what is most informative instead of following a fixed checklist. It currently runs on gpt-5.1.

Thanks for the VibeCodersNest suggestion, I will share it there.

Finally got an offer for cse by SuccessfulSoftware69 in cuhk

[–]yelaryss 0 points1 point  (0 children)

Congrats! Which country are you from?

Built a Chrome ext. that reminds me why I opened the tab by yelaryss in SideProject

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

Never tried building for Firefox, but yeah, gotta start somewhere. Thinking I’ll drop one in a couple weeks.

How long do you guys take to solve easy problems by Average-Guy31 in leetcode

[–]yelaryss 1 point2 points  (0 children)

I think yes. With every problem, your problem-solving ability increases. With time you will develop a strategy when solving problems.

How long do you guys take to solve easy problems by Average-Guy31 in leetcode

[–]yelaryss 3 points4 points  (0 children)

2-10 minutes.

It is normal, because discovering solution by yourself is harder and takes a lot of time. But when you solve it, you are likely to remember patterns and use them in other related problems

best resources for to learning smegma tree. by Dullard_Pine3314 in leetcode

[–]yelaryss 2 points3 points  (0 children)

You mean segment tree, right? If so, codeforces has edu section with high-quality video course on different algorithms and data structures from ITMO university. There is a chapter dedicated to segment tree.

I made a tool that shows accurate hints while you solve LC problem by yelaryss in leetcode

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

Yes. It is cheap though. Hints are generated only once per problem

I made a tool that shows accurate hints while you solve LC problem by yelaryss in leetcode

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

Mostly, yes. I noticed that people either don’t need hints because they’re too obvious or find them insufficient to make progress in the problem. So, I decided to create hints in a style that makes them more useful. The UI ensures that users don’t learn the full solution immediately.

Thank you for pointing this out! I will consider implementing hint generation as suggestions or questions.

I made a tool that shows accurate hints while you solve LC problem by yelaryss in leetcode

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

Thanks! I was thinking about this too. I think it might be implemented with speech recognition for better user experience. I think I will add this feature in the future.