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 [...]

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 [...]

10 07, 2024

Iterating with Claude

2024-07-13T12:04:49-07:00July 10th, 2024|AI, 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 [...]

Go to Top