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

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

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

Go to Top