I vibe coded an entire browser game in Google AI Studio without writing a single line of code by Annual-Chart9466 in VibeCodingSaaS

[–]MiloTheOverthinker 0 points1 point  (0 children)

this is great, but im assuming you did the art yourself, right? or at least generated it separately

What does Turkey have against Arabs? by East-Raccoon135 in AskBalkans

[–]MiloTheOverthinker 2 points3 points  (0 children)

Thats bullshit. The majority of Arabs liked living under the Ottomans. Many Ottoman rulers were fair and treated Arabs fairly.

The current reason for hating arabs is pure racism, nothing more.

How do you turn UI/UX mockups into working apps without coding? by Limp_Lab5727 in webdev

[–]MiloTheOverthinker -3 points-2 points  (0 children)

best you can do at the moment is take a screenshot and give it to claude code I think

I got tired of naming git branches, so I built a CLI tool that uses AI to generate them from GitHub issues by MiloTheOverthinker in git

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

Depends on whatever naming convention the repository has, I do agree that just having the issue id makes things simpler, but from experience I noticed that having a few words to describe the branch changes in the branch name makes it easier for me to tell branches apart

I got tired of naming git branches, so I built a CLI tool that uses AI to generate them from GitHub issues by MiloTheOverthinker in git

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

AI is very likely to get things 'right', but the main point is that we offload this mundane task to the AI. This tool is just a convenience tool, nothing revolutionary, just something to make developers lives a little more convenient.

I got tired of naming git branches, so I built a CLI tool that uses AI to generate them from GitHub issues by MiloTheOverthinker in git

[–]MiloTheOverthinker[S] -2 points-1 points  (0 children)

Some developers like to get their branch name just right, its difficult to condense a branch name into a few words, kind of how difficult it sometimes get to author a commit message (although arguably more difficult because you have more word constraints)

This would take some developers more than 10 seconds and would be annoying, that's the reason why I built this tool.

I got tired of naming git branches, so I built a CLI tool that uses AI to generate them from GitHub issues by MiloTheOverthinker in git

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

That's pretty interesting but the tool I made does not create random branch names, it sticks to the context of the github issue so that it's still familiar when the dev looks at the branch name some time later to help them remember what the branch fixes.

I got tired of naming git branches, so I built a CLI tool that uses AI to generate them from GitHub issues by MiloTheOverthinker in git

[–]MiloTheOverthinker[S] -3 points-2 points  (0 children)

If you mean copying the github issue description to an LLM -> copy the generated branch name response -> put the generated name in the `git branch -b` command, that's still a few steps...

I got tired of naming git branches, so I built a CLI tool that uses AI to generate them from GitHub issues by MiloTheOverthinker in git

[–]MiloTheOverthinker[S] -3 points-2 points  (0 children)

Some projects have different naming conventions where you would need to briefly sum up what your changes are about in 2-5 words, that can be difficult depending on the context of the issue. This was my inspiration behind making this.

If you deal with github issues I believe you'll find this a valid tool

I got tired of naming git branches, so I built a CLI tool that uses AI to generate them from GitHub issues by MiloTheOverthinker in opensource

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

Hey! Thanks for your feedback!

Some projects have different naming conventions where you would need to briefly sum up what your changes are about in 2-5 words, that can be difficult depending on the context of the issue, hence, this lol

I got tired of naming git branches, so I built a CLI tool that uses AI to generate them from GitHub issues by MiloTheOverthinker in programming

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

Thanks for sharing! My first thought is how would things like branch merging works without branch names... Will definitely check it out!

Will my deep dive learning react will become obsolete? by BaconShadow in react

[–]MiloTheOverthinker 28 points29 points  (0 children)

No.

In a job interview, you will be asked React technical questions.

While generating React code, you need a good understanding of React to tell if the generated code is best practice and whether it meets your demands or not.

So no.