Named Entity Resolution with dslim/distilbert-NER
2024-10-29
I was exploring the original BERT model from 2018, which is mainly useful if you fine-tune a model on top of it for a specific task.
239 words
|
1 minute
Using the ChatGPT streaming API from Python
2024-10-29
I wanted to stream the results from the ChatGPT API as they were generated, rather than waiting for the entire thing to complete before displaying ...
274 words
|
1 minute
Google Chrome --headless mode
2024-10-27
In the README for [monolith](https://github.com/Y2Z/monolith) (a new Rust CLI tool for archiving HTML pages along with their images and assets) I s...
541 words
|
3 minutes
Trying out the facebook/musicgen-small sound generation model
2024-10-26
Facebook's [musicgen](https://huggingface.co/facebook/musicgen-small) is a model that generates snippets of audio from a text description - it's ef...
136 words
|
1 minute
Reading thermometer temperatures over time from a video
2024-10-24
[Natalie](https://www.instagram.com/natbat.art/) has been experimenting with using a microwave as a kiln for pottery, specifically for [Raku](https...
1039 words
|
5 minutes
Using Playwright MCP with Claude Code
2024-10-24
Inspired [by Armin](https://simonwillison.net/2025/Jun/29/agentic-coding/), I decided to figure out how to use the official [microsoft/playwright-m...
265 words
|
1 minute
Cloudflare redirect rules with dynamic expressions
2024-10-19
I wanted to ensure `https://niche-museums.com/` would redirect to `https://www.niche-museums.com/` - including any path - using Cloudflare.
178 words
|
1 minute
Running a gpt-oss eval suite against LM Studio on a Mac
2024-10-19
OpenAI's [gpt-oss models](https://github.com/openai/gpt-oss/) come with an eval suite, which is described in their [Verifying gpt-oss implementatio...
1118 words
|
6 minutes