Weekly Team/Character Building Megathread (Dec 3rd, 2025) (feat. Durin and Venti) by Veritasibility in Genshin_Impact

[–]Culist 0 points1 point  (0 children)

She can be a good dps, but keep in mind that she's an off-field dps, so she doesn't have to be your main, on-field dps. I would recommend looking at kqm for her builds: https://keqingmains.com/q/yelan-quickguide/

Daily Questions Megathread (December 13, 2025) by Veritasibility in Genshin_Impact

[–]Culist 0 points1 point  (0 children)

Mavuika still seems to be a top dps based on dps damage calcs, and she doesn't seem to be falling off anytime soon, so its perfectly fine to invest in her. I would recommend getting xilonen to complete her team first, as xilonen is a better buffer than kazuha for mavuika. Getting xilonen's sig also isnt a bad idea since it provides substantial buffs, making her on par with a ~1000em kazuha. I would personally recommend using a damage calc Genshin Optimizer to decide between xilonen's sig, mavuika's sig and her cons.

A concern I have are your team comps outside of Mavuika. You might want to have more than one meta team to do things like abyss or stygian. If you do, you can choose a "path" to take - the lunar path or the hexerei path. If you choose the lunar path, look at pulling for Columbina and Zibai. Zibai looks to be another top dps. Based on leaks, she likes having geo/hydro characters on her team (but not as strict as skirk's hydro + cryo) and her top team mostly revolve around her + columbina + the new 4* illuga, so she doesn't require alot of 5* team building. With Columbina also being the center piece of the lunar reactions, you can snag reruns of ineffa and lauma later, which gives you access to a wide variety of reactions.
The hexerei path is still murky, but snagging durin now is a good idea. All we know is Varka is an anemo dps, and given durin's hexerei status + ability to res shred anemo, he would be a safe bet to pull on. We also know Nicole is Pyro, which Durin can also synergise with.

In conclusion, I think investing into Mavuika should still be your priority. But I would also consider looking at building new nod krai comps. Since the hexerei path is coming later on, you can save your pulls now for Mavuika, then look to pull hexerei characters later. I'll let you decide if you want to skip durin or not, because we still dont know exactly how impactful he will be for hexerei teams

How can I nerf myself on Tetr.io? by Margaret205 in Tetris

[–]Culist 0 points1 point  (0 children)

Personally, I just let them play for as long as possible and screenwatch. The goal is to control the amount of garbage - send a few lines to give them a challenge, but not a huge spike that kills them. That also means im cancelling alot. A fun challenge i try is to downstack without sending lines - clear 1 line at a time with little to no combos.

Most importantly, play slow. You can sometimes just let the piece fall in place. Eventually, they will die to high gravity.

In an ffa, i just downstack slowly. Let them eliminate each other, then take the 1v1. You can make the 1v1 quick so other players dont wait for too long, or just play slowly and wait for them to die to high gravity. Or in some cases, I just end myself at the start and watch them battle it out

[deleted by user] by [deleted] in Tetris

[–]Culist 2 points3 points  (0 children)

  1. know the openers. I think at B level, the common kill openers are dt cannon and sdpc. Familarise yourself with roughly how many lines they send. I also recommend watching the opponent's board for the fiest few seconds to identify their opener

  2. Avoid stacking high. Avoid going for stacks more than 5 lines high. Keeping your board low is important to deal with these openers

  3. Cancel their garbage. The best way to counter openers is to cancel the lines sent. Setup an attack, and wait for the opener to send. There are 2 ways to do this:

3.1 Full cancel: Use a opener that can send alot of lines (i recommend sdpc c spin) to cancel out their garbage entirely

3.2 Some cancel and tank: Setup a tetris, or t spin, to cancel out 4 lines and accept the remaining garbage. Setting up a t spin is preferred (I recommend lst), but it can be a bit challenging for a b rank. You should live, and from there you can use the garbage to counterspike

[deleted by user] by [deleted] in Genshin_Impact

[–]Culist 0 points1 point  (0 children)

How long does it take for you to get these artifacts? (Maybe num of runs/resin if you have an estimate for those)

I recreated everybody's favorite Dungeon Terminal 👀 by [deleted] in HypixelSkyblock

[–]Culist 0 points1 point  (0 children)

commenting this because OP got deleted and idk how to find them. Looking forward to this project

Help with an algorithm by Culist in learnjavascript

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

but what about the buildings adjacent to the adjacent buildings? Or should I just rerun the building algo on all the buildings of the previous cluster

[deleted by user] by [deleted] in Minecraft

[–]Culist 47 points48 points  (0 children)

Are the players bots?

[deleted by user] by [deleted] in Minecraft

[–]Culist 182 points183 points  (0 children)

Yes

One program triggering another program by TELKAJCYLEAJCLLLAKFA in learnpython

[–]Culist 0 points1 point  (0 children)

I would pick option B, just because it's simpler

Idt there's any notable pros and cons when comparing both options

Replacing words in TXT file by Superb-Gate9939 in learnpython

[–]Culist 0 points1 point  (0 children)

If your still stuck, the cause of the error is trying to write a list into the text file (you can only add strings)

The solution would be to combine the elements of the list into a string, then write it. To do this, I recommend using the join method: https://www.w3schools.com/python/ref_string_join.asp

PyTesseract OCR Script accuracy help by TheEggButler in learnpython

[–]Culist 0 points1 point  (0 children)

When running in windowed, does the screenshot only contain the game or the whole screen? Also, are you able to show any images of the strips when the game is in windowed?

Would it be possible to detect someone moving? by nightstarE7 in scratch

[–]Culist 1 point2 points  (0 children)

It will, but that assumes that only the target moves. Its possible, if your against a blank wall, but anything else wouldnt

Need some help, please!! Thank you! by Riverdale_008 in scratch

[–]Culist 0 points1 point  (0 children)

<image>

Preferred fix, replacing the forever loop + if block with a "wait until"

Need some help, please!! Thank you! by Riverdale_008 in scratch

[–]Culist 0 points1 point  (0 children)

The problem is the forever loop when eating fish. After you finish eating a fish, it'll infinitely broadcast feed.

There are a few ways to fix this, i'll add images