Logs

An interesting learning about the iOS Clock alarm app's time picker. It turns out it's a long list rather than a circular buffer. Scrolling to the bottom of all three picker lists positions the time...

Our approach to applying the intelligence of language models is inside out.

I had a bit of inspiration and started working on adding code syntax highlighting to Tomo.

Before LLMs, provided that your team did some of their due diligence, you could always expect to have some help when tackling new code-bases. Either a mentor, or at least some (even if maybe...

Coming up for air after a bunch of time spent on a project trying to use llm as a router to different models to create a compatibility layer for the OpenAI /v1/chat/completions API and the Anthropic...