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

8 07, 2024

Github

2024-07-08T13:28:57-07:00July 8th, 2024|Plugins, 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:00January 24th, 2023|Projects|

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:00August 4th, 2016|Projects|

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

30 03, 2016

Social Aggregation

2016-03-30T15:48:56-07:00March 30th, 2016|Projects|

Social network aggregation is the process of collecting content from multiple social network services, such as Instagram, Facebook, Twitter, YouTube, etc. into one unified presentation. The task is often performed by a social network aggregator, which pulls together information into a single location, or helps a user consolidate multiple social networking profiles into one profile. [...]

3 03, 2016

Pulse

2016-03-03T20:55:42-08:00March 3rd, 2016|Projects|

I have been slowly working towards adding Pulse to Afterglow - think of it like a heartbeat, every so often it will re-check the server for updated media posts and automagically display them in the open feed. Real time updates you say? Yes. Yes they are. I'm going to have the Pulse controlled from another [...]

18 02, 2016

Milestones

2016-02-18T11:31:37-08:00February 18th, 2016|Blog, Projects|

So, I've been watching the registrations on transfermyemail.ca and find it interesting the countries that I'm seeing there. It has started being used in Argentina, the Philippines, Austria,  Nigeria, and the UK, apart from Canada and the USA.  The consistent story I hear with most users is that they're moving from an old/slow/bad host to something newer [...]

15 02, 2016

TransferMyEmail

2016-02-17T21:02:08-08:00February 15th, 2016|Projects|

Made some changes to TransferMyEmail yesterday and today - basically I rewrote the parsing routine for folder structure and output of checkboxes. This was needed because originally I had been using "INBOX" as the root folder, which worked to a certain extent, but then had some feedback from Germany, where I found out "POSTEINGANG" could be used [...]

7 02, 2016

Afterglow

2016-02-17T21:02:17-08:00February 7th, 2016|Projects|

I have this social aggregation project I've been working on called AfterGlow, and it's not without its challenges, but tonight I did some work on it on a few areas that have been insufficient up until now. Instagram's API supports pagination, so I added support for that - full support too, so it will continue [...]

9 11, 2015

IMAP Migration PHP Script v2

2016-02-17T21:03:26-08:00November 9th, 2015|Projects|

A few things have changed since the last time I posted the IMAP migration script, and my wishlist of features is almost complete. Instead of a single file that you have to manually specify variables in, you now have fillable form that uses jQuery.post to send variables to another file (called process.php), which handles the [...]

Go to Top