Fri Jun 20 2025
Friday after an intra week holiday
Written by: Cesar
1 min read
It’s Friday after Juneteenth, ready to see what I can tackle at work. Last time I implemented a function to check for infinite redirects in in a list of redirects. Today I will try my function on an actual list of 10k redirects. This will involve calling an Akamai API to pull the current redirects then I will need to build my local map of redirects and try to test by adding a few redirects with and without infinite redirects.
If this works and does not take too much time to return an answer I will consider using it in my redirect input form. I was actually considering using an slm (small language model) to tell detect infinite redirects but this might be overkill.