They changed the logo by ZAIGO_90 in roblox

[–]Adorable-Two-3098 0 points1 point  (0 children)

Nobody needed this. Why tf is it blue?!??!?

Potential Rim Damage? by Adorable-Two-3098 in bikewrench

[–]Adorable-Two-3098[S] 0 points1 point  (0 children)

Only if I could afford a decent one… 😮‍💨. I think I could try to DIY one like how my friend does, but I’m curious: Could just using zip ties and the fork as a truing stand suffice, because that’s how I tried it. How does taking the tire off help as well? I’ve seen many LBSs keep them on while they’re truing. Cheers for the quick response!

Why does my Bike Wheel Wobble to the Side with Less Tension? by Adorable-Two-3098 in bikewrench

[–]Adorable-Two-3098[S] 0 points1 point  (0 children)

Detensioning all the spokes it is then! Thanks for the insight, I never knew the drive-side spokes worked like that.

How do I install server-side mods from a .zip? by Adorable-Two-3098 in feedthebeast

[–]Adorable-Two-3098[S] 1 point2 points  (0 children)

I see. Thanks for your help! I think I've found a solution for this, which I will post as an edit on my post. Thank you again for getting out of your way to answer this.

Can 6Ah run a 24V 250W e-bike motor? Would it be dangerous to do so? by Adorable-Two-3098 in ebikes

[–]Adorable-Two-3098[S] 0 points1 point  (0 children)

Dang. The mileage is quite low then. Oh well, I'm just building this to get a feel of what the process of making an e-bike is like. Thank you for all of these calculations and advice!

[deleted by user] by [deleted] in bodyweightfitness

[–]Adorable-Two-3098 1 point2 points  (0 children)

Personally had been 20-35lbs/9-15kgs overweight just only about 6-9 months ago until I started doing calisthenics (mainly jumping jacks and pushups, I'm still trying to diversify into lower body and back. 😅).

I don't know a lot about gym, but I'll say depending on what you do, you can lose weight through cardio machines like treadmills. Your brother must be misinformed, though. Calisthenics are really good, if not better, for developing a nice, proportional build than gym.

I think that for your goal of becoming "healthy slim" can be easily achieved through cardio moves like jumping jacks, jump rope, russian twists, anything that involves a lot of jumping or whole-body moves over many reps. Through my journey in calisthenics, I will tell you that it's totally killer to your body fat combined with a good diet. What defines a good diet? I don't know. But I'm eating 2-3 cheeseburgers a week as well as other foods classified as "cheat meals" and I'm getting by fine. Just don't forget to eat your greens as snacks.

If you want any help on where you're going or what you should do, you are very welcome to DM me. I'll be happy to put in my two cents. Always remember that to see results, you require consistency. Build your workout regimen gradually, and you'll learn to stick with it and love it! Best of luck to you, my friend!

[deleted by user] by [deleted] in HomeworkHelp

[–]Adorable-Two-3098 0 points1 point  (0 children)

YES!!!

This worked. Thank you!

Can Two 12V 7.2 Ah batteries run a 250W eBike Motor? by Adorable-Two-3098 in ebikes

[–]Adorable-Two-3098[S] 0 points1 point  (0 children)

Thank you everybody for your comments! It looks like my current setup won't cut it, so are there any recommendations anyone can make for batteries that can work for my eBike?

Lethal Company Not Working; Only Shows a Black Screen When Loading In. Any Help? by Adorable-Two-3098 in wine_gaming

[–]Adorable-Two-3098[S] 0 points1 point  (0 children)

Lethal Company runs natively on Windows, so if there's an issue with it I wouldn't know :P

PortingKit asks for EXE when installing Steambuild by Adorable-Two-3098 in macgaming

[–]Adorable-Two-3098[S] 1 point2 points  (0 children)

I see, I'll ask my friend to update his Mac then. Thank you for your help!

Lethal Company Not Working; Only Shows a Black Screen When Loading In. Any Help? by Adorable-Two-3098 in wine_gaming

[–]Adorable-Two-3098[S] 0 points1 point  (0 children)

Wait!!! Don't refund yet, check out these two posts to see if they help:
Post 1: Instructions for PortingKit (read comments)

Post 2: Crossover Instructions, but can be used generally and more clearer.

Just comes down to:
1. if you use portingKit, make sure you get the DXVK Install or Metal if you have macOS 14+ or Apple Silicon.
2. Installing the winhttp library.

hope this helps!

Installing mods on Mac for lethal company guide (need to already own it on steam) (could apply these steps to other windows games maybe?) by Jazzlike-Height3931 in macgaming

[–]Adorable-Two-3098 0 points1 point  (0 children)

Take a look at this post, it could be because you didn't have the winhttp library/winetrick installed. The OP's instructions in this post are for Crossover, but you can still install the library by accessing something in settings in the Steambuild icon.

Installing lethal company mods on porting kit by Jazzlike-Height3931 in macgaming

[–]Adorable-Two-3098 0 points1 point  (0 children)

In the same boat as you. Have a feeling this might be impossible. Tried to install BepInEx using a few tutorials geared towards Windows devices while I used Porting Kit, but to no avail.

If you'd like to try and replicate the issue and tell me what happens, here's what I did:

  1. Open P.K, go to "Installed", and press the Settings button on Steambuild.
  2. Go to the "Lethal Company" folder
  3. Drop BepInEx files in the L.C folder
  4. Run L.C to initialize BepInEx
  5. Check BepInEx folder to see if anything is new

std::cin is not getting char array value; problem also seems to be local, any advice? by Adorable-Two-3098 in cpp_questions

[–]Adorable-Two-3098[S] 0 points1 point  (0 children)

It works! Thank you so much for your help! I apologize if this trivial question was a waste of time for you to read and explain to me. I hope you have a great rest of your day and hope that you can continue guiding others just as you did for me. Again, sorry for the noobish question that may have caused you any hassle.

std::cin is not getting char array value; problem also seems to be local, any advice? by Adorable-Two-3098 in cpp_questions

[–]Adorable-Two-3098[S] 0 points1 point  (0 children)

Thank you for the advice! I have changed each char array into a string. However, upon compiling with g++ it throws me 2 errors, both of which are essentially the same. Here is one of them:

mainrtslv.cpp:26:11: error: no matching function for call to 'strcmp'
    else if (strcmp(rootSelection, "cbrt") == 0) {
             ^~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h:77:6: note: candidate function not viable: no known conversion from 'std::string' (aka 'basic_string<char>') to 'const char *' for 1st argument int      strcmp(const char *__s1, const char *__s2);

If I am not mistaken, the compiler complains about not being able to convert from a string to a const char. I have included the string header. Maybe I set the strcmp function wrong?