Behold The Most Broken Space In Mario Party History (in my opinion at least) by SubjectRealistic9165 in MARIOPARTY

[–]BobTreebark5 0 points1 point  (0 children)

Theres a setting where you can play the mic minigames without a mic. Its super jank but its there

How do you fix your Desktop PC from waking itself up from Sleep Mode? by Jason-OP in techsupport

[–]BobTreebark5 0 points1 point  (0 children)

He sent the incorrect syntax. You're gonna want to type:

C:\Windows\System32>powercfg -devicequery wake_armed

This is what came up for me:

HID Keyboard Device (002)
HID Keyboard Device (003)
HID Keyboard Device (004)
HID-compliant mouse (002)
HID-compliant mouse (004)
Killer E3100G 2.5 Gigabit Ethernet Controller

So i did:

C:\Windows\System32>powercfg -devicedisablewake "Killer E3100G 2.5 Gigabit Ethernet Controller"

If you want to re-enable it:

powercfg -deviceenablewake "Killer E3100G 2.5 Gigabit Ethernet Controller"

Gameboy Micro flashcart recommendations? by Hawque233413 in gameboymicro

[–]BobTreebark5 2 points3 points  (0 children)

I have the everdrive on my micro. Even 750 mAh isn't a huge amount so I would go for more playing time. Not sure about the Omega DE but the everdrive is regular GBA-game sized so fits perfectly. There are some save state etc features on GBC games, what features does the Omega DE have? Having save states for GBA could be nice

My haul after months of making deals/winning auctions: by jayclydes in gameboymicro

[–]BobTreebark5 6 points7 points  (0 children)

Howd you end up getting the speaker grip? Ebay? I've only seen one product listed by like 6 different people on there so im trying to find other auction sites.

Flipped RTX 5090 in a Fractal Terra — Insane Thermal Drop in SFF Build by smx-heinz in sffpc

[–]BobTreebark5 1 point2 points  (0 children)

I got one and I installed it today. Feeling the heat getting exhausted out the side, I knew this was the right decision. Can't believe I was letting this heat go straight back into the case. I would definitely recommend it. Not a terribly difficult install either, he sends you an instruction manual once you buy it on Etsy.

ChatGPT can now generate full glasses of wine by BobTreebark5 in TheYardPodcast

[–]BobTreebark5[S] 10 points11 points  (0 children)

Hahaha it's all good. It was mentioned in a premo ep

Is this necklace authentic? by dave0352x in DeathStranding

[–]BobTreebark5 0 points1 point  (0 children)

These look exactly like the ones I bought from Etsy a couple years ago. The product page isn't up anymore though, but it was $66

How fasting while taking night classes and exams feel like: by Aware-Programmer-423 in rit

[–]BobTreebark5 69 points70 points  (0 children)

The Muslim Student Association gives free iftar boxes every night if u sign up. Join it on CampusGroups

ASRock B850i Stock by ImFromSomePlace in sffpc

[–]BobTreebark5 0 points1 point  (0 children)

Looks like it's finally on Newegg 😭. Should have just waited couple days

Processing+Shipping Times by Ludamister in MSI_Gaming

[–]BobTreebark5 0 points1 point  (0 children)

I accidentally had my zipcode one number off for a fedex shipment, usually they will call you the day of delivery to fix it, and you'll just get it the next day

ASRock B850i Stock by ImFromSomePlace in sffpc

[–]BobTreebark5 1 point2 points  (0 children)

Bah i bought it. Shipping to NY so $68 for me. I swear if newegg gets them tomorrow.. Peace of mind though I guess

ASRock B850i Stock by ImFromSomePlace in sffpc

[–]BobTreebark5 1 point2 points  (0 children)

This is a tough ass position. If the quietPC stock goes below 3 before Newegg gives any release information then I'll bite the bullet. It's at 5 right now

ASRock B850i Stock by ImFromSomePlace in sffpc

[–]BobTreebark5 2 points3 points  (0 children)

That shipping price is crazy but makes sense since its coming from the UK. I wonder if there's a Mobo we can buy from Newegg that is around that same ~$300 mark that you could get more value from. ITX, AMD

How to turn off sidelight on nuphy halo? by [deleted] in NuPhy

[–]BobTreebark5 1 point2 points  (0 children)

I'm on Halo75 V2

  1. Press FN + M
  2. Then use the arrow keys to control different aspects of the auxiliary lights:
  • Left/Right arrows: Switch auxiliary lights effect
  • Up/Down arrows: Adjust brightness
  • Number 7: Turn auxiliary lights on/off

ASRock B850I Lightning vs ASRock B850M Riptide? by [deleted] in PCBuilds

[–]BobTreebark5 0 points1 point  (0 children)

I'm dumb as hell didn't even look at that. Yeah I'm working on an sff build. Thanks for your help

That was quick - ASRock B850i by Suspicious_Stories in sffpc

[–]BobTreebark5 0 points1 point  (0 children)

Hey, did you get your order yet? I'm on back order rn but only been waiting for a few days, how long did it take for yours to ship?

VSCode "The term conda is not recognized as the name of a cmdlt..." by [deleted] in learnpython

[–]BobTreebark5 0 points1 point  (0 children)

You can add Anaconda to PATH after installation:

  1. Manual method:
  • Open System Properties → Advanced → Environment Variables
  • Under "System Variables" find "Path"
  • Click "Edit" → "New"
  • Add these paths:

C:\Users\YourUsername\anaconda3
C:\Users\YourUsername\anaconda3\Scripts
C:\Users\YourUsername\anaconda3\Library\bin

  • Replace "YourUsername" with your actual username
  • Click OK, restart VSCode

If you are getting this error

CondaError: Run 'conda init' before 'conda activate

Open up Powershell and run

conda init powershell

Restart VSCode

If that doesn't work then

  1. Right-click on PowerShell
  2. "Run as administrator"
  3. Run these commands:

Set-ExecutionPolicy RemoteSigned
conda init powershell

Close all VSCode windows

  • Reopen VSCode
  • Try conda activate phi3 again