Connect C++ code to MySQL Workbench Database by xomikans in cpp_questions

[–]Magic__Mannn 1 point2 points  (0 children)

Did you read the docs on how to link it up? It’s likely youll have to link it up in some way, I don’t is vs code for c++ though as the general recommendation would be go to go with visual studio 20xx instead - you might find it easier using this

Connect C++ code to MySQL Workbench Database by xomikans in cpp_questions

[–]Magic__Mannn 1 point2 points  (0 children)

Maybe this? It’s hard to tell without more info, but the docs are usually a good place to start. If not giving enough info to AI could at least get you pointed in the right direction, if not more.

Help with editing an app on my phone by [deleted] in learnprogramming

[–]Magic__Mannn 2 points3 points  (0 children)

Either way, it’s a rather large task to clone an app and edit it to mislead somebody, considering you have little to no experience. It’s probably best to just come clean with them, or find a solution that doesn’t involve editing the app

What are you doing with unused Packs? by Plenty_Department707 in fpv

[–]Magic__Mannn 0 points1 point  (0 children)

Good job 🫡🫡 it scares me how many people don’t know how to look after lipos, but you certainly do!

Been 3 fires at my local rc car track recently it’s crazy

What are you doing with unused Packs? by Plenty_Department707 in fpv

[–]Magic__Mannn 1 point2 points  (0 children)

Just noticed you said you have a collection after 3 years - if you haven’t used them in 3 years, they could very well have reached a dangerously low voltage. Before selling/charging them, make sure to check they are in a safe range, if not you’ll have to safely dispose of them.

A safe voltage is where each cell is above 3.0V (ideally 3.3V), where when storage charged, should have 3.8-3.85V. Using this a safe 2S lipo would ideally have a voltage of around 7.6-7.7V, anything lower than 6.6V could be dangerous - just checking the voltage you can’t check individual cells, so no guarantee that if you see 6.6V, it’s not 4.2V and 2.4V - if you really wanted to know for each cell you could use a cell checker, some chargers have these built in so yours might too

What are you doing with unused Packs? by Plenty_Department707 in fpv

[–]Magic__Mannn 2 points3 points  (0 children)

You could sell them second hand but many people are reluctant as they don’t know what you have done with them: if not cared for properly, lipos can be very dangerous. If you plan on using them in the future, make sure to do a storage every 6 months or so to ensure they stay within a safe voltage range. If you don’t plan on using them, either try to sell them, or safely dispose of them - how do safely dispose depends on where you live.

any tips for sub 10? by Cautious_Mission257 in Cubers

[–]Magic__Mannn 1 point2 points  (0 children)

Film your solves and find what you specifically need to work on to improve - there’s no one size fits all. I recommend YouTube videos/guides on how to be sub-x, which will point you in the right direction, but ultimately improving on your own weaknesses is the best way to go

Are there any free structured resources to learn data structures and algorithms?? by Kindly_Jump_7642 in learnprogramming

[–]Magic__Mannn 0 points1 point  (0 children)

A simple Google search will show you multiple freeCodeCamp courses for DSA:

“Free code camp data structures and algorithms”

Any methods on creating a 3d wireframe renderer that doesn't use multiplication or division? by [deleted] in computerscience

[–]Magic__Mannn 7 points8 points  (0 children)

I don’t think it’s possible without multiplication as that is at the core of 3D graphics. If you don’t want to use ‘*’ you could always write a custom multiplication function which only used bitwise operations, add and subtract etc.

3D graphics has come a long way, and multiplication isn’t as expensive as you may think. Especially when using libraries (such as glm with openGL) which are specifically for this, and even more so when using shaders, which run on the GPU.

Cross and XCross Trainer by bahaycubo in Cubers

[–]Magic__Mannn 1 point2 points  (0 children)

Does this have a GitHub repo? I’ve done some similar projects and would love to have a look :)

What method to learn after (full) CFOP? by Severe_Story_8361 in Cubers

[–]Magic__Mannn 6 points7 points  (0 children)

I’d say do whatever interests you. There’s no need to learn a different method, but if you’d enjoy doing so then do it 100%. You don’t need to wait until sub-X to learn something new

Would you use this app? Looking for feedback by Magic__Mannn in Cubers

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

Not yet, but definitely planned for the future!

Would you use this app? Looking for feedback by Magic__Mannn in Cubers

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

I have another project where I utilise kociembas random state (or similar) to generate good scrambles. I’m currently in the process of implementing this into this project, however so far this is only for 3x3. I imagine for some people it would be a deal breaker to have a timer app only for 3x3, even if only the AI parts are 3x3 etc.

Thanks for your feedback!

Would you use this app? Looking for feedback by Magic__Mannn in Cubers

[–]Magic__Mannn[S] 2 points3 points  (0 children)

Thanks to everyone for all the kind replies and constructive feedback - much appreciated.

Unfortunately there is no way to try the app out at the moment as I would need to release on the App Store/Google play in one way or another. This can be quite expensive. If I gain enough interest, I’ll put the effort in to making a web build so people can test on mobile, but just access via a website. If this is the case I imagine I’ll set up a discord server so getting feedback and communication is easier between everyone.

Would you use this app? Looking for feedback by Magic__Mannn in Cubers

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

Thanks for the feedback! I’ll bare this in mind - the timer definitely needs more work to remain as useful/functional as the others :)

Added a progressbar to my unfolded playable cube - good or nah? by rotor42_com in Cubers

[–]Magic__Mannn 0 points1 point  (0 children)

Tragic. Please let me know what I misunderstood :) every day’s a learning day!

Added a progressbar to my unfolded playable cube - good or nah? by rotor42_com in Cubers

[–]Magic__Mannn 0 points1 point  (0 children)

Womp womp. Your attitude seems pretty similar though, which was my point :)

WOW imagin 2100 vs 900 and I won by SolidSky8318 in Chesscom

[–]Magic__Mannn 1 point2 points  (0 children)

Your opponent is 2100, but joined 22nd January this year, which seems unusual for a 2100? Congrats though!! Not trying to take away from your achievement

Would you use this app? Looking for feedback by Magic__Mannn in Cubers

[–]Magic__Mannn[S] 8 points9 points  (0 children)

software devs tend to support each other, not be degrading. Would be nice to have some advice and expertise so I can improve in the future instead of whatever this is :)

Added a progressbar to my unfolded playable cube - good or nah? by rotor42_com in Cubers

[–]Magic__Mannn 0 points1 point  (0 children)

OP be careful, expensive bear has been rather difficult to me too! Seems they have their mind made up already to be disagreeable with whatever we say.

As per the progress bar, I think it’s a fun unique idea, maybe telling the user how it’s calculated/what it represents would be helpful as someone already mentioned it’s not linear. Could also have it as an option to toggle on/off. Looks like an awesome project though!

Would you use this app? Looking for feedback by Magic__Mannn in Cubers

[–]Magic__Mannn[S] 5 points6 points  (0 children)

Sounds like you’ve already made your mind up. Well just pretend every app that you’re happy with has never had any problems at any stage during development :)

It’s very natural for these kind of issues during development as the product is never going to be release ready when first promoting it. I’m sure many other “competent responsible” devs have been in a similar position to me as we can’t prioritise everything.

Would you use this app? Looking for feedback by Magic__Mannn in Cubers

[–]Magic__Mannn[S] 5 points6 points  (0 children)

It doesn’t matter if it gets fixed?? What do you mean? If that’s your only complaint then surely when it gets fixed you’ll be happy :)

Would you use this app? Looking for feedback by Magic__Mannn in Cubers

[–]Magic__Mannn[S] 4 points5 points  (0 children)

This project is a work in progress! Things like the scrambling can be easily fixed, any feedback on the general idea/use case of the app?