20 07, 2024

Saturday Morning Coding

2024-07-21T18:11:18-07:00AI, 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:00AI, 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:00Projects|

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:00AI, 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:00AI, 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:00Plugins, 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.

10 07, 2024

Iterating with Claude

2024-07-13T12:04:49-07:00AI, Projects|

Claude is an AI specifically built for code generation, and while it gets things wrong sometimes it definitely helps speed things along. For instance, today I implemented AWS bucket size calculation for all of our backups, and realized we had some that were hugely oversized and costing hundreds of dollars a month. Claude helped with [...]

8 07, 2024

Github

2024-07-08T13:28:57-07:00Plugins, Projects, WordPress|

Haven't posted in quite awhile, but I've been working on a few projects, and have uploaded them to github. Floating buttons, used on Cannabis and Mental Health, is a dynamic re-code of an existing plugin, so it can be used in multiple ways and have more than one popup shown. It also lets you have [...]

24 01, 2023

Tourbase

2023-03-24T09:33:23-07:00Projects|

Have been working hard on a listing system that will incorporate google maps, different viewing styles, and link directly into wordpress as both a server and a client plugin. It has been a lot of time and effort but we'll be launching it soon!

4 08, 2016

VPS to VHD

2016-08-04T15:36:34-07:00Projects|

Need to back up your VPS that has little hard drive space to a VHD with the intention of hosting it internally? Guess what - it's not fun! Transferring data has to be done through the network, unless you have a second drive attached to the VPS that will handle what you need it do. [...]

Go to Top