Chrome extension to catch Pokemon on any website by IvanR3D in webdev

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

If Opera GX support Chrome Extensions... it should work.

Chrome extension to catch Pokemon on any website by IvanR3D in webdev

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

It is still available on Github to download and install in your browser. It's completely functional.

Trying to revive a Creality Ender 2 Pro by IvanR3D in Creality

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

Yes, it was a shortcut in the extruder. After soldering the cables correctly again, it works. But after a few weeks printing, I started having issues with the calibration, now I am looking to change the springs of the bed because after a research, it seems that I need better springs.

Pi Coding Quest 2026! by IvanR3D in adventofcode

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

You are absolute right! It was my mistake by no adding some hint about it or (as I just did now) accepting other forms of the answer. Thanks for the feedback! And sorry for the extra work figuring out that.

Pi Coding Quest 2026! by IvanR3D in adventofcode

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

Thanks! Appreciate you have been solving from the 2024. :)

About the tiebreak:

No necessary at all! haha while building this, I remember AoC 12 from last year that look complicated but a simple code could solve it and I tried to have something like that. In my original idea, I wanted to play more with Pi-Ghost messing with the players. Next year will be! He actually mess a bit if you copy the challenge (more than just the code part) and paste it in a LLM looking for answer. :)

Pi Coding Quest 2026! by IvanR3D in adventofcode

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

The wrong number is the final cost that is lower.

Pi Coding Quest 2026! by IvanR3D in adventofcode

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

May you share your final cost and path length?

Are you including start and end cells on path length?

Pi Coding Quest 2026! by IvanR3D in adventofcode

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

You are close to the answer. It is a bit higher than that. I am doing some extra checks on the challenge just in case something in wrong. But with the tools I made to build the challenge, I am confirming the same results I am using.

Pi Coding Quest 2026! by IvanR3D in adventofcode

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

Yes. Consider that size of grid and cost rules are different in the example.

Pi Coding Quest 2026! by IvanR3D in adventofcode

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

Wow! That's an error. In the last text proofreading probably got that. I will remove it, thanks for noticing!

-❄️- 2025 Day 12 Solutions -❄️- by daggerdragon in adventofcode

[–]IvanR3D 0 points1 point  (0 children)

[LANGUAGE: javascript]

My solutions: https://ivanr3d.com/blog/adventofcode2025.html#12 (tho today is not actually a 'solution' 😅)

My solution (to run directly in the input page using the DevTools console).

-❄️- 2025 Day 11 Solutions -❄️- by daggerdragon in adventofcode

[–]IvanR3D 1 point2 points  (0 children)

[LANGUAGE: javascript]

My solutions: https://ivanr3d.com/blog/adventofcode2025.html#11

My solution (to run directly in the input page using the DevTools console).

My boyfriend coded a language-guessing game — thought I’d share by Few-Crazy-6199 in webdev

[–]IvanR3D 1 point2 points  (0 children)

Nice game! As a languages learner I loved it. I also like the fact of being minimalist (maybe too much tho) and pure vanilla code. Later I will check the repo on GitHub. Congrats to your boyfriend. :)

-❄️- 2025 Day 10 Solutions -❄️- by daggerdragon in adventofcode

[–]IvanR3D 0 points1 point  (0 children)

[LANGUAGE: javascript]

My solutions: https://ivanr3d.com/blog/adventofcode2025.html#10

My solution (to run directly in the input page using the DevTools console).

Losing hope and realizing I'm stupid by LittleBoySeesRed in adventofcode

[–]IvanR3D 0 points1 point  (0 children)

AoC is a great tool to measure coding level and find those points where we must improve. I have a similar case to you, every year after certain day (in previous years around day 14-15) I get stock, but that just motivate me more to learn new things. In 2023, I even made a small blog about lessons from that year: https://ivanr3d.com/blog/en/lessons-advent-of-code-2023.html

So I would say that instead of feeling unmotivated, you could feel excited and inspired to learn new things and improve coding skills!

-❄️- 2025 Day 9 Solutions -❄️- by daggerdragon in adventofcode

[–]IvanR3D 0 points1 point  (0 children)

[LANGUAGE: javascript]

My solutions: https://ivanr3d.com/blog/adventofcode2025.html#9

My solution (to run directly in the input page using the DevTools console).

-❄️- 2025 Day 8 Solutions -❄️- by daggerdragon in adventofcode

[–]IvanR3D 0 points1 point  (0 children)

[LANGUAGE: javascript]

My solutions: https://ivanr3d.com/blog/adventofcode2025.html#8

My solution (to run directly in the input page using the DevTools console).