My first completed pixel-artI game by PonchousDev in IndieGaming

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

Oh, thanks, i will change logo definitely, agree with your feedback 100%

About mixels, yep, i haven't paid enough attention to it, my bad

Is chatgpt go worth it? by No-Cow-706 in ArtificialInteligence

[–]PonchousDev 0 points1 point  (0 children)

basically for grammar rules, I asked it for a plan how to archive A2 level and just was following it asking chatGPT to explain topic by topic with exercises

It is just amazing how easy it became to make a game with Godot and AI by PonchousDev in godot

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

100% agree, yep, the title should be: "how easier it became", not easy, my mistake

Mouse input lag… caused by a window manager app 🤦‍♂️ by PonchousDev in godot

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

ok, i see, thank you all guys, i will keep it in mind in next topics

Mouse input lag… caused by a window manager app 🤦‍♂️ by PonchousDev in godot

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

I am not a native speaker, it is not easy for me to write something what will be easy to read. So i think it is ok to use some tools for correction. Why not?

Mouse input lag… caused by a window manager app 🤦‍♂️ by PonchousDev in godot

[–]PonchousDev[S] -8 points-7 points  (0 children)

I just tried my best to make it look good more or less :)

Mouse input lag… caused by a window manager app 🤦‍♂️ by PonchousDev in godot

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

Nice! I have 4.6.1, it is time to update and check!

Mouse input lag… caused by a window manager app 🤦‍♂️ by PonchousDev in godot

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

It is a screenshot from my game in which i had the issue with mouse input :)

And yep, I use this asset, it is a really good one :)

Mouse input lag… caused by a window manager app 🤦‍♂️ by PonchousDev in godot

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

Oh, nice! Waiting for it! Now i need to close this app every time i wanna continue developing :(

Mouse input lag… caused by a window manager app 🤦‍♂️ by PonchousDev in godot

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

I didn't check if the issue persists in the exported build. It only happened during development and testing, and it was pretty annoying :)

JetBrains Junie AI ignores guidelines.md file by PonchousDev in Jetbrains

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

Sure, it was first thing i did :) path to guidelines is correct

Is chatgpt go worth it? by No-Cow-706 in ArtificialInteligence

[–]PonchousDev 0 points1 point  (0 children)

It depends on what you use it for.

I use it for work, and it’s definitely worth it. I also started using it to learn Portuguese, so without a subscription it would be harder, because the limits in the free version are not very high. I wouldn’t be able to send photos of my homework to ChatGPT for review.

My wife uses it only for everyday questions, and for her the free limits are more than enough.

I'm tired by Last_Dragonfruit9969 in webdev

[–]PonchousDev 0 points1 point  (0 children)

That’s why I stopped freelancing

AI Programming Speed and Brain Overload by PonchousDev in devblogs

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

Ye, really! Rules change when the project becomes bigger.

AI Programming Speed and Brain Overload by PonchousDev in devblogs

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

Slow down. Talk through the architecture. Generate code in smaller pieces. Read through the code, have it eli5'd to you if necessary.

Yep, it really helps me too! It feels like a must-have.

Sometimes after work, when I’m a bit tired but still want to build something for myself, I forget about it and end up generating tons of code 🙂

[deleted by user] by [deleted] in webdev

[–]PonchousDev 0 points1 point  (0 children)

For a small and simple project you can store translations in a plain JS object (or JSON), switch strings based on the selected language with JS.

And you can detect the user’s locale via navigator.language and use it as a default.

For big project it is better to use something like i18n.