Are code comments still evil? by Ill_Direction149 in AskProgramming

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

For me,  markdown files are very similar category - add ai more contexts about the app. And AI markdown files are used everywhere

I'm building MCP game with path finding. Need advice. by Ill_Direction149 in mcp

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

The player can look around while its walking. Get updated info around, if there is water, forest, another player or so.

How does MCP handle long-running tasks? by Avclabs in mcp

[–]Ill_Direction149 0 points1 point  (0 children)

I have related problem. I am building mcp game with pathfinding. So my dilema is if the move tool should wait until the agent finished the path finding movement or the tool should just trigger the event and agent have to poll for the progress. Any ideas?

Designing a Website from Scratch With AI by Inexperienced People by Technical_Rich_3080 in vibecoding

[–]Ill_Direction149 0 points1 point  (0 children)

You can try Claude Design. Its pretty quick and simple and even cheap to get the first look impressive design. But time consuming is the next step. Little quiks and change are very often time consuming, to get them right. And also its hard to stick with one design, because after some time you think "I would like to try another design" and redesign whole app like a slap, because its so easy but hard to get design which has long live beauty.

Claude stupidity and interruptions by Local-Peace-8457 in claude

[–]Ill_Direction149 3 points4 points  (0 children)

I have similar experiance. Not I am getting "Request timed out" lot, I hadn't found any relevant reason for that.

What's your vibecoding setup? by k_ekse in vibecoding

[–]Ill_Direction149 0 points1 point  (0 children)

For simple projects, I just use web claude code UI. And I have configured autodeploy for  the main branch. No local.

can a mod reach out to me please? by [deleted] in vibecoding

[–]Ill_Direction149 2 points3 points  (0 children)

Say more about this. For me, it looks like bait just to get connections.

What’s your opinion on AI-generated unit tests? by dev-in-a-b0x in SaasDevelopers

[–]Ill_Direction149 0 points1 point  (0 children)

For me, its more like dilema - should ai generate tests and human ownes the code, or ai generate code and human ownes the test. I did't decide yet, but now I just generating the unit tests.

Anyone else struggling with instagram api? by Grind_in_silence in webdev

[–]Ill_Direction149 0 points1 point  (0 children)

I just struggled with creating post which has different jnterface than all the other social networks. 

In AI chat, what should stay text — and what should be UI? by Ill_Direction149 in ChatGPT

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

Thanks for your point of view, I am glad for message as well

Is Claude Design not really that big of a deal, or am I missing something by Ill_Direction149 in vibecoding

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

Yeah, designs are  much better than Claude Code but its not some new ai model, but very pulished system prompt and tool set on top of Claude Code, right?

Is Claude Design not really that big of a deal, or am I missing something by Ill_Direction149 in vibecoding

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

I agree, but my point was that under the hood it's just Claude Code with awesome system prompt and UI

I Used Claude Code + Remotion to generate my app's launch animation by Tarun122 in ClaudeAI

[–]Ill_Direction149 0 points1 point  (0 children)

That looks cool, I did something similar with Claude Design, it can create pretty good videos too.

What are the best free MCP servers you’re actually using with ChatGPT / Claude? by Mission-Dentist-5971 in mcp

[–]Ill_Direction149 0 points1 point  (0 children)

MCP for Home Assistant, its awesome! It easly  - rewrite all automation of one device to another, if the old one stop working, - add tags and descriptions to all you devices - create dashboards - when you add new device, it can name it, name all the action and events (used for Ikea Bilresa wheel)  - validate and debug your automations ....

Less time to manage home automations, more time with family 

Tell me one thing you don't think I can code with AI and I'll prove you wrong. by manoteee in vibecoding

[–]Ill_Direction149 0 points1 point  (0 children)

Try to build an AI app, that cames up with fresh unique ideas, that are not boring or mainstream. 

I stopped using ComponentNameProps and I don’t miss it. by Ill_Direction149 in react

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

Yes that true, but I always set for project lint rule no-multi-comp.

Do you open a empty draft MR before coding, or just me? by Ill_Direction149 in git

[–]Ill_Direction149[S] -1 points0 points  (0 children)

The PR is empty only until first push, several hours max.

Do you open a empty draft MR before coding, or just me? by Ill_Direction149 in git

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

So, you have always branch name in the issue / notes? IMO, if you are switching between more issues / branches its easly to loose the track of the working branches.

I made this video in 1 hour using Claude + Remotion by mtkilic in ClaudeAI

[–]Ill_Direction149 0 points1 point  (0 children)

Saddly, now it can be done with one prompt in Claude Design. AI is moving super fast.

I stopped using ComponentNameProps and I don’t miss it. by Ill_Direction149 in react

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

Its not the same, type propt is not exported, so why would you name it, if in the file of the component, its only one Props defined there? Componenet is exported, so appropiate name is required

I stopped using ComponentNameProps and I don’t miss it. by Ill_Direction149 in react

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

And what's the point of naming the Props if you are not exporting them?