Created with Raphaël 2.0.0

Tuesday, April 1, 2025

AI Coding Challenge - Part 3 Using DeepSeek to get innermost string between strings

I asked DeepSeek to generate C# code to get the innermost string between strings.

It beat Copilot and the very convoluted Grok in this test. The implementation worked, even with basic edge cases, unbalanced delimiters.



Live Code 



Code signing on Windows with Azure Trusted Signing for a Canadian



Code signing on Windows with Azure Trusted Signing · Melatonin - great article on signing local exe with an Azure certificate.


Just to confirm, if you have a Canadian HST number and use it for TaxID, clearing "Identity Validation" takes a few minutes. 

Monday, March 31, 2025

AI Coding Challenge Major Fail - Part 2 using Grok to get innermost string between strings

I asked Grok to generate C# code to get the innermost string between strings. The initial test case worked, but soon realized with some testing of edge cases, this implementation failed. 















































































Live Code (returns no result for test case that has uneven delimiters).