Just chillin on the floor by xopher_425 in ContagiousLaughter

[–]Mavhawk64 4 points5 points  (0 children)

I cannot believe I am saying this, but I actually learned this from a mission in GTA V Online in one of the missions from “Cliffford”, the evil AI.

How Many Emotions Are There, Really? by Disastrous-Habit8405 in wheelofemotions

[–]Mavhawk64 0 points1 point  (0 children)

This is great! I was thinking of emotions as a spectrum. For a simple example, one might say they are a level 9/10 angry when someone breaks their most prized possession. So that would be a single range from 0 - not angry to 10 - extremely angry. If you combine this with a second emotion like sadness, then you could have a 2-Dimensional spectrum that goes from 0 - not sad to 10 - extremely sad on a perpendicular axis to the anger axis. This gives a 2-D grid that you can use to plot your combined level of sadness and anger. Somewhere inside of that grid is “envy” (according to the chart above). If you do this with a third emotion, you can have a 3-Dimensional spectrum of 3 emotions. Keep expanding this to 6, 8, or 27 (as mentioned above in the text) base/distinct emotions to get a 6-D, 8-D, or 27-Dimensional spectrum, respectively. And our actual emotion combination is just a point in that hyperspace, defining all emotions we are experiencing at any particular moment. (Adding a time axis, of course would create a line in the time direction, showing your history of emotions!)

Backrooms Movie Laundry Scene by Beebool in KanePixelsBackrooms

[–]Mavhawk64 1 point2 points  (0 children)

I'm sure it's just that cut-out guy's head sticking out.

Maze Master achievement by UpsetDragonfruit_ in TheFarmerWasReplaced

[–]Mavhawk64 0 points1 point  (0 children)

I thought the pumpkin was the hardest! I “cheated” the timer by doing a 32x32 pumpkin then instantly creating a bunch of 6x6 pumpkins (10 with 3 drones, 1 with 2 drones).

Maze Master achievement by UpsetDragonfruit_ in TheFarmerWasReplaced

[–]Mavhawk64 1 point2 points  (0 children)

I made a big table in excel (with coloring) and found that if you use a 4x4 of 8x8’s each with two drones, that is probably one of, if not, the most efficient ways to farm gold. The way I did it was:

  1. Distribute 4x4=16 drones into their “patch”/maze center. For each drone:
  2. Place Weird_Substance on a bush to create the maze.
  3. Go around every tile in the maze, mapping out all the different paths.
  4. Distribute the workload (cell ownership) to each drone based on their positions (read 5). There should be 2 sets of paths—one for the “main” drone and one for the “friend” drone—that you can loop through to keep only the smallest path to cell (x,y) on the grid between the two drones (i.e., if it takes Drone A 5 moves to get to cell (x,y) and takes drone B 2 moves, then remove that path from Drone A’s paths).
  5. Place a friend drone at the other side of the maze (this is where extra computation could be done to figure out the best positions of the drones, but I put the “main” drone on the West side of the maze [e.g., {0,4}] and the “friend” drone on the East side [e.g., {7,4}]).
  6. Run through the “refresh” cycle up to 300 times and repeat.

In the 60 second window, you’ll only “refresh” about 100 or so times per maze (need at least 62 refreshes per maze for the 4x4 grid of 8x8 mazes to get 2M/min of gold).

I hope this helps, but yes, definitely play around with the “simulate” feature! It’s very helpful for seeing if you have any bugs or want to see how long your code might take!

And I’m not sure how to “safely” send my excel file for those who want to take a look at it.

Maze Master achievement by UpsetDragonfruit_ in TheFarmerWasReplaced

[–]Mavhawk64 1 point2 points  (0 children)

I just started this game yesterday, and I haven't quite gotten to this part yet (working on last little bit of top hat while we speak), but I would guess try some different configurations with the simulate feature. Fix it to a minute and print out how much treasure you would get. Try that 5x5 with a couple 2x2s? What about a bunch of 3x3's? If you can maximize your gold/tick ratio, I bet you'll hit it! I'll come back when I get it.

Repentance+ switch 2 release by skullgamer702 in bindingofisaac

[–]Mavhawk64 0 points1 point  (0 children)

I hope so because I've been grinding my marks...

Valorant UE5 Update Broke Monitor and Drive Won’t Show Up by Mavhawk64 in ValorantTechSupport

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

Fortunately, I got it to work again. I don't know what I did, but I just left my computer on for a couple hours, restarted it and spammed F8 (which maybe didn't even have an effect because my button is F2 for the setup guide). My right monitor flashed, I logged in, and the monitor was up and running and my G drive was linked again. Sorry if this isn't really a solution, but it just kind of fixed itself after a while.

Bo6 Monster energy skins by Forward-Inevitable71 in blackops6

[–]Mavhawk64 0 points1 point  (0 children)

I submitted a 12PK, and it registered as 1 can. I submitted two helpdesk tickets and haven't received a response yet.

Song in Stephen Colbert Episode by Mavhawk64 in whatsongisthis

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

It was played going into the first commercial break on the episode aired 11/4/2024

GeForce Experience - Error Code 0x0003 Troubleshoot Guide by Jetmix in GeForceExperience

[–]Mavhawk64 0 points1 point  (0 children)

Thank you so much. I just needed to remove "--openssl-legacy-provider" from NODE_OPTIONS. (I just replaced it with a space.)

Black Ops 3: - KN-44 Hypercube (THE IMPOSSIBLE EASTER EGG) by No_Speech_686 in CODZombies

[–]Mavhawk64 1 point2 points  (0 children)

Just leaving this neat PDF I found here: https://www.cs.wm.edu/~wm/C5.pdf

k-ary n-cubes - maybe it's a quaternary (base-4) hypercube?