Posts
Wanted to post some updates that didn't make it over from the facebook page: Update from 7/9: Porting the existing code is revealing enough issues that I’ve decided on a complete ground-up rewrite. (There will be plenty of pieces I can pull back in though) So, I’ve started a whole new codebase in parallel with the existing system based on the following tech stack: Code: Ruby 3.2.2 Framework: R...
System updates 8/17
Aug 17, 2023
193 views
StudioController in its current form is still using Rails 5.2.3 and Ruby 2.7.7 which both years out of date now... Today I'm starting the long slow slog to port the entire existing application to Rails 7 (7.0.5.1 released yesterday) Whole new methodologies to learn and adapt to along the way, but it should provide many improvements, and let me gut & re-write some pieces that will need fundamen...
Development stack upgrade
Jun 27, 2023
177 views
EDIT: apparently I was using the older version chatGPT, NOT the newer GPT-4 which is apparently even more amazing :p Until today, I had never played with chatGPT or any other advanced A.I. model. I had heard many stories lately of people using it to write application code, and thought that's not so foreign of a concept since so many modern languages use "code scaffolding" to quickly generate repet...
Accelerating app development with A.I. ?
Jun 24, 2023
211 views