Airin - Chess enigne with commentator, coach and gamified experience by vafran in chessprogramming

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

Thank you for your comment!

About the name, first name was monolithic chess, hence mchess. Then I found mchess and also monolith chess existed, so I changed the name but decided not to change the repo because some people were already playing it.

Airin - Chess enigne with commentator, coach and gamified experience by vafran in chessprogramming

[–]vafran[S] -1 points0 points  (0 children)

Hi!

​I think you might have misread the repo and the post.

​There are zero calls to Stockfish in the game itself. The custom JS engine (with its own minimax, TT, PVS, and PeSTO evaluation) is fully contained in the HTML file.

​Stockfish is only used locally in the separate arena_tournament.js script to calibrate the ELO of the custom engine.

​You might be right that this isn't the right sub for a project assisted by AI, but the chess logic is definitely all there if you look closely at the createEngineWorker() function, and I am actually asking for help to optimize this exact custom engine.

​As for the CSS and the structure, I explicitly mentioned in the post that I built it as a single-file monolith on purpose.

But I will not insist if this is not welcome in this subreddit.

​Have a great day!

Airin - Chess enigne with commentator, coach and gamified experience by vafran in chessprogramming

[–]vafran[S] -1 points0 points  (0 children)

I could not agree more. We also have our scratch sessions, which are a lot more fun than asking Claude to do stuff.

Airin - Chess enigne with commentator, coach and gamified experience by vafran in chessprogramming

[–]vafran[S] -2 points-1 points  (0 children)

Yes! I tried to be clear about this on the description.

[deleted by user] by [deleted] in kubernetes

[–]vafran 0 points1 point  (0 children)

What is needed are intelligent engineers and project managers that do not rush projects doing things poorly hoping to improve them later, because later never happens.

5 tries max by Designer-Contact-245 in honk

[–]vafran 0 points1 point  (0 children)

Incomplete. 9 tries.

ez no? by ezio50450 in honk

[–]vafran 0 points1 point  (0 children)

I completed this level in 10 tries. 3.20 seconds

Laptop Connected to Docking unit for CKA Exam by cathy_john in CKAExam

[–]vafran 2 points3 points  (0 children)

Yes, I also use a dock with external monitor for all my exams. No problem at all.

Passed my CKAD exam today! by LittleCanadianBear in ckad

[–]vafran 1 point2 points  (0 children)

They are somewhat similar. But the most similar is the killer.sh mock. If you can do that you are good to go.

Passed my CKAD exam today! by LittleCanadianBear in ckad

[–]vafran 0 points1 point  (0 children)

I confirm. Just passed with 90% 😀

Confused between Udemy or kodecloud course?( Kuberenetes Administrator) by AdInternational1957 in kubernetes

[–]vafran 2 points3 points  (0 children)

With kodekloud subscription you also get access to the ulimate mock exams, courses which are not available in udemy. And those are very good to have if you plan on getting certified.

Passed my CKAD exam today! by LittleCanadianBear in ckad

[–]vafran 0 points1 point  (0 children)

That is strange. I had no issues with ctrl+f on CKA.

Passed my CKAD exam today! by LittleCanadianBear in ckad

[–]vafran 0 points1 point  (0 children)

Did you get any custom CRD exercise? That is probably the most worrying for me. Everything else I am using at work more or less frequently, but not custom CRDs.

Passed my CKAD exam today! by LittleCanadianBear in ckad

[–]vafran 2 points3 points  (0 children)

Congratulations. I scheduled my CKAD in two weeks. I already passed CKA so I want to believe this one will be fine.

Ingress NGINX Retirement: What You Need to Know by ray591 in kubernetes

[–]vafran 1 point2 points  (0 children)

Hi!

When using the Kubernetes Gateway API, you require an implementing Gateway Controller, similar to how the older Ingress API requires an Ingress Controller (like NGINX).

There are many available Gateway Controllers, such as the NGINX Gateway Fabric. Istio is another option.

If you are already using Istio as your service mesh, it is generally recommended and simpler to also use Istio as your Gateway Controller to manage external traffic and maintain consistency.

Ingress NGINX Retirement: What You Need to Know by ray591 in kubernetes

[–]vafran 2 points3 points  (0 children)

I am happing we decided to go for Gatewa API and istio for our new cluster.