Using GPT-3 to figure out jq recipes
2024-10-16
I like [jq](https://stedolan.github.io/jq/), but I always have to think pretty hard about how to construct the right syntax for it.
267 words
|
1 minute
Running prompts against images, PDFs, audio and video with Google Gemini
2024-10-15
I'm still working towards adding multi-modal support to my [LLM](https://llm.datasette.io/) tool. In the meantime, here are notes on running prompt...
1236 words
|
6 minutes
Embedding paragraphs from my blog with E5-large-v2
2024-10-14
Xeophon [suggested](https://twitter.com/TheXeophon/status/1700203810545680542) that [E5-large-v2](https://huggingface.co/intfloat/e5-large-v2) as a...
2170 words
|
11 minutes
Using ChatGPT to write AppleScript
2024-10-13
I found a killer application for ChatGPT today: writing AppleScript!
471 words
|
2 minutes
A simple Python wrapper for the ChatGPT API
2024-10-11
OpenAI [released an API for ChatGPT](https://openai.com/blog/introducing-chatgpt-and-whisper-apis) yesterday. It's 1/10th of the price of the `text...
431 words
|
2 minutes
A Discord bot to expand issue links to a private GitHub repository
2024-10-11
I have a private Discord channel and a private GitHub repository.
804 words
|
4 minutes
Building and deploying a custom site using GitHub Actions and GitHub Pages
2024-10-10
I figured out a minimal pattern for building a completely custom website using GitHub Actions and deploying the result to GitHub Pages.
267 words
|
1 minute
Running Varnish on Fly
2024-10-10
The goal: run [Varnish](https://varnish-cache.org/) in a [Fly](https://fly.io/) container as a caching proxy in front of another Fly application.
358 words
|
2 minutes