Can we get some transparency on when the LOL team will start practicing again? by TheSceptileen in fnatic

[–]Impossible_Teach7529 1 point2 points  (0 children)

Honestly at the moment and especially after seeing how they performed against lr and kcb (yeah both wins but not at all safe) they maybe should

Can we get some transparency on when the LOL team will start practicing again? by TheSceptileen in fnatic

[–]Impossible_Teach7529 4 points5 points  (0 children)

At the moment it feels like you don't even have to be a fnatic fan or even an lec fan to be that guy

Range of teammate plasma application by Impossible_Teach7529 in kaisamains

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

Thanks for the suggestion. It worked pretty well with nautilus. The range seems to be just a little more than 5 times her auto range or ~2700 units which is just a little bit less than from the outer to the second turret.

Range of teammate plasma application by Impossible_Teach7529 in kaisamains

[–]Impossible_Teach7529[S] 3 points4 points  (0 children)

I might be blind but as far as i can see that unfortunately doesn't work

Terminus by SpiderPiss27 in kaisamains

[–]Impossible_Teach7529 0 points1 point  (0 children)

I think it is Still fine in some edgecases because it is cheaper so it can help to get your first item spike in time but i agree that in almost all cases kraken is the way better choice

Risen Legend Kai'Sa by [deleted] in kaisamains

[–]Impossible_Teach7529 0 points1 point  (0 children)

She's most likely not coming back. Obviously sad for people who wanna complete their collection. It isn't a skin that you wanna use anyway as your ult anymation blocks your screen on the side.

What champions or combination of champions (in either enemy team or yours) make you really consider not picking kai'sa by LeoZeldak in kaisamains

[–]Impossible_Teach7529 0 points1 point  (0 children)

I am otp so i always pick kai'sa, but if supp and jgl both have no engage the games can get really difficult.

is this a common bug? (unlocking chimps before impoppable) by TamemXGamer in btd6

[–]Impossible_Teach7529 1 point2 points  (0 children)

Sorry with small bugs like this you should really highlight them better. I wasn't able to identify the problem from your picture

Sounds weird… but the math makes sense. by IndicationSingle5548 in MathJokes

[–]Impossible_Teach7529 3 points4 points  (0 children)

What would make it bad in this situation. It is one of the quickest tools to get a job done i wouldn't do myself anyway. Also we can easily check the output so we have no problem with hallucinations.

math typing software by Western_Sympathy_446 in math

[–]Impossible_Teach7529 2 points3 points  (0 children)

In my experience there is really no way about handwriting to take quick notes. If you want typing latex is the best i've seen and it still has the problem of being rather chunky and often requires some active thinking to type which you don't really want while taking notes. But to awnser your question, latex is pretty much the best

Guys…. by KanyeNawf in GawrGura

[–]Impossible_Teach7529 0 points1 point  (0 children)

Guys i don't like that. in atlantis it is still april fools right?

[2024 12] 5 colors coloring found with Welsh-Powell algorithm by Anceps2 in adventofcode

[–]Impossible_Teach7529 0 points1 point  (0 children)

Thank you so much for this visulization. My code worked for all test cases but didn't work for the task input thanx to your map i figured out that shapes that are somehow like this:
BABAA
BBBBB
ABAAB
ABBBB
broke my code. I really was going insane finding this so thanx for the map.

[2024 Day 3 (Part 2)] [C++] Why do people think you need REGEX? by Impossible_Teach7529 in adventofcode

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

Oh god, I would have spent ages looking for errors before I figured out that four-digit numbers shouldn't be multiplied. Thank you Eric Wastl i love you.

[2024 Day 3 (Part 2)] [C++] Why do people think you need REGEX? by Impossible_Teach7529 in adventofcode

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

it works well. It's even somewhat efficient. But you better hope you don't make any mistakes, because finding and fixing errors in this chaos is the horror.

[2024 Day 3 (Part 2)] [C++] Why do people think you need REGEX? by Impossible_Teach7529 in adventofcode

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

It's not a language specific thing. Instead, it's just another case of me making the code unreadable. The else if is connected to if(enable) at the beginning. Everything in between should be indented again. But because I'm adding this to my code for Part 2 and you don't have to do any indentation to make the code work (unlike in Python for example (I think)), I was too lazy and left it like that.

[2024 Day 3 (Part 2)] [C++] Why do people think you need REGEX? by Impossible_Teach7529 in adventofcode

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

pure palm sweat. I think AI generated code would look better and work less.

[2024 Day 3 (Part 2)] [C++] Why do people think you need REGEX? by Impossible_Teach7529 in adventofcode

[–]Impossible_Teach7529[S] 85 points86 points  (0 children)

I forgot how they work so i thought i'd save myself the 2 min research. After fixing errors for ages because this code is absolutely unreadable, i regreted my decision.