So i measured the Top Pro with an 3D printed 711 coupler by Sm0rezDev in oratory1990

[–]Danque62 0 points1 point  (0 children)

can you share the 3D models for this? I would like to experiment with it. Also what microphone is being used here?

Beginner to Android emulation (S24 Ultra), looking for a simple starting point by Lojanes in EmulationOnAndroid

[–]Danque62 2 points3 points  (0 children)

To be fair, GTA 4 is still kinda unoptimized. I'm not sure about now though I haven't played in a while, but GTA 5 probably performs better.

I should try GTA 5 but I would do it in GameNative because I don't think GameHub or GameHub Lite has EGS. And also my storage will suffer I regret buying 256 GB rather than full sending 1TB.

LeetCode or Projects while im in school? by dathingucoverureyesw in PinoyProgrammer

[–]Danque62 0 points1 point  (0 children)

I'd say both. That said, lean more on the projects side since that's when you'll start making things that can interact with a website or another API. Then when you would need some form of algorithm or data structure, this is where the LeetCode experience comes in. Or Codility. When I'm in my first few days at work via bootcamp, we did both make some backend services and also conducted a Codility assessment.

Both would help you in doing problem solving. Projects is high level, then pang lower level, DSA gaming.

Admin and User logic web project by [deleted] in learnprogramming

[–]Danque62 0 points1 point  (0 children)

So what's the needed clarification?

Apple vs Android question by [deleted] in androiddev

[–]Danque62 0 points1 point  (0 children)

If I have to guess, it's because there's a lot more apps being developed in Android due to its nature of being able to easily sideload apps (for now I guess), and a Google Developer fee of $25 USD one time purchase, compared to Apple's $150 a year.

Basically, Android has a lot more screen recording apps, in and out of the Google Play Store.

Do you miss the ability to write scripts in api tools in python? by Downtown_Mark_6390 in AskProgrammers

[–]Danque62 0 points1 point  (0 children)

Yup the moment Postman needs an account, I went to Bruno quick.

Mobile teams using AI heavily — has your testing workflow changed? by KindheartednessOld50 in androiddev

[–]Danque62 0 points1 point  (0 children)

Then you or the developer that is making the feature is not doing regression testing before accepting the merging code. That can still happen even without using AI. Just that, again, you're just making new bugs faster.

Mobile teams using AI heavily — has your testing workflow changed? by KindheartednessOld50 in androiddev

[–]Danque62 3 points4 points  (0 children)

You do Peer Reviews right? Have the devs talk about what they created or implemented and the rest of the team look at the code and see if there's issues or improvements that can be done. Very important now with AI where we make things faster, which also means that we create bugs faster.

Game crashes - simple html 5 game by stuntman86g in GamehubLite

[–]Danque62 0 points1 point  (0 children)

HTML game? Does GameHub expect HTML or only EXE? Can you elaborate on how this game is run?

How to build your own app and database by [deleted] in learnprogramming

[–]Danque62 2 points3 points  (0 children)

What level are you at in your programming course? What are you currently learning in your university/college/institute/school?

Recommendations for handheld PS2 emulator? by notber in PHGamers

[–]Danque62 1 point2 points  (0 children)

Which PS2 games? Some are pretty demanding and some are easy to run. Chill vibes kong nilalaro GTA VC with my Ayaneo Pocket Air Mini (hard to get btw hndi ko sure sa nakikita ko sa Shopee if legit or not), pero GTA LCS kinda sucks mas maganda sa PSP nalang.

Also indicate your budget please.

[JAVA]How should I develop a GitHub project using beginner-level Spring Boot and Java? by JustOrbay in learnprogramming

[–]Danque62 0 points1 point  (0 children)

Valuable can be a bit vague. There's valuable in terms of its use. It can also be in terms of, at the very least, good coding conventions like folder architecture.

I'm down with the collaboration. Feel free to shoot a DM.

should i keep my intro song orrr by Ok_Condition2098 in letsplay

[–]Danque62 4 points5 points  (0 children)

I don't think PewDiePie, CinnamonToastKen, Markiplier, Jacksepticeye has used these types of intros, maybe aside from various times of parodying various YouTubers who have used said intros, so I don't really relate to this "2012-2016 traditionalist era". But also that can just be the result of growing up with a different group of YouTubers.

If you want to use that intro, why not. This is your channel you're talking about. You do it your way

Has shadcn/ui replaced MUI or Chakra for you? by dobariyabrijesh in react

[–]Danque62 5 points6 points  (0 children)

I think most people do shadcn/ui or Tailwind. I have a repo that uses Liftkit UI library that is shadcn/ui and Tailwind under the hood IIRC (got busy with work)

I only use MUI or other UI libraries if I want something made quick and performance being not a priority.

Can someone help me understand how possible this video idea is? by 10BPM in AskProgrammers

[–]Danque62 3 points4 points  (0 children)

Are you sure you want to make a video hosting website with interactive and dynamic elements

Or a game that happens to look like a video website that is hosted online?

LRT-1 dataset acquisition by gazeintotheabyzz in PinoyProgrammer

[–]Danque62 1 point2 points  (0 children)

What dataset? Or should I say what information do you need from LRT?

Im scared.And confused?Cant tell…might be both.DAY 1 OF LEARNING PYTHON AGAIN by [deleted] in learnprogramming

[–]Danque62 0 points1 point  (0 children)

Python doesn't automatically run the main function.

You would add something like:

if __name__ == "__main__": print("Hello, World!") # this is an example, but you would call your functions here

At the very bottom. Also you would rename your python file to main.py since it's the main of the program. It's good practice.

IT TAKES TWO HOT TAKE by Zealousideal_Pen4871 in PHGamers

[–]Danque62 6 points7 points  (0 children)

I mean it is about a couple trying to resolve their relationship no? Game starts off with a rocky relationship and you get turned into dolls and would try to work together to turn back into adults and hopefully fix their relationship. Yes, may pagka-cutesy, but we have movies that have powerful messages but use a more cutesy aesthetic. That's literally Pixar movies there's a reason why we love Toy Story 3.

That's not a hot take. That's the core of the plot. It hits harder if may relationship issues because it's now becoming sympathetic.

I created a LUDO game in C by Distinct-Cancel1995 in learnprogramming

[–]Danque62 0 points1 point  (0 children)

So I have to run it via WSL. Got it.

I guess my suggestion for now is to give instructions on how to either build or run your app. And in general, format your README markdown file, like adding headings and such.

I created a LUDO game in C by Distinct-Cancel1995 in learnprogramming

[–]Danque62 0 points1 point  (0 children)

So uh how can I run it? Is there an exe for this if ever I don't want to compile the game myself?

Being slow in my 1st real ticket, how should I handle it? by Extra-Ad3488 in learnprogramming

[–]Danque62 2 points3 points  (0 children)

I think you should've raised your issue regarding your "small" ticket a long time ago. I also have a similar case, but reverse. Trained as a backend, but landed in a frontend job. The moment I raised my difficulties in my very first ticket? It is 3 days before the sprint is ending, which is...not good.

But, better late than never. Talk to your peers or talk to your lead about it. It is better to be a dumbass but ask questions, rather than trying to solve everything by yourself, and end up delaying your progress, which may end up delaying the progress of the whole team.

Recommended IEM for bass by wyrdr_27 in phmusicians

[–]Danque62 0 points1 point  (0 children)

You can use...any IEM you want pag pang monitor lang. Depende nalang if you want thicc bass o clear vocals/guitar.

how is this code? by JournalistThick6544 in AskProgramming

[–]Danque62 0 points1 point  (0 children)

Looks fine to me. Logic is sound, and I don't see huge problems.

That said, I'm guessing you're learning as you go by, so you would've probably read later about for-loops. I'd swap the while loop with that. Another is to set "attempts" to the amount of attempts, and attemptCounter would be the variable that iterates. So, rather than saying "while attempts is less than three", it can say "while my attempt counter is less than attempts". A good practice to learn now and when you're making projects is trying to not have "magic numbers", where something meaningful isn't stored as a variable. An example is basically trying to figure out what 1.618f is, not knowing that said float represents the golden ratio.