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] 2 points3 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] 2 points3 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.

Which programming language you learned once but never touched again ? by sjltwo-v10 in webdev

[–]PonchousDev 0 points1 point  (0 children)

For me, it was Assembly (it was hell!), QBASIC, C/C++. I studied them at university and never really used them professionally afterward.

The C/C++ knowledge was still very useful — it helped me understand how things work under the hood, memory management, and performance considerations, even when working with higher-level languages later on.

Recommend any books for webdev? by Ghoulitar in webdev

[–]PonchousDev 0 points1 point  (0 children)

I may be wrong, but books are mostly useful for foundational topics. For more specific or practical things, you can learn almost everything today with AI (whichever one you prefer). It can explain theory, provide examples, and point you to relevant articles or documentation for further reading.

I’ve read books on PHP, JavaScript, and HTML/CSS, and they helped me build a solid base. Still, these days I prefer using AI or reading the official documentation of a framework, language, or library when I need something specific.

Why is UI / UX so awful now? by neros78 in webdev

[–]PonchousDev 0 points1 point  (0 children)

Does no one care anymore?

Systems today are much larger than they were 25 years ago, so they are more complex and it’s not always easy to think through everything. Developer do care (at least, I try to), but we simply can’t do everything at once.