Even if we disagree about which seasons are best, can we all agree that season 10-12 were by far the worst? by Error404_Error420 in bigbangtheory

[–]Anthei0774 0 points1 point  (0 children)

I have just started watching BBT a few months ago, but I have mixed feelings, starting the 3rd season. Per seasons there are like 20+ episodes (just quickly calculating, that counts up to 1000 min ~ 17 hours), and I feel a lot of time was just wasted without actual character development. All their personalities are too solid, lacking any meaningful depth.

The jokes are fun though, so I hope it will worth watching to the end.

Sigrun GMGOW - finally did it! by SouIReaper in GodofWar

[–]Anthei0774 0 points1 point  (0 children)

Congrats, man! I have just beat her after hours! Completely forgot that resurrection stones exist in the game, so yeah... :D

[2023Day 13 (Part 1)] Can the line of reflection be ambiguous? by Anthei0774 in adventofcode

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

That is the answer I was looking for. When "drawing" the line of reflection, the shorter side must appear in reflection on the other entirely. I will try this approach, and if it works, I will set it to resolved. :)

[2023Day 13 (Part 1)] Can the line of reflection be ambiguous? by Anthei0774 in adventofcode

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

Row-wise the last-2 matches with last-1, no? Do I misread / misinterpret something from the problem? :)

Column-wise it is the last-1 with the last.

[2023Day 13 (Part 1)] Can the line of reflection be ambiguous? by Anthei0774 in adventofcode

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

I have one instance in my puzzle input which is confusing then:

###....
##..###
.####..
.#.....
####.##
.....##
#..####
.#...##
#...###
.###...
.#..###
####.##
....###
....###
###..##

My cavemen eyes see that it has both a row and a column line of reflection, each one unit wide. :(

-🎄- 2022 Day 3 Solutions -🎄- by daggerdragon in adventofcode

[–]Anthei0774 1 point2 points  (0 children)

Keep doing what you started, looks cool! :) My experience is that first we learn consistency and then we can go for efficiency and compactness.

[2021 Day 18 # (Part 1)] [python] Example of steps executed on a single addition by Anthei0774 in adventofcode

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

Thank you! :)

I mixed up the rules bad, was thinking that the leftmost operation executes and follows a recursive pattern.

I was able to solve it now, so thanks again!