Logs

I finally had a chance to use Github Copilot Chat in VS Code. It has a function to chat inline like Cursor, which has worked quite well given my initial use of it. I'm looking forward to using this...

I looked into 11ty today to see if it could be worth migrating away from hugo, which is how (at the time of this post) I build my blog. After a bit of research and browsing, I setup this template and...

A thoroughly enjoyable and inspiring read by Omar about his 20 year journey to date. Quantity was important. Quantity led to emergent of quality. Read the documentation: I can’t emphasize how useful...

I did more exploration with Copilot, mainly for writing unit tests. Copilot is a pretty good at bootstraping unit tests, particularly in Java, where initializing the right types may take several...

I've been integrating Copilot into my workflow the past few days. From my understanding, it uses OpenAI's Codex model, which is part of the GPT-3 model series. I believe this also predates the chat...

I finished migrating my site to the latest release of Hugo today. It's been quite a while since I'd pulled the latest changes but most of the fixes were straightforward. A number of the partials had...

I've been looking into hidutil to potentially replace Karabiner for overriding my capslock behavior. My first attempt, follow instructions similar to this post, was close but unsuccessful. I was able...

I've been working on a Next.js app with a Leaflet map component. Using this combination of technologies has not gone smoothly. I've been running into an issue trying to make the Leaflet component...