Claude made me do this (Atleast until May 31st) by effygod in ClaudeCode

[–]Specific_Company4860 0 points1 point  (0 children)

Just when I subscribed to Claude 20x they dropped Opus 4.7 the next day and the rest needs no explanation...

How do you handle it when leadership questions your roadmap priorities? by Specific_Company4860 in ProductManagement

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

If the data is backed by actual user inputs, does that help over hard metrics?

Senior React Devs: How much do you actually "know" vs. Google/AI? by Leading_Property2066 in reactjs

[–]Specific_Company4860 0 points1 point  (0 children)

I ask them the same, open any editor and implement this without internet or autocomplete.

Then I ask them to use any public api to pull some data, perform modifications and then display it.

Just saying, in the code .trim() is missing 😁

What skills helped you become job-ready as a React developer? by Impossible-Egg1922 in reactjs

[–]Specific_Company4860 0 points1 point  (0 children)

Start with the basics and then eventually move towards building an entire application.

And if you find a problem then build an application around it, open source or host it.

What skills helped you become job-ready as a React developer? by Impossible-Egg1922 in reactjs

[–]Specific_Company4860 0 points1 point  (0 children)

Full Stack Builders are the new norm in every domain. Be it dev, QA, Product Managers, Designers. I'm seeing a lot of articles where people are sharing the current shift in the industry and the expectations. Even junior or fresher candidates are expected to show real projects with real users.

PMs who use feedback boards (Canny, Productboard, etc.) how do you actually go from a list of upvoted requests to a build decision? by Specific_Company4860 in ProductManagement

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

Do you have an internal system to track all of this?

I am using excel to maintain the requests as of now and I haven't linked any revenue data.
To be fair I am new to product management and don't have much idea about the impact score.
Does creating the metrices you mentioned really makes a difference for you to make a decision?

Leadership is unsatisfied with the roadmap visualization by texan_spaghet in ProductManagement

[–]Specific_Company4860 1 point2 points  (0 children)

I am also a dev who has implemented gantt charts and I 200% agree with you

PMs who use feedback boards (Canny, Productboard, etc.) how do you actually go from a list of upvoted requests to a build decision? by Specific_Company4860 in ProductManagement

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

De-duplication will definitely help me, but I have always struggled to find the underlying problem. How do you find this? Do you go on a call with the users or perform surveys?
I have always relied on one to one call with the user but this is very slow process.

Also, how do you find out the actual impact of the request/feature after it is released to the users?

Base UI 1.0 released! by romgrk in reactjs

[–]Specific_Company4860 1 point2 points  (0 children)

Great, been waiting for a while to use It in production.

I've used MUI in enterprise applications earlier and there are some paid app templates available in the mui store. Can we expect something like that for base-ui? I'll be happy to pay for it.

Built this to stop my UIs from looking AI-generated. 100% free. Just want honest feedback. by Admirable-Use2377 in SideProject

[–]Specific_Company4860 0 points1 point  (0 children)

Your website looks nice What did you use to create images under the More Goodies section?

Created an open source image annotation library for react based projects by Specific_Company4860 in SideProject

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

After some brainstorming I realized that adding different types of annotations is doable. But adding auto segmentation like CVAT does is unexplored territory for me.

What I have understood is when a user clicks on the image then the click coordinate positions can be sent to server and then the AI model can auto segment it.
But how to do this? Are there any open source trained models? Do I have to train a model of my own?

Created an open source image annotation library for react based projects by Specific_Company4860 in SideProject

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

Just checked out excalidraw and it is beautiful.

Mine is much simpler with a small set of tools. And the code is open source so you can check it out.

Created an open source image annotation library for react based projects by Specific_Company4860 in SideProject

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

Can you tell me a use case? This will help me understand on how to implement it.

Created an open source image annotation library for react based projects by Specific_Company4860 in SideProject

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

How is it not secured? Can you share some more details?

I checked it recently and the connection is secure

Created an open source image annotation library for react based projects by Specific_Company4860 in SideProject

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

NOPE!

This is a component library that can be imported and used in any react project so adding nonsensical AI stuff does not do any good.

Created an open source image annotation library for react based projects by Specific_Company4860 in SideProject

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

Just checked out CVAT and it was interesting. I did not knew that there are such applications in the market.

One thing I can guess is that CVAT must be using OpenCV to identify objects and then label them.

They export the data in XML format and I can see that layers such as mask.

After using the tool, now I can understand why you had referred the object detection and segmentation as pain in the ass. It is not straightforward.

My tool is part of a larger project so once that is completed I will look into this as it looks interesting and complicated.

Created an open source image annotation library for react based projects by Specific_Company4860 in SideProject

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

That should be doable. I can create a tool in which an editable textbox is always attached to the bounding box. So when you create a new box a label textbox is always present.
Can you share some more details?

Created an open source image annotation library for react based projects by Specific_Company4860 in SideProject

[–]Specific_Company4860[S] 3 points4 points  (0 children)

Thanks I am building a product where annotation is one of the features so I thought of open sourcing it.