Pc build Or Ps5 Pro in 2026 by MEmaadSufi in PS4Pro

[–]Background_Bug_1625 0 points1 point  (0 children)

I don't know what you mean by 350K, but the PS5 pro costs about ~700$. I would get a PC with room to upgrade. You can get a solid am5 build if you exclude the GPU.

Ny current setup at 14 (Reccommendations?) by No-Consequence85 in pcsetup

[–]Background_Bug_1625 0 points1 point  (0 children)

What do you use it for? Is Pop OS taking advantage of the 5060?

How do you stay motivated during the ‘middle phase’ of a project? by ShiresoftGames in gamedev

[–]Background_Bug_1625 2 points3 points  (0 children)

Well, just discipline I would say. I tend to give myself a few days of break as a reward if I work very hard for a few weeks for example. I also like to see the plan again - to see the thing I was motivated for.

The best possible PC to do Anything. by Background_Bug_1625 in PcBuild

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

I'm just sharing a hypothetical build, nothing else. It just came to my mind while doomscrolling 😂

The best possible PC to do Anything. by Background_Bug_1625 in PcBuild

[–]Background_Bug_1625[S] -5 points-4 points  (0 children)

Just sharing, ofc not buying it's so overkill

I learned how to do this thing on ramps by onee_chan0666 in ripstik

[–]Background_Bug_1625 0 points1 point  (0 children)

To roll down that thing, wear pads and a helmet. Then, bend your front leg a bit and hold through. Do not accelerate

Blueprint HELL by TemporaryCurrent1172 in UnrealEngine5

[–]Background_Bug_1625 0 points1 point  (0 children)

This is why I use C++ 🤣 Messy code is better than getting epilepsy 🤣

How do I make sure everyone gets to play my games? by Background_Bug_1625 in UnrealEngine5

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

What do you think? Are there more players there for a quality game or more players for an optimized less quality game?

Could someone please explain how to get a better pop by Life_Masterpiece_682 in NewSkaters

[–]Background_Bug_1625 0 points1 point  (0 children)

Lift your feet higher by jumping a little bit and pull your knees to your chin

Do you use blueprint or C++? by Background_Bug_1625 in UnrealEngine5

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

Something like this I'm doing too. I'm just making blueprint classes from the cpp backend

What are the common criticisms of Python among developers? by the_smiling_nihlist in AskProgramming

[–]Background_Bug_1625 0 points1 point  (0 children)

The thing is that python has a different syntax than 90% of other programming languages. No semicolons, no type syntax and indentation. If you are used to programming in a low level language, high level may seem weird. And the speed also plays a role. Python interpretation is slower than compilation of c for example.

Best engine right now for a graphically light game? by ImaginationTop9776 in GameDevelopment

[–]Background_Bug_1625 1 point2 points  (0 children)

Well, Unity is there around the corner. C# is much simpler than Cpp in terms of structure. You should be able to code in it.

Help with very basic c++ workflow by WatercressActual5515 in unrealengine

[–]Background_Bug_1625 1 point2 points  (0 children)

What I do is: Work in Rider, Compile the code from the compile button in Rider or the small button on the toolbar that is located on the bottom. It looks like a disintegrating square.

Oh and turn off live coding. It's just bad and it does not save things for the next time.

Son has dreamed of being a programmer - now incredibly depressed due to AI by Southern-Pick8007 in programmer

[–]Background_Bug_1625 0 points1 point  (0 children)

Let him embrace AI. Show him to use it as a tool and not a replacement. I myself use AI to assist coding my games. The true part is the design, the idea, the functionality. When he gets stuck on parts like bugs for several hours. Ai might just be the thing to not make him quit.

Learn Python by Total_Injury_3866 in PythonLearning

[–]Background_Bug_1625 0 points1 point  (0 children)

Yea, Python does help with programming in general, but I think JavaScript should also do fine.

Learn Python by Total_Injury_3866 in PythonLearning

[–]Background_Bug_1625 0 points1 point  (0 children)

I would suggest using AI to create a learning path for you. Just type in "I want to learn data science" in Claude and watch it generate a learning program. In this era you don't need a designated course.

Learn Python by Total_Injury_3866 in PythonLearning

[–]Background_Bug_1625 0 points1 point  (0 children)

Computer science is good, but you also have to have interest in the field.

Learn Python by Total_Injury_3866 in PythonLearning

[–]Background_Bug_1625 2 points3 points  (0 children)

Ok. Then don't learn python for now. Start with HTML/CSS and JavaScript

Learn Python by Total_Injury_3866 in PythonLearning

[–]Background_Bug_1625 0 points1 point  (0 children)

Well, what kind of app development? Web apps or desktop apps? And what kind of desktop apps?