8 10, 2025

Regex for Sentence Analysis in Permissions-based Sentence Structure

2025-10-08T10:34:10-07:00October 8th, 2025|Neurodivergent, Projects|

'/(?:i am|i\'m)\s+(not\s+)?allowed\s+to\s+(.+)$/i', '/(?:i am|i\'m)\s+(not\s+)?(supposed\s+to|able\s+to)\s+(.+)$/i', '/(dad|mom|parent|[a-z]+)\s+(says|said)?\s+(?:i\'m|i am|i|you are)\s+(not\s+|can\'t|cannot|allowed to)\s+(.+)$/i', '/(dad|mom|parent|[a-z]+)\s+(says|said)?\s+(?:i\'m|i am|i|you are)\s+(can|allowed to)\s+(.+)$/i', '/(?:i\s+)?(can\'t|cannot)\s+(.+)$/i' Makes total sense, right? Well, even I have a hard time with regex and I've been doing this for years. It definitely won't be able to understand everything, especially if the youth can't spell or uses short-form slang. Good luck trying to [...]

10 09, 2024

Admin Dashboard

2024-09-10T10:54:09-07:00September 10th, 2024|AI, Blog, Projects|

Phew what a crazy few weeks. I have been hard at work on an admin dashboard for the company, and for clients. It pulls in data from all of the servers, client and billing info, daily process logs, backup logs, and so much more. Features! Analytics Data Rank Tracking Uptime Monitoring SMS Notifications Server Management [...]

20 07, 2024

Saturday Morning Coding

2024-07-21T18:11:18-07:00July 20th, 2024|AI, Projects|

I spent some time this morning working on a gui code editor for mobile. I have found that the ones I've tried seem to lack in different areas: some of them are not mobile friendly at all, and you can't select easily. Others run into issues with copy and paste, tabbing, or with size/functionality. I [...]

19 07, 2024

SEO Site Scanner

2024-07-21T18:15:40-07:00July 19th, 2024|AI, Projects|

While working my way through a few projects, I needed a quick SEO checkup, and I wanted it to be fast, friendly, and free. I whipped up a script, and along the way I had to come up with some calculations for readability metrics (not quite there yet) and keyword densities. Once it's polished I [...]

18 07, 2024

Site Tools

2024-07-21T18:17:27-07:00July 18th, 2024|Projects|

Mobile testing, Fusion Code reverse engineering, checking error logs, webhooks, and working with sitemaps - I'm adding more and more each day. https://tools.infinus.ca

17 07, 2024

Sitemaps

2024-07-21T18:15:21-07:00July 17th, 2024|AI, Projects|

Another quick and easy tool, generating Sitemaps, saving as XML, and then being able to edit that sitemap quickly and easily. https://tools.infinus.ca

13 07, 2024

Ollama Web GUI

2024-07-13T12:05:07-07:00July 13th, 2024|AI, Projects|

Coding using codeqwen is interesting, sometimes it works really well and others it requires a lot of modifications. I installed ollama as a local Windows app and downloaded the codeqwen llm. But running it from command line is a huge pain. I then went looking for a local web GUI for ollama, and wasn't able [...]

12 07, 2024

GeoGuard

2024-07-13T11:56:51-07:00July 12th, 2024|Plugins, Projects, WordPress|

I have been working on implementing the API for IP2Location.io into a brute force login plugin, and have made huge progress. It currently can identify incoming requests, get the country, and has both online API based and 'offline' flat file based IP blocking. Working on database storage and blocking bots and spammers next.

Go to Top